Trace number 3434040

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: MiniSAT 2.2.0-agile-26? (TO) 5000.07 4999.94

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

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-3434040-1306849424/watcher-3434040-1306849424 -o /tmp/evaluation-result-3434040-1306849424/solver-3434040-1306849424 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434040-1306849424.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.01 2.03 2.00 3/436 32406
/proc/meminfo: memFree=1169168/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=27952 CPUtime=0 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 2491 0 0 0 0 0 0 0 25 0 1 0 796540298 28622848 2379 33554432000 4194304 4291235 140736640741792 18446744073709551615 4240833 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 6988 2382 214 24 0 3622 0

[startup+0.060647 s]
/proc/loadavg: 2.01 2.03 2.00 3/436 32406
/proc/meminfo: memFree=1169168/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=33940 CPUtime=0.04 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 4759 0 0 0 4 0 0 0 25 0 1 0 796540298 34754560 4357 33554432000 4194304 4291235 140736640741792 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 8485 4359 216 24 0 5119 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33940

[startup+0.100655 s]
/proc/loadavg: 2.01 2.03 2.00 3/436 32406
/proc/meminfo: memFree=1169168/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=39964 CPUtime=0.09 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 7068 0 0 0 8 1 0 0 25 0 1 0 796540298 40923136 6234 33554432000 4194304 4291235 140736640741792 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 9991 6236 216 24 0 6625 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39964

[startup+0.300616 s]
/proc/loadavg: 2.01 2.03 2.00 3/436 32406
/proc/meminfo: memFree=1169168/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=59576 CPUtime=0.29 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 10971 0 0 0 27 2 0 0 25 0 1 0 796540298 61005824 9881 33554432000 4194304 4291235 140736640741792 18446744073709551615 4210128 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 14894 9883 240 24 0 11528 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59576

[startup+0.700544 s]
/proc/loadavg: 2.01 2.03 2.00 3/436 32406
/proc/meminfo: memFree=1169168/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=46256 CPUtime=0.69 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 12730 0 0 0 67 2 0 0 25 0 1 0 796540298 47366144 7603 33554432000 4194304 4291235 140736640741792 18446744073709551615 4256327 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 11564 7603 258 24 0 8198 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46256

[startup+1.50039 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 32407
/proc/meminfo: memFree=1135932/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=46256 CPUtime=1.48 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 13038 0 0 0 146 2 0 0 25 0 1 0 796540298 47366144 7904 33554432000 4194304 4291235 140736640741792 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 11564 7904 259 24 0 8198 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 46256

[startup+3.10109 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 32407
/proc/meminfo: memFree=1129360/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=53328 CPUtime=3.09 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 13822 0 0 0 307 2 0 0 25 0 1 0 796540298 54607872 8671 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 13332 8671 259 24 0 9966 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53328

[startup+6.30051 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 32408
/proc/meminfo: memFree=1101488/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=72004 CPUtime=6.29 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 18231 0 0 0 626 3 0 0 25 0 1 0 796540298 73732096 13052 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 18001 13052 259 24 0 14635 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72004

[startup+12.7003 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 32408
/proc/meminfo: memFree=1071028/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=83680 CPUtime=12.68 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 21679 0 0 0 1265 3 0 0 25 0 1 0 796540298 85688320 16461 33554432000 4194304 4291235 140736640741792 18446744073709551615 4256121 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 20920 16461 259 24 0 17554 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 83680

[startup+25.5009 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 32408
/proc/meminfo: memFree=1011872/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=133468 CPUtime=25.48 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 27438 0 0 0 2544 4 0 0 25 0 1 0 796540298 136671232 22167 33554432000 4194304 4291235 140736640741792 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 33367 22167 259 24 0 30001 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 133468

[startup+51.1012 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 32409
/proc/meminfo: memFree=904068/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=183556 CPUtime=51.09 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 38227 0 0 0 5102 7 0 0 25 0 1 0 796540298 187961344 32868 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 45889 32868 259 24 0 42523 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 183556

[startup+102.317 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 32410
/proc/meminfo: memFree=784264/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=194016 CPUtime=102.31 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 65810 0 0 0 10219 12 0 0 25 0 1 0 796540298 198672384 36936 33554432000 4194304 4291235 140736640741792 18446744073709551615 4256252 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 48504 36936 259 24 0 45138 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 194016

[startup+162.301 s]
/proc/loadavg: 2.14 2.06 2.01 3/437 32412
/proc/meminfo: memFree=643608/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=194016 CPUtime=162.29 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 97762 0 0 0 16210 19 0 0 25 0 1 0 796540298 198672384 33285 33554432000 4194304 4291235 140736640741792 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 48504 33285 259 24 0 45138 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 194016

[startup+222.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/437 32413
/proc/meminfo: memFree=475400/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=125792 CPUtime=222.3 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 130139 0 0 0 22204 26 0 0 25 0 1 0 796540298 128811008 26058 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 31448 26058 259 24 0 28082 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 125792

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/437 32415
/proc/meminfo: memFree=220368/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=288088 CPUtime=282.3 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 156093 0 0 0 28199 31 0 0 25 0 1 0 796540298 295002112 51804 33554432000 4194304 4291235 140736640741792 18446744073709551615 4248889 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 72022 51804 259 24 0 68656 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 288088

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 32416
/proc/meminfo: memFree=98880/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=212600 CPUtime=342.29 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 186434 0 0 0 34193 36 0 0 25 0 1 0 796540298 217702400 39071 33554432000 4194304 4291235 140736640741792 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32406/statm: 53150 39071 259 24 0 49784 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 212600

[startup+402.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/437 32418
/proc/meminfo: memFree=94264/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=293988 CPUtime=402.27 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 207465 0 0 0 40187 40 0 0 25 0 1 0 796540298 301043712 59941 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 73497 59941 259 24 0 70131 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 293988

[startup+462.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/437 32420
/proc/meminfo: memFree=98752/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=217220 CPUtime=462.27 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 236568 0 0 0 46180 47 0 0 25 0 1 0 796540298 222433280 40439 33554432000 4194304 4291235 140736640741792 18446744073709551615 4256232 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 54305 40439 259 24 0 50939 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 217220

[startup+522.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/437 32421
/proc/meminfo: memFree=93532/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=298608 CPUtime=522.27 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 256956 0 0 0 52175 52 0 0 25 0 1 0 796540298 305774592 60647 33554432000 4194304 4291235 140736640741792 18446744073709551615 4248254 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 74652 60647 259 24 0 71286 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 298608

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 32423
/proc/meminfo: memFree=97012/32951124 swapFree=60787364/67111528
[pid=32406] ppid=32404 vsize=171056 CPUtime=582.28 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 284139 0 0 0 58168 60 0 0 25 0 1 0 796540298 175161344 39113 33554432000 4194304 4291235 140736640741792 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 42764 39113 259 24 0 39398 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 171056

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 1.00 1.01 1.22 2/431 32545
/proc/meminfo: memFree=11257476/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=298168 CPUtime=4062.4 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1560069 0 0 0 405845 395 0 0 25 0 1 0 796540298 305324032 64494 33554432000 4194304 4291235 140736640741792 18446744073709551615 4248637 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 74542 64494 259 24 0 71176 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 298168

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.21 2/431 32546
/proc/meminfo: memFree=11157996/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=379556 CPUtime=4122.39 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1585232 0 0 0 411839 400 0 0 25 0 1 0 796540298 388665344 89526 33554432000 4194304 4291235 140736640741792 18446744073709551615 4248141 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 94889 89526 259 24 0 91523 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 379556

[startup+4182.3 s]
/proc/loadavg: 1.19 1.06 1.21 2/431 32548
/proc/meminfo: memFree=11064604/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=513008 CPUtime=4182.39 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1608542 0 0 0 417833 406 0 0 25 0 1 0 796540298 525320192 112689 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 128252 112689 259 24 0 124886 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 513008

[startup+4242.3 s]
/proc/loadavg: 1.15 1.06 1.20 2/431 32549
/proc/meminfo: memFree=10993024/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=730588 CPUtime=4242.4 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1626673 0 0 0 423829 411 0 0 25 0 1 0 796540298 748122112 130732 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 182647 130732 259 24 0 179281 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 730588

[startup+4302.3 s]
/proc/loadavg: 1.05 1.05 1.18 2/431 32551
/proc/meminfo: memFree=11331628/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=204880 CPUtime=4302.4 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1650359 0 0 0 429821 419 0 0 25 0 1 0 796540298 209797120 46056 33554432000 4194304 4291235 140736640741792 18446744073709551615 4262758 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 51220 46056 259 24 0 47854 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 204880

[startup+4362.3 s]
/proc/loadavg: 1.06 1.05 1.17 2/431 32553
/proc/meminfo: memFree=11231524/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=304948 CPUtime=4362.4 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1675716 0 0 0 435815 425 0 0 25 0 1 0 796540298 312266752 71298 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 76237 71298 259 24 0 72871 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 304948

[startup+4422.3 s]
/proc/loadavg: 1.02 1.04 1.16 2/431 32554
/proc/meminfo: memFree=11141588/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=522144 CPUtime=4422.4 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1697979 0 0 0 441810 430 0 0 25 0 1 0 796540298 534675456 93465 33554432000 4194304 4291235 140736640741792 18446744073709551615 4251329 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 130536 93465 259 24 0 127170 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 522144

[startup+4482.3 s]
/proc/loadavg: 1.00 1.03 1.15 2/431 32556
/proc/meminfo: memFree=11063176/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=524016 CPUtime=4482.4 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1717868 0 0 0 447804 436 0 0 25 0 1 0 796540298 536592384 113268 33554432000 4194304 4291235 140736640741792 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 131004 113268 259 24 0 127638 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 524016

[startup+4542.3 s]
/proc/loadavg: 1.00 1.02 1.14 2/431 32557
/proc/meminfo: memFree=11002996/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=742492 CPUtime=4542.41 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1732679 0 0 0 453800 441 0 0 25 0 1 0 796540298 760311808 128009 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 185623 128009 259 24 0 182257 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 742492

[startup+4602.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/431 32559
/proc/meminfo: memFree=10939580/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=751780 CPUtime=4602.43 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1748573 0 0 0 459797 446 0 0 25 0 1 0 796540298 769822720 143737 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 187945 143737 259 24 0 184579 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 751780

[startup+4662.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/431 32570
/proc/meminfo: memFree=11231288/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=334700 CPUtime=4662.4 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1777692 0 0 0 465786 454 0 0 25 0 1 0 796540298 342732800 70764 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 83675 70764 259 24 0 80309 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 334700

[startup+4722.32 s]
/proc/loadavg: 1.04 1.02 1.11 2/431 32571
/proc/meminfo: memFree=11134156/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=416088 CPUtime=4722.43 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1802033 0 0 0 471782 461 0 0 25 0 1 0 796540298 426074112 94937 33554432000 4194304 4291235 140736640741792 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 104022 94937 259 24 0 100656 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 416088

[startup+4782.3 s]
/proc/loadavg: 1.01 1.02 1.10 2/431 32573
/proc/meminfo: memFree=11070640/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=548348 CPUtime=4782.41 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1818171 0 0 0 477776 465 0 0 25 0 1 0 796540298 561508352 110963 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 137087 110963 259 24 0 133721 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 548348

[startup+4842.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/431 32576
/proc/meminfo: memFree=11009968/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=548348 CPUtime=4842.41 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1833208 0 0 0 483770 471 0 0 25 0 1 0 796540298 561508352 125895 33554432000 4194304 4291235 140736640741792 18446744073709551615 4251445 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 137087 125895 259 24 0 133721 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 548348

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/431 32579
/proc/meminfo: memFree=11224652/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=334700 CPUtime=4902.41 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1861763 0 0 0 489762 479 0 0 25 0 1 0 796540298 342732800 72761 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 83675 72761 259 24 0 80309 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 334700

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/431 32581
/proc/meminfo: memFree=11141532/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=416088 CPUtime=4962.41 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1882413 0 0 0 495758 483 0 0 25 0 1 0 796540298 426074112 93288 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255641 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 104022 93288 259 24 0 100656 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 416088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.07 2/431 32582
/proc/meminfo: memFree=11095508/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=548348 CPUtime=5000.04 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1893848 0 0 0 499516 488 0 0 25 0 1 0 796540298 561508352 104651 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 137087 104651 259 24 0 133721 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 548348

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.07 2/431 32582
/proc/meminfo: memFree=11095508/32951124 swapFree=60787360/67111528
[pid=32406] ppid=32404 vsize=548348 CPUtime=5000.04 cores=0,2,4,6
/proc/32406/stat : 32406 (minisat) R 32404 32406 32034 0 -1 4202496 1893848 0 0 0 499516 488 0 0 25 0 1 0 796540298 561508352 104651 33554432000 4194304 4291235 140736640741792 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32406/statm: 137087 104651 259 24 0 133721 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 548348

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.07
CPU user time (s): 4995.16
CPU system time (s): 4.90425
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 763272

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

runsolver used 22.3556 second user time and 46.3959 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-31 15:43:44
IDJOB=3434040
IDBENCH=83107
IDSOLVER=1930
FILE ID=node135/3434040-1306849424
RUNJOBID= node135-1306842918-32052
PBS_JOBID= 13482017
Free space on /tmp= 54940 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom26.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434040-1306849424/watcher-3434040-1306849424 -o /tmp/evaluation-result-3434040-1306849424/solver-3434040-1306849424 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434040-1306849424.cnf

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=1332900387

node135.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.851
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1169332 kB
Buffers:         75524 kB
Cached:       16249744 kB
SwapCached:       5940 kB
Active:       22328516 kB
Inactive:      8778004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1169332 kB
SwapTotal:    67111528 kB
SwapFree:     60787364 kB
Dirty:            4300 kB
Writeback:           0 kB
AnonPages:    14780404 kB
Mapped:          26132 kB
Slab:           536008 kB
PageTables:      73196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 128838048 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 55104 MiB
End job on node135 at 2011-05-31 17:07:06