Trace number 3376642

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.06 1300.05

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-14x38.cnf
MD5SUM56980124bab6f1dbe07ec523b7d59019
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 variables2128
Number of clauses259616
Sum of the clauses size1032080
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23192
Number of clauses of size 30
Number of clauses of size 4256424
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.09	c Parse Cnf success: #var: 2128 #clause: 259616
0.00/0.09	c Find Units :          0
0.00/0.09	c Find Invs  :          0
0.11/0.14	c Find Ands  :       2128 AvgFaninNum: 3
0.11/0.14	c Find Xors  :          0 AvgFaninNum: nan
0.11/0.15	c Find Ite   :          0
0.11/0.15	c UnDirect variable: 0
0.11/0.15	c UnDirect to Direct Gate: 0
0.11/0.15	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.11/0.15	c Break Cycle : 1596
0.11/0.15	c Total Root : 0 Undef Var: 1596
0.11/0.15	c After covering, Total Root: 532 Leaf: 1596
0.11/0.15	c Variable( cover/uncovered/unused ): 2128 0 0
0.11/0.15	c Unit Clauses: 0
0.11/0.15	c Binary Clauses( cover/uncovered ): 1596 1596
0.11/0.15	c Clauses( cover/uncovered ): 532 255892
0.11/0.15	c Total Clauses( cover/uncovered ): 2128 257488 0.819672%
0.11/0.15	c Covered Ands: 532 Invs: 0 Xors: 0 Ites: 0
0.39/0.41	c Uncover Clauses avg size: 3.9876 max size: 4
0.39/0.42	c Final circuit: i/l/o/s    1596       0  257488    297920
0.39/0.42	c CnfToAig: Time: 0.41 s
0.79/0.81	c TmMap: Set choices finish.
0.88/0.97	c TmMap: Set big and: 297388
0.88/0.97	c TmMap: Origin: 299517 ClauseNum: 893760 --> New: 298985 ClauseNum: 892696
0.88/0.97	c TmMap: Time: 0.21
0.99/1.03	c Try to Add: #clause: 594776 #xorclause: 0
1.11/1.11	c #var: 41496 #clauses: 39901 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3376642-1305474542/watcher-3376642-1305474542 -o /tmp/evaluation-result-3376642-1305474542/solver-3376642-1305474542 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376642-1305474542.cnf 629135651 

running on 2 cores: 4,6

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.27 3.86 3.48 3/437 23508
/proc/meminfo: memFree=17136912/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=35436 CPUtime=0.01 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 2534 0 0 0 1 0 0 0 18 0 1 0 737684911 36286464 2470 33554432000 4194304 6014671 140735484841632 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 8859 2470 378 445 0 2404 0

[startup+0.112614 s]
/proc/loadavg: 3.27 3.86 3.48 3/437 23508
/proc/meminfo: memFree=17136912/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=46700 CPUtime=0.11 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 5358 0 0 0 10 1 0 0 18 0 1 0 737684911 47820800 5294 33554432000 4194304 6014671 140735484841632 18446744073709551615 4285659 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 11675 5294 383 445 0 5220 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 46700

[startup+0.200626 s]
/proc/loadavg: 3.27 3.86 3.48 3/437 23508
/proc/meminfo: memFree=17136912/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=49772 CPUtime=0.19 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 6222 0 0 0 18 1 0 0 18 0 1 0 737684911 50966528 6158 33554432000 4194304 6014671 140735484841632 18446744073709551615 4266817 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 12443 6158 398 445 0 5988 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 49772

[startup+0.300601 s]
/proc/loadavg: 3.27 3.86 3.48 3/437 23508
/proc/meminfo: memFree=17136912/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=57964 CPUtime=0.29 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 8172 0 0 0 28 1 0 0 18 0 1 0 737684911 59355136 8108 33554432000 4194304 6014671 140735484841632 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 14491 8108 398 445 0 8036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57964

[startup+0.700551 s]
/proc/loadavg: 3.27 3.86 3.48 3/437 23508
/proc/meminfo: memFree=17136912/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=129712 CPUtime=0.68 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 25940 0 0 0 66 2 0 0 18 0 1 0 737684911 132825088 25876 33554432000 4194304 6014671 140735484841632 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 32428 25877 668 445 0 25973 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 129712

[startup+1.50042 s]
/proc/loadavg: 3.27 3.86 3.48 5/442 23567
/proc/meminfo: memFree=16831144/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=188264 CPUtime=1.49 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 39060 0 0 0 145 4 0 0 20 0 1 0 737684911 192782336 38996 33554432000 4194304 6014671 140735484841632 18446744073709551615 4666663 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 47066 38996 700 445 0 40611 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 188264

[startup+3.10115 s]
/proc/loadavg: 3.33 3.86 3.48 5/445 23573
/proc/meminfo: memFree=16703300/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=201352 CPUtime=3.09 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 42159 0 0 0 305 4 0 0 25 0 1 0 737684911 206184448 42095 33554432000 4194304 6014671 140735484841632 18446744073709551615 4413536 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 50338 42095 717 445 0 43883 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 201352

[startup+6.3006 s]
/proc/loadavg: 3.33 3.86 3.48 5/445 23573
/proc/meminfo: memFree=16409068/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=215220 CPUtime=6.29 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 42596 0 0 0 625 4 0 0 25 0 1 0 737684911 220385280 42532 33554432000 4194304 6014671 140735484841632 18446744073709551615 4711354 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 53805 42532 727 445 0 47350 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 215220

[startup+12.7005 s]
/proc/loadavg: 3.38 3.86 3.48 5/445 23573
/proc/meminfo: memFree=16214064/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=388528 CPUtime=12.68 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 62635 0 0 0 1262 6 0 0 25 0 1 0 737684911 397852672 62476 33554432000 4194304 6014671 140735484841632 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 97132 62477 732 445 0 90677 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 388528

[startup+25.5004 s]
/proc/loadavg: 3.52 3.87 3.49 5/445 23575
/proc/meminfo: memFree=15945004/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=388656 CPUtime=25.49 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 80376 0 0 0 2540 9 0 0 25 0 1 0 737684911 397983744 80204 33554432000 4194304 6014671 140735484841632 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 97164 80204 729 445 0 90709 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 388656

[startup+51.1011 s]
/proc/loadavg: 3.68 3.88 3.50 5/445 23575
/proc/meminfo: memFree=15700508/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=431704 CPUtime=51.09 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 92585 0 0 0 5099 10 0 0 25 0 1 0 737684911 442064896 92315 33554432000 4194304 6014671 140735484841632 18446744073709551615 4535488 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 107926 92315 728 445 0 101471 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 431704

[startup+102.301 s]
/proc/loadavg: 3.87 3.89 3.53 5/445 23577
/proc/meminfo: memFree=15292988/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=658464 CPUtime=102.3 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 122513 0 0 0 10215 15 0 0 25 0 1 0 737684911 674267136 116769 33554432000 4194304 6014671 140735484841632 18446744073709551615 4376337 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 164616 116769 728 445 0 158161 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 658464

[startup+162.301 s]
/proc/loadavg: 3.98 3.92 3.56 5/445 23577
/proc/meminfo: memFree=15007996/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=658464 CPUtime=162.29 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 132134 0 0 0 16213 16 0 0 25 0 1 0 737684911 674267136 126389 33554432000 4194304 6014671 140735484841632 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 164616 126389 727 445 0 158161 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 658464

[startup+222.317 s]
/proc/loadavg: 3.99 3.94 3.58 5/445 23579
/proc/meminfo: memFree=14910852/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=758600 CPUtime=222.31 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 142130 0 0 0 22213 18 0 0 25 0 1 0 737684911 776806400 136385 33554432000 4194304 6014671 140735484841632 18446744073709551615 4424008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 189650 136385 727 445 0 183195 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 758600

[startup+282.301 s]
/proc/loadavg: 3.99 3.94 3.60 5/445 23581
/proc/meminfo: memFree=14813604/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=962344 CPUtime=282.29 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 145657 0 0 0 28210 19 0 0 25 0 1 0 737684911 985440256 139804 33554432000 4194304 6014671 140735484841632 18446744073709551615 4389552 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 240586 139804 727 445 0 234131 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 962344

[startup+342.301 s]
/proc/loadavg: 3.99 3.95 3.63 5/445 23583
/proc/meminfo: memFree=14745232/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=962344 CPUtime=342.29 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 149501 0 0 0 34210 19 0 0 25 0 1 0 737684911 985440256 143484 33554432000 4194304 6014671 140735484841632 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 240586 143484 727 445 0 234131 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 962344

[startup+402.301 s]
/proc/loadavg: 4.15 3.99 3.66 5/445 23585
/proc/meminfo: memFree=14697716/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=962344 CPUtime=402.3 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 150165 0 0 0 40210 20 0 0 25 0 1 0 737684911 985440256 142677 33554432000 4194304 6014671 140735484841632 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 240586 142677 727 445 0 234131 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 962344

[startup+462.301 s]
/proc/loadavg: 4.27 4.05 3.70 5/445 23585
/proc/meminfo: memFree=14691724/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=962344 CPUtime=462.29 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 150882 0 0 0 46209 20 0 0 25 0 1 0 737684911 985440256 143394 33554432000 4194304 6014671 140735484841632 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 240586 143394 727 445 0 234131 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 962344

[startup+522.3 s]
/proc/loadavg: 4.10 4.04 3.72 5/445 23587
/proc/meminfo: memFree=14639000/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=522.3 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 176451 0 0 0 52205 25 0 0 25 0 1 0 737684911 1215102976 168963 33554432000 4194304 6014671 140735484841632 18446744073709551615 4424142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 168963 727 445 0 290201 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1186624

[startup+582.3 s]
/proc/loadavg: 4.03 4.03 3.73 6/445 23589
/proc/meminfo: memFree=14368144/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=582.29 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 202364 0 0 0 58201 28 0 0 25 0 1 0 737684911 1215102976 194876 33554432000 4194304 6014671 140735484841632 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 194876 727 445 0 290201 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1186624

[startup+642.3 s]
/proc/loadavg: 4.01 4.02 3.74 5/445 23591
/proc/meminfo: memFree=14346524/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=642.29 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 202593 0 0 0 64201 28 0 0 25 0 1 0 737684911 1215102976 195105 33554432000 4194304 6014671 140735484841632 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 195105 727 445 0 290201 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 1186624

[startup+702.3 s]
/proc/loadavg: 4.11 4.05 3.77 5/445 23593
/proc/meminfo: memFree=14277544/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=702.3 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 202910 0 0 0 70202 28 0 0 25 0 1 0 737684911 1215102976 195382 33554432000 4194304 6014671 140735484841632 18446744073709551615 4378473 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 195382 727 445 0 290201 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1186624

[startup+762.3 s]
/proc/loadavg: 4.08 4.05 3.78 5/445 23602
/proc/meminfo: memFree=14246092/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=762.32 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 204040 0 0 0 76203 29 0 0 25 0 1 0 737684911 1215102976 196431 33554432000 4194304 6014671 140735484841632 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 196431 727 445 0 290201 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1186624

[startup+822.3 s]
/proc/loadavg: 4.03 4.04 3.79 5/445 23604
/proc/meminfo: memFree=14228336/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=822.3 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 204831 0 0 0 82201 29 0 0 25 0 1 0 737684911 1215102976 197105 33554432000 4194304 6014671 140735484841632 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 197105 727 445 0 290201 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1186624

[startup+882.316 s]
/proc/loadavg: 4.01 4.03 3.81 5/445 23606
/proc/meminfo: memFree=14207340/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=882.31 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 205168 0 0 0 88202 29 0 0 25 0 1 0 737684911 1215102976 197395 33554432000 4194304 6014671 140735484841632 18446744073709551615 4424209 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 197395 727 445 0 290201 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1186624

[startup+942.3 s]
/proc/loadavg: 4.00 4.02 3.82 5/445 23608
/proc/meminfo: memFree=14124944/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=942.3 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 205722 0 0 0 94201 29 0 0 25 0 1 0 737684911 1215102976 197813 33554432000 4194304 6014671 140735484841632 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 197813 727 445 0 290201 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 1186624

[startup+1002.3 s]
/proc/loadavg: 4.10 4.05 3.84 5/445 23610
/proc/meminfo: memFree=13989984/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=1002.3 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 206138 0 0 0 100201 29 0 0 25 0 1 0 737684911 1215102976 198198 33554432000 4194304 6014671 140735484841632 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 198198 727 445 0 290201 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1186624

[startup+1062.3 s]
/proc/loadavg: 4.23 4.11 3.87 5/445 23610
/proc/meminfo: memFree=13886644/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=1062.31 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 206760 0 0 0 106201 30 0 0 25 0 1 0 737684911 1215102976 198666 33554432000 4194304 6014671 140735484841632 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 198666 727 445 0 290201 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1186624

[startup+1122.3 s]
/proc/loadavg: 4.17 4.13 3.89 5/445 23612
/proc/meminfo: memFree=13847796/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=1122.31 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 207051 0 0 0 112201 30 0 0 25 0 1 0 737684911 1215102976 198895 33554432000 4194304 6014671 140735484841632 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 198895 727 445 0 290201 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1186624

[startup+1182.3 s]
/proc/loadavg: 4.07 4.10 3.90 6/445 23614
/proc/meminfo: memFree=13844768/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=1182.31 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 207371 0 0 0 118201 30 0 0 25 0 1 0 737684911 1215102976 198997 33554432000 4194304 6014671 140735484841632 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 198997 727 445 0 290201 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1186624

[startup+1242.3 s]
/proc/loadavg: 4.02 4.08 3.90 5/445 23616
/proc/meminfo: memFree=13872612/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=1242.31 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 207649 0 0 0 124201 30 0 0 25 0 1 0 737684911 1215102976 190645 33554432000 4194304 6014671 140735484841632 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 190645 727 445 0 290201 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 1186624



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.14 4.10 3.92 4/443 23619
/proc/meminfo: memFree=14349492/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=1300.02 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 207861 0 0 0 129972 30 0 0 25 0 1 0 737684911 1215102976 190857 33554432000 4194304 6014671 140735484841632 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 190857 727 445 0 290201 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1186624

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

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

[startup+1300 s]
/proc/loadavg: 4.14 4.10 3.92 4/443 23619
/proc/meminfo: memFree=14349492/32951124 swapFree=45193372/67111528
[pid=23508] ppid=23506 vsize=1186624 CPUtime=1300.02 cores=4,6
/proc/23508/stat : 23508 (qutersat_releas) R 23506 23508 22441 0 -1 4202496 207861 0 0 0 129972 30 0 0 25 0 1 0 737684911 1215102976 190857 33554432000 4194304 6014671 140735484841632 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/23508/statm: 296656 190857 727 445 0 290201 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1186624

Child status: 1
Real time (s): 1300.05
CPU time (s): 1300.06
CPU user time (s): 1299.73
CPU system time (s): 0.333949
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1186624

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

runsolver used 5.84611 second user time and 13.081 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 17:49:02
IDJOB=3376642
IDBENCH=83180
IDSOLVER=1856
FILE ID=node118/3376642-1305474542
RUNJOBID= node118-1305474542-23450
PBS_JOBID= 13325305
Free space on /tmp= 73256 MiB

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

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

MD5SUM BENCH= 56980124bab6f1dbe07ec523b7d59019
RANDOM SEED=629135651

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17137060 kB
Buffers:        309400 kB
Cached:        4717800 kB
SwapCached:      22076 kB
Active:       12847600 kB
Inactive:      2641708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17137060 kB
SwapTotal:    67111528 kB
SwapFree:     45193372 kB
Dirty:           13220 kB
Writeback:           0 kB
AnonPages:    10452836 kB
Mapped:          23772 kB
Slab:           159036 kB
PageTables:      99132 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125934968 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= 73236 MiB
End job on node118 at 2011-05-15 18:10:45