Trace number 3380322

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: cir_minisat 2011-05-13 (simp)? (TO) 1300 1300.03

General information on the benchmark

Nameibm-2002-30r-k85.cnf
MD5SUMc08fe2d9c476652207ada677b7ca59f9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.9815
Satisfiable
(Un)Satisfiability was proved
Number of variables181484
Number of clauses890298
Sum of the clauses size2338581
Maximum clause length19
Minimum clause length1
Number of clauses of size 1771
Number of clauses of size 2667172
Number of clauses of size 3144951
Number of clauses of size 424791
Number of clauses of size 511035
Number of clauses of size over 541578

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-3380322-1305458515/watcher-3380322-1305458515 -o /tmp/evaluation-result-3380322-1305458515/solver-3380322-1305458515 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380322-1305458515.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.39 3.90 3.75 4/402 7930
/proc/meminfo: memFree=24021508/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=20576 CPUtime=0 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 1033 0 0 0 0 0 0 0 21 0 1 0 657450206 21069824 952 33554432000 4194304 4300288 140734824959744 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 5144 952 216 26 0 1776 0

[startup+0.0171649 s]
/proc/loadavg: 3.39 3.90 3.75 4/402 7930
/proc/meminfo: memFree=24021508/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=21392 CPUtime=0.01 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 1283 0 0 0 1 0 0 0 21 0 1 0 657450206 21905408 1196 33554432000 4194304 4300288 140734824959744 18446744073709551615 4277901 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 5348 1196 218 26 0 1980 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21392

[startup+0.100213 s]
/proc/loadavg: 3.39 3.90 3.75 4/402 7930
/proc/meminfo: memFree=24021508/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=33576 CPUtime=0.09 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 5268 0 0 0 8 1 0 0 21 0 1 0 657450206 34381824 4700 33554432000 4194304 4300288 140734824959744 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 8394 4700 218 26 0 5026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33576

[startup+0.301155 s]
/proc/loadavg: 3.39 3.90 3.75 4/402 7930
/proc/meminfo: memFree=24021508/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=67028 CPUtime=0.29 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 14753 0 0 0 26 3 0 0 22 0 1 0 657450206 68636672 12890 33554432000 4194304 4300288 140734824959744 18446744073709551615 242970211013 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 16757 12891 218 26 0 13389 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67028

[startup+0.701092 s]
/proc/loadavg: 3.39 3.90 3.75 4/402 7930
/proc/meminfo: memFree=24021508/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=98468 CPUtime=0.69 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 23198 0 0 0 65 4 0 0 24 0 1 0 657450206 100831232 20328 33554432000 4194304 4300288 140734824959744 18446744073709551615 4228066 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 24617 20328 222 26 0 21249 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98468

[startup+1.50096 s]
/proc/loadavg: 3.36 3.89 3.75 5/411 7947
/proc/meminfo: memFree=23814244/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=130764 CPUtime=1.49 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 30432 0 0 0 143 6 0 0 25 0 1 0 657450206 133902336 27202 33554432000 4194304 4300288 140734824959744 18446744073709551615 242970218900 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 32691 27202 222 26 0 29323 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130764

[startup+3.10068 s]
/proc/loadavg: 3.36 3.89 3.75 5/411 7947
/proc/meminfo: memFree=23799984/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=112760 CPUtime=3.09 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 34294 0 0 0 302 7 0 0 25 0 1 0 657450206 115466240 22372 33554432000 4194304 4300288 140734824959744 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 28190 22372 242 26 0 24822 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112760

[startup+6.30113 s]
/proc/loadavg: 3.65 3.94 3.76 8/411 7947
/proc/meminfo: memFree=23816764/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=112760 CPUtime=6.29 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 34968 0 0 0 622 7 0 0 25 0 1 0 657450206 115466240 23017 33554432000 4194304 4300288 140734824959744 18446744073709551615 4255746 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 28190 23017 242 26 0 24822 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112760

[startup+12.701 s]
/proc/loadavg: 3.76 3.96 3.77 5/411 7948
/proc/meminfo: memFree=23801100/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=112760 CPUtime=12.7 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 36179 0 0 0 1261 9 0 0 25 0 1 0 657450206 115466240 24185 33554432000 4194304 4300288 140734824959744 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 28190 24185 242 26 0 24822 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 112760

[startup+25.5008 s]
/proc/loadavg: 3.88 3.97 3.78 5/411 7975
/proc/meminfo: memFree=23816944/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=124436 CPUtime=25.49 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 39074 0 0 0 2539 10 0 0 25 0 1 0 657450206 127422464 26992 33554432000 4194304 4300288 140734824959744 18446744073709551615 4269374 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 31109 26992 242 26 0 27741 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 124436

[startup+51.1004 s]
/proc/loadavg: 3.99 3.99 3.79 5/411 7976
/proc/meminfo: memFree=23744076/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=175924 CPUtime=51.09 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 45256 0 0 0 5098 11 0 0 25 0 1 0 657450206 180146176 33033 33554432000 4194304 4300288 140734824959744 18446744073709551615 4255746 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 43981 33033 242 26 0 40613 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 175924

[startup+102.316 s]
/proc/loadavg: 4.03 4.00 3.80 5/411 7977
/proc/meminfo: memFree=23660108/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=235208 CPUtime=102.31 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 56429 0 0 0 10216 15 0 0 25 0 1 0 657450206 240852992 43994 33554432000 4194304 4300288 140734824959744 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 58802 43994 242 26 0 55434 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 235208

[startup+162.3 s]
/proc/loadavg: 4.01 4.00 3.82 5/411 7979
/proc/meminfo: memFree=23563320/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=327708 CPUtime=162.28 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 70184 0 0 0 16208 20 0 0 25 0 1 0 657450206 335572992 57603 33554432000 4194304 4300288 140734824959744 18446744073709551615 4250872 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 81927 57603 242 26 0 78559 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 327708

[startup+222.301 s]
/proc/loadavg: 4.07 4.02 3.83 5/411 7980
/proc/meminfo: memFree=23481836/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=334168 CPUtime=222.28 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 79325 0 0 0 22205 23 0 0 25 0 1 0 657450206 342188032 66630 33554432000 4194304 4300288 140734824959744 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 83542 66630 242 26 0 80174 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 334168

[startup+282.301 s]
/proc/loadavg: 4.02 4.01 3.83 5/411 7982
/proc/meminfo: memFree=23415728/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=340092 CPUtime=282.29 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 86867 0 0 0 28203 26 0 0 25 0 1 0 657450206 348254208 74059 33554432000 4194304 4300288 140734824959744 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 85023 74059 242 26 0 81655 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 340092

[startup+342.3 s]
/proc/loadavg: 4.09 4.02 3.85 5/411 7984
/proc/meminfo: memFree=23336108/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=347580 CPUtime=342.29 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 95253 0 0 0 34199 30 0 0 25 0 1 0 657450206 355921920 82339 33554432000 4194304 4300288 140734824959744 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 86895 82339 242 26 0 83527 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 347580

[startup+402.301 s]
/proc/loadavg: 4.03 4.01 3.85 5/411 7985
/proc/meminfo: memFree=23279184/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=482440 CPUtime=402.28 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 100501 0 0 0 40196 32 0 0 25 0 1 0 657450206 494018560 87522 33554432000 4194304 4300288 140734824959744 18446744073709551615 4269822 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 120610 87522 242 26 0 117242 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 482440

[startup+462.301 s]
/proc/loadavg: 4.01 4.01 3.86 5/411 7987
/proc/meminfo: memFree=23204024/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=485684 CPUtime=462.28 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 106283 0 0 0 46195 33 0 0 25 0 1 0 657450206 497340416 93243 33554432000 4194304 4300288 140734824959744 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 121421 93243 242 26 0 118053 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 485684

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.86 5/411 7988
/proc/meminfo: memFree=23110028/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=491960 CPUtime=522.28 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 113819 0 0 0 52192 36 0 0 25 0 1 0 657450206 503767040 100705 33554432000 4194304 4300288 140734824959744 18446744073709551615 4268407 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 122990 100706 242 26 0 119622 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 491960

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.87 5/411 7990
/proc/meminfo: memFree=23048144/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=495928 CPUtime=582.28 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 119414 0 0 0 58189 39 0 0 25 0 1 0 657450206 507830272 106234 33554432000 4194304 4300288 140734824959744 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 123982 106234 242 26 0 120614 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 495928

[startup+642.301 s]
/proc/loadavg: 4.15 4.04 3.89 5/411 7992
/proc/meminfo: memFree=22990596/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=499076 CPUtime=642.29 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 124500 0 0 0 64188 41 0 0 25 0 1 0 657450206 511053824 111263 33554432000 4194304 4300288 140734824959744 18446744073709551615 4256236 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 124769 111263 242 26 0 121401 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 499076

[startup+702.3 s]
/proc/loadavg: 4.10 4.05 3.90 5/411 7993
/proc/meminfo: memFree=22917916/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=510392 CPUtime=702.27 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 130955 0 0 0 70183 44 0 0 25 0 1 0 657450206 522641408 117647 33554432000 4194304 4300288 140734824959744 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 127598 117647 242 26 0 124230 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 510392

[startup+762.315 s]
/proc/loadavg: 4.04 4.04 3.91 5/411 7995
/proc/meminfo: memFree=22859372/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=510392 CPUtime=762.28 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 135138 0 0 0 76182 46 0 0 25 0 1 0 657450206 522641408 121759 33554432000 4194304 4300288 140734824959744 18446744073709551615 4256240 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 127598 121759 242 26 0 124230 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 510392

[startup+822.301 s]
/proc/loadavg: 4.08 4.06 3.92 5/411 7996
/proc/meminfo: memFree=22804800/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=727360 CPUtime=822.27 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 138798 0 0 0 82179 48 0 0 25 0 1 0 657450206 744816640 125367 33554432000 4194304 4300288 140734824959744 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 181840 125367 242 26 0 178472 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 727360

[startup+882.3 s]
/proc/loadavg: 4.06 4.06 3.93 5/411 7998
/proc/meminfo: memFree=22731744/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=729132 CPUtime=882.27 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 143522 0 0 0 88176 51 0 0 25 0 1 0 657450206 746631168 130049 33554432000 4194304 4300288 140734824959744 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 182283 130049 242 26 0 178915 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 729132

[startup+942.301 s]
/proc/loadavg: 4.10 4.07 3.94 5/411 7999
/proc/meminfo: memFree=22655104/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=732168 CPUtime=942.26 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 152499 0 0 0 94172 54 0 0 25 0 1 0 657450206 749740032 138983 33554432000 4194304 4300288 140734824959744 18446744073709551615 4256243 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 183042 138983 242 26 0 179674 0
Current children cumulated CPU time (s) 942.26
Current children cumulated vsize (KiB) 732168

[startup+1002.3 s]
/proc/loadavg: 4.07 4.07 3.94 5/411 8001
/proc/meminfo: memFree=22590240/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=736032 CPUtime=1002.26 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 156857 0 0 0 100170 56 0 0 25 0 1 0 657450206 753696768 143285 33554432000 4194304 4300288 140734824959744 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 184008 143286 242 26 0 180640 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 736032

[startup+1062.3 s]
/proc/loadavg: 4.02 4.06 3.94 5/411 8003
/proc/meminfo: memFree=22527368/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=738932 CPUtime=1062.25 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 161169 0 0 0 106168 57 0 0 25 0 1 0 657450206 756666368 147541 33554432000 4194304 4300288 140734824959744 18446744073709551615 4250866 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 184733 147541 242 26 0 181365 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 738932

[startup+1122.3 s]
/proc/loadavg: 4.01 4.04 3.94 5/411 8004
/proc/meminfo: memFree=23548240/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=230804 CPUtime=1122.26 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 172668 0 0 0 112163 63 0 0 25 0 1 0 657450206 236343296 48734 33554432000 4194304 4300288 140734824959744 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 57701 48734 242 26 0 54333 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 230804

[startup+1182.3 s]
/proc/loadavg: 4.06 4.05 3.95 5/411 8006
/proc/meminfo: memFree=23443320/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=310944 CPUtime=1182.26 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 190026 0 0 0 118158 68 0 0 25 0 1 0 657450206 318406656 65863 33554432000 4194304 4300288 140734824959744 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 77736 65863 242 26 0 74368 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 310944

[startup+1242.3 s]
/proc/loadavg: 4.15 4.07 3.96 5/411 8008
/proc/meminfo: memFree=23340892/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=361032 CPUtime=1242.26 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 196001 0 0 0 124156 70 0 0 25 0 1 0 657450206 369696768 71745 33554432000 4194304 4300288 140734824959744 18446744073709551615 4255969 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 90258 71745 242 26 0 86890 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 361032



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.96 5/411 8009
/proc/meminfo: memFree=23222216/32951132 swapFree=67093844/67111528
[pid=7930] ppid=7928 vsize=442420 CPUtime=1299.97 cores=0,2
/proc/7930/stat : 7930 (cir_minisat) R 7928 7930 7859 0 -1 4202496 209884 0 0 0 129921 76 0 0 25 0 1 0 657450206 453038080 85441 33554432000 4194304 4300288 140734824959744 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/7930/statm: 110605 85441 242 26 0 107237 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 442420

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): 1300.03
CPU time (s): 1300
CPU user time (s): 1299.21
CPU system time (s): 0.781881
CPU usage (%): 99.997
Max. virtual memory (cumulated for all children) (KiB): 759256

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

runsolver used 5.2852 second user time and 11.5882 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-15 13:21:56
IDJOB=3380322
IDBENCH=69635
IDSOLVER=1863
FILE ID=node128/3380322-1305458515
RUNJOBID= node128-1305458515-7877
PBS_JOBID= 13324904
Free space on /tmp= 73588 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT_RACE08/cnf/ibm-2002-30r-k85.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380322-1305458515/watcher-3380322-1305458515 -o /tmp/evaluation-result-3380322-1305458515/solver-3380322-1305458515 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380322-1305458515.cnf

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

MD5SUM BENCH= c08fe2d9c476652207ada677b7ca59f9
RANDOM SEED=91786245

node128.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.852
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.70
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.852
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.75
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.852
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.82
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.852
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.852
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.82
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24021912 kB
Buffers:        281532 kB
Cached:        3055420 kB
SwapCached:       1440 kB
Active:        6561876 kB
Inactive:      2071660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24021912 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           33960 kB
Writeback:          12 kB
AnonPages:     5295404 kB
Mapped:          31712 kB
Slab:           188864 kB
PageTables:      38708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100738852 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= 73588 MiB
End job on node128 at 2011-05-15 13:43:38