Trace number 3377113

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 581.738 581.927

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 benchmark539.975
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.49/0.55	c Parse Cnf success: #var: 87884 #clause: 1413816
0.69/1.26	c Find Units :        696
0.69/1.26	c Find Invs  :          0
0.69/1.26	c Find Ands  :       5760 AvgFaninNum: 3
0.69/1.26	c Find Xors  :          0 AvgFaninNum: nan
0.69/1.26	c Find Ite   :          0
0.69/1.26	c UnDirect variable: 0
0.69/1.26	c UnDirect to Direct Gate: 0
0.69/1.26	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.69/1.26	c Break Cycle : 0
0.69/1.26	c Total Root : 144 Undef Var: 82124
0.69/1.26	c After covering, Total Root: 144 Leaf: 12216
0.69/1.26	c Variable( cover/uncovered/unused ): 17976 69908 0
0.69/1.26	c Unit Clauses: 696
0.69/1.26	c Binary Clauses( cover/uncovered ): 17280 1346880
0.69/1.26	c Clauses( cover/uncovered ): 5760 43200
0.69/1.26	c Total Clauses( cover/uncovered ): 23736 1390080 1.67886%
0.69/1.26	c Covered Ands: 5760 Invs: 0 Xors: 0 Ites: 0
1.51/1.55	c Uncover Clauses avg size: 2.27993 max size: 78
1.51/1.57	c Final circuit: i/l/o/s   81428       0 1063676   1277854
1.51/1.57	c CnfToAig: Time: 1.57 s
2.49/2.53	c TmMap: Set choices finish.
3.09/3.15	c TmMap: Set big and: 1078807
3.09/3.15	c TmMap: Origin: 1359283 ClauseNum: 3833562 --> New: 1160236 ClauseNum: 3439343
3.09/3.15	c TmMap: Time: 0.77
3.29/3.35	c Try to Add: #clause: 2157614 #xorclause: 0
3.49/3.56	c #var: 96559 #clauses: 59202 Solving... 
581.61/581.60	s UNSATISFIABLE
581.61/581.63	c CPU time: 581.64 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-3377113-1305468236/watcher-3377113-1305468236 -o /tmp/evaluation-result-3377113-1305468236/solver-3377113-1305468236 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377113-1305468236.cnf 758820474 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.77 5.14 6.34 5/391 22746
/proc/meminfo: memFree=24982420/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=37496 CPUtime=0.01 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 2983 0 0 0 1 0 0 0 22 0 1 0 391014959 38395904 2919 33554432000 4194304 6014671 140735096038384 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 9374 2919 378 445 0 2919 0

[startup+0.0924249 s]
/proc/loadavg: 4.77 5.14 6.34 5/391 22746
/proc/meminfo: memFree=24982420/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=59000 CPUtime=0.08 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 8128 0 0 0 7 1 0 0 22 0 1 0 391014959 60416000 8064 33554432000 4194304 6014671 140735096038384 18446744073709551615 4308203 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 14750 8064 378 445 0 8295 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 59000

[startup+0.100398 s]
/proc/loadavg: 4.77 5.14 6.34 5/391 22746
/proc/meminfo: memFree=24982420/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=59000 CPUtime=0.09 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 8149 0 0 0 8 1 0 0 22 0 1 0 391014959 60416000 8085 33554432000 4194304 6014671 140735096038384 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 14750 8085 378 445 0 8295 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59000

[startup+0.3004 s]
/proc/loadavg: 4.77 5.14 6.34 5/391 22746
/proc/meminfo: memFree=24982420/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=83704 CPUtime=0.29 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 14441 0 0 0 27 2 0 0 23 0 1 0 391014959 85712896 14377 33554432000 4194304 6014671 140735096038384 18446744073709551615 4277354 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 20926 14378 378 445 0 14471 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83704

[startup+0.700273 s]
/proc/loadavg: 4.77 5.14 6.34 5/391 22746
/proc/meminfo: memFree=24982420/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=132984 CPUtime=0.69 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 25778 0 0 0 66 3 0 0 25 0 1 0 391014959 136175616 25714 33554432000 4194304 6014671 140735096038384 18446744073709551615 4287129 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 33246 25714 383 445 0 26791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 132984

[startup+1.50112 s]
/proc/loadavg: 4.95 5.17 6.35 6/395 22753
/proc/meminfo: memFree=24491024/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=223608 CPUtime=1.51 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 46793 0 0 0 145 6 0 0 25 0 1 0 391014959 228974592 46729 33554432000 4194304 6014671 140735096038384 18446744073709551615 4315507 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 55902 46729 398 445 0 49447 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 223608

[startup+3.10084 s]
/proc/loadavg: 4.95 5.17 6.35 6/395 22753
/proc/meminfo: memFree=23945012/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=582340 CPUtime=3.09 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 130120 0 0 0 295 14 0 0 25 0 1 0 391014959 596316160 130056 33554432000 4194304 6014671 140735096038384 18446744073709551615 4808090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 145585 130056 670 445 0 139130 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 582340

[startup+6.30031 s]
/proc/loadavg: 4.95 5.17 6.35 6/398 22759
/proc/meminfo: memFree=22859936/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=582340 CPUtime=6.29 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 131119 0 0 0 615 14 0 0 25 0 1 0 391014959 596316160 130962 33554432000 4194304 6014671 140735096038384 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 145585 130962 701 445 0 139130 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 582340

[startup+12.7012 s]
/proc/loadavg: 5.03 5.18 6.34 6/398 22759
/proc/meminfo: memFree=21984760/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=773264 CPUtime=12.69 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 184171 0 0 0 1249 20 0 0 25 0 1 0 391014959 791822336 160119 33554432000 4194304 6014671 140735096038384 18446744073709551615 4711250 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 193316 160119 711 445 0 186861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 773264

[startup+25.5009 s]
/proc/loadavg: 5.03 5.18 6.32 6/398 22759
/proc/meminfo: memFree=19910856/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=828428 CPUtime=25.49 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 194610 0 0 0 2527 22 0 0 25 0 1 0 391014959 848310272 170558 33554432000 4194304 6014671 140735096038384 18446744073709551615 4386066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 207107 170558 723 445 0 200652 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 828428

[startup+51.1144 s]
/proc/loadavg: 5.02 5.16 6.29 6/398 22760
/proc/meminfo: memFree=19202308/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=981448 CPUtime=51.11 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 206964 0 0 0 5087 24 0 0 25 0 1 0 391014959 1005002752 182912 33554432000 4194304 6014671 140735096038384 18446744073709551615 4372372 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 245362 182912 724 445 0 238907 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 981448

[startup+102.3 s]
/proc/loadavg: 5.00 5.13 6.21 6/398 22761
/proc/meminfo: memFree=18785968/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=1152968 CPUtime=102.29 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 259296 0 0 0 10199 30 0 0 25 0 1 0 391014959 1180639232 235244 33554432000 4194304 6014671 140735096038384 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 288242 235244 728 445 0 281787 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1152968

[startup+162.301 s]
/proc/loadavg: 5.08 5.12 6.14 6/398 22763
/proc/meminfo: memFree=18073596/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=1710012 CPUtime=162.3 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 385490 0 0 0 16186 44 0 0 25 0 1 0 391014959 1751052288 361425 33554432000 4194304 6014671 140735096038384 18446744073709551615 4372408 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 427503 361425 728 445 0 421048 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1710012

[startup+222.3 s]
/proc/loadavg: 5.03 5.10 6.06 6/398 22765
/proc/meminfo: memFree=16619796/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=2070124 CPUtime=222.3 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 455677 0 0 0 22178 52 0 0 25 0 1 0 391014959 2119806976 431596 33554432000 4194304 6014671 140735096038384 18446744073709551615 4376433 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 517531 431596 729 445 0 511076 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2070124

[startup+282.301 s]
/proc/loadavg: 5.08 5.09 6.00 6/398 22766
/proc/meminfo: memFree=16087208/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=2337940 CPUtime=282.3 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 513105 0 0 0 28170 60 0 0 25 0 1 0 391014959 2394050560 489017 33554432000 4194304 6014671 140735096038384 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 584485 489017 729 445 0 578030 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2337940

[startup+342.3 s]
/proc/loadavg: 5.03 5.07 5.93 6/398 22768
/proc/meminfo: memFree=15437180/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=2405632 CPUtime=342.3 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 522014 0 0 0 34168 62 0 0 25 0 1 0 391014959 2463367168 497926 33554432000 4194304 6014671 140735096038384 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 601408 497926 729 445 0 594953 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2405632

[startup+402.301 s]
/proc/loadavg: 5.08 5.09 5.88 6/398 22769
/proc/meminfo: memFree=14881380/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=2609948 CPUtime=402.3 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 559426 0 0 0 40163 67 0 0 25 0 1 0 391014959 2672586752 535338 33554432000 4194304 6014671 140735096038384 18446744073709551615 4372224 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 652487 535338 729 445 0 646032 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2609948

[startup+462.301 s]
/proc/loadavg: 5.03 5.07 5.82 6/398 22771
/proc/meminfo: memFree=14322852/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=2609948 CPUtime=462.3 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 561814 0 0 0 46162 68 0 0 25 0 1 0 391014959 2672586752 537726 33554432000 4194304 6014671 140735096038384 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 652487 537726 729 445 0 646032 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2609948

[startup+522.301 s]
/proc/loadavg: 5.15 5.10 5.79 6/398 22773
/proc/meminfo: memFree=14095912/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=2748184 CPUtime=522.3 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 593821 0 0 0 52158 72 0 0 25 0 1 0 391014959 2814140416 569733 33554432000 4194304 6014671 140735096038384 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 687046 569733 729 445 0 680591 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2748184

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

[startup+538.001 s]
/proc/loadavg: 5.12 5.09 5.77 6/398 22773
/proc/meminfo: memFree=13929252/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=2748184 CPUtime=538.01 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 594461 0 0 0 53728 73 0 0 25 0 1 0 391014959 2814140416 570373 33554432000 4194304 6014671 140735096038384 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 687046 570373 729 445 0 680591 0
Current children cumulated CPU time (s) 538.01
Current children cumulated vsize (KiB) 2748184

[startup+563.6 s]
/proc/loadavg: 5.08 5.08 5.75 6/398 22774
/proc/meminfo: memFree=13390092/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=2810680 CPUtime=563.62 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 594646 0 0 0 56289 73 0 0 25 0 1 0 391014959 2878136320 570558 33554432000 4194304 6014671 140735096038384 18446744073709551615 4378607 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 702670 570558 729 445 0 696215 0
Current children cumulated CPU time (s) 563.62
Current children cumulated vsize (KiB) 2810680

[startup+570 s]
/proc/loadavg: 5.07 5.08 5.75 6/398 22774
/proc/meminfo: memFree=13377692/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=2810680 CPUtime=570.01 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 594647 0 0 0 56928 73 0 0 25 0 1 0 391014959 2878136320 570559 33554432000 4194304 6014671 140735096038384 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 702670 570559 729 445 0 696215 0
Current children cumulated CPU time (s) 570.01
Current children cumulated vsize (KiB) 2810680

[startup+576.401 s]
/proc/loadavg: 5.06 5.08 5.74 6/398 22774
/proc/meminfo: memFree=13165280/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=2810680 CPUtime=576.41 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 594647 0 0 0 57568 73 0 0 25 0 1 0 391014959 2878136320 570559 33554432000 4194304 6014671 140735096038384 18446744073709551615 4423568 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 702670 570559 729 445 0 696215 0
Current children cumulated CPU time (s) 576.41
Current children cumulated vsize (KiB) 2810680

[startup+579.6 s]
/proc/loadavg: 5.06 5.08 5.74 6/398 22774
/proc/meminfo: memFree=13165152/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=2810680 CPUtime=579.61 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 594648 0 0 0 57888 73 0 0 25 0 1 0 391014959 2878136320 570560 33554432000 4194304 6014671 140735096038384 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 702670 570560 729 445 0 696215 0
Current children cumulated CPU time (s) 579.61
Current children cumulated vsize (KiB) 2810680

[startup+581.2 s]
/proc/loadavg: 5.06 5.08 5.74 6/398 22774
/proc/meminfo: memFree=13165276/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=2810680 CPUtime=581.22 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 594648 0 0 0 58049 73 0 0 25 0 1 0 391014959 2878136320 570560 33554432000 4194304 6014671 140735096038384 18446744073709551615 4378122 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 702670 570560 729 445 0 696215 0
Current children cumulated CPU time (s) 581.22
Current children cumulated vsize (KiB) 2810680

[startup+581.601 s]
/proc/loadavg: 5.06 5.08 5.74 6/398 22774
/proc/meminfo: memFree=13165276/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=2810680 CPUtime=581.61 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) R 22744 22746 22691 0 -1 4202496 594651 0 0 0 58088 73 0 0 25 0 1 0 391014959 2878136320 570002 33554432000 4194304 6014671 140735096038384 18446744073709551615 4810792 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22746/statm: 702670 570002 729 445 0 696215 0
Current children cumulated CPU time (s) 581.61
Current children cumulated vsize (KiB) 2810680

[startup+581.801 s]
/proc/loadavg: 5.06 5.08 5.74 6/398 22774
/proc/meminfo: memFree=13165276/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=0 CPUtime=581.72 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) S 22744 22746 22691 0 -1 4202500 594655 0 0 0 58091 81 0 0 25 0 1 0 391014959 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 16386 18446744073709551615 0 0 17 6 0 0 0
/proc/22746/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 581.72
Current children cumulated vsize (KiB) 0

[startup+581.901 s]
/proc/loadavg: 5.06 5.08 5.74 6/398 22774
/proc/meminfo: memFree=13165276/32951124 swapFree=46575260/67111528
[pid=22746] ppid=22744 vsize=0 CPUtime=581.72 cores=4,6
/proc/22746/stat : 22746 (qutersat_releas) S 22744 22746 22691 0 -1 4202500 594655 0 0 0 58091 81 0 0 25 0 1 0 391014959 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 16386 18446744073709551615 0 0 17 6 0 0 0
/proc/22746/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 581.72
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 581.927
CPU time (s): 581.738
CPU user time (s): 580.918
CPU system time (s): 0.819875
CPU usage (%): 99.9674
Max. virtual memory (cumulated for all children) (KiB): 2810680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 580.918
system time used= 0.819875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 594655
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= 8
involuntary context switches= 6353

runsolver used 2.38664 second user time and 4.76028 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 16:03:57
IDJOB=3377113
IDBENCH=82378
IDSOLVER=1856
FILE ID=node107/3377113-1305468236
RUNJOBID= node107-1305468236-22713
PBS_JOBID= 13325325
Free space on /tmp= 73368 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-3377113-1305468236/watcher-3377113-1305468236 -o /tmp/evaluation-result-3377113-1305468236/solver-3377113-1305468236 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377113-1305468236.cnf 758820474

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=758820474

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24982708 kB
Buffers:        191580 kB
Cached:        1514620 kB
SwapCached:       9824 kB
Active:        7069768 kB
Inactive:       597024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24982708 kB
SwapTotal:    67111528 kB
SwapFree:     46575260 kB
Dirty:           86156 kB
Writeback:           0 kB
AnonPages:     5957436 kB
Mapped:          26572 kB
Slab:           153604 kB
PageTables:      79816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 99542764 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= 73252 MiB
End job on node107 at 2011-05-15 16:13:39