Trace number 3422471

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.04 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

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-3422471-1306668671/watcher-3422471-1306668671 -o /tmp/evaluation-result-3422471-1306668671/solver-3422471-1306668671 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422471-1306668671.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.01 2.00 2/524 21254
/proc/meminfo: memFree=12716716/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=24372 CPUtime=0 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1724 0 0 0 0 0 0 0 25 0 1 0 778464809 24956928 1615 33554432000 4194304 4293939 140736852066208 18446744073709551615 4280209 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 6093 1620 217 25 0 2726 0

[startup+0.101661 s]
/proc/loadavg: 2.00 2.01 2.00 2/524 21254
/proc/meminfo: memFree=12716716/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=34904 CPUtime=0.09 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 5576 0 0 0 9 0 0 0 25 0 1 0 778464809 35741696 4976 33554432000 4194304 4293939 140736852066208 18446744073709551615 4233074 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 8726 4976 225 25 0 5359 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34904

[startup+0.200656 s]
/proc/loadavg: 2.00 2.01 2.00 2/524 21254
/proc/meminfo: memFree=12716716/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=43864 CPUtime=0.18 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 7616 0 0 0 18 0 0 0 25 0 1 0 778464809 44916736 6848 33554432000 4194304 4293939 140736852066208 18446744073709551615 4258722 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 10966 6848 225 25 0 7599 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 43864

[startup+0.300624 s]
/proc/loadavg: 2.00 2.01 2.00 2/524 21254
/proc/meminfo: memFree=12716716/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=39532 CPUtime=0.28 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 8076 0 0 0 28 0 0 0 25 0 1 0 778464809 40480768 6088 33554432000 4194304 4293939 140736852066208 18446744073709551615 4232459 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 9883 6088 225 25 0 6516 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 39532

[startup+0.700561 s]
/proc/loadavg: 2.00 2.01 2.00 2/524 21254
/proc/meminfo: memFree=12716716/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=35576 CPUtime=0.68 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 8809 0 0 0 68 0 0 0 25 0 1 0 778464809 36429824 5366 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 8894 5366 245 25 0 5527 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 35576

[startup+1.50041 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 21255
/proc/meminfo: memFree=12693280/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=39928 CPUtime=1.49 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 9174 0 0 0 148 1 0 0 25 0 1 0 778464809 40886272 5721 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 9982 5721 245 25 0 6615 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39928

[startup+3.10113 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 21255
/proc/meminfo: memFree=12688568/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=39928 CPUtime=3.09 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 9940 0 0 0 308 1 0 0 25 0 1 0 778464809 40886272 6463 33554432000 4194304 4293939 140736852066208 18446744073709551615 4256153 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 9982 6463 245 25 0 6615 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39928

[startup+6.30054 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 21255
/proc/meminfo: memFree=12669780/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=58604 CPUtime=6.29 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 13331 0 0 0 628 1 0 0 25 0 1 0 778464809 60010496 9836 33554432000 4194304 4293939 140736852066208 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 14651 9836 245 25 0 11284 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58604

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 21255
/proc/meminfo: memFree=12651144/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=70280 CPUtime=12.69 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 16654 0 0 0 1267 2 0 0 25 0 1 0 778464809 71966720 13125 33554432000 4194304 4293939 140736852066208 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 17570 13125 245 25 0 14203 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70280

[startup+25.5011 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 21255
/proc/meminfo: memFree=12646316/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=64128 CPUtime=25.49 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 25300 0 0 0 2546 3 0 0 25 0 1 0 778464809 65667072 11305 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 16032 11305 245 25 0 12665 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 64128

[startup+51.1005 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 21256
/proc/meminfo: memFree=12630332/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=67648 CPUtime=51.09 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 38873 0 0 0 5104 5 0 0 25 0 1 0 778464809 69271552 12158 33554432000 4194304 4293939 140736852066208 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 16912 12158 245 25 0 13545 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 67648

[startup+102.301 s]
/proc/loadavg: 2.13 2.04 2.01 3/525 21257
/proc/meminfo: memFree=12567576/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=101368 CPUtime=102.3 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 62548 0 0 0 10218 12 0 0 25 0 1 0 778464809 103800832 19522 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 25342 19522 245 25 0 21975 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 101368

[startup+162.3 s]
/proc/loadavg: 2.15 2.06 2.02 3/525 21259
/proc/meminfo: memFree=12571020/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=63544 CPUtime=162.29 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 90123 0 0 0 16211 18 0 0 25 0 1 0 778464809 65069056 12150 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 15886 12150 245 25 0 12519 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 63544

[startup+222.32 s]
/proc/loadavg: 2.05 2.05 2.01 3/525 21261
/proc/meminfo: memFree=12502800/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=103812 CPUtime=222.31 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 121959 0 0 0 22206 25 0 0 25 0 1 0 778464809 106303488 21228 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255937 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 25953 21228 245 25 0 22586 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 103812

[startup+282.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/525 21262
/proc/meminfo: memFree=12468180/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=137360 CPUtime=282.29 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 148710 0 0 0 28199 30 0 0 25 0 1 0 778464809 140656640 24366 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 34340 24366 245 25 0 30973 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 137360

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 21264
/proc/meminfo: memFree=12423380/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=139556 CPUtime=342.3 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 175380 0 0 0 34193 37 0 0 25 0 1 0 778464809 142905344 29367 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 34889 29367 245 25 0 31522 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 139556

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 21265
/proc/meminfo: memFree=12614556/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=141760 CPUtime=402.3 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 200622 0 0 0 40187 43 0 0 25 0 1 0 778464809 145162240 29642 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 35440 29642 245 25 0 32073 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 141760

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 21267
/proc/meminfo: memFree=12563432/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=193720 CPUtime=462.31 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 227691 0 0 0 46181 50 0 0 25 0 1 0 778464809 198369280 32658 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 48430 32658 245 25 0 45063 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 193720

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 21269
/proc/meminfo: memFree=12534404/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=145020 CPUtime=522.31 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 254028 0 0 0 52174 57 0 0 25 0 1 0 778464809 148500480 31897 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255824 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 36255 31897 245 25 0 32888 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 145020

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/525 21270
/proc/meminfo: memFree=12512792/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=149044 CPUtime=582.31 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 283263 0 0 0 58168 63 0 0 25 0 1 0 778464809 152621056 30327 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 37261 30327 245 25 0 33894 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 149044

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/525 21428
/proc/meminfo: memFree=11477904/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=184904 CPUtime=4002.37 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1514973 0 0 0 399864 373 0 0 25 0 1 0 778464809 189341696 41263 33554432000 4194304 4293939 140736852066208 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 46226 41263 245 25 0 42859 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 184904

[startup+4062.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/525 21430
/proc/meminfo: memFree=11348788/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=347200 CPUtime=4062.38 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1542407 0 0 0 405859 379 0 0 25 0 1 0 778464809 355532800 68475 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 86800 68475 245 25 0 83433 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 347200

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/525 21432
/proc/meminfo: memFree=11407176/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=216708 CPUtime=4122.37 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1568798 0 0 0 411852 385 0 0 25 0 1 0 778464809 221908992 48900 33554432000 4194304 4293939 140736852066208 18446744073709551615 4248982 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 54177 48900 245 25 0 50810 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 216708

[startup+4182.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 21433
/proc/meminfo: memFree=11310796/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=348184 CPUtime=4182.39 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1588223 0 0 0 417849 390 0 0 25 0 1 0 778464809 356540416 68146 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 87046 68146 245 25 0 83679 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 348184

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 21435
/proc/meminfo: memFree=11358008/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=266796 CPUtime=4242.38 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1616181 0 0 0 423842 396 0 0 25 0 1 0 778464809 273199104 52510 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 66699 52510 245 25 0 63332 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 266796

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 21436
/proc/meminfo: memFree=11258404/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=348992 CPUtime=4302.38 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1634798 0 0 0 429838 400 0 0 25 0 1 0 778464809 357367808 70954 33554432000 4194304 4293939 140736852066208 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 87248 70954 245 25 0 83881 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 348992

[startup+4362.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/525 21438
/proc/meminfo: memFree=11291852/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=267796 CPUtime=4362.39 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1663384 0 0 0 435831 408 0 0 25 0 1 0 778464809 274223104 54590 33554432000 4194304 4293939 140736852066208 18446744073709551615 4249259 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 66949 54590 245 25 0 63582 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 267796

[startup+4422.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/525 21440
/proc/meminfo: memFree=11205900/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=349772 CPUtime=4422.39 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1680401 0 0 0 441826 413 0 0 25 0 1 0 778464809 358166528 71461 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255652 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 87443 71461 245 25 0 84076 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 349772

[startup+4482.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/525 21441
/proc/meminfo: memFree=11268848/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=269460 CPUtime=4482.38 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1706937 0 0 0 447819 419 0 0 25 0 1 0 778464809 275927040 51514 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 67365 51514 245 25 0 63998 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 269460

[startup+4542.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/525 21443
/proc/meminfo: memFree=11175308/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=352404 CPUtime=4542.39 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1726444 0 0 0 453814 425 0 0 25 0 1 0 778464809 360861696 70873 33554432000 4194304 4293939 140736852066208 18446744073709551615 4263128 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 88101 70873 245 25 0 84734 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 352404

[startup+4602.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/525 21444
/proc/meminfo: memFree=11262320/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=222436 CPUtime=4602.39 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1749649 0 0 0 459809 430 0 0 25 0 1 0 778464809 227774464 45578 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 55609 45578 245 25 0 52242 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 222436

[startup+4662.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/525 21446
/proc/meminfo: memFree=11169524/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=354336 CPUtime=4662.39 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1768081 0 0 0 465806 433 0 0 25 0 1 0 778464809 362840064 63808 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 88584 63808 245 25 0 85217 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 354336

[startup+4722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/525 21448
/proc/meminfo: memFree=11263740/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=174996 CPUtime=4722.4 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1787461 0 0 0 471800 440 0 0 25 0 1 0 778464809 179195904 36566 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 43749 36566 245 25 0 40382 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 174996

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 21449
/proc/meminfo: memFree=11158428/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=274872 CPUtime=4782.4 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1811610 0 0 0 477795 445 0 0 25 0 1 0 778464809 281468928 60481 33554432000 4194304 4293939 140736852066208 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 68718 60481 245 25 0 65351 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 274872

[startup+4842.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 21451
/proc/meminfo: memFree=11088460/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=356260 CPUtime=4842.41 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1825357 0 0 0 483793 448 0 0 25 0 1 0 778464809 364810240 74105 33554432000 4194304 4293939 140736852066208 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 89065 74105 245 25 0 85698 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 356260

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 21452
/proc/meminfo: memFree=11152652/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=274872 CPUtime=4902.4 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1853424 0 0 0 489786 454 0 0 25 0 1 0 778464809 281468928 56133 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 68718 56133 245 25 0 65351 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 274872

[startup+4962.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/525 21454
/proc/meminfo: memFree=11055032/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=356260 CPUtime=4962.4 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1874662 0 0 0 495781 459 0 0 25 0 1 0 778464809 364810240 77190 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 89065 77190 245 25 0 85698 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 356260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.10 2.05 2.01 3/525 21455
/proc/meminfo: memFree=11163392/32951124 swapFree=59247644/67111528
[pid=21254] ppid=21252 vsize=224916 CPUtime=5000 cores=1,3,5,7
/proc/21254/stat : 21254 (ebminisat_relea) R 21252 21254 20694 0 -1 4202496 1892817 0 0 0 499537 463 0 0 25 0 1 0 778464809 230313984 47893 33554432000 4194304 4293939 140736852066208 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/21254/statm: 56229 47893 245 25 0 52862 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 224916

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): 4999.93
CPU time (s): 5000.04
CPU user time (s): 4995.39
CPU system time (s): 4.64729
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 367756

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

runsolver used 23.9784 second user time and 62.3905 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-29 13:31:11
IDJOB=3422471
IDBENCH=83135
IDSOLVER=1914
FILE ID=node137/3422471-1306668671
RUNJOBID= node137-1306658665-20713
PBS_JOBID= 13471760
Free space on /tmp= 73108 MiB

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

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=277629001

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12716748 kB
Buffers:        375836 kB
Cached:        8971664 kB
SwapCached:      17768 kB
Active:       11431404 kB
Inactive:      8497132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12716748 kB
SwapTotal:    67111528 kB
SwapFree:     59247644 kB
Dirty:            3128 kB
Writeback:           0 kB
AnonPages:    10573132 kB
Mapped:          29996 kB
Slab:           161752 kB
PageTables:      75020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162795980 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= 73004 MiB
End job on node137 at 2011-05-29 14:54:33