Trace number 3376960

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.17 1300.16

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1226.02
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

Solver Data

0.00/0.01	c Set FPU double precision.
0.69/0.76	c Parse Cnf success: #var: 131484 #clause: 2120376
0.69/0.76	c Find Units :        696
0.89/0.95	c Find Invs  :          0
0.99/1.09	c Find Ands  :       8640 AvgFaninNum: 3
1.10/1.11	c Find Xors  :          0 AvgFaninNum: nan
1.10/1.11	c Find Ite   :          0
1.10/1.11	c UnDirect variable: 0
1.10/1.11	c UnDirect to Direct Gate: 0
1.10/1.11	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.10/1.11	c Break Cycle : 0
1.10/1.11	c Total Root : 144 Undef Var: 122844
1.10/1.13	c After covering, Total Root: 144 Leaf: 17976
1.10/1.13	c Variable( cover/uncovered/unused ): 26616 104868 0
1.10/1.13	c Unit Clauses: 696
1.10/1.13	c Binary Clauses( cover/uncovered ): 25920 2020320
1.10/1.13	c Clauses( cover/uncovered ): 8640 64800
1.10/1.13	c Total Clauses( cover/uncovered ): 35256 2085120 1.66272%
1.10/1.13	c Covered Ands: 8640 Invs: 0 Xors: 0 Ites: 0
2.39/2.45	c Uncover Clauses avg size: 2.27993 max size: 78
2.39/2.48	c Final circuit: i/l/o/s  122148       0 1758716   2131174
2.39/2.48	c CnfToAig: Time: 2.47 s
3.99/4.04	c TmMap: Set choices finish.
4.89/4.98	c TmMap: Set big and: 1798427
4.89/4.98	c TmMap: Origin: 2253323 ClauseNum: 6393522 --> New: 1920576 ClauseNum: 5734343
4.89/4.98	c TmMap: Time: 1.17
5.29/5.31	c Try to Add: #clause: 3596854 #xorclause: 0
5.60/5.66	c #var: 161859 #clauses: 99322 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-3376960-1305468188/watcher-3376960-1305468188 -o /tmp/evaluation-result-3376960-1305468188/solver-3376960-1305468188 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376960-1305468188.cnf 739507693 

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: 3.64 4.06 4.84 4/420 31927
/proc/meminfo: memFree=21745072/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=38520 CPUtime=0 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 3099 0 0 0 0 0 0 0 23 0 1 0 658416032 39444480 3036 33554432000 4194304 6014671 140736962593072 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 9630 3051 378 445 0 3175 0

[startup+0.112298 s]
/proc/loadavg: 3.64 4.06 4.84 4/420 31927
/proc/meminfo: memFree=21745072/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=60024 CPUtime=0.1 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 8501 0 0 0 9 1 0 0 23 0 1 0 658416032 61464576 8438 33554432000 4194304 6014671 140736962593072 18446744073709551615 239476694784 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 15006 8439 378 445 0 8551 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 60024

[startup+0.20028 s]
/proc/loadavg: 3.64 4.06 4.84 4/420 31927
/proc/meminfo: memFree=21745072/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=84600 CPUtime=0.18 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 14048 0 0 0 17 1 0 0 23 0 1 0 658416032 86630400 13985 33554432000 4194304 6014671 140736962593072 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 21150 13985 378 445 0 14695 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 84600

[startup+0.300264 s]
/proc/loadavg: 3.64 4.06 4.84 4/420 31927
/proc/meminfo: memFree=21745072/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=84728 CPUtime=0.29 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 14710 0 0 0 27 2 0 0 24 0 1 0 658416032 86761472 14647 33554432000 4194304 6014671 140736962593072 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 21182 14648 378 445 0 14727 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84728

[startup+0.701183 s]
/proc/loadavg: 3.64 4.06 4.84 4/420 31927
/proc/meminfo: memFree=21745072/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=134136 CPUtime=0.69 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 27045 0 0 0 65 4 0 0 25 0 1 0 658416032 137355264 26982 33554432000 4194304 6014671 140736962593072 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 33534 26982 378 445 0 27079 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 134136

[startup+1.50103 s]
/proc/loadavg: 3.67 4.06 4.83 5/421 31928
/proc/meminfo: memFree=21618612/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=191992 CPUtime=1.49 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 37836 0 0 0 144 5 0 0 25 0 1 0 658416032 196599808 37773 33554432000 4194304 6014671 140736962593072 18446744073709551615 4276757 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 47998 37773 398 445 0 41543 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191992

[startup+3.10073 s]
/proc/loadavg: 3.67 4.06 4.83 5/421 31928
/proc/meminfo: memFree=21452824/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=495564 CPUtime=3.09 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 111387 0 0 0 297 12 0 0 25 0 1 0 658416032 507457536 111324 33554432000 4194304 6014671 140736962593072 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 123891 111326 668 445 0 117436 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 495564

[startup+6.30111 s]
/proc/loadavg: 3.67 4.06 4.83 5/421 31928
/proc/meminfo: memFree=20801780/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=854316 CPUtime=6.29 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 202642 0 0 0 607 22 0 0 25 0 1 0 658416032 874819584 202545 33554432000 4194304 6014671 140736962593072 18446744073709551615 4444801 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 213579 202545 701 445 0 207124 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 854316

[startup+12.7009 s]
/proc/loadavg: 3.79 4.07 4.83 5/421 31928
/proc/meminfo: memFree=20655848/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=854316 CPUtime=12.69 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 202690 0 0 0 1247 22 0 0 25 0 1 0 658416032 874819584 202545 33554432000 4194304 6014671 140736962593072 18446744073709551615 4423596 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 213579 202545 701 445 0 207124 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 854316

[startup+25.5004 s]
/proc/loadavg: 3.82 4.07 4.82 5/421 31982
/proc/meminfo: memFree=20381512/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=890204 CPUtime=25.49 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 213674 0 0 0 2523 26 0 0 25 0 1 0 658416032 911568896 207599 33554432000 4194304 6014671 140736962593072 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 222551 207599 723 445 0 216096 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 890204

[startup+51.1005 s]
/proc/loadavg: 3.89 4.06 4.79 5/421 31983
/proc/meminfo: memFree=17127708/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=1074404 CPUtime=51.09 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 236303 0 0 0 5081 28 0 0 25 0 1 0 658416032 1100189696 230228 33554432000 4194304 6014671 140736962593072 18446744073709551615 4378936 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 268601 230228 724 445 0 262146 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1074404

[startup+102.301 s]
/proc/loadavg: 3.95 4.05 4.75 5/421 31987
/proc/meminfo: memFree=16325248/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=1709736 CPUtime=102.31 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 387708 0 0 0 10185 46 0 0 25 0 1 0 658416032 1750769664 381617 33554432000 4194304 6014671 140736962593072 18446744073709551615 4372446 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 427434 381617 729 445 0 420979 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 1709736

[startup+162.3 s]
/proc/loadavg: 4.12 4.08 4.71 5/421 31989
/proc/meminfo: memFree=15062264/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=2188168 CPUtime=162.29 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 490595 0 0 0 16170 59 0 0 25 0 1 0 658416032 2240684032 484502 33554432000 4194304 6014671 140736962593072 18446744073709551615 4423585 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 547042 484502 728 445 0 540587 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2188168

[startup+222.316 s]
/proc/loadavg: 4.04 4.06 4.67 5/421 31991
/proc/meminfo: memFree=14271224/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=2485028 CPUtime=222.3 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 551134 0 0 0 22163 67 0 0 25 0 1 0 658416032 2544668672 545041 33554432000 4194304 6014671 140736962593072 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 621257 545041 728 445 0 614802 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2485028

[startup+282.3 s]
/proc/loadavg: 4.01 4.05 4.62 5/421 31992
/proc/meminfo: memFree=13444876/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=2751100 CPUtime=282.29 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 570638 0 0 0 28159 70 0 0 25 0 1 0 658416032 2817126400 564545 33554432000 4194304 6014671 140736962593072 18446744073709551615 4372053 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 687775 564545 728 445 0 681320 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2751100

[startup+342.301 s]
/proc/loadavg: 4.00 4.04 4.58 5/421 31994
/proc/meminfo: memFree=12439716/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=3287612 CPUtime=342.29 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 699139 0 0 0 34145 84 0 0 25 0 1 0 658416032 3366514688 693038 33554432000 4194304 6014671 140736962593072 18446744073709551615 4372262 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 821903 693038 728 445 0 815448 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 3287612

[startup+402.3 s]
/proc/loadavg: 4.10 4.06 4.55 5/421 31995
/proc/meminfo: memFree=11975208/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=3302652 CPUtime=402.29 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 705500 0 0 0 40143 86 0 0 25 0 1 0 658416032 3381915648 698805 33554432000 4194304 6014671 140736962593072 18446744073709551615 4372417 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 825663 698805 728 445 0 819208 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 3302652

[startup+462.301 s]
/proc/loadavg: 4.08 4.06 4.52 5/421 31997
/proc/meminfo: memFree=11235524/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=3659456 CPUtime=462.29 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 783996 0 0 0 46133 96 0 0 25 0 1 0 658416032 3747282944 777301 33554432000 4194304 6014671 140736962593072 18446744073709551615 4533993 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 914864 777302 728 445 0 908409 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 3659456

[startup+522.3 s]
/proc/loadavg: 4.21 4.09 4.50 5/421 31999
/proc/meminfo: memFree=10901940/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=3811568 CPUtime=522.29 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 827350 0 0 0 52127 102 0 0 25 0 1 0 658416032 3903045632 820655 33554432000 4194304 6014671 140736962593072 18446744073709551615 4372082 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 952892 820655 728 445 0 946437 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 3811568

[startup+582.301 s]
/proc/loadavg: 4.14 4.09 4.47 5/421 32000
/proc/meminfo: memFree=10728956/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=4074224 CPUtime=582.29 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 837282 0 0 0 58125 104 0 0 25 0 1 0 658416032 4172005376 830587 33554432000 4194304 6014671 140736962593072 18446744073709551615 4372010 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 1018556 830587 728 445 0 1012101 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 4074224

[startup+642.3 s]
/proc/loadavg: 4.05 4.07 4.44 5/421 32002
/proc/meminfo: memFree=10428344/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=4074224 CPUtime=642.29 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 837282 0 0 0 64125 104 0 0 25 0 1 0 658416032 4172005376 830587 33554432000 4194304 6014671 140736962593072 18446744073709551615 4371946 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 1018556 830587 728 445 0 1012101 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 4074224

[startup+702.301 s]
/proc/loadavg: 4.06 4.07 4.41 5/421 32030
/proc/meminfo: memFree=15073684/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=4074480 CPUtime=702.3 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 854750 0 0 0 70124 106 0 0 25 0 1 0 658416032 4172267520 848055 33554432000 4194304 6014671 140736962593072 18446744073709551615 4367392 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 1018620 848055 728 445 0 1012165 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 4074480

[startup+762.3 s]
/proc/loadavg: 4.02 4.05 4.38 5/421 32032
/proc/meminfo: memFree=14765532/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=4331656 CPUtime=762.31 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 877745 0 0 0 76121 110 0 0 25 0 1 0 658416032 4435615744 871049 33554432000 4194304 6014671 140736962593072 18446744073709551615 4372387 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 1082914 871049 728 445 0 1076459 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 4331656

[startup+822.301 s]
/proc/loadavg: 4.05 4.06 4.36 5/421 32034
/proc/meminfo: memFree=14666564/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=4594312 CPUtime=822.3 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 884238 0 0 0 82118 112 0 0 25 0 1 0 658416032 4704575488 877524 33554432000 4194304 6014671 140736962593072 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 1148578 877524 728 445 0 1142123 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 4594312

[startup+882.315 s]
/proc/loadavg: 4.02 4.05 4.34 5/421 32035
/proc/meminfo: memFree=14574424/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=4594312 CPUtime=882.31 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 887931 0 0 0 88119 112 0 0 25 0 1 0 658416032 4704575488 881180 33554432000 4194304 6014671 140736962593072 18446744073709551615 4372176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 1148578 881180 728 445 0 1142123 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 4594312

[startup+942.301 s]
/proc/loadavg: 4.00 4.03 4.31 5/421 32037
/proc/meminfo: memFree=14539684/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=4594312 CPUtime=942.3 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 888129 0 0 0 94118 112 0 0 25 0 1 0 658416032 4704575488 881378 33554432000 4194304 6014671 140736962593072 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 1148578 881378 728 445 0 1142123 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 4594312

[startup+1002.3 s]
/proc/loadavg: 4.08 4.04 4.30 5/421 32038
/proc/meminfo: memFree=14313484/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=4594440 CPUtime=1002.3 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 924805 0 0 0 100113 117 0 0 25 0 1 0 658416032 4704706560 899981 33554432000 4194304 6014671 140736962593072 18446744073709551615 4422613 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 1148610 899981 728 445 0 1142155 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 4594440

[startup+1062.3 s]
/proc/loadavg: 4.10 4.05 4.28 5/421 32040
/proc/meminfo: memFree=14163056/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=4594568 CPUtime=1062.31 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 950042 0 0 0 106110 121 0 0 25 0 1 0 658416032 4704837632 925204 33554432000 4194304 6014671 140736962593072 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 1148642 925204 729 445 0 1142187 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 4594568

[startup+1122.3 s]
/proc/loadavg: 4.07 4.05 4.26 5/421 32042
/proc/meminfo: memFree=14017348/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=4594568 CPUtime=1122.31 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 974177 0 0 0 112104 127 0 0 25 0 1 0 658416032 4704837632 949339 33554432000 4194304 6014671 140736962593072 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 1148642 949339 729 445 0 1142187 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 4594568

[startup+1182.3 s]
/proc/loadavg: 4.09 4.06 4.25 5/421 32043
/proc/meminfo: memFree=13982112/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=4594568 CPUtime=1182.3 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 981598 0 0 0 118102 128 0 0 25 0 1 0 658416032 4704837632 956760 33554432000 4194304 6014671 140736962593072 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 1148642 956760 729 445 0 1142187 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 4594568

[startup+1242.3 s]
/proc/loadavg: 4.03 4.04 4.23 5/421 32045
/proc/meminfo: memFree=13974784/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=4594568 CPUtime=1242.3 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 981602 0 0 0 124102 128 0 0 25 0 1 0 658416032 4704837632 956764 33554432000 4194304 6014671 140736962593072 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 1148642 956764 729 445 0 1142187 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 4594568



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.11 4.05 4.22 5/421 32074
/proc/meminfo: memFree=15086752/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=4594568 CPUtime=1300.02 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4202496 981604 0 0 0 129874 128 0 0 25 0 1 0 658416032 4704837632 956766 33554432000 4194304 6014671 140736962593072 18446744073709551615 4371902 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/31927/statm: 1148642 956766 729 445 0 1142187 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 4594568

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: 4.11 4.05 4.22 5/421 32074
/proc/meminfo: memFree=15086752/32950928 swapFree=67056568/67111528
[pid=31927] ppid=31925 vsize=0 CPUtime=1300.12 cores=1,3
/proc/31927/stat : 31927 (qutersat_releas) R 31925 31927 31839 0 -1 4194308 981608 0 0 0 129874 138 0 0 25 0 1 0 658416032 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/31927/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.12
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.16
CPU time (s): 1300.17
CPU user time (s): 1298.74
CPU system time (s): 1.42678
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 4594568

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

runsolver used 5.09123 second user time and 12.6681 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 16:03:10
IDJOB=3376960
IDBENCH=82366
IDSOLVER=1856
FILE ID=node148/3376960-1305468188
RUNJOBID= node148-1305468168-31859
PBS_JOBID= 13325324
Free space on /tmp= 72756 MiB

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

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=739507693

node148.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.854
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.854
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.854
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.83
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.854
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.854
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.854
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.854
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.854
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:     32950928 kB
MemFree:      21745344 kB
Buffers:        343112 kB
Cached:        5052780 kB
SwapCached:       8488 kB
Active:        7533344 kB
Inactive:      3306244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21745344 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:          106172 kB
Writeback:           0 kB
AnonPages:     5441440 kB
Mapped:          37136 kB
Slab:           260016 kB
PageTables:      40052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 106442800 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= 72800 MiB
End job on node148 at 2011-05-15 16:24:52