Trace number 3384336

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) 5000.21 5000.09

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 benchmark1007.46
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.01	c Set FPU double precision.
0.99/1.03	c Parse Cnf success: #var: 153284 #clause: 2473656
0.99/1.03	c Find Units :        696
1.19/1.23	c Find Invs  :          0
1.28/1.36	c Find Ands  :      10080 AvgFaninNum: 3
1.28/1.37	c Find Xors  :          0 AvgFaninNum: nan
1.28/1.37	c Find Ite   :          0
1.28/1.37	c UnDirect variable: 0
1.28/1.37	c UnDirect to Direct Gate: 0
1.28/1.37	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.28/1.37	c Break Cycle : 0
1.28/1.37	c Total Root : 144 Undef Var: 143204
1.38/1.40	c After covering, Total Root: 144 Leaf: 20856
1.38/1.40	c Variable( cover/uncovered/unused ): 30936 122348 0
1.38/1.40	c Unit Clauses: 696
1.38/1.40	c Binary Clauses( cover/uncovered ): 30240 2357040
1.38/1.40	c Clauses( cover/uncovered ): 10080 75600
1.38/1.40	c Total Clauses( cover/uncovered ): 41016 2432640 1.65811%
1.38/1.40	c Covered Ands: 10080 Invs: 0 Xors: 0 Ites: 0
2.78/2.87	c Uncover Clauses avg size: 2.27993 max size: 78
2.88/2.91	c Final circuit: i/l/o/s  142508       0 2106236   2557834
2.88/2.91	c CnfToAig: Time: 2.9 s
4.68/4.75	c TmMap: Set choices finish.
5.88/5.98	c TmMap: Set big and: 2158237
5.88/5.98	c TmMap: Origin: 2700343 ClauseNum: 7673502 --> New: 2300746 ClauseNum: 6881843
5.88/5.98	c TmMap: Time: 1.49
6.28/6.38	c Try to Add: #clause: 4316474 #xorclause: 0
6.68/6.79	c #var: 194509 #clauses: 119382 Solving... 
5000.02/4999.91	c Time Out !!
5000.02/4999.91	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-3384336-1305543569/watcher-3384336-1305543569 -o /tmp/evaluation-result-3384336-1305543569/solver-3384336-1305543569 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384336-1305543569.cnf 1264778034 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.03 1.95 3/332 3012
/proc/meminfo: memFree=18075084/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=10844 CPUtime=0 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) S 3010 3012 2400 0 -1 4194304 100 0 0 0 0 0 0 0 23 0 1 0 665954927 11104256 55 33554432000 4194304 6014671 140736030547568 18446744073709551615 271545613959 0 2147483391 4096 0 18446744071699469502 0 0 17 1 0 0 0
/proc/3012/statm: 2711 55 42 445 0 68 0

[startup+0.0984269 s]
/proc/loadavg: 2.02 2.03 1.95 3/332 3012
/proc/meminfo: memFree=18075084/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=60536 CPUtime=0.08 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 8533 0 0 0 8 0 0 0 23 0 1 0 665954927 61988864 8469 33554432000 4194304 6014671 140736030547568 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3012/statm: 15134 8470 378 445 0 8679 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60536

[startup+0.100423 s]
/proc/loadavg: 2.02 2.03 1.95 3/332 3012
/proc/meminfo: memFree=18075084/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=60536 CPUtime=0.08 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 8552 0 0 0 8 0 0 0 23 0 1 0 665954927 61988864 8488 33554432000 4194304 6014671 140736030547568 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3012/statm: 15134 8488 378 445 0 8679 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60536

[startup+0.300389 s]
/proc/loadavg: 2.02 2.03 1.95 3/332 3012
/proc/meminfo: memFree=18075084/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=85240 CPUtime=0.28 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 14915 0 0 0 27 1 0 0 24 0 1 0 665954927 87285760 14851 33554432000 4194304 6014671 140736030547568 18446744073709551615 271550537472 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3012/statm: 21310 14851 378 445 0 14855 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 85240

[startup+0.700316 s]
/proc/loadavg: 2.02 2.03 1.95 3/332 3012
/proc/meminfo: memFree=18075084/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=134648 CPUtime=0.68 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 27321 0 0 0 64 4 0 0 25 0 1 0 665954927 137879552 27257 33554432000 4194304 6014671 140736030547568 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3012/statm: 33662 27257 378 445 0 27207 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 134648

[startup+1.50017 s]
/proc/loadavg: 2.02 2.03 1.95 3/333 3013
/proc/meminfo: memFree=17881636/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=233464 CPUtime=1.48 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 48913 0 0 0 141 7 0 0 25 0 1 0 665954927 239067136 48849 33554432000 4194304 6014671 140736030547568 18446744073709551615 4234711 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3012/statm: 58366 48849 398 445 0 51911 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 233464

[startup+3.10088 s]
/proc/loadavg: 2.02 2.03 1.95 3/333 3013
/proc/meminfo: memFree=17830052/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=571308 CPUtime=3.09 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 128476 0 0 0 294 15 0 0 25 0 1 0 665954927 585019392 128362 33554432000 4194304 6014671 140736030547568 18446744073709551615 4258114 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3012/statm: 142827 128362 668 445 0 136372 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 571308

[startup+6.30031 s]
/proc/loadavg: 2.02 2.03 1.95 3/333 3013
/proc/meminfo: memFree=17246908/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=1121604 CPUtime=6.28 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 259837 0 0 0 602 26 0 0 25 0 1 0 665954927 1148522496 259655 33554432000 4194304 6014671 140736030547568 18446744073709551615 4237636 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3012/statm: 280401 259655 680 445 0 273946 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1121604

[startup+12.7011 s]
/proc/loadavg: 2.02 2.03 1.95 3/333 3013
/proc/meminfo: memFree=17097112/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=1121604 CPUtime=12.68 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 270502 0 0 0 1240 28 0 0 25 0 1 0 665954927 1148522496 254147 33554432000 4194304 6014671 140736030547568 18446744073709551615 4423276 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3012/statm: 280401 254147 701 445 0 273946 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1121604

[startup+25.5008 s]
/proc/loadavg: 2.01 2.03 1.95 3/333 3013
/proc/meminfo: memFree=17059212/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=1121604 CPUtime=25.48 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 270527 0 0 0 2520 28 0 0 25 0 1 0 665954927 1148522496 254172 33554432000 4194304 6014671 140736030547568 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3012/statm: 280401 254172 723 445 0 273946 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1121604

[startup+51.1012 s]
/proc/loadavg: 2.01 2.02 1.95 3/333 3014
/proc/meminfo: memFree=17017292/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=1253368 CPUtime=51.09 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 280983 0 0 0 5078 31 0 0 25 0 1 0 665954927 1283448832 264628 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372372 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3012/statm: 313342 264628 724 445 0 306887 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1253368

[startup+102.313 s]
/proc/loadavg: 2.00 2.02 1.95 3/333 3024
/proc/meminfo: memFree=16402520/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=1887416 CPUtime=102.3 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 434294 0 0 0 10181 49 0 0 25 0 1 0 665954927 1932713984 417922 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372408 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/3012/statm: 471854 417922 728 445 0 465399 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1887416

[startup+162.301 s]
/proc/loadavg: 2.00 2.01 1.95 3/333 3027
/proc/meminfo: memFree=16072940/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=2306972 CPUtime=162.28 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 516932 0 0 0 16169 59 0 0 25 0 1 0 665954927 2362339328 500560 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372098 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 576743 500560 728 445 0 570288 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 2306972

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 1.95 3/333 3028
/proc/meminfo: memFree=15736372/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=2726852 CPUtime=222.28 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 600809 0 0 0 22160 68 0 0 25 0 1 0 665954927 2792296448 584435 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372446 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 681713 584435 729 445 0 675258 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 2726852

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 1.95 3/333 3030
/proc/meminfo: memFree=15636656/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=3012848 CPUtime=282.28 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 625723 0 0 0 28155 73 0 0 25 0 1 0 665954927 3085156352 609348 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372155 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 753212 609348 728 445 0 746757 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 3012848

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/333 3035
/proc/meminfo: memFree=15205648/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=3504620 CPUtime=342.28 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 733252 0 0 0 34140 88 0 0 25 0 1 0 665954927 3588730880 716861 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 876155 716861 728 445 0 869700 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 3504620

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/333 3036
/proc/meminfo: memFree=15173884/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=3522716 CPUtime=402.29 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 741166 0 0 0 40139 90 0 0 25 0 1 0 665954927 3607261184 724775 33554432000 4194304 6014671 140736030547568 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 880679 724775 728 445 0 874224 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 3522716

[startup+462.3 s]
/proc/loadavg: 2.04 2.02 1.96 3/333 3038
/proc/meminfo: memFree=15151040/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=3785372 CPUtime=462.28 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 746817 0 0 0 46138 90 0 0 25 0 1 0 665954927 3876220928 730425 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 946343 730425 728 445 0 939888 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 3785372

[startup+522.3 s]
/proc/loadavg: 2.10 2.04 1.97 3/333 3039
/proc/meminfo: memFree=14738852/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=4099932 CPUtime=522.28 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 861731 0 0 0 52125 103 0 0 25 0 1 0 665954927 4198330368 833249 33554432000 4194304 6014671 140736030547568 18446744073709551615 4534928 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1024983 833249 728 445 0 1018528 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 4099932

[startup+582.301 s]
/proc/loadavg: 2.09 2.05 1.97 3/333 3041
/proc/meminfo: memFree=14631812/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=4118056 CPUtime=582.28 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 888402 0 0 0 58122 106 0 0 25 0 1 0 665954927 4216889344 859920 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1029514 859920 728 445 0 1023059 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 4118056

[startup+642.301 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/333 3180
/proc/meminfo: memFree=12534780/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5613960 CPUtime=4062.41 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1215468 0 0 0 406081 160 0 0 25 0 1 0 665954927 5748695040 1174124 33554432000 4194304 6014671 140736030547568 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1403490 1174124 729 445 0 1397035 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 5613960

[startup+4122.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/333 3182
/proc/meminfo: memFree=12446588/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876616 CPUtime=4122.39 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1229917 0 0 0 412077 162 0 0 25 0 1 0 665954927 6017654784 1188573 33554432000 4194304 6014671 140736030547568 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469154 1188573 729 445 0 1462699 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 5876616

[startup+4182.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/333 3184
/proc/meminfo: memFree=12351816/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876616 CPUtime=4182.4 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1246390 0 0 0 418075 165 0 0 25 0 1 0 665954927 6017654784 1204959 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372408 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469154 1204959 729 445 0 1462699 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 5876616

[startup+4242.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/333 3186
/proc/meminfo: memFree=12351660/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876616 CPUtime=4242.4 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1246393 0 0 0 424075 165 0 0 25 0 1 0 665954927 6017654784 1204962 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372259 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469154 1204962 729 445 0 1462699 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 5876616

[startup+4302.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/333 3187
/proc/meminfo: memFree=12335624/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876616 CPUtime=4302.4 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1246394 0 0 0 430075 165 0 0 25 0 1 0 665954927 6017654784 1204963 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372456 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469154 1204963 729 445 0 1462699 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 5876616

[startup+4362.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/333 3189
/proc/meminfo: memFree=12300000/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876616 CPUtime=4362.4 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1247148 0 0 0 436075 165 0 0 25 0 1 0 665954927 6017654784 1205717 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372262 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469154 1205717 729 445 0 1462699 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 5876616

[startup+4422.3 s]
/proc/loadavg: 2.22 2.08 2.01 3/333 3190
/proc/meminfo: memFree=12277912/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876616 CPUtime=4422.4 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1255162 0 0 0 442074 166 0 0 25 0 1 0 665954927 6017654784 1205240 33554432000 4194304 6014671 140736030547568 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469154 1205240 729 445 0 1462699 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 5876616

[startup+4482.3 s]
/proc/loadavg: 2.18 2.09 2.02 3/333 3192
/proc/meminfo: memFree=12254436/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876616 CPUtime=4482.4 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1256371 0 0 0 448074 166 0 0 25 0 1 0 665954927 6017654784 1206449 33554432000 4194304 6014671 140736030547568 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469154 1206449 729 445 0 1462699 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 5876616

[startup+4542.3 s]
/proc/loadavg: 2.11 2.08 2.02 3/333 3194
/proc/meminfo: memFree=12253536/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876616 CPUtime=4542.4 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1256374 0 0 0 454074 166 0 0 25 0 1 0 665954927 6017654784 1206452 33554432000 4194304 6014671 140736030547568 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469154 1206452 729 445 0 1462699 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 5876616

[startup+4602.3 s]
/proc/loadavg: 2.15 2.10 2.02 3/333 3195
/proc/meminfo: memFree=12249660/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876616 CPUtime=4602.41 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1257286 0 0 0 460074 167 0 0 25 0 1 0 665954927 6017654784 1207364 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469154 1207364 729 445 0 1462699 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 5876616

[startup+4662.3 s]
/proc/loadavg: 2.11 2.09 2.02 3/333 3197
/proc/meminfo: memFree=12249628/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876616 CPUtime=4662.41 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1257330 0 0 0 466074 167 0 0 25 0 1 0 665954927 6017654784 1207408 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469154 1207408 729 445 0 1462699 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 5876616

[startup+4722.31 s]
/proc/loadavg: 2.04 2.07 2.02 3/333 3198
/proc/meminfo: memFree=12249476/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876616 CPUtime=4722.42 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1257333 0 0 0 472075 167 0 0 25 0 1 0 665954927 6017654784 1207411 33554432000 4194304 6014671 140736030547568 18446744073709551615 4371931 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469154 1207411 729 445 0 1462699 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 5876616

[startup+4782.3 s]
/proc/loadavg: 2.01 2.06 2.01 3/333 3200
/proc/meminfo: memFree=12250056/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876616 CPUtime=4782.41 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1257336 0 0 0 478074 167 0 0 25 0 1 0 665954927 6017654784 1207414 33554432000 4194304 6014671 140736030547568 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469154 1207414 729 445 0 1462699 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 5876616

[startup+4842.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/333 3202
/proc/meminfo: memFree=12247672/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876616 CPUtime=4842.42 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1257983 0 0 0 484075 167 0 0 25 0 1 0 665954927 6017654784 1208061 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469154 1208061 729 445 0 1462699 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 5876616

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/333 3203
/proc/meminfo: memFree=12247504/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876744 CPUtime=4902.42 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1257984 0 0 0 490075 167 0 0 25 0 1 0 665954927 6017785856 1208062 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372127 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469186 1208062 729 445 0 1462731 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 5876744

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/333 3206
/proc/meminfo: memFree=12247336/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876744 CPUtime=4962.42 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1257985 0 0 0 496075 167 0 0 25 0 1 0 665954927 6017785856 1208063 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372452 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469186 1208063 729 445 0 1462731 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 5876744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.06 2.04 2.00 3/333 3207
/proc/meminfo: memFree=12247324/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=5876744 CPUtime=5000.02 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202496 1257987 0 0 0 499835 167 0 0 25 0 1 0 665954927 6017785856 1208065 33554432000 4194304 6014671 140736030547568 18446744073709551615 4372068 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/3012/statm: 1469186 1208065 729 445 0 1462731 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 5876744

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

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

[startup+5000.01 s]
/proc/loadavg: 2.06 2.04 2.00 3/333 3207
/proc/meminfo: memFree=12247324/32951124 swapFree=67056788/67111528
[pid=3012] ppid=3010 vsize=0 CPUtime=5000.13 cores=1,3,5,7
/proc/3012/stat : 3012 (qutersat_releas) R 3010 3012 2400 0 -1 4202500 1257991 0 0 0 499836 177 0 0 25 0 1 0 665954927 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 3 0 0 0
/proc/3012/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.13
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 5000.09
CPU time (s): 5000.21
CPU user time (s): 4998.37
CPU system time (s): 1.84572
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 5876744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.37
system time used= 1.84572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1257991
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= 13
involuntary context switches= 55947

runsolver used 14.5618 second user time and 37.3663 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 12:59:30
IDJOB=3384336
IDBENCH=82363
IDSOLVER=1868
FILE ID=node133/3384336-1305543569
RUNJOBID= node133-1305540199-2421
PBS_JOBID= 13329220
Free space on /tmp= 73376 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
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-3384336-1305543569/watcher-3384336-1305543569 -o /tmp/evaluation-result-3384336-1305543569/solver-3384336-1305543569 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384336-1305543569.cnf 1264778034

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f52ec4dacdcf65c3aedb61fb46ade01b
RANDOM SEED=1264778034

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18075356 kB
Buffers:        315404 kB
Cached:        4512692 kB
SwapCached:       7676 kB
Active:       11267468 kB
Inactive:      3304840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18075356 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           45128 kB
Writeback:           0 kB
AnonPages:     9742272 kB
Mapped:          30872 kB
Slab:           201004 kB
PageTables:      37320 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 65477848 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73372 MiB
End job on node133 at 2011-05-16 14:22:52