Trace number 3420148

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
minisat hack reference: minisat 2.2.0? (TO) 5000.1 5000.02

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
Bench CategoryAPPLICATION (applications 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 variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3420148-1307650871/watcher-3420148-1307650871 -o /tmp/evaluation-result-3420148-1307650871/solver-3420148-1307650871 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3420148-1307650871.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/172 22489
/proc/meminfo: memFree=28888088/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=22732 CPUtime=0 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 1351 0 0 0 0 0 0 0 25 0 1 0 876686772 23277568 1291 33554432000 4194304 4291037 140734523756096 18446744073709551615 4240897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22489/statm: 5683 1293 215 24 0 2317 0

[startup+0.0255719 s]
/proc/loadavg: 2.00 2.00 2.00 3/172 22489
/proc/meminfo: memFree=28888088/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=26304 CPUtime=0.02 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 2320 0 0 0 2 0 0 0 25 0 1 0 876686772 26935296 2185 33554432000 4194304 4291037 140734523756096 18446744073709551615 210646807237 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22489/statm: 6576 2186 216 24 0 3210 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26304

[startup+0.100558 s]
/proc/loadavg: 2.00 2.00 2.00 3/172 22489
/proc/meminfo: memFree=28888088/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=31424 CPUtime=0.09 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4343 0 0 0 8 1 0 0 25 0 1 0 876686772 32178176 3941 33554432000 4194304 4291037 140734523756096 18446744073709551615 4277998 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22489/statm: 7856 3942 216 24 0 4490 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31424

[startup+0.300539 s]
/proc/loadavg: 2.00 2.00 2.00 3/172 22489
/proc/meminfo: memFree=28888088/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=35184 CPUtime=0.29 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 5779 0 0 0 28 1 0 0 25 0 1 0 876686772 36028416 5186 33554432000 4194304 4291037 140734523756096 18446744073709551615 4215726 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22489/statm: 8796 5186 240 24 0 5430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35184

[startup+0.700467 s]
/proc/loadavg: 2.00 2.00 2.00 3/172 22489
/proc/meminfo: memFree=28888088/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=32976 CPUtime=0.69 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 6555 0 0 0 68 1 0 0 25 0 1 0 876686772 33767424 4446 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22489/statm: 8244 4446 258 24 0 4878 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32976

[startup+1.50033 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22490
/proc/meminfo: memFree=28867900/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=32976 CPUtime=1.49 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 6567 0 0 0 148 1 0 0 25 0 1 0 876686772 33767424 4458 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22489/statm: 8244 4458 259 24 0 4878 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32976

[startup+3.10109 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22490
/proc/meminfo: memFree=28864428/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=32976 CPUtime=3.09 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 6582 0 0 0 308 1 0 0 25 0 1 0 876686772 33767424 4471 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22489/statm: 8244 4471 259 24 0 4878 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32976

[startup+6.30051 s]
/proc/loadavg: 2.08 2.02 2.01 3/173 22490
/proc/meminfo: memFree=28859604/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=32976 CPUtime=6.29 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 6601 0 0 0 628 1 0 0 25 0 1 0 876686772 33767424 4485 33554432000 4194304 4291037 140734523756096 18446744073709551615 4251560 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22489/statm: 8244 4485 259 24 0 4878 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32976

[startup+12.7004 s]
/proc/loadavg: 2.07 2.02 2.00 3/173 22490
/proc/meminfo: memFree=28850840/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=32976 CPUtime=12.69 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 6615 0 0 0 1268 1 0 0 25 0 1 0 876686772 33767424 4495 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22489/statm: 8244 4495 259 24 0 4878 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32976

[startup+25.5003 s]
/proc/loadavg: 2.06 2.01 2.00 3/173 22490
/proc/meminfo: memFree=28837464/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=32976 CPUtime=25.49 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 6656 0 0 0 2548 1 0 0 25 0 1 0 876686772 33767424 4531 33554432000 4194304 4291037 140734523756096 18446744073709551615 4249321 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/22489/statm: 8244 4531 259 24 0 4878 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32976

[startup+51.101 s]
/proc/loadavg: 2.04 2.01 2.00 3/173 22490
/proc/meminfo: memFree=28745488/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=113456 CPUtime=51.09 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 20167 0 0 0 5105 4 0 0 25 0 1 0 876686772 116178944 17967 33554432000 4194304 4291037 140734523756096 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 28364 17967 259 24 0 24998 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 113456

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/173 22492
/proc/meminfo: memFree=28524384/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=389196 CPUtime=102.3 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 63434 0 0 0 10216 14 0 0 25 0 1 0 876686772 398536704 61123 33554432000 4194304 4291037 140734523756096 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 97299 61123 259 24 0 93933 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 389196

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22494
/proc/meminfo: memFree=28487288/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=261500 CPUtime=162.3 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 110910 0 0 0 16208 22 0 0 25 0 1 0 876686772 267776000 54291 33554432000 4194304 4291037 140734523756096 18446744073709551615 4262977 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 65375 54291 259 24 0 62009 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 261500

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22496
/proc/meminfo: memFree=28434332/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=265992 CPUtime=222.3 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 163023 0 0 0 22198 32 0 0 25 0 1 0 876686772 272375808 46956 33554432000 4194304 4291037 140734523756096 18446744073709551615 4249392 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 66498 46956 259 24 0 63132 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 265992

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22496
/proc/meminfo: memFree=28232576/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=405384 CPUtime=282.29 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 203821 0 0 0 28188 41 0 0 25 0 1 0 876686772 415113216 87608 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 101346 87608 259 24 0 97980 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 405384

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22498
/proc/meminfo: memFree=28302868/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=274196 CPUtime=342.3 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 248327 0 0 0 34178 52 0 0 25 0 1 0 876686772 280776704 54030 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 68549 54030 259 24 0 65183 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 274196

[startup+402.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/173 22500
/proc/meminfo: memFree=28342664/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=145604 CPUtime=402.3 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 291109 0 0 0 40168 62 0 0 25 0 1 0 876686772 149098496 26372 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 36401 26372 259 24 0 33035 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 145604

[startup+462.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/173 22502
/proc/meminfo: memFree=28022732/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=412640 CPUtime=462.29 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 353798 0 0 0 46156 73 0 0 25 0 1 0 876686772 422543360 88918 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 103160 88918 259 24 0 99794 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 412640

[startup+522.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/173 22504
/proc/meminfo: memFree=28239840/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=123944 CPUtime=522.3 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 400139 0 0 0 52147 83 0 0 25 0 1 0 876686772 126918656 22987 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 30986 22987 259 24 0 27620 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 123944

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/173 22504
/proc/meminfo: memFree=28009564/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=419964 CPUtime=582.3 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 447699 0 0 0 58138 92 0 0 25 0 1 0 876686772 430043136 70381 33554432000 4194304 4291037 140734523756096 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 104991 70381 259 24 0 101625 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 419964

[startup+642.3 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/173 22608
/proc/meminfo: memFree=23993152/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=1096416 CPUtime=4002.36 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 3777587 0 0 0 399517 719 0 0 25 0 1 0 876686772 1122729984 185053 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 274104 185053 259 24 0 270738 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 1096416

[startup+4062.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/173 22610
/proc/meminfo: memFree=24401972/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=320164 CPUtime=4062.36 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 3859593 0 0 0 405501 735 0 0 25 0 1 0 876686772 327847936 64834 33554432000 4194304 4291037 140734523756096 18446744073709551615 4262319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 80041 64834 259 24 0 76675 0
Current children cumulated CPU time (s) 4062.36
Current children cumulated vsize (KiB) 320164

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22612
/proc/meminfo: memFree=24051048/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=750844 CPUtime=4122.36 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 3930584 0 0 0 411488 748 0 0 25 0 1 0 876686772 768864256 135720 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 187711 135720 259 24 0 184345 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 750844

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22612
/proc/meminfo: memFree=23816932/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=751660 CPUtime=4182.36 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 3970813 0 0 0 417479 757 0 0 25 0 1 0 876686772 769699840 175804 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 187915 175804 259 24 0 184549 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 751660

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/173 22614
/proc/meminfo: memFree=23580584/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=1102700 CPUtime=4242.36 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4011927 0 0 0 423472 764 0 0 25 0 1 0 876686772 1129164800 216820 33554432000 4194304 4291037 140734523756096 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 275675 216820 259 24 0 272309 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 1102700

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 2/167 22641
/proc/meminfo: memFree=29549700/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=226592 CPUtime=4302.36 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4047830 0 0 0 429461 775 0 0 25 0 1 0 876686772 232030208 50190 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 56648 50190 259 24 0 53282 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 226592

[startup+4362.3 s]
/proc/loadavg: 1.37 1.82 1.94 2/167 22643
/proc/meminfo: memFree=29230352/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=755892 CPUtime=4362.37 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4129043 0 0 0 435448 789 0 0 25 0 1 0 876686772 774033408 131266 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 188973 131266 259 24 0 185607 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 755892

[startup+4422.3 s]
/proc/loadavg: 1.13 1.66 1.87 2/167 22645
/proc/meminfo: memFree=29021648/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=756320 CPUtime=4422.37 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4180009 0 0 0 441439 798 0 0 25 0 1 0 876686772 774471680 182083 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 189080 182083 259 24 0 185714 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 756320

[startup+4482.3 s]
/proc/loadavg: 1.05 1.54 1.82 2/167 22645
/proc/meminfo: memFree=28807744/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=1106528 CPUtime=4482.37 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4233636 0 0 0 447428 809 0 0 25 0 1 0 876686772 1133084672 235608 33554432000 4194304 4291037 140734523756096 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 276632 235608 259 24 0 273266 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 1106528

[startup+4542.3 s]
/proc/loadavg: 1.05 1.45 1.77 2/167 22647
/proc/meminfo: memFree=29458864/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=329432 CPUtime=4542.36 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4277415 0 0 0 453416 820 0 0 25 0 1 0 876686772 337338368 73728 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 82358 73728 259 24 0 78992 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 329432

[startup+4602.3 s]
/proc/loadavg: 1.02 1.37 1.72 2/167 22649
/proc/meminfo: memFree=29128896/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=759164 CPUtime=4602.37 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4358951 0 0 0 459403 834 0 0 25 0 1 0 876686772 777383936 155111 33554432000 4194304 4291037 140734523756096 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 189791 155111 259 24 0 186425 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 759164

[startup+4662.3 s]
/proc/loadavg: 1.00 1.30 1.67 2/167 22651
/proc/meminfo: memFree=28810716/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=1110552 CPUtime=4662.37 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4439153 0 0 0 465389 848 0 0 25 0 1 0 876686772 1137205248 235198 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 277638 235198 259 24 0 274272 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 1110552

[startup+4722.31 s]
/proc/loadavg: 1.00 1.24 1.62 2/167 22653
/proc/meminfo: memFree=29497300/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=283984 CPUtime=4722.38 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4502442 0 0 0 471374 864 0 0 25 0 1 0 876686772 290799616 63211 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 70996 63211 259 24 0 67630 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 283984

[startup+4782.3 s]
/proc/loadavg: 1.00 1.20 1.58 2/167 22653
/proc/meminfo: memFree=29258100/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=548616 CPUtime=4782.37 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4563506 0 0 0 477363 874 0 0 25 0 1 0 876686772 561782784 124163 33554432000 4194304 4291037 140734523756096 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 137154 124163 259 24 0 133788 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 548616

[startup+4842.3 s]
/proc/loadavg: 1.00 1.16 1.54 2/167 22655
/proc/meminfo: memFree=28853356/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=1114744 CPUtime=4842.37 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4663647 0 0 0 483345 892 0 0 25 0 1 0 876686772 1141497856 224223 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 278686 224223 259 24 0 275320 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 1114744

[startup+4902.3 s]
/proc/loadavg: 1.00 1.13 1.51 2/167 22657
/proc/meminfo: memFree=28476516/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=1685312 CPUtime=4902.37 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4757966 0 0 0 489330 907 0 0 25 0 1 0 876686772 1725759488 318430 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 421328 318430 259 24 0 417962 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 1685312

[startup+4962.3 s]
/proc/loadavg: 1.00 1.10 1.47 2/167 22659
/proc/meminfo: memFree=28112576/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=1687556 CPUtime=4962.38 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4848818 0 0 0 495316 922 0 0 25 0 1 0 876686772 1728057344 409159 33554432000 4194304 4291037 140734523756096 18446744073709551615 4248344 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 421889 409159 259 24 0 418523 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 1687556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.09 1.45 2/167 22659
/proc/meminfo: memFree=29435904/32951132 swapFree=67061144/67111528
[pid=22489] ppid=22487 vsize=343296 CPUtime=5000.08 cores=1,3,5,7
/proc/22489/stat : 22489 (minisat_release) R 22487 22489 21620 0 -1 4202496 4889475 0 0 0 499073 935 0 0 25 0 1 0 876686772 351535104 78614 33554432000 4194304 4291037 140734523756096 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/22489/statm: 85824 78614 259 24 0 82458 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 343296

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.1
CPU user time (s): 4990.74
CPU system time (s): 9.36558
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2659396

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

runsolver used 6.93195 second user time and 16.6015 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-09 22:21:11
IDJOB=3420148
IDBENCH=84227
IDSOLVER=1912
FILE ID=node129/3420148-1307650871
RUNJOBID= node129-1307645220-22133
PBS_JOBID= 13549398
Free space on /tmp= 74152 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420148-1307650871/watcher-3420148-1307650871 -o /tmp/evaluation-result-3420148-1307650871/solver-3420148-1307650871 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3420148-1307650871.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=974430248

node129.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.831
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.66
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.831
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	: 5332.83
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.831
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28888656 kB
Buffers:        381740 kB
Cached:        2564196 kB
SwapCached:      13136 kB
Active:        1592236 kB
Inactive:      2220192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28888656 kB
SwapTotal:    67111528 kB
SwapFree:     67061144 kB
Dirty:            3892 kB
Writeback:           8 kB
AnonPages:      863248 kB
Mapped:           9240 kB
Slab:           186176 kB
PageTables:       5396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  1141668 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74164 MiB
End job on node129 at 2011-06-09 23:44:34