Trace number 3422431

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.06 5000.04

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3422431-1306665898/watcher-3422431-1306665898 -o /tmp/evaluation-result-3422431-1306665898/solver-3422431-1306665898 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422431-1306665898.cnf -verb=0 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 2/517 9869
/proc/meminfo: memFree=11538208/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=26572 CPUtime=0 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 2208 0 0 0 0 0 0 0 21 0 1 0 778186514 27209728 2098 33554432000 4194304 4293939 140736871496128 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 6643 2102 217 25 0 3276 0

[startup+0.027401 s]
/proc/loadavg: 2.00 2.02 2.00 2/517 9869
/proc/meminfo: memFree=11538208/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=30128 CPUtime=0.02 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 3220 0 0 0 2 0 0 0 21 0 1 0 778186514 30851072 3071 33554432000 4194304 4293939 140736871496128 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 7532 3073 219 25 0 4165 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30128

[startup+0.100391 s]
/proc/loadavg: 2.00 2.02 2.00 2/517 9869
/proc/meminfo: memFree=11538208/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=40496 CPUtime=0.09 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 7289 0 0 0 9 0 0 0 21 0 1 0 778186514 41467904 6444 33554432000 4194304 4293939 140736871496128 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 10124 6444 219 25 0 6757 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40496

[startup+0.30035 s]
/proc/loadavg: 2.00 2.02 2.00 2/517 9869
/proc/meminfo: memFree=11538208/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=59580 CPUtime=0.29 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 11097 0 0 0 28 1 0 0 22 0 1 0 778186514 61009920 9989 33554432000 4194304 4293939 140736871496128 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 14895 9989 225 25 0 11528 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59580

[startup+0.700272 s]
/proc/loadavg: 2.00 2.02 2.00 2/517 9869
/proc/meminfo: memFree=11538208/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=46260 CPUtime=0.69 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 12713 0 0 0 68 1 0 0 24 0 1 0 778186514 47370240 7587 33554432000 4194304 4293939 140736871496128 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 11565 7587 244 25 0 8198 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46260

[startup+1.50111 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 9870
/proc/meminfo: memFree=11503480/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=53332 CPUtime=1.49 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 13065 0 0 0 148 1 0 0 25 0 1 0 778186514 54611968 7929 33554432000 4194304 4293939 140736871496128 18446744073709551615 4251625 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 13333 7929 245 25 0 9966 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53332

[startup+3.10079 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 9870
/proc/meminfo: memFree=11497036/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=53332 CPUtime=3.09 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 13697 0 0 0 308 1 0 0 25 0 1 0 778186514 54611968 8544 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255520 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 13333 8544 245 25 0 9966 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53332

[startup+6.30115 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 9871
/proc/meminfo: memFree=11484168/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=72008 CPUtime=6.29 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 17895 0 0 0 627 2 0 0 25 0 1 0 778186514 73736192 12718 33554432000 4194304 4293939 140736871496128 18446744073709551615 4262954 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 18002 12718 245 25 0 14635 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72008

[startup+12.7009 s]
/proc/loadavg: 2.08 2.03 2.01 3/518 9871
/proc/meminfo: memFree=11449284/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=83684 CPUtime=12.7 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 20788 0 0 0 1267 3 0 0 25 0 1 0 778186514 85692416 15563 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 20921 15563 245 25 0 17554 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 83684

[startup+25.5003 s]
/proc/loadavg: 2.21 2.06 2.02 3/518 9871
/proc/meminfo: memFree=11410976/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=102652 CPUtime=25.49 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 25117 0 0 0 2545 4 0 0 25 0 1 0 778186514 105115648 19817 33554432000 4194304 4293939 140736871496128 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 25663 19817 245 25 0 22296 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 102652

[startup+51.1012 s]
/proc/loadavg: 2.14 2.06 2.01 3/518 9872
/proc/meminfo: memFree=11371388/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=82096 CPUtime=51.1 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 40419 0 0 0 5103 7 0 0 25 0 1 0 778186514 84066304 16689 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 20524 16689 245 25 0 17157 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 82096

[startup+102.319 s]
/proc/loadavg: 2.10 2.06 2.01 3/518 9873
/proc/meminfo: memFree=11156216/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=193648 CPUtime=102.32 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 62905 0 0 0 10221 11 0 0 25 0 1 0 778186514 198295552 38965 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255646 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 48412 38965 245 25 0 45045 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 193648

[startup+162.301 s]
/proc/loadavg: 2.04 2.05 2.01 3/518 9875
/proc/meminfo: memFree=11057332/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=200912 CPUtime=162.3 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 92472 0 0 0 16213 17 0 0 25 0 1 0 778186514 205733888 37238 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 50228 37238 245 25 0 46861 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 200912

[startup+222.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/518 9876
/proc/meminfo: memFree=10956232/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=155796 CPUtime=222.3 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 120552 0 0 0 22207 23 0 0 25 0 1 0 778186514 159535104 30351 33554432000 4194304 4293939 140736871496128 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 38949 30351 245 25 0 35582 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 155796

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 9878
/proc/meminfo: memFree=10732864/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=287272 CPUtime=282.31 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 147205 0 0 0 28203 28 0 0 25 0 1 0 778186514 294166528 56818 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 71818 56818 245 25 0 68451 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 287272

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 9880
/proc/meminfo: memFree=10760972/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=205884 CPUtime=342.3 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 174531 0 0 0 34197 33 0 0 25 0 1 0 778186514 210825216 37783 33554432000 4194304 4293939 140736871496128 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 51471 37783 245 25 0 48104 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 205884

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 9882
/proc/meminfo: memFree=10719396/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=115240 CPUtime=402.27 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 198913 0 0 0 40186 41 0 0 25 0 1 0 778186514 118005760 22326 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 28810 22326 245 25 0 25443 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 115240

[startup+462.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/518 9884
/proc/meminfo: memFree=10497268/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=215116 CPUtime=462.25 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 224160 0 0 0 46178 47 0 0 25 0 1 0 778186514 220278784 47360 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 53779 47360 245 25 0 50412 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 215116

[startup+522.3 s]
/proc/loadavg: 2.26 2.07 2.02 3/518 9885
/proc/meminfo: memFree=10478760/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=115240 CPUtime=522.25 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 247321 0 0 0 52172 53 0 0 25 0 1 0 778186514 118005760 23319 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 28810 23319 245 25 0 25443 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 115240

[startup+582.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/518 9887
/proc/meminfo: memFree=10268288/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=215116 CPUtime=582.25 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 271317 0 0 0 58167 58 0 0 25 0 1 0 778186514 220278784 47075 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 53779 47075 245 25 0 50412 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 215116

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/518 10024
/proc/meminfo: memFree=15716720/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=480700 CPUtime=4002.3 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1546437 0 0 0 399851 379 0 0 25 0 1 0 778186514 492236800 94275 33554432000 4194304 4293939 140736871496128 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 120175 94275 245 25 0 116808 0
Current children cumulated CPU time (s) 4002.3
Current children cumulated vsize (KiB) 480700

[startup+4062.32 s]
/proc/loadavg: 2.05 2.04 2.00 3/518 10026
/proc/meminfo: memFree=15948820/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=201408 CPUtime=4062.32 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1573697 0 0 0 405845 387 0 0 25 0 1 0 778186514 206241792 45506 33554432000 4194304 4293939 140736871496128 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 50352 45506 245 25 0 46985 0
Current children cumulated CPU time (s) 4062.32
Current children cumulated vsize (KiB) 201408

[startup+4122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/518 10027
/proc/meminfo: memFree=15824904/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=363704 CPUtime=4122.29 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1596382 0 0 0 411838 391 0 0 25 0 1 0 778186514 372432896 68002 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 90926 68002 245 25 0 87559 0
Current children cumulated CPU time (s) 4122.29
Current children cumulated vsize (KiB) 363704

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 10029
/proc/meminfo: memFree=15710904/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=363704 CPUtime=4182.3 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1613027 0 0 0 417832 398 0 0 25 0 1 0 778186514 372432896 84522 33554432000 4194304 4293939 140736871496128 18446744073709551615 4256106 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 90926 84522 245 25 0 87559 0
Current children cumulated CPU time (s) 4182.3
Current children cumulated vsize (KiB) 363704

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 10031
/proc/meminfo: memFree=15672936/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=495964 CPUtime=4242.3 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1626310 0 0 0 423829 401 0 0 25 0 1 0 778186514 507867136 97683 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 123991 97683 245 25 0 120624 0
Current children cumulated CPU time (s) 4242.3
Current children cumulated vsize (KiB) 495964

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 10032
/proc/meminfo: memFree=15907644/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=182440 CPUtime=4302.3 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1643765 0 0 0 429824 406 0 0 25 0 1 0 778186514 186818560 39636 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 45610 39636 245 25 0 42243 0
Current children cumulated CPU time (s) 4302.3
Current children cumulated vsize (KiB) 182440

[startup+4362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/518 10034
/proc/meminfo: memFree=15806312/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=282316 CPUtime=4362.31 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1669592 0 0 0 435817 414 0 0 25 0 1 0 778186514 289091584 65273 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 70579 65273 245 25 0 67212 0
Current children cumulated CPU time (s) 4362.31
Current children cumulated vsize (KiB) 282316

[startup+4422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/518 10035
/proc/meminfo: memFree=15664540/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=363704 CPUtime=4422.31 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1687550 0 0 0 441812 419 0 0 25 0 1 0 778186514 372432896 83084 33554432000 4194304 4293939 140736871496128 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 90926 83084 245 25 0 87559 0
Current children cumulated CPU time (s) 4422.31
Current children cumulated vsize (KiB) 363704

[startup+4482.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/518 10037
/proc/meminfo: memFree=15662024/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=495964 CPUtime=4482.31 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1702085 0 0 0 447809 422 0 0 25 0 1 0 778186514 507867136 97510 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 123991 97510 245 25 0 120624 0
Current children cumulated CPU time (s) 4482.31
Current children cumulated vsize (KiB) 495964

[startup+4542.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/518 10039
/proc/meminfo: memFree=15608548/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=495964 CPUtime=4542.31 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1713467 0 0 0 453804 427 0 0 25 0 1 0 778186514 507867136 108799 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 123991 108799 245 25 0 120624 0
Current children cumulated CPU time (s) 4542.31
Current children cumulated vsize (KiB) 495964

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/518 10049
/proc/meminfo: memFree=15774304/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=232228 CPUtime=4602.32 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1737666 0 0 0 459798 434 0 0 25 0 1 0 778186514 237801472 53276 33554432000 4194304 4293939 140736871496128 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 58057 53276 245 25 0 54690 0
Current children cumulated CPU time (s) 4602.32
Current children cumulated vsize (KiB) 232228

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/518 10051
/proc/meminfo: memFree=15724412/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=363704 CPUtime=4662.31 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1756615 0 0 0 465791 440 0 0 25 0 1 0 778186514 372432896 72072 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 90926 72072 245 25 0 87559 0
Current children cumulated CPU time (s) 4662.31
Current children cumulated vsize (KiB) 363704

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 10052
/proc/meminfo: memFree=15668712/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=495964 CPUtime=4722.33 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1772854 0 0 0 471788 445 0 0 25 0 1 0 778186514 507867136 88181 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255827 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 123991 88181 245 25 0 120624 0
Current children cumulated CPU time (s) 4722.33
Current children cumulated vsize (KiB) 495964

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/519 10057
/proc/meminfo: memFree=15554580/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=495964 CPUtime=4782.31 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1786537 0 0 0 477782 449 0 0 25 0 1 0 778186514 507867136 101760 33554432000 4194304 4293939 140736871496128 18446744073709551615 4263993 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 123991 101760 245 25 0 120624 0
Current children cumulated CPU time (s) 4782.31
Current children cumulated vsize (KiB) 495964

[startup+4842.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/518 10059
/proc/meminfo: memFree=15862140/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=240548 CPUtime=4842.31 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1813950 0 0 0 483775 456 0 0 25 0 1 0 778186514 246321152 52238 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 60137 52238 245 25 0 56770 0
Current children cumulated CPU time (s) 4842.31
Current children cumulated vsize (KiB) 240548

[startup+4902.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/518 10060
/proc/meminfo: memFree=15670408/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=372024 CPUtime=4902.31 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1846593 0 0 0 489768 463 0 0 25 0 1 0 778186514 380952576 84687 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 93006 84687 245 25 0 89639 0
Current children cumulated CPU time (s) 4902.31
Current children cumulated vsize (KiB) 372024

[startup+4962.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/518 10062
/proc/meminfo: memFree=15656360/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=504284 CPUtime=4962.31 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1864701 0 0 0 495763 468 0 0 25 0 1 0 778186514 516386816 102627 33554432000 4194304 4293939 140736871496128 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 126071 102627 245 25 0 122704 0
Current children cumulated CPU time (s) 4962.31
Current children cumulated vsize (KiB) 504284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.07 2.05 2.01 3/518 10063
/proc/meminfo: memFree=15587900/32950928 swapFree=38157052/67111528
[pid=9869] ppid=9867 vsize=504284 CPUtime=5000.02 cores=1,3,5,7
/proc/9869/stat : 9869 (ebminisat_relea) R 9867 9869 9428 0 -1 4202496 1874242 0 0 0 499531 471 0 0 25 0 1 0 778186514 516386816 112089 33554432000 4194304 4293939 140736871496128 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/9869/statm: 126071 112089 245 25 0 122704 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 504284

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): 5000.04
CPU time (s): 5000.06
CPU user time (s): 4995.32
CPU system time (s): 4.73428
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 514640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4995.32
system time used= 4.73428
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1874245
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 11316

runsolver used 24.4843 second user time and 61.1757 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-29 12:44:58
IDJOB=3422431
IDBENCH=83107
IDSOLVER=1914
FILE ID=node149/3422431-1306665898
RUNJOBID= node149-1306658663-9447
PBS_JOBID= 13471748
Free space on /tmp= 73424 MiB

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

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=680573411

node149.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.806
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.61
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.806
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.806
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.806
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.73
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.806
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.806
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11538488 kB
Buffers:        265716 kB
Cached:        4804332 kB
SwapCached:      56180 kB
Active:        7028872 kB
Inactive:     14064804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11538488 kB
SwapTotal:    67111528 kB
SwapFree:     38157052 kB
Dirty:            4692 kB
Writeback:           0 kB
AnonPages:    15991676 kB
Mapped:          18124 kB
Slab:           122736 kB
PageTables:     126916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 179600864 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= 73472 MiB
End job on node149 at 2011-05-29 14:08:20