Trace number 3380242

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.06 1300.02

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_32.renamed-as.sat05-1919.cnf
MD5SUM833432e05c2a1599e13dca28680b5df9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.3742
Satisfiable
(Un)Satisfiability was proved
Number of variables1024
Number of clauses161664
Sum of the clauses size423264
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 263584
Number of clauses of size 398016
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 564

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-3380242-1305459577/watcher-3380242-1305459577 -o /tmp/evaluation-result-3380242-1305459577/solver-3380242-1305459577 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380242-1305459577.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.01 3.99 3.56 4/359 28495
/proc/meminfo: memFree=23482164/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=20352 CPUtime=0 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 1034 0 0 0 0 0 0 0 25 0 1 0 657558193 20840448 952 33554432000 4194304 4300288 140734976095104 18446744073709551615 4279134 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 5088 952 217 26 0 1720 0

[startup+0.105155 s]
/proc/loadavg: 4.01 3.99 3.56 4/359 28495
/proc/meminfo: memFree=23482164/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=26112 CPUtime=0.1 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 3512 0 0 0 10 0 0 0 25 0 1 0 657558193 26738688 2971 33554432000 4194304 4300288 140734976095104 18446744073709551615 4228238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 6528 2971 222 26 0 3160 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 26112

[startup+0.20114 s]
/proc/loadavg: 4.01 3.99 3.56 4/359 28495
/proc/meminfo: memFree=23482164/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=26112 CPUtime=0.19 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 3532 0 0 0 19 0 0 0 25 0 1 0 657558193 26738688 2991 33554432000 4194304 4300288 140734976095104 18446744073709551615 4228656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 6528 2991 222 26 0 3160 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 26112

[startup+0.301118 s]
/proc/loadavg: 4.01 3.99 3.56 4/359 28495
/proc/meminfo: memFree=23482164/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=26312 CPUtime=0.29 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 3541 0 0 0 29 0 0 0 25 0 1 0 657558193 26943488 3000 33554432000 4194304 4300288 140734976095104 18446744073709551615 4228192 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 6578 3000 222 26 0 3210 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26312

[startup+0.701047 s]
/proc/loadavg: 4.01 3.99 3.56 4/359 28495
/proc/meminfo: memFree=23482164/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=23824 CPUtime=0.69 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 4277 0 0 0 69 0 0 0 25 0 1 0 657558193 24395776 2681 33554432000 4194304 4300288 140734976095104 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 5956 2681 239 26 0 2588 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23824

[startup+1.5009 s]
/proc/loadavg: 4.01 3.99 3.56 5/360 28496
/proc/meminfo: memFree=23467620/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=28220 CPUtime=1.49 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 4977 0 0 0 149 0 0 0 25 0 1 0 657558193 28897280 3362 33554432000 4194304 4300288 140734976095104 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 7055 3362 241 26 0 3687 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28220

[startup+3.10061 s]
/proc/loadavg: 4.01 3.99 3.56 5/360 28496
/proc/meminfo: memFree=23460800/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=32640 CPUtime=3.09 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 6224 0 0 0 308 1 0 0 25 0 1 0 657558193 33423360 4589 33554432000 4194304 4300288 140734976095104 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 8160 4589 241 26 0 4792 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32640

[startup+6.30102 s]
/proc/loadavg: 4.01 3.99 3.56 5/360 28496
/proc/meminfo: memFree=23438976/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=41172 CPUtime=6.29 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 8358 0 0 0 628 1 0 0 25 0 1 0 657558193 42160128 6694 33554432000 4194304 4300288 140734976095104 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 10293 6694 241 26 0 6925 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41172

[startup+12.7009 s]
/proc/loadavg: 4.01 3.99 3.57 5/360 28496
/proc/meminfo: memFree=23406864/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=56064 CPUtime=12.69 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 11299 0 0 0 1268 1 0 0 25 0 1 0 657558193 57409536 9585 33554432000 4194304 4300288 140734976095104 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 14016 9585 241 26 0 10648 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56064

[startup+25.5005 s]
/proc/loadavg: 4.00 3.99 3.57 5/360 28497
/proc/meminfo: memFree=23360532/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=48112 CPUtime=25.49 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 17920 0 0 0 2546 3 0 0 25 0 1 0 657558193 49266688 7048 33554432000 4194304 4300288 140734976095104 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 12028 7048 241 26 0 8660 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48112

[startup+51.1008 s]
/proc/loadavg: 4.00 3.99 3.58 5/360 28497
/proc/meminfo: memFree=23226324/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=82860 CPUtime=51.09 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 26818 0 0 0 5104 5 0 0 25 0 1 0 657558193 84848640 15795 33554432000 4194304 4300288 140734976095104 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 20715 15795 241 26 0 17347 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82860

[startup+102.3 s]
/proc/loadavg: 4.07 4.00 3.61 5/360 28527
/proc/meminfo: memFree=24933528/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=57628 CPUtime=102.31 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 45236 0 0 0 10222 9 0 0 25 0 1 0 657558193 59011072 10013 33554432000 4194304 4300288 140734976095104 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 14407 10013 241 26 0 11039 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 57628

[startup+162.301 s]
/proc/loadavg: 4.08 4.02 3.63 5/360 28528
/proc/meminfo: memFree=24735156/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=73668 CPUtime=162.29 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 63132 0 0 0 16217 12 0 0 25 0 1 0 657558193 75436032 14143 33554432000 4194304 4300288 140734976095104 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 18417 14143 241 26 0 15049 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 73668

[startup+222.314 s]
/proc/loadavg: 4.03 4.01 3.65 5/360 28557
/proc/meminfo: memFree=24445960/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=81540 CPUtime=222.31 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 79122 0 0 0 22213 18 0 0 25 0 1 0 657558193 83496960 15176 33554432000 4194304 4300288 140734976095104 18446744073709551615 4269704 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 20385 15176 241 26 0 17017 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 81540

[startup+282.301 s]
/proc/loadavg: 4.01 4.00 3.67 5/360 28559
/proc/meminfo: memFree=24196800/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=83540 CPUtime=282.3 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 94835 0 0 0 28206 24 0 0 25 0 1 0 657558193 85544960 15368 33554432000 4194304 4300288 140734976095104 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 20885 15368 241 26 0 17517 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 83540

[startup+342.301 s]
/proc/loadavg: 4.12 4.03 3.70 5/360 28560
/proc/meminfo: memFree=23946408/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=136420 CPUtime=342.3 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 105915 0 0 0 34202 28 0 0 25 0 1 0 657558193 139694080 26247 33554432000 4194304 4300288 140734976095104 18446744073709551615 4256200 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 34105 26247 241 26 0 30737 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 136420

[startup+402.301 s]
/proc/loadavg: 4.04 4.02 3.72 5/360 28562
/proc/meminfo: memFree=23778416/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=138400 CPUtime=402.3 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 121193 0 0 0 40197 33 0 0 25 0 1 0 657558193 141721600 24884 33554432000 4194304 4300288 140734976095104 18446744073709551615 4256286 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 34600 24884 241 26 0 31232 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 138400

[startup+462.301 s]
/proc/loadavg: 4.01 4.02 3.73 5/360 28563
/proc/meminfo: memFree=23642312/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=109916 CPUtime=462.3 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 136146 0 0 0 46192 38 0 0 25 0 1 0 657558193 112553984 22120 33554432000 4194304 4300288 140734976095104 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 27479 22120 241 26 0 24111 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 109916

[startup+522.301 s]
/proc/loadavg: 4.00 4.01 3.74 5/360 28565
/proc/meminfo: memFree=23430652/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=144552 CPUtime=522.31 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 145013 0 0 0 52191 40 0 0 25 0 1 0 657558193 148021248 30843 33554432000 4194304 4300288 140734976095104 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 36138 30843 241 26 0 32770 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 144552

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.76 5/360 28567
/proc/meminfo: memFree=23302712/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=148252 CPUtime=582.31 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 160474 0 0 0 58185 46 0 0 25 0 1 0 657558193 151810048 27189 33554432000 4194304 4300288 140734976095104 18446744073709551615 4255974 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 37063 27189 241 26 0 33695 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 148252

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.77 5/360 28568
/proc/meminfo: memFree=23192936/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=118428 CPUtime=642.31 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 175266 0 0 0 64182 49 0 0 25 0 1 0 657558193 121270272 22973 33554432000 4194304 4300288 140734976095104 18446744073709551615 4255873 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 29607 22973 241 26 0 26239 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 118428

[startup+702.301 s]
/proc/loadavg: 4.08 4.03 3.79 5/360 28570
/proc/meminfo: memFree=23081604/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=83024 CPUtime=702.32 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 187841 0 0 0 70178 54 0 0 25 0 1 0 657558193 85016576 16098 33554432000 4194304 4300288 140734976095104 18446744073709551615 4269708 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 20756 16098 241 26 0 17388 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 83024

[startup+762.301 s]
/proc/loadavg: 4.03 4.02 3.80 5/360 28571
/proc/meminfo: memFree=22866984/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=152864 CPUtime=762.32 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 200706 0 0 0 76175 57 0 0 25 0 1 0 657558193 156532736 28703 33554432000 4194304 4300288 140734976095104 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 38216 28703 241 26 0 34848 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 152864

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.81 5/360 28573
/proc/meminfo: memFree=22750960/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=123040 CPUtime=822.31 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 214935 0 0 0 82169 62 0 0 25 0 1 0 657558193 125992960 23749 33554432000 4194304 4300288 140734976095104 18446744073709551615 4256031 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 30760 23749 241 26 0 27392 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 123040

[startup+882.314 s]
/proc/loadavg: 4.11 4.04 3.83 5/360 28575
/proc/meminfo: memFree=22552572/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=207796 CPUtime=882.33 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 227671 0 0 0 88165 68 0 0 25 0 1 0 657558193 212783104 36277 33554432000 4194304 4300288 140734976095104 18446744073709551615 4256034 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 51949 36277 241 26 0 48581 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 207796

[startup+942.301 s]
/proc/loadavg: 4.07 4.05 3.84 5/360 28576
/proc/meminfo: memFree=22425080/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=127988 CPUtime=942.31 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 241726 0 0 0 94158 73 0 0 25 0 1 0 657558193 131059712 26877 33554432000 4194304 4300288 140734976095104 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 31997 26877 241 26 0 28629 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 127988

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.85 5/360 28578
/proc/meminfo: memFree=22218352/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=210128 CPUtime=1002.32 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 250838 0 0 0 100155 77 0 0 25 0 1 0 657558193 215171072 35834 33554432000 4194304 4300288 140734976095104 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 52532 35834 241 26 0 49164 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 210128

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 3.85 5/360 28579
/proc/meminfo: memFree=22102268/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=161676 CPUtime=1062.33 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 266401 0 0 0 106151 82 0 0 25 0 1 0 657558193 165556224 30171 33554432000 4194304 4300288 140734976095104 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 40419 30171 241 26 0 37051 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 161676

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.86 5/360 28581
/proc/meminfo: memFree=21996968/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=94344 CPUtime=1122.32 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 277386 0 0 0 112146 86 0 0 25 0 1 0 657558193 96608256 19035 33554432000 4194304 4300288 140734976095104 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 23586 19035 241 26 0 20218 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 94344

[startup+1182.3 s]
/proc/loadavg: 4.13 4.05 3.88 5/360 28583
/proc/meminfo: memFree=21811932/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=164392 CPUtime=1182.33 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 288805 0 0 0 118143 90 0 0 25 0 1 0 657558193 168337408 30235 33554432000 4194304 4300288 140734976095104 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 41098 30235 241 26 0 37730 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 164392

[startup+1242.3 s]
/proc/loadavg: 3.72 3.95 3.86 4/354 28602
/proc/meminfo: memFree=23566684/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=105540 CPUtime=1242.33 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 299459 0 0 0 124138 95 0 0 25 0 1 0 657558193 108072960 21258 33554432000 4194304 4300288 140734976095104 18446744073709551615 4268418 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 26385 21258 241 26 0 23017 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 105540



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.26 3.78 3.80 4/354 28613
/proc/meminfo: memFree=23455756/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=169228 CPUtime=1300.04 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 310693 0 0 0 129904 100 0 0 25 0 1 0 657558193 173289472 32274 33554432000 4194304 4300288 140734976095104 18446744073709551615 4268564 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 42307 32274 241 26 0 38939 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 169228

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: 3.26 3.78 3.80 4/354 28613
/proc/meminfo: memFree=23455756/32951124 swapFree=40554400/67111528
[pid=28495] ppid=28493 vsize=169228 CPUtime=1300.04 cores=5,7
/proc/28495/stat : 28495 (cir_minisat) R 28493 28495 27741 0 -1 4202496 310693 0 0 0 129904 100 0 0 25 0 1 0 657558193 173289472 32274 33554432000 4194304 4300288 140734976095104 18446744073709551615 4268564 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28495/statm: 42307 32274 241 26 0 38939 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 169228

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.05
CPU system time (s): 1.00585
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 213076

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

runsolver used 4.5773 second user time and 10.6234 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 13:39:37
IDJOB=3380242
IDBENCH=85975
IDSOLVER=1863
FILE ID=node104/3380242-1305459577
RUNJOBID= node104-1305458364-28181
PBS_JOBID= 13324887
Free space on /tmp= 73320 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_32.renamed-as.sat05-1919.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380242-1305459577/watcher-3380242-1305459577 -o /tmp/evaluation-result-3380242-1305459577/solver-3380242-1305459577 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380242-1305459577.cnf

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

MD5SUM BENCH= 833432e05c2a1599e13dca28680b5df9
RANDOM SEED=229143639

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23482320 kB
Buffers:        314032 kB
Cached:        2621024 kB
SwapCached:     122128 kB
Active:        3190036 kB
Inactive:      6000952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23482320 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           67064 kB
Writeback:           0 kB
AnonPages:     6146404 kB
Mapped:          11396 kB
Slab:           123228 kB
PageTables:      89132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77063236 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= 73332 MiB
End job on node104 at 2011-05-15 14:01:20