Trace number 3419744

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

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3419744-1306579403/watcher-3419744-1306579403 -o /tmp/evaluation-result-3419744-1306579403/solver-3419744-1306579403 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419744-1306579403.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: 0.15 0.03 0.01 2/436 10361
/proc/meminfo: memFree=11691320/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=21664 CPUtime=0.01 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1318 0 0 0 1 0 0 0 21 0 1 0 769538162 22183936 1232 33554432000 4194304 4291037 140734236884912 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 5416 1232 215 24 0 2050 0

[startup+0.0969111 s]
/proc/loadavg: 0.15 0.03 0.01 2/436 10361
/proc/meminfo: memFree=11691320/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=34704 CPUtime=0.09 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 5357 0 0 0 9 0 0 0 21 0 1 0 769538162 35536896 4806 33554432000 4194304 4291037 140734236884912 18446744073709551615 4233282 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 8676 4806 240 24 0 5310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34704

[startup+0.100917 s]
/proc/loadavg: 0.15 0.03 0.01 2/436 10361
/proc/meminfo: memFree=11691320/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=34704 CPUtime=0.09 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 5396 0 0 0 9 0 0 0 21 0 1 0 769538162 35536896 4842 33554432000 4194304 4291037 140734236884912 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 8676 4842 240 24 0 5310 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34704

[startup+0.300873 s]
/proc/loadavg: 0.15 0.03 0.01 2/436 10361
/proc/meminfo: memFree=11691320/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=35252 CPUtime=0.29 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 8029 0 0 0 28 1 0 0 22 0 1 0 769538162 36098048 5129 33554432000 4194304 4291037 140734236884912 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 8813 5129 258 24 0 5447 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35252

[startup+0.700796 s]
/proc/loadavg: 0.15 0.03 0.01 2/436 10361
/proc/meminfo: memFree=11691320/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=35252 CPUtime=0.69 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 8157 0 0 0 68 1 0 0 23 0 1 0 769538162 36098048 5257 33554432000 4194304 4291037 140734236884912 18446744073709551615 4262316 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 8813 5257 259 24 0 5447 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35252

[startup+1.50065 s]
/proc/loadavg: 0.15 0.03 0.01 3/437 10362
/proc/meminfo: memFree=11669140/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=39604 CPUtime=1.49 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 8411 0 0 0 148 1 0 0 25 0 1 0 769538162 40554496 5507 33554432000 4194304 4291037 140734236884912 18446744073709551615 4248396 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 9901 5507 259 24 0 6535 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39604

[startup+3.10036 s]
/proc/loadavg: 0.15 0.03 0.01 3/437 10362
/proc/meminfo: memFree=11666660/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=39604 CPUtime=3.09 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 9100 0 0 0 308 1 0 0 25 0 1 0 769538162 40554496 6180 33554432000 4194304 4291037 140734236884912 18446744073709551615 4251691 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 9901 6180 259 24 0 6535 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39604

[startup+6.30077 s]
/proc/loadavg: 0.38 0.08 0.03 3/437 10362
/proc/meminfo: memFree=11654000/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=51300 CPUtime=6.29 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 12056 0 0 0 628 1 0 0 25 0 1 0 769538162 52531200 9099 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 12825 9099 259 24 0 9459 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51300

[startup+12.7006 s]
/proc/loadavg: 0.51 0.11 0.04 3/437 10362
/proc/meminfo: memFree=11644452/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=58480 CPUtime=12.69 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 14041 0 0 0 1267 2 0 0 25 0 1 0 769538162 59883520 11045 33554432000 4194304 4291037 140734236884912 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 14620 11045 259 24 0 11254 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58480

[startup+25.5002 s]
/proc/loadavg: 0.84 0.21 0.07 3/437 10362
/proc/meminfo: memFree=11631176/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=46880 CPUtime=25.49 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 17909 0 0 0 2546 3 0 0 25 0 1 0 769538162 48005120 7629 33554432000 4194304 4291037 140734236884912 18446744073709551615 4262305 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 11720 7629 259 24 0 8354 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46880

[startup+51.1005 s]
/proc/loadavg: 1.23 0.35 0.12 3/437 10363
/proc/meminfo: memFree=11627772/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=71828 CPUtime=51.09 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 24066 0 0 0 5104 5 0 0 25 0 1 0 769538162 73551872 13654 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 17957 13654 259 24 0 14591 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71828

[startup+102.317 s]
/proc/loadavg: 1.75 0.62 0.22 3/437 10365
/proc/meminfo: memFree=11554232/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=141780 CPUtime=102.31 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 49564 0 0 0 10221 10 0 0 25 0 1 0 769538162 145182720 29391 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 35445 29391 259 24 0 32079 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 141780

[startup+162.301 s]
/proc/loadavg: 1.90 0.87 0.33 3/437 10366
/proc/meminfo: memFree=11532252/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=141780 CPUtime=162.3 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 61837 0 0 0 16218 12 0 0 25 0 1 0 769538162 145182720 31643 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 35445 31643 259 24 0 32079 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 141780

[startup+222.301 s]
/proc/loadavg: 2.15 1.14 0.45 3/437 10368
/proc/meminfo: memFree=11570924/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=92460 CPUtime=222.3 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 73550 0 0 0 22216 14 0 0 25 0 1 0 769538162 94679040 19654 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 23115 19654 259 24 0 19749 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 92460

[startup+282.301 s]
/proc/loadavg: 2.17 1.34 0.56 3/437 10369
/proc/meminfo: memFree=11562588/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=92460 CPUtime=282.3 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 90112 0 0 0 28213 17 0 0 25 0 1 0 769538162 94679040 19678 33554432000 4194304 4291037 140734236884912 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 23115 19678 259 24 0 19749 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 92460

[startup+342.301 s]
/proc/loadavg: 2.06 1.46 0.65 3/437 10371
/proc/meminfo: memFree=11552156/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=92460 CPUtime=342.3 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 105490 0 0 0 34211 19 0 0 25 0 1 0 769538162 94679040 19683 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 23115 19683 259 24 0 19749 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 92460

[startup+402.3 s]
/proc/loadavg: 2.02 1.55 0.73 3/437 10373
/proc/meminfo: memFree=11544824/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=92460 CPUtime=402.31 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 119811 0 0 0 40209 22 0 0 25 0 1 0 769538162 94679040 19700 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 23115 19700 259 24 0 19749 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 92460

[startup+462.3 s]
/proc/loadavg: 2.01 1.63 0.81 3/437 10374
/proc/meminfo: memFree=11489244/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=141780 CPUtime=462.3 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 131360 0 0 0 46207 23 0 0 25 0 1 0 769538162 145182720 31176 33554432000 4194304 4291037 140734236884912 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 35445 31176 259 24 0 32079 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 141780

[startup+522.3 s]
/proc/loadavg: 2.00 1.70 0.88 3/437 10376
/proc/meminfo: memFree=11512664/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=111988 CPUtime=522.31 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 140813 0 0 0 52205 26 0 0 25 0 1 0 769538162 114675712 24161 33554432000 4194304 4291037 140734236884912 18446744073709551615 4261898 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 27997 24161 259 24 0 24631 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 111988

[startup+582.301 s]
/proc/loadavg: 2.00 1.75 0.95 3/437 10377
/proc/meminfo: memFree=11469248/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=161308 CPUtime=582.31 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 166002 0 0 0 58201 30 0 0 25 0 1 0 769538162 165179392 33616 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 40327 33616 259 24 0 36961 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 161308

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.02 2.03 1.98 3/437 10564
/proc/meminfo: memFree=9949320/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=317556 CPUtime=4062.44 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 939877 0 0 0 406045 199 0 0 25 0 1 0 769538162 325177344 62337 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 79389 62337 259 24 0 76023 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 317556

[startup+4122.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/437 10566
/proc/meminfo: memFree=9875896/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=317556 CPUtime=4122.43 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 947478 0 0 0 412041 202 0 0 25 0 1 0 769538162 325177344 69837 33554432000 4194304 4291037 140734236884912 18446744073709551615 4248262 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 79389 69837 259 24 0 76023 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 317556

[startup+4182.3 s]
/proc/loadavg: 2.04 2.03 1.99 3/437 10567
/proc/meminfo: memFree=9882076/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=268944 CPUtime=4182.43 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 962099 0 0 0 418038 205 0 0 25 0 1 0 769538162 275398656 56169 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 67236 56169 259 24 0 63870 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 268944

[startup+4242.3 s]
/proc/loadavg: 2.01 2.02 1.99 3/437 10569
/proc/meminfo: memFree=9786832/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=319032 CPUtime=4242.44 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 971052 0 0 0 424036 208 0 0 25 0 1 0 769538162 326688768 65003 33554432000 4194304 4291037 140734236884912 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 79758 65003 259 24 0 76392 0
Current children cumulated CPU time (s) 4242.44
Current children cumulated vsize (KiB) 319032

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/437 10571
/proc/meminfo: memFree=9786564/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=238124 CPUtime=4302.43 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 990190 0 0 0 430032 211 0 0 25 0 1 0 769538162 243838976 51928 33554432000 4194304 4291037 140734236884912 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 59531 51928 259 24 0 56165 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 238124

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/437 10572
/proc/meminfo: memFree=9675068/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=319032 CPUtime=4362.44 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1006302 0 0 0 436029 215 0 0 25 0 1 0 769538162 326688768 67759 33554432000 4194304 4291037 140734236884912 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 79758 67759 259 24 0 76392 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 319032

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/437 10574
/proc/meminfo: memFree=9671576/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=238124 CPUtime=4422.44 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1018145 0 0 0 442027 217 0 0 25 0 1 0 769538162 243838976 52805 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 59531 52805 259 24 0 56165 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 238124

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/437 10575
/proc/meminfo: memFree=9580792/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=268944 CPUtime=4482.43 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1028188 0 0 0 448023 220 0 0 25 0 1 0 769538162 275398656 62660 33554432000 4194304 4291037 140734236884912 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 67236 62660 259 24 0 63870 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 268944

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/437 10577
/proc/meminfo: memFree=9606440/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=188804 CPUtime=4542.44 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1032287 0 0 0 454022 222 0 0 25 0 1 0 769538162 193335296 43785 33554432000 4194304 4291037 140734236884912 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 47201 43785 259 24 0 43835 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 188804

[startup+4602.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/437 10579
/proc/meminfo: memFree=9490112/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=268944 CPUtime=4602.46 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1046248 0 0 0 460022 224 0 0 25 0 1 0 769538162 275398656 57626 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 67236 57626 259 24 0 63870 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 268944

[startup+4662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/437 10589
/proc/meminfo: memFree=9413588/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=319032 CPUtime=4662.45 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1053469 0 0 0 466018 227 0 0 25 0 1 0 769538162 326688768 64746 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 79758 64746 259 24 0 76392 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 319032

[startup+4722.32 s]
/proc/loadavg: 2.14 2.05 2.01 3/437 10591
/proc/meminfo: memFree=9430596/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=188804 CPUtime=4722.46 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1058926 0 0 0 472017 229 0 0 25 0 1 0 769538162 193335296 43785 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 47201 43785 259 24 0 43835 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 188804

[startup+4782.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/437 10592
/proc/meminfo: memFree=9290456/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=268944 CPUtime=4782.45 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1076433 0 0 0 478012 233 0 0 25 0 1 0 769538162 275398656 61157 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 67236 61157 259 24 0 63870 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 268944

[startup+4842.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/437 10594
/proc/meminfo: memFree=9167668/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=319032 CPUtime=4842.46 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1085044 0 0 0 484010 236 0 0 25 0 1 0 769538162 326688768 69641 33554432000 4194304 4291037 140734236884912 18446744073709551615 4248336 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 79758 69641 259 24 0 76392 0
Current children cumulated CPU time (s) 4842.46
Current children cumulated vsize (KiB) 319032

[startup+4902.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/437 10599
/proc/meminfo: memFree=9193868/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=238124 CPUtime=4902.46 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1096177 0 0 0 490008 238 0 0 25 0 1 0 769538162 243838976 53562 33554432000 4194304 4291037 140734236884912 18446744073709551615 4249026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 59531 53562 259 24 0 56165 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 238124

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 10600
/proc/meminfo: memFree=9120296/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=268944 CPUtime=4962.46 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1104882 0 0 0 496006 240 0 0 25 0 1 0 769538162 275398656 62142 33554432000 4194304 4291037 140734236884912 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 67236 62142 259 24 0 63870 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 268944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 10601
/proc/meminfo: memFree=9082456/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=319032 CPUtime=5000.07 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1109227 0 0 0 499765 242 0 0 25 0 1 0 769538162 326688768 66415 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 79758 66415 259 24 0 76392 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 319032

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.00 2.02 2.00 3/437 10601
/proc/meminfo: memFree=9082456/32951124 swapFree=62199376/67111528
[pid=10361] ppid=10359 vsize=319032 CPUtime=5000.07 cores=1,3,5,7
/proc/10361/stat : 10361 (minisat_release) R 10359 10361 10295 0 -1 4202496 1109227 0 0 0 499765 242 0 0 25 0 1 0 769538162 326688768 66415 33554432000 4194304 4291037 140734236884912 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10361/statm: 79758 66415 259 24 0 76392 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 319032

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4997.66
CPU system time (s): 2.43163
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 375028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.66
system time used= 2.43163
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1109227
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= 6
involuntary context switches= 9548

runsolver used 20.4039 second user time and 50.6463 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-28 12:43:23
IDJOB=3419744
IDBENCH=70791
IDSOLVER=1912
FILE ID=node135/3419744-1306579403
RUNJOBID= node135-1306579392-10315
PBS_JOBID= 13471545
Free space on /tmp= 73504 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419744-1306579403/watcher-3419744-1306579403 -o /tmp/evaluation-result-3419744-1306579403/solver-3419744-1306579403 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419744-1306579403.cnf

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=5988937

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:      11691476 kB
Buffers:        348616 kB
Cached:        7830660 kB
SwapCached:      84472 kB
Active:       14158184 kB
Inactive:      6803188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11691476 kB
SwapTotal:    67111528 kB
SwapFree:     62199376 kB
Dirty:           31224 kB
Writeback:           0 kB
AnonPages:    12702824 kB
Mapped:          26384 kB
Slab:           165248 kB
PageTables:      66204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124608016 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= 73520 MiB
End job on node135 at 2011-05-28 14:06:45