Trace number 3422437

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: EBMiniSAT 2011-03-02? (TO) 5000.05 4999.93

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-3422437-1306666143/watcher-3422437-1306666143 -o /tmp/evaluation-result-3422437-1306666143/solver-3422437-1306666143 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422437-1306666143.cnf -verb=0 

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: 1.92 1.98 1.99 2/464 4370
/proc/meminfo: memFree=8458904/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=23776 CPUtime=0 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1614 0 0 0 0 0 0 0 25 0 1 0 778214158 24346624 1557 33554432000 4194304 4293939 140733314197520 18446744073709551615 248089756074 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 5980 1557 217 25 0 2613 0

[startup+0.060847 s]
/proc/loadavg: 1.92 1.98 1.99 2/464 4370
/proc/meminfo: memFree=8458904/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=32516 CPUtime=0.05 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 4537 0 0 0 5 0 0 0 25 0 1 0 778214158 33296384 4100 33554432000 4194304 4293939 140733314197520 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 8129 4102 219 25 0 4762 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 32516

[startup+0.100837 s]
/proc/loadavg: 1.92 1.98 1.99 2/464 4370
/proc/meminfo: memFree=8458904/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=34476 CPUtime=0.09 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 5343 0 0 0 9 0 0 0 25 0 1 0 778214158 35303424 4754 33554432000 4194304 4293939 140733314197520 18446744073709551615 4220590 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 8619 4755 225 25 0 5252 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34476

[startup+0.300804 s]
/proc/loadavg: 1.92 1.98 1.99 2/464 4370
/proc/meminfo: memFree=8458904/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=38636 CPUtime=0.28 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 7518 0 0 0 28 0 0 0 25 0 1 0 778214158 39563264 5653 33554432000 4194304 4293939 140733314197520 18446744073709551615 4230173 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 9659 5653 225 25 0 6292 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 38636

[startup+0.700733 s]
/proc/loadavg: 1.92 1.98 1.99 2/464 4370
/proc/meminfo: memFree=8458904/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=34712 CPUtime=0.69 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 8186 0 0 0 68 1 0 0 25 0 1 0 778214158 35545088 4979 33554432000 4194304 4293939 140733314197520 18446744073709551615 4269377 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 8678 4979 244 25 0 5311 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34712

[startup+1.50059 s]
/proc/loadavg: 1.92 1.98 1.99 3/465 4371
/proc/meminfo: memFree=8438444/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=39064 CPUtime=1.49 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 8558 0 0 0 148 1 0 0 25 0 1 0 778214158 40001536 5340 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 9766 5340 244 25 0 6399 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39064

[startup+3.10024 s]
/proc/loadavg: 1.92 1.98 1.99 3/465 4371
/proc/meminfo: memFree=8434476/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=39064 CPUtime=3.09 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 9293 0 0 0 308 1 0 0 25 0 1 0 778214158 40001536 6054 33554432000 4194304 4293939 140733314197520 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 9766 6054 244 25 0 6399 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39064

[startup+6.30073 s]
/proc/loadavg: 1.93 1.98 1.99 3/465 4371
/proc/meminfo: memFree=8418192/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=57996 CPUtime=6.29 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 12603 0 0 0 628 1 0 0 25 0 1 0 778214158 59387904 9327 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 14499 9327 244 25 0 11132 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 57996

[startup+12.7006 s]
/proc/loadavg: 1.93 1.98 1.99 3/465 4372
/proc/meminfo: memFree=8400364/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=69672 CPUtime=12.69 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 15745 0 0 0 1267 2 0 0 25 0 1 0 778214158 71344128 12419 33554432000 4194304 4293939 140733314197520 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 17418 12419 244 25 0 14051 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69672

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/465 4372
/proc/meminfo: memFree=8386232/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=69672 CPUtime=25.49 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 22866 0 0 0 2546 3 0 0 25 0 1 0 778214158 71344128 11762 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 17418 11762 244 25 0 14051 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 69672

[startup+51.1008 s]
/proc/loadavg: 2.08 2.01 2.00 3/465 4373
/proc/meminfo: memFree=8345120/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=70732 CPUtime=51.09 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 35497 0 0 0 5103 6 0 0 25 0 1 0 778214158 72429568 13815 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 17683 13815 244 25 0 14316 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 70732

[startup+102.318 s]
/proc/loadavg: 2.03 2.01 2.00 3/465 4374
/proc/meminfo: memFree=8312848/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=65916 CPUtime=102.31 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 65460 0 0 0 10219 12 0 0 25 0 1 0 778214158 67497984 11517 33554432000 4194304 4293939 140733314197520 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 16479 11517 244 25 0 13112 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 65916

[startup+162.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/465 4376
/proc/meminfo: memFree=8172932/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=129672 CPUtime=162.29 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 98869 0 0 0 16210 19 0 0 25 0 1 0 778214158 132784128 24337 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 32418 24337 244 25 0 29051 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 129672

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/465 4377
/proc/meminfo: memFree=8077656/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=83088 CPUtime=222.29 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 133381 0 0 0 22204 25 0 0 25 0 1 0 778214158 85082112 14465 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 20772 14465 244 25 0 17405 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 83088

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/465 4379
/proc/meminfo: memFree=7939732/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=135656 CPUtime=282.3 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 163048 0 0 0 28197 33 0 0 25 0 1 0 778214158 138911744 22970 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 33914 22970 244 25 0 30547 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 135656

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/465 4380
/proc/meminfo: memFree=7771300/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=188616 CPUtime=342.3 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 192826 0 0 0 34192 38 0 0 25 0 1 0 778214158 193142784 31989 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 47154 31989 244 25 0 43787 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 188616

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/465 4382
/proc/meminfo: memFree=7649868/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=191312 CPUtime=402.3 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 219061 0 0 0 40186 44 0 0 25 0 1 0 778214158 195903488 32444 33554432000 4194304 4293939 140733314197520 18446744073709551615 4256302 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 47828 32444 244 25 0 44461 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 191312

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/465 4384
/proc/meminfo: memFree=7599236/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=93116 CPUtime=462.3 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 250329 0 0 0 46180 50 0 0 25 0 1 0 778214158 95350784 17175 33554432000 4194304 4293939 140733314197520 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 23279 17175 244 25 0 19912 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 93116

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/465 4385
/proc/meminfo: memFree=7468376/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=113528 CPUtime=522.3 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 281533 0 0 0 52173 57 0 0 25 0 1 0 778214158 116252672 19862 33554432000 4194304 4293939 140733314197520 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 28382 19862 244 25 0 25015 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 113528

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/465 4387
/proc/meminfo: memFree=7349284/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=116056 CPUtime=582.3 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 307021 0 0 0 58168 62 0 0 25 0 1 0 778214158 118841344 21053 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 29014 21054 244 25 0 25647 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 116056

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 4520
/proc/meminfo: memFree=14665664/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=167952 CPUtime=4062.4 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1642985 0 0 0 405864 376 0 0 25 0 1 0 778214158 171982848 33960 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 41988 33960 244 25 0 38621 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 167952

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 4521
/proc/meminfo: memFree=14537164/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=249132 CPUtime=4122.39 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1663907 0 0 0 411859 380 0 0 25 0 1 0 778214158 255111168 54661 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255888 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 62283 54661 244 25 0 58916 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 249132

[startup+4182.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/465 4523
/proc/meminfo: memFree=14594412/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=199180 CPUtime=4182.39 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1688008 0 0 0 417854 385 0 0 25 0 1 0 778214158 203960320 42900 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 49795 42900 244 25 0 46428 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 199180

[startup+4242.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/465 4524
/proc/meminfo: memFree=14557316/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=331108 CPUtime=4242.39 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1705277 0 0 0 423849 390 0 0 25 0 1 0 778214158 339054592 60031 33554432000 4194304 4293939 140733314197520 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 82777 60031 244 25 0 79410 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 331108

[startup+4302.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/465 4526
/proc/meminfo: memFree=14587908/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=250036 CPUtime=4302.4 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1733439 0 0 0 429842 398 0 0 25 0 1 0 778214158 256036864 51605 33554432000 4194304 4293939 140733314197520 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 62509 51605 244 25 0 59142 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 250036

[startup+4362.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/465 4537
/proc/meminfo: memFree=14658816/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=151008 CPUtime=4362.4 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1755455 0 0 0 435836 404 0 0 25 0 1 0 778214158 154632192 31966 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 37752 31966 244 25 0 34385 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 151008

[startup+4422.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/465 4538
/proc/meminfo: memFree=14554744/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=251168 CPUtime=4422.4 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1778671 0 0 0 441830 410 0 0 25 0 1 0 778214158 257196032 54948 33554432000 4194304 4293939 140733314197520 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 62792 54948 244 25 0 59425 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 251168

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/465 4540
/proc/meminfo: memFree=14619684/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=202648 CPUtime=4482.4 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1801894 0 0 0 447825 415 0 0 25 0 1 0 778214158 207511552 38833 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255837 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 50662 38834 244 25 0 47295 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 202648

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/465 4544
/proc/meminfo: memFree=14502376/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=252736 CPUtime=4542.4 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1819848 0 0 0 453821 419 0 0 25 0 1 0 778214158 258801664 56617 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 63184 56617 244 25 0 59817 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 252736

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/465 4546
/proc/meminfo: memFree=14585184/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=205260 CPUtime=4602.41 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1845726 0 0 0 459815 426 0 0 25 0 1 0 778214158 210186240 43934 33554432000 4194304 4293939 140733314197520 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 51315 43934 244 25 0 47948 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 205260

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/465 4548
/proc/meminfo: memFree=14476148/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=336736 CPUtime=4662.4 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1864270 0 0 0 465810 430 0 0 25 0 1 0 778214158 344817664 62267 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 84184 62267 244 25 0 80817 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 336736

[startup+4722.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/465 4549
/proc/meminfo: memFree=14583240/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=205260 CPUtime=4722.42 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1889445 0 0 0 471806 436 0 0 25 0 1 0 778214158 210186240 44540 33554432000 4194304 4293939 140733314197520 18446744073709551615 4256166 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 51315 44540 244 25 0 47948 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 205260

[startup+4782.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/465 4551
/proc/meminfo: memFree=14501268/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=337156 CPUtime=4782.4 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1910277 0 0 0 477800 440 0 0 25 0 1 0 778214158 345247744 65202 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 84289 65202 244 25 0 80922 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 337156

[startup+4842.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/465 4552
/proc/meminfo: memFree=14576624/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=205872 CPUtime=4842.41 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1935311 0 0 0 483794 447 0 0 25 0 1 0 778214158 210812928 46279 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255933 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 51468 46279 244 25 0 48101 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 205872

[startup+4902.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/465 4554
/proc/meminfo: memFree=14460384/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=337536 CPUtime=4902.41 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1954563 0 0 0 489790 451 0 0 25 0 1 0 778214158 345636864 65357 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 84384 65357 244 25 0 81017 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 337536

[startup+4962.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/465 4556
/proc/meminfo: memFree=14570212/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=256148 CPUtime=4962.41 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1980804 0 0 0 495784 457 0 0 25 0 1 0 778214158 262295552 48015 33554432000 4194304 4293939 140733314197520 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 64037 48015 244 25 0 60670 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 256148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.06 2.05 2.01 3/465 4557
/proc/meminfo: memFree=14528144/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=256396 CPUtime=5000.02 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1991226 0 0 0 499541 461 0 0 25 0 1 0 778214158 262549504 58349 33554432000 4194304 4293939 140733314197520 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 64099 58349 244 25 0 60732 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 256396

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: 2.06 2.05 2.01 3/465 4557
/proc/meminfo: memFree=14528144/32950928 swapFree=56743108/67111528
[pid=4370] ppid=4368 vsize=256396 CPUtime=5000.02 cores=0,2,4,6
/proc/4370/stat : 4370 (ebminisat_relea) R 4368 4370 3865 0 -1 4202496 1991226 0 0 0 499541 461 0 0 25 0 1 0 778214158 262549504 58349 33554432000 4194304 4293939 140733314197520 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4370/statm: 64099 58349 244 25 0 60732 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 256396

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4995.43
CPU system time (s): 4.6223
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 348844

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

runsolver used 23.2115 second user time and 53.8048 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-29 12:49:04
IDJOB=3422437
IDBENCH=83110
IDSOLVER=1914
FILE ID=node123/3422437-1306666143
RUNJOBID= node123-1306658667-3883
PBS_JOBID= 13471774
Free space on /tmp= 73400 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom20.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422437-1306666143/watcher-3422437-1306666143 -o /tmp/evaluation-result-3422437-1306666143/solver-3422437-1306666143 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422437-1306666143.cnf  -verb=0

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

MD5SUM BENCH= 9851f8e63efc4505343bf50c1cf30646
RANDOM SEED=807227945

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:       8459068 kB
Buffers:        267584 kB
Cached:        4449200 kB
SwapCached:      18840 kB
Active:        9710984 kB
Inactive:     14496732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8459068 kB
SwapTotal:    67111528 kB
SwapFree:     56743108 kB
Dirty:            3128 kB
Writeback:           0 kB
AnonPages:    19479292 kB
Mapped:          31684 kB
Slab:           125348 kB
PageTables:      91236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139881112 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= 73440 MiB
End job on node123 at 2011-05-29 14:12:26