Trace number 3434039

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: MiniSAT 2.2.0-agile-26? (TO) 5000.06 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
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 variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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: 977)

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-3434039-1306849423/watcher-3434039-1306849423 -o /tmp/evaluation-result-3434039-1306849423/solver-3434039-1306849423 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434039-1306849423.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 18769
/proc/meminfo: memFree=8878080/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=27952 CPUtime=0 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 2292 0 0 0 0 0 0 0 18 0 1 0 796540466 28622848 2178 33554432000 4194304 4291235 140735369790416 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 6988 2179 216 24 0 3622 0

[startup+0.086263 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 18769
/proc/meminfo: memFree=8878080/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=38396 CPUtime=0.07 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 6148 0 0 0 7 0 0 0 18 0 1 0 796540466 39317504 5521 33554432000 4194304 4291235 140735369790416 18446744073709551615 232335553221 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 9599 5523 216 24 0 6233 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 38396

[startup+0.100263 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 18769
/proc/meminfo: memFree=8878080/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=39124 CPUtime=0.09 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 6361 0 0 0 8 1 0 0 18 0 1 0 796540466 40062976 5728 33554432000 4194304 4291235 140735369790416 18446744073709551615 4229640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 9781 5728 238 24 0 6415 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39124

[startup+0.30025 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 18769
/proc/meminfo: memFree=8878080/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=46028 CPUtime=0.29 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 9867 0 0 0 28 1 0 0 18 0 1 0 796540466 47132672 7436 33554432000 4194304 4291235 140735369790416 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 11507 7436 240 24 0 8141 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46028

[startup+0.701102 s]
/proc/loadavg: 2.02 2.05 2.00 2/458 18769
/proc/meminfo: memFree=8878080/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=44028 CPUtime=0.69 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 10921 0 0 0 68 1 0 0 18 0 1 0 796540466 45084672 6667 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 11007 6667 258 24 0 7641 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44028

[startup+1.501 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 18771
/proc/meminfo: memFree=8850120/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=51100 CPUtime=1.49 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 11366 0 0 0 148 1 0 0 20 0 1 0 796540466 52326400 7105 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 12775 7105 258 24 0 9409 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51100

[startup+3.10073 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 18771
/proc/meminfo: memFree=8845656/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=51100 CPUtime=3.09 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 12327 0 0 0 308 1 0 0 25 0 1 0 796540466 52326400 8039 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 12775 8039 258 24 0 9409 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51100

[startup+6.30117 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 18771
/proc/meminfo: memFree=8824196/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=69776 CPUtime=6.29 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 16893 0 0 0 627 2 0 0 25 0 1 0 796540466 71450624 12585 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 17444 12585 258 24 0 14078 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69776

[startup+12.701 s]
/proc/loadavg: 2.02 2.05 2.00 3/459 18771
/proc/meminfo: memFree=8807020/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=81452 CPUtime=12.69 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 19897 0 0 0 1267 2 0 0 25 0 1 0 796540466 83406848 15546 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 20363 15546 258 24 0 16997 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81452

[startup+25.5008 s]
/proc/loadavg: 2.01 2.04 2.00 3/459 18771
/proc/meminfo: memFree=8776936/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=100420 CPUtime=25.49 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 25170 0 0 0 2545 4 0 0 25 0 1 0 796540466 102830080 20747 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255611 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 25105 20747 258 24 0 21739 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100420

[startup+51.1012 s]
/proc/loadavg: 2.01 2.04 2.00 3/459 18772
/proc/meminfo: memFree=8774496/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=100420 CPUtime=51.09 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 39818 0 0 0 5103 6 0 0 25 0 1 0 796540466 102830080 17203 33554432000 4194304 4291235 140735369790416 18446744073709551615 4262923 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 25105 17203 258 24 0 21739 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 100420

[startup+102.317 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 18775
/proc/meminfo: memFree=8791356/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=102888 CPUtime=102.31 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 71268 0 0 0 10220 11 0 0 25 0 1 0 796540466 105357312 19591 33554432000 4194304 4291235 140735369790416 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 25722 19591 258 24 0 22356 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 102888

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 18776
/proc/meminfo: memFree=8753516/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=108544 CPUtime=162.29 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 103430 0 0 0 16213 16 0 0 25 0 1 0 796540466 111149056 19219 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 27136 19219 258 24 0 23770 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 108544

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 18778
/proc/meminfo: memFree=8680448/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=273124 CPUtime=222.29 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 130670 0 0 0 22207 22 0 0 25 0 1 0 796540466 279678976 46284 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255647 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 68281 46284 258 24 0 64915 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 273124

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/459 18779
/proc/meminfo: memFree=8690588/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=197532 CPUtime=282.3 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 158087 0 0 0 28203 27 0 0 25 0 1 0 796540466 202272768 35733 33554432000 4194304 4291235 140735369790416 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 49383 35733 258 24 0 46017 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 197532

[startup+342.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/459 18781
/proc/meminfo: memFree=8759396/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=150704 CPUtime=342.3 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 187055 0 0 0 34198 32 0 0 25 0 1 0 796540466 154320896 28952 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 37676 28952 258 24 0 34310 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 150704

[startup+402.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/459 18812
/proc/meminfo: memFree=8881136/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=123204 CPUtime=402.3 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 218005 0 0 0 40193 37 0 0 25 0 1 0 796540466 126160896 23131 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 30801 23131 258 24 0 27435 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 123204

[startup+462.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/459 18813
/proc/meminfo: memFree=8775448/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=287424 CPUtime=462.3 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 242912 0 0 0 46187 43 0 0 25 0 1 0 796540466 294322176 47814 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255914 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 71856 47814 258 24 0 68490 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 287424

[startup+522.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/459 18815
/proc/meminfo: memFree=8809764/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=207392 CPUtime=522.31 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 272430 0 0 0 52181 50 0 0 25 0 1 0 796540466 212369408 39267 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 51848 39267 258 24 0 48482 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 207392

[startup+582.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/459 18816
/proc/meminfo: memFree=8670348/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=424576 CPUtime=582.3 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 306638 0 0 0 58172 58 0 0 25 0 1 0 796540466 434765824 73317 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 106144 73317 258 24 0 102778 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 424576

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.11 2.07 2.01 3/459 18930
/proc/meminfo: memFree=8590432/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=385536 CPUtime=4062.41 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1602169 0 0 0 405883 358 0 0 25 0 1 0 796540466 394788864 85518 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 96384 85518 258 24 0 93018 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 385536

[startup+4122.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/459 18932
/proc/meminfo: memFree=8724816/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=258468 CPUtime=4122.39 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1626732 0 0 0 411876 363 0 0 25 0 1 0 796540466 264671232 52129 33554432000 4194304 4291235 140735369790416 18446744073709551615 4251608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 64617 52129 258 24 0 61251 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 258468

[startup+4182.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/459 18933
/proc/meminfo: memFree=8644440/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=390372 CPUtime=4182.4 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1646880 0 0 0 417872 368 0 0 25 0 1 0 796540466 399740928 72064 33554432000 4194304 4291235 140735369790416 18446744073709551615 4262387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 97593 72064 258 24 0 94227 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 390372

[startup+4242.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/459 18935
/proc/meminfo: memFree=8754524/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=209748 CPUtime=4242.39 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1669786 0 0 0 423865 374 0 0 25 0 1 0 796540466 214781952 45163 33554432000 4194304 4291235 140735369790416 18446744073709551615 4262441 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 52437 45163 258 24 0 49071 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 209748

[startup+4302.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/459 18937
/proc/meminfo: memFree=8640788/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=391012 CPUtime=4302.4 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1697925 0 0 0 429861 379 0 0 25 0 1 0 796540466 400396288 73054 33554432000 4194304 4291235 140735369790416 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 97753 73054 258 24 0 94387 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 391012

[startup+4362.3 s]
/proc/loadavg: 2.04 2.06 2.01 3/459 18938
/proc/meminfo: memFree=8564988/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=524176 CPUtime=4362.4 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1716924 0 0 0 435857 383 0 0 25 0 1 0 796540466 536756224 91892 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 131044 91892 258 24 0 127678 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 524176

[startup+4422.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/459 18940
/proc/meminfo: memFree=8698876/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=260764 CPUtime=4422.41 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1746976 0 0 0 441850 391 0 0 25 0 1 0 796540466 267022336 58533 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 65191 58533 258 24 0 61825 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 260764

[startup+4482.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/459 18941
/proc/meminfo: memFree=8617876/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=393104 CPUtime=4482.4 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1767541 0 0 0 447845 395 0 0 25 0 1 0 796540466 402538496 78949 33554432000 4194304 4291235 140735369790416 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 98276 78949 258 24 0 94910 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 393104

[startup+4542.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/459 18943
/proc/meminfo: memFree=8554620/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=528916 CPUtime=4542.41 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1783153 0 0 0 453840 401 0 0 25 0 1 0 796540466 541609984 94436 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 132229 94436 258 24 0 128863 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 528916

[startup+4602.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/459 18945
/proc/meminfo: memFree=8745676/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=218712 CPUtime=4602.42 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1805301 0 0 0 459836 406 0 0 25 0 1 0 796540466 223961088 46610 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255883 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18769/statm: 54678 46610 258 24 0 51312 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 218712

[startup+4662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/459 18955
/proc/meminfo: memFree=8641420/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=318588 CPUtime=4662.4 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1831738 0 0 0 465829 411 0 0 25 0 1 0 796540466 326234112 72778 33554432000 4194304 4291235 140735369790416 18446744073709551615 4251573 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18769/statm: 79647 72778 258 24 0 76281 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 318588

[startup+4722.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/459 18957
/proc/meminfo: memFree=8572556/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=399976 CPUtime=4722.43 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1848739 0 0 0 471827 416 0 0 25 0 1 0 796540466 409575424 89618 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18769/statm: 99994 89618 258 24 0 96628 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 399976

[startup+4782.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/459 18958
/proc/meminfo: memFree=8708444/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=268500 CPUtime=4782.41 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1872622 0 0 0 477819 422 0 0 25 0 1 0 796540466 274944000 56199 33554432000 4194304 4291235 140735369790416 18446744073709551615 4248451 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18769/statm: 67125 56199 258 24 0 63759 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 268500

[startup+4842.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/459 18962
/proc/meminfo: memFree=8617764/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=399976 CPUtime=4842.41 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1895122 0 0 0 483814 427 0 0 25 0 1 0 796540466 409575424 78505 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18769/statm: 99994 78505 258 24 0 96628 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 399976

[startup+4902.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/459 18965
/proc/meminfo: memFree=8534908/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=532660 CPUtime=4902.41 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1916384 0 0 0 489809 432 0 0 25 0 1 0 796540466 545443840 99597 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18769/statm: 133165 99597 258 24 0 129799 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 532660

[startup+4962.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/459 18966
/proc/meminfo: memFree=8676344/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=319440 CPUtime=4962.41 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1943325 0 0 0 495803 438 0 0 25 0 1 0 796540466 327106560 64128 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18769/statm: 79860 64128 258 24 0 76494 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 319440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.09 2.06 2.00 3/459 18967
/proc/meminfo: memFree=8625608/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=400828 CPUtime=5000.03 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1955964 0 0 0 499561 442 0 0 25 0 1 0 796540466 410447872 76646 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18769/statm: 100207 76646 258 24 0 96841 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 400828

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

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

[startup+4999.9 s]
/proc/loadavg: 2.09 2.06 2.00 3/459 18967
/proc/meminfo: memFree=8625608/32951124 swapFree=60688864/67111528
[pid=18769] ppid=18767 vsize=400828 CPUtime=5000.03 cores=0,2,4,6
/proc/18769/stat : 18769 (minisat) R 18767 18769 18023 0 -1 4202496 1955964 0 0 0 499561 442 0 0 25 0 1 0 796540466 410447872 76646 33554432000 4194304 4291235 140735369790416 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/18769/statm: 100207 76646 258 24 0 96841 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 400828

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4995.62
CPU system time (s): 4.43233
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 544584

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

runsolver used 23.6874 second user time and 49.3615 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-31 15:43:43
IDJOB=3434039
IDBENCH=83105
IDSOLVER=1930
FILE ID=node132/3434039-1306849423
RUNJOBID= node132-1306842918-18044
PBS_JOBID= 13482020
Free space on /tmp= 56960 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434039-1306849423/watcher-3434039-1306849423 -o /tmp/evaluation-result-3434039-1306849423/solver-3434039-1306849423 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434039-1306849423.cnf

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=1332900387

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:       8878368 kB
Buffers:        263968 kB
Cached:       19938920 kB
SwapCached:      14980 kB
Active:       18100252 kB
Inactive:      5280396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8878368 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:            3924 kB
Writeback:           0 kB
AnonPages:     3170668 kB
Mapped:          19188 kB
Slab:           573428 kB
PageTables:      50460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109361080 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56964 MiB
End job on node132 at 2011-05-31 17:07:05