Trace number 3387422

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) 5000.13 5000.34

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom25.cnf
MD5SUMc40bd543dad558d19995fef4fd742233
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 variables67777
Number of clauses227761
Sum of the clauses size582177
Maximum clause length2084
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2115213
Number of clauses of size 3111398
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 5802

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-3387422-1305601587/watcher-3387422-1305601587 -o /tmp/evaluation-result-3387422-1305601587/solver-3387422-1305601587 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387422-1305601587.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: 3.06 2.84 2.49 3/528 4221
/proc/meminfo: memFree=10533300/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=25176 CPUtime=0 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1834 0 0 0 0 0 0 0 25 0 1 0 750389418 25780224 1725 33554432000 4194304 4300288 140733218660736 18446744073709551615 4221487 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 6294 1725 217 26 0 2926 0

[startup+0.049265 s]
/proc/loadavg: 3.06 2.84 2.49 3/528 4221
/proc/meminfo: memFree=10533300/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=32472 CPUtime=0.04 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 3992 0 0 0 4 0 0 0 25 0 1 0 750389418 33251328 3708 33554432000 4194304 4300288 140733218660736 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 8118 3710 218 26 0 4750 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 32472

[startup+0.100249 s]
/proc/loadavg: 3.06 2.84 2.49 3/528 4221
/proc/meminfo: memFree=10533300/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=38404 CPUtime=0.08 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 6289 0 0 0 8 0 0 0 25 0 1 0 750389418 39325696 5670 33554432000 4194304 4300288 140733218660736 18446744073709551615 216734839493 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 9634 5673 218 26 0 6266 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38404

[startup+0.300217 s]
/proc/loadavg: 3.06 2.84 2.49 3/528 4221
/proc/meminfo: memFree=10533300/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=54180 CPUtime=0.29 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 9454 0 0 0 28 1 0 0 25 0 1 0 750389418 55480320 8525 33554432000 4194304 4300288 140733218660736 18446744073709551615 4212016 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 13545 8525 222 26 0 10177 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54180

[startup+0.701168 s]
/proc/loadavg: 3.06 2.84 2.49 3/528 4221
/proc/meminfo: memFree=10533300/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=45056 CPUtime=0.69 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 11872 0 0 0 67 2 0 0 25 0 1 0 750389418 46137344 7079 33554432000 4194304 4300288 140733218660736 18446744073709551615 4275732 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 11264 7079 242 26 0 7896 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45056

[startup+1.50103 s]
/proc/loadavg: 3.06 2.84 2.49 4/529 4222
/proc/meminfo: memFree=10504032/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=45056 CPUtime=1.49 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 12109 0 0 0 147 2 0 0 25 0 1 0 750389418 46137344 7309 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 11264 7309 242 26 0 7896 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45056

[startup+3.10074 s]
/proc/loadavg: 3.06 2.84 2.49 4/529 4222
/proc/meminfo: memFree=10501304/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=52128 CPUtime=3.09 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 12615 0 0 0 307 2 0 0 25 0 1 0 750389418 53379072 7807 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 13032 7807 242 26 0 9664 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52128

[startup+6.30016 s]
/proc/loadavg: 3.06 2.84 2.49 4/529 4222
/proc/meminfo: memFree=10518796/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=52128 CPUtime=6.29 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 13769 0 0 0 627 2 0 0 25 0 1 0 750389418 53379072 8938 33554432000 4194304 4300288 140733218660736 18446744073709551615 4269323 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 13032 8938 242 26 0 9664 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52128

[startup+12.701 s]
/proc/loadavg: 3.05 2.85 2.49 4/529 4222
/proc/meminfo: memFree=10494816/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=82812 CPUtime=12.69 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 19166 0 0 0 1267 2 0 0 25 0 1 0 750389418 84799488 14297 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 20703 14297 242 26 0 17335 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82812

[startup+25.5008 s]
/proc/loadavg: 3.04 2.85 2.50 4/529 4223
/proc/meminfo: memFree=10471748/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=101780 CPUtime=25.49 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 24015 0 0 0 2546 3 0 0 25 0 1 0 750389418 104222720 19088 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 25445 19088 242 26 0 22077 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 101780

[startup+51.1004 s]
/proc/loadavg: 3.03 2.86 2.51 4/529 4224
/proc/meminfo: memFree=10494344/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=132600 CPUtime=51.09 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 33402 0 0 0 5104 5 0 0 25 0 1 0 750389418 135782400 28384 33554432000 4194304 4300288 140733218660736 18446744073709551615 4249549 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 33150 28384 242 26 0 29782 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 132600

[startup+102.32 s]
/proc/loadavg: 3.01 2.88 2.54 4/529 4252
/proc/meminfo: memFree=10558344/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=183492 CPUtime=102.3 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 57870 0 0 0 10220 10 0 0 25 0 1 0 750389418 187895808 32171 33554432000 4194304 4300288 140733218660736 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 45873 32171 242 26 0 42505 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 183492

[startup+162.301 s]
/proc/loadavg: 3.08 2.93 2.57 4/529 4253
/proc/meminfo: memFree=10565624/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=137216 CPUtime=162.28 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 89377 0 0 0 16212 16 0 0 25 0 1 0 750389418 140509184 30164 33554432000 4194304 4300288 140733218660736 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 34304 30164 242 26 0 30936 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 137216

[startup+222.3 s]
/proc/loadavg: 3.07 2.95 2.60 4/529 4255
/proc/meminfo: memFree=10553076/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=110312 CPUtime=222.29 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 117641 0 0 0 22206 23 0 0 25 0 1 0 750389418 112959488 22278 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 27578 22278 242 26 0 24210 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 110312

[startup+282.301 s]
/proc/loadavg: 3.02 2.96 2.63 4/529 4257
/proc/meminfo: memFree=10426928/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=274272 CPUtime=282.29 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 141792 0 0 0 28200 29 0 0 25 0 1 0 750389418 280854528 46211 33554432000 4194304 4300288 140733218660736 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 68568 46211 242 26 0 65200 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 274272

[startup+342.3 s]
/proc/loadavg: 3.11 3.00 2.66 4/529 4258
/proc/meminfo: memFree=10536892/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=194816 CPUtime=342.28 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 168803 0 0 0 34193 35 0 0 25 0 1 0 750389418 199491584 32725 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 48704 32725 242 26 0 45336 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 194816

[startup+402.301 s]
/proc/loadavg: 3.09 3.01 2.68 4/529 4260
/proc/meminfo: memFree=10558176/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=116900 CPUtime=402.28 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 194650 0 0 0 40186 42 0 0 25 0 1 0 750389418 119705600 22503 33554432000 4194304 4300288 140733218660736 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 29225 22503 242 26 0 25857 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 116900

[startup+462.3 s]
/proc/loadavg: 3.03 3.00 2.70 4/529 4261
/proc/meminfo: memFree=10437984/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=282452 CPUtime=462.28 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 219219 0 0 0 46180 48 0 0 25 0 1 0 750389418 289230848 46890 33554432000 4194304 4300288 140733218660736 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 70613 46890 242 26 0 67245 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 282452

[startup+522.301 s]
/proc/loadavg: 3.01 3.00 2.72 4/529 4263
/proc/meminfo: memFree=10506640/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=152936 CPUtime=522.27 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 244655 0 0 0 52174 53 0 0 25 0 1 0 750389418 156606464 27258 33554432000 4194304 4300288 140733218660736 18446744073709551615 4271187 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 38234 27258 242 26 0 34866 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 152936

[startup+582.3 s]
/proc/loadavg: 3.00 3.00 2.73 4/529 4265
/proc/meminfo: memFree=10398716/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=285332 CPUtime=582.28 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 266772 0 0 0 58169 59 0 0 25 0 1 0 750389418 292179968 49197 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 71333 49197 242 26 0 67965 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 285332

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4369
/proc/meminfo: memFree=10071404/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=501232 CPUtime=4062.17 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1587984 0 0 0 405834 383 0 0 25 0 1 0 750389418 513261568 112819 33554432000 4194304 4300288 140733218660736 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 125308 112819 242 26 0 121940 0
Current children cumulated CPU time (s) 4062.17
Current children cumulated vsize (KiB) 501232

[startup+4122.3 s]
/proc/loadavg: 3.10 3.04 3.01 4/529 4371
/proc/meminfo: memFree=10267884/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=209940 CPUtime=4122.15 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1604948 0 0 0 411825 390 0 0 25 0 1 0 750389418 214978560 42622 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 52485 42622 242 26 0 49117 0
Current children cumulated CPU time (s) 4122.15
Current children cumulated vsize (KiB) 209940

[startup+4182.3 s]
/proc/loadavg: 3.08 3.05 3.01 4/529 4373
/proc/meminfo: memFree=10240076/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=291840 CPUtime=4182.15 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1623443 0 0 0 417820 395 0 0 25 0 1 0 750389418 298844160 60969 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 72960 60969 242 26 0 69592 0
Current children cumulated CPU time (s) 4182.15
Current children cumulated vsize (KiB) 291840

[startup+4242.3 s]
/proc/loadavg: 3.03 3.04 3.00 4/529 4374
/proc/meminfo: memFree=10259644/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=374628 CPUtime=4242.14 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1639021 0 0 0 423815 399 0 0 25 0 1 0 750389418 383619072 76434 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255819 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 93657 76434 242 26 0 90289 0
Current children cumulated CPU time (s) 4242.14
Current children cumulated vsize (KiB) 374628

[startup+4302.3 s]
/proc/loadavg: 3.14 3.06 3.01 4/529 4376
/proc/meminfo: memFree=10105352/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=511464 CPUtime=4302.13 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1652828 0 0 0 429810 403 0 0 25 0 1 0 750389418 523739136 90139 33554432000 4194304 4300288 140733218660736 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 127866 90139 242 26 0 124498 0
Current children cumulated CPU time (s) 4302.13
Current children cumulated vsize (KiB) 511464

[startup+4362.3 s]
/proc/loadavg: 3.11 3.06 3.01 4/529 4377
/proc/meminfo: memFree=10100612/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=514132 CPUtime=4362.14 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1668521 0 0 0 435807 407 0 0 25 0 1 0 750389418 526471168 105720 33554432000 4194304 4300288 140733218660736 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 128533 105720 242 26 0 125165 0
Current children cumulated CPU time (s) 4362.14
Current children cumulated vsize (KiB) 514132

[startup+4422.3 s]
/proc/loadavg: 3.04 3.05 3.00 4/529 4379
/proc/meminfo: memFree=10248268/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=208708 CPUtime=4422.12 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1687858 0 0 0 441800 412 0 0 25 0 1 0 750389418 213716992 45197 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 52177 45197 242 26 0 48809 0
Current children cumulated CPU time (s) 4422.12
Current children cumulated vsize (KiB) 208708

[startup+4482.3 s]
/proc/loadavg: 3.01 3.04 3.00 4/529 4381
/proc/meminfo: memFree=10287304/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=308584 CPUtime=4482.12 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1712306 0 0 0 447795 417 0 0 25 0 1 0 750389418 315990016 69440 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 77146 69440 242 26 0 73778 0
Current children cumulated CPU time (s) 4482.12
Current children cumulated vsize (KiB) 308584

[startup+4542.3 s]
/proc/loadavg: 3.00 3.03 3.00 4/529 4382
/proc/meminfo: memFree=10126056/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=389972 CPUtime=4542.12 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1732056 0 0 0 453790 422 0 0 25 0 1 0 750389418 399331328 89055 33554432000 4194304 4300288 140733218660736 18446744073709551615 4268270 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 97493 89056 242 26 0 94125 0
Current children cumulated CPU time (s) 4542.12
Current children cumulated vsize (KiB) 389972

[startup+4602.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4384
/proc/meminfo: memFree=10126016/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=522232 CPUtime=4602.13 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1746012 0 0 0 459787 426 0 0 25 0 1 0 750389418 534765568 102876 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 130558 102876 242 26 0 127190 0
Current children cumulated CPU time (s) 4602.13
Current children cumulated vsize (KiB) 522232

[startup+4662.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/529 4385
/proc/meminfo: memFree=10205728/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=308584 CPUtime=4662.11 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1772481 0 0 0 465778 433 0 0 25 0 1 0 750389418 315990016 61250 33554432000 4194304 4300288 140733218660736 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 77146 61250 242 26 0 73778 0
Current children cumulated CPU time (s) 4662.11
Current children cumulated vsize (KiB) 308584

[startup+4722.32 s]
/proc/loadavg: 3.13 3.04 3.01 4/529 4387
/proc/meminfo: memFree=10208664/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=389972 CPUtime=4722.13 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1791137 0 0 0 471775 438 0 0 25 0 1 0 750389418 399331328 79737 33554432000 4194304 4300288 140733218660736 18446744073709551615 4269542 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 97493 79737 242 26 0 94125 0
Current children cumulated CPU time (s) 4722.13
Current children cumulated vsize (KiB) 389972

[startup+4782.3 s]
/proc/loadavg: 3.11 3.05 3.01 4/529 4389
/proc/meminfo: memFree=10060952/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=522232 CPUtime=4782.1 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1810499 0 0 0 477767 443 0 0 25 0 1 0 750389418 534765568 98987 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 130558 98987 242 26 0 127190 0
Current children cumulated CPU time (s) 4782.1
Current children cumulated vsize (KiB) 522232

[startup+4842.3 s]
/proc/loadavg: 3.04 3.04 3.00 4/529 4390
/proc/meminfo: memFree=10062656/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=522660 CPUtime=4842.11 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1824015 0 0 0 483762 449 0 0 25 0 1 0 750389418 535203840 112408 33554432000 4194304 4300288 140733218660736 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 130665 112408 242 26 0 127297 0
Current children cumulated CPU time (s) 4842.11
Current children cumulated vsize (KiB) 522660

[startup+4902.3 s]
/proc/loadavg: 3.08 3.05 3.01 4/529 4392
/proc/meminfo: memFree=10162432/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=309012 CPUtime=4902.1 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1852808 0 0 0 489754 456 0 0 25 0 1 0 750389418 316428288 66371 33554432000 4194304 4300288 140733218660736 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 77253 66371 242 26 0 73885 0
Current children cumulated CPU time (s) 4902.1
Current children cumulated vsize (KiB) 309012

[startup+4962.3 s]
/proc/loadavg: 3.06 3.05 3.01 4/529 4393
/proc/meminfo: memFree=10175164/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=390400 CPUtime=4962.1 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1869663 0 0 0 495750 460 0 0 25 0 1 0 750389418 399769600 83062 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 97600 83062 242 26 0 94232 0
Current children cumulated CPU time (s) 4962.1
Current children cumulated vsize (KiB) 390400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.3 s]
/proc/loadavg: 3.03 3.05 3.00 4/529 4395
/proc/meminfo: memFree=10075932/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=522924 CPUtime=5000.09 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1881949 0 0 0 499547 462 0 0 25 0 1 0 750389418 535474176 95267 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 130731 95267 242 26 0 127363 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 522924

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

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

[startup+5000.3 s]
/proc/loadavg: 3.03 3.05 3.00 4/529 4395
/proc/meminfo: memFree=10075932/32951124 swapFree=65586204/67111528
[pid=4221] ppid=4219 vsize=522924 CPUtime=5000.09 cores=0,2,4,6
/proc/4221/stat : 4221 (cir_minisat) R 4219 4221 1905 0 -1 4202496 1881949 0 0 0 499547 462 0 0 25 0 1 0 750389418 535474176 95267 33554432000 4194304 4300288 140733218660736 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4221/statm: 130731 95267 242 26 0 127363 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 522924

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.34
CPU time (s): 5000.13
CPU user time (s): 4995.49
CPU system time (s): 4.64229
CPU usage (%): 99.9959
Max. virtual memory (cumulated for all children) (KiB): 738096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4995.49
system time used= 4.64229
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1881950
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 62392

runsolver used 27.4838 second user time and 58.901 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-17 05:06:28
IDJOB=3387422
IDBENCH=83109
IDSOLVER=1873
FILE ID=node119/3387422-1305601587
RUNJOBID= node119-1305601116-4126
PBS_JOBID= 13350359
Free space on /tmp= 73260 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom25.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387422-1305601587/watcher-3387422-1305601587 -o /tmp/evaluation-result-3387422-1305601587/solver-3387422-1305601587 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387422-1305601587.cnf

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

MD5SUM BENCH= c40bd543dad558d19995fef4fd742233
RANDOM SEED=2013309137

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10533332 kB
Buffers:        329000 kB
Cached:        5338380 kB
SwapCached:       4756 kB
Active:       18386604 kB
Inactive:      3673396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10533332 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            4688 kB
Writeback:           0 kB
AnonPages:    16390476 kB
Mapped:          41936 kB
Slab:           209132 kB
PageTables:      79988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 164362828 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= 73276 MiB
End job on node119 at 2011-05-17 06:29:50