Trace number 3380423

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: cir_minisat 2011-05-13 (simp)? (TO) 1300.05 1300.02

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
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 variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

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-3380423-1305459387/watcher-3380423-1305459387 -o /tmp/evaluation-result-3380423-1305459387/solver-3380423-1305459387 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380423-1305459387.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.06 4.03 4.00 5/304 17614
/proc/meminfo: memFree=18206800/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=23276 CPUtime=0 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 1406 0 0 0 0 0 0 0 24 0 1 0 657536889 23834624 1349 33554432000 4194304 4300288 140736153317376 18446744073709551615 4278145 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 5819 1349 218 26 0 2451 0

[startup+0.108707 s]
/proc/loadavg: 4.06 4.03 4.00 5/304 17614
/proc/meminfo: memFree=18206800/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=29868 CPUtime=0.09 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 3865 0 0 0 9 0 0 0 25 0 1 0 657536889 30584832 3511 33554432000 4194304 4300288 140736153317376 18446744073709551615 4228388 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 7467 3511 221 26 0 4099 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29868

[startup+0.200692 s]
/proc/loadavg: 4.06 4.03 4.00 5/304 17614
/proc/meminfo: memFree=18206800/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=31292 CPUtime=0.19 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 4296 0 0 0 18 1 0 0 25 0 1 0 657536889 32043008 3925 33554432000 4194304 4300288 140736153317376 18446744073709551615 4230821 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 7823 3925 222 26 0 4455 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31292

[startup+0.300671 s]
/proc/loadavg: 4.06 4.03 4.00 5/304 17614
/proc/meminfo: memFree=18206800/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=28176 CPUtime=0.29 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 4811 0 0 0 28 1 0 0 25 0 1 0 657536889 28852224 3396 33554432000 4194304 4300288 140736153317376 18446744073709551615 4250468 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 7044 3396 242 26 0 3676 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28176

[startup+0.700602 s]
/proc/loadavg: 4.06 4.03 4.00 5/304 17614
/proc/meminfo: memFree=18206800/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=28176 CPUtime=0.69 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 4819 0 0 0 68 1 0 0 25 0 1 0 657536889 28852224 3404 33554432000 4194304 4300288 140736153317376 18446744073709551615 4255560 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 7044 3404 242 26 0 3676 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28176

[startup+1.50046 s]
/proc/loadavg: 4.06 4.03 4.00 5/305 17615
/proc/meminfo: memFree=18188076/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=28176 CPUtime=1.49 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 4833 0 0 0 148 1 0 0 25 0 1 0 657536889 28852224 3416 33554432000 4194304 4300288 140736153317376 18446744073709551615 4250839 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 7044 3416 243 26 0 3676 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28176

[startup+3.10018 s]
/proc/loadavg: 4.06 4.03 4.00 5/305 17615
/proc/meminfo: memFree=18183860/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=28176 CPUtime=3.09 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 4843 0 0 0 308 1 0 0 25 0 1 0 657536889 28852224 3426 33554432000 4194304 4300288 140736153317376 18446744073709551615 4250043 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 7044 3426 243 26 0 3676 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28176

[startup+6.30061 s]
/proc/loadavg: 4.06 4.03 4.00 5/305 17615
/proc/meminfo: memFree=18166428/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=28176 CPUtime=6.29 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 4855 0 0 0 628 1 0 0 25 0 1 0 657536889 28852224 3436 33554432000 4194304 4300288 140736153317376 18446744073709551615 4256034 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 7044 3436 243 26 0 3676 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28176

[startup+12.7005 s]
/proc/loadavg: 4.05 4.02 4.00 5/305 17616
/proc/meminfo: memFree=18134704/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=28176 CPUtime=12.69 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 4977 0 0 0 1268 1 0 0 25 0 1 0 657536889 28852224 3553 33554432000 4194304 4300288 140736153317376 18446744073709551615 4250845 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 7044 3553 243 26 0 3676 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28176

[startup+25.5012 s]
/proc/loadavg: 4.04 4.02 4.00 5/305 17616
/proc/meminfo: memFree=18038900/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=79436 CPUtime=25.49 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 16330 0 0 0 2546 3 0 0 25 0 1 0 657536889 81342464 14847 33554432000 4194304 4300288 140736153317376 18446744073709551615 4256000 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 19859 14847 243 26 0 16491 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79436

[startup+51.1006 s]
/proc/loadavg: 4.02 4.02 4.00 5/305 17617
/proc/meminfo: memFree=17929072/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=115792 CPUtime=51.09 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 45466 0 0 0 5102 7 0 0 25 0 1 0 657536889 118571008 20483 33554432000 4194304 4300288 140736153317376 18446744073709551615 4268055 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 28948 20483 243 26 0 25580 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 115792

[startup+102.301 s]
/proc/loadavg: 4.01 4.02 4.00 5/305 17618
/proc/meminfo: memFree=17775008/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=72232 CPUtime=102.3 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 100513 0 0 0 10212 18 0 0 25 0 1 0 657536889 73965568 11762 33554432000 4194304 4300288 140736153317376 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 18058 11762 243 26 0 14690 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72232

[startup+162.301 s]
/proc/loadavg: 4.04 4.03 4.00 5/305 17620
/proc/meminfo: memFree=17506636/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=177068 CPUtime=162.3 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 162404 0 0 0 16201 29 0 0 25 0 1 0 657536889 181317632 36139 33554432000 4194304 4300288 140736153317376 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 44267 36139 243 26 0 40899 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 177068

[startup+222.311 s]
/proc/loadavg: 4.01 4.02 4.00 5/305 17621
/proc/meminfo: memFree=17376888/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=80684 CPUtime=222.31 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 222708 0 0 0 22191 40 0 0 25 0 1 0 657536889 82620416 15869 33554432000 4194304 4300288 140736153317376 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 20171 15869 243 26 0 16803 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 80684

[startup+282.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/305 17623
/proc/meminfo: memFree=16938272/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=402080 CPUtime=282.3 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 280492 0 0 0 28179 51 0 0 25 0 1 0 657536889 411729920 73471 33554432000 4194304 4300288 140736153317376 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 100520 73471 243 26 0 97152 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 402080

[startup+342.301 s]
/proc/loadavg: 4.03 4.02 4.00 5/305 17624
/proc/meminfo: memFree=16954368/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=110588 CPUtime=342.3 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 342170 0 0 0 34167 63 0 0 25 0 1 0 657536889 113242112 20698 33554432000 4194304 4300288 140736153317376 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 27647 20698 243 26 0 24279 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 110588

[startup+402.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/305 17626
/proc/meminfo: memFree=16714396/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=143376 CPUtime=402.3 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 410042 0 0 0 40153 77 0 0 25 0 1 0 657536889 146817024 27317 33554432000 4194304 4300288 140736153317376 18446744073709551615 4255976 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 35844 27317 243 26 0 32476 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 143376

[startup+462.301 s]
/proc/loadavg: 4.07 4.04 4.01 5/305 17628
/proc/meminfo: memFree=16500208/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=115116 CPUtime=462.3 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 466692 0 0 0 46144 86 0 0 25 0 1 0 657536889 117878784 24526 33554432000 4194304 4300288 140736153317376 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 28779 24526 243 26 0 25411 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 115116

[startup+522.301 s]
/proc/loadavg: 4.12 4.06 4.01 5/305 17629
/proc/meminfo: memFree=16289360/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=116636 CPUtime=522.3 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 522056 0 0 0 52132 98 0 0 25 0 1 0 657536889 119435264 25271 33554432000 4194304 4300288 140736153317376 18446744073709551615 4256246 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 29159 25271 243 26 0 25791 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 116636

[startup+582.3 s]
/proc/loadavg: 4.04 4.05 4.00 5/305 17631
/proc/meminfo: memFree=15770100/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=416164 CPUtime=582.31 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 590608 0 0 0 58121 110 0 0 25 0 1 0 657536889 426151936 93594 33554432000 4194304 4300288 140736153317376 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 104041 93594 243 26 0 100673 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 416164

[startup+642.301 s]
/proc/loadavg: 3.93 4.02 3.99 4/303 17633
/proc/meminfo: memFree=17036732/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=288860 CPUtime=642.3 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 654897 0 0 0 64109 121 0 0 25 0 1 0 657536889 295792640 63155 33554432000 4194304 4300288 140736153317376 18446744073709551615 4268502 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 72215 63155 243 26 0 68847 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 288860

[startup+702.301 s]
/proc/loadavg: 3.45 3.86 3.94 4/299 17652
/proc/meminfo: memFree=16991208/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=209480 CPUtime=702.3 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 704079 0 0 0 70096 134 0 0 25 0 1 0 657536889 214507520 40131 33554432000 4194304 4300288 140736153317376 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 52370 40131 243 26 0 49002 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 209480

[startup+762.3 s]
/proc/loadavg: 3.01 3.67 3.87 3/293 17672
/proc/meminfo: memFree=18754268/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=161532 CPUtime=762.32 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 755215 0 0 0 76086 146 0 0 25 0 1 0 657536889 165408768 33631 33554432000 4194304 4300288 140736153317376 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 40383 33631 243 26 0 37015 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 161532

[startup+822.301 s]
/proc/loadavg: 1.88 3.24 3.71 2/287 17691
/proc/meminfo: memFree=20621864/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=113968 CPUtime=822.31 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 801071 0 0 0 82077 154 0 0 25 0 1 0 657536889 116703232 22053 33554432000 4194304 4300288 140736153317376 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 28492 22053 243 26 0 25124 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 113968

[startup+882.311 s]
/proc/loadavg: 1.32 2.83 3.53 2/287 17693
/proc/meminfo: memFree=20403104/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=428452 CPUtime=882.32 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 855511 0 0 0 88068 164 0 0 25 0 1 0 657536889 438734848 76261 33554432000 4194304 4300288 140736153317376 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 107113 76261 243 26 0 103745 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 428452

[startup+942.3 s]
/proc/loadavg: 1.12 2.49 3.37 2/287 17694
/proc/meminfo: memFree=20398124/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=432624 CPUtime=942.31 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 929729 0 0 0 94054 177 0 0 25 0 1 0 657536889 443006976 77426 33554432000 4194304 4300288 140736153317376 18446744073709551615 4256196 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 108156 77426 243 26 0 104788 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 432624

[startup+1002.3 s]
/proc/loadavg: 1.09 2.23 3.23 2/287 17696
/proc/meminfo: memFree=20531888/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=220868 CPUtime=1002.31 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 977300 0 0 0 100042 189 0 0 25 0 1 0 657536889 226168832 44073 33554432000 4194304 4300288 140736153317376 18446744073709551615 4256415 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 55217 44073 243 26 0 51849 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 220868

[startup+1062.3 s]
/proc/loadavg: 1.03 2.00 3.08 2/287 17698
/proc/meminfo: memFree=20578980/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=172136 CPUtime=1062.32 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 1023992 0 0 0 106032 200 0 0 25 0 1 0 657536889 176267264 33166 33554432000 4194304 4300288 140736153317376 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 43034 33166 243 26 0 39666 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 172136

[startup+1122.3 s]
/proc/loadavg: 1.01 1.82 2.95 2/287 17699
/proc/meminfo: memFree=20371272/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=438876 CPUtime=1122.32 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 1075350 0 0 0 112023 209 0 0 25 0 1 0 657536889 449409024 84342 33554432000 4194304 4300288 140736153317376 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 109719 84342 243 26 0 106351 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 438876

[startup+1182.3 s]
/proc/loadavg: 1.00 1.67 2.83 2/287 17701
/proc/meminfo: memFree=20448128/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=307564 CPUtime=1182.32 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 1128694 0 0 0 118014 218 0 0 25 0 1 0 657536889 314945536 65407 33554432000 4194304 4300288 140736153317376 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 76891 65407 243 26 0 73523 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 307564

[startup+1242.3 s]
/proc/loadavg: 1.00 1.54 2.71 2/287 17702
/proc/meminfo: memFree=20462100/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=310136 CPUtime=1242.32 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 1193191 0 0 0 124002 230 0 0 25 0 1 0 657536889 317579264 61768 33554432000 4194304 4300288 140736153317376 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 77534 61768 243 26 0 74166 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 310136



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.45 2.61 2/287 17704
/proc/meminfo: memFree=20587072/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=150836 CPUtime=1300.03 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 1243400 0 0 0 129763 240 0 0 25 0 1 0 657536889 154456064 30253 33554432000 4194304 4300288 140736153317376 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 37709 30253 243 26 0 34341 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 150836

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

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

[startup+1300 s]
/proc/loadavg: 1.00 1.45 2.61 2/287 17704
/proc/meminfo: memFree=20587072/32951124 swapFree=66457188/67111528
[pid=17614] ppid=17612 vsize=150836 CPUtime=1300.03 cores=5,7
/proc/17614/stat : 17614 (cir_minisat) R 17612 17614 17096 0 -1 4202496 1243400 0 0 0 129763 240 0 0 25 0 1 0 657536889 154456064 30253 33554432000 4194304 4300288 140736153317376 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/17614/statm: 37709 30253 243 26 0 34341 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 150836

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1297.64
CPU system time (s): 2.40763
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 663452

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

runsolver used 3.35449 second user time and 8.5367 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 13:36:27
IDJOB=3380423
IDBENCH=84223
IDSOLVER=1863
FILE ID=node132/3380423-1305459387
RUNJOBID= node132-1305458668-17367
PBS_JOBID= 13324896
Free space on /tmp= 73324 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380423-1305459387/watcher-3380423-1305459387 -o /tmp/evaluation-result-3380423-1305459387/solver-3380423-1305459387 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380423-1305459387.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=1350357611

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18206956 kB
Buffers:        300036 kB
Cached:        5945264 kB
SwapCached:       6904 kB
Active:        8002232 kB
Inactive:      6423792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18206956 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:            3096 kB
Writeback:           0 kB
AnonPages:     8179020 kB
Mapped:          20080 kB
Slab:           223472 kB
PageTables:      31244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 38241804 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= 73368 MiB
End job on node132 at 2011-05-15 13:58:09