Trace number 3384347

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)UNSAT 493.145 493.133

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark477.605
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

Solver Data

0.00/0.00	c Set FPU double precision.
0.48/0.52	c Parse Cnf success: #var: 87884 #clause: 1413816
0.48/0.52	c Find Units :        696
0.58/0.63	c Find Invs  :          0
0.68/0.70	c Find Ands  :       5760 AvgFaninNum: 3
0.68/0.71	c Find Xors  :          0 AvgFaninNum: nan
0.68/0.71	c Find Ite   :          0
0.68/0.71	c UnDirect variable: 0
0.68/0.71	c UnDirect to Direct Gate: 0
0.68/0.71	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.68/0.71	c Break Cycle : 0
0.68/0.71	c Total Root : 144 Undef Var: 82124
0.68/0.72	c After covering, Total Root: 144 Leaf: 12216
0.68/0.72	c Variable( cover/uncovered/unused ): 17976 69908 0
0.68/0.72	c Unit Clauses: 696
0.68/0.72	c Binary Clauses( cover/uncovered ): 17280 1346880
0.68/0.72	c Clauses( cover/uncovered ): 5760 43200
0.68/0.72	c Total Clauses( cover/uncovered ): 23736 1390080 1.67886%
0.68/0.72	c Covered Ands: 5760 Invs: 0 Xors: 0 Ites: 0
1.39/1.49	c Uncover Clauses avg size: 2.27993 max size: 78
1.49/1.51	c Final circuit: i/l/o/s   81428       0 1063676   1277854
1.49/1.51	c CnfToAig: Time: 1.51 s
2.38/2.45	c TmMap: Set choices finish.
2.99/3.06	c TmMap: Set big and: 1078807
2.99/3.06	c TmMap: Origin: 1359283 ClauseNum: 3833562 --> New: 1160236 ClauseNum: 3439343
2.99/3.06	c TmMap: Time: 0.75
3.19/3.26	c Try to Add: #clause: 2157614 #xorclause: 0
3.39/3.46	c #var: 96559 #clauses: 59202 Solving... 
493.00/493.00	s UNSATISFIABLE
493.00/493.03	c CPU time: 493.04 s

Verifier Data

No possible verification on an UNSAT instance

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-3384347-1305545200/watcher-3384347-1305545200 -o /tmp/evaluation-result-3384347-1305545200/solver-3384347-1305545200 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384347-1305545200.cnf 1849567690 

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.00 2.00 1.98 3/404 5248
/proc/meminfo: memFree=10952332/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=34424 CPUtime=0 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 2277 0 0 0 0 0 0 0 21 0 1 0 646935505 35250176 2213 33554432000 4194304 6014671 140737194782096 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 8606 2213 378 445 0 2151 0

[startup+0.093739 s]
/proc/loadavg: 2.00 2.00 1.98 3/404 5248
/proc/meminfo: memFree=10952332/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=59000 CPUtime=0.08 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 8143 0 0 0 8 0 0 0 21 0 1 0 646935505 60416000 8079 33554432000 4194304 6014671 140737194782096 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 14750 8080 378 445 0 8295 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 59000

[startup+0.100735 s]
/proc/loadavg: 2.00 2.00 1.98 3/404 5248
/proc/meminfo: memFree=10952332/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=59000 CPUtime=0.08 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 8207 0 0 0 8 0 0 0 21 0 1 0 646935505 60416000 8143 33554432000 4194304 6014671 140737194782096 18446744073709551615 4803504 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 14750 8143 378 445 0 8295 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 59000

[startup+0.300717 s]
/proc/loadavg: 2.00 2.00 1.98 3/404 5248
/proc/meminfo: memFree=10952332/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=83704 CPUtime=0.29 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 14543 0 0 0 28 1 0 0 22 0 1 0 646935505 85712896 14479 33554432000 4194304 6014671 140737194782096 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 20926 14479 378 445 0 14471 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83704

[startup+0.700627 s]
/proc/loadavg: 2.00 2.00 1.98 3/404 5248
/proc/meminfo: memFree=10952332/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=132984 CPUtime=0.68 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 25779 0 0 0 66 2 0 0 23 0 1 0 646935505 136175616 25715 33554432000 4194304 6014671 140737194782096 18446744073709551615 4285953 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 33246 25715 383 445 0 26791 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 132984

[startup+1.50048 s]
/proc/loadavg: 2.00 2.00 1.98 3/405 5249
/proc/meminfo: memFree=10850148/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=223096 CPUtime=1.49 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 46883 0 0 0 144 5 0 0 25 0 1 0 646935505 228450304 46819 33554432000 4194304 6014671 140737194782096 18446744073709551615 4316035 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 55774 46819 398 445 0 49319 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 223096

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 1.98 3/405 5249
/proc/meminfo: memFree=10633024/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=582340 CPUtime=3.09 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 130992 0 0 0 295 14 0 0 25 0 1 0 646935505 596316160 130927 33554432000 4194304 6014671 140737194782096 18446744073709551615 4808232 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 145585 130927 670 445 0 139130 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 582340

[startup+6.3006 s]
/proc/loadavg: 2.00 2.00 1.98 3/405 5249
/proc/meminfo: memFree=10428444/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=582340 CPUtime=6.29 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 131119 0 0 0 615 14 0 0 25 0 1 0 646935505 596316160 115032 33554432000 4194304 6014671 140737194782096 18446744073709551615 4422787 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 145585 115032 701 445 0 139130 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 582340

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 1.98 3/405 5250
/proc/meminfo: memFree=10303740/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=773264 CPUtime=12.69 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 178018 0 0 0 1248 21 0 0 25 0 1 0 646935505 791822336 161931 33554432000 4194304 6014671 140737194782096 18446744073709551615 4711277 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 193316 161931 711 445 0 186861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 773264

[startup+25.5011 s]
/proc/loadavg: 2.00 2.00 1.98 3/405 5250
/proc/meminfo: memFree=10256176/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=829452 CPUtime=25.49 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 190277 0 0 0 2527 22 0 0 25 0 1 0 646935505 849358848 174190 33554432000 4194304 6014671 140737194782096 18446744073709551615 4422730 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 207363 174190 723 445 0 200908 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 829452

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.98 3/405 5251
/proc/meminfo: memFree=10198844/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=983172 CPUtime=51.09 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 204494 0 0 0 5084 25 0 0 25 0 1 0 646935505 1006768128 188407 33554432000 4194304 6014671 140737194782096 18446744073709551615 4372184 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 245793 188407 724 445 0 239338 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 983172

[startup+102.315 s]
/proc/loadavg: 1.93 1.98 1.98 3/405 5280
/proc/meminfo: memFree=10257544/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=1043076 CPUtime=102.31 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 232854 0 0 0 10204 27 0 0 25 0 1 0 646935505 1068109824 216767 33554432000 4194304 6014671 140737194782096 18446744073709551615 4667133 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 260769 216776 728 445 0 254314 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 1043076

[startup+162.301 s]
/proc/loadavg: 2.04 2.01 1.99 3/402 5285
/proc/meminfo: memFree=9769952/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=1612348 CPUtime=162.29 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 354840 0 0 0 16187 42 0 0 25 0 1 0 646935505 1651044352 338750 33554432000 4194304 6014671 140737194782096 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 403087 338750 728 445 0 396632 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1612348

[startup+222.301 s]
/proc/loadavg: 2.04 2.02 1.99 3/405 5310
/proc/meminfo: memFree=8949640/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=2549328 CPUtime=222.3 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 542068 0 0 0 22167 63 0 0 25 0 1 0 646935505 2610511872 525978 33554432000 4194304 6014671 140737194782096 18446744073709551615 4523743 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 637332 525978 728 445 0 630877 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2549328

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 1.99 3/405 5312
/proc/meminfo: memFree=8748384/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=2769160 CPUtime=282.3 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 587813 0 0 0 28161 69 0 0 25 0 1 0 646935505 2835619840 571719 33554432000 4194304 6014671 140737194782096 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 692290 571719 728 445 0 685835 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2769160

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.99 3/405 5367
/proc/meminfo: memFree=8820620/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=2834348 CPUtime=342.3 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 596789 0 0 0 34159 71 0 0 25 0 1 0 646935505 2902372352 580695 33554432000 4194304 6014671 140737194782096 18446744073709551615 4424739 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 708587 580695 728 445 0 702132 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2834348

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5477
/proc/meminfo: memFree=8749084/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=3014368 CPUtime=402.3 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 632583 0 0 0 40154 76 0 0 25 0 1 0 646935505 3086712832 616476 33554432000 4194304 6014671 140737194782096 18446744073709551615 4424612 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 753592 616476 728 445 0 747137 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3014368

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5479
/proc/meminfo: memFree=8664280/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=3069028 CPUtime=462.3 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 647837 0 0 0 46151 79 0 0 25 0 1 0 646935505 3142684672 631730 33554432000 4194304 6014671 140737194782096 18446744073709551615 4564043 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 767257 631730 728 445 0 760802 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3069028

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

[startup+473.501 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5479
/proc/meminfo: memFree=8656704/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=3069028 CPUtime=473.5 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 648598 0 0 0 47271 79 0 0 25 0 1 0 646935505 3142684672 632491 33554432000 4194304 6014671 140737194782096 18446744073709551615 4731878 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 767257 632491 728 445 0 760802 0
Current children cumulated CPU time (s) 473.5
Current children cumulated vsize (KiB) 3069028

[startup+486.301 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5479
/proc/meminfo: memFree=8650376/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=3069028 CPUtime=486.3 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 649470 0 0 0 48551 79 0 0 25 0 1 0 646935505 3142684672 633363 33554432000 4194304 6014671 140737194782096 18446744073709551615 4378524 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 767257 633363 728 445 0 760802 0
Current children cumulated CPU time (s) 486.3
Current children cumulated vsize (KiB) 3069028

[startup+489.515 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5479
/proc/meminfo: memFree=8649136/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=3069028 CPUtime=489.51 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 649470 0 0 0 48872 79 0 0 25 0 1 0 646935505 3142684672 633363 33554432000 4194304 6014671 140737194782096 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 767257 633363 728 445 0 760802 0
Current children cumulated CPU time (s) 489.51
Current children cumulated vsize (KiB) 3069028

[startup+491.101 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5479
/proc/meminfo: memFree=8648392/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=3069028 CPUtime=491.1 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 649470 0 0 0 49031 79 0 0 25 0 1 0 646935505 3142684672 633363 33554432000 4194304 6014671 140737194782096 18446744073709551615 4376461 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 767257 633363 728 445 0 760802 0
Current children cumulated CPU time (s) 491.1
Current children cumulated vsize (KiB) 3069028

[startup+491.901 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5479
/proc/meminfo: memFree=8648268/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=3069028 CPUtime=491.9 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 649470 0 0 0 49111 79 0 0 25 0 1 0 646935505 3142684672 633363 33554432000 4194304 6014671 140737194782096 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 767257 633363 728 445 0 760802 0
Current children cumulated CPU time (s) 491.9
Current children cumulated vsize (KiB) 3069028

[startup+492.7 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5479
/proc/meminfo: memFree=8647524/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=3069028 CPUtime=492.71 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202496 649472 0 0 0 49192 79 0 0 25 0 1 0 646935505 3142684672 633365 33554432000 4194304 6014671 140737194782096 18446744073709551615 4367424 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/5248/statm: 767257 633365 728 445 0 760802 0
Current children cumulated CPU time (s) 492.71
Current children cumulated vsize (KiB) 3069028

[startup+493.1 s]
/proc/loadavg: 2.00 2.00 1.99 3/405 5479
/proc/meminfo: memFree=8647524/32951124 swapFree=65980224/67111528
[pid=5248] ppid=5246 vsize=0 CPUtime=493.11 cores=1,3,5,7
/proc/5248/stat : 5248 (qutersat_releas) R 5246 5248 5007 0 -1 4202500 649476 0 0 0 49225 86 0 0 25 0 1 0 646935505 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 3 0 0 0
/proc/5248/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 493.11
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 493.133
CPU time (s): 493.145
CPU user time (s): 492.252
CPU system time (s): 0.892864
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3069028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 492.252
system time used= 0.892864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 649476
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 588

runsolver used 1.72474 second user time and 4.56431 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-16 13:26:40
IDJOB=3384347
IDBENCH=82378
IDSOLVER=1868
FILE ID=node142/3384347-1305545200
RUNJOBID= node142-1305540196-5026
PBS_JOBID= 13329211
Free space on /tmp= 73568 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384347-1305545200/watcher-3384347-1305545200 -o /tmp/evaluation-result-3384347-1305545200/solver-3384347-1305545200 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384347-1305545200.cnf 1849567690

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=1849567690

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      10952480 kB
Buffers:        349128 kB
Cached:        4898980 kB
SwapCached:      11512 kB
Active:       18574032 kB
Inactive:      3060600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10952480 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:           25260 kB
Writeback:           0 kB
AnonPages:    16383268 kB
Mapped:          26056 kB
Slab:           236280 kB
PageTables:      60272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 90925116 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= 73556 MiB
End job on node142 at 2011-05-16 13:34:54