Trace number 3284793

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

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
MD5SUMf52ec4dacdcf65c3aedb61fb46ade01b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1119.56
Satisfiable
(Un)Satisfiability was proved
Number of variables153284
Number of clauses2473656
Sum of the clauses size5647736
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22387280
Number of clauses of size 36720
Number of clauses of size 431080
Number of clauses of size 513440
Number of clauses of size over 534440

Solver Data

0.00/0.00	c Set FPU double precision.
0.99/1.09	c Parse Cnf success: #var: 153284 #clause: 2473656
0.99/1.09	c Find Units :        696
1.19/1.28	c Find Invs  :          0
1.39/1.41	c Find Ands  :      10080 AvgFaninNum: 3
1.39/1.42	c Find Xors  :          0 AvgFaninNum: nan
1.39/1.42	c Find Ite   :          0
1.39/1.43	c UnDirect variable: 0
1.39/1.43	c UnDirect to Direct Gate: 0
1.39/1.43	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.39/1.43	c Break Cycle : 0
1.39/1.43	c Total Root : 144 Undef Var: 143204
1.39/1.45	c After covering, Total Root: 144 Leaf: 20856
1.39/1.45	c Variable( cover/uncovered/unused ): 30936 122348 0
1.39/1.45	c Unit Clauses: 696
1.39/1.45	c Binary Clauses( cover/uncovered ): 30240 2357040
1.39/1.45	c Clauses( cover/uncovered ): 10080 75600
1.39/1.45	c Total Clauses( cover/uncovered ): 41016 2432640 1.65811%
1.39/1.45	c Covered Ands: 10080 Invs: 0 Xors: 0 Ites: 0
2.89/2.94	c Uncover Clauses avg size: 2.27993 max size: 78
2.89/2.98	c Final circuit: i/l/o/s  142508       0 2106236   2557834
2.89/2.98	c CnfToAig: Time: 2.98 s
4.79/4.85	c TmMap: Set choices finish.
5.99/6.08	c TmMap: Set big and: 2158237
5.99/6.08	c TmMap: Origin: 2700343 ClauseNum: 7673502 --> New: 2300746 ClauseNum: 6881843
5.99/6.08	c TmMap: Time: 1.5
6.39/6.48	c Try to Add: #clause: 4316474 #xorclause: 0
6.79/6.89	c #var: 194509 #clauses: 119382 Solving... 
1299.89/1300.00	c Time Out !!
1299.89/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-3284793-1303759859/watcher-3284793-1303759859 -o /tmp/evaluation-result-3284793-1303759859/solver-3284793-1303759859 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3284793-1303759859.cnf 416870920 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.30 3.97 4.89 4/189 8243
/proc/meminfo: memFree=16300416/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=35960 CPUtime=0 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 2217 0 0 0 0 0 0 0 18 0 1 0 487583776 36823040 2152 33554432000 4194304 6016207 140735825190288 18446744073709551615 4272587 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 8990 2164 372 445 0 2534 0

[startup+0.0536649 s]
/proc/loadavg: 4.30 3.97 4.89 4/189 8243
/proc/meminfo: memFree=16300416/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=48248 CPUtime=0.05 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 5712 0 0 0 4 1 0 0 18 0 1 0 487583776 49405952 5646 33554432000 4194304 6016207 140735825190288 18446744073709551615 212687675136 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 12062 5646 379 445 0 5606 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 48248

[startup+0.100648 s]
/proc/loadavg: 4.30 3.97 4.89 4/189 8243
/proc/meminfo: memFree=16300416/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=60536 CPUtime=0.09 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 8515 0 0 0 8 1 0 0 18 0 1 0 487583776 61988864 8449 33554432000 4194304 6016207 140735825190288 18446744073709551615 4309874 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 15134 8449 379 445 0 8678 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60536

[startup+0.300607 s]
/proc/loadavg: 4.30 3.97 4.89 4/189 8243
/proc/meminfo: memFree=16300416/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=85240 CPUtime=0.29 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 14708 0 0 0 27 2 0 0 18 0 1 0 487583776 87285760 14642 33554432000 4194304 6016207 140735825190288 18446744073709551615 4310902 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 21310 14642 379 445 0 14854 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85240

[startup+0.700534 s]
/proc/loadavg: 4.30 3.97 4.89 4/189 8243
/proc/meminfo: memFree=16300416/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=134520 CPUtime=0.69 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 27037 0 0 0 65 4 0 0 18 0 1 0 487583776 137748480 26971 33554432000 4194304 6016207 140735825190288 18446744073709551615 4278400 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 33630 26972 379 445 0 27174 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 134520

[startup+1.50039 s]
/proc/loadavg: 4.30 3.97 4.89 5/187 8247
/proc/meminfo: memFree=16696240/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=233464 CPUtime=1.49 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 48917 0 0 0 142 7 0 0 19 0 1 0 487583776 239067136 48851 33554432000 4194304 6016207 140735825190288 18446744073709551615 4290312 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 58366 48851 400 445 0 51910 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 233464

[startup+3.1011 s]
/proc/loadavg: 4.30 3.97 4.89 5/186 8261
/proc/meminfo: memFree=16665472/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=508016 CPUtime=3.09 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 108439 0 0 0 295 14 0 0 25 0 1 0 487583776 520208384 108323 33554432000 4194304 6016207 140735825190288 18446744073709551615 4261036 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 127004 108352 670 445 0 120548 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 508016

[startup+6.30051 s]
/proc/loadavg: 4.28 3.97 4.88 5/187 8266
/proc/meminfo: memFree=15969248/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=1121604 CPUtime=6.29 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 259830 0 0 0 598 31 0 0 25 0 1 0 487583776 1148522496 259711 33554432000 4194304 6016207 140735825190288 18446744073709551615 4769280 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 280401 259711 672 445 0 273945 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1121604

[startup+12.7003 s]
/proc/loadavg: 4.26 3.97 4.88 5/190 8272
/proc/meminfo: memFree=14984512/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=1121604 CPUtime=12.69 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 259997 0 0 0 1235 34 0 0 25 0 1 0 487583776 1148522496 259742 33554432000 4194304 6016207 140735825190288 18446744073709551615 4668151 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 280401 259742 700 445 0 273945 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1121604

[startup+25.501 s]
/proc/loadavg: 4.20 3.97 4.86 5/190 8272
/proc/meminfo: memFree=12821736/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=1121604 CPUtime=25.49 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 260077 0 0 0 2515 34 0 0 25 0 1 0 487583776 1148522496 259768 33554432000 4194304 6016207 140735825190288 18446744073709551615 4373565 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 280401 259768 724 445 0 273945 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1121604

[startup+51.1003 s]
/proc/loadavg: 4.13 3.97 4.84 5/190 8273
/proc/meminfo: memFree=12188668/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=1252856 CPUtime=51.09 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 267995 0 0 0 5073 36 0 0 25 0 1 0 487583776 1282924544 267686 33554432000 4194304 6016207 140735825190288 18446744073709551615 4373679 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 313214 267686 724 445 0 306758 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1252856

[startup+102.307 s]
/proc/loadavg: 4.05 3.97 4.79 5/187 8295
/proc/meminfo: memFree=14961772/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=1862900 CPUtime=102.3 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 419850 0 0 0 10175 55 0 0 25 0 1 0 487583776 1907609600 411009 33554432000 4194304 6016207 140735825190288 18446744073709551615 4414930 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 465725 411009 733 445 0 459269 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1862900

[startup+162.301 s]
/proc/loadavg: 4.02 3.97 4.74 5/190 8303
/proc/meminfo: memFree=9628144/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=2285764 CPUtime=162.3 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 496398 0 0 0 16163 67 0 0 25 0 1 0 487583776 2340622336 487550 33554432000 4194304 6016207 140735825190288 18446744073709551615 4373657 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 571441 487550 732 445 0 564985 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2285764

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 4.69 5/190 8304
/proc/meminfo: memFree=10007468/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=2573196 CPUtime=222.3 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 520719 0 0 0 22157 73 0 0 25 0 1 0 487583776 2634952704 511870 33554432000 4194304 6016207 140735825190288 18446744073709551615 4380063 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 643299 511870 731 445 0 636843 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2573196

[startup+282.3 s]
/proc/loadavg: 4.04 3.99 4.65 5/187 8327
/proc/meminfo: memFree=14355984/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=2983372 CPUtime=282.3 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 600717 0 0 0 28147 83 0 0 25 0 1 0 487583776 3054972928 591868 33554432000 4194304 6016207 140735825190288 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 745843 591868 731 445 0 739387 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2983372

[startup+342.3 s]
/proc/loadavg: 4.01 3.99 4.61 5/190 8335
/proc/meminfo: memFree=9088168/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=3320896 CPUtime=342.3 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 680834 0 0 0 34137 93 0 0 25 0 1 0 487583776 3400597504 671985 33554432000 4194304 6016207 140735825190288 18446744073709551615 4538609 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 830224 671985 731 445 0 823768 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 3320896

[startup+402.3 s]
/proc/loadavg: 4.00 3.99 4.57 5/190 8363
/proc/meminfo: memFree=13128944/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=3609460 CPUtime=402.3 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 706704 0 0 0 40133 97 0 0 25 0 1 0 487583776 3696087040 697815 33554432000 4194304 6016207 140735825190288 18446744073709551615 4373679 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 902365 697815 731 445 0 895909 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3609460

[startup+462.3 s]
/proc/loadavg: 4.05 4.00 4.53 5/190 8365
/proc/meminfo: memFree=12962280/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=3609460 CPUtime=462.3 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 716847 0 0 0 46132 98 0 0 25 0 1 0 487583776 3696087040 707958 33554432000 4194304 6016207 140735825190288 18446744073709551615 4380855 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 902365 707958 731 445 0 895909 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3609460

[startup+522.3 s]
/proc/loadavg: 4.02 4.00 4.50 5/190 8366
/proc/meminfo: memFree=11953444/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=3706772 CPUtime=522.3 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 789291 0 0 0 52122 108 0 0 25 0 1 0 487583776 3795734528 780368 33554432000 4194304 6016207 140735825190288 18446744073709551615 4380855 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 926693 780368 731 445 0 920237 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3706772

[startup+582.3 s]
/proc/loadavg: 4.07 4.02 4.47 5/190 8368
/proc/meminfo: memFree=11658108/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=3969556 CPUtime=582.31 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 801620 0 0 0 58121 110 0 0 25 0 1 0 487583776 4064825344 792697 33554432000 4194304 6016207 140735825190288 18446744073709551615 4374016 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 992389 792697 731 445 0 985933 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 3969556

[startup+642.301 s]
/proc/loadavg: 4.02 4.01 4.43 5/190 8370
/proc/meminfo: memFree=11552696/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=3969556 CPUtime=642.32 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 801626 0 0 0 64122 110 0 0 25 0 1 0 487583776 4064825344 792703 33554432000 4194304 6016207 140735825190288 18446744073709551615 4373992 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 992389 792703 731 445 0 985933 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 3969556

[startup+702.301 s]
/proc/loadavg: 4.01 4.00 4.41 5/190 8371
/proc/meminfo: memFree=11105548/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=4137940 CPUtime=702.31 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 869927 0 0 0 70113 118 0 0 25 0 1 0 487583776 4237250560 861004 33554432000 4194304 6016207 140735825190288 18446744073709551615 4373420 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 1034485 861004 731 445 0 1028029 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 4137940

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 4.37 5/190 8373
/proc/meminfo: memFree=10958712/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=4158560 CPUtime=762.32 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 886689 0 0 0 76111 121 0 0 25 0 1 0 487583776 4258365440 877766 33554432000 4194304 6016207 140735825190288 18446744073709551615 4373976 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 1039640 877766 731 445 0 1033184 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 4158560

[startup+822.301 s]
/proc/loadavg: 4.10 4.03 4.36 5/190 8401
/proc/meminfo: memFree=7761476/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=4421216 CPUtime=822.32 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 896840 0 0 0 82108 124 0 0 25 0 1 0 487583776 4527325184 887817 33554432000 4194304 6016207 140735825190288 18446744073709551615 4373420 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 1105304 887817 731 445 0 1098848 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 4421216

[startup+882.301 s]
/proc/loadavg: 4.03 4.02 4.33 5/190 8403
/proc/meminfo: memFree=7654740/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=4421216 CPUtime=882.32 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 897880 0 0 0 88108 124 0 0 25 0 1 0 487583776 4527325184 888736 33554432000 4194304 6016207 140735825190288 18446744073709551615 4424099 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 1105304 888736 731 445 0 1098848 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 4421216

[startup+942.301 s]
/proc/loadavg: 4.06 4.03 4.32 5/190 8405
/proc/meminfo: memFree=7552984/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=4421216 CPUtime=942.32 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 897885 0 0 0 94108 124 0 0 25 0 1 0 487583776 4527325184 875973 33554432000 4194304 6016207 140735825190288 18446744073709551615 4373485 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 1105304 875973 731 445 0 1098848 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 4421216

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 4.29 5/187 8428
/proc/meminfo: memFree=7477764/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=4421600 CPUtime=1002.33 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 936422 0 0 0 100104 129 0 0 25 0 1 0 487583776 4527718400 914510 33554432000 4194304 6016207 140735825190288 18446744073709551615 4536809 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 1105400 914510 731 445 0 1098944 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 4421600

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 4.27 5/190 8436
/proc/meminfo: memFree=1124040/32951124 swapFree=67111528/67111528
[pid=8243] ppid=8241 vsize=4684256 CPUtime=1062.32 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 960940 0 0 0 106099 133 0 0 25 0 1 0 487583776 4796678144 939028 33554432000 4194304 6016207 140735825190288 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 1171064 939028 731 445 0 1164608 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 4684256

[startup+1122.3 s]
/proc/loadavg: 5.14 4.28 4.34 4/186 8480
/proc/meminfo: memFree=6646008/32951124 swapFree=67111524/67111528
[pid=8243] ppid=8241 vsize=4684256 CPUtime=1122.19 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 979103 0 0 0 112077 142 0 0 25 0 1 0 487583776 4796678144 957191 33554432000 4194304 6016207 140735825190288 18446744073709551615 4373701 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 1171064 957191 731 445 0 1164608 0
Current children cumulated CPU time (s) 1122.19
Current children cumulated vsize (KiB) 4684256

[startup+1182.3 s]
/proc/loadavg: 6.11 4.71 4.48 5/192 8495
/proc/meminfo: memFree=8267020/32951124 swapFree=67111524/67111528
[pid=8243] ppid=8241 vsize=4684256 CPUtime=1182.19 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 979105 0 0 0 118076 143 0 0 25 0 1 0 487583776 4796678144 957193 33554432000 4194304 6016207 140735825190288 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 1171064 957193 731 445 0 1164608 0
Current children cumulated CPU time (s) 1182.19
Current children cumulated vsize (KiB) 4684256

[startup+1242.3 s]
/proc/loadavg: 5.18 4.72 4.50 5/190 8497
/proc/meminfo: memFree=9714340/32951124 swapFree=67111524/67111528
[pid=8243] ppid=8241 vsize=4684256 CPUtime=1242.19 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 979115 0 0 0 124076 143 0 0 25 0 1 0 487583776 4796678144 957203 33554432000 4194304 6016207 140735825190288 18446744073709551615 4373844 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 1171064 957203 731 445 0 1164608 0
Current children cumulated CPU time (s) 1242.19
Current children cumulated vsize (KiB) 4684256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.67 4.63 4.48 5/190 8525
/proc/meminfo: memFree=6345800/32951124 swapFree=67111524/67111528
[pid=8243] ppid=8241 vsize=4684256 CPUtime=1299.89 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202496 979119 0 0 0 129846 143 0 0 25 0 1 0 487583776 4796678144 957207 33554432000 4194304 6016207 140735825190288 18446744073709551615 4373645 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8243/statm: 1171064 957207 731 445 0 1164608 0
Current children cumulated CPU time (s) 1299.89
Current children cumulated vsize (KiB) 4684256

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: 4.67 4.63 4.48 5/190 8525
/proc/meminfo: memFree=6345800/32951124 swapFree=67111524/67111528
[pid=8243] ppid=8241 vsize=0 CPUtime=1299.99 cores=1,3
/proc/8243/stat : 8243 (qutersat_releas) R 8241 8243 7955 0 -1 4202500 979124 0 0 0 129846 153 0 0 25 0 1 0 487583776 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 3 0 0 0
/proc/8243/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.15
CPU time (s): 1300.05
CPU user time (s): 1298.47
CPU system time (s): 1.58076
CPU usage (%): 99.992
Max. virtual memory (cumulated for all children) (KiB): 4684256

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

runsolver used 2.05869 second user time and 5.03423 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-25 21:31:00
IDJOB=3284793
IDBENCH=82363
IDSOLVER=1607
FILE ID=node139/3284793-1303759859
RUNJOBID= node139-1303759504-7975
PBS_JOBID= 13157122
Free space on /tmp= 72320 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.070-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3284793-1303759859/watcher-3284793-1303759859 -o /tmp/evaluation-result-3284793-1303759859/solver-3284793-1303759859 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3284793-1303759859.cnf 416870920

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

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=416870920

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:      16300820 kB
Buffers:       2131660 kB
Cached:       11866772 kB
SwapCached:          0 kB
Active:        7957780 kB
Inactive:      8159088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16300820 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           53088 kB
Writeback:           0 kB
AnonPages:     2117712 kB
Mapped:          20260 kB
Slab:           464580 kB
PageTables:       9592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2552900 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= 64740 MiB
End job on node139 at 2011-04-25 21:52:42