Trace number 3285345

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-03-01? (TO) 1300.17 1300.13

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.00	c Set FPU double precision.
0.59/0.65	c Parse Cnf success: #var: 109684 #clause: 1767096
0.59/0.65	c Find Units :        696
0.79/0.80	c Find Invs  :          0
0.89/0.91	c Find Ands  :       7200 AvgFaninNum: 3
0.89/0.91	c Find Xors  :          0 AvgFaninNum: nan
0.89/0.91	c Find Ite   :          0
0.89/0.92	c UnDirect variable: 0
0.89/0.92	c UnDirect to Direct Gate: 0
0.89/0.92	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.89/0.92	c Break Cycle : 0
0.89/0.92	c Total Root : 144 Undef Var: 102484
0.89/0.93	c After covering, Total Root: 144 Leaf: 15096
0.89/0.93	c Variable( cover/uncovered/unused ): 22296 87388 0
0.89/0.93	c Unit Clauses: 696
0.89/0.93	c Binary Clauses( cover/uncovered ): 21600 1683600
0.89/0.93	c Clauses( cover/uncovered ): 7200 54000
0.89/0.93	c Total Clauses( cover/uncovered ): 29496 1737600 1.66918%
0.89/0.93	c Covered Ands: 7200 Invs: 0 Xors: 0 Ites: 0
1.78/1.89	c Uncover Clauses avg size: 2.27993 max size: 78
1.89/1.92	c Final circuit: i/l/o/s  101788       0 1411196   1704514
1.89/1.92	c CnfToAig: Time: 1.91 s
3.09/3.18	c TmMap: Set choices finish.
3.89/3.96	c TmMap: Set big and: 1438617
3.89/3.96	c TmMap: Origin: 1806303 ClauseNum: 5113542 --> New: 1540406 ClauseNum: 4586843
3.89/3.96	c TmMap: Time: 0.96
4.19/4.23	c Try to Add: #clause: 2877234 #xorclause: 0
4.48/4.50	c #var: 129209 #clauses: 79262 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	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: 935)

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-3285345-1303760237/watcher-3285345-1303760237 -o /tmp/evaluation-result-3285345-1303760237/solver-3285345-1303760237 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3285345-1303760237.cnf 1089300819 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 4.01 3.99 4.58 5/189 8361
/proc/meminfo: memFree=13884484/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=32360 CPUtime=0 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 1674 0 0 0 0 0 0 0 21 0 1 0 487621538 33136640 1609 33554432000 4194304 6016207 140734552615248 18446744073709551615 47485151174288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 8090 1614 361 445 0 1634 0

[startup+0.0781479 s]
/proc/loadavg: 4.01 3.99 4.58 5/189 8361
/proc/meminfo: memFree=13884484/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=47224 CPUtime=0.06 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 5670 0 0 0 6 0 0 0 21 0 1 0 487621538 48357376 5605 33554432000 4194304 6016207 140734552615248 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 11806 5605 379 445 0 5350 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 47224

[startup+0.101144 s]
/proc/loadavg: 4.01 3.99 4.58 5/189 8361
/proc/meminfo: memFree=13884484/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=59512 CPUtime=0.09 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 8273 0 0 0 9 0 0 0 21 0 1 0 487621538 60940288 8208 33554432000 4194304 6016207 140734552615248 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 14878 8208 379 445 0 8422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59512

[startup+0.301109 s]
/proc/loadavg: 4.01 3.99 4.58 5/189 8361
/proc/meminfo: memFree=13884484/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=84216 CPUtime=0.28 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 14546 0 0 0 27 1 0 0 22 0 1 0 487621538 86237184 14481 33554432000 4194304 6016207 140734552615248 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 21054 14481 379 445 0 14598 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 84216

[startup+0.701036 s]
/proc/loadavg: 4.01 3.99 4.58 5/189 8361
/proc/meminfo: memFree=13884484/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=134008 CPUtime=0.69 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 26745 0 0 0 66 3 0 0 24 0 1 0 487621538 137224192 26680 33554432000 4194304 6016207 140734552615248 18446744073709551615 4282719 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 33502 26680 384 445 0 27046 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 134008

[startup+1.50089 s]
/proc/loadavg: 4.01 3.99 4.58 5/190 8363
/proc/meminfo: memFree=13778332/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=188680 CPUtime=1.48 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 37017 0 0 0 145 3 0 0 25 0 1 0 487621538 193208320 36952 33554432000 4194304 6016207 140734552615248 18446744073709551615 4234889 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 47170 36954 400 445 0 40714 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 188680

[startup+3.1006 s]
/proc/loadavg: 4.01 3.99 4.58 5/190 8363
/proc/meminfo: memFree=13512600/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=565160 CPUtime=3.09 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 134725 0 0 0 294 15 0 0 25 0 1 0 487621538 578723840 134660 33554432000 4194304 6016207 140734552615248 18446744073709551615 4230048 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 141290 134660 671 445 0 134834 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 565160

[startup+6.30101 s]
/proc/loadavg: 4.00 3.99 4.58 5/190 8363
/proc/meminfo: memFree=13216700/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=710312 CPUtime=6.29 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 167072 0 0 0 611 18 0 0 25 0 1 0 487621538 727359488 166812 33554432000 4194304 6016207 140734552615248 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 177578 166812 700 445 0 171122 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 710312

[startup+12.7008 s]
/proc/loadavg: 4.00 3.99 4.57 5/190 8363
/proc/meminfo: memFree=13171336/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=785520 CPUtime=12.69 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 181500 0 0 0 1249 20 0 0 25 0 1 0 487621538 804372480 181240 33554432000 4194304 6016207 140734552615248 18446744073709551615 4712815 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 196380 181240 712 445 0 189924 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 785520

[startup+25.5005 s]
/proc/loadavg: 4.00 3.99 4.56 5/190 8363
/proc/meminfo: memFree=13120388/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=842728 CPUtime=25.49 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 190716 0 0 0 2528 21 0 0 25 0 1 0 487621538 862953472 190456 33554432000 4194304 6016207 140734552615248 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 210682 190456 724 445 0 204226 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 842728

[startup+51.1008 s]
/proc/loadavg: 4.08 4.00 4.55 5/190 8364
/proc/meminfo: memFree=13005660/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=997020 CPUtime=51.09 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 209100 0 0 0 5085 24 0 0 25 0 1 0 487621538 1020948480 208840 33554432000 4194304 6016207 140734552615248 18446744073709551615 4373540 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 249255 208840 724 445 0 242799 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 997020

[startup+102.307 s]
/proc/loadavg: 4.03 4.00 4.52 5/190 8365
/proc/meminfo: memFree=12565788/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=1197040 CPUtime=102.29 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 266482 0 0 0 10197 32 0 0 25 0 1 0 487621538 1225768960 266206 33554432000 4194304 6016207 140734552615248 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 299260 266206 731 445 0 292804 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1197040

[startup+162.301 s]
/proc/loadavg: 4.01 4.00 4.48 5/190 8367
/proc/meminfo: memFree=11910860/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=1998468 CPUtime=162.29 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 398393 0 0 0 16181 48 0 0 25 0 1 0 487621538 2046431232 398096 33554432000 4194304 6016207 140734552615248 18446744073709551615 4373410 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 499617 398096 732 445 0 493161 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1998468

[startup+222.301 s]
/proc/loadavg: 4.05 4.01 4.45 5/190 8368
/proc/meminfo: memFree=11618304/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=2053964 CPUtime=222.3 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 455923 0 0 0 22174 56 0 0 25 0 1 0 487621538 2103259136 455607 33554432000 4194304 6016207 140734552615248 18446744073709551615 4373902 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 513491 455607 758 445 0 507035 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2053964

[startup+282.301 s]
/proc/loadavg: 4.02 4.01 4.43 5/190 8370
/proc/meminfo: memFree=11531864/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=2334924 CPUtime=282.3 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 470545 0 0 0 28170 60 0 0 25 0 1 0 487621538 2390962176 469117 33554432000 4194304 6016207 140734552615248 18446744073709551615 4373802 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 583731 469117 732 445 0 577275 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2334924

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 4.40 5/190 8372
/proc/meminfo: memFree=11050488/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=2597836 CPUtime=342.3 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 504163 0 0 0 34166 64 0 0 25 0 1 0 487621538 2660184064 502735 33554432000 4194304 6016207 140734552615248 18446744073709551615 4373645 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 649459 502735 732 445 0 643003 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2597836

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 4.37 5/190 8373
/proc/meminfo: memFree=10943336/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=2597836 CPUtime=402.3 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 516213 0 0 0 40163 67 0 0 25 0 1 0 487621538 2660184064 514785 33554432000 4194304 6016207 140734552615248 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 649459 514785 732 445 0 643003 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2597836

[startup+462.301 s]
/proc/loadavg: 4.07 4.03 4.35 5/190 8402
/proc/meminfo: memFree=7688272/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=2872140 CPUtime=462.3 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 599479 0 0 0 46153 77 0 0 25 0 1 0 487621538 2941071360 598042 33554432000 4194304 6016207 140734552615248 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 718035 598042 733 445 0 711579 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2872140

[startup+522.301 s]
/proc/loadavg: 4.02 4.02 4.33 5/190 8403
/proc/meminfo: memFree=7654800/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=2888628 CPUtime=522.31 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 605892 0 0 0 52152 79 0 0 25 0 1 0 487621538 2957955072 604455 33554432000 4194304 6016207 140734552615248 18446744073709551615 4385123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 722157 604455 733 445 0 715701 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2888628

[startup+582.301 s]
/proc/loadavg: 4.04 4.03 4.31 5/190 8405
/proc/meminfo: memFree=7508092/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=3144868 CPUtime=582.31 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 620551 0 0 0 58150 81 0 0 25 0 1 0 487621538 3220344832 619098 33554432000 4194304 6016207 140734552615248 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 786217 619098 731 445 0 779761 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 3144868

[startup+642.301 s]
/proc/loadavg: 4.01 4.02 4.29 5/190 8435
/proc/meminfo: memFree=4712660/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=3144868 CPUtime=642.32 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 638804 0 0 0 64148 84 0 0 25 0 1 0 487621538 3220344832 637351 33554432000 4194304 6016207 140734552615248 18446744073709551615 4373902 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 786217 637351 731 445 0 779761 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 3144868

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 4.27 5/190 8436
/proc/meminfo: memFree=205256/32951124 swapFree=67111528/67111528
[pid=8361] ppid=8359 vsize=3144868 CPUtime=702.31 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 647552 0 0 0 70145 86 0 0 25 0 1 0 487621538 3220344832 646099 33554432000 4194304 6016207 140734552615248 18446744073709551615 4373908 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 786217 646099 731 445 0 779761 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 3144868

[startup+762.307 s]
/proc/loadavg: 5.63 4.43 4.39 4/186 8481
/proc/meminfo: memFree=7351624/32951124 swapFree=67111524/67111528
[pid=8361] ppid=8359 vsize=3144868 CPUtime=762.32 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 652009 0 0 0 76145 87 0 0 25 0 1 0 487621538 3220344832 650556 33554432000 4194304 6016207 140734552615248 18446744073709551615 4373613 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 786217 650556 731 445 0 779761 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 3144868

[startup+822.3 s]
/proc/loadavg: 6.16 4.81 4.52 5/192 8495
/proc/meminfo: memFree=7938176/32951124 swapFree=67111524/67111528
[pid=8361] ppid=8359 vsize=3145124 CPUtime=822.32 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 680530 0 0 0 82141 91 0 0 25 0 1 0 487621538 3220606976 679068 33554432000 4194304 6016207 140734552615248 18446744073709551615 4733308 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 786281 679068 731 445 0 779825 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 3145124

[startup+882.3 s]
/proc/loadavg: 4.85 4.67 4.49 5/190 8524
/proc/meminfo: memFree=9473756/32951124 swapFree=67111524/67111528
[pid=8361] ppid=8359 vsize=3407780 CPUtime=882.32 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 702794 0 0 0 88134 98 0 0 25 0 1 0 487621538 3489566720 701332 33554432000 4194304 6016207 140734552615248 18446744073709551615 4373462 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 851945 701332 731 445 0 845489 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 3407780

[startup+942.3 s]
/proc/loadavg: 5.42 4.80 4.54 4/186 8570
/proc/meminfo: memFree=12661616/32951124 swapFree=67111524/67111528
[pid=8361] ppid=8359 vsize=3407780 CPUtime=942.32 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 714859 0 0 0 94130 102 0 0 25 0 1 0 487621538 3489566720 713397 33554432000 4194304 6016207 140734552615248 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 851945 713397 731 445 0 845489 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 3407780

[startup+1002.3 s]
/proc/loadavg: 6.23 5.15 4.67 4/186 8626
/proc/meminfo: memFree=18408120/32951124 swapFree=67111524/67111528
[pid=8361] ppid=8359 vsize=3407780 CPUtime=1002.32 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 715329 0 0 0 100130 102 0 0 25 0 1 0 487621538 3489566720 713867 33554432000 4194304 6016207 140734552615248 18446744073709551615 4373701 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 851945 713867 731 445 0 845489 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 3407780

[startup+1062.3 s]
/proc/loadavg: 4.53 4.88 4.61 4/184 8656
/proc/meminfo: memFree=18826440/32951124 swapFree=67111524/67111528
[pid=8361] ppid=8359 vsize=3407780 CPUtime=1062.32 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 715839 0 0 0 106130 102 0 0 25 0 1 0 487621538 3489566720 714377 33554432000 4194304 6016207 140734552615248 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 851945 714377 731 445 0 845489 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3407780

[startup+1122.3 s]
/proc/loadavg: 3.56 4.53 4.50 4/184 8657
/proc/meminfo: memFree=18647416/32951124 swapFree=67111524/67111528
[pid=8361] ppid=8359 vsize=3408036 CPUtime=1122.32 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 749808 0 0 0 112124 108 0 0 25 0 1 0 487621538 3489828864 748346 33554432000 4194304 6016207 140734552615248 18446744073709551615 4425643 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 852009 748346 731 445 0 845553 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3408036

[startup+1182.3 s]
/proc/loadavg: 3.20 4.25 4.41 4/184 8659
/proc/meminfo: memFree=18576468/32951124 swapFree=67111524/67111528
[pid=8361] ppid=8359 vsize=3670692 CPUtime=1182.32 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 765375 0 0 0 118120 112 0 0 25 0 1 0 487621538 3758788608 763912 33554432000 4194304 6016207 140734552615248 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 917673 763912 731 445 0 911217 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3670692

[startup+1242.3 s]
/proc/loadavg: 3.07 4.02 4.32 4/184 8661
/proc/meminfo: memFree=18503040/32951124 swapFree=67111524/67111528
[pid=8361] ppid=8359 vsize=3670692 CPUtime=1242.32 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 778794 0 0 0 124116 116 0 0 25 0 1 0 487621538 3758788608 777305 33554432000 4194304 6016207 140734552615248 18446744073709551615 4373840 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 917673 777305 731 445 0 911217 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 3670692



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.83 4.23 4/184 8662
/proc/meminfo: memFree=18473524/32951124 swapFree=67111524/67111528
[pid=8361] ppid=8359 vsize=3670692 CPUtime=1300.03 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202496 779019 0 0 0 129887 116 0 0 25 0 1 0 487621538 3758788608 777530 33554432000 4194304 6016207 140734552615248 18446744073709551615 4373941 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8361/statm: 917673 777530 731 445 0 911217 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 3670692

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: 3.02 3.83 4.23 4/185 8663
/proc/meminfo: memFree=21045524/32951124 swapFree=67111524/67111528
[pid=8361] ppid=8359 vsize=0 CPUtime=1300.14 cores=5,7
/proc/8361/stat : 8361 (qutersat_releas) R 8359 8361 7955 0 -1 4202500 779024 0 0 0 129887 127 0 0 25 0 1 0 487621538 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/8361/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.14
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.13
CPU time (s): 1300.17
CPU user time (s): 1298.88
CPU system time (s): 1.2928
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3670692

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

runsolver used 2.08568 second user time and 5.01724 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-25 21:37:18
IDJOB=3285345
IDBENCH=82379
IDSOLVER=1607
FILE ID=node139/3285345-1303760237
RUNJOBID= node139-1303759504-7976
PBS_JOBID= 13157122
Free space on /tmp= 72304 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3285345-1303760237/watcher-3285345-1303760237 -o /tmp/evaluation-result-3285345-1303760237/solver-3285345-1303760237 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3285345-1303760237.cnf 1089300819

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

MD5SUM BENCH= 6ed645315c9ffb8177453b955fbe1737
RANDOM SEED=1089300819

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13884756 kB
Buffers:       2132248 kB
Cached:       11985040 kB
SwapCached:          0 kB
Active:       10264580 kB
Inactive:      8262044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13884756 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           31804 kB
Writeback:           0 kB
AnonPages:     4408740 kB
Mapped:          20240 kB
Slab:           464452 kB
PageTables:      14704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5557432 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= 72364 MiB
End job on node139 at 2011-04-25 21:59:00