Trace number 3376637

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.04 1300.03

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x14.cnf
MD5SUMf76302f2442dfc7cabc2315e61e55fea
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1176
Number of clauses78498
Sum of the clauses size310464
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21764
Number of clauses of size 30
Number of clauses of size 476734
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.07/0.08	c Parse Cnf success: #var: 1176 #clause: 78498
0.07/0.08	c Find Units :          0
0.07/0.08	c Find Invs  :          0
0.07/0.08	c Find Ands  :       1176 AvgFaninNum: 3
0.07/0.08	c Find Xors  :          0 AvgFaninNum: nan
0.07/0.08	c Find Ite   :          0
0.07/0.08	c UnDirect variable: 0
0.07/0.08	c UnDirect to Direct Gate: 0
0.07/0.08	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.07/0.08	c Break Cycle : 882
0.07/0.08	c Total Root : 0 Undef Var: 882
0.07/0.08	c After covering, Total Root: 294 Leaf: 882
0.07/0.08	c Variable( cover/uncovered/unused ): 1176 0 0
0.07/0.08	c Unit Clauses: 0
0.07/0.08	c Binary Clauses( cover/uncovered ): 882 882
0.07/0.08	c Clauses( cover/uncovered ): 294 76440
0.07/0.08	c Total Clauses( cover/uncovered ): 1176 77322 1.49813%
0.07/0.08	c Covered Ands: 294 Invs: 0 Xors: 0 Ites: 0
0.09/0.11	c Uncover Clauses avg size: 3.97719 max size: 4
0.09/0.12	c Final circuit: i/l/o/s     882       0   77322     85554
0.09/0.12	c CnfToAig: Time: 0.11 s
0.19/0.23	c TmMap: Set choices finish.
0.19/0.27	c TmMap: Set big and: 85260
0.19/0.27	c TmMap: Origin: 86437 ClauseNum: 256662 --> New: 86143 ClauseNum: 256074
0.19/0.27	c TmMap: Time: 0.05
0.19/0.29	c Try to Add: #clause: 170520 #xorclause: 0
0.29/0.31	c #var: 8820 #clauses: 7939 Solving... 
1300.00/1300.01	c Time Out !!
1300.00/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-3376637-1305474525/watcher-3376637-1305474525 -o /tmp/evaluation-result-3376637-1305474525/solver-3376637-1305474525 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376637-1305474525.cnf 1512250100 

running on 2 cores: 1,3

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: 3.72 3.95 3.78 2/303 10543
/proc/meminfo: memFree=22122888/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=32364 CPUtime=0 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 1817 0 0 0 0 0 0 0 22 0 1 0 639868459 33140736 1754 33554432000 4194304 6014671 140735738820944 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 8091 1754 378 445 0 1636 0

[startup+0.0818999 s]
/proc/loadavg: 3.72 3.95 3.78 2/303 10543
/proc/meminfo: memFree=22122888/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=40044 CPUtime=0.07 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 3602 0 0 0 7 0 0 0 22 0 1 0 639868459 41005056 3539 33554432000 4194304 6014671 140735738820944 18446744073709551615 4331760 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 10011 3539 398 445 0 3556 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 40044

[startup+0.100882 s]
/proc/loadavg: 3.72 3.95 3.78 2/303 10543
/proc/meminfo: memFree=22122888/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=44140 CPUtime=0.09 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 4439 0 0 0 9 0 0 0 22 0 1 0 639868459 45199360 4376 33554432000 4194304 6014671 140735738820944 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 11035 4388 398 445 0 4580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44140

[startup+0.300847 s]
/proc/loadavg: 3.72 3.95 3.78 2/303 10543
/proc/meminfo: memFree=22122888/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=87336 CPUtime=0.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 13488 0 0 0 28 1 0 0 23 0 1 0 639868459 89432064 13425 33554432000 4194304 6014671 140735738820944 18446744073709551615 4404705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 21834 13425 691 445 0 15379 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 87336

[startup+0.700771 s]
/proc/loadavg: 3.72 3.95 3.78 2/303 10543
/proc/meminfo: memFree=22122888/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=87336 CPUtime=0.69 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 14051 0 0 0 68 1 0 0 25 0 1 0 639868459 89432064 13988 33554432000 4194304 6014671 140735738820944 18446744073709551615 4386076 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 21834 13988 721 445 0 15379 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87336

[startup+1.50062 s]
/proc/loadavg: 3.58 3.92 3.77 5/311 10639
/proc/meminfo: memFree=21981112/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=107320 CPUtime=1.49 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 15373 0 0 0 147 2 0 0 25 0 1 0 639868459 109895680 15310 33554432000 4194304 6014671 140735738820944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 26830 15310 722 445 0 20375 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107320

[startup+3.10033 s]
/proc/loadavg: 3.58 3.92 3.77 5/314 10645
/proc/meminfo: memFree=21726392/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=118128 CPUtime=3.09 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 18678 0 0 0 307 2 0 0 25 0 1 0 639868459 120963072 18595 33554432000 4194304 6014671 140735738820944 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 29532 18595 726 445 0 23077 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118128

[startup+6.30074 s]
/proc/loadavg: 3.58 3.92 3.77 5/314 10645
/proc/meminfo: memFree=21651476/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=155184 CPUtime=6.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 27623 0 0 0 626 3 0 0 25 0 1 0 639868459 158908416 27478 33554432000 4194304 6014671 140735738820944 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 38796 27478 726 445 0 32341 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 155184

[startup+12.7006 s]
/proc/loadavg: 3.64 3.92 3.77 5/314 10645
/proc/meminfo: memFree=21419044/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=181916 CPUtime=12.69 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 34909 0 0 0 1265 4 0 0 25 0 1 0 639868459 186281984 34764 33554432000 4194304 6014671 140735738820944 18446744073709551615 4535312 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 45479 34764 726 445 0 39024 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 181916

[startup+25.5002 s]
/proc/loadavg: 3.70 3.93 3.77 5/314 10646
/proc/meminfo: memFree=21256652/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=195260 CPUtime=25.49 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 37215 0 0 0 2545 4 0 0 25 0 1 0 639868459 199946240 37070 33554432000 4194304 6014671 140735738820944 18446744073709551615 4376673 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 48815 37070 726 445 0 42360 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 195260

[startup+51.1005 s]
/proc/loadavg: 3.82 3.93 3.78 5/314 10646
/proc/meminfo: memFree=21123996/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=222540 CPUtime=51.09 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 43405 0 0 0 5104 5 0 0 25 0 1 0 639868459 227880960 43260 33554432000 4194304 6014671 140735738820944 18446744073709551615 4369632 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 55635 43260 726 445 0 49180 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 222540

[startup+102.312 s]
/proc/loadavg: 3.92 3.94 3.79 5/314 10648
/proc/meminfo: memFree=20884520/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=430784 CPUtime=102.3 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 65264 0 0 0 10221 9 0 0 25 0 1 0 639868459 441122816 65031 33554432000 4194304 6014671 140735738820944 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 107696 65031 726 445 0 101241 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 430784

[startup+162.301 s]
/proc/loadavg: 4.09 3.99 3.81 5/314 10649
/proc/meminfo: memFree=20729356/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=430784 CPUtime=162.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 69557 0 0 0 16219 10 0 0 25 0 1 0 639868459 441122816 69063 33554432000 4194304 6014671 140735738820944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 107696 69063 726 445 0 101241 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 430784

[startup+222.301 s]
/proc/loadavg: 4.03 3.99 3.82 5/314 10651
/proc/meminfo: memFree=20649836/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=430784 CPUtime=222.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 71150 0 0 0 22219 10 0 0 25 0 1 0 639868459 441122816 70365 33554432000 4194304 6014671 140735738820944 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 107696 70365 726 445 0 101241 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 430784

[startup+282.301 s]
/proc/loadavg: 4.01 3.99 3.83 5/314 10653
/proc/meminfo: memFree=20446444/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=430784 CPUtime=282.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 76889 0 0 0 28218 11 0 0 25 0 1 0 639868459 441122816 75772 33554432000 4194304 6014671 140735738820944 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 107696 75772 726 445 0 101241 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 430784

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.83 5/314 10654
/proc/meminfo: memFree=20242544/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=502976 CPUtime=342.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 98905 0 0 0 34213 16 0 0 25 0 1 0 639868459 515047424 97788 33554432000 4194304 6014671 140735738820944 18446744073709551615 4534816 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 125744 97788 726 445 0 119289 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 502976

[startup+402.301 s]
/proc/loadavg: 4.18 4.04 3.86 5/314 10656
/proc/meminfo: memFree=20287032/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=502976 CPUtime=402.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 101162 0 0 0 40213 16 0 0 25 0 1 0 639868459 515047424 100045 33554432000 4194304 6014671 140735738820944 18446744073709551615 4534912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 125744 100045 726 445 0 119289 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 502976

[startup+462.301 s]
/proc/loadavg: 4.07 4.03 3.86 5/314 10657
/proc/meminfo: memFree=20239252/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=502976 CPUtime=462.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 102336 0 0 0 46212 17 0 0 25 0 1 0 639868459 515047424 101219 33554432000 4194304 6014671 140735738820944 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 125744 101219 726 445 0 119289 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 502976

[startup+522.301 s]
/proc/loadavg: 4.02 4.02 3.87 5/314 10659
/proc/meminfo: memFree=20177464/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=581488 CPUtime=522.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 102598 0 0 0 52212 17 0 0 25 0 1 0 639868459 595443712 101481 33554432000 4194304 6014671 140735738820944 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 145372 101481 726 445 0 138917 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 581488

[startup+582.301 s]
/proc/loadavg: 4.01 4.02 3.87 5/314 10661
/proc/meminfo: memFree=20127444/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=581488 CPUtime=582.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 102613 0 0 0 58212 17 0 0 25 0 1 0 639868459 595443712 101496 33554432000 4194304 6014671 140735738820944 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 145372 101496 726 445 0 138917 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 581488

[startup+642.301 s]
/proc/loadavg: 4.10 4.04 3.89 5/314 10662
/proc/meminfo: memFree=20110408/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=581488 CPUtime=642.3 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 102625 0 0 0 64213 17 0 0 25 0 1 0 639868459 595443712 101508 33554432000 4194304 6014671 140735738820944 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 145372 101508 726 445 0 138917 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 581488

[startup+702.3 s]
/proc/loadavg: 4.14 4.06 3.91 5/314 10664
/proc/meminfo: memFree=20100936/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=581488 CPUtime=702.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 102625 0 0 0 70212 17 0 0 25 0 1 0 639868459 595443712 101487 33554432000 4194304 6014671 140735738820944 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 145372 101487 726 445 0 138917 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 581488

[startup+762.311 s]
/proc/loadavg: 4.05 4.05 3.91 5/314 10674
/proc/meminfo: memFree=19998416/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=581488 CPUtime=762.31 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 102645 0 0 0 76213 18 0 0 25 0 1 0 639868459 595443712 101442 33554432000 4194304 6014671 140735738820944 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 145372 101442 726 445 0 138917 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 581488

[startup+822.3 s]
/proc/loadavg: 4.02 4.04 3.91 5/314 10676
/proc/meminfo: memFree=19934136/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=581488 CPUtime=822.3 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 102836 0 0 0 82212 18 0 0 25 0 1 0 639868459 595443712 101582 33554432000 4194304 6014671 140735738820944 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 145372 101582 726 445 0 138917 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 581488

[startup+882.3 s]
/proc/loadavg: 4.00 4.03 3.91 5/314 10678
/proc/meminfo: memFree=19810964/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=668244 CPUtime=882.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 118646 0 0 0 88208 21 0 0 25 0 1 0 639868459 684281856 117310 33554432000 4194304 6014671 140735738820944 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 167061 117310 726 445 0 160606 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 668244

[startup+942.3 s]
/proc/loadavg: 4.07 4.04 3.91 5/314 10679
/proc/meminfo: memFree=19765784/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=755484 CPUtime=942.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 124247 0 0 0 94207 22 0 0 25 0 1 0 639868459 773615616 122813 33554432000 4194304 6014671 140735738820944 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 188871 122813 726 445 0 182416 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 755484

[startup+1002.3 s]
/proc/loadavg: 4.06 4.04 3.92 5/314 10681
/proc/meminfo: memFree=19757308/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=755484 CPUtime=1002.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 124770 0 0 0 100207 22 0 0 25 0 1 0 639868459 773615616 123309 33554432000 4194304 6014671 140735738820944 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 188871 123309 726 445 0 182416 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 755484

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.92 5/314 10682
/proc/meminfo: memFree=19647280/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=844348 CPUtime=1062.3 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 135495 0 0 0 106205 25 0 0 25 0 1 0 639868459 864612352 133916 33554432000 4194304 6014671 140735738820944 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 211087 133916 726 445 0 204632 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 844348

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.92 5/314 10684
/proc/meminfo: memFree=19613008/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=844348 CPUtime=1122.3 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 135652 0 0 0 112205 25 0 0 25 0 1 0 639868459 864612352 134040 33554432000 4194304 6014671 140735738820944 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 211087 134040 726 445 0 204632 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 844348

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 3.93 5/314 10686
/proc/meminfo: memFree=19601068/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=844348 CPUtime=1182.3 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 135911 0 0 0 118205 25 0 0 25 0 1 0 639868459 864612352 134219 33554432000 4194304 6014671 140735738820944 18446744073709551615 4424094 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 211087 134219 726 445 0 204632 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 844348

[startup+1242.3 s]
/proc/loadavg: 4.02 4.03 3.93 5/314 10687
/proc/meminfo: memFree=19581196/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=844348 CPUtime=1242.29 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 138112 0 0 0 124204 25 0 0 25 0 1 0 639868459 864612352 136372 33554432000 4194304 6014671 140735738820944 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 211087 136372 726 445 0 204632 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 844348



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.03 3.93 5/314 10689
/proc/meminfo: memFree=19566412/32951124 swapFree=63485424/67111528
[pid=10543] ppid=10541 vsize=844348 CPUtime=1300 cores=1,3
/proc/10543/stat : 10543 (qutersat_releas) R 10541 10543 9539 0 -1 4202496 139844 0 0 0 129974 26 0 0 25 0 1 0 639868459 864612352 126576 33554432000 4194304 6014671 140735738820944 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10543/statm: 211087 126576 726 445 0 204632 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 844348

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.03
CPU time (s): 1300.04
CPU user time (s): 1299.75
CPU system time (s): 0.283956
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 844348

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

runsolver used 3.70244 second user time and 9.30358 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 17:48:46
IDJOB=3376637
IDBENCH=83167
IDSOLVER=1856
FILE ID=node147/3376637-1305474525
RUNJOBID= node147-1305474525-10523
PBS_JOBID= 13325313
Free space on /tmp= 73152 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x14.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376637-1305474525/watcher-3376637-1305474525 -o /tmp/evaluation-result-3376637-1305474525/solver-3376637-1305474525 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376637-1305474525.cnf 1512250100

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

MD5SUM BENCH= f76302f2442dfc7cabc2315e61e55fea
RANDOM SEED=1512250100

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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:      22123912 kB
Buffers:        314132 kB
Cached:        5249808 kB
SwapCached:      13132 kB
Active:        4235800 kB
Inactive:      6342948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22123912 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            5644 kB
Writeback:           0 kB
AnonPages:     5010448 kB
Mapped:          18648 kB
Slab:           151068 kB
PageTables:      33588 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52959844 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= 73136 MiB
End job on node147 at 2011-05-15 18:10:28