Trace number 3384338

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.26 5000.17

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 benchmark1095.17
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.00	c Set FPU double precision.
0.69/0.74	c Parse Cnf success: #var: 131484 #clause: 2120376
0.69/0.74	c Find Units :        696
0.89/0.93	c Find Invs  :          0
1.00/1.06	c Find Ands  :       8640 AvgFaninNum: 3
1.00/1.07	c Find Xors  :          0 AvgFaninNum: nan
1.00/1.07	c Find Ite   :          0
1.00/1.07	c UnDirect variable: 0
1.00/1.07	c UnDirect to Direct Gate: 0
1.00/1.07	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
1.00/1.07	c Break Cycle : 0
1.00/1.07	c Total Root : 144 Undef Var: 122844
1.00/1.09	c After covering, Total Root: 144 Leaf: 17976
1.00/1.09	c Variable( cover/uncovered/unused ): 26616 104868 0
1.00/1.09	c Unit Clauses: 696
1.00/1.09	c Binary Clauses( cover/uncovered ): 25920 2020320
1.00/1.09	c Clauses( cover/uncovered ): 8640 64800
1.00/1.09	c Total Clauses( cover/uncovered ): 35256 2085120 1.66272%
1.00/1.09	c Covered Ands: 8640 Invs: 0 Xors: 0 Ites: 0
2.39/2.40	c Uncover Clauses avg size: 2.27993 max size: 78
2.39/2.43	c Final circuit: i/l/o/s  122148       0 1758716   2131174
2.39/2.43	c CnfToAig: Time: 2.43 s
3.89/3.98	c TmMap: Set choices finish.
4.89/4.92	c TmMap: Set big and: 1798427
4.89/4.92	c TmMap: Origin: 2253323 ClauseNum: 6393522 --> New: 1920576 ClauseNum: 5734343
4.89/4.92	c TmMap: Time: 1.16
5.19/5.24	c Try to Add: #clause: 3596854 #xorclause: 0
5.50/5.59	c #var: 161859 #clauses: 99322 Solving... 
5000.09/5000.01	c Time Out !!
5000.09/5000.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-3384338-1305543681/watcher-3384338-1305543681 -o /tmp/evaluation-result-3384338-1305543681/solver-3384338-1305543681 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384338-1305543681.cnf 1720444460 

running on 4 cores: 0,2,4,6

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.08 2.02 1.93 2/405 14783
/proc/meminfo: memFree=13762536/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=36472 CPUtime=0 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 2866 0 0 0 0 0 0 0 23 0 1 0 646784386 37347328 2802 33554432000 4194304 6014671 140736066068880 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14783/statm: 9118 2803 377 445 0 2663 0

[startup+0.0367351 s]
/proc/loadavg: 2.08 2.02 1.93 2/405 14783
/proc/meminfo: memFree=13762536/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=41592 CPUtime=0.02 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 4248 0 0 0 2 0 0 0 23 0 1 0 646784386 42590208 4184 33554432000 4194304 6014671 140736066068880 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14783/statm: 10398 4185 377 445 0 3943 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 41592

[startup+0.100753 s]
/proc/loadavg: 2.08 2.02 1.93 2/405 14783
/proc/meminfo: memFree=13762536/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=60024 CPUtime=0.08 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 8452 0 0 0 8 0 0 0 23 0 1 0 646784386 61464576 8388 33554432000 4194304 6014671 140736066068880 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14783/statm: 15006 8388 377 445 0 8551 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60024

[startup+0.300733 s]
/proc/loadavg: 2.08 2.02 1.93 2/405 14783
/proc/meminfo: memFree=13762536/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=84728 CPUtime=0.29 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 14789 0 0 0 27 2 0 0 25 0 1 0 646784386 86761472 14725 33554432000 4194304 6014671 140736066068880 18446744073709551615 4308296 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14783/statm: 21182 14725 377 445 0 14727 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84728

[startup+0.700659 s]
/proc/loadavg: 2.08 2.02 1.93 2/405 14783
/proc/meminfo: memFree=13762536/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=134136 CPUtime=0.69 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 27185 0 0 0 65 4 0 0 25 0 1 0 646784386 137355264 27121 33554432000 4194304 6014671 140736066068880 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14783/statm: 33534 27121 377 445 0 27079 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 134136

[startup+1.50051 s]
/proc/loadavg: 2.07 2.02 1.93 3/406 14784
/proc/meminfo: memFree=13637040/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=191480 CPUtime=1.49 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 37708 0 0 0 144 5 0 0 25 0 1 0 646784386 196075520 37644 33554432000 4194304 6014671 140736066068880 18446744073709551615 255106459600 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14783/statm: 47870 37644 398 445 0 41415 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191480

[startup+3.10023 s]
/proc/loadavg: 2.07 2.02 1.93 3/406 14784
/proc/meminfo: memFree=13546024/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=548380 CPUtime=3.09 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 126032 0 0 0 294 15 0 0 25 0 1 0 646784386 561541120 125912 33554432000 4194304 6014671 140736066068880 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14783/statm: 137095 125915 668 445 0 130640 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 548380

[startup+6.30067 s]
/proc/loadavg: 2.07 2.02 1.93 3/406 14784
/proc/meminfo: memFree=12952444/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=853884 CPUtime=6.29 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 205686 0 0 0 606 23 0 0 25 0 1 0 646784386 874377216 202433 33554432000 4194304 6014671 140736066068880 18446744073709551615 4422791 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14783/statm: 213471 202433 701 445 0 207016 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 853884

[startup+12.7005 s]
/proc/loadavg: 2.06 2.02 1.93 3/406 14785
/proc/meminfo: memFree=12952852/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=853884 CPUtime=12.67 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 205694 0 0 0 1244 23 0 0 25 0 1 0 646784386 874377216 202441 33554432000 4194304 6014671 140736066068880 18446744073709551615 4536732 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 213471 202441 709 445 0 207016 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 853884

[startup+25.5003 s]
/proc/loadavg: 2.05 2.01 1.93 3/406 14785
/proc/meminfo: memFree=12928152/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=893868 CPUtime=25.48 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 212147 0 0 0 2523 25 0 0 25 0 1 0 646784386 915320832 208894 33554432000 4194304 6014671 140736066068880 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 223467 208894 723 445 0 217012 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 893868

[startup+51.1008 s]
/proc/loadavg: 2.03 2.01 1.93 3/406 14786
/proc/meminfo: memFree=12834652/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=1076684 CPUtime=51.07 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 235160 0 0 0 5079 28 0 0 25 0 1 0 646784386 1102524416 231907 33554432000 4194304 6014671 140736066068880 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 269171 231907 724 445 0 262716 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1076684

[startup+102.315 s]
/proc/loadavg: 2.06 2.02 1.93 3/406 14787
/proc/meminfo: memFree=12257340/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=1676304 CPUtime=102.28 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 378620 0 0 0 10184 44 0 0 25 0 1 0 646784386 1716535296 375358 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372352 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 419076 375358 728 445 0 412621 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1676304

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 1.93 3/406 14789
/proc/meminfo: memFree=11906896/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=2308932 CPUtime=162.27 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 466408 0 0 0 16173 54 0 0 25 0 1 0 646784386 2364346368 463146 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372176 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 577233 463146 728 445 0 570778 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2308932

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/406 14790
/proc/meminfo: memFree=11638648/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=2608072 CPUtime=222.28 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 532206 0 0 0 22166 62 0 0 25 0 1 0 646784386 2670665728 528939 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372151 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 652018 528939 729 445 0 645563 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 2608072

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/406 14792
/proc/meminfo: memFree=11247260/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=3009516 CPUtime=282.28 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 629652 0 0 0 28157 71 0 0 25 0 1 0 646784386 3081744384 626316 33554432000 4194304 6014671 140736066068880 18446744073709551615 4422707 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 752379 626316 728 445 0 745924 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 3009516

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/406 14793
/proc/meminfo: memFree=11216232/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=3271456 CPUtime=342.27 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 652072 0 0 0 34152 75 0 0 25 0 1 0 646784386 3349970944 633923 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 817864 633923 728 445 0 811409 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 3271456

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/406 14795
/proc/meminfo: memFree=10775268/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=3562468 CPUtime=402.28 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 759405 0 0 0 40139 89 0 0 25 0 1 0 646784386 3647967232 741253 33554432000 4194304 6014671 140736066068880 18446744073709551615 4534928 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 890617 741253 732 445 0 884162 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 3562468

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/406 14797
/proc/meminfo: memFree=10643808/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=3841616 CPUtime=462.28 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 787166 0 0 0 46135 93 0 0 25 0 1 0 646784386 3933814784 769010 33554432000 4194304 6014671 140736066068880 18446744073709551615 4377916 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 960404 769010 728 445 0 953949 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 3841616

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/406 14798
/proc/meminfo: memFree=10615152/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=3841616 CPUtime=522.28 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 788326 0 0 0 52135 93 0 0 25 0 1 0 646784386 3933814784 770170 33554432000 4194304 6014671 140736066068880 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 960404 770170 728 445 0 953949 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 3841616

[startup+582.301 s]
/proc/loadavg: 2.05 2.01 1.94 3/406 14800
/proc/meminfo: memFree=10465956/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4104528 CPUtime=582.28 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 825735 0 0 0 58131 97 0 0 25 0 1 0 646784386 4203036672 807579 33554432000 4194304 6014671 140736066068880 18446744073709551615 4424029 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1026132 807579 728 445 0 1019677 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 4104528

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.06 2.03 2.00 3/406 14932
/proc/meminfo: memFree=7260956/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922356 CPUtime=4062.37 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1053034 0 0 0 406104 133 0 0 25 0 1 0 646784386 5040492544 1022775 33554432000 4194304 6014671 140736066068880 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230589 1022775 729 445 0 1224134 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 4922356

[startup+4122.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/406 14933
/proc/meminfo: memFree=7127016/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922356 CPUtime=4122.36 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1053505 0 0 0 412103 133 0 0 25 0 1 0 646784386 5040492544 1023246 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372098 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230589 1023246 729 445 0 1224134 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 4922356

[startup+4182.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 14935
/proc/meminfo: memFree=7120160/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922356 CPUtime=4182.36 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1053579 0 0 0 418103 133 0 0 25 0 1 0 646784386 5040492544 1023320 33554432000 4194304 6014671 140736066068880 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230589 1023320 729 445 0 1224134 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 4922356

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/406 14936
/proc/meminfo: memFree=7102544/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922356 CPUtime=4242.36 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1053658 0 0 0 424103 133 0 0 25 0 1 0 646784386 5040492544 1023399 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372352 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230589 1023399 729 445 0 1224134 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 4922356

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/406 14938
/proc/meminfo: memFree=7098792/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922356 CPUtime=4302.36 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1053713 0 0 0 430103 133 0 0 25 0 1 0 646784386 5040492544 1023454 33554432000 4194304 6014671 140736066068880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230589 1023454 729 445 0 1224134 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 4922356

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/406 14940
/proc/meminfo: memFree=7090340/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922356 CPUtime=4362.37 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1053754 0 0 0 436104 133 0 0 25 0 1 0 646784386 5040492544 1023495 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230589 1023495 729 445 0 1224134 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 4922356

[startup+4422.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/406 14941
/proc/meminfo: memFree=7084852/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922356 CPUtime=4422.37 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1053762 0 0 0 442104 133 0 0 25 0 1 0 646784386 5040492544 1023503 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230589 1023503 729 445 0 1224134 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 4922356

[startup+4482.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/406 14943
/proc/meminfo: memFree=7036476/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922356 CPUtime=4482.37 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1053763 0 0 0 448104 133 0 0 25 0 1 0 646784386 5040492544 1023504 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372244 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230589 1023504 729 445 0 1224134 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 4922356

[startup+4542.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/406 14944
/proc/meminfo: memFree=6976916/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922484 CPUtime=4542.38 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1064496 0 0 0 454103 135 0 0 25 0 1 0 646784386 5040623616 1034237 33554432000 4194304 6014671 140736066068880 18446744073709551615 4529442 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230621 1034237 729 445 0 1224166 0
Current children cumulated CPU time (s) 4542.38
Current children cumulated vsize (KiB) 4922484

[startup+4602.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/406 14946
/proc/meminfo: memFree=6936968/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922612 CPUtime=4602.38 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1070719 0 0 0 460103 135 0 0 25 0 1 0 646784386 5040754688 1040458 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372460 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230653 1040458 774 445 0 1224198 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 4922612

[startup+4662.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/406 14948
/proc/meminfo: memFree=6921684/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922612 CPUtime=4662.37 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1070719 0 0 0 466102 135 0 0 25 0 1 0 646784386 5040754688 1040458 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372355 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230653 1040458 774 445 0 1224198 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 4922612

[startup+4722.32 s]
/proc/loadavg: 2.04 2.03 2.00 3/406 14949
/proc/meminfo: memFree=6952908/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922612 CPUtime=4722.39 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1073560 0 0 0 472103 136 0 0 25 0 1 0 646784386 5040754688 1043299 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372077 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230653 1043299 774 445 0 1224198 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 4922612

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 14951
/proc/meminfo: memFree=6922392/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922612 CPUtime=4782.38 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1073560 0 0 0 478102 136 0 0 25 0 1 0 646784386 5040754688 1043299 33554432000 4194304 6014671 140736066068880 18446744073709551615 4371995 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230653 1043299 774 445 0 1224198 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 4922612

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/406 14952
/proc/meminfo: memFree=6892476/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922612 CPUtime=4842.38 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1078259 0 0 0 484101 137 0 0 25 0 1 0 646784386 5040754688 1047998 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372010 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230653 1047998 774 445 0 1224198 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 4922612

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/406 14954
/proc/meminfo: memFree=6859600/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922612 CPUtime=4902.37 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1086457 0 0 0 490100 137 0 0 25 0 1 0 646784386 5040754688 1056151 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372452 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230653 1056151 729 445 0 1224198 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 4922612

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/406 14956
/proc/meminfo: memFree=6852748/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922612 CPUtime=4962.38 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1086457 0 0 0 496101 137 0 0 25 0 1 0 646784386 5040754688 1056151 33554432000 4194304 6014671 140736066068880 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230653 1056151 729 445 0 1224198 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 4922612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.08 2.02 2.01 3/406 14957
/proc/meminfo: memFree=6852856/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=4922612 CPUtime=5000.09 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4202496 1086458 0 0 0 499872 137 0 0 25 0 1 0 646784386 5040754688 1056152 33554432000 4194304 6014671 140736066068880 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14783/statm: 1230653 1056152 729 445 0 1224198 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 4922612

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

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

[startup+5000.12 s]
/proc/loadavg: 2.08 2.02 2.01 3/406 14957
/proc/meminfo: memFree=6852856/32951124 swapFree=67111348/67111528
[pid=14783] ppid=14781 vsize=0 CPUtime=5000.2 cores=0,2,4,6
/proc/14783/stat : 14783 (qutersat_releas) R 14781 14783 14451 0 -1 4194308 1086462 0 0 0 499872 148 0 0 25 0 1 0 646784386 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 2 0 0 0
/proc/14783/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.2
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 5000.17
CPU time (s): 5000.26
CPU user time (s): 4998.73
CPU system time (s): 1.53677
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 4922612

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

runsolver used 20.3269 second user time and 43.3224 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-16 13:01:23
IDJOB=3384338
IDBENCH=82366
IDSOLVER=1868
FILE ID=node144/3384338-1305543681
RUNJOBID= node144-1305540196-14469
PBS_JOBID= 13329209
Free space on /tmp= 73224 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-3384338-1305543681/watcher-3384338-1305543681 -o /tmp/evaluation-result-3384338-1305543681/solver-3384338-1305543681 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384338-1305543681.cnf 1720444460

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=1720444460

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13762808 kB
Buffers:        326152 kB
Cached:        4101788 kB
SwapCached:          0 kB
Active:       16012000 kB
Inactive:      2807676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13762808 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           38812 kB
Writeback:           0 kB
AnonPages:    14391652 kB
Mapped:          37816 kB
Slab:           245844 kB
PageTables:      56108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115792140 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= 73236 MiB
End job on node144 at 2011-05-16 14:24:45