Trace number 3377147

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_09_UNSAT.cnf
MD5SUMfeb620c17f2a4d7899a2e7883baa7391
Bench CategoryAPPLICATION (applications 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 variables1430
Number of clauses87044
Sum of the clauses size258924
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22369
Number of clauses of size 384652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.05	c Parse Cnf success: #var: 1430 #clause: 87044
0.00/0.05	c Find Units :          0
0.00/0.05	c Find Invs  :         67
0.00/0.06	c Find Ands  :       1675 AvgFaninNum: 2
0.00/0.06	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.06	c Find Ite   :          0
0.00/0.07	c UnDirect variable: 134
0.00/0.07	c UnDirect to Direct Gate: 44
0.00/0.07	c Forced Direct Gate: 44 Unuse unDirect Gate: 67
0.00/0.07	c Break Cycle : 590
0.00/0.07	c Total Root : 40 Undef Var: 837
0.00/0.07	c After covering, Total Root: 576 Leaf: 652
0.00/0.07	c Variable( cover/uncovered/unused ): 1245 185 0
0.00/0.07	c Unit Clauses: 0
0.00/0.07	c Binary Clauses( cover/uncovered ): 1186 1183
0.00/0.07	c Clauses( cover/uncovered ): 549 84126
0.00/0.07	c Total Clauses( cover/uncovered ): 1735 85309 1.99324%
0.00/0.07	c Covered Ands: 549 Invs: 44 Xors: 0 Ites: 0
0.09/0.13	c Uncover Clauses avg size: 2.98802 max size: 10
0.09/0.13	c Final circuit: i/l/o/s     837       0   85269     93714
0.09/0.13	c CnfToAig: Time: 0.13 s
0.19/0.24	c TmMap: Set choices finish.
0.19/0.29	c TmMap: Set big and: 90773
0.19/0.29	c TmMap: Origin: 94552 ClauseNum: 281142 --> New: 91620 ClauseNum: 276194
0.19/0.29	c TmMap: Time: 0.07
0.29/0.31	c Try to Add: #clause: 181582 #xorclause: 0
0.29/0.32	c #var: 6350 #clauses: 9183 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377147-1305467762/watcher-3377147-1305467762 -o /tmp/evaluation-result-3377147-1305467762/solver-3377147-1305467762 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377147-1305467762.cnf 1499365132 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.82 5.49 5.78 4/359 30135
/proc/meminfo: memFree=24449508/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=34412 CPUtime=0 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 2370 0 0 0 0 0 0 0 25 0 1 0 658376611 35237888 2306 33554432000 4194304 6014671 140733256055808 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 8603 2306 378 445 0 2148 0

[startup+0.0889 s]
/proc/loadavg: 2.82 5.49 5.78 4/359 30135
/proc/meminfo: memFree=24449508/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=42604 CPUtime=0.08 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 4461 0 0 0 8 0 0 0 25 0 1 0 658376611 43626496 4397 33554432000 4194304 6014671 140733256055808 18446744073709551615 4335552 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 10651 4397 398 445 0 4196 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42604

[startup+0.100908 s]
/proc/loadavg: 2.82 5.49 5.78 4/359 30135
/proc/meminfo: memFree=24449508/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=44140 CPUtime=0.09 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 4845 0 0 0 9 0 0 0 25 0 1 0 658376611 45199360 4781 33554432000 4194304 6014671 140733256055808 18446744073709551615 4276261 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 11035 4781 398 445 0 4580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44140

[startup+0.300864 s]
/proc/loadavg: 2.82 5.49 5.78 4/359 30135
/proc/meminfo: memFree=24449508/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=83996 CPUtime=0.29 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 14853 0 0 0 28 1 0 0 25 0 1 0 658376611 86011904 14789 33554432000 4194304 6014671 140733256055808 18446744073709551615 4808097 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 20999 14789 670 445 0 14544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83996

[startup+0.700785 s]
/proc/loadavg: 2.82 5.49 5.78 4/359 30135
/proc/meminfo: memFree=24449508/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=83996 CPUtime=0.69 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 14882 0 0 0 68 1 0 0 25 0 1 0 658376611 86011904 14818 33554432000 4194304 6014671 140733256055808 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 20999 14818 696 445 0 14544 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83996

[startup+1.50064 s]
/proc/loadavg: 2.82 5.49 5.78 5/360 30136
/proc/meminfo: memFree=24389656/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=117788 CPUtime=1.49 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 22673 0 0 0 147 2 0 0 25 0 1 0 658376611 120614912 22611 33554432000 4194304 6014671 140733256055808 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 29447 22612 701 445 0 22992 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117788

[startup+3.10035 s]
/proc/loadavg: 2.82 5.49 5.78 5/360 30136
/proc/meminfo: memFree=24344284/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=125084 CPUtime=3.09 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 24519 0 0 0 306 3 0 0 25 0 1 0 658376611 128086016 24454 33554432000 4194304 6014671 140733256055808 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 31271 24454 723 445 0 24816 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125084

[startup+6.30076 s]
/proc/loadavg: 2.92 5.47 5.77 5/360 30136
/proc/meminfo: memFree=24290000/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=164224 CPUtime=6.29 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 27871 0 0 0 626 3 0 0 25 0 1 0 658376611 168165376 27806 33554432000 4194304 6014671 140733256055808 18446744073709551615 4423596 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 41056 27806 729 445 0 34601 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 164224

[startup+12.7006 s]
/proc/loadavg: 3.00 5.44 5.76 5/360 30137
/proc/meminfo: memFree=24254428/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=186620 CPUtime=12.69 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 32879 0 0 0 1265 4 0 0 25 0 1 0 658376611 191098880 32814 33554432000 4194304 6014671 140733256055808 18446744073709551615 4424179 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 46655 32814 729 445 0 40200 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 186620

[startup+25.5002 s]
/proc/loadavg: 3.22 5.37 5.73 5/360 30191
/proc/meminfo: memFree=24313064/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=198980 CPUtime=25.5 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 39715 0 0 0 2545 5 0 0 25 0 1 0 658376611 203755520 39650 33554432000 4194304 6014671 140733256055808 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 49745 39650 729 445 0 43290 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 198980

[startup+51.1006 s]
/proc/loadavg: 3.49 5.26 5.68 5/360 30219
/proc/meminfo: memFree=24414188/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=239496 CPUtime=51.09 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 49880 0 0 0 5103 6 0 0 25 0 1 0 658376611 245243904 49811 33554432000 4194304 6014671 140733256055808 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 59874 49811 731 445 0 53419 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 239496

[startup+102.313 s]
/proc/loadavg: 3.78 5.06 5.59 5/360 30220
/proc/meminfo: memFree=24347372/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=255872 CPUtime=102.31 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 53019 0 0 0 10224 7 0 0 25 0 1 0 658376611 262012928 52950 33554432000 4194304 6014671 140733256055808 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 63968 52950 731 445 0 57513 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 255872

[startup+162.3 s]
/proc/loadavg: 3.92 4.87 5.49 5/360 30222
/proc/meminfo: memFree=24229560/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=454972 CPUtime=162.3 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 65784 0 0 0 16221 9 0 0 25 0 1 0 658376611 465891328 65656 33554432000 4194304 6014671 140733256055808 18446744073709551615 4536600 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 113743 65656 745 445 0 107288 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 454972

[startup+222.3 s]
/proc/loadavg: 3.97 4.71 5.39 5/360 30250
/proc/meminfo: memFree=24090496/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=454972 CPUtime=222.29 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 76894 0 0 0 22219 10 0 0 25 0 1 0 658376611 465891328 76669 33554432000 4194304 6014671 140733256055808 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 113743 76669 744 445 0 107288 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 454972

[startup+282.3 s]
/proc/loadavg: 4.04 4.59 5.31 5/360 30252
/proc/meminfo: memFree=24024640/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=530920 CPUtime=282.3 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 88308 0 0 0 28218 12 0 0 25 0 1 0 658376611 543662080 87962 33554432000 4194304 6014671 140733256055808 18446744073709551615 230808862353 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 132730 87962 738 445 0 126275 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 530920

[startup+342.3 s]
/proc/loadavg: 4.06 4.49 5.23 5/360 30262
/proc/meminfo: memFree=23883436/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=530920 CPUtime=342.3 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 100578 0 0 0 34217 13 0 0 25 0 1 0 658376611 543662080 100087 33554432000 4194304 6014671 140733256055808 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 132730 100087 738 445 0 126275 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 530920

[startup+402.3 s]
/proc/loadavg: 4.06 4.42 5.16 5/360 30264
/proc/meminfo: memFree=23702596/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=530920 CPUtime=402.31 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 105646 0 0 0 40217 14 0 0 25 0 1 0 658376611 543662080 105081 33554432000 4194304 6014671 140733256055808 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 132730 105081 738 445 0 126275 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 530920

[startup+462.3 s]
/proc/loadavg: 4.05 4.35 5.08 5/360 30266
/proc/meminfo: memFree=23686428/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=530920 CPUtime=462.31 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 108078 0 0 0 46216 15 0 0 25 0 1 0 658376611 543662080 107435 33554432000 4194304 6014671 140733256055808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 132730 107435 738 445 0 126275 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 530920

[startup+522.3 s]
/proc/loadavg: 4.02 4.28 5.01 5/360 30270
/proc/meminfo: memFree=23675368/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=530920 CPUtime=522.31 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 108309 0 0 0 52216 15 0 0 25 0 1 0 658376611 543662080 107583 33554432000 4194304 6014671 140733256055808 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 132730 107583 738 445 0 126275 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 530920

[startup+582.3 s]
/proc/loadavg: 4.00 4.23 4.95 5/360 30272
/proc/meminfo: memFree=23633792/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=530920 CPUtime=582.31 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 117637 0 0 0 58215 16 0 0 25 0 1 0 658376611 543662080 116826 33554432000 4194304 6014671 140733256055808 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 132730 116826 740 445 0 126275 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 530920

[startup+642.3 s]
/proc/loadavg: 4.00 4.18 4.88 5/360 30273
/proc/meminfo: memFree=23588260/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=530920 CPUtime=642.32 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 120919 0 0 0 64215 17 0 0 25 0 1 0 658376611 543662080 119922 33554432000 4194304 6014671 140733256055808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 132730 119922 738 445 0 126275 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 530920

[startup+702.3 s]
/proc/loadavg: 4.11 4.18 4.84 5/360 30275
/proc/meminfo: memFree=23498324/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=530920 CPUtime=702.31 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 122274 0 0 0 70214 17 0 0 25 0 1 0 658376611 543662080 121277 33554432000 4194304 6014671 140733256055808 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 132730 121277 738 445 0 126275 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 530920

[startup+762.313 s]
/proc/loadavg: 4.09 4.16 4.79 5/360 30277
/proc/meminfo: memFree=23470128/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=530920 CPUtime=762.32 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 123031 0 0 0 76215 17 0 0 25 0 1 0 658376611 543662080 122032 33554432000 4194304 6014671 140733256055808 18446744073709551615 4424135 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 132730 122032 736 445 0 126275 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 530920

[startup+822.3 s]
/proc/loadavg: 4.26 4.18 4.75 5/360 30278
/proc/meminfo: memFree=23427176/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=530920 CPUtime=822.31 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 123037 0 0 0 82214 17 0 0 25 0 1 0 658376611 543662080 120665 33554432000 4194304 6014671 140733256055808 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 132730 120665 736 445 0 126275 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 530920

[startup+882.3 s]
/proc/loadavg: 4.16 4.16 4.71 5/360 30280
/proc/meminfo: memFree=23423548/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=530920 CPUtime=882.32 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 123357 0 0 0 88214 18 0 0 25 0 1 0 658376611 543662080 120985 33554432000 4194304 6014671 140733256055808 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 132730 120985 736 445 0 126275 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 530920

[startup+942.301 s]
/proc/loadavg: 4.11 4.14 4.67 5/360 30281
/proc/meminfo: memFree=23420788/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=530920 CPUtime=942.32 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 123544 0 0 0 94214 18 0 0 25 0 1 0 658376611 543662080 121172 33554432000 4194304 6014671 140733256055808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 132730 121172 736 445 0 126275 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 530920

[startup+1002.3 s]
/proc/loadavg: 4.04 4.11 4.62 5/360 30283
/proc/meminfo: memFree=23339020/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=629980 CPUtime=1002.32 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 126858 0 0 0 100213 19 0 0 25 0 1 0 658376611 645099520 124479 33554432000 4194304 6014671 140733256055808 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 157495 124479 729 445 0 151040 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 629980

[startup+1062.3 s]
/proc/loadavg: 4.01 4.09 4.58 5/360 30285
/proc/meminfo: memFree=23273504/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=729708 CPUtime=1062.33 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 128370 0 0 0 106213 20 0 0 25 0 1 0 658376611 747220992 125991 33554432000 4194304 6014671 140733256055808 18446744073709551615 4376932 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 182427 125991 729 445 0 175972 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 729708

[startup+1122.3 s]
/proc/loadavg: 4.00 4.07 4.54 5/360 30286
/proc/meminfo: memFree=23247908/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=729708 CPUtime=1122.33 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 128572 0 0 0 112213 20 0 0 25 0 1 0 658376611 747220992 126193 33554432000 4194304 6014671 140733256055808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 182427 126193 729 445 0 175972 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 729708

[startup+1182.3 s]
/proc/loadavg: 4.00 4.06 4.50 5/360 30288
/proc/meminfo: memFree=23210168/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=729708 CPUtime=1182.33 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 129658 0 0 0 118213 20 0 0 25 0 1 0 658376611 747220992 127279 33554432000 4194304 6014671 140733256055808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 182427 127279 729 445 0 175972 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 729708

[startup+1242.3 s]
/proc/loadavg: 4.16 4.08 4.48 5/360 30289
/proc/meminfo: memFree=23201564/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=729708 CPUtime=1242.33 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 129693 0 0 0 124213 20 0 0 25 0 1 0 658376611 747220992 127314 33554432000 4194304 6014671 140733256055808 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 182427 127314 729 445 0 175972 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 729708



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.05 4.44 5/360 30319
/proc/meminfo: memFree=23700496/32951124 swapFree=40554400/67111528
[pid=30135] ppid=30133 vsize=729708 CPUtime=1300.04 cores=5,7
/proc/30135/stat : 30135 (qutersat_releas) R 30133 30135 30047 0 -1 4202496 129798 0 0 0 129984 20 0 0 25 0 1 0 658376611 747220992 127419 33554432000 4194304 6014671 140733256055808 18446744073709551615 4441088 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/30135/statm: 182427 127419 729 445 0 175972 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 729708

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.07
CPU user time (s): 1299.85
CPU system time (s): 0.222966
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 729708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.85
system time used= 0.222966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129802
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 15899

runsolver used 4.12637 second user time and 10.8493 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-15 15:56:02
IDJOB=3377147
IDBENCH=71089
IDSOLVER=1856
FILE ID=node104/3377147-1305467762
RUNJOBID= node104-1305467720-30068
PBS_JOBID= 13325307
Free space on /tmp= 73400 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_09_UNSAT.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377147-1305467762/watcher-3377147-1305467762 -o /tmp/evaluation-result-3377147-1305467762/solver-3377147-1305467762 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377147-1305467762.cnf 1499365132

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=1499365132

node104.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24449780 kB
Buffers:        319476 kB
Cached:        3118124 kB
SwapCached:     122128 kB
Active:        1819012 kB
Inactive:      6402864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24449780 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           12784 kB
Writeback:           0 kB
AnonPages:     4675028 kB
Mapped:          16176 kB
Slab:           130104 kB
PageTables:      86260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75667364 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= 73412 MiB
End job on node104 at 2011-05-15 16:17:44