Trace number 3384317

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.14 5000.15

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.12	c Uncover Clauses avg size: 2.98802 max size: 10
0.09/0.12	c Final circuit: i/l/o/s     837       0   85269     93714
0.09/0.12	c CnfToAig: Time: 0.11 s
0.19/0.23	c TmMap: Set choices finish.
0.19/0.28	c TmMap: Set big and: 90773
0.19/0.28	c TmMap: Origin: 94552 ClauseNum: 281142 --> New: 91620 ClauseNum: 276194
0.19/0.28	c TmMap: Time: 0.06
0.29/0.30	c Try to Add: #clause: 181582 #xorclause: 0
0.29/0.32	c #var: 6350 #clauses: 9183 Solving... 
5000.09/5000.11	c Time Out !!
5000.09/5000.11	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-3384317-1305542699/watcher-3384317-1305542699 -o /tmp/evaluation-result-3384317-1305542699/solver-3384317-1305542699 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384317-1305542699.cnf 695434408 

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: 1.87 1.97 1.83 2/436 5476
/proc/meminfo: memFree=25068744/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=32364 CPUtime=0 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 1817 0 0 0 0 0 0 0 21 0 1 0 665868001 33140736 1753 33554432000 4194304 6014671 140737452125728 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 8091 1755 378 445 0 1636 0

[startup+0.0999769 s]
/proc/loadavg: 1.87 1.97 1.83 2/436 5476
/proc/meminfo: memFree=25068744/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=44140 CPUtime=0.09 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 4846 0 0 0 9 0 0 0 21 0 1 0 665868001 45199360 4782 33554432000 4194304 6014671 140737452125728 18446744073709551615 4276477 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 11035 4782 398 445 0 4580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44140

[startup+0.100976 s]
/proc/loadavg: 1.87 1.97 1.83 2/436 5476
/proc/meminfo: memFree=25068744/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=44140 CPUtime=0.09 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 4846 0 0 0 9 0 0 0 21 0 1 0 665868001 45199360 4782 33554432000 4194304 6014671 140737452125728 18446744073709551615 4262632 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 11035 4782 398 445 0 4580 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44140

[startup+0.300945 s]
/proc/loadavg: 1.87 1.97 1.83 2/436 5476
/proc/meminfo: memFree=25068744/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=83996 CPUtime=0.29 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 14854 0 0 0 28 1 0 0 22 0 1 0 665868001 86011904 14790 33554432000 4194304 6014671 140737452125728 18446744073709551615 4776621 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 20999 14790 670 445 0 14544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83996

[startup+0.700868 s]
/proc/loadavg: 1.87 1.97 1.83 2/436 5476
/proc/meminfo: memFree=25068744/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=83996 CPUtime=0.69 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 14883 0 0 0 68 1 0 0 23 0 1 0 665868001 86011904 14819 33554432000 4194304 6014671 140737452125728 18446744073709551615 4423389 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 20999 14819 696 445 0 14544 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83996

[startup+1.50073 s]
/proc/loadavg: 1.87 1.97 1.83 3/437 5477
/proc/meminfo: memFree=25010828/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=118812 CPUtime=1.49 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 22834 0 0 0 146 3 0 0 25 0 1 0 665868001 121663488 22770 33554432000 4194304 6014671 140737452125728 18446744073709551615 4444799 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 29703 22770 701 445 0 23248 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 118812

[startup+3.10045 s]
/proc/loadavg: 1.87 1.97 1.83 3/437 5477
/proc/meminfo: memFree=24974744/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=125084 CPUtime=3.09 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 24521 0 0 0 306 3 0 0 25 0 1 0 665868001 128086016 24456 33554432000 4194304 6014671 140737452125728 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 31271 24456 724 445 0 24816 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 125084

[startup+6.30088 s]
/proc/loadavg: 1.88 1.97 1.83 3/437 5477
/proc/meminfo: memFree=24956456/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=164540 CPUtime=6.29 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 28175 0 0 0 626 3 0 0 25 0 1 0 665868001 168488960 28110 33554432000 4194304 6014671 140737452125728 18446744073709551615 4422652 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 41135 28110 729 445 0 34680 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 164540

[startup+12.7008 s]
/proc/loadavg: 1.89 1.97 1.83 3/437 5477
/proc/meminfo: memFree=24937412/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=175344 CPUtime=12.69 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 32796 0 0 0 1265 4 0 0 25 0 1 0 665868001 179552256 32731 33554432000 4194304 6014671 140737452125728 18446744073709551615 4377200 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 43836 32731 729 445 0 37381 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 175344

[startup+25.5005 s]
/proc/loadavg: 1.99 1.99 1.84 3/437 5478
/proc/meminfo: memFree=24909440/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=213456 CPUtime=25.49 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 39190 0 0 0 2544 5 0 0 25 0 1 0 665868001 218578944 39125 33554432000 4194304 6014671 140737452125728 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 53364 39125 729 445 0 46909 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 213456

[startup+51.101 s]
/proc/loadavg: 1.99 1.99 1.84 3/437 5478
/proc/meminfo: memFree=24884540/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=213456 CPUtime=51.1 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 45096 0 0 0 5104 6 0 0 25 0 1 0 665868001 218578944 45031 33554432000 4194304 6014671 140737452125728 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 53364 45031 729 445 0 46909 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 213456

[startup+102.317 s]
/proc/loadavg: 1.99 1.99 1.85 3/437 5480
/proc/meminfo: memFree=24856936/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=256636 CPUtime=102.31 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 51843 0 0 0 10224 7 0 0 25 0 1 0 665868001 262795264 51778 33554432000 4194304 6014671 140737452125728 18446744073709551615 4535268 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 64159 51778 729 445 0 57704 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 256636

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 1.85 3/437 5481
/proc/meminfo: memFree=24822040/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=317736 CPUtime=162.29 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 60301 0 0 0 16221 8 0 0 25 0 1 0 665868001 325361664 60200 33554432000 4194304 6014671 140737452125728 18446744073709551615 4535382 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 79434 60200 744 445 0 72979 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 317736

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.86 3/437 5483
/proc/meminfo: memFree=24790212/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=519212 CPUtime=222.3 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 69270 0 0 0 22220 10 0 0 25 0 1 0 665868001 531673088 65843 33554432000 4194304 6014671 140737452125728 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 129803 65843 744 445 0 123348 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 519212

[startup+282.3 s]
/proc/loadavg: 2.07 2.02 1.88 3/437 5485
/proc/meminfo: memFree=24738172/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=519212 CPUtime=282.3 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 82217 0 0 0 28218 12 0 0 25 0 1 0 665868001 531673088 78781 33554432000 4194304 6014671 140737452125728 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 129803 78781 735 445 0 123348 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 519212

[startup+342.301 s]
/proc/loadavg: 2.06 2.03 1.89 3/437 5486
/proc/meminfo: memFree=24735392/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=519212 CPUtime=342.3 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 82567 0 0 0 34218 12 0 0 25 0 1 0 665868001 531673088 79131 33554432000 4194304 6014671 140737452125728 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 129803 79131 735 445 0 123348 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 519212

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 1.89 3/437 5488
/proc/meminfo: memFree=24731872/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=519212 CPUtime=402.3 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 83423 0 0 0 40218 12 0 0 25 0 1 0 665868001 531673088 79987 33554432000 4194304 6014671 140737452125728 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 129803 79987 735 445 0 123348 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 519212

[startup+462.301 s]
/proc/loadavg: 2.01 2.01 1.90 3/437 5489
/proc/meminfo: memFree=24730568/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=519212 CPUtime=462.3 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 83685 0 0 0 46218 12 0 0 25 0 1 0 665868001 531673088 80249 33554432000 4194304 6014671 140737452125728 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 129803 80249 735 445 0 123348 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 519212

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/437 5491
/proc/meminfo: memFree=24728276/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=519212 CPUtime=522.31 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 84328 0 0 0 52218 13 0 0 25 0 1 0 665868001 531673088 80892 33554432000 4194304 6014671 140737452125728 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 129803 80892 735 445 0 123348 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 519212

[startup+582.301 s]
/proc/loadavg: 2.08 2.02 1.91 3/437 5493
/proc/meminfo: memFree=24705144/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=519212 CPUtime=582.3 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 90083 0 0 0 58217 13 0 0 25 0 1 0 665868001 531673088 86647 33554432000 4194304 6014671 140737452125728 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5476/statm: 129803 86647 735 445 0 123348 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 519212

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.10 2.04 2.01 3/437 5625
/proc/meminfo: memFree=18612760/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=833820 CPUtime=4062.32 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 170577 0 0 0 406201 31 0 0 25 0 1 0 665868001 853831680 165126 33554432000 4194304 6014671 140737452125728 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 208455 165126 729 445 0 202000 0
Current children cumulated CPU time (s) 4062.32
Current children cumulated vsize (KiB) 833820

[startup+4122.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/437 5627
/proc/meminfo: memFree=18613304/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=833820 CPUtime=4122.31 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 170624 0 0 0 412199 32 0 0 25 0 1 0 665868001 853831680 165173 33554432000 4194304 6014671 140737452125728 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 208455 165173 729 445 0 202000 0
Current children cumulated CPU time (s) 4122.31
Current children cumulated vsize (KiB) 833820

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/437 5629
/proc/meminfo: memFree=18535356/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=833820 CPUtime=4182.31 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 170640 0 0 0 418199 32 0 0 25 0 1 0 665868001 853831680 165189 33554432000 4194304 6014671 140737452125728 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 208455 165189 729 445 0 202000 0
Current children cumulated CPU time (s) 4182.31
Current children cumulated vsize (KiB) 833820

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 5630
/proc/meminfo: memFree=18477408/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=833820 CPUtime=4242.3 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 170669 0 0 0 424198 32 0 0 25 0 1 0 665868001 853831680 165218 33554432000 4194304 6014671 140737452125728 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 208455 165218 729 445 0 202000 0
Current children cumulated CPU time (s) 4242.3
Current children cumulated vsize (KiB) 833820

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5632
/proc/meminfo: memFree=18290332/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=833820 CPUtime=4302.3 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 170685 0 0 0 430198 32 0 0 25 0 1 0 665868001 853831680 165234 33554432000 4194304 6014671 140737452125728 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 208455 165234 729 445 0 202000 0
Current children cumulated CPU time (s) 4302.3
Current children cumulated vsize (KiB) 833820

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 5633
/proc/meminfo: memFree=18186468/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=833820 CPUtime=4362.3 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 171610 0 0 0 436198 32 0 0 25 0 1 0 665868001 853831680 166159 33554432000 4194304 6014671 140737452125728 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 208455 166159 729 445 0 202000 0
Current children cumulated CPU time (s) 4362.3
Current children cumulated vsize (KiB) 833820

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 5635
/proc/meminfo: memFree=18114960/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=833820 CPUtime=4422.3 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 171610 0 0 0 442198 32 0 0 25 0 1 0 665868001 853831680 166159 33554432000 4194304 6014671 140737452125728 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 208455 166159 729 445 0 202000 0
Current children cumulated CPU time (s) 4422.3
Current children cumulated vsize (KiB) 833820

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 5637
/proc/meminfo: memFree=18076204/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=833820 CPUtime=4482.29 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 172127 0 0 0 448197 32 0 0 25 0 1 0 665868001 853831680 166676 33554432000 4194304 6014671 140737452125728 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 208455 166676 729 445 0 202000 0
Current children cumulated CPU time (s) 4482.29
Current children cumulated vsize (KiB) 833820

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 5638
/proc/meminfo: memFree=17997764/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=972560 CPUtime=4542.29 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 182265 0 0 0 454194 35 0 0 25 0 1 0 665868001 995901440 176814 33554432000 4194304 6014671 140737452125728 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 243140 176814 729 445 0 236685 0
Current children cumulated CPU time (s) 4542.29
Current children cumulated vsize (KiB) 972560

[startup+4602.3 s]
/proc/loadavg: 2.19 2.06 2.02 3/437 5649
/proc/meminfo: memFree=17949816/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=972560 CPUtime=4602.3 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 194056 0 0 0 460192 38 0 0 25 0 1 0 665868001 995901440 188604 33554432000 4194304 6014671 140737452125728 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 243140 188604 729 445 0 236685 0
Current children cumulated CPU time (s) 4602.3
Current children cumulated vsize (KiB) 972560

[startup+4662.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/437 5650
/proc/meminfo: memFree=17941956/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=972560 CPUtime=4662.28 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 195780 0 0 0 466190 38 0 0 25 0 1 0 665868001 995901440 190326 33554432000 4194304 6014671 140737452125728 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 243140 190326 729 445 0 236685 0
Current children cumulated CPU time (s) 4662.28
Current children cumulated vsize (KiB) 972560

[startup+4722.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/437 5652
/proc/meminfo: memFree=17941256/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=972560 CPUtime=4722.3 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 195899 0 0 0 472192 38 0 0 25 0 1 0 665868001 995901440 190433 33554432000 4194304 6014671 140737452125728 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 243140 190433 729 445 0 236685 0
Current children cumulated CPU time (s) 4722.3
Current children cumulated vsize (KiB) 972560

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/437 5657
/proc/meminfo: memFree=17936016/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=972560 CPUtime=4782.28 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 195903 0 0 0 478190 38 0 0 25 0 1 0 665868001 995901440 190424 33554432000 4194304 6014671 140737452125728 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 243140 190424 729 445 0 236685 0
Current children cumulated CPU time (s) 4782.28
Current children cumulated vsize (KiB) 972560

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/437 5658
/proc/meminfo: memFree=17909372/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=1113688 CPUtime=4842.28 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 196031 0 0 0 484190 38 0 0 25 0 1 0 665868001 1140416512 190544 33554432000 4194304 6014671 140737452125728 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 278422 190544 729 445 0 271967 0
Current children cumulated CPU time (s) 4842.28
Current children cumulated vsize (KiB) 1113688

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5660
/proc/meminfo: memFree=17865040/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=1113688 CPUtime=4902.28 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 196924 0 0 0 490189 39 0 0 25 0 1 0 665868001 1140416512 191418 33554432000 4194304 6014671 140737452125728 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 278422 191418 729 445 0 271967 0
Current children cumulated CPU time (s) 4902.28
Current children cumulated vsize (KiB) 1113688

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/437 5661
/proc/meminfo: memFree=17854548/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=1113688 CPUtime=4962.28 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 199249 0 0 0 496189 39 0 0 25 0 1 0 665868001 1140416512 193743 33554432000 4194304 6014671 140737452125728 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 278422 193743 729 445 0 271967 0
Current children cumulated CPU time (s) 4962.28
Current children cumulated vsize (KiB) 1113688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 5662
/proc/meminfo: memFree=17853744/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=1113688 CPUtime=5000.09 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 199337 0 0 0 499970 39 0 0 25 0 1 0 665868001 1140416512 193806 33554432000 4194304 6014671 140737452125728 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 278422 193806 729 445 0 271967 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 1113688

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

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

[startup+5000.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/437 5662
/proc/meminfo: memFree=17853744/32951124 swapFree=64205392/67111528
[pid=5476] ppid=5474 vsize=1113688 CPUtime=5000.09 cores=1,3,5,7
/proc/5476/stat : 5476 (qutersat_releas) R 5474 5476 5259 0 -1 4202496 199337 0 0 0 499970 39 0 0 25 0 1 0 665868001 1140416512 193806 33554432000 4194304 6014671 140737452125728 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/5476/statm: 278422 193806 729 445 0 271967 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 1113688

Child status: 1
Real time (s): 5000.15
CPU time (s): 5000.14
CPU user time (s): 4999.71
CPU system time (s): 0.426935
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 1113688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.71
system time used= 0.426935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199341
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= 9
involuntary context switches= 9092

runsolver used 19.806 second user time and 49.2145 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-16 12:45:00
IDJOB=3384317
IDBENCH=71089
IDSOLVER=1868
FILE ID=node136/3384317-1305542699
RUNJOBID= node136-1305540197-5278
PBS_JOBID= 13329217
Free space on /tmp= 72968 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-3384317-1305542699/watcher-3384317-1305542699 -o /tmp/evaluation-result-3384317-1305542699/solver-3384317-1305542699 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384317-1305542699.cnf 695434408

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

MD5SUM BENCH= feb620c17f2a4d7899a2e7883baa7391
RANDOM SEED=695434408

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25069016 kB
Buffers:         12316 kB
Cached:         526432 kB
SwapCached:      24924 kB
Active:        1271576 kB
Inactive:      6407708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25069016 kB
SwapTotal:    67111528 kB
SwapFree:     64205392 kB
Dirty:            2820 kB
Writeback:           0 kB
AnonPages:     7121864 kB
Mapped:          34736 kB
Slab:            83964 kB
PageTables:      53016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 123017952 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= 72888 MiB
End job on node136 at 2011-05-16 14:08:23