Trace number 3349307

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

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-3349307-1304979868/watcher-3349307-1304979868 -o /tmp/evaluation-result-3349307-1304979868/solver-3349307-1304979868 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349307-1304979868.cnf -verb=0 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.11 3.86 3.72 5/342 7138
/proc/meminfo: memFree=10963008/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=24376 CPUtime=0 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 1770 0 0 0 0 0 0 0 25 0 1 0 590402454 24961024 1660 33554432000 4194304 4293939 140736394409216 18446744073709551615 4256331 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 6094 1660 219 25 0 2727 0

[startup+0.0226861 s]
/proc/loadavg: 4.11 3.86 3.72 5/342 7138
/proc/meminfo: memFree=10963008/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=26156 CPUtime=0.01 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 2393 0 0 0 1 0 0 0 25 0 1 0 590402454 26783744 2247 33554432000 4194304 4293939 140736394409216 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 6572 2250 219 25 0 3205 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 26156

[startup+0.10067 s]
/proc/loadavg: 4.11 3.86 3.72 5/342 7138
/proc/meminfo: memFree=10963008/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=32784 CPUtime=0.09 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 4826 0 0 0 9 0 0 0 25 0 1 0 590402454 33570816 4394 33554432000 4194304 4293939 140736394409216 18446744073709551615 4279613 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 8196 4395 225 25 0 4829 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32784

[startup+0.300628 s]
/proc/loadavg: 4.11 3.86 3.72 5/342 7138
/proc/meminfo: memFree=10963008/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=35712 CPUtime=0.29 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 6641 0 0 0 28 1 0 0 25 0 1 0 590402454 36569088 5104 33554432000 4194304 4293939 140736394409216 18446744073709551615 270338038987 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 8928 5104 225 25 0 5561 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35712

[startup+0.700554 s]
/proc/loadavg: 4.11 3.86 3.72 5/342 7138
/proc/meminfo: memFree=10963008/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=32144 CPUtime=0.69 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 7272 0 0 0 68 1 0 0 25 0 1 0 590402454 32915456 4571 33554432000 4194304 4293939 140736394409216 18446744073709551615 4251650 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 8036 4571 244 25 0 4669 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32144

[startup+1.50039 s]
/proc/loadavg: 4.11 3.86 3.72 5/343 7139
/proc/meminfo: memFree=10943292/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=36496 CPUtime=1.49 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 7708 0 0 0 148 1 0 0 25 0 1 0 590402454 37371904 5001 33554432000 4194304 4293939 140736394409216 18446744073709551615 4256296 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 9124 5001 244 25 0 5757 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36496

[startup+3.10108 s]
/proc/loadavg: 4.11 3.86 3.72 5/343 7139
/proc/meminfo: memFree=10938828/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=36496 CPUtime=3.09 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 8503 0 0 0 308 1 0 0 25 0 1 0 590402454 37371904 5783 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 9124 5783 244 25 0 5757 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36496

[startup+6.30044 s]
/proc/loadavg: 4.10 3.86 3.72 5/343 7139
/proc/meminfo: memFree=10920620/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=55172 CPUtime=6.29 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 11757 0 0 0 627 2 0 0 25 0 1 0 590402454 56496128 9009 33554432000 4194304 4293939 140736394409216 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 13793 9009 244 25 0 10426 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55172

[startup+12.7002 s]
/proc/loadavg: 4.09 3.87 3.72 5/343 7140
/proc/meminfo: memFree=10900472/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=66848 CPUtime=12.69 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 14443 0 0 0 1266 3 0 0 25 0 1 0 590402454 68452352 11651 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 16712 11651 244 25 0 13345 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 66848

[startup+25.5006 s]
/proc/loadavg: 4.23 3.90 3.74 5/343 7140
/proc/meminfo: memFree=10881128/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=66848 CPUtime=25.49 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 21076 0 0 0 2545 4 0 0 25 0 1 0 590402454 68452352 11466 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 16712 11466 244 25 0 13345 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66848

[startup+51.1005 s]
/proc/loadavg: 4.22 3.93 3.75 5/343 7143
/proc/meminfo: memFree=10800332/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=142068 CPUtime=51.1 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 42729 0 0 0 5100 10 0 0 25 0 1 0 590402454 145477632 24210 33554432000 4194304 4293939 140736394409216 18446744073709551615 4262723 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 35517 24210 244 25 0 32150 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 142068

[startup+102.313 s]
/proc/loadavg: 4.15 3.95 3.76 5/343 7145
/proc/meminfo: memFree=10780620/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=142068 CPUtime=102.31 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 65397 0 0 0 10216 15 0 0 25 0 1 0 590402454 145477632 24361 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255583 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 35517 24361 244 25 0 32150 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 142068

[startup+162.3 s]
/proc/loadavg: 4.05 3.96 3.77 5/343 7173
/proc/meminfo: memFree=10761824/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=142068 CPUtime=162.3 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 91519 0 0 0 16208 22 0 0 25 0 1 0 590402454 145477632 24962 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 35517 24962 244 25 0 32150 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 142068

[startup+222.301 s]
/proc/loadavg: 4.02 3.96 3.79 5/343 7175
/proc/meminfo: memFree=10671012/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=123820 CPUtime=222.3 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 118250 0 0 0 22201 29 0 0 25 0 1 0 590402454 126791680 22976 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 30955 22976 244 25 0 27588 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 123820

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.80 5/343 7177
/proc/meminfo: memFree=10682636/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=203960 CPUtime=282.31 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 146029 0 0 0 28196 35 0 0 25 0 1 0 590402454 208855040 35399 33554432000 4194304 4293939 140736394409216 18446744073709551615 4256276 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 50990 35399 244 25 0 47623 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 203960

[startup+342.301 s]
/proc/loadavg: 4.08 4.00 3.82 5/343 7178
/proc/meminfo: memFree=10593080/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=123820 CPUtime=342.3 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 166640 0 0 0 34189 41 0 0 25 0 1 0 590402454 126791680 22976 33554432000 4194304 4293939 140736394409216 18446744073709551615 4263098 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 30955 22976 244 25 0 27588 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 123820

[startup+402.301 s]
/proc/loadavg: 4.21 4.04 3.84 5/343 7180
/proc/meminfo: memFree=10505376/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=173140 CPUtime=402.31 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 192902 0 0 0 40183 48 0 0 25 0 1 0 590402454 177295360 31996 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 43285 31996 244 25 0 39918 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 173140

[startup+462.301 s]
/proc/loadavg: 4.07 4.03 3.85 5/343 7182
/proc/meminfo: memFree=10518376/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=203960 CPUtime=462.31 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 214811 0 0 0 46176 55 0 0 25 0 1 0 590402454 208855040 36193 33554432000 4194304 4293939 140736394409216 18446744073709551615 4263734 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 50990 36193 244 25 0 47623 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 203960

[startup+522.301 s]
/proc/loadavg: 4.06 4.04 3.86 5/343 7183
/proc/meminfo: memFree=10539680/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=123820 CPUtime=522.32 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 239780 0 0 0 52169 63 0 0 25 0 1 0 590402454 126791680 22976 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255644 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 30955 22976 244 25 0 27588 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 123820

[startup+582.301 s]
/proc/loadavg: 4.09 4.06 3.87 5/343 7185
/proc/meminfo: memFree=10417364/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=123820 CPUtime=582.32 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 256747 0 0 0 58163 69 0 0 25 0 1 0 590402454 126791680 22976 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 30955 22976 244 25 0 27588 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 123820

[startup+642.3 s]
/proc/loadavg: 4.06 4.06 3.89 5/343 7186
/proc/meminfo: memFree=10471648/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=173140 CPUtime=642.32 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 285879 0 0 0 64155 77 0 0 25 0 1 0 590402454 177295360 31667 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 43285 31667 244 25 0 39918 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 173140

[startup+702.3 s]
/proc/loadavg: 4.02 4.04 3.89 5/343 7188
/proc/meminfo: memFree=10354568/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=173140 CPUtime=702.32 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 307502 0 0 0 70148 84 0 0 25 0 1 0 590402454 177295360 32509 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 43285 32509 244 25 0 39918 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 173140

[startup+762.313 s]
/proc/loadavg: 4.01 4.03 3.90 5/343 7190
/proc/meminfo: memFree=10343516/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=173140 CPUtime=762.33 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 326970 0 0 0 76143 90 0 0 25 0 1 0 590402454 177295360 32052 33554432000 4194304 4293939 140736394409216 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 43285 32052 244 25 0 39918 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 173140

[startup+822.3 s]
/proc/loadavg: 4.11 4.06 3.91 5/343 7191
/proc/meminfo: memFree=10361840/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=173140 CPUtime=822.33 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 348155 0 0 0 82136 97 0 0 25 0 1 0 590402454 177295360 32531 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 43285 32531 244 25 0 39918 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 173140

[startup+882.3 s]
/proc/loadavg: 4.09 4.06 3.92 5/343 7193
/proc/meminfo: memFree=10261632/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=173140 CPUtime=882.34 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 366206 0 0 0 88131 103 0 0 25 0 1 0 590402454 177295360 30761 33554432000 4194304 4293939 140736394409216 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 43285 30761 244 25 0 39918 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 173140

[startup+942.301 s]
/proc/loadavg: 4.11 4.08 3.93 5/343 7194
/proc/meminfo: memFree=10289376/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=123820 CPUtime=942.33 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 377855 0 0 0 94125 108 0 0 25 0 1 0 590402454 126791680 22976 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 30955 22976 244 25 0 27588 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 123820

[startup+1002.3 s]
/proc/loadavg: 3.54 3.95 3.89 3/331 7232
/proc/meminfo: memFree=11301772/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=123820 CPUtime=1002.33 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 397997 0 0 0 100119 114 0 0 25 0 1 0 590402454 126791680 22976 33554432000 4194304 4293939 140736394409216 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 30955 22976 244 25 0 27588 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 123820

[startup+1062.3 s]
/proc/loadavg: 2.56 3.59 3.77 3/331 7233
/proc/meminfo: memFree=11362756/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=123820 CPUtime=1062.34 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 418845 0 0 0 106116 118 0 0 25 0 1 0 590402454 126791680 22976 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 30955 22976 244 25 0 27588 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 123820

[startup+1122.3 s]
/proc/loadavg: 2.25 3.31 3.66 3/331 7235
/proc/meminfo: memFree=11269608/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=173140 CPUtime=1122.34 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 449267 0 0 0 112111 123 0 0 25 0 1 0 590402454 177295360 32006 33554432000 4194304 4293939 140736394409216 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 43285 32006 244 25 0 39918 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 173140

[startup+1182.3 s]
/proc/loadavg: 2.09 3.07 3.56 3/331 7237
/proc/meminfo: memFree=11212424/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=173140 CPUtime=1182.35 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 472061 0 0 0 118107 128 0 0 25 0 1 0 590402454 177295360 34202 33554432000 4194304 4293939 140736394409216 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 43285 34202 244 25 0 39918 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 173140

[startup+1242.3 s]
/proc/loadavg: 2.03 2.87 3.45 3/331 7238
/proc/meminfo: memFree=11275160/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=173140 CPUtime=1242.35 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 497896 0 0 0 124102 133 0 0 25 0 1 0 590402454 177295360 35491 33554432000 4194304 4293939 140736394409216 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 43285 35491 244 25 0 39918 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 173140



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.01 2.71 3.36 3/331 7240
/proc/meminfo: memFree=11272296/32951124 swapFree=67111352/67111528
[pid=7138] ppid=7136 vsize=173140 CPUtime=1300.06 cores=5,7
/proc/7138/stat : 7138 (ebminisat_relea) R 7136 7138 6488 0 -1 4202496 514813 0 0 0 129869 137 0 0 25 0 1 0 590402454 177295360 28730 33554432000 4194304 4293939 140736394409216 18446744073709551615 270338081237 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/7138/statm: 43285 28739 244 25 0 39918 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 173140

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.08
CPU user time (s): 1298.7
CPU system time (s): 1.38079
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 254048

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

runsolver used 4.06638 second user time and 9.99248 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-10 00:24:28
IDJOB=3349307
IDBENCH=83119
IDSOLVER=1812
FILE ID=node143/3349307-1304979868
RUNJOBID= node143-1304979492-6927
PBS_JOBID= 13285670
Free space on /tmp= 41248 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom19.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349307-1304979868/watcher-3349307-1304979868 -o /tmp/evaluation-result-3349307-1304979868/solver-3349307-1304979868 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349307-1304979868.cnf  -verb=0

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=336088729

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10963288 kB
Buffers:        194272 kB
Cached:        4688432 kB
SwapCached:          0 kB
Active:       17334484 kB
Inactive:      4342528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10963288 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            2792 kB
Writeback:           0 kB
AnonPages:    16793724 kB
Mapped:          29292 kB
Slab:           191268 kB
PageTables:      55124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70695808 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= 41276 MiB
End job on node143 at 2011-05-10 00:46:10