Trace number 3377191

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.2 1300.18

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.080-SAT.cnf
MD5SUM1ca09a2b911e29894c6603aee8d3e672
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark153.91
Satisfiable
(Un)Satisfiability was proved
Number of variables175084
Number of clauses2826936
Sum of the clauses size6454456
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22728320
Number of clauses of size 37680
Number of clauses of size 435520
Number of clauses of size 515360
Number of clauses of size over 539360

Solver Data

0.00/0.01	c Set FPU double precision.
1.18/1.25	c Parse Cnf success: #var: 175084 #clause: 2826936
1.18/1.25	c Find Units :        696
1.38/1.49	c Find Invs  :          0
1.58/1.66	c Find Ands  :      11520 AvgFaninNum: 3
1.58/1.66	c Find Xors  :          0 AvgFaninNum: nan
1.58/1.67	c Find Ite   :          0
1.58/1.67	c UnDirect variable: 0
1.58/1.67	c UnDirect to Direct Gate: 0
1.58/1.67	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.58/1.68	c Break Cycle : 0
1.58/1.68	c Total Root : 144 Undef Var: 163564
1.68/1.70	c After covering, Total Root: 144 Leaf: 23736
1.68/1.70	c Variable( cover/uncovered/unused ): 35256 139828 0
1.68/1.70	c Unit Clauses: 696
1.68/1.70	c Binary Clauses( cover/uncovered ): 34560 2693760
1.68/1.70	c Clauses( cover/uncovered ): 11520 86400
1.68/1.70	c Total Clauses( cover/uncovered ): 46776 2780160 1.65465%
1.68/1.70	c Covered Ands: 11520 Invs: 0 Xors: 0 Ites: 0
3.08/3.44	c Uncover Clauses avg size: 2.27993 max size: 78
4.58/4.65	c Final circuit: i/l/o/s  162868       0 2453756   2984494
4.58/4.65	c CnfToAig: Time: 3.48 s
5.68/5.78	c TmMap: Set choices finish.
7.18/7.24	c TmMap: Set big and: 2518047
7.18/7.24	c TmMap: Origin: 3147363 ClauseNum: 8953482 --> New: 2680916 ClauseNum: 8029343
7.18/7.24	c TmMap: Time: 1.79
7.70/7.73	c Try to Add: #clause: 5036094 #xorclause: 0
8.18/8.23	c #var: 227159 #clauses: 139442 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377191-1305468251/watcher-3377191-1305468251 -o /tmp/evaluation-result-3377191-1305468251/solver-3377191-1305468251 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377191-1305468251.cnf 1560969294 

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: 7.08 7.89 9.02 7/455 16193
/proc/meminfo: memFree=15702028/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=26212 CPUtime=0 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4194304 381 0 0 0 0 0 0 0 23 0 1 0 658426220 26841088 318 33554432000 4194304 6014671 140737174839152 18446744073709551615 4799568 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16193/statm: 6553 336 264 445 0 98 0

[startup+0.0381511 s]
/proc/loadavg: 7.08 7.89 9.02 7/455 16193
/proc/meminfo: memFree=15702028/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=42612 CPUtime=0.02 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 4226 0 0 0 2 0 0 0 23 0 1 0 658426220 43634688 4162 33554432000 4194304 6014671 140737174839152 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 10653 4162 377 445 0 4198 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 42612

[startup+0.101134 s]
/proc/loadavg: 7.08 7.89 9.02 7/455 16193
/proc/meminfo: memFree=15702028/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=48756 CPUtime=0.08 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 6051 0 0 0 8 0 0 0 23 0 1 0 658426220 49926144 5987 33554432000 4194304 6014671 140737174839152 18446744073709551615 4277843 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 12189 5988 377 445 0 5734 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48756

[startup+0.301099 s]
/proc/loadavg: 7.08 7.89 9.02 7/455 16193
/proc/meminfo: memFree=15702028/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=85748 CPUtime=0.28 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 14662 0 0 0 27 1 0 0 24 0 1 0 658426220 87805952 14598 33554432000 4194304 6014671 140737174839152 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 21437 14599 377 445 0 14982 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 85748

[startup+0.701023 s]
/proc/loadavg: 7.08 7.89 9.02 7/455 16193
/proc/meminfo: memFree=15702028/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=135028 CPUtime=0.68 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 26913 0 0 0 64 4 0 0 25 0 1 0 658426220 138268672 26849 33554432000 4194304 6014671 140737174839152 18446744073709551615 4802992 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 33757 26849 377 445 0 27302 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 135028

[startup+1.50089 s]
/proc/loadavg: 7.08 7.89 9.02 9/456 16194
/proc/meminfo: memFree=15407016/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=234100 CPUtime=1.48 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 49729 0 0 0 141 7 0 0 25 0 1 0 658426220 239718400 49665 33554432000 4194304 6014671 140737174839152 18446744073709551615 4285953 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 58525 49665 382 445 0 52070 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 234100

[startup+3.1006 s]
/proc/loadavg: 7.07 7.88 9.01 9/456 16194
/proc/meminfo: memFree=15363244/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=381556 CPUtime=3.08 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 86613 0 0 0 296 12 0 0 25 0 1 0 658426220 390713344 86549 33554432000 4194304 6014671 140737174839152 18446744073709551615 4263072 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 95389 86549 398 445 0 88934 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 381556

[startup+6.30104 s]
/proc/loadavg: 7.07 7.88 9.01 9/459 16200
/proc/meminfo: memFree=14328176/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=964060 CPUtime=6.28 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 235018 0 0 0 599 29 0 0 25 0 1 0 658426220 987197440 234881 33554432000 4194304 6014671 140737174839152 18446744073709551615 4222960 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 241015 234881 670 445 0 234560 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 964060

[startup+12.7009 s]
/proc/loadavg: 7.13 7.86 9.00 9/459 16200
/proc/meminfo: memFree=13382092/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=1249884 CPUtime=12.68 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 295119 0 0 0 1231 37 0 0 25 0 1 0 658426220 1279881216 239472 33554432000 4194304 6014671 140737174839152 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 312471 239472 701 445 0 306016 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1249884

[startup+25.5006 s]
/proc/loadavg: 7.11 7.84 8.97 9/459 16201
/proc/meminfo: memFree=12677408/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=1249884 CPUtime=25.48 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 321426 0 0 0 2509 39 0 0 25 0 1 0 658426220 1279881216 265779 33554432000 4194304 6014671 140737174839152 18446744073709551615 4425460 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 312471 265779 723 445 0 306016 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1249884

[startup+51.1001 s]
/proc/loadavg: 7.14 7.78 8.93 9/459 16201
/proc/meminfo: memFree=9255076/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=1381136 CPUtime=51.09 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 341643 0 0 0 5067 42 0 0 25 0 1 0 658426220 1414283264 285996 33554432000 4194304 6014671 140737174839152 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 345284 285996 723 445 0 338829 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1381136

[startup+102.317 s]
/proc/loadavg: 7.16 7.68 8.82 9/459 16203
/proc/meminfo: memFree=7723136/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=1929036 CPUtime=102.3 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 487559 0 0 0 10167 63 0 0 25 0 1 0 658426220 1975332864 431912 33554432000 4194304 6014671 140737174839152 18446744073709551615 4537176 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 482259 431912 728 445 0 475804 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1929036

[startup+162.3 s]
/proc/loadavg: 7.19 7.60 8.72 8/459 16204
/proc/meminfo: memFree=6793616/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=2420968 CPUtime=162.28 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 579869 0 0 0 16153 75 0 0 25 0 1 0 658426220 2479071232 524201 33554432000 4194304 6014671 140737174839152 18446744073709551615 4422695 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 605242 524201 728 445 0 598787 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 2420968

[startup+222.301 s]
/proc/loadavg: 7.31 7.56 8.64 9/459 16206
/proc/meminfo: memFree=6078104/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=2714132 CPUtime=222.29 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 629201 0 0 0 22146 83 0 0 25 0 1 0 658426220 2779271168 573533 33554432000 4194304 6014671 140737174839152 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 678533 573533 728 445 0 672078 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2714132

[startup+282.3 s]
/proc/loadavg: 7.43 7.55 8.56 9/459 16207
/proc/meminfo: memFree=5572160/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=3140432 CPUtime=282.29 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 694768 0 0 0 28135 94 0 0 25 0 1 0 658426220 3215802368 639092 33554432000 4194304 6014671 140737174839152 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 785108 639092 728 445 0 778653 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 3140432

[startup+342.301 s]
/proc/loadavg: 7.24 7.47 8.47 9/459 16209
/proc/meminfo: memFree=5405356/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=3196432 CPUtime=342.29 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 711147 0 0 0 34132 97 0 0 25 0 1 0 658426220 3273146368 655471 33554432000 4194304 6014671 140737174839152 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 799108 655471 728 445 0 792653 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 3196432

[startup+402.301 s]
/proc/loadavg: 7.13 7.40 8.39 9/459 16211
/proc/meminfo: memFree=4419912/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=4033588 CPUtime=402.29 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 900489 0 0 0 40107 122 0 0 25 0 1 0 658426220 4130394112 844611 33554432000 4194304 6014671 140737174839152 18446744073709551615 4377923 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1008397 844611 728 445 0 1001942 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 4033588

[startup+462.3 s]
/proc/loadavg: 7.14 7.35 8.30 9/459 16212
/proc/meminfo: memFree=4243316/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=4289684 CPUtime=462.29 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 912211 0 0 0 46105 124 0 0 25 0 1 0 658426220 4392636416 856333 33554432000 4194304 6014671 140737174839152 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1072421 856333 728 445 0 1065966 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 4289684

[startup+522.301 s]
/proc/loadavg: 7.13 7.31 8.23 9/459 16214
/proc/meminfo: memFree=3839432/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=4552340 CPUtime=522.29 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 918045 0 0 0 52104 125 0 0 25 0 1 0 658426220 4661596160 862167 33554432000 4194304 6014671 140737174839152 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1138085 862167 728 445 0 1131630 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 4552340

[startup+582.3 s]
/proc/loadavg: 7.14 7.27 8.16 9/459 16242
/proc/meminfo: memFree=7860772/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=4552980 CPUtime=582.29 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 986526 0 0 0 58093 136 0 0 25 0 1 0 658426220 4662251520 930645 33554432000 4194304 6014671 140737174839152 18446744073709551615 4372496 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1138245 930645 728 445 0 1131790 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 4552980

[startup+642.301 s]
/proc/loadavg: 7.09 7.24 8.08 9/459 16244
/proc/meminfo: memFree=7635908/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=4552980 CPUtime=642.31 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 1004026 0 0 0 64091 140 0 0 25 0 1 0 658426220 4662251520 948145 33554432000 4194304 6014671 140737174839152 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1138245 948145 728 445 0 1131790 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 4552980

[startup+702.301 s]
/proc/loadavg: 7.17 7.23 8.03 9/459 16246
/proc/meminfo: memFree=7478992/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=4552980 CPUtime=702.29 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 1008508 0 0 0 70088 141 0 0 25 0 1 0 658426220 4662251520 952627 33554432000 4194304 6014671 140737174839152 18446744073709551615 4372236 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1138245 952627 728 445 0 1131790 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 4552980

[startup+762.316 s]
/proc/loadavg: 7.34 7.27 7.99 9/459 16247
/proc/meminfo: memFree=7466176/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=4553108 CPUtime=762.31 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 1008511 0 0 0 76090 141 0 0 25 0 1 0 658426220 4662382592 952630 33554432000 4194304 6014671 140737174839152 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1138277 952630 728 445 0 1131822 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 4553108

[startup+822.301 s]
/proc/loadavg: 7.23 7.25 7.94 9/459 16249
/proc/meminfo: memFree=7352880/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=4553108 CPUtime=822.3 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 1013229 0 0 0 82087 143 0 0 25 0 1 0 658426220 4662382592 957348 33554432000 4194304 6014671 140737174839152 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1138277 957348 728 445 0 1131822 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 4553108

[startup+882.301 s]
/proc/loadavg: 7.24 7.24 7.89 8/459 16250
/proc/meminfo: memFree=7086228/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=4823444 CPUtime=882.3 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 1074005 0 0 0 88077 153 0 0 25 0 1 0 658426220 4939206656 1018090 33554432000 4194304 6014671 140737174839152 18446744073709551615 4371946 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1205861 1018090 729 445 0 1199406 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 4823444

[startup+942.301 s]
/proc/loadavg: 7.16 7.21 7.84 9/459 16252
/proc/meminfo: memFree=6908952/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=4844392 CPUtime=942.3 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 1091140 0 0 0 94074 156 0 0 25 0 1 0 658426220 4960657408 1034578 33554432000 4194304 6014671 140737174839152 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1211098 1034578 729 445 0 1204643 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 4844392

[startup+1002.3 s]
/proc/loadavg: 7.12 7.19 7.79 9/459 16254
/proc/meminfo: memFree=6848508/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=5107048 CPUtime=1002.3 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 1093329 0 0 0 100074 156 0 0 25 0 1 0 658426220 5229617152 1036767 33554432000 4194304 6014671 140737174839152 18446744073709551615 4372352 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1276762 1036767 729 445 0 1270307 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 5107048

[startup+1062.3 s]
/proc/loadavg: 7.04 7.15 7.73 9/459 16255
/proc/meminfo: memFree=6840308/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=5107048 CPUtime=1062.31 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 1100762 0 0 0 106073 158 0 0 25 0 1 0 658426220 5229617152 1044200 33554432000 4194304 6014671 140737174839152 18446744073709551615 4372308 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1276762 1044200 729 445 0 1270307 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 5107048

[startup+1122.3 s]
/proc/loadavg: 7.01 7.12 7.69 9/459 16257
/proc/meminfo: memFree=6814044/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=5107048 CPUtime=1122.31 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 1100767 0 0 0 112073 158 0 0 25 0 1 0 658426220 5229617152 1044205 33554432000 4194304 6014671 140737174839152 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1276762 1044205 729 445 0 1270307 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 5107048

[startup+1182.3 s]
/proc/loadavg: 7.06 7.11 7.65 9/459 16258
/proc/meminfo: memFree=6795120/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=5107048 CPUtime=1182.31 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 1100771 0 0 0 118073 158 0 0 25 0 1 0 658426220 5229617152 1044209 33554432000 4194304 6014671 140737174839152 18446744073709551615 4372469 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1276762 1044209 729 445 0 1270307 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 5107048

[startup+1242.3 s]
/proc/loadavg: 7.14 7.12 7.61 8/459 16260
/proc/meminfo: memFree=6739940/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=5107048 CPUtime=1242.31 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 1100774 0 0 0 124073 158 0 0 25 0 1 0 658426220 5229617152 1044212 33554432000 4194304 6014671 140737174839152 18446744073709551615 4372262 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1276762 1044212 729 445 0 1270307 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 5107048



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 7.25 7.14 7.59 6/455 16264
/proc/meminfo: memFree=11700068/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=5107176 CPUtime=1300.02 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202496 1100810 0 0 0 129844 158 0 0 25 0 1 0 658426220 5229748224 1044248 33554432000 4194304 6014671 140737174839152 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/16193/statm: 1276794 1044248 729 445 0 1270339 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 5107176

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

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

[startup+1300.12 s]
/proc/loadavg: 7.25 7.14 7.59 6/456 16265
/proc/meminfo: memFree=14331216/32951124 swapFree=67056812/67111528
[pid=16193] ppid=16191 vsize=0 CPUtime=1300.13 cores=0,2
/proc/16193/stat : 16193 (qutersat_releas) R 16191 16193 16139 0 -1 4202500 1100814 0 0 0 129844 169 0 0 25 0 1 0 658426220 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/16193/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.18
CPU time (s): 1300.2
CPU user time (s): 1298.45
CPU system time (s): 1.75073
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 5107176

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

runsolver used 5.39618 second user time and 13.5409 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 16:04:13
IDJOB=3377191
IDBENCH=82394
IDSOLVER=1856
FILE ID=node108/3377191-1305468251
RUNJOBID= node108-1305468251-16157
PBS_JOBID= 13325327
Free space on /tmp= 73384 MiB

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

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

MD5SUM BENCH= 1ca09a2b911e29894c6603aee8d3e672
RANDOM SEED=1560969294

node108.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.820
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.64
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.820
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	: 5226.15
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.820
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.82
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.820
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.77
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.820
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.82
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.820
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.820
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.820
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:      15702440 kB
Buffers:        314624 kB
Cached:        5227664 kB
SwapCached:       8692 kB
Active:       12607664 kB
Inactive:      4302116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15702440 kB
SwapTotal:    67111528 kB
SwapFree:     67056812 kB
Dirty:          124744 kB
Writeback:           0 kB
AnonPages:    11363700 kB
Mapped:          38700 kB
Slab:           216664 kB
PageTables:      54508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 112299708 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= 73444 MiB
End job on node108 at 2011-05-15 16:25:55