Trace number 3318200

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) 1299.98 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom20.cnf
MD5SUM9851f8e63efc4505343bf50c1cf30646
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 variables44362
Number of clauses148436
Sum of the clauses size378642
Maximum clause length1419
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 276003
Number of clauses of size 371663
Number of clauses of size 4209
Number of clauses of size 518
Number of clauses of size over 5542

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-3318200-1304901959/watcher-3318200-1304901959 -o /tmp/evaluation-result-3318200-1304901959/solver-3318200-1304901959 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318200-1304901959.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: 1.23 2.50 3.20 5/355 28300
/proc/meminfo: memFree=7235432/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=11796 CPUtime=0 cores=0,2
/proc/28300/stat : 28300 (runsolver) S 28298 28300 27748 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 601793036 12079104 49 33554432000 4194304 5432360 140736970504240 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699968823 0 0 17 2 0 0 0
/proc/28300/statm: 2949 49 30 303 0 2643 0

[startup+0.0590191 s]
/proc/loadavg: 1.23 2.50 3.20 5/355 28300
/proc/meminfo: memFree=7235432/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=27476 CPUtime=0.02 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 2690 0 0 0 2 0 0 0 21 0 1 0 601793036 28135424 2494 33554432000 4194304 4291235 140734215361744 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 6869 2495 216 24 0 3503 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27476

[startup+0.101013 s]
/proc/loadavg: 1.23 2.50 3.20 5/355 28300
/proc/meminfo: memFree=7235432/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=32640 CPUtime=0.06 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 4588 0 0 0 6 0 0 0 21 0 1 0 601793036 33423360 4147 33554432000 4194304 4291235 140734215361744 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 8160 4148 216 24 0 4794 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 32640

[startup+0.300965 s]
/proc/loadavg: 1.23 2.50 3.20 5/355 28300
/proc/meminfo: memFree=7235432/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=38628 CPUtime=0.26 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 7484 0 0 0 26 0 0 0 21 0 1 0 601793036 39555072 5620 33554432000 4194304 4291235 140734215361744 18446744073709551615 239476350949 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 9657 5620 240 24 0 6291 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 38628

[startup+0.700895 s]
/proc/loadavg: 1.23 2.50 3.20 5/355 28300
/proc/meminfo: memFree=7235432/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=34704 CPUtime=0.66 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 8123 0 0 0 65 1 0 0 23 0 1 0 601793036 35536896 4919 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 8676 4919 257 24 0 5310 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 34704

[startup+1.50074 s]
/proc/loadavg: 1.23 2.50 3.20 5/365 28319
/proc/meminfo: memFree=7148592/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=39056 CPUtime=1.46 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 8391 0 0 0 145 1 0 0 25 0 1 0 601793036 39993344 5181 33554432000 4194304 4291235 140734215361744 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 9764 5181 258 24 0 6398 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 39056

[startup+3.10043 s]
/proc/loadavg: 1.23 2.50 3.20 5/365 28319
/proc/meminfo: memFree=7138920/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=39200 CPUtime=3.06 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 8979 0 0 0 305 1 0 0 25 0 1 0 601793036 40140800 5750 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 9800 5750 258 24 0 6434 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 39200

[startup+6.30082 s]
/proc/loadavg: 1.45 2.52 3.20 5/365 28319
/proc/meminfo: memFree=7088216/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=58076 CPUtime=6.26 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 12470 0 0 0 624 2 0 0 25 0 1 0 601793036 59469824 9220 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 14519 9220 258 24 0 11153 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 58076

[startup+12.7006 s]
/proc/loadavg: 1.65 2.55 3.20 5/365 28319
/proc/meminfo: memFree=7050868/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=69752 CPUtime=12.66 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 15069 0 0 0 1264 2 0 0 25 0 1 0 601793036 71426048 11784 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 17438 11784 258 24 0 14072 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 69752

[startup+25.5011 s]
/proc/loadavg: 2.17 2.62 3.22 5/365 28320
/proc/meminfo: memFree=7043932/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=58076 CPUtime=25.46 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 22469 0 0 0 2542 4 0 0 25 0 1 0 601793036 59469824 9389 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 14519 9389 258 24 0 11153 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 58076

[startup+51.1012 s]
/proc/loadavg: 2.79 2.73 3.24 5/365 28321
/proc/meminfo: memFree=7030348/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=51524 CPUtime=51.05 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 34017 0 0 0 5098 7 0 0 25 0 1 0 601793036 52760576 8557 33554432000 4194304 4291235 140734215361744 18446744073709551615 4248326 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 12881 8557 258 24 0 9515 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 51524

[startup+102.313 s]
/proc/loadavg: 3.53 2.94 3.28 5/365 28322
/proc/meminfo: memFree=6948744/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=93116 CPUtime=102.27 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 57192 0 0 0 10213 14 0 0 25 0 1 0 601793036 95350784 16573 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 23279 16573 258 24 0 19913 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 93116

[startup+162.301 s]
/proc/loadavg: 3.89 3.14 3.33 5/365 28323
/proc/meminfo: memFree=6877172/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=130392 CPUtime=162.26 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 82409 0 0 0 16204 22 0 0 25 0 1 0 601793036 133521408 25756 33554432000 4194304 4291235 140734215361744 18446744073709551615 4262133 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 32598 25756 258 24 0 29232 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 130392

[startup+222.3 s]
/proc/loadavg: 3.96 3.30 3.37 5/365 28325
/proc/meminfo: memFree=6902944/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=82696 CPUtime=222.25 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 109670 0 0 0 22196 29 0 0 25 0 1 0 601793036 84680704 15479 33554432000 4194304 4291235 140734215361744 18446744073709551615 4262950 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 20674 15479 258 24 0 17308 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 82696

[startup+282.301 s]
/proc/loadavg: 3.98 3.42 3.40 5/365 28327
/proc/meminfo: memFree=6804220/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=185908 CPUtime=282.25 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 127139 0 0 0 28190 35 0 0 25 0 1 0 601793036 190369792 32802 33554432000 4194304 4291235 140734215361744 18446744073709551615 4256048 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 46477 32802 258 24 0 43111 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 185908

[startup+342.3 s]
/proc/loadavg: 3.99 3.52 3.44 5/365 28328
/proc/meminfo: memFree=6844364/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=87776 CPUtime=342.26 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 153539 0 0 0 34182 44 0 0 25 0 1 0 601793036 89882624 16893 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255914 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 21944 16893 258 24 0 18578 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 87776

[startup+402.301 s]
/proc/loadavg: 4.05 3.62 3.47 5/365 28330
/proc/meminfo: memFree=6856244/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=72336 CPUtime=402.25 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 173332 0 0 0 40176 49 0 0 25 0 1 0 601793036 74072064 13842 33554432000 4194304 4291235 140734215361744 18446744073709551615 4263384 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 18084 13842 258 24 0 14718 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 72336

[startup+462.3 s]
/proc/loadavg: 4.10 3.72 3.51 5/365 28331
/proc/meminfo: memFree=6771648/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=192804 CPUtime=462.26 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 195470 0 0 0 46170 56 0 0 25 0 1 0 601793036 197431296 35782 33554432000 4194304 4291235 140734215361744 18446744073709551615 4256357 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 48201 35782 258 24 0 44835 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 192804

[startup+522.301 s]
/proc/loadavg: 4.04 3.77 3.54 5/365 28333
/proc/meminfo: memFree=6813292/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=144312 CPUtime=522.26 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 217198 0 0 0 52163 63 0 0 25 0 1 0 601793036 147775488 31067 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 36078 31067 258 24 0 32712 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 144312

[startup+582.3 s]
/proc/loadavg: 4.01 3.81 3.57 5/365 28335
/proc/meminfo: memFree=6725472/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=145700 CPUtime=582.25 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 240005 0 0 0 58155 70 0 0 25 0 1 0 601793036 149196800 30071 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 36425 30071 258 24 0 33059 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 145700

[startup+642.301 s]
/proc/loadavg: 4.11 3.87 3.60 5/365 28336
/proc/meminfo: memFree=6753720/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=147740 CPUtime=642.27 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 261616 0 0 0 64151 76 0 0 25 0 1 0 601793036 151285760 27172 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255872 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 36935 27172 258 24 0 33569 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 147740

[startup+702.3 s]
/proc/loadavg: 4.08 3.90 3.63 5/365 28338
/proc/meminfo: memFree=6660940/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=202980 CPUtime=702.26 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 274382 0 0 0 70145 81 0 0 25 0 1 0 601793036 207851520 39815 33554432000 4194304 4291235 140734215361744 18446744073709551615 4261825 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 50745 39815 258 24 0 47379 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 202980

[startup+762.314 s]
/proc/loadavg: 4.03 3.92 3.65 5/365 28339
/proc/meminfo: memFree=6700476/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=154200 CPUtime=762.27 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 295293 0 0 0 76138 89 0 0 25 0 1 0 601793036 157900800 33086 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 38550 33086 258 24 0 35184 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 154200

[startup+822.3 s]
/proc/loadavg: 4.01 3.93 3.67 5/365 28341
/proc/meminfo: memFree=6747820/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=154200 CPUtime=822.26 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 315708 0 0 0 82129 97 0 0 25 0 1 0 601793036 157900800 29462 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 38550 29462 258 24 0 35184 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 154200

[startup+882.301 s]
/proc/loadavg: 4.00 3.94 3.68 5/365 28343
/proc/meminfo: memFree=6710352/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=155240 CPUtime=882.26 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 338846 0 0 0 88122 104 0 0 25 0 1 0 601793036 158965760 27943 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 38810 27943 258 24 0 35444 0
Current children cumulated CPU time (s) 882.26
Current children cumulated vsize (KiB) 155240

[startup+942.3 s]
/proc/loadavg: 4.20 4.00 3.72 5/365 28353
/proc/meminfo: memFree=6754296/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=128832 CPUtime=942.25 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 358959 0 0 0 94116 109 0 0 25 0 1 0 601793036 131923968 24802 33554432000 4194304 4291235 140734215361744 18446744073709551615 4262952 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 32208 24802 258 24 0 28842 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 128832

[startup+1002.3 s]
/proc/loadavg: 4.13 4.01 3.74 5/365 28355
/proc/meminfo: memFree=6738280/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=113988 CPUtime=1002.25 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 381676 0 0 0 100109 116 0 0 25 0 1 0 601793036 116723712 23358 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 28497 23358 258 24 0 25131 0
Current children cumulated CPU time (s) 1002.25
Current children cumulated vsize (KiB) 113988

[startup+1062.3 s]
/proc/loadavg: 4.05 4.00 3.75 5/365 28356
/proc/meminfo: memFree=6648984/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=215468 CPUtime=1062.26 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 401935 0 0 0 106104 122 0 0 25 0 1 0 601793036 220639232 43407 33554432000 4194304 4291235 140734215361744 18446744073709551615 4249258 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 53867 43407 258 24 0 50501 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 215468

[startup+1122.3 s]
/proc/loadavg: 4.02 4.00 3.76 5/365 28361
/proc/meminfo: memFree=6701980/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=216364 CPUtime=1122.26 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 425535 0 0 0 112097 129 0 0 25 0 1 0 601793036 221556736 40021 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 54091 40021 258 24 0 50725 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 216364

[startup+1182.3 s]
/proc/loadavg: 4.15 4.04 3.79 5/365 28363
/proc/meminfo: memFree=6763800/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=167316 CPUtime=1182.25 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 446973 0 0 0 118091 134 0 0 25 0 1 0 601793036 171331584 33015 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 41829 33015 258 24 0 38463 0
Current children cumulated CPU time (s) 1182.25
Current children cumulated vsize (KiB) 167316

[startup+1242.3 s]
/proc/loadavg: 4.10 4.05 3.81 5/365 28364
/proc/meminfo: memFree=6675620/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=107500 CPUtime=1242.25 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 465038 0 0 0 124086 139 0 0 25 0 1 0 601793036 110080000 21060 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 26875 21060 258 24 0 23509 0
Current children cumulated CPU time (s) 1242.25
Current children cumulated vsize (KiB) 107500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.04 3.82 5/365 28366
/proc/meminfo: memFree=6636048/32950928 swapFree=67056568/67111528
[pid=28300] ppid=28298 vsize=219228 CPUtime=1299.96 cores=0,2
/proc/28300/stat : 28300 (minisat) R 28298 28300 27748 0 -1 4202496 484318 0 0 0 129849 147 0 0 25 0 1 0 601793036 224489472 40187 33554432000 4194304 4291235 140734215361744 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/28300/statm: 54807 40187 258 24 0 51441 0
Current children cumulated CPU time (s) 1299.96
Current children cumulated vsize (KiB) 219228

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.02
CPU time (s): 1299.98
CPU user time (s): 1298.5
CPU system time (s): 1.48377
CPU usage (%): 99.997
Max. virtual memory (cumulated for all children) (KiB): 222544

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

runsolver used 4.86026 second user time and 10.1575 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-09 02:46:00
IDJOB=3318200
IDBENCH=83110
IDSOLVER=1707
FILE ID=node148/3318200-1304901959
RUNJOBID= node148-1304901959-28276
PBS_JOBID= 13282123
Free space on /tmp= 31080 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom20.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318200-1304901959/watcher-3318200-1304901959 -o /tmp/evaluation-result-3318200-1304901959/solver-3318200-1304901959 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318200-1304901959.cnf

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=346614205

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7241212 kB
Buffers:        229900 kB
Cached:       21752940 kB
SwapCached:       8268 kB
Active:       10257692 kB
Inactive:     14666200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7241212 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            4344 kB
Writeback:           0 kB
AnonPages:     2938676 kB
Mapped:          26772 kB
Slab:           691032 kB
PageTables:      29340 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84658368 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= 31072 MiB
End job on node148 at 2011-05-09 03:07:42