Trace number 3384501

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) 5000.07 5000.03

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 benchmark1761.96
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.00	c Set FPU double precision.
0.09/0.15	c Parse Cnf success: #var: 1225 #clause: 211785
0.09/0.15	c Find Units :          0
0.09/0.15	c Find Invs  :          0
0.09/0.17	c Find Ands  :       2450 AvgFaninNum: 34
0.09/0.17	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.18	c Find Ite   :          0
0.18/0.23	c UnDirect variable: 0
0.18/0.23	c UnDirect to Direct Gate: 0
0.18/0.23	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.18/0.23	c Break Cycle : 1158
0.18/0.23	c Total Root : 0 Undef Var: 1158
0.18/0.23	c After covering, Total Root: 19 Leaf: 1158
0.18/0.23	c Variable( cover/uncovered/unused ): 1225 0 0
0.18/0.23	c Unit Clauses: 0
0.18/0.23	c Binary Clauses( cover/uncovered ): 2278 39477
0.18/0.23	c Clauses( cover/uncovered ): 67 128313
0.18/0.23	c Total Clauses( cover/uncovered ): 2345 167790 1.37832%
0.18/0.23	c Covered Ands: 67 Invs: 0 Xors: 0 Ites: 0
0.28/0.37	c Uncover Clauses avg size: 2.7653 max size: 35
0.28/0.37	c Final circuit: i/l/o/s    1158       0  165634    291093
0.28/0.37	c CnfToAig: Time: 0.37 s
0.48/0.54	c TmMap: Set choices finish.
0.59/0.64	c TmMap: Set big and: 165697
0.59/0.64	c TmMap: Origin: 292252 ClauseNum: 873279 --> New: 166856 ClauseNum: 624771
0.59/0.64	c TmMap: Time: 0.11
0.59/0.68	c Try to Add: #clause: 331394 #xorclause: 0
0.68/0.71	c #var: 1225 #clauses: 125508 Solving... 
5000.03/5000.01	c Time Out !!
5000.03/5000.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-3384501-1305555213/watcher-3384501-1305555213 -o /tmp/evaluation-result-3384501-1305555213/solver-3384501-1305555213 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384501-1305555213.cnf 1382796687 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.98 1.13 2/436 6081
/proc/meminfo: memFree=25310496/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 1810 0 0 0 0 0 0 0 21 0 1 0 667119309 33140736 1746 33554432000 4194304 6014671 140736447356800 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6081/statm: 8091 1748 378 445 0 1636 0

[startup+0.0768221 s]
/proc/loadavg: 0.85 0.98 1.13 2/436 6081
/proc/meminfo: memFree=25310496/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=49772 CPUtime=0.06 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 6299 0 0 0 6 0 0 0 21 0 1 0 667119309 50966528 6235 33554432000 4194304 6014671 140736447356800 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6081/statm: 12443 6237 378 445 0 5988 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 49772

[startup+0.100819 s]
/proc/loadavg: 0.85 0.98 1.13 2/436 6081
/proc/meminfo: memFree=25310496/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=61164 CPUtime=0.09 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 8160 0 0 0 9 0 0 0 21 0 1 0 667119309 62631936 8096 33554432000 4194304 6014671 140736447356800 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6081/statm: 15291 8123 378 445 0 8836 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61164

[startup+0.300787 s]
/proc/loadavg: 0.85 0.98 1.13 2/436 6081
/proc/meminfo: memFree=25310496/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=69356 CPUtime=0.28 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 11188 0 0 0 28 0 0 0 22 0 1 0 667119309 71020544 11124 33554432000 4194304 6014671 140736447356800 18446744073709551615 4315483 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6081/statm: 17339 11124 398 445 0 10884 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 69356

[startup+0.700715 s]
/proc/loadavg: 0.85 0.98 1.13 2/436 6081
/proc/meminfo: memFree=25310496/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=138456 CPUtime=0.68 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 27602 0 0 0 66 2 0 0 23 0 1 0 667119309 141778944 27538 33554432000 4194304 6014671 140736447356800 18446744073709551615 4241016 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6081/statm: 34614 27538 691 445 0 28159 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 138456

[startup+1.50058 s]
/proc/loadavg: 0.85 0.98 1.13 3/437 6082
/proc/meminfo: memFree=25143412/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=138456 CPUtime=1.48 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 27612 0 0 0 146 2 0 0 25 0 1 0 667119309 141778944 27548 33554432000 4194304 6014671 140736447356800 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6081/statm: 34614 27548 701 445 0 28159 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 138456

[startup+3.1003 s]
/proc/loadavg: 0.85 0.98 1.13 3/437 6082
/proc/meminfo: memFree=25142552/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=138456 CPUtime=3.08 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 27633 0 0 0 306 2 0 0 25 0 1 0 667119309 141778944 27569 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423483 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6081/statm: 34614 27569 721 445 0 28159 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 138456

[startup+6.30074 s]
/proc/loadavg: 0.94 1.00 1.13 3/437 6082
/proc/meminfo: memFree=25142064/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=138456 CPUtime=6.28 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 27633 0 0 0 626 2 0 0 25 0 1 0 667119309 141778944 27569 33554432000 4194304 6014671 140736447356800 18446744073709551615 4376474 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6081/statm: 34614 27569 721 445 0 28159 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 138456

[startup+12.7006 s]
/proc/loadavg: 1.02 1.02 1.14 3/437 6082
/proc/meminfo: memFree=25140728/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=138456 CPUtime=12.68 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 27638 0 0 0 1266 2 0 0 25 0 1 0 667119309 141778944 27574 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6081/statm: 34614 27574 726 445 0 28159 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 138456

[startup+25.5004 s]
/proc/loadavg: 1.24 1.06 1.15 3/437 6082
/proc/meminfo: memFree=25130460/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=151160 CPUtime=25.48 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 28932 0 0 0 2546 2 0 0 25 0 1 0 667119309 154787840 28868 33554432000 4194304 6014671 140736447356800 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6081/statm: 37790 28868 726 445 0 31335 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 151160

[startup+51.1009 s]
/proc/loadavg: 1.50 1.14 1.17 3/437 6083
/proc/meminfo: memFree=25115152/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=151160 CPUtime=51.09 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 29364 0 0 0 5106 3 0 0 25 0 1 0 667119309 154787840 29300 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/6081/statm: 37790 29300 726 445 0 31335 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 151160

[startup+102.316 s]
/proc/loadavg: 1.93 1.30 1.22 3/437 6085
/proc/meminfo: memFree=25098352/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=163712 CPUtime=102.25 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 29826 0 0 0 10222 3 0 0 25 0 1 0 667119309 167641088 29762 33554432000 4194304 6014671 140736447356800 18446744073709551615 4535385 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 40928 29762 726 445 0 34473 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 163712

[startup+162.3 s]
/proc/loadavg: 2.18 1.48 1.29 3/437 6086
/proc/meminfo: memFree=25088148/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=163712 CPUtime=162.23 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 30221 0 0 0 16220 3 0 0 25 0 1 0 667119309 167641088 30157 33554432000 4194304 6014671 140736447356800 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 40928 30157 726 445 0 34473 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 163712

[startup+222.301 s]
/proc/loadavg: 2.07 1.58 1.33 3/437 6088
/proc/meminfo: memFree=25048056/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=176540 CPUtime=222.23 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 36106 0 0 0 22220 3 0 0 25 0 1 0 667119309 180776960 36042 33554432000 4194304 6014671 140736447356800 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 44135 36042 726 445 0 37680 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 176540

[startup+282.3 s]
/proc/loadavg: 2.02 1.65 1.37 3/437 6089
/proc/meminfo: memFree=25027432/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=189876 CPUtime=282.24 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 38888 0 0 0 28220 4 0 0 25 0 1 0 667119309 194433024 38824 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 47469 38824 726 445 0 41014 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 189876

[startup+342.301 s]
/proc/loadavg: 2.01 1.71 1.41 3/437 6118
/proc/meminfo: memFree=24277888/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=215732 CPUtime=342.23 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 41646 0 0 0 34219 4 0 0 25 0 1 0 667119309 220909568 41582 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423631 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 53933 41582 726 445 0 47478 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 215732

[startup+402.3 s]
/proc/loadavg: 2.11 1.79 1.45 3/437 6120
/proc/meminfo: memFree=23692332/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=215732 CPUtime=402.23 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 42013 0 0 0 40219 4 0 0 25 0 1 0 667119309 220909568 41946 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 53933 41946 726 445 0 47478 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 215732

[startup+462.301 s]
/proc/loadavg: 2.09 1.84 1.49 3/437 6148
/proc/meminfo: memFree=24764880/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=268832 CPUtime=462.24 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 42331 0 0 0 46220 4 0 0 25 0 1 0 667119309 275283968 42195 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423498 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 67208 42195 738 445 0 60753 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 268832

[startup+522.301 s]
/proc/loadavg: 1.75 1.80 1.50 2/431 6194
/proc/meminfo: memFree=25098980/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=268832 CPUtime=522.24 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 50689 0 0 0 52219 5 0 0 25 0 1 0 667119309 275283968 50326 33554432000 4194304 6014671 140736447356800 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 67208 50326 738 445 0 60753 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 268832

[startup+582.301 s]
/proc/loadavg: 1.27 1.65 1.46 2/431 6195
/proc/meminfo: memFree=25093844/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=268832 CPUtime=582.24 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 51862 0 0 0 58218 6 0 0 25 0 1 0 667119309 275283968 51499 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 67208 51499 738 445 0 60753 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 268832

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6299
/proc/meminfo: memFree=24949464/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4002.31 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99687 0 0 0 400214 17 0 0 25 0 1 0 667119309 687423488 86927 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86927 726 445 0 161373 0
Current children cumulated CPU time (s) 4002.31
Current children cumulated vsize (KiB) 671312

[startup+4062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6300
/proc/meminfo: memFree=24949424/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4062.33 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99687 0 0 0 406216 17 0 0 25 0 1 0 667119309 687423488 86927 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86927 726 445 0 161373 0
Current children cumulated CPU time (s) 4062.33
Current children cumulated vsize (KiB) 671312

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6302
/proc/meminfo: memFree=24948516/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4122.31 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99687 0 0 0 412214 17 0 0 25 0 1 0 667119309 687423488 86927 33554432000 4194304 6014671 140736447356800 18446744073709551615 4376978 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86927 726 445 0 161373 0
Current children cumulated CPU time (s) 4122.31
Current children cumulated vsize (KiB) 671312

[startup+4182.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/431 6303
/proc/meminfo: memFree=24948364/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4182.32 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99687 0 0 0 418215 17 0 0 25 0 1 0 667119309 687423488 86927 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86927 726 445 0 161373 0
Current children cumulated CPU time (s) 4182.32
Current children cumulated vsize (KiB) 671312

[startup+4242.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/431 6305
/proc/meminfo: memFree=24948448/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4242.32 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99687 0 0 0 424215 17 0 0 25 0 1 0 667119309 687423488 86927 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86927 726 445 0 161373 0
Current children cumulated CPU time (s) 4242.32
Current children cumulated vsize (KiB) 671312

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6307
/proc/meminfo: memFree=24948416/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4302.32 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99687 0 0 0 430215 17 0 0 25 0 1 0 667119309 687423488 86927 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423498 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86927 726 445 0 161373 0
Current children cumulated CPU time (s) 4302.32
Current children cumulated vsize (KiB) 671312

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6308
/proc/meminfo: memFree=24949496/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4362.31 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99694 0 0 0 436214 17 0 0 25 0 1 0 667119309 687423488 86934 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423533 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86934 726 445 0 161373 0
Current children cumulated CPU time (s) 4362.31
Current children cumulated vsize (KiB) 671312

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6310
/proc/meminfo: memFree=24949096/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4422.32 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99694 0 0 0 442215 17 0 0 25 0 1 0 667119309 687423488 86934 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86934 726 445 0 161373 0
Current children cumulated CPU time (s) 4422.32
Current children cumulated vsize (KiB) 671312

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6311
/proc/meminfo: memFree=24948944/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4482.32 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99694 0 0 0 448215 17 0 0 25 0 1 0 667119309 687423488 86934 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86934 726 445 0 161373 0
Current children cumulated CPU time (s) 4482.32
Current children cumulated vsize (KiB) 671312

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6313
/proc/meminfo: memFree=24948904/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4542.32 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99701 0 0 0 454215 17 0 0 25 0 1 0 667119309 687423488 86941 33554432000 4194304 6014671 140736447356800 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86941 726 445 0 161373 0
Current children cumulated CPU time (s) 4542.32
Current children cumulated vsize (KiB) 671312

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6315
/proc/meminfo: memFree=24947748/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4602.32 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99701 0 0 0 460215 17 0 0 25 0 1 0 667119309 687423488 86941 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86941 726 445 0 161373 0
Current children cumulated CPU time (s) 4602.32
Current children cumulated vsize (KiB) 671312

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6316
/proc/meminfo: memFree=24947840/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4662.32 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99709 0 0 0 466215 17 0 0 25 0 1 0 667119309 687423488 86949 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86949 726 445 0 161373 0
Current children cumulated CPU time (s) 4662.32
Current children cumulated vsize (KiB) 671312

[startup+4722.32 s]
/proc/loadavg: 1.05 1.01 1.00 2/431 6318
/proc/meminfo: memFree=24948676/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4722.34 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99710 0 0 0 472217 17 0 0 25 0 1 0 667119309 687423488 86950 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86950 726 445 0 161373 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 671312

[startup+4782.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/431 6319
/proc/meminfo: memFree=24948892/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4782.32 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99715 0 0 0 478215 17 0 0 25 0 1 0 667119309 687423488 86955 33554432000 4194304 6014671 140736447356800 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86955 726 445 0 161373 0
Current children cumulated CPU time (s) 4782.32
Current children cumulated vsize (KiB) 671312

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6321
/proc/meminfo: memFree=24948488/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4842.32 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99715 0 0 0 484215 17 0 0 25 0 1 0 667119309 687423488 86955 33554432000 4194304 6014671 140736447356800 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86955 726 445 0 161373 0
Current children cumulated CPU time (s) 4842.32
Current children cumulated vsize (KiB) 671312

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6323
/proc/meminfo: memFree=24948692/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4902.32 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99715 0 0 0 490215 17 0 0 25 0 1 0 667119309 687423488 86955 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86955 726 445 0 161373 0
Current children cumulated CPU time (s) 4902.32
Current children cumulated vsize (KiB) 671312

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6324
/proc/meminfo: memFree=24948536/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=4962.32 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99715 0 0 0 496215 17 0 0 25 0 1 0 667119309 687423488 86955 33554432000 4194304 6014671 140736447356800 18446744073709551615 4423968 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86955 726 445 0 161373 0
Current children cumulated CPU time (s) 4962.32
Current children cumulated vsize (KiB) 671312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.00 1.00 2/431 6325
/proc/meminfo: memFree=24948516/32951124 swapFree=64205392/67111528
[pid=6081] ppid=6079 vsize=671312 CPUtime=5000.03 cores=1,3,5,7
/proc/6081/stat : 6081 (qutersat_releas) R 6079 6081 5259 0 -1 4202496 99715 0 0 0 499986 17 0 0 25 0 1 0 667119309 687423488 86955 33554432000 4194304 6014671 140736447356800 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/6081/statm: 167828 86955 726 445 0 161373 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 671312

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): 5000.03
CPU time (s): 5000.07
CPU user time (s): 4999.88
CPU system time (s): 0.19497
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 671312

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

runsolver used 18.3512 second user time and 50.0334 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-16 16:13:33
IDJOB=3384501
IDBENCH=85987
IDSOLVER=1868
FILE ID=node136/3384501-1305555213
RUNJOBID= node136-1305555213-6062
PBS_JOBID= 13329217
Free space on /tmp= 72964 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-3384501-1305555213/watcher-3384501-1305555213 -o /tmp/evaluation-result-3384501-1305555213/solver-3384501-1305555213 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384501-1305555213.cnf 1382796687

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=1382796687

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25311016 kB
Buffers:         25648 kB
Cached:         556280 kB
SwapCached:      24924 kB
Active:         991360 kB
Inactive:      6446968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25311016 kB
SwapTotal:    67111528 kB
SwapFree:     64205392 kB
Dirty:            8604 kB
Writeback:           8 kB
AnonPages:     6837236 kB
Mapped:          33172 kB
Slab:            84496 kB
PageTables:      52800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 122453264 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= 72968 MiB
End job on node136 at 2011-05-16 17:36:55