Trace number 3259109

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
synit_sat 2011-03-03? (TO) 1300.09 1300.04

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g9.cnf
MD5SUM35278b3ce28129761cf8ae7994f37d3f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

Solver Data

0.00/0.00	c start  0 total 0
0.06/0.09	c Find Units :          0
0.09/0.11	c Find Invs  :          0
0.09/0.11	c Find Ands  :       2400 AvgFaninNum: 31
0.09/0.11	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.11	c Find Ite   :          0
0.09/0.11	c UnDirect variable: 0
0.09/0.11	c UnDirect to Direct Gate: 0
0.09/0.11	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.11	c Break Cycle : 2325
0.09/0.11	c Total Root : 0 Undef Var: 2325
0.09/0.11	c After covering, Total Root: 75 Leaf: 2325
0.09/0.11	c Variable( cover/uncovered/unused ): 2400 0 0
0.09/0.11	c Unit Clauses: 0
0.09/0.11	c Binary Clauses( cover/uncovered ): 2325 264031
0.09/0.11	c Clauses( cover/uncovered ): 75 0
0.09/0.11	c Total Clauses( cover/uncovered ): 2400 264031 0.900796%
0.09/0.11	c Covered Ands: 75 Invs: 0 Xors: 0 Ites: 0
0.19/0.24	c Uncover Clauses avg size: 2 max size: 2
0.19/0.24	c Final circuit: i/l/o/s    2325       0  264031    266281
0.19/0.24	c cover rate 0.900796
0.19/0.24	c rocky end  0.24 total 0.24
0.49/0.52	c covering time  0.27 total 0.51
1300.05/1300.00	c interrupt  1299.54 total 1300.05
1300.05/1300.00	c INTERRUPTED ... 
1300.05/1300.00	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3259109-1303505890/watcher-3259109-1303505890 -o /tmp/evaluation-result-3259109-1303505890/solver-3259109-1303505890 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3259109-1303505890.cnf 767999583 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 1.77 2.74 4/180 26124
/proc/meminfo: memFree=13561672/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=29720 CPUtime=0 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 2037 0 0 0 0 0 0 0 20 0 1 0 540819714 30433280 1972 33554432000 4194304 4947581 140733810378704 18446744073709551615 231895490304 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26124/statm: 7430 1973 322 184 0 2305 0

[startup+0.0751889 s]
/proc/loadavg: 0.85 1.77 2.74 4/180 26124
/proc/meminfo: memFree=13561672/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=55264 CPUtime=0.06 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 6626 0 0 0 6 0 0 0 20 0 1 0 540819714 56590336 6561 33554432000 4194304 4947581 140733810378704 18446744073709551615 4821463 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 13816 6588 376 184 0 8691 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 55264

[startup+0.101182 s]
/proc/loadavg: 0.85 1.77 2.74 4/180 26124
/proc/meminfo: memFree=13561672/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=55260 CPUtime=0.09 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 8214 0 0 0 9 0 0 0 20 0 1 0 540819714 56586240 8148 33554432000 4194304 4947581 140733810378704 18446744073709551615 4790637 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 13815 8148 377 184 0 8690 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55260

[startup+0.301206 s]
/proc/loadavg: 0.85 1.77 2.74 4/180 26124
/proc/meminfo: memFree=13561672/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=98268 CPUtime=0.29 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 18224 0 0 0 27 2 0 0 21 0 1 0 540819714 100626432 18158 33554432000 4194304 4947581 140733810378704 18446744073709551615 4229474 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 24567 18158 386 184 0 19442 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98268

[startup+0.701129 s]
/proc/loadavg: 0.85 1.77 2.74 4/180 26124
/proc/meminfo: memFree=13561672/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=244256 CPUtime=0.69 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 50872 0 0 0 64 5 0 0 22 0 1 0 540819714 250118144 50459 33554432000 4194304 4947581 140733810378704 18446744073709551615 4420198 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 61064 50459 427 184 0 55939 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 244256

[startup+1.50098 s]
/proc/loadavg: 0.85 1.77 2.74 5/190 26140
/proc/meminfo: memFree=13245200/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=246472 CPUtime=1.49 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 51471 0 0 0 144 5 0 0 25 0 1 0 540819714 252387328 51058 33554432000 4194304 4947581 140733810378704 18446744073709551615 4345948 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 61618 51058 457 184 0 56493 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 246472

[startup+3.10067 s]
/proc/loadavg: 0.85 1.77 2.74 5/190 26140
/proc/meminfo: memFree=13218044/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=268744 CPUtime=3.09 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 52773 0 0 0 304 5 0 0 25 0 1 0 540819714 275193856 52360 33554432000 4194304 4947581 140733810378704 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 67186 52360 457 184 0 62061 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 268744

[startup+6.30107 s]
/proc/loadavg: 1.10 1.81 2.74 5/190 26141
/proc/meminfo: memFree=13177548/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=280008 CPUtime=6.29 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 54538 0 0 0 623 6 0 0 25 0 1 0 540819714 286728192 54125 33554432000 4194304 4947581 140733810378704 18446744073709551615 4517544 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 70002 54125 466 184 0 64877 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 280008

[startup+12.7009 s]
/proc/loadavg: 1.34 1.84 2.75 5/190 26141
/proc/meminfo: memFree=13144504/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=280008 CPUtime=12.69 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 56924 0 0 0 1263 6 0 0 25 0 1 0 540819714 286728192 56511 33554432000 4194304 4947581 140733810378704 18446744073709551615 4517544 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 70002 56511 467 184 0 64877 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 280008

[startup+25.5004 s]
/proc/loadavg: 1.92 1.95 2.77 5/190 26141
/proc/meminfo: memFree=13096532/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=302696 CPUtime=25.49 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 62869 0 0 0 2542 7 0 0 25 0 1 0 540819714 309960704 62456 33554432000 4194304 4947581 140733810378704 18446744073709551615 4352059 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 75674 62456 467 184 0 70549 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 302696

[startup+51.1006 s]
/proc/loadavg: 2.63 2.11 2.80 5/190 26142
/proc/meminfo: memFree=13065756/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=314420 CPUtime=51.09 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 64683 0 0 0 5102 7 0 0 25 0 1 0 540819714 321966080 64270 33554432000 4194304 4947581 140733810378704 18446744073709551615 4346587 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 78605 64270 467 184 0 73480 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 314420

[startup+102.307 s]
/proc/loadavg: 3.40 2.40 2.86 5/190 26143
/proc/meminfo: memFree=12961068/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=390392 CPUtime=102.3 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 73525 0 0 0 10220 10 0 0 25 0 1 0 540819714 399761408 70088 33554432000 4194304 4947581 140733810378704 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 97598 70088 467 184 0 92473 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 390392

[startup+162.301 s]
/proc/loadavg: 3.78 2.69 2.93 5/190 26145
/proc/meminfo: memFree=12857984/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=513096 CPUtime=162.29 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 84195 0 0 0 16218 11 0 0 25 0 1 0 540819714 525410304 80758 33554432000 4194304 4947581 140733810378704 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 128274 80758 467 184 0 123149 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 513096

[startup+222.3 s]
/proc/loadavg: 3.92 2.93 2.99 5/190 26155
/proc/meminfo: memFree=12780716/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=513096 CPUtime=222.3 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 94851 0 0 0 22216 14 0 0 25 0 1 0 540819714 525410304 91414 33554432000 4194304 4947581 140733810378704 18446744073709551615 4547511 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 128274 91414 467 184 0 123149 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 513096

[startup+282.301 s]
/proc/loadavg: 4.04 3.15 3.06 5/190 26157
/proc/meminfo: memFree=12713080/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633028 CPUtime=282.3 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 107177 0 0 0 28214 16 0 0 25 0 1 0 540819714 648220672 103740 33554432000 4194304 4947581 140733810378704 18446744073709551615 4354445 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158257 103740 467 184 0 153132 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 633028

[startup+342.301 s]
/proc/loadavg: 4.05 3.31 3.12 5/190 26159
/proc/meminfo: memFree=12687616/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633028 CPUtime=342.3 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 108585 0 0 0 34213 17 0 0 25 0 1 0 540819714 648220672 105148 33554432000 4194304 4947581 140733810378704 18446744073709551615 4352978 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158257 105148 467 184 0 153132 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 633028

[startup+402.3 s]
/proc/loadavg: 4.02 3.44 3.18 5/190 26160
/proc/meminfo: memFree=12655092/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633028 CPUtime=402.3 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 109560 0 0 0 40213 17 0 0 25 0 1 0 540819714 648220672 106123 33554432000 4194304 4947581 140733810378704 18446744073709551615 4399963 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158257 106123 467 184 0 153132 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 633028

[startup+462.301 s]
/proc/loadavg: 4.00 3.54 3.22 5/190 26162
/proc/meminfo: memFree=12588092/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633028 CPUtime=462.3 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 110965 0 0 0 46213 17 0 0 25 0 1 0 540819714 648220672 107528 33554432000 4194304 4947581 140733810378704 18446744073709551615 4398568 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158257 107528 467 184 0 153132 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 633028

[startup+522.301 s]
/proc/loadavg: 4.00 3.62 3.27 5/190 26163
/proc/meminfo: memFree=12503968/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633028 CPUtime=522.31 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 111783 0 0 0 52213 18 0 0 25 0 1 0 540819714 648220672 108346 33554432000 4194304 4947581 140733810378704 18446744073709551615 4350696 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158257 108346 467 184 0 153132 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 633028

[startup+582.3 s]
/proc/loadavg: 4.00 3.68 3.31 5/190 26165
/proc/meminfo: memFree=12451736/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633028 CPUtime=582.31 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 121425 0 0 0 58211 20 0 0 25 0 1 0 540819714 648220672 117958 33554432000 4194304 4947581 140733810378704 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158257 117958 467 184 0 153132 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 633028

[startup+642.301 s]
/proc/loadavg: 4.00 3.74 3.35 5/190 26167
/proc/meminfo: memFree=12414500/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633028 CPUtime=642.32 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 129715 0 0 0 64210 22 0 0 25 0 1 0 540819714 648220672 126193 33554432000 4194304 4947581 140733810378704 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158257 126193 467 184 0 153132 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 633028

[startup+702.301 s]
/proc/loadavg: 4.00 3.78 3.39 5/190 26168
/proc/meminfo: memFree=12388920/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633156 CPUtime=702.32 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 130078 0 0 0 70210 22 0 0 25 0 1 0 540819714 648351744 126417 33554432000 4194304 4947581 140733810378704 18446744073709551615 4400786 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158289 126417 467 184 0 153164 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 633156

[startup+762.306 s]
/proc/loadavg: 4.10 3.85 3.44 5/190 26170
/proc/meminfo: memFree=12386512/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633156 CPUtime=762.32 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 130180 0 0 0 76210 22 0 0 25 0 1 0 540819714 648351744 112051 33554432000 4194304 4947581 140733810378704 18446744073709551615 4399959 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158289 112051 467 184 0 153164 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 633156

[startup+822.301 s]
/proc/loadavg: 4.03 3.88 3.47 5/190 26171
/proc/meminfo: memFree=12351740/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633156 CPUtime=822.32 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 130404 0 0 0 82210 22 0 0 25 0 1 0 540819714 648351744 112275 33554432000 4194304 4947581 140733810378704 18446744073709551615 4399974 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158289 112275 467 184 0 153164 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 633156

[startup+882.301 s]
/proc/loadavg: 4.01 3.89 3.50 5/190 26173
/proc/meminfo: memFree=12328128/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633156 CPUtime=882.33 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 130698 0 0 0 88210 23 0 0 25 0 1 0 540819714 648351744 112569 33554432000 4194304 4947581 140733810378704 18446744073709551615 4350696 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158289 112569 467 184 0 153164 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 633156

[startup+942.3 s]
/proc/loadavg: 4.00 3.91 3.53 5/190 26175
/proc/meminfo: memFree=12321260/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633156 CPUtime=942.33 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 130698 0 0 0 94210 23 0 0 25 0 1 0 540819714 648351744 112569 33554432000 4194304 4947581 140733810378704 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158289 112569 467 184 0 153164 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 633156

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.55 5/190 26176
/proc/meminfo: memFree=12310180/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633156 CPUtime=1002.33 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 130915 0 0 0 100210 23 0 0 25 0 1 0 540819714 648351744 112786 33554432000 4194304 4947581 140733810378704 18446744073709551615 4399787 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158289 112786 467 184 0 153164 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 633156

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.58 5/190 26178
/proc/meminfo: memFree=12307532/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=633156 CPUtime=1062.33 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 130937 0 0 0 106210 23 0 0 25 0 1 0 540819714 648351744 112808 33554432000 4194304 4947581 140733810378704 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 158289 112808 467 184 0 153164 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 633156

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.60 5/190 26179
/proc/meminfo: memFree=12244480/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=713160 CPUtime=1122.33 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 144054 0 0 0 112208 25 0 0 25 0 1 0 540819714 730275840 125925 33554432000 4194304 4947581 140733810378704 18446744073709551615 4400323 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 178290 125925 467 184 0 173165 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 713160

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.62 5/190 26181
/proc/meminfo: memFree=12205260/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=793568 CPUtime=1182.34 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 153674 0 0 0 118206 28 0 0 25 0 1 0 540819714 812613632 135519 33554432000 4194304 4947581 140733810378704 18446744073709551615 4354439 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 198392 135519 470 184 0 193267 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 793568

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.65 5/190 26183
/proc/meminfo: memFree=12181416/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=793568 CPUtime=1242.34 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 158794 0 0 0 124205 29 0 0 25 0 1 0 540819714 812613632 140639 33554432000 4194304 4947581 140733810378704 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 198392 140639 470 184 0 193267 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 793568



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.66 4/189 26185
/proc/meminfo: memFree=12379908/32950928 swapFree=67111528/67111528
[pid=26124] ppid=26122 vsize=793568 CPUtime=1300.05 cores=0,2
/proc/26124/stat : 26124 (synit_sat) R 26122 26124 25554 0 -1 4202496 167763 0 0 0 129974 31 0 0 25 0 1 0 540819714 812613632 149607 33554432000 4194304 4947581 140733810378704 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/26124/statm: 198392 149607 469 184 0 193267 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 793568

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 1
Real time (s): 1300.04
CPU time (s): 1300.09
CPU user time (s): 1299.74
CPU system time (s): 0.342947
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 793568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.74
system time used= 0.342947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167768
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 15391

runsolver used 2.32365 second user time and 4.78027 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-22 22:58:10
IDJOB=3259109
IDBENCH=71492
IDSOLVER=1571
FILE ID=node114/3259109-1303505890
RUNJOBID= node114-1303505890-26097
PBS_JOBID= 13134223
Free space on /tmp= 71252 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g9.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259109-1303505890/watcher-3259109-1303505890 -o /tmp/evaluation-result-3259109-1303505890/solver-3259109-1303505890 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3259109-1303505890.cnf 767999583

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=767999583

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13561812 kB
Buffers:       1911856 kB
Cached:       16812016 kB
SwapCached:          0 kB
Active:        9420264 kB
Inactive:      9389584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13561812 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9024 kB
Writeback:           0 kB
AnonPages:       85592 kB
Mapped:          15268 kB
Slab:           516124 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   232504 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71248 MiB
End job on node114 at 2011-04-22 23:19:52