Trace number 3376959

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.18 1300.15

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
MD5SUM6ed645315c9ffb8177453b955fbe1737
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1200.86
Satisfiable
(Un)Satisfiability was proved
Number of variables109684
Number of clauses1767096
Sum of the clauses size4034296
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21705200
Number of clauses of size 34800
Number of clauses of size 422200
Number of clauses of size 59600
Number of clauses of size over 524600

Solver Data

0.00/0.01	c Set FPU double precision.
0.05/0.71	c Parse Cnf success: #var: 109684 #clause: 1767096
0.05/0.71	c Find Units :        696
0.82/0.87	c Find Invs  :          0
0.89/0.98	c Find Ands  :       7200 AvgFaninNum: 3
0.89/0.99	c Find Xors  :          0 AvgFaninNum: nan
0.89/0.99	c Find Ite   :          0
0.89/0.99	c UnDirect variable: 0
0.89/0.99	c UnDirect to Direct Gate: 0
0.89/0.99	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.99/1.00	c Break Cycle : 0
0.99/1.00	c Total Root : 144 Undef Var: 102484
0.99/1.01	c After covering, Total Root: 144 Leaf: 15096
0.99/1.01	c Variable( cover/uncovered/unused ): 22296 87388 0
0.99/1.01	c Unit Clauses: 696
0.99/1.01	c Binary Clauses( cover/uncovered ): 21600 1683600
0.99/1.01	c Clauses( cover/uncovered ): 7200 54000
0.99/1.01	c Total Clauses( cover/uncovered ): 29496 1737600 1.66918%
0.99/1.01	c Covered Ands: 7200 Invs: 0 Xors: 0 Ites: 0
1.99/2.06	c Uncover Clauses avg size: 2.27993 max size: 78
1.99/2.08	c Final circuit: i/l/o/s  101788       0 1411196   1704514
1.99/2.08	c CnfToAig: Time: 2.08 s
3.38/3.47	c TmMap: Set choices finish.
4.29/4.34	c TmMap: Set big and: 1438617
4.29/4.34	c TmMap: Origin: 1806303 ClauseNum: 5113542 --> New: 1540406 ClauseNum: 4586843
4.29/4.34	c TmMap: Time: 1.06
4.58/4.63	c Try to Add: #clause: 2877234 #xorclause: 0
4.88/4.93	c #var: 129209 #clauses: 79262 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-3376959-1305468236/watcher-3376959-1305468236 -o /tmp/evaluation-result-3376959-1305468236/solver-3376959-1305468236 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376959-1305468236.cnf 758820474 

running on 2 cores: 0,2

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: 4.77 5.14 6.34 6/394 22752
/proc/meminfo: memFree=24800568/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=34936 CPUtime=0 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 2452 0 0 0 0 0 0 0 20 0 1 0 391014997 35774464 2389 33554432000 4194304 6014671 140735202750448 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 8734 2389 378 445 0 2279 0

[startup+0.065407 s]
/proc/loadavg: 4.77 5.14 6.34 6/394 22752
/proc/meminfo: memFree=24800568/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=47224 CPUtime=0.05 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 5490 0 0 0 5 0 0 0 20 0 1 0 391014997 48357376 5427 33554432000 4194304 6014671 140735202750448 18446744073709551615 4802945 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 11806 5427 378 445 0 5351 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 47224

[startup+0.831269 s]
/proc/loadavg: 4.77 5.14 6.34 6/394 22752
/proc/meminfo: memFree=24800568/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=133496 CPUtime=0.82 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 26612 0 0 0 79 3 0 0 22 0 1 0 391014997 136699904 26549 33554432000 4194304 6014671 140735202750448 18446744073709551615 4281006 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 33374 26549 382 445 0 26919 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 133496

[startup+0.90027 s]
/proc/loadavg: 4.77 5.14 6.34 6/394 22752
/proc/meminfo: memFree=24800568/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=133496 CPUtime=0.89 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 26613 0 0 0 86 3 0 0 22 0 1 0 391014997 136699904 26550 33554432000 4194304 6014671 140735202750448 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 33374 26550 383 445 0 26919 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 133496

[startup+1.00024 s]
/proc/loadavg: 4.77 5.14 6.34 6/394 22752
/proc/meminfo: memFree=24800568/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=133496 CPUtime=0.99 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 26629 0 0 0 96 3 0 0 23 0 1 0 391014997 136699904 26566 33554432000 4194304 6014671 140735202750448 18446744073709551615 4288357 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 33374 26566 397 445 0 26919 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 133496

[startup+1.50112 s]
/proc/loadavg: 4.77 5.14 6.34 6/394 22752
/proc/meminfo: memFree=24800568/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=158072 CPUtime=1.48 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 32775 0 0 0 145 3 0 0 25 0 1 0 391014997 161865728 32712 33554432000 4194304 6014671 140735202750448 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 39518 32712 398 445 0 33063 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 158072

[startup+3.10089 s]
/proc/loadavg: 4.95 5.17 6.35 6/393 22753
/proc/meminfo: memFree=23717056/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=467752 CPUtime=3.08 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 110522 0 0 0 295 13 0 0 25 0 1 0 391014997 478978048 110459 33554432000 4194304 6014671 140735202750448 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 116938 110461 668 445 0 110483 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 467752

[startup+6.30031 s]
/proc/loadavg: 5.04 5.19 6.35 6/398 22759
/proc/meminfo: memFree=22808424/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=709448 CPUtime=6.28 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 172122 0 0 0 607 21 0 0 25 0 1 0 391014997 726474752 165930 33554432000 4194304 6014671 140735202750448 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 177362 165930 701 445 0 170907 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 709448

[startup+12.7001 s]
/proc/loadavg: 5.03 5.18 6.34 6/398 22759
/proc/meminfo: memFree=21366744/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=709448 CPUtime=12.69 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 172122 0 0 0 1248 21 0 0 25 0 1 0 391014997 726474752 165930 33554432000 4194304 6014671 140735202750448 18446744073709551615 4422730 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 177362 165930 701 445 0 170907 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 709448

[startup+25.5009 s]
/proc/loadavg: 5.03 5.18 6.32 6/398 22759
/proc/meminfo: memFree=19906640/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=842412 CPUtime=25.48 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 196362 0 0 0 2524 24 0 0 25 0 1 0 391014997 862629888 190170 33554432000 4194304 6014671 140735202750448 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 210603 190170 723 445 0 204148 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 842412

[startup+51.1004 s]
/proc/loadavg: 5.02 5.16 6.29 6/398 22760
/proc/meminfo: memFree=19204664/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=997216 CPUtime=51.09 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 212707 0 0 0 5081 28 0 0 25 0 1 0 391014997 1021149184 206515 33554432000 4194304 6014671 140735202750448 18446744073709551615 4380185 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 249304 206517 723 445 0 242849 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 997216

[startup+102.3 s]
/proc/loadavg: 5.00 5.13 6.21 6/398 22761
/proc/meminfo: memFree=18763648/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=1022448 CPUtime=102.28 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 223504 0 0 0 10198 30 0 0 25 0 1 0 391014997 1046986752 217312 33554432000 4194304 6014671 140735202750448 18446744073709551615 4372053 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 255612 217312 724 445 0 249157 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1022448

[startup+162.301 s]
/proc/loadavg: 5.08 5.12 6.14 6/398 22763
/proc/meminfo: memFree=18073472/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=1022448 CPUtime=162.31 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 223881 0 0 0 16200 31 0 0 25 0 1 0 391014997 1046986752 217689 33554432000 4194304 6014671 140735202750448 18446744073709551615 4372480 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 255612 217689 724 445 0 249157 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 1022448

[startup+222.3 s]
/proc/loadavg: 5.03 5.10 6.06 6/398 22765
/proc/meminfo: memFree=16618680/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=1702840 CPUtime=222.29 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 392125 0 0 0 22177 52 0 0 25 0 1 0 391014997 1743708160 385918 33554432000 4194304 6014671 140735202750448 18446744073709551615 4372077 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 425710 385918 728 445 0 419255 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1702840

[startup+282.315 s]
/proc/loadavg: 5.08 5.09 6.00 6/398 22766
/proc/meminfo: memFree=16087208/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=2032500 CPUtime=282.3 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 449249 0 0 0 28169 61 0 0 25 0 1 0 391014997 2081280000 443042 33554432000 4194304 6014671 140735202750448 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 508125 443042 728 445 0 501670 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2032500

[startup+342.3 s]
/proc/loadavg: 5.03 5.07 5.93 6/398 22768
/proc/meminfo: memFree=15437304/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=2314420 CPUtime=342.29 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 477422 0 0 0 34163 66 0 0 25 0 1 0 391014997 2369966080 471215 33554432000 4194304 6014671 140735202750448 18446744073709551615 4378840 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 578605 471215 728 445 0 572150 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 2314420

[startup+402.301 s]
/proc/loadavg: 5.08 5.09 5.88 6/398 22769
/proc/meminfo: memFree=14879892/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=2573564 CPUtime=402.3 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 572118 0 0 0 40152 78 0 0 25 0 1 0 391014997 2635329536 565904 33554432000 4194304 6014671 140735202750448 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 643391 565904 728 445 0 636936 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2573564

[startup+462.301 s]
/proc/loadavg: 5.03 5.07 5.82 6/398 22771
/proc/meminfo: memFree=14320744/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=2836220 CPUtime=462.29 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 573709 0 0 0 46151 78 0 0 25 0 1 0 391014997 2904289280 567495 33554432000 4194304 6014671 140735202750448 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 709055 567495 728 445 0 702600 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 2836220

[startup+522.301 s]
/proc/loadavg: 5.15 5.10 5.79 6/398 22773
/proc/meminfo: memFree=14095540/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=2851052 CPUtime=522.3 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 581918 0 0 0 52150 80 0 0 25 0 1 0 391014997 2919477248 575603 33554432000 4194304 6014671 140735202750448 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 712763 575603 728 445 0 706308 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2851052

[startup+582.301 s]
/proc/loadavg: 5.05 5.08 5.73 5/397 22774
/proc/meminfo: memFree=15448992/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=3209896 CPUtime=582.3 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 674237 0 0 0 58138 92 0 0 25 0 1 0 391014997 3286933504 667540 33554432000 4194304 6014671 140735202750448 18446744073709551615 4424006 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 802474 667540 728 445 0 796019 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 3209896

[startup+642.3 s]
/proc/loadavg: 5.02 5.06 5.68 6/398 22810
/proc/meminfo: memFree=15294528/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=3209896 CPUtime=642.3 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 674308 0 0 0 64137 93 0 0 25 0 1 0 391014997 3286933504 667611 33554432000 4194304 6014671 140735202750448 18446744073709551615 4372469 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 802474 667611 728 445 0 796019 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 3209896

[startup+702.301 s]
/proc/loadavg: 5.00 5.05 5.64 6/398 22812
/proc/meminfo: memFree=15068828/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=3223464 CPUtime=702.3 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 711914 0 0 0 70133 97 0 0 25 0 1 0 391014997 3300827136 705212 33554432000 4194304 6014671 140735202750448 18446744073709551615 4535380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 805866 705212 748 445 0 799411 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 3223464

[startup+762.3 s]
/proc/loadavg: 5.08 5.06 5.61 6/398 22814
/proc/meminfo: memFree=14357280/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=3467900 CPUtime=762.31 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 725923 0 0 0 76131 100 0 0 25 0 1 0 391014997 3551129600 719201 33554432000 4194304 6014671 140735202750448 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 866975 719201 728 445 0 860520 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 3467900

[startup+822.301 s]
/proc/loadavg: 5.07 5.06 5.57 6/398 22816
/proc/meminfo: memFree=14209948/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=3467900 CPUtime=822.31 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 729297 0 0 0 82131 100 0 0 25 0 1 0 391014997 3551129600 722575 33554432000 4194304 6014671 140735202750448 18446744073709551615 4372456 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 866975 722575 728 445 0 860520 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3467900

[startup+882.3 s]
/proc/loadavg: 5.15 5.09 5.55 6/398 22817
/proc/meminfo: memFree=13868764/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=3713564 CPUtime=882.31 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 767719 0 0 0 88126 105 0 0 25 0 1 0 391014997 3802689536 760997 33554432000 4194304 6014671 140735202750448 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 928391 760997 728 445 0 921936 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 3713564

[startup+942.315 s]
/proc/loadavg: 5.09 5.09 5.52 6/398 22819
/proc/meminfo: memFree=13736796/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=3968280 CPUtime=942.32 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 797545 0 0 0 94122 110 0 0 25 0 1 0 391014997 4063518720 790823 33554432000 4194304 6014671 140735202750448 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 992070 790823 728 445 0 985615 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 3968280

[startup+1002.3 s]
/proc/loadavg: 5.03 5.07 5.48 6/398 22820
/proc/meminfo: memFree=13252296/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=4230936 CPUtime=1002.31 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 813081 0 0 0 100117 114 0 0 25 0 1 0 391014997 4332478464 806359 33554432000 4194304 6014671 140735202750448 18446744073709551615 4372112 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 1057734 806359 728 445 0 1051279 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 4230936

[startup+1062.3 s]
/proc/loadavg: 5.06 5.07 5.45 7/398 22851
/proc/meminfo: memFree=19962612/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=4230936 CPUtime=1062.31 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 813083 0 0 0 106117 114 0 0 25 0 1 0 391014997 4332478464 806361 33554432000 4194304 6014671 140735202750448 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 1057734 806361 728 445 0 1051279 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 4230936

[startup+1122.3 s]
/proc/loadavg: 5.09 5.08 5.43 7/398 22853
/proc/meminfo: memFree=19888172/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=4230936 CPUtime=1122.32 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 813089 0 0 0 112117 115 0 0 25 0 1 0 391014997 4332478464 806367 33554432000 4194304 6014671 140735202750448 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 1057734 806367 728 445 0 1051279 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 4230936

[startup+1182.3 s]
/proc/loadavg: 5.03 5.06 5.40 7/398 22854
/proc/meminfo: memFree=19753720/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=4231064 CPUtime=1182.31 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 827357 0 0 0 118115 116 0 0 25 0 1 0 391014997 4332609536 820635 33554432000 4194304 6014671 140735202750448 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 1057766 820635 728 445 0 1051311 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 4231064

[startup+1242.3 s]
/proc/loadavg: 5.01 5.05 5.37 6/398 22856
/proc/meminfo: memFree=19727784/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=4231064 CPUtime=1242.32 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 834538 0 0 0 124113 119 0 0 25 0 1 0 391014997 4332609536 827816 33554432000 4194304 6014671 140735202750448 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 1057766 827816 729 445 0 1051311 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 4231064



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.06 5.06 5.36 5/396 22858
/proc/meminfo: memFree=21005480/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=4231192 CPUtime=1300.03 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4202496 851902 0 0 0 129879 124 0 0 25 0 1 0 391014997 4332740608 845180 33554432000 4194304 6014671 140735202750448 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/22752/statm: 1057798 845180 729 445 0 1051343 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 4231192

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

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

[startup+1300.11 s]
/proc/loadavg: 5.06 5.06 5.36 5/396 22858
/proc/meminfo: memFree=21005480/32951124 swapFree=46575260/67111528
[pid=22752] ppid=22750 vsize=0 CPUtime=1300.13 cores=0,2
/proc/22752/stat : 22752 (qutersat_releas) R 22750 22752 22691 0 -1 4194308 851908 0 0 0 129879 134 0 0 25 0 1 0 391014997 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/22752/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.13
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.15
CPU time (s): 1300.18
CPU user time (s): 1298.79
CPU system time (s): 1.38579
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 4231192

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

runsolver used 5.2432 second user time and 11.1833 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 16:03:57
IDJOB=3376959
IDBENCH=82379
IDSOLVER=1856
FILE ID=node107/3376959-1305468236
RUNJOBID= node107-1305468236-22712
PBS_JOBID= 13325325
Free space on /tmp= 73344 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.050-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376959-1305468236/watcher-3376959-1305468236 -o /tmp/evaluation-result-3376959-1305468236/solver-3376959-1305468236 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376959-1305468236.cnf 758820474

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=758820474

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24807172 kB
Buffers:        191604 kB
Cached:        1540076 kB
SwapCached:       9824 kB
Active:        7251772 kB
Inactive:       589884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24807172 kB
SwapTotal:    67111528 kB
SwapFree:     46575260 kB
Dirty:          108428 kB
Writeback:           0 kB
AnonPages:     6107188 kB
Mapped:          27816 kB
Slab:           154764 kB
PageTables:      79984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 99734764 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73412 MiB
End job on node107 at 2011-05-15 16:25:39