Trace number 3420030

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 reference: minisat 2.2.0? (TO) 5000.12 5000.14

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: 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-3420030-1306584767/watcher-3420030-1306584767 -o /tmp/evaluation-result-3420030-1306584767/solver-3420030-1306584767 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3420030-1306584767.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.06 2.03 2.01 3/558 26556
/proc/meminfo: memFree=23715188/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=28584 CPUtime=0.01 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 2501 0 0 0 1 0 0 0 25 0 1 0 848707344 29270016 2375 33554432000 4194304 4291037 140733684885280 18446744073709551615 224284586693 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 7146 2376 216 24 0 3780 0

[startup+0.048228 s]
/proc/loadavg: 2.06 2.03 2.01 3/558 26556
/proc/meminfo: memFree=23715188/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=33176 CPUtime=0.04 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 4251 0 0 0 4 0 0 0 25 0 1 0 848707344 33972224 3855 33554432000 4194304 4291037 140733684885280 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 8294 3857 216 24 0 4928 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33176

[startup+0.100254 s]
/proc/loadavg: 2.06 2.03 2.01 3/558 26556
/proc/meminfo: memFree=23715188/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=39128 CPUtime=0.09 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 6362 0 0 0 9 0 0 0 25 0 1 0 848707344 40067072 5729 33554432000 4194304 4291037 140733684885280 18446744073709551615 4230004 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 9782 5729 239 24 0 6416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39128

[startup+0.300211 s]
/proc/loadavg: 2.06 2.03 2.01 3/558 26556
/proc/meminfo: memFree=23715188/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=46164 CPUtime=0.29 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 9893 0 0 0 28 1 0 0 25 0 1 0 848707344 47271936 7461 33554432000 4194304 4291037 140733684885280 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 11541 7461 240 24 0 8175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46164

[startup+0.701146 s]
/proc/loadavg: 2.06 2.03 2.01 3/558 26556
/proc/meminfo: memFree=23715188/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=44032 CPUtime=0.69 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 10924 0 0 0 68 1 0 0 25 0 1 0 848707344 45088768 6670 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 11008 6670 258 24 0 7642 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44032

[startup+1.50101 s]
/proc/loadavg: 2.06 2.03 2.01 3/559 26557
/proc/meminfo: memFree=23687784/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=44032 CPUtime=1.49 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 11310 0 0 0 148 1 0 0 25 0 1 0 848707344 45088768 7047 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 11008 7047 258 24 0 7642 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44032

[startup+3.10072 s]
/proc/loadavg: 2.06 2.03 2.01 3/559 26557
/proc/meminfo: memFree=23684668/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=51104 CPUtime=3.09 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 12048 0 0 0 308 1 0 0 25 0 1 0 848707344 52330496 7771 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 12776 7771 258 24 0 9410 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51104

[startup+6.30021 s]
/proc/loadavg: 2.06 2.03 2.01 3/559 26557
/proc/meminfo: memFree=23665572/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=69780 CPUtime=6.29 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 16452 0 0 0 627 2 0 0 25 0 1 0 848707344 71454720 12142 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 17445 12142 258 24 0 14079 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69780

[startup+12.7011 s]
/proc/loadavg: 2.05 2.03 2.00 3/559 26557
/proc/meminfo: memFree=23652016/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=81456 CPUtime=12.69 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 19032 0 0 0 1267 2 0 0 25 0 1 0 848707344 83410944 14693 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 20364 14693 258 24 0 16998 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81456

[startup+25.501 s]
/proc/loadavg: 2.04 2.03 2.00 3/559 26559
/proc/meminfo: memFree=23628076/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=100424 CPUtime=25.49 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 24343 0 0 0 2545 4 0 0 25 0 1 0 848707344 102834176 19933 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255571 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 25106 19933 258 24 0 21740 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100424

[startup+51.1007 s]
/proc/loadavg: 2.02 2.03 2.00 3/559 26586
/proc/meminfo: memFree=23750652/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=100424 CPUtime=51.09 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 39391 0 0 0 5103 6 0 0 25 0 1 0 848707344 102834176 17819 33554432000 4194304 4291037 140733684885280 18446744073709551615 4262037 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 25106 17819 258 24 0 21740 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 100424

[startup+102.321 s]
/proc/loadavg: 2.01 2.02 2.00 3/559 26588
/proc/meminfo: memFree=23707692/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=102204 CPUtime=102.31 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 67944 0 0 0 10219 12 0 0 25 0 1 0 848707344 104656896 19076 33554432000 4194304 4291037 140733684885280 18446744073709551615 4261940 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 25551 19076 258 24 0 22185 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 102204

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 26588
/proc/meminfo: memFree=23717824/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=107660 CPUtime=162.29 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 99201 0 0 0 16210 19 0 0 25 0 1 0 848707344 110243840 18729 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 26915 18729 258 24 0 23549 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 107660

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/559 26590
/proc/meminfo: memFree=23497924/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=272428 CPUtime=222.3 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 127928 0 0 0 22205 25 0 0 25 0 1 0 848707344 278966272 47235 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 68107 47235 258 24 0 64741 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 272428

[startup+282.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/559 26592
/proc/meminfo: memFree=23538048/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=198052 CPUtime=282.3 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 156095 0 0 0 28200 30 0 0 25 0 1 0 848707344 202805248 38693 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 49513 38693 258 24 0 46147 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 198052

[startup+342.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/559 26594
/proc/meminfo: memFree=23588468/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=199916 CPUtime=342.3 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 187949 0 0 0 34193 37 0 0 25 0 1 0 848707344 204713984 43153 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 49979 43153 258 24 0 46613 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 199916

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/559 26596
/proc/meminfo: memFree=23524444/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=201892 CPUtime=402.3 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 219742 0 0 0 40187 43 0 0 25 0 1 0 848707344 206737408 35740 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 50473 35740 258 24 0 47107 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 201892

[startup+462.301 s]
/proc/loadavg: 2.13 2.05 2.01 3/559 26596
/proc/meminfo: memFree=23624972/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=154812 CPUtime=462.29 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 247502 0 0 0 46181 48 0 0 25 0 1 0 848707344 158527488 27357 33554432000 4194304 4291037 140733684885280 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 38703 27357 258 24 0 35337 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 154812

[startup+522.301 s]
/proc/loadavg: 2.10 2.05 2.01 3/559 26598
/proc/meminfo: memFree=23406064/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=288036 CPUtime=522.3 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 279629 0 0 0 52175 55 0 0 25 0 1 0 848707344 294948864 59278 33554432000 4194304 4291037 140733684885280 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 72009 59278 258 24 0 68643 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 288036

[startup+582.301 s]
/proc/loadavg: 2.12 2.07 2.01 3/559 26600
/proc/meminfo: memFree=23519472/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=211044 CPUtime=582.3 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 310254 0 0 0 58169 61 0 0 25 0 1 0 848707344 216109056 40737 33554432000 4194304 4291037 140733684885280 18446744073709551615 4263395 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26556/statm: 52761 40737 258 24 0 49395 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 211044

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.09 2.05 2.01 3/559 26704
/proc/meminfo: memFree=23203976/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=265280 CPUtime=4062.28 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1634071 0 0 0 405856 372 0 0 25 0 1 0 848707344 271646720 53538 33554432000 4194304 4291037 140733684885280 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 66320 53538 258 24 0 62954 0
Current children cumulated CPU time (s) 4062.28
Current children cumulated vsize (KiB) 265280

[startup+4122.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/559 26706
/proc/meminfo: memFree=23289112/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=396756 CPUtime=4122.26 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1657370 0 0 0 411849 377 0 0 25 0 1 0 848707344 406278144 76617 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 99189 76617 258 24 0 95823 0
Current children cumulated CPU time (s) 4122.26
Current children cumulated vsize (KiB) 396756

[startup+4182.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/559 26708
/proc/meminfo: memFree=23099600/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=529016 CPUtime=4182.26 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1673715 0 0 0 417845 381 0 0 25 0 1 0 848707344 541712384 92843 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 132254 92843 258 24 0 128888 0
Current children cumulated CPU time (s) 4182.26
Current children cumulated vsize (KiB) 529016

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/559 26710
/proc/meminfo: memFree=23146684/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=315368 CPUtime=4242.27 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1704479 0 0 0 423840 387 0 0 25 0 1 0 848707344 322936832 63746 33554432000 4194304 4291037 140733684885280 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 78842 63746 258 24 0 75476 0
Current children cumulated CPU time (s) 4242.27
Current children cumulated vsize (KiB) 315368

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 26712
/proc/meminfo: memFree=23021896/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=396756 CPUtime=4302.26 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1719061 0 0 0 429836 390 0 0 25 0 1 0 848707344 406278144 78191 33554432000 4194304 4291037 140733684885280 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 99189 78191 258 24 0 95823 0
Current children cumulated CPU time (s) 4302.26
Current children cumulated vsize (KiB) 396756

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 26712
/proc/meminfo: memFree=23179720/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=400460 CPUtime=4362.26 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1733554 0 0 0 435832 394 0 0 25 0 1 0 848707344 410071040 92560 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 100115 92560 258 24 0 96749 0
Current children cumulated CPU time (s) 4362.26
Current children cumulated vsize (KiB) 400460

[startup+4422.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/559 26714
/proc/meminfo: memFree=23235108/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=270584 CPUtime=4422.26 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1758040 0 0 0 441826 400 0 0 25 0 1 0 848707344 277078016 57669 33554432000 4194304 4291037 140733684885280 18446744073709551615 4248280 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 67646 57669 258 24 0 64280 0
Current children cumulated CPU time (s) 4422.26
Current children cumulated vsize (KiB) 270584

[startup+4482.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/559 26716
/proc/meminfo: memFree=23059484/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=402060 CPUtime=4482.27 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1782269 0 0 0 447822 405 0 0 25 0 1 0 848707344 411709440 81702 33554432000 4194304 4291037 140733684885280 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 100515 81702 258 24 0 97149 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 402060

[startup+4542.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/559 26718
/proc/meminfo: memFree=23235520/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=534320 CPUtime=4542.27 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1797354 0 0 0 453818 409 0 0 25 0 1 0 848707344 547143680 96648 33554432000 4194304 4291037 140733684885280 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 133580 96648 258 24 0 130214 0
Current children cumulated CPU time (s) 4542.27
Current children cumulated vsize (KiB) 534320

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/559 26720
/proc/meminfo: memFree=23248860/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=320672 CPUtime=4602.28 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1828363 0 0 0 459813 415 0 0 25 0 1 0 848707344 328368128 69575 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 80168 69575 258 24 0 76802 0
Current children cumulated CPU time (s) 4602.28
Current children cumulated vsize (KiB) 320672

[startup+4662.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/559 26720
/proc/meminfo: memFree=23073368/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=404884 CPUtime=4662.27 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1850512 0 0 0 465807 420 0 0 25 0 1 0 848707344 414601216 91536 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 101221 91536 258 24 0 97855 0
Current children cumulated CPU time (s) 4662.27
Current children cumulated vsize (KiB) 404884

[startup+4722.32 s]
/proc/loadavg: 2.09 2.06 2.01 3/559 26722
/proc/meminfo: memFree=23129856/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=274312 CPUtime=4722.29 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1878250 0 0 0 471802 427 0 0 25 0 1 0 848707344 280895488 59232 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 68578 59232 258 24 0 65212 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 274312

[startup+4782.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/559 26724
/proc/meminfo: memFree=23222692/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=405788 CPUtime=4782.27 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1898716 0 0 0 477795 432 0 0 25 0 1 0 848707344 415526912 79510 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 101447 79510 258 24 0 98081 0
Current children cumulated CPU time (s) 4782.27
Current children cumulated vsize (KiB) 405788

[startup+4842.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/559 26726
/proc/meminfo: memFree=23047920/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=538472 CPUtime=4842.27 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1918622 0 0 0 483791 436 0 0 25 0 1 0 848707344 551395328 99242 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 134618 99242 258 24 0 131252 0
Current children cumulated CPU time (s) 4842.27
Current children cumulated vsize (KiB) 538472

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/559 26728
/proc/meminfo: memFree=23115824/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=325396 CPUtime=4902.27 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1946801 0 0 0 489785 442 0 0 25 0 1 0 848707344 333205504 65107 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 81349 65107 258 24 0 77983 0
Current children cumulated CPU time (s) 4902.27
Current children cumulated vsize (KiB) 325396

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 26728
/proc/meminfo: memFree=23282812/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=407036 CPUtime=4962.27 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1968143 0 0 0 495781 446 0 0 25 0 1 0 848707344 416804864 86293 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 101759 86293 258 24 0 98393 0
Current children cumulated CPU time (s) 4962.27
Current children cumulated vsize (KiB) 407036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 26730
/proc/meminfo: memFree=23144280/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=539296 CPUtime=5000.09 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1986554 0 0 0 499559 450 0 0 25 0 1 0 848707344 552239104 104606 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 134824 104606 258 24 0 131458 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 539296

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

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

[startup+5000.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/559 26730
/proc/meminfo: memFree=23144280/32951124 swapFree=39849780/67111528
[pid=26556] ppid=26554 vsize=539296 CPUtime=5000.09 cores=0,2,4,6
/proc/26556/stat : 26556 (minisat_release) R 26554 26556 26137 0 -1 4202496 1986554 0 0 0 499559 450 0 0 25 0 1 0 848707344 552239104 104606 33554432000 4194304 4291037 140733684885280 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26556/statm: 134824 104606 258 24 0 131458 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 539296

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.14
CPU time (s): 5000.12
CPU user time (s): 4995.6
CPU system time (s): 4.51931
CPU usage (%): 99.9996
Max. virtual memory (cumulated for all children) (KiB): 552996

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

runsolver used 28.0767 second user time and 62.9104 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-28 14:12:47
IDJOB=3420030
IDBENCH=83105
IDSOLVER=1912
FILE ID=node118/3420030-1306584767
RUNJOBID= node118-1306579394-26155
PBS_JOBID= 13471562
Free space on /tmp= 73240 MiB

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

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=2022249650

node118.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.842
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.842
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.842
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.842
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.842
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.68
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.842
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.842
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.75
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23715360 kB
Buffers:        179564 kB
Cached:        1626296 kB
SwapCached:      52848 kB
Active:         972688 kB
Inactive:      7972796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23715360 kB
SwapTotal:    67111528 kB
SwapFree:     39849780 kB
Dirty:            4276 kB
Writeback:           0 kB
AnonPages:     7099708 kB
Mapped:          25808 kB
Slab:           104636 kB
PageTables:     115860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 184006652 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= 73252 MiB
End job on node118 at 2011-05-28 15:36:09