Trace number 3420857

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.1 5000.08

General information on the benchmark

NameCRAFTED/edgematching/
compact/em_11_3_4_cmp.cnf
MD5SUM3b5e80540ef2fcb09cfe50ac7e3686c1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark333.04
Satisfiable
(Un)Satisfiability was proved
Number of variables8713
Number of clauses99699
Sum of the clauses size335345
Maximum clause length81
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 210866
Number of clauses of size 367270
Number of clauses of size 410556
Number of clauses of size 510773
Number of clauses of size over 5234

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.06	c Parse Cnf success: #var: 8713 #clause: 99699
0.00/0.06	c Find Units :          0
0.00/0.06	c Find Invs  :          0
0.00/0.08	c Find Ands  :        840 AvgFaninNum: 2.85714
0.00/0.08	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.09	c Find Ite   :          0
0.00/0.10	c UnDirect variable: 0
0.00/0.10	c UnDirect to Direct Gate: 0
0.00/0.10	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.10	c Break Cycle : 620
0.00/0.10	c Total Root : 0 Undef Var: 8493
0.09/0.10	c After covering, Total Root: 220 Leaf: 620
0.09/0.10	c Variable( cover/uncovered/unused ): 840 7873 0
0.09/0.10	c Unit Clauses: 0
0.09/0.10	c Binary Clauses( cover/uncovered ): 620 10246
0.09/0.10	c Clauses( cover/uncovered ): 220 83429
0.09/0.10	c Total Clauses( cover/uncovered ): 840 93675 0.888748%
0.09/0.10	c Covered Ands: 220 Invs: 0 Xors: 0 Ites: 0
0.09/0.19	c Uncover Clauses avg size: 3.39165 max size: 81
0.09/0.19	c Final circuit: i/l/o/s    8493       0   93675    164579
0.09/0.19	c CnfToAig: Time: 0.19 s
0.29/0.34	c TmMap: Set choices finish.
0.39/0.41	c TmMap: Set big and: 100051
0.39/0.41	c TmMap: Origin: 173073 ClauseNum: 493737 --> New: 108545 ClauseNum: 370189
0.39/0.41	c TmMap: Time: 0.09
0.39/0.43	c Try to Add: #clause: 200102 #xorclause: 0
0.39/0.46	c #var: 14869 #clauses: 56637 Solving... 
5000.03/5000.02	c Time Out !!
5000.03/5000.02	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-3420857-1306594453/watcher-3420857-1306594453 -o /tmp/evaluation-result-3420857-1306594453/solver-3420857-1306594453 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3420857-1306594453.cnf 1447408697 

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.97 1.05 1.34 2/532 5407
/proc/meminfo: memFree=14338608/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 1848 0 0 0 0 0 0 0 22 0 1 0 751861578 33140736 1784 33554432000 4194304 6014671 140735528561760 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 8091 1785 377 445 0 1636 0

[startup+0.103865 s]
/proc/loadavg: 0.97 1.05 1.34 2/532 5407
/proc/meminfo: memFree=14338608/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=44652 CPUtime=0.09 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 4990 0 0 0 9 0 0 0 22 0 1 0 751861578 45723648 4926 33554432000 4194304 6014671 140735528561760 18446744073709551615 4274270 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 11163 4926 398 445 0 4708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44652

[startup+0.200829 s]
/proc/loadavg: 0.97 1.05 1.34 2/532 5407
/proc/meminfo: memFree=14338608/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=59168 CPUtime=0.19 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 8245 0 0 0 18 1 0 0 23 0 1 0 751861578 60588032 8181 33554432000 4194304 6014671 140735528561760 18446744073709551615 4810788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 14792 8181 399 445 0 8337 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 59168

[startup+0.300807 s]
/proc/loadavg: 0.97 1.05 1.34 2/532 5407
/proc/meminfo: memFree=14338608/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=81880 CPUtime=0.29 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 14323 0 0 0 27 2 0 0 23 0 1 0 751861578 83845120 14259 33554432000 4194304 6014671 140735528561760 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 20470 14261 668 445 0 14015 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81880

[startup+0.700747 s]
/proc/loadavg: 0.97 1.05 1.34 2/532 5407
/proc/meminfo: memFree=14338608/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=101632 CPUtime=0.69 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 19254 0 0 0 66 3 0 0 25 0 1 0 751861578 104071168 19190 33554432000 4194304 6014671 140735528561760 18446744073709551615 4423410 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 25408 19190 696 445 0 18953 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 101632

[startup+1.5006 s]
/proc/loadavg: 0.97 1.05 1.34 3/536 5414
/proc/meminfo: memFree=14154128/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=101632 CPUtime=1.49 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 19282 0 0 0 146 3 0 0 25 0 1 0 751861578 104071168 19218 33554432000 4194304 6014671 140735528561760 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 25408 19218 723 445 0 18953 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 101632

[startup+3.10032 s]
/proc/loadavg: 0.97 1.05 1.34 3/536 5414
/proc/meminfo: memFree=14151772/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=101632 CPUtime=3.09 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 19282 0 0 0 306 3 0 0 25 0 1 0 751861578 104071168 19218 33554432000 4194304 6014671 140735528561760 18446744073709551615 4423483 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 25408 19218 723 445 0 18953 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101632

[startup+6.30074 s]
/proc/loadavg: 1.05 1.07 1.35 3/536 5414
/proc/meminfo: memFree=14146436/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=101632 CPUtime=6.29 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 19283 0 0 0 626 3 0 0 25 0 1 0 751861578 104071168 19219 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 25408 19219 724 445 0 18953 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101632

[startup+12.7006 s]
/proc/loadavg: 1.12 1.08 1.35 3/536 5415
/proc/meminfo: memFree=14083768/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=207536 CPUtime=12.69 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 33907 0 0 0 1264 5 0 0 25 0 1 0 751861578 212516864 33843 33554432000 4194304 6014671 140735528561760 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 51884 33843 728 445 0 45429 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 207536

[startup+25.5013 s]
/proc/loadavg: 1.32 1.13 1.36 3/536 5415
/proc/meminfo: memFree=13991140/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=308580 CPUtime=25.49 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 46539 0 0 0 2543 6 0 0 25 0 1 0 751861578 315985920 46475 33554432000 4194304 6014671 140735528561760 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 77145 46475 728 445 0 70690 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 308580

[startup+51.1007 s]
/proc/loadavg: 1.63 1.21 1.38 3/536 5416
/proc/meminfo: memFree=13792060/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=399256 CPUtime=51.08 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 66014 0 0 0 5100 8 0 0 25 0 1 0 751861578 408838144 65932 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 99814 65932 728 445 0 93359 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 399256

[startup+102.301 s]
/proc/loadavg: 1.84 1.33 1.41 3/536 5417
/proc/meminfo: memFree=13461708/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=555096 CPUtime=102.3 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 92915 0 0 0 10217 13 0 0 25 0 1 0 751861578 568418304 92694 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 138774 92694 728 445 0 132319 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 555096

[startup+162.301 s]
/proc/loadavg: 1.94 1.45 1.45 3/536 5419
/proc/meminfo: memFree=13227180/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=645960 CPUtime=162.29 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 107056 0 0 0 16214 15 0 0 25 0 1 0 751861578 661463040 106674 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 161490 106674 728 445 0 155035 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 645960

[startup+222.32 s]
/proc/loadavg: 1.98 1.55 1.48 3/536 5420
/proc/meminfo: memFree=13091848/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=755112 CPUtime=222.31 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 128505 0 0 0 22212 19 0 0 25 0 1 0 751861578 773234688 127942 33554432000 4194304 6014671 140735528561760 18446744073709551615 4369407 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 188778 127942 728 445 0 182323 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 755112

[startup+282.3 s]
/proc/loadavg: 1.99 1.63 1.51 3/536 5422
/proc/meminfo: memFree=13056216/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=755112 CPUtime=282.29 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 129625 0 0 0 28210 19 0 0 25 0 1 0 751861578 773234688 128882 33554432000 4194304 6014671 140735528561760 18446744073709551615 4423301 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 188778 128882 728 445 0 182323 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 755112

[startup+342.301 s]
/proc/loadavg: 1.99 1.69 1.54 3/536 5423
/proc/meminfo: memFree=12911088/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=755112 CPUtime=342.29 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 140915 0 0 0 34209 20 0 0 25 0 1 0 751861578 773234688 140001 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 188778 140001 728 445 0 182323 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 755112

[startup+402.301 s]
/proc/loadavg: 1.99 1.75 1.56 3/536 5425
/proc/meminfo: memFree=12777996/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=900900 CPUtime=402.29 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 152930 0 0 0 40207 22 0 0 25 0 1 0 751861578 922521600 151875 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 225225 151875 728 445 0 218770 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 900900

[startup+462.3 s]
/proc/loadavg: 2.14 1.82 1.60 3/536 5436
/proc/meminfo: memFree=12751768/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=900900 CPUtime=462.28 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 154191 0 0 0 46206 22 0 0 25 0 1 0 751861578 922521600 153031 33554432000 4194304 6014671 140735528561760 18446744073709551615 4376712 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 225225 153031 729 445 0 218770 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 900900

[startup+522.3 s]
/proc/loadavg: 2.12 1.87 1.62 3/536 5437
/proc/meminfo: memFree=12747636/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=900900 CPUtime=522.29 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 154540 0 0 0 52207 22 0 0 25 0 1 0 751861578 922521600 153265 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 225225 153265 729 445 0 218770 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 900900

[startup+582.301 s]
/proc/loadavg: 2.15 1.92 1.66 3/536 5439
/proc/meminfo: memFree=12725892/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=900900 CPUtime=582.29 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 155013 0 0 0 58207 22 0 0 25 0 1 0 751861578 922521600 153674 33554432000 4194304 6014671 140735528561760 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5407/statm: 225225 153674 729 445 0 218770 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 900900

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/536 5544
/proc/meminfo: memFree=10868940/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4062.3 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 407685 0 0 0 406173 57 0 0 25 0 1 0 751861578 2247356416 403159 33554432000 4194304 6014671 140735528561760 18446744073709551615 4423968 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403159 729 445 0 542216 0
Current children cumulated CPU time (s) 4062.3
Current children cumulated vsize (KiB) 2194684

[startup+4122.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 5545
/proc/meminfo: memFree=10869644/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4122.3 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 407754 0 0 0 412172 58 0 0 25 0 1 0 751861578 2247356416 403153 33554432000 4194304 6014671 140735528561760 18446744073709551615 4511665 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403153 729 445 0 542216 0
Current children cumulated CPU time (s) 4122.3
Current children cumulated vsize (KiB) 2194684

[startup+4182.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 5547
/proc/meminfo: memFree=10869716/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4182.32 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 407754 0 0 0 418174 58 0 0 25 0 1 0 751861578 2247356416 403153 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403153 729 445 0 542216 0
Current children cumulated CPU time (s) 4182.32
Current children cumulated vsize (KiB) 2194684

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 5548
/proc/meminfo: memFree=10867448/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4242.3 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 407803 0 0 0 424172 58 0 0 25 0 1 0 751861578 2247356416 403125 33554432000 4194304 6014671 140735528561760 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403125 729 445 0 542216 0
Current children cumulated CPU time (s) 4242.3
Current children cumulated vsize (KiB) 2194684

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 5550
/proc/meminfo: memFree=10866916/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4302.31 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 407803 0 0 0 430173 58 0 0 25 0 1 0 751861578 2247356416 403125 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403125 729 445 0 542216 0
Current children cumulated CPU time (s) 4302.31
Current children cumulated vsize (KiB) 2194684

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 5552
/proc/meminfo: memFree=10863772/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4362.31 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 407866 0 0 0 436173 58 0 0 25 0 1 0 751861578 2247356416 403110 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403110 729 445 0 542216 0
Current children cumulated CPU time (s) 4362.31
Current children cumulated vsize (KiB) 2194684

[startup+4422.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/536 5553
/proc/meminfo: memFree=10861732/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4422.31 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 407972 0 0 0 442173 58 0 0 25 0 1 0 751861578 2247356416 403137 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403137 729 445 0 542216 0
Current children cumulated CPU time (s) 4422.31
Current children cumulated vsize (KiB) 2194684

[startup+4482.3 s]
/proc/loadavg: 2.21 2.07 2.02 3/536 5555
/proc/meminfo: memFree=10859464/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4482.31 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 407983 0 0 0 448173 58 0 0 25 0 1 0 751861578 2247356416 403148 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403148 729 445 0 542216 0
Current children cumulated CPU time (s) 4482.31
Current children cumulated vsize (KiB) 2194684

[startup+4542.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/536 5556
/proc/meminfo: memFree=10859916/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4542.31 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 407987 0 0 0 454173 58 0 0 25 0 1 0 751861578 2247356416 403072 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403072 729 445 0 542216 0
Current children cumulated CPU time (s) 4542.31
Current children cumulated vsize (KiB) 2194684

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 5558
/proc/meminfo: memFree=10734388/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4602.31 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 408098 0 0 0 460173 58 0 0 25 0 1 0 751861578 2247356416 403183 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403183 729 445 0 542216 0
Current children cumulated CPU time (s) 4602.31
Current children cumulated vsize (KiB) 2194684

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 5560
/proc/meminfo: memFree=10733968/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4662.31 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 408102 0 0 0 466173 58 0 0 25 0 1 0 751861578 2247356416 403102 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403102 729 445 0 542216 0
Current children cumulated CPU time (s) 4662.31
Current children cumulated vsize (KiB) 2194684

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 5561
/proc/meminfo: memFree=10734296/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4722.32 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 408102 0 0 0 472174 58 0 0 25 0 1 0 751861578 2247356416 403102 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403102 729 445 0 542216 0
Current children cumulated CPU time (s) 4722.32
Current children cumulated vsize (KiB) 2194684

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 5563
/proc/meminfo: memFree=10732504/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4782.32 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 408106 0 0 0 478174 58 0 0 25 0 1 0 751861578 2247356416 403020 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403020 729 445 0 542216 0
Current children cumulated CPU time (s) 4782.32
Current children cumulated vsize (KiB) 2194684

[startup+4842.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 5564
/proc/meminfo: memFree=10731960/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4842.34 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 408175 0 0 0 484176 58 0 0 25 0 1 0 751861578 2247356416 403002 33554432000 4194304 6014671 140735528561760 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403002 729 445 0 542216 0
Current children cumulated CPU time (s) 4842.34
Current children cumulated vsize (KiB) 2194684

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 5566
/proc/meminfo: memFree=10729196/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4902.32 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 408179 0 0 0 490174 58 0 0 25 0 1 0 751861578 2247356416 403006 33554432000 4194304 6014671 140735528561760 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403006 729 445 0 542216 0
Current children cumulated CPU time (s) 4902.32
Current children cumulated vsize (KiB) 2194684

[startup+4962.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/536 5568
/proc/meminfo: memFree=10710304/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=4962.32 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 408410 0 0 0 496174 58 0 0 25 0 1 0 751861578 2247356416 403149 33554432000 4194304 6014671 140735528561760 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403149 729 445 0 542216 0
Current children cumulated CPU time (s) 4962.32
Current children cumulated vsize (KiB) 2194684



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.23 2.07 2.02 3/536 5569
/proc/meminfo: memFree=10710140/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=5000.03 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 408410 0 0 0 499945 58 0 0 25 0 1 0 751861578 2247356416 403149 33554432000 4194304 6014671 140735528561760 18446744073709551615 4422573 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403149 729 445 0 542216 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 2194684

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

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

[startup+5000 s]
/proc/loadavg: 2.23 2.07 2.02 3/536 5569
/proc/meminfo: memFree=10710140/32951124 swapFree=51873512/67111528
[pid=5407] ppid=5405 vsize=2194684 CPUtime=5000.03 cores=1,3,5,7
/proc/5407/stat : 5407 (qutersat_releas) R 5405 5407 4676 0 -1 4202496 408410 0 0 0 499945 58 0 0 25 0 1 0 751861578 2247356416 403149 33554432000 4194304 6014671 140735528561760 18446744073709551615 4422573 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5407/statm: 548671 403149 729 445 0 542216 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 2194684

Child status: 1
Real time (s): 5000.08
CPU time (s): 5000.1
CPU user time (s): 4999.47
CPU system time (s): 0.636903
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 2194684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.47
system time used= 0.636903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 408414
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= 14
involuntary context switches= 12254

runsolver used 24.2843 second user time and 62.4155 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-28 16:54:13
IDJOB=3420857
IDBENCH=70910
IDSOLVER=1868
FILE ID=node146/3420857-1306594453
RUNJOBID= node146-1306594453-5394
PBS_JOBID= 13471534
Free space on /tmp= 73368 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/CRAFTED/edgematching/compact/em_11_3_4_cmp.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420857-1306594453/watcher-3420857-1306594453 -o /tmp/evaluation-result-3420857-1306594453/solver-3420857-1306594453 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3420857-1306594453.cnf 1447408697

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

MD5SUM BENCH= 3b5e80540ef2fcb09cfe50ac7e3686c1
RANDOM SEED=1447408697

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14338888 kB
Buffers:        339768 kB
Cached:        5921748 kB
SwapCached:      56236 kB
Active:       12957216 kB
Inactive:      5339284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14338888 kB
SwapTotal:    67111528 kB
SwapFree:     51873512 kB
Dirty:            3516 kB
Writeback:           0 kB
AnonPages:    11985676 kB
Mapped:          29824 kB
Slab:           147280 kB
PageTables:      97088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160675916 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= 73364 MiB
End job on node146 at 2011-05-28 18:17:35