Trace number 3264169

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.07 1300.02

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-2.used-as.sat04-892.cnf
MD5SUMfd8d5783ed404e5c6590d627ffdcca50
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 variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.03	c Find Units :          0
0.00/0.03	c Find Invs  :          0
0.00/0.04	c Find Ands  :       1534 AvgFaninNum: 25
0.00/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.04	c Find Ite   :          0
0.00/0.04	c UnDirect variable: 0
0.00/0.04	c UnDirect to Direct Gate: 0
0.00/0.04	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.04	c Break Cycle : 1475
0.00/0.04	c Total Root : 0 Undef Var: 1475
0.00/0.04	c After covering, Total Root: 59 Leaf: 1475
0.00/0.04	c Variable( cover/uncovered/unused ): 1534 0 0
0.00/0.04	c Unit Clauses: 0
0.00/0.04	c Binary Clauses( cover/uncovered ): 1475 124947
0.00/0.04	c Clauses( cover/uncovered ): 59 0
0.00/0.04	c Total Clauses( cover/uncovered ): 1534 124947 1.21283%
0.00/0.04	c Covered Ands: 59 Invs: 0 Xors: 0 Ites: 0
0.04/0.08	c Uncover Clauses avg size: 2 max size: 2
0.04/0.08	c Final circuit: i/l/o/s    1475       0  124947    126363
0.04/0.08	c cover rate 1.21283
0.04/0.08	c rocky end  0.07 total 0.07
0.09/0.19	c covering time  0.12 total 0.19
1300.04/1300.00	c interrupt  1299.85 total 1300.04
1300.04/1300.00	c INTERRUPTED ... 
1300.04/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-3264169-1303573360/watcher-3264169-1303573360 -o /tmp/evaluation-result-3264169-1303573360/solver-3264169-1303573360 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3264169-1303573360.cnf 1807819579 

running on 2 cores: 5,7

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: 3.68 3.98 4.83 2/185 9140
/proc/meminfo: memFree=14186628/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=30688 CPUtime=0 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 2239 0 0 0 0 0 0 0 18 0 1 0 547566701 31424512 2174 33554432000 4194304 4947581 140737143967216 18446744073709551615 256415391488 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 7672 2185 365 184 0 2547 0

[startup+0.0478511 s]
/proc/loadavg: 3.68 3.98 4.83 2/185 9140
/proc/meminfo: memFree=14186628/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=36828 CPUtime=0.04 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 4103 0 0 0 4 0 0 0 18 0 1 0 547566701 37711872 4038 33554432000 4194304 4947581 140737143967216 18446744073709551615 256415082466 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 9207 4038 384 184 0 4082 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36828

[startup+0.100853 s]
/proc/loadavg: 3.68 3.98 4.83 2/185 9140
/proc/meminfo: memFree=14186628/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=50652 CPUtime=0.09 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 7480 0 0 0 9 0 0 0 18 0 1 0 547566701 51867648 7415 33554432000 4194304 4947581 140737143967216 18446744073709551615 4826416 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 12663 7415 386 184 0 7538 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50652

[startup+0.300805 s]
/proc/loadavg: 3.68 3.98 4.83 2/185 9140
/proc/meminfo: memFree=14186628/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=116368 CPUtime=0.29 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 21529 0 0 0 27 2 0 0 18 0 1 0 547566701 119160832 21446 33554432000 4194304 4947581 140737143967216 18446744073709551615 256415085524 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 29092 21446 436 184 0 23967 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 116368

[startup+0.700722 s]
/proc/loadavg: 3.68 3.98 4.83 2/185 9140
/proc/meminfo: memFree=14186628/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=123536 CPUtime=0.69 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 23707 0 0 0 67 2 0 0 18 0 1 0 547566701 126500864 23624 33554432000 4194304 4947581 140737143967216 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 30884 23624 457 184 0 25759 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123536

[startup+1.50058 s]
/proc/loadavg: 3.68 3.98 4.83 5/190 9195
/proc/meminfo: memFree=13948488/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=142744 CPUtime=1.48 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 24650 0 0 0 146 2 0 0 19 0 1 0 547566701 146169856 24567 33554432000 4194304 4947581 140737143967216 18446744073709551615 4352454 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 35686 24567 457 184 0 30561 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 142744

[startup+3.10027 s]
/proc/loadavg: 3.68 3.98 4.83 5/190 9195
/proc/meminfo: memFree=13929680/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=152492 CPUtime=3.09 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 25770 0 0 0 306 3 0 0 25 0 1 0 547566701 156151808 25687 33554432000 4194304 4947581 140737143967216 18446744073709551615 4517649 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 38123 25687 466 184 0 32998 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 152492

[startup+6.30067 s]
/proc/loadavg: 3.70 3.98 4.82 5/190 9195
/proc/meminfo: memFree=13894680/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=162504 CPUtime=6.29 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 28190 0 0 0 626 3 0 0 25 0 1 0 547566701 166404096 28107 33554432000 4194304 4947581 140737143967216 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 40626 28107 467 184 0 35501 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 162504

[startup+12.7005 s]
/proc/loadavg: 3.73 3.98 4.82 5/190 9195
/proc/meminfo: memFree=13846708/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=162504 CPUtime=12.69 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 30666 0 0 0 1266 3 0 0 25 0 1 0 547566701 166404096 30583 33554432000 4194304 4947581 140737143967216 18446744073709551615 4515870 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 40626 30583 467 184 0 35501 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 162504

[startup+25.501 s]
/proc/loadavg: 3.79 3.98 4.80 5/190 9195
/proc/meminfo: memFree=13786708/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=202792 CPUtime=25.49 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 35321 0 0 0 2545 4 0 0 25 0 1 0 547566701 207659008 35238 33554432000 4194304 4947581 140737143967216 18446744073709551615 4515864 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 50698 35238 467 184 0 45573 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 202792

[startup+51.1002 s]
/proc/loadavg: 3.86 3.98 4.78 5/190 9196
/proc/meminfo: memFree=13747380/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=202792 CPUtime=51.09 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 38664 0 0 0 5105 4 0 0 25 0 1 0 547566701 207659008 38581 33554432000 4194304 4947581 140737143967216 18446744073709551615 4350467 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 50698 38581 467 184 0 45573 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 202792

[startup+102.307 s]
/proc/loadavg: 4.02 4.00 4.74 5/190 9197
/proc/meminfo: memFree=13680284/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=214300 CPUtime=102.3 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 43142 0 0 0 10224 6 0 0 25 0 1 0 547566701 219443200 43059 33554432000 4194304 4947581 140737143967216 18446744073709551615 4352297 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 53575 43059 467 184 0 48450 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 214300

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 4.69 5/190 9199
/proc/meminfo: memFree=13609204/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=214428 CPUtime=162.29 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 47290 0 0 0 16223 6 0 0 25 0 1 0 547566701 219574272 47207 33554432000 4194304 4947581 140737143967216 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 53607 47207 467 184 0 48482 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 214428

[startup+222.301 s]
/proc/loadavg: 4.04 4.01 4.65 5/190 9201
/proc/meminfo: memFree=13538356/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=239380 CPUtime=222.3 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 51079 0 0 0 22223 7 0 0 25 0 1 0 547566701 245125120 49908 33554432000 4194304 4947581 140737143967216 18446744073709551615 4651710 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 59845 49908 467 184 0 54720 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 239380

[startup+282.301 s]
/proc/loadavg: 4.01 4.01 4.61 5/190 9202
/proc/meminfo: memFree=13476448/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=341972 CPUtime=282.3 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 62467 0 0 0 28221 9 0 0 25 0 1 0 547566701 350179328 61296 33554432000 4194304 4947581 140737143967216 18446744073709551615 4399806 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 85493 61296 467 184 0 80368 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 341972

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 4.57 5/190 9204
/proc/meminfo: memFree=13453588/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=341972 CPUtime=342.3 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 63481 0 0 0 34221 9 0 0 25 0 1 0 547566701 350179328 62305 33554432000 4194304 4947581 140737143967216 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 85493 62305 474 184 0 80368 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 341972

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 4.53 5/190 9205
/proc/meminfo: memFree=13431112/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=341972 CPUtime=402.3 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 64175 0 0 0 40221 9 0 0 25 0 1 0 547566701 350179328 62997 33554432000 4194304 4947581 140737143967216 18446744073709551615 4400419 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 85493 62997 472 184 0 80368 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 341972

[startup+462.301 s]
/proc/loadavg: 3.96 4.00 4.49 4/184 9224
/proc/meminfo: memFree=13512964/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=341972 CPUtime=462.31 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 65335 0 0 0 46221 10 0 0 25 0 1 0 547566701 350179328 64157 33554432000 4194304 4947581 140737143967216 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 85493 64157 472 184 0 80368 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 341972

[startup+522.3 s]
/proc/loadavg: 3.35 3.81 4.40 4/184 9226
/proc/meminfo: memFree=13467560/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=399876 CPUtime=522.31 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 73144 0 0 0 52220 11 0 0 25 0 1 0 547566701 409473024 71966 33554432000 4194304 4947581 140737143967216 18446744073709551615 4399974 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 99969 71966 472 184 0 94844 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 399876

[startup+582.301 s]
/proc/loadavg: 3.13 3.66 4.31 4/184 9227
/proc/meminfo: memFree=13444716/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=399876 CPUtime=582.31 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 77772 0 0 0 58220 11 0 0 25 0 1 0 547566701 409473024 76594 33554432000 4194304 4947581 140737143967216 18446744073709551615 4346185 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 99969 76594 472 184 0 94844 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 399876

[startup+642.301 s]
/proc/loadavg: 3.05 3.54 4.22 4/184 9229
/proc/meminfo: memFree=13432272/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=399876 CPUtime=642.31 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 78847 0 0 0 64220 11 0 0 25 0 1 0 547566701 409473024 77665 33554432000 4194304 4947581 140737143967216 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 99969 77665 468 184 0 94844 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 399876

[startup+702.301 s]
/proc/loadavg: 3.02 3.44 4.14 4/184 9230
/proc/meminfo: memFree=13338112/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=460168 CPUtime=702.32 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 83758 0 0 0 70219 13 0 0 25 0 1 0 547566701 471212032 82576 33554432000 4194304 4947581 140737143967216 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 115042 82576 468 184 0 109917 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 460168

[startup+762.307 s]
/proc/loadavg: 3.07 3.37 4.07 4/184 9232
/proc/meminfo: memFree=13307444/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=460168 CPUtime=762.33 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 83808 0 0 0 76220 13 0 0 25 0 1 0 547566701 471212032 82626 33554432000 4194304 4947581 140737143967216 18446744073709551615 4400315 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 115042 82626 468 184 0 109917 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 460168

[startup+822.3 s]
/proc/loadavg: 3.02 3.30 4.00 4/184 9234
/proc/meminfo: memFree=13302572/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=460168 CPUtime=822.32 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 83858 0 0 0 82219 13 0 0 25 0 1 0 547566701 471212032 82676 33554432000 4194304 4947581 140737143967216 18446744073709551615 4399824 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 115042 82676 468 184 0 109917 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 460168

[startup+882.301 s]
/proc/loadavg: 3.04 3.26 3.94 4/184 9235
/proc/meminfo: memFree=13284924/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=460168 CPUtime=882.32 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 87661 0 0 0 88218 14 0 0 25 0 1 0 547566701 471212032 86479 33554432000 4194304 4947581 140737143967216 18446744073709551615 4345938 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 115042 86479 468 184 0 109917 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 460168

[startup+942.301 s]
/proc/loadavg: 3.01 3.21 3.88 4/184 9237
/proc/meminfo: memFree=13266784/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=460168 CPUtime=942.33 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 91903 0 0 0 94218 15 0 0 25 0 1 0 547566701 471212032 90709 33554432000 4194304 4947581 140737143967216 18446744073709551615 4400019 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 115042 90709 468 184 0 109917 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 460168

[startup+1002.3 s]
/proc/loadavg: 3.00 3.17 3.82 4/184 9238
/proc/meminfo: memFree=13264512/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=460168 CPUtime=1002.33 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 92085 0 0 0 100218 15 0 0 25 0 1 0 547566701 471212032 90844 33554432000 4194304 4947581 140737143967216 18446744073709551615 4400323 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 115042 90844 468 184 0 109917 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 460168

[startup+1062.3 s]
/proc/loadavg: 3.00 3.13 3.77 4/184 9240
/proc/meminfo: memFree=13264100/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=460168 CPUtime=1062.33 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 92256 0 0 0 106218 15 0 0 25 0 1 0 547566701 471212032 90967 33554432000 4194304 4947581 140737143967216 18446744073709551615 4345966 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 115042 90967 468 184 0 109917 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 460168

[startup+1122.3 s]
/proc/loadavg: 3.00 3.11 3.72 4/184 9251
/proc/meminfo: memFree=13263036/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=460168 CPUtime=1122.33 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 92412 0 0 0 112218 15 0 0 25 0 1 0 547566701 471212032 91085 33554432000 4194304 4947581 140737143967216 18446744073709551615 4400319 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 115042 91085 468 184 0 109917 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 460168

[startup+1182.3 s]
/proc/loadavg: 3.06 3.10 3.68 4/184 9252
/proc/meminfo: memFree=13261748/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=460168 CPUtime=1182.34 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 92827 0 0 0 118219 15 0 0 25 0 1 0 547566701 471212032 91448 33554432000 4194304 4947581 140737143967216 18446744073709551615 4350467 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 115042 91448 468 184 0 109917 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 460168

[startup+1242.3 s]
/proc/loadavg: 3.02 3.08 3.63 4/184 9254
/proc/meminfo: memFree=13234180/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=460168 CPUtime=1242.34 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 94520 0 0 0 124219 15 0 0 25 0 1 0 547566701 471212032 93109 33554432000 4194304 4947581 140737143967216 18446744073709551615 4346197 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 115042 93109 468 184 0 109917 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 460168



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.04 3.08 3.59 3/183 9256
/proc/meminfo: memFree=13493312/32950928 swapFree=67111524/67111528
[pid=9140] ppid=9138 vsize=460168 CPUtime=1300.04 cores=5,7
/proc/9140/stat : 9140 (synit_sat) R 9138 9140 8984 0 -1 4202496 95130 0 0 0 129989 15 0 0 25 0 1 0 547566701 471212032 93625 33554432000 4194304 4947581 140737143967216 18446744073709551615 4399963 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/9140/statm: 115042 93625 468 184 0 109917 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 460168

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.02
CPU time (s): 1300.07
CPU user time (s): 1299.9
CPU system time (s): 0.174973
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 460168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.9
system time used= 0.174973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95135
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= 7
involuntary context switches= 1800

runsolver used 2.20366 second user time and 4.90125 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-23 17:42:40
IDJOB=3264169
IDBENCH=84560
IDSOLVER=1571
FILE ID=node115/3264169-1303573360
RUNJOBID= node115-1303572058-9005
PBS_JOBID= 13150317
Free space on /tmp= 72432 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-2.used-as.sat04-892.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264169-1303573360/watcher-3264169-1303573360 -o /tmp/evaluation-result-3264169-1303573360/solver-3264169-1303573360 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3264169-1303573360.cnf 1807819579

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

MD5SUM BENCH= fd8d5783ed404e5c6590d627ffdcca50
RANDOM SEED=1807819579

node115.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.811
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.62
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.811
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.811
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.75
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.811
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.75
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.811
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.77
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.811
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.74
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.811
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.75
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14186908 kB
Buffers:       2279272 kB
Cached:       15850888 kB
SwapCached:          4 kB
Active:        7318176 kB
Inactive:     10894028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14186908 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7024 kB
Writeback:           0 kB
AnonPages:       80840 kB
Mapped:          15472 kB
Slab:           487500 kB
PageTables:       4760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   289996 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= 72432 MiB
End job on node115 at 2011-04-23 18:04:22