Trace number 3420046

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.525
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 2/436 10724
/proc/meminfo: memFree=8867868/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=28096 CPUtime=0 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 2383 0 0 0 0 0 0 0 25 0 1 0 770092186 28770304 2265 33554432000 4194304 4291037 140736451662576 18446744073709551615 4260656 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10724/statm: 7024 2265 216 24 0 3658 0

[startup+0.0414789 s]
/proc/loadavg: 2.00 2.02 2.00 2/436 10724
/proc/meminfo: memFree=8867868/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=32300 CPUtime=0.03 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 3946 0 0 0 3 0 0 0 25 0 1 0 770092186 33075200 3650 33554432000 4194304 4291037 140736451662576 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10724/statm: 8075 3653 216 24 0 4709 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 32300

[startup+0.10047 s]
/proc/loadavg: 2.00 2.02 2.00 2/436 10724
/proc/meminfo: memFree=8867868/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=39392 CPUtime=0.09 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 6487 0 0 0 9 0 0 0 25 0 1 0 770092186 40337408 5846 33554432000 4194304 4291037 140736451662576 18446744073709551615 4229520 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10724/statm: 9848 5846 239 24 0 6482 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39392

[startup+0.300431 s]
/proc/loadavg: 2.00 2.02 2.00 2/436 10724
/proc/meminfo: memFree=8867868/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=46736 CPUtime=0.29 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 9922 0 0 0 28 1 0 0 25 0 1 0 770092186 47857664 7589 33554432000 4194304 4291037 140736451662576 18446744073709551615 4229814 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10724/statm: 11684 7589 240 24 0 8318 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46736

[startup+0.700357 s]
/proc/loadavg: 2.00 2.02 2.00 2/436 10724
/proc/meminfo: memFree=8867868/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=42376 CPUtime=0.69 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 10868 0 0 0 68 1 0 0 25 0 1 0 770092186 43393024 6695 33554432000 4194304 4291037 140736451662576 18446744073709551615 4266151 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10724/statm: 10594 6695 258 24 0 7228 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42376

[startup+1.50021 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 10725
/proc/meminfo: memFree=8838988/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=46728 CPUtime=1.49 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 11127 0 0 0 148 1 0 0 25 0 1 0 770092186 47849472 6944 33554432000 4194304 4291037 140736451662576 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10724/statm: 11682 6944 258 24 0 8316 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46728

[startup+3.10091 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 10725
/proc/meminfo: memFree=8833672/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=46728 CPUtime=3.09 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 11743 0 0 0 308 1 0 0 25 0 1 0 770092186 47849472 7550 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10724/statm: 11682 7550 258 24 0 8316 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46728

[startup+6.30032 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 10725
/proc/meminfo: memFree=8818460/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=58224 CPUtime=6.29 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 14739 0 0 0 628 1 0 0 25 0 1 0 770092186 59621376 10525 33554432000 4194304 4291037 140736451662576 18446744073709551615 4248933 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10724/statm: 14556 10525 258 24 0 11190 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58224

[startup+12.7011 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 10725
/proc/meminfo: memFree=8799584/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=77080 CPUtime=12.69 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 16890 0 0 0 1267 2 0 0 25 0 1 0 770092186 78929920 12636 33554432000 4194304 4291037 140736451662576 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10724/statm: 19270 12636 258 24 0 15904 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 77080

[startup+25.5008 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 10725
/proc/meminfo: memFree=8771080/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=96048 CPUtime=25.49 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 20310 0 0 0 2546 3 0 0 25 0 1 0 770092186 98353152 16005 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10724/statm: 24012 16005 258 24 0 20646 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 96048

[startup+51.101 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 10726
/proc/meminfo: memFree=8737548/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=86652 CPUtime=51.1 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 31899 0 0 0 5105 5 0 0 25 0 1 0 770092186 88731648 17658 33554432000 4194304 4291037 140736451662576 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10724/statm: 21663 17658 258 24 0 18297 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 86652

[startup+102.317 s]
/proc/loadavg: 2.04 2.03 2.00 3/437 10727
/proc/meminfo: memFree=8642424/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=109816 CPUtime=102.31 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 50581 0 0 0 10222 9 0 0 25 0 1 0 770092186 112451584 23343 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10724/statm: 27454 23343 258 24 0 24088 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 109816

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/437 10729
/proc/meminfo: memFree=8582384/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=145960 CPUtime=162.29 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 69014 0 0 0 16216 13 0 0 25 0 1 0 770092186 149463040 26361 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/10724/statm: 36490 26361 258 24 0 33124 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 145960

[startup+222.3 s]
/proc/loadavg: 2.14 2.05 2.01 3/437 10730
/proc/meminfo: memFree=8512916/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=145960 CPUtime=222.28 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 88584 0 0 0 22211 17 0 0 25 0 1 0 770092186 149463040 29862 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 36490 29862 258 24 0 33124 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 145960

[startup+282.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/437 10732
/proc/meminfo: memFree=8463796/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=152964 CPUtime=282.28 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 107542 0 0 0 28206 22 0 0 25 0 1 0 770092186 156635136 30745 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 38241 30745 258 24 0 34875 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 152964

[startup+342.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/437 10734
/proc/meminfo: memFree=8421252/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=155740 CPUtime=342.28 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 124769 0 0 0 34201 27 0 0 25 0 1 0 770092186 159477760 31278 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 38935 31278 258 24 0 35569 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 155740

[startup+402.301 s]
/proc/loadavg: 2.09 2.05 2.01 3/437 10735
/proc/meminfo: memFree=8364564/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=161668 CPUtime=402.28 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 143467 0 0 0 40197 31 0 0 25 0 1 0 770092186 165548032 32094 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 40417 32094 258 24 0 37051 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 161668

[startup+462.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/437 10737
/proc/meminfo: memFree=8291384/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=162092 CPUtime=462.29 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 162916 0 0 0 46192 37 0 0 25 0 1 0 770092186 165982208 33226 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 40523 33226 258 24 0 37157 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 162092

[startup+522.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 10738
/proc/meminfo: memFree=8233944/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=165064 CPUtime=522.28 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 179704 0 0 0 52187 41 0 0 25 0 1 0 770092186 169025536 30329 33554432000 4194304 4291037 140736451662576 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 41266 30329 258 24 0 37900 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 165064

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 10740
/proc/meminfo: memFree=8158792/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=142740 CPUtime=582.29 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 198855 0 0 0 58184 45 0 0 25 0 1 0 770092186 146165760 29725 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 35685 29725 258 24 0 32319 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 142740

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.07 2.07 2.01 3/437 10873
/proc/meminfo: memFree=11537700/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=304076 CPUtime=4062.43 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 970722 0 0 0 405953 290 0 0 25 0 1 0 770092186 311373824 62280 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 76019 62280 258 24 0 72653 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 304076

[startup+4122.3 s]
/proc/loadavg: 2.25 2.11 2.02 3/437 10874
/proc/meminfo: memFree=11592240/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=223592 CPUtime=4122.41 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 983839 0 0 0 411947 294 0 0 25 0 1 0 770092186 228958208 48393 33554432000 4194304 4291037 140736451662576 18446744073709551615 4248998 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 55898 48393 258 24 0 52532 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 223592

[startup+4182.3 s]
/proc/loadavg: 2.18 2.12 2.03 3/437 10876
/proc/meminfo: memFree=11552416/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=254412 CPUtime=4182.41 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 993616 0 0 0 417943 298 0 0 25 0 1 0 770092186 260517888 57991 33554432000 4194304 4291037 140736451662576 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 63603 57991 258 24 0 60237 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 254412

[startup+4242.3 s]
/proc/loadavg: 2.07 2.10 2.02 3/437 10878
/proc/meminfo: memFree=11612416/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=193588 CPUtime=4242.41 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1006038 0 0 0 423938 303 0 0 25 0 1 0 770092186 198234112 43270 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 48397 43270 258 24 0 45031 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 193588

[startup+4302.3 s]
/proc/loadavg: 2.02 2.07 2.02 3/437 10879
/proc/meminfo: memFree=11548916/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=255052 CPUtime=4302.41 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1020212 0 0 0 429934 307 0 0 25 0 1 0 770092186 261173248 57159 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 63763 57159 258 24 0 60397 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 255052

[startup+4362.3 s]
/proc/loadavg: 2.05 2.08 2.02 3/437 10881
/proc/meminfo: memFree=11521372/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=305140 CPUtime=4362.41 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1027193 0 0 0 435931 310 0 0 25 0 1 0 770092186 312463360 64002 33554432000 4194304 4291037 140736451662576 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 76285 64002 258 24 0 72919 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 305140

[startup+4422.3 s]
/proc/loadavg: 2.02 2.06 2.01 3/437 10882
/proc/meminfo: memFree=11569220/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=232484 CPUtime=4422.42 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1042250 0 0 0 441927 315 0 0 25 0 1 0 770092186 238063616 52315 33554432000 4194304 4291037 140736451662576 18446744073709551615 4262656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 58121 52315 258 24 0 54755 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 232484

[startup+4482.3 s]
/proc/loadavg: 2.00 2.05 2.00 3/437 10884
/proc/meminfo: memFree=11531384/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=313392 CPUtime=4482.42 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1052000 0 0 0 447924 318 0 0 25 0 1 0 770092186 320913408 61886 33554432000 4194304 4291037 140736451662576 18446744073709551615 4262902 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 78348 61886 258 24 0 74982 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 313392

[startup+4542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 10886
/proc/meminfo: memFree=11598572/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=204932 CPUtime=4542.42 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1062330 0 0 0 453921 321 0 0 25 0 1 0 770092186 209850368 45312 33554432000 4194304 4291037 140736451662576 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 51233 45312 258 24 0 47867 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 204932

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/437 10887
/proc/meminfo: memFree=11539776/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=266396 CPUtime=4602.44 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1076865 0 0 0 459919 325 0 0 25 0 1 0 770092186 272789504 59560 33554432000 4194304 4291037 140736451662576 18446744073709551615 4262521 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 66599 59560 258 24 0 63233 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 266396

[startup+4662.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/437 10889
/proc/meminfo: memFree=11506408/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=316484 CPUtime=4662.43 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1085413 0 0 0 465914 329 0 0 25 0 1 0 770092186 324079616 67952 33554432000 4194304 4291037 140736451662576 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 79121 67952 258 24 0 75755 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 316484

[startup+4722.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/437 10890
/proc/meminfo: memFree=11581780/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=235576 CPUtime=4722.44 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1098354 0 0 0 471911 333 0 0 25 0 1 0 770092186 241229824 50518 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 58894 50518 258 24 0 55528 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 235576

[startup+4782.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/437 10892
/proc/meminfo: memFree=11537620/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=266396 CPUtime=4782.42 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1109534 0 0 0 477905 337 0 0 25 0 1 0 770092186 272789504 61527 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 66599 61527 258 24 0 63233 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 266396

[startup+4842.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/437 10894
/proc/meminfo: memFree=11503744/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=316484 CPUtime=4842.43 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1117977 0 0 0 483903 340 0 0 25 0 1 0 770092186 324079616 69820 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 79121 69820 258 24 0 75755 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 316484

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 10895
/proc/meminfo: memFree=11573668/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=236856 CPUtime=4902.43 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1132089 0 0 0 489899 344 0 0 25 0 1 0 770092186 242540544 52649 33554432000 4194304 4291037 140736451662576 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 59214 52649 258 24 0 55848 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 236856

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 10897
/proc/meminfo: memFree=11529880/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=267676 CPUtime=4962.44 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1141953 0 0 0 495896 348 0 0 25 0 1 0 770092186 274100224 62335 33554432000 4194304 4291037 140736451662576 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 66919 62335 258 24 0 63553 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 267676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.06 2.04 2.00 3/437 10898
/proc/meminfo: memFree=11510652/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=317764 CPUtime=5000.05 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1146823 0 0 0 499655 350 0 0 25 0 1 0 770092186 325390336 67121 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 79441 67121 258 24 0 76075 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 317764

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.06 2.04 2.00 3/437 10898
/proc/meminfo: memFree=11510652/32951124 swapFree=62199376/67111528
[pid=10724] ppid=10722 vsize=317764 CPUtime=5000.05 cores=1,3,5,7
/proc/10724/stat : 10724 (minisat_release) R 10722 10724 10295 0 -1 4202496 1146823 0 0 0 499655 350 0 0 25 0 1 0 770092186 325390336 67121 33554432000 4194304 4291037 140736451662576 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/10724/statm: 79441 67121 258 24 0 76075 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 317764

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4996.56
CPU system time (s): 3.51647
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 317764

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

runsolver used 20.7608 second user time and 50.3803 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-28 14:15:43
IDJOB=3420046
IDBENCH=83116
IDSOLVER=1912
FILE ID=node135/3420046-1306584943
RUNJOBID= node135-1306579392-10315
PBS_JOBID= 13471545
Free space on /tmp= 73516 MiB

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

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=1217743604

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8868024 kB
Buffers:        349648 kB
Cached:        7852796 kB
SwapCached:      84472 kB
Active:       16945152 kB
Inactive:      6834672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8868024 kB
SwapTotal:    67111528 kB
SwapFree:     62199376 kB
Dirty:            3884 kB
Writeback:           0 kB
AnonPages:    15498116 kB
Mapped:          26476 kB
Slab:           164440 kB
PageTables:      71296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 128374408 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= 73528 MiB
End job on node135 at 2011-05-28 15:39:05