Trace number 3420156

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.13 5000.05

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
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 variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

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: 961)

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

running on 4 cores: 0,2,4,6

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.02 2.05 2.01 2/548 16821
/proc/meminfo: memFree=15948276/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=30508 CPUtime=0 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 2917 0 0 0 0 0 0 0 23 0 1 0 770542925 31240192 2805 33554432000 4194304 4291037 140734489224016 18446744073709551615 4277473 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16821/statm: 7627 2807 213 24 0 4261 0

[startup+0.064618 s]
/proc/loadavg: 2.02 2.05 2.01 2/548 16821
/proc/meminfo: memFree=15948276/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=51380 CPUtime=0.05 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 7917 0 0 0 4 1 0 0 23 0 1 0 770542925 52613120 7748 33554432000 4194304 4291037 140734489224016 18446744073709551615 253640528042 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16821/statm: 12845 7748 216 24 0 9479 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 51380

[startup+0.100637 s]
/proc/loadavg: 2.02 2.05 2.01 2/548 16821
/proc/meminfo: memFree=15948276/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=55236 CPUtime=0.09 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 9092 0 0 0 8 1 0 0 23 0 1 0 770542925 56561664 8846 33554432000 4194304 4291037 140734489224016 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16821/statm: 13809 8847 216 24 0 10443 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55236

[startup+0.300587 s]
/proc/loadavg: 2.02 2.05 2.01 2/548 16821
/proc/meminfo: memFree=15948276/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=71304 CPUtime=0.29 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 13917 0 0 0 27 2 0 0 24 0 1 0 770542925 73015296 13002 33554432000 4194304 4291037 140734489224016 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16821/statm: 17826 13003 216 24 0 14460 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71304

[startup+0.700492 s]
/proc/loadavg: 2.02 2.05 2.01 2/548 16821
/proc/meminfo: memFree=15948276/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=92056 CPUtime=0.69 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 20552 0 0 0 66 3 0 0 25 0 1 0 770542925 94265344 18572 33554432000 4194304 4291037 140734489224016 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/16821/statm: 23014 18573 216 24 0 19648 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92056

[startup+1.5003 s]
/proc/loadavg: 2.02 2.05 2.01 3/546 16842
/proc/meminfo: memFree=15866648/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=114004 CPUtime=1.48 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 26224 0 0 0 144 4 0 0 25 0 1 0 770542925 116740096 23335 33554432000 4194304 4291037 140734489224016 18446744073709551615 4231672 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/16821/statm: 28501 23335 239 24 0 25135 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 114004

[startup+3.10102 s]
/proc/loadavg: 2.02 2.05 2.01 3/551 16850
/proc/meminfo: memFree=15834848/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=126396 CPUtime=3.06 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 39517 0 0 0 299 7 0 0 25 0 1 0 770542925 129429504 26704 33554432000 4194304 4291037 140734489224016 18446744073709551615 4229200 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/16821/statm: 31599 26704 239 24 0 28233 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 126396

[startup+6.30049 s]
/proc/loadavg: 2.02 2.05 2.01 3/551 16850
/proc/meminfo: memFree=15839620/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=132996 CPUtime=6.22 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 42960 0 0 0 615 7 0 0 25 0 1 0 770542925 136187904 27142 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 33249 27142 258 24 0 29883 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 132996

[startup+12.7003 s]
/proc/loadavg: 2.02 2.05 2.00 3/551 16850
/proc/meminfo: memFree=15835836/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=132996 CPUtime=12.62 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 43284 0 0 0 1255 7 0 0 25 0 1 0 770542925 136187904 27457 33554432000 4194304 4291037 140734489224016 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 33249 27457 258 24 0 29883 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 132996

[startup+25.501 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 16850
/proc/meminfo: memFree=15820608/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=163344 CPUtime=25.43 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 46839 0 0 0 2534 9 0 0 25 0 1 0 770542925 167264256 30982 33554432000 4194304 4291037 140734489224016 18446744073709551615 4248591 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 40836 30982 258 24 0 37470 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 163344

[startup+51.1004 s]
/proc/loadavg: 2.01 2.04 2.00 3/551 16851
/proc/meminfo: memFree=15749472/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=243484 CPUtime=51.03 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 64140 0 0 0 5091 12 0 0 25 0 1 0 770542925 249327616 48214 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255571 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 60871 48214 258 24 0 57505 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 243484

[startup+102.321 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 16852
/proc/meminfo: memFree=15667368/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=374960 CPUtime=102.25 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 83135 0 0 0 10210 15 0 0 25 0 1 0 770542925 383959040 67097 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 93740 67097 258 24 0 90374 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 374960

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 16854
/proc/meminfo: memFree=15592964/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=507220 CPUtime=162.23 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 101202 0 0 0 16204 19 0 0 25 0 1 0 770542925 519393280 85026 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 126805 85026 258 24 0 123439 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 507220

[startup+222.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/551 16855
/proc/meminfo: memFree=15495104/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=507220 CPUtime=222.23 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 125512 0 0 0 22199 24 0 0 25 0 1 0 770542925 519393280 109266 33554432000 4194304 4291037 140734489224016 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 126805 109266 258 24 0 123439 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 507220

[startup+282.3 s]
/proc/loadavg: 2.22 2.08 2.02 3/551 16857
/proc/meminfo: memFree=15423408/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=722144 CPUtime=282.23 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 143496 0 0 0 28194 29 0 0 25 0 1 0 770542925 739475456 127146 33554432000 4194304 4291037 140734489224016 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 180536 127146 258 24 0 177170 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 722144

[startup+342.3 s]
/proc/loadavg: 2.13 2.08 2.02 3/551 16859
/proc/meminfo: memFree=15716040/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=243740 CPUtime=342.23 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 171541 0 0 0 34187 36 0 0 25 0 1 0 770542925 249589760 53656 33554432000 4194304 4291037 140734489224016 18446744073709551615 4248591 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 60935 53656 258 24 0 57569 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 243740

[startup+402.301 s]
/proc/loadavg: 2.05 2.07 2.01 3/551 16860
/proc/meminfo: memFree=15625744/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=375216 CPUtime=402.23 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 194445 0 0 0 40183 40 0 0 25 0 1 0 770542925 384221184 76433 33554432000 4194304 4291037 140734489224016 18446744073709551615 4248581 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 93804 76433 258 24 0 90438 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 375216

[startup+462.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/551 16862
/proc/meminfo: memFree=15544624/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=507476 CPUtime=462.23 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 214520 0 0 0 46180 43 0 0 25 0 1 0 770542925 519655424 96371 33554432000 4194304 4291037 140734489224016 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 126869 96371 258 24 0 123503 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 507476

[startup+522.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/551 16863
/proc/meminfo: memFree=15468220/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=507476 CPUtime=522.23 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 233969 0 0 0 52176 47 0 0 25 0 1 0 770542925 519655424 115779 33554432000 4194304 4291037 140734489224016 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 126869 115779 258 24 0 123503 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 507476

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 16865
/proc/meminfo: memFree=15332168/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=722400 CPUtime=582.25 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 267645 0 0 0 58172 53 0 0 25 0 1 0 770542925 739737600 149376 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 180600 149376 258 24 0 177234 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 722400

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 16968
/proc/meminfo: memFree=15006720/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=1172116 CPUtime=4002.34 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1353233 0 0 0 399952 282 0 0 25 0 1 0 770542925 1200246784 226085 33554432000 4194304 4291037 140734489224016 18446744073709551615 4262059 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 293029 226085 258 24 0 289663 0
Current children cumulated CPU time (s) 4002.34
Current children cumulated vsize (KiB) 1172116

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 16970
/proc/meminfo: memFree=14933060/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=1172116 CPUtime=4062.37 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1370941 0 0 0 405951 286 0 0 25 0 1 0 770542925 1200246784 243675 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 293029 243675 258 24 0 289663 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 1172116

[startup+4122.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/551 16971
/proc/meminfo: memFree=14870060/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=1172116 CPUtime=4122.34 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1387428 0 0 0 411945 289 0 0 25 0 1 0 770542925 1200246784 260071 33554432000 4194304 4291037 140734489224016 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 293029 260071 258 24 0 289663 0
Current children cumulated CPU time (s) 4122.34
Current children cumulated vsize (KiB) 1172116

[startup+4182.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/551 16973
/proc/meminfo: memFree=14809296/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=1172116 CPUtime=4182.35 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1402632 0 0 0 417943 292 0 0 25 0 1 0 770542925 1200246784 275198 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 293029 275198 258 24 0 289663 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 1172116

[startup+4242.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/551 16975
/proc/meminfo: memFree=15651248/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=279944 CPUtime=4242.35 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1424639 0 0 0 423935 300 0 0 25 0 1 0 770542925 286662656 65296 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 69986 65296 258 24 0 66620 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 279944

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/551 16976
/proc/meminfo: memFree=15508148/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=491560 CPUtime=4302.35 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1460322 0 0 0 429928 307 0 0 25 0 1 0 770542925 503357440 100745 33554432000 4194304 4291037 140734489224016 18446744073709551615 4251620 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 122890 100745 258 24 0 119524 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 491560

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/551 16978
/proc/meminfo: memFree=15446004/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=491560 CPUtime=4362.35 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1476309 0 0 0 435925 310 0 0 25 0 1 0 770542925 503357440 116582 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 122890 116582 258 24 0 119524 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 491560

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 16979
/proc/meminfo: memFree=15375684/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=623820 CPUtime=4422.35 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1493538 0 0 0 441921 314 0 0 25 0 1 0 770542925 638791680 133680 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 155955 133680 258 24 0 152589 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 623820

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 16981
/proc/meminfo: memFree=15307348/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=623820 CPUtime=4482.36 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1511108 0 0 0 447918 318 0 0 25 0 1 0 770542925 638791680 151157 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 155955 151157 258 24 0 152589 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 623820

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 16983
/proc/meminfo: memFree=15245088/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=838744 CPUtime=4542.36 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1526334 0 0 0 453915 321 0 0 25 0 1 0 770542925 858873856 166285 33554432000 4194304 4291037 140734489224016 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 209686 166285 258 24 0 206320 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 838744

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 16984
/proc/meminfo: memFree=15174648/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=838744 CPUtime=4602.38 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1543272 0 0 0 459913 325 0 0 25 0 1 0 770542925 858873856 183079 33554432000 4194304 4291037 140734489224016 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 209686 183079 258 24 0 206320 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 838744

[startup+4662.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/551 16986
/proc/meminfo: memFree=15105068/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=838744 CPUtime=4662.36 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1560822 0 0 0 465907 329 0 0 25 0 1 0 770542925 858873856 200555 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 209686 200555 258 24 0 206320 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 838744

[startup+4722.32 s]
/proc/loadavg: 2.17 2.07 2.02 3/551 16987
/proc/meminfo: memFree=15045912/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=1187992 CPUtime=4722.38 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1575794 0 0 0 471905 333 0 0 25 0 1 0 770542925 1216503808 215409 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 296998 215409 258 24 0 293632 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 1187992

[startup+4782.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/551 16989
/proc/meminfo: memFree=14983280/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=1187992 CPUtime=4782.37 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1591927 0 0 0 477900 337 0 0 25 0 1 0 770542925 1216503808 231454 33554432000 4194304 4291037 140734489224016 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 296998 231454 258 24 0 293632 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 1187992

[startup+4842.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/551 16991
/proc/meminfo: memFree=15551312/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=390552 CPUtime=4842.37 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1624049 0 0 0 483893 344 0 0 25 0 1 0 770542925 399925248 89432 33554432000 4194304 4291037 140734489224016 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 97638 89432 258 24 0 94272 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 390552

[startup+4902.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/551 16992
/proc/meminfo: memFree=15448256/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=522028 CPUtime=4902.37 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1650351 0 0 0 489889 348 0 0 25 0 1 0 770542925 534556672 115562 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 130507 115562 258 24 0 127141 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 522028

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 16994
/proc/meminfo: memFree=15371860/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=654288 CPUtime=4962.37 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1669398 0 0 0 495885 352 0 0 25 0 1 0 770542925 669990912 134516 33554432000 4194304 4291037 140734489224016 18446744073709551615 4248998 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 163572 134516 258 24 0 160206 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 654288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 16995
/proc/meminfo: memFree=15325976/32951124 swapFree=54323904/67111528
[pid=16821] ppid=16819 vsize=654288 CPUtime=5000.09 cores=0,2,4,6
/proc/16821/stat : 16821 (minisat_release) R 16819 16821 16220 0 -1 4202496 1680832 0 0 0 499654 355 0 0 25 0 1 0 770542925 669990912 145885 33554432000 4194304 4291037 140734489224016 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/16821/statm: 163572 145885 258 24 0 160206 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 654288

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.05
CPU time (s): 5000.13
CPU user time (s): 4996.55
CPU system time (s): 3.57546
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1755520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4996.55
system time used= 3.57546
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1680832
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= 2568

runsolver used 28.5567 second user time and 59.109 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-28 15:30:25
IDJOB=3420156
IDBENCH=84248
IDSOLVER=1912
FILE ID=node106/3420156-1306589424
RUNJOBID= node106-1306579399-16238
PBS_JOBID= 13471574
Free space on /tmp= 73452 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420156-1306589424/watcher-3420156-1306589424 -o /tmp/evaluation-result-3420156-1306589424/solver-3420156-1306589424 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3420156-1306589424.cnf

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1911749865

node106.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.830
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.830
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.20
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.830
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.830
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.830
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.830
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.830
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.830
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:     32951124 kB
MemFree:      15948556 kB
Buffers:        351236 kB
Cached:       10688940 kB
SwapCached:      24016 kB
Active:        6619620 kB
Inactive:     10073684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15948556 kB
SwapTotal:    67111528 kB
SwapFree:     54323904 kB
Dirty:           15536 kB
Writeback:          20 kB
AnonPages:     5637924 kB
Mapped:          26308 kB
Slab:           160232 kB
PageTables:      77856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167556920 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= 73452 MiB
End job on node106 at 2011-05-28 16:53:47