Trace number 3376640

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-14x34.cnf
MD5SUM72677fc46303044d3d9e832fa24a37b2
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 variables1904
Number of clauses207536
Sum of the clauses size824432
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22856
Number of clauses of size 30
Number of clauses of size 4204680
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.07	c Parse Cnf success: #var: 1904 #clause: 207536
0.00/0.07	c Find Units :          0
0.00/0.07	c Find Invs  :          0
0.10/0.11	c Find Ands  :       1904 AvgFaninNum: 3
0.10/0.11	c Find Xors  :          0 AvgFaninNum: nan
0.10/0.12	c Find Ite   :          0
0.10/0.12	c UnDirect variable: 0
0.10/0.12	c UnDirect to Direct Gate: 0
0.10/0.12	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.10/0.12	c Break Cycle : 1428
0.10/0.12	c Total Root : 0 Undef Var: 1428
0.10/0.12	c After covering, Total Root: 476 Leaf: 1428
0.10/0.12	c Variable( cover/uncovered/unused ): 1904 0 0
0.10/0.12	c Unit Clauses: 0
0.10/0.12	c Binary Clauses( cover/uncovered ): 1428 1428
0.10/0.12	c Clauses( cover/uncovered ): 476 204204
0.10/0.12	c Total Clauses( cover/uncovered ): 1904 205632 0.917431%
0.10/0.12	c Covered Ands: 476 Invs: 0 Xors: 0 Ites: 0
0.29/0.31	c Uncover Clauses avg size: 3.98611 max size: 4
0.29/0.31	c Final circuit: i/l/o/s    1428       0  205632    238000
0.29/0.31	c CnfToAig: Time: 0.31 s
0.59/0.63	c TmMap: Set choices finish.
0.69/0.74	c TmMap: Set big and: 237524
0.69/0.74	c TmMap: Origin: 239429 ClauseNum: 714000 --> New: 238953 ClauseNum: 713048
0.69/0.74	c TmMap: Time: 0.14
0.69/0.79	c Try to Add: #clause: 475048 #xorclause: 0
0.79/0.85	c #var: 33320 #clauses: 31893 Solving... 
1300.03/1300.01	c Time Out !!
1300.03/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-3376640-1305474543/watcher-3376640-1305474543 -o /tmp/evaluation-result-3376640-1305474543/solver-3376640-1305474543 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376640-1305474543.cnf 620911763 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.27 3.86 3.48 3/439 23562
/proc/meminfo: memFree=17049960/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=35436 CPUtime=0.01 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 2535 0 0 0 1 0 0 0 25 0 1 0 737684961 36286464 2471 33554432000 4194304 6014671 140734983552336 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 8859 2471 378 445 0 2404 0

[startup+0.110765 s]
/proc/loadavg: 3.27 3.86 3.48 3/439 23562
/proc/meminfo: memFree=17049960/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=45676 CPUtime=0.1 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 5194 0 0 0 10 0 0 0 25 0 1 0 737684961 46772224 5130 33554432000 4194304 6014671 140734983552336 18446744073709551615 4285953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 11419 5130 383 445 0 4964 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 45676

[startup+0.20075 s]
/proc/loadavg: 3.27 3.86 3.48 3/439 23562
/proc/meminfo: memFree=17049960/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=49772 CPUtime=0.19 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 6193 0 0 0 18 1 0 0 25 0 1 0 737684961 50966528 6129 33554432000 4194304 6014671 140734983552336 18446744073709551615 4267040 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 12443 6129 398 445 0 5988 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 49772

[startup+0.300735 s]
/proc/loadavg: 3.27 3.86 3.48 3/439 23562
/proc/meminfo: memFree=17049960/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=57964 CPUtime=0.29 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 8189 0 0 0 28 1 0 0 25 0 1 0 737684961 59355136 8125 33554432000 4194304 6014671 140734983552336 18446744073709551615 4262890 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 14491 8125 398 445 0 8036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57964

[startup+0.700666 s]
/proc/loadavg: 3.27 3.86 3.48 3/439 23562
/proc/meminfo: memFree=17049960/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=129900 CPUtime=0.69 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 26420 0 0 0 66 3 0 0 25 0 1 0 737684961 133017600 26356 33554432000 4194304 6014671 140734983552336 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 32475 26357 670 445 0 26020 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129900

[startup+1.50053 s]
/proc/loadavg: 3.27 3.86 3.48 5/445 23573
/proc/meminfo: memFree=16752992/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=146284 CPUtime=1.49 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 30562 0 0 0 146 3 0 0 25 0 1 0 737684961 149794816 30498 33554432000 4194304 6014671 140734983552336 18446744073709551615 4422635 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 36571 30498 700 445 0 30116 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 146284

[startup+3.10028 s]
/proc/loadavg: 3.33 3.86 3.48 5/445 23573
/proc/meminfo: memFree=16606952/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=159352 CPUtime=3.09 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 33676 0 0 0 305 4 0 0 25 0 1 0 737684961 163176448 33595 33554432000 4194304 6014671 140734983552336 18446744073709551615 4383743 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 39838 33595 722 445 0 33383 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 159352

[startup+6.30075 s]
/proc/loadavg: 3.33 3.86 3.48 5/445 23573
/proc/meminfo: memFree=16396316/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=200356 CPUtime=6.29 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 42251 0 0 0 625 4 0 0 25 0 1 0 737684961 205164544 42145 33554432000 4194304 6014671 140734983552336 18446744073709551615 4566303 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 50089 42145 751 445 0 43634 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 200356

[startup+12.7007 s]
/proc/loadavg: 3.43 3.86 3.48 5/445 23573
/proc/meminfo: memFree=16205260/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=317028 CPUtime=12.7 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 55147 0 0 0 1263 7 0 0 25 0 1 0 737684961 324636672 54888 33554432000 4194304 6014671 140734983552336 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 79257 54888 736 445 0 72802 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 317028

[startup+25.5005 s]
/proc/loadavg: 3.52 3.87 3.49 5/445 23575
/proc/meminfo: memFree=15941904/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=317156 CPUtime=25.49 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 70027 0 0 0 2539 10 0 0 25 0 1 0 737684961 324767744 69761 33554432000 4194304 6014671 140734983552336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 79289 69761 729 445 0 72834 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 317156

[startup+51.1013 s]
/proc/loadavg: 3.68 3.88 3.50 5/445 23575
/proc/meminfo: memFree=15700012/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=354724 CPUtime=51.09 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 76014 0 0 0 5098 11 0 0 25 0 1 0 737684961 363237376 75697 33554432000 4194304 6014671 140734983552336 18446744073709551615 4378616 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 88681 75697 728 445 0 82226 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 354724

[startup+102.301 s]
/proc/loadavg: 3.87 3.89 3.53 5/445 23577
/proc/meminfo: memFree=15291500/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=560860 CPUtime=102.31 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 110247 0 0 0 10214 17 0 0 25 0 1 0 737684961 574320640 104832 33554432000 4194304 6014671 140734983552336 18446744073709551615 4376438 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 140215 104832 728 445 0 133760 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 560860

[startup+162.301 s]
/proc/loadavg: 3.98 3.92 3.56 5/445 23577
/proc/meminfo: memFree=15008244/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=730372 CPUtime=162.3 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 129538 0 0 0 16209 21 0 0 25 0 1 0 737684961 747900928 124123 33554432000 4194304 6014671 140734983552336 18446744073709551615 4376789 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 182593 124123 728 445 0 176138 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 730372

[startup+222.317 s]
/proc/loadavg: 3.99 3.94 3.58 5/445 23579
/proc/meminfo: memFree=14910852/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=821768 CPUtime=222.31 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 141547 0 0 0 22208 23 0 0 25 0 1 0 737684961 841490432 136132 33554432000 4194304 6014671 140734983552336 18446744073709551615 4535376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 205442 136132 728 445 0 198987 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 821768

[startup+282.301 s]
/proc/loadavg: 3.99 3.94 3.60 5/445 23581
/proc/meminfo: memFree=14813108/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=821768 CPUtime=282.29 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 155178 0 0 0 28204 25 0 0 25 0 1 0 737684961 841490432 149708 33554432000 4194304 6014671 140734983552336 18446744073709551615 4385626 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 205442 149708 728 445 0 198987 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 821768

[startup+342.301 s]
/proc/loadavg: 3.99 3.95 3.63 5/445 23583
/proc/meminfo: memFree=14745232/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=821768 CPUtime=342.3 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 156133 0 0 0 34204 26 0 0 25 0 1 0 737684961 841490432 150547 33554432000 4194304 6014671 140734983552336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 205442 150547 728 445 0 198987 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 821768

[startup+402.301 s]
/proc/loadavg: 4.15 3.99 3.66 5/445 23585
/proc/meminfo: memFree=14697592/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=821768 CPUtime=402.3 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 157231 0 0 0 40204 26 0 0 25 0 1 0 737684961 841490432 151468 33554432000 4194304 6014671 140734983552336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 205442 151468 728 445 0 198987 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 821768

[startup+462.301 s]
/proc/loadavg: 4.25 4.05 3.70 5/445 23585
/proc/meminfo: memFree=14691724/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=821768 CPUtime=462.3 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 158208 0 0 0 46204 26 0 0 25 0 1 0 737684961 841490432 152219 33554432000 4194304 6014671 140734983552336 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 205442 152219 728 445 0 198987 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 821768

[startup+522.301 s]
/proc/loadavg: 4.10 4.04 3.72 5/445 23587
/proc/meminfo: memFree=14639000/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=821768 CPUtime=522.29 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 159399 0 0 0 52203 26 0 0 25 0 1 0 737684961 841490432 136188 33554432000 4194304 6014671 140734983552336 18446744073709551615 4566288 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 205442 136188 728 445 0 198987 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 821768

[startup+582.301 s]
/proc/loadavg: 4.03 4.03 3.73 5/445 23589
/proc/meminfo: memFree=14368144/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=821768 CPUtime=582.3 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 181116 0 0 0 58200 30 0 0 25 0 1 0 737684961 841490432 157905 33554432000 4194304 6014671 140734983552336 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 205442 157905 728 445 0 198987 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 821768

[startup+642.301 s]
/proc/loadavg: 4.01 4.02 3.74 5/445 23591
/proc/meminfo: memFree=14346400/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=821768 CPUtime=642.3 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 181883 0 0 0 64199 31 0 0 25 0 1 0 737684961 841490432 158672 33554432000 4194304 6014671 140734983552336 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 205442 158672 728 445 0 198987 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 821768

[startup+702.301 s]
/proc/loadavg: 4.10 4.05 3.77 5/445 23593
/proc/meminfo: memFree=14277172/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=821768 CPUtime=702.3 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 185927 0 0 0 70199 31 0 0 25 0 1 0 737684961 841490432 162716 33554432000 4194304 6014671 140734983552336 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 205442 162716 728 445 0 198987 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 821768

[startup+762.301 s]
/proc/loadavg: 4.08 4.05 3.78 5/445 23602
/proc/meminfo: memFree=14246092/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=821768 CPUtime=762.32 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 187817 0 0 0 76201 31 0 0 25 0 1 0 737684961 841490432 164606 33554432000 4194304 6014671 140734983552336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 205442 164606 728 445 0 198987 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 821768

[startup+822.301 s]
/proc/loadavg: 4.03 4.04 3.80 5/445 23604
/proc/meminfo: memFree=14228336/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=821768 CPUtime=822.31 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 188692 0 0 0 82199 32 0 0 25 0 1 0 737684961 841490432 165481 33554432000 4194304 6014671 140734983552336 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 205442 165481 728 445 0 198987 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 821768

[startup+882.317 s]
/proc/loadavg: 4.01 4.03 3.81 5/445 23606
/proc/meminfo: memFree=14207340/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=821768 CPUtime=882.32 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 191130 0 0 0 88200 32 0 0 25 0 1 0 737684961 841490432 167891 33554432000 4194304 6014671 140734983552336 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 205442 167891 728 445 0 198987 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 821768

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.82 5/445 23608
/proc/meminfo: memFree=14124944/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=935156 CPUtime=942.3 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 196948 0 0 0 94197 33 0 0 25 0 1 0 737684961 957599744 173632 33554432000 4194304 6014671 140734983552336 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 233789 173632 728 445 0 227334 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 935156

[startup+1002.3 s]
/proc/loadavg: 4.10 4.05 3.84 5/445 23610
/proc/meminfo: memFree=13988248/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=935156 CPUtime=1002.3 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 199373 0 0 0 100196 34 0 0 25 0 1 0 737684961 957599744 176009 33554432000 4194304 6014671 140734983552336 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 233789 176009 728 445 0 227334 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 935156

[startup+1062.3 s]
/proc/loadavg: 4.23 4.11 3.87 5/445 23610
/proc/meminfo: memFree=13885652/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=935156 CPUtime=1062.3 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 199637 0 0 0 106196 34 0 0 25 0 1 0 737684961 957599744 176173 33554432000 4194304 6014671 140734983552336 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 233789 176173 728 445 0 227334 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 935156

[startup+1122.3 s]
/proc/loadavg: 4.17 4.13 3.89 5/445 23612
/proc/meminfo: memFree=13847796/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=935156 CPUtime=1122.31 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 200046 0 0 0 112196 35 0 0 25 0 1 0 737684961 957599744 176476 33554432000 4194304 6014671 140734983552336 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 233789 176476 728 445 0 227334 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 935156

[startup+1182.3 s]
/proc/loadavg: 4.07 4.10 3.90 5/445 23614
/proc/meminfo: memFree=13844644/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=935156 CPUtime=1182.31 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 200348 0 0 0 118196 35 0 0 25 0 1 0 737684961 957599744 176713 33554432000 4194304 6014671 140734983552336 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 233789 176713 728 445 0 227334 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 935156

[startup+1242.3 s]
/proc/loadavg: 4.02 4.08 3.90 5/445 23616
/proc/meminfo: memFree=13872612/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=935156 CPUtime=1242.31 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 201097 0 0 0 124196 35 0 0 25 0 1 0 737684961 957599744 177267 33554432000 4194304 6014671 140734983552336 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 233789 177267 728 445 0 227334 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 935156



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.14 4.10 3.92 3/441 23620
/proc/meminfo: memFree=15110868/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=935156 CPUtime=1300.03 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 201275 0 0 0 129968 35 0 0 25 0 1 0 737684961 957599744 177062 33554432000 4194304 6014671 140734983552336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 233789 177062 728 445 0 227334 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 935156

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 3/441 23620
/proc/meminfo: memFree=15110868/32951124 swapFree=45193372/67111528
[pid=23562] ppid=23560 vsize=935156 CPUtime=1300.03 cores=1,3
/proc/23562/stat : 23562 (qutersat_releas) R 23560 23562 22441 0 -1 4202496 201275 0 0 0 129968 35 0 0 25 0 1 0 737684961 957599744 177062 33554432000 4194304 6014671 140734983552336 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/23562/statm: 233789 177062 728 445 0 227334 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 935156

Child status: 1
Real time (s): 1300.04
CPU time (s): 1300.06
CPU user time (s): 1299.68
CPU system time (s): 0.382941
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 935156

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

runsolver used 5.46717 second user time and 13.46 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-15 17:49:03
IDJOB=3376640
IDBENCH=83182
IDSOLVER=1856
FILE ID=node118/3376640-1305474543
RUNJOBID= node118-1305474542-23451
PBS_JOBID= 13325305
Free space on /tmp= 73252 MiB

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

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

MD5SUM BENCH= 72677fc46303044d3d9e832fa24a37b2
RANDOM SEED=620911763

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:      17050356 kB
Buffers:        309444 kB
Cached:        4722816 kB
SwapCached:      22076 kB
Active:       12933532 kB
Inactive:      2642432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17050356 kB
SwapTotal:    67111528 kB
SwapFree:     45193372 kB
Dirty:           17504 kB
Writeback:           0 kB
AnonPages:    10534408 kB
Mapped:          25084 kB
Slab:           159316 kB
PageTables:      99440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126020436 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= 73244 MiB
End job on node118 at 2011-05-15 18:10:45