Trace number 3376944

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
QuteRSat 2011-05-12 (fixed)? (TO) 1300.06 1300.02

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark473.18
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.00/0.01	c Set FPU double precision.
0.09/0.16	c Parse Cnf success: #var: 1225 #clause: 211785
0.09/0.16	c Find Units :          0
0.09/0.16	c Find Invs  :          0
0.09/0.18	c Find Ands  :       2450 AvgFaninNum: 34
0.09/0.19	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.19	c Find Ite   :          0
0.19/0.25	c UnDirect variable: 0
0.19/0.25	c UnDirect to Direct Gate: 0
0.19/0.25	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.25	c Break Cycle : 1158
0.19/0.25	c Total Root : 0 Undef Var: 1158
0.19/0.25	c After covering, Total Root: 19 Leaf: 1158
0.19/0.25	c Variable( cover/uncovered/unused ): 1225 0 0
0.19/0.25	c Unit Clauses: 0
0.19/0.25	c Binary Clauses( cover/uncovered ): 2278 39477
0.19/0.25	c Clauses( cover/uncovered ): 67 128313
0.19/0.25	c Total Clauses( cover/uncovered ): 2345 167790 1.37832%
0.19/0.25	c Covered Ands: 67 Invs: 0 Xors: 0 Ites: 0
0.29/0.39	c Uncover Clauses avg size: 2.7653 max size: 35
0.39/0.40	c Final circuit: i/l/o/s    1158       0  165634    291093
0.39/0.40	c CnfToAig: Time: 0.39 s
0.49/0.56	c TmMap: Set choices finish.
0.59/0.66	c TmMap: Set big and: 165697
0.59/0.66	c TmMap: Origin: 292252 ClauseNum: 873279 --> New: 166856 ClauseNum: 624771
0.59/0.66	c TmMap: Time: 0.13
0.69/0.70	c Try to Add: #clause: 331394 #xorclause: 0
0.69/0.73	c #var: 1225 #clauses: 125508 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3376944-1305476044/watcher-3376944-1305476044 -o /tmp/evaluation-result-3376944-1305476044/solver-3376944-1305476044 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376944-1305476044.cnf 162612802 

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: 0.94 1.79 2.87 3/351 31402
/proc/meminfo: memFree=25003964/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=34412 CPUtime=0 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 2235 0 0 0 0 0 0 0 21 0 1 0 659204875 35237888 2171 33554432000 4194304 6014671 140737267400480 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 8603 2171 378 445 0 2148 0

[startup+0.023372 s]
/proc/loadavg: 0.94 1.79 2.87 3/351 31402
/proc/meminfo: memFree=25003964/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=36460 CPUtime=0.01 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 2973 0 0 0 1 0 0 0 21 0 1 0 659204875 37335040 2909 33554432000 4194304 6014671 140737267400480 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 9115 2909 378 445 0 2660 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 36460

[startup+0.100357 s]
/proc/loadavg: 0.94 1.79 2.87 3/351 31402
/proc/meminfo: memFree=25003964/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=52972 CPUtime=0.09 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 6886 0 0 0 8 1 0 0 21 0 1 0 659204875 54243328 6822 33554432000 4194304 6014671 140737267400480 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 13243 6822 378 445 0 6788 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52972

[startup+0.300322 s]
/proc/loadavg: 0.94 1.79 2.87 3/351 31402
/proc/meminfo: memFree=25003964/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=63212 CPUtime=0.29 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 9692 0 0 0 28 1 0 0 22 0 1 0 659204875 64729088 9628 33554432000 4194304 6014671 140737267400480 18446744073709551615 4276261 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 15803 9628 398 445 0 9348 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63212

[startup+0.70025 s]
/proc/loadavg: 0.94 1.79 2.87 3/351 31402
/proc/meminfo: memFree=25003964/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=138456 CPUtime=0.69 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 27592 0 0 0 66 3 0 0 24 0 1 0 659204875 141778944 27528 33554432000 4194304 6014671 140737267400480 18446744073709551615 4240209 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 34614 27528 681 445 0 28159 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 138456

[startup+1.50111 s]
/proc/loadavg: 0.94 1.79 2.87 4/355 31436
/proc/meminfo: memFree=24724308/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=138456 CPUtime=1.49 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 27612 0 0 0 146 3 0 0 25 0 1 0 659204875 141778944 27548 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423643 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 34614 27548 701 445 0 28159 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 138456

[startup+3.10081 s]
/proc/loadavg: 0.94 1.79 2.87 5/357 31440
/proc/meminfo: memFree=24693716/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=138456 CPUtime=3.09 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 27633 0 0 0 306 3 0 0 25 0 1 0 659204875 141778944 27569 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 34614 27569 721 445 0 28159 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 138456

[startup+6.30022 s]
/proc/loadavg: 1.27 1.84 2.88 5/355 31440
/proc/meminfo: memFree=24579624/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=138456 CPUtime=6.29 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 27633 0 0 0 626 3 0 0 25 0 1 0 659204875 141778944 27569 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 34614 27569 721 445 0 28159 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 138456

[startup+12.7011 s]
/proc/loadavg: 1.56 1.90 2.89 5/360 31446
/proc/meminfo: memFree=24082368/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=138456 CPUtime=12.7 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 27638 0 0 0 1267 3 0 0 25 0 1 0 659204875 141778944 27574 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 34614 27574 726 445 0 28159 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 138456

[startup+25.5007 s]
/proc/loadavg: 2.10 2.00 2.91 5/360 31447
/proc/meminfo: memFree=23713852/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=151092 CPUtime=25.49 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 28866 0 0 0 2546 3 0 0 25 0 1 0 659204875 154718208 28802 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 37773 28802 726 445 0 31318 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 151092

[startup+51.101 s]
/proc/loadavg: 2.75 2.16 2.93 5/360 31448
/proc/meminfo: memFree=23560932/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=151092 CPUtime=51.09 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 29335 0 0 0 5106 3 0 0 25 0 1 0 659204875 154718208 29271 33554432000 4194304 6014671 140737267400480 18446744073709551615 4376978 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 37773 29271 726 445 0 31318 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 151092

[startup+102.314 s]
/proc/loadavg: 3.46 2.44 2.99 5/360 31449
/proc/meminfo: memFree=22910412/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=151092 CPUtime=102.31 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 29548 0 0 0 10228 3 0 0 25 0 1 0 659204875 154718208 29484 33554432000 4194304 6014671 140737267400480 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 37773 29484 726 445 0 31318 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 151092

[startup+162.301 s]
/proc/loadavg: 3.80 2.72 3.05 5/360 31450
/proc/meminfo: memFree=22761576/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=188812 CPUtime=162.3 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 33856 0 0 0 16226 4 0 0 25 0 1 0 659204875 193343488 33792 33554432000 4194304 6014671 140737267400480 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 47203 33792 726 445 0 40748 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 188812

[startup+222.301 s]
/proc/loadavg: 3.92 2.95 3.10 6/360 31452
/proc/meminfo: memFree=22705120/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=188812 CPUtime=222.3 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 35184 0 0 0 22226 4 0 0 25 0 1 0 659204875 193343488 35120 33554432000 4194304 6014671 140737267400480 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 47203 35120 726 445 0 40748 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 188812

[startup+282.301 s]
/proc/loadavg: 4.04 3.16 3.16 5/360 31454
/proc/meminfo: memFree=22713768/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=188812 CPUtime=282.3 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 36131 0 0 0 28226 4 0 0 25 0 1 0 659204875 193343488 36067 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423483 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 47203 36067 726 445 0 40748 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 188812

[startup+342.301 s]
/proc/loadavg: 4.09 3.34 3.22 5/360 31455
/proc/meminfo: memFree=22632252/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=188812 CPUtime=342.3 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 36238 0 0 0 34226 4 0 0 25 0 1 0 659204875 193343488 36174 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423533 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 47203 36174 726 445 0 40748 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 188812

[startup+402.301 s]
/proc/loadavg: 4.07 3.47 3.27 5/360 31457
/proc/meminfo: memFree=22598836/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=188812 CPUtime=402.3 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 36693 0 0 0 40226 4 0 0 25 0 1 0 659204875 193343488 36629 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423501 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 47203 36629 726 445 0 40748 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 188812

[startup+462.301 s]
/proc/loadavg: 3.61 3.45 3.28 4/354 31475
/proc/meminfo: memFree=22778744/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=188812 CPUtime=462.31 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 37033 0 0 0 46227 4 0 0 25 0 1 0 659204875 193343488 36959 33554432000 4194304 6014671 140737267400480 18446744073709551615 4633312 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 47203 36959 726 445 0 40748 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 188812

[startup+522.301 s]
/proc/loadavg: 3.29 3.38 3.26 4/354 31477
/proc/meminfo: memFree=21919388/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=241916 CPUtime=522.31 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 41375 0 0 0 52226 5 0 0 25 0 1 0 659204875 247721984 38004 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 60479 38004 726 445 0 54024 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 241916

[startup+582.301 s]
/proc/loadavg: 3.10 3.31 3.25 4/354 31479
/proc/meminfo: memFree=21810864/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=241916 CPUtime=582.31 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 47681 0 0 0 58225 6 0 0 25 0 1 0 659204875 247721984 44310 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 60479 44310 726 445 0 54024 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 241916

[startup+642.301 s]
/proc/loadavg: 3.04 3.25 3.23 4/354 31480
/proc/meminfo: memFree=21733800/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=296716 CPUtime=642.32 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 54929 0 0 0 64225 7 0 0 25 0 1 0 659204875 303837184 51558 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 74179 51558 726 445 0 67724 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 296716

[startup+702.301 s]
/proc/loadavg: 2.52 3.08 3.17 3/348 31499
/proc/meminfo: memFree=24602148/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=296716 CPUtime=702.31 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 55917 0 0 0 70224 7 0 0 25 0 1 0 659204875 303837184 52546 33554432000 4194304 6014671 140737267400480 18446744073709551615 4376474 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 74179 52546 726 445 0 67724 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 296716

[startup+762.313 s]
/proc/loadavg: 2.19 2.88 3.09 3/348 31501
/proc/meminfo: memFree=24596152/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=352100 CPUtime=762.32 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 57406 0 0 0 76225 7 0 0 25 0 1 0 659204875 360550400 54035 33554432000 4194304 6014671 140737267400480 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 88025 54035 726 445 0 81570 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 352100

[startup+822.3 s]
/proc/loadavg: 2.07 2.72 3.02 3/348 31502
/proc/meminfo: memFree=24586932/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=407768 CPUtime=822.31 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 57407 0 0 0 82224 7 0 0 25 0 1 0 659204875 417554432 54036 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 101942 54036 726 445 0 95487 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 407768

[startup+882.3 s]
/proc/loadavg: 2.14 2.61 2.97 3/348 31504
/proc/meminfo: memFree=24547348/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=407768 CPUtime=882.31 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 57911 0 0 0 88224 7 0 0 25 0 1 0 659204875 417554432 54540 33554432000 4194304 6014671 140737267400480 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 101942 54540 726 445 0 95487 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 407768

[startup+942.3 s]
/proc/loadavg: 2.05 2.50 2.90 3/348 31505
/proc/meminfo: memFree=24549292/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=407768 CPUtime=942.31 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 58395 0 0 0 94224 7 0 0 25 0 1 0 659204875 417554432 55024 33554432000 4194304 6014671 140737267400480 18446744073709551615 4372207 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 101942 55024 726 445 0 95487 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 407768

[startup+1002.3 s]
/proc/loadavg: 2.02 2.41 2.84 3/348 31507
/proc/meminfo: memFree=24549372/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=407768 CPUtime=1002.32 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 58396 0 0 0 100225 7 0 0 25 0 1 0 659204875 417554432 55025 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 101942 55025 726 445 0 95487 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 407768

[startup+1062.3 s]
/proc/loadavg: 2.00 2.33 2.79 3/348 31508
/proc/meminfo: memFree=24549336/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=407768 CPUtime=1062.32 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 58400 0 0 0 106225 7 0 0 25 0 1 0 659204875 417554432 55029 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 101942 55029 726 445 0 95487 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 407768

[startup+1122.3 s]
/proc/loadavg: 2.03 2.28 2.74 3/348 31510
/proc/meminfo: memFree=24549428/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=407768 CPUtime=1122.32 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 58400 0 0 0 112225 7 0 0 25 0 1 0 659204875 417554432 55029 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 101942 55029 726 445 0 95487 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 407768

[startup+1182.3 s]
/proc/loadavg: 2.01 2.23 2.69 3/348 31512
/proc/meminfo: memFree=24545064/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=407768 CPUtime=1182.33 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 59458 0 0 0 118225 8 0 0 25 0 1 0 659204875 417554432 56087 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 101942 56087 726 445 0 95487 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 407768

[startup+1242.3 s]
/proc/loadavg: 2.00 2.18 2.64 3/348 31513
/proc/meminfo: memFree=24543636/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=407768 CPUtime=1242.33 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 59458 0 0 0 124225 8 0 0 25 0 1 0 659204875 417554432 56087 33554432000 4194304 6014671 140737267400480 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 101942 56087 726 445 0 95487 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 407768



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.15 2.60 3/348 31515
/proc/meminfo: memFree=24543832/32951124 swapFree=40554400/67111528
[pid=31402] ppid=31400 vsize=407768 CPUtime=1300.04 cores=5,7
/proc/31402/stat : 31402 (qutersat_releas) R 31400 31402 30047 0 -1 4202496 59458 0 0 0 129996 8 0 0 25 0 1 0 659204875 417554432 56087 33554432000 4194304 6014671 140737267400480 18446744073709551615 4385694 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/31402/statm: 101942 56087 726 445 0 95487 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 407768

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

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

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.97
CPU system time (s): 0.093985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 407768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59462
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= 8
involuntary context switches= 15990

runsolver used 4.26235 second user time and 9.98048 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 18:14:04
IDJOB=3376944
IDBENCH=85987
IDSOLVER=1856
FILE ID=node104/3376944-1305476044
RUNJOBID= node104-1305476044-31379
PBS_JOBID= 13325307
Free space on /tmp= 73420 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_35.renamed-as.sat05-1921.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376944-1305476044/watcher-3376944-1305476044 -o /tmp/evaluation-result-3376944-1305476044/solver-3376944-1305476044 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376944-1305476044.cnf 162612802

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=162612802

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:      25004988 kB
Buffers:        321284 kB
Cached:        3099952 kB
SwapCached:     122128 kB
Active:        1263388 kB
Inactive:      6403896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25004988 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:            8564 kB
Writeback:           0 kB
AnonPages:     4136456 kB
Mapped:          11264 kB
Slab:           129788 kB
PageTables:      85292 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74870512 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= 73420 MiB
End job on node104 at 2011-05-15 18:35:46