Trace number 3434098

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 5000.17 4999.98

General information on the benchmark

NameSAT03/industrial/li/li-test4/
li-test4-100.shuffled-as.sat03-370.cnf
MD5SUM5e5606ae7367b9272c60adc115594912
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 variables36809
Number of clauses142491
Sum of the clauses size559708
Maximum clause length172
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 224558
Number of clauses of size 367458
Number of clauses of size 449000
Number of clauses of size 51
Number of clauses of size over 51460

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3434098-1306887719/watcher-3434098-1306887719 -o /tmp/evaluation-result-3434098-1306887719/solver-3434098-1306887719 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434098-1306887719.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: 1.91 2.01 1.99 2/554 22324
/proc/meminfo: memFree=7343352/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=25712 CPUtime=0.01 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 2105 0 0 0 1 0 0 0 25 0 1 0 800369031 26329088 1982 33554432000 4194304 4291235 140734691167312 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 6428 1983 216 24 0 3062 0

[startup+0.117334 s]
/proc/loadavg: 1.91 2.01 1.99 2/554 22324
/proc/meminfo: memFree=7343352/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=32460 CPUtime=0.11 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4712 0 0 0 10 1 0 0 25 0 1 0 800369031 33239040 4292 33554432000 4194304 4291235 140734691167312 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 8115 4293 216 24 0 4749 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 32460

[startup+0.200315 s]
/proc/loadavg: 1.91 2.01 1.99 2/554 22324
/proc/meminfo: memFree=7343352/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=33788 CPUtime=0.19 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 5302 0 0 0 18 1 0 0 25 0 1 0 800369031 34598912 4731 33554432000 4194304 4291235 140734691167312 18446744073709551615 4277976 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 8447 4731 240 24 0 5081 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 33788

[startup+0.30029 s]
/proc/loadavg: 1.91 2.01 1.99 2/554 22324
/proc/meminfo: memFree=7343352/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=35188 CPUtime=0.29 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 5779 0 0 0 28 1 0 0 25 0 1 0 800369031 36032512 5186 33554432000 4194304 4291235 140734691167312 18446744073709551615 4215495 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 8797 5186 240 24 0 5431 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35188

[startup+0.700215 s]
/proc/loadavg: 1.91 2.01 1.99 2/554 22324
/proc/meminfo: memFree=7343352/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=32980 CPUtime=0.69 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 6555 0 0 0 68 1 0 0 25 0 1 0 800369031 33771520 4446 33554432000 4194304 4291235 140734691167312 18446744073709551615 4251253 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 8245 4446 258 24 0 4879 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32980

[startup+1.50106 s]
/proc/loadavg: 1.91 2.01 1.99 3/555 22325
/proc/meminfo: memFree=7322272/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=32980 CPUtime=1.49 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 6567 0 0 0 148 1 0 0 25 0 1 0 800369031 33771520 4458 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 8245 4458 259 24 0 4879 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32980

[startup+3.10076 s]
/proc/loadavg: 1.91 2.01 1.99 3/555 22325
/proc/meminfo: memFree=7319832/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=32980 CPUtime=3.09 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 6582 0 0 0 308 1 0 0 25 0 1 0 800369031 33771520 4471 33554432000 4194304 4291235 140734691167312 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 8245 4471 259 24 0 4879 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32980

[startup+6.30114 s]
/proc/loadavg: 1.92 2.01 1.99 3/555 22325
/proc/meminfo: memFree=7307684/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=32980 CPUtime=6.29 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 6601 0 0 0 628 1 0 0 25 0 1 0 800369031 33771520 4485 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 8245 4485 259 24 0 4879 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32980

[startup+12.7009 s]
/proc/loadavg: 1.92 2.01 1.99 3/555 22325
/proc/meminfo: memFree=7371588/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=32980 CPUtime=12.69 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 6615 0 0 0 1268 1 0 0 25 0 1 0 800369031 33771520 4495 33554432000 4194304 4291235 140734691167312 18446744073709551615 4251573 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 8245 4495 259 24 0 4879 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32980

[startup+25.5005 s]
/proc/loadavg: 1.94 2.00 1.99 3/555 22326
/proc/meminfo: memFree=7311700/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=32980 CPUtime=25.49 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 6653 0 0 0 2548 1 0 0 25 0 1 0 800369031 33771520 4528 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 8245 4528 259 24 0 4879 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 32980

[startup+51.1006 s]
/proc/loadavg: 2.08 2.03 2.00 3/555 22326
/proc/meminfo: memFree=7319764/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=82376 CPUtime=51.09 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 19384 0 0 0 5106 3 0 0 25 0 1 0 800369031 84353024 17187 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255747 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 20594 17187 259 24 0 17228 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82376

[startup+102.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/555 22328
/proc/meminfo: memFree=7101716/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=256804 CPUtime=102.31 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 61577 0 0 0 10218 13 0 0 25 0 1 0 800369031 262967296 59273 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 64201 59273 259 24 0 60835 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 256804

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/555 22329
/proc/meminfo: memFree=6995020/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=261080 CPUtime=162.3 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 109289 0 0 0 16208 22 0 0 25 0 1 0 800369031 267345920 52678 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 65270 52678 259 24 0 61904 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 261080

[startup+222.321 s]
/proc/loadavg: 2.01 2.02 2.00 3/555 22331
/proc/meminfo: memFree=7068632/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=265860 CPUtime=222.32 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 161394 0 0 0 22201 31 0 0 25 0 1 0 800369031 272240640 45339 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 66465 45339 259 24 0 63099 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 265860

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 22332
/proc/meminfo: memFree=7029900/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=403420 CPUtime=282.31 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 201602 0 0 0 28191 40 0 0 25 0 1 0 800369031 413102080 85395 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 100855 85395 259 24 0 97489 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 403420

[startup+342.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/555 22334
/proc/meminfo: memFree=7117644/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=274200 CPUtime=342.31 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 246936 0 0 0 34182 49 0 0 25 0 1 0 800369031 280780800 52646 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255764 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 68550 52646 259 24 0 65184 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 274200

[startup+402.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/555 22336
/proc/meminfo: memFree=7206496/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=114788 CPUtime=402.3 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 285573 0 0 0 40173 57 0 0 25 0 1 0 800369031 117542912 20846 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255611 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 28697 20846 259 24 0 25331 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 114788

[startup+462.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/555 22337
/proc/meminfo: memFree=7001848/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=412188 CPUtime=462.31 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 348731 0 0 0 46163 68 0 0 25 0 1 0 800369031 422080512 83859 33554432000 4194304 4291235 140734691167312 18446744073709551615 4256313 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 103047 83859 259 24 0 99681 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 412188

[startup+522.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 22339
/proc/meminfo: memFree=6875804/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=633288 CPUtime=522.31 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 389551 0 0 0 52157 74 0 0 25 0 1 0 800369031 648486912 124562 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 158322 124562 259 24 0 154956 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 633288

[startup+582.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/555 22341
/proc/meminfo: memFree=7125864/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=287304 CPUtime=582.31 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 440570 0 0 0 58149 82 0 0 25 0 1 0 800369031 294199296 63270 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 71826 63270 259 24 0 68460 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 287304

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/555 22444
/proc/meminfo: memFree=6362920/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=746224 CPUtime=4002.44 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 3738353 0 0 0 399566 678 0 0 25 0 1 0 800369031 764133376 145941 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 186556 145941 259 24 0 183190 0
Current children cumulated CPU time (s) 4002.44
Current children cumulated vsize (KiB) 746224

[startup+4062.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/555 22445
/proc/meminfo: memFree=5988408/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=1096420 CPUtime=4062.47 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 3778326 0 0 0 405561 686 0 0 25 0 1 0 800369031 1122734080 185789 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 274105 185789 259 24 0 270739 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 1096420

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/555 22447
/proc/meminfo: memFree=6868660/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=320168 CPUtime=4122.46 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 3859269 0 0 0 411545 701 0 0 25 0 1 0 800369031 327852032 64511 33554432000 4194304 4291235 140734691167312 18446744073709551615 4248379 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 80042 64512 259 24 0 76676 0
Current children cumulated CPU time (s) 4122.46
Current children cumulated vsize (KiB) 320168

[startup+4182.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 22449
/proc/meminfo: memFree=6471072/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=750652 CPUtime=4182.47 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 3929418 0 0 0 417537 710 0 0 25 0 1 0 800369031 768667648 134555 33554432000 4194304 4291235 140734691167312 18446744073709551615 4248246 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 187663 134555 259 24 0 184297 0
Current children cumulated CPU time (s) 4182.47
Current children cumulated vsize (KiB) 750652

[startup+4242.3 s]
/proc/loadavg: 2.14 2.07 2.01 3/555 22450
/proc/meminfo: memFree=6448836/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=751664 CPUtime=4242.46 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 3968902 0 0 0 423529 717 0 0 25 0 1 0 800369031 769703936 173895 33554432000 4194304 4291235 140734691167312 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 187916 173895 259 24 0 184550 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 751664

[startup+4302.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/555 22452
/proc/meminfo: memFree=6169176/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=1102572 CPUtime=4302.46 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4010823 0 0 0 429522 724 0 0 25 0 1 0 800369031 1129033728 215719 33554432000 4194304 4291235 140734691167312 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 275643 215719 259 24 0 272277 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 1102572

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/555 22453
/proc/meminfo: memFree=7003772/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=226596 CPUtime=4362.46 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4046809 0 0 0 435513 733 0 0 25 0 1 0 800369031 232034304 49184 33554432000 4194304 4291235 140734691167312 18446744073709551615 4251616 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 56649 49184 259 24 0 53283 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 226596

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 22455
/proc/meminfo: memFree=6524100/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=540656 CPUtime=4422.46 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4122281 0 0 0 441502 744 0 0 25 0 1 0 800369031 553631744 124505 33554432000 4194304 4291235 140734691167312 18446744073709551615 4263440 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 135164 124506 259 24 0 131798 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 540656

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 22456
/proc/meminfo: memFree=6471736/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=756324 CPUtime=4482.47 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4176801 0 0 0 447494 753 0 0 25 0 1 0 800369031 774475776 178890 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 189081 178890 259 24 0 185715 0
Current children cumulated CPU time (s) 4482.47
Current children cumulated vsize (KiB) 756324

[startup+4542.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/555 22458
/proc/meminfo: memFree=6125624/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=1106384 CPUtime=4542.47 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4231493 0 0 0 453484 763 0 0 25 0 1 0 800369031 1132937216 233473 33554432000 4194304 4291235 140734691167312 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 276596 233473 259 24 0 273230 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 1106384

[startup+4602.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/555 22460
/proc/meminfo: memFree=6927108/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=329436 CPUtime=4602.48 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4269840 0 0 0 459475 773 0 0 25 0 1 0 800369031 337342464 66178 33554432000 4194304 4291235 140734691167312 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 82359 66178 259 24 0 78993 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 329436

[startup+4662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/555 22461
/proc/meminfo: memFree=6494064/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=758804 CPUtime=4662.48 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4345525 0 0 0 465464 784 0 0 25 0 1 0 800369031 777015296 141704 33554432000 4194304 4291235 140734691167312 18446744073709551615 4261960 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 189701 141704 259 24 0 186335 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 758804

[startup+4722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 22463
/proc/meminfo: memFree=6318560/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=1110412 CPUtime=4722.49 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4432448 0 0 0 471452 797 0 0 25 0 1 0 800369031 1137061888 228503 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 277603 228503 259 24 0 274237 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 1110412

[startup+4782.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/555 22464
/proc/meminfo: memFree=5917496/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=1679424 CPUtime=4782.48 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4481890 0 0 0 477441 807 0 0 25 0 1 0 800369031 1719730176 277843 33554432000 4194304 4291235 140734691167312 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 419856 277843 259 24 0 416490 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 1679424

[startup+4842.32 s]
/proc/loadavg: 2.03 2.04 2.00 3/555 22466
/proc/meminfo: memFree=6812600/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=548320 CPUtime=4842.5 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4543428 0 0 0 483430 820 0 0 25 0 1 0 800369031 561479680 104106 33554432000 4194304 4291235 140734691167312 18446744073709551615 4262568 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 137080 104106 259 24 0 133714 0
Current children cumulated CPU time (s) 4842.5
Current children cumulated vsize (KiB) 548320

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 22468
/proc/meminfo: memFree=6184216/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=1114320 CPUtime=4902.49 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4645045 0 0 0 489413 836 0 0 25 0 1 0 800369031 1141063680 205633 33554432000 4194304 4291235 140734691167312 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 278580 205633 259 24 0 275214 0
Current children cumulated CPU time (s) 4902.49
Current children cumulated vsize (KiB) 1114320

[startup+4962.3 s]
/proc/loadavg: 1.40 1.85 1.94 2/549 22487
/proc/meminfo: memFree=6250376/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=1684352 CPUtime=4962.49 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4741049 0 0 0 495400 849 0 0 25 0 1 0 800369031 1724776448 301538 33554432000 4194304 4291235 140734691167312 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 421088 301538 259 24 0 417722 0
Current children cumulated CPU time (s) 4962.49
Current children cumulated vsize (KiB) 1684352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.22 1.76 1.90 2/549 22488
/proc/meminfo: memFree=6030108/32950928 swapFree=67056580/67111528
[pid=22324] ppid=22322 vsize=1685944 CPUtime=5000.1 cores=1,3,5,7
/proc/22324/stat : 22324 (minisat) R 22322 22324 21730 0 -1 4202496 4795866 0 0 0 499151 859 0 0 25 0 1 0 800369031 1726406656 356282 33554432000 4194304 4291235 140734691167312 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/22324/statm: 421486 356282 259 24 0 418120 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 1685944

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.98
CPU time (s): 5000.17
CPU user time (s): 4991.52
CPU system time (s): 8.65368
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 1728744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4991.52
system time used= 8.65368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4795870
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 57723

runsolver used 26.8719 second user time and 64.0493 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-01 02:22:00
IDJOB=3434098
IDBENCH=84227
IDSOLVER=1930
FILE ID=node148/3434098-1306887719
RUNJOBID= node148-1306877501-21749
PBS_JOBID= 13488428
Free space on /tmp= 50920 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT03/industrial/li/li-test4/li-test4-100.shuffled-as.sat03-370.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434098-1306887719/watcher-3434098-1306887719 -o /tmp/evaluation-result-3434098-1306887719/solver-3434098-1306887719 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434098-1306887719.cnf

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

MD5SUM BENCH= 5e5606ae7367b9272c60adc115594912
RANDOM SEED=828522495

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       7343508 kB
Buffers:         97968 kB
Cached:       17806228 kB
SwapCached:       7908 kB
Active:       14099356 kB
Inactive:     10750544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7343508 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:            3496 kB
Writeback:           0 kB
AnonPages:     6944332 kB
Mapped:          43896 kB
Slab:           628772 kB
PageTables:      58208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170545704 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= 50920 MiB
End job on node148 at 2011-06-01 03:45:22