Trace number 3285299

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-03-01UNSAT 549.419 549.408

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.48/0.59	c Parse Cnf success: #var: 87884 #clause: 1413816
0.48/0.59	c Find Units :        696
0.69/0.71	c Find Invs  :          0
0.69/0.78	c Find Ands  :       5760 AvgFaninNum: 3
0.69/0.79	c Find Xors  :          0 AvgFaninNum: nan
0.69/0.79	c Find Ite   :          0
0.69/0.79	c UnDirect variable: 0
0.69/0.79	c UnDirect to Direct Gate: 0
0.69/0.79	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.69/0.79	c Break Cycle : 0
0.69/0.79	c Total Root : 144 Undef Var: 82124
0.79/0.81	c After covering, Total Root: 144 Leaf: 12216
0.79/0.81	c Variable( cover/uncovered/unused ): 17976 69908 0
0.79/0.81	c Unit Clauses: 696
0.79/0.81	c Binary Clauses( cover/uncovered ): 17280 1346880
0.79/0.81	c Clauses( cover/uncovered ): 5760 43200
0.79/0.81	c Total Clauses( cover/uncovered ): 23736 1390080 1.67886%
0.79/0.81	c Covered Ands: 5760 Invs: 0 Xors: 0 Ites: 0
1.49/1.59	c Uncover Clauses avg size: 2.27993 max size: 78
1.59/1.61	c Final circuit: i/l/o/s   81428       0 1063676   1277854
1.59/1.61	c CnfToAig: Time: 1.6 s
2.49/2.57	c TmMap: Set choices finish.
3.09/3.19	c TmMap: Set big and: 1078807
3.09/3.19	c TmMap: Origin: 1359283 ClauseNum: 3833562 --> New: 1160236 ClauseNum: 3439343
3.09/3.19	c TmMap: Time: 0.75
3.39/3.40	c Try to Add: #clause: 2157614 #xorclause: 0
3.58/3.61	c #var: 96559 #clauses: 59202 Solving... 
549.20/549.29	s UNSATISFIABLE
549.30/549.32	c CPU time: 549.32 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: 935)

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-3285299-1303760180/watcher-3285299-1303760180 -o /tmp/evaluation-result-3285299-1303760180/solver-3285299-1303760180 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3285299-1303760180.cnf 2067225543 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.98 3.61 2.74 5/193 15854
/proc/meminfo: memFree=13039736/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=26264 CPUtime=0 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4194304 278 0 0 0 0 0 0 0 22 0 1 0 487616294 26894336 226 33554432000 4194304 6016207 140736020311584 18446744073709551615 246511871889 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15854/statm: 6566 229 185 445 0 97 0

[startup+0.038812 s]
/proc/loadavg: 3.98 3.61 2.74 5/193 15854
/proc/meminfo: memFree=13039736/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=40568 CPUtime=0.03 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 3951 0 0 0 3 0 0 0 22 0 1 0 487616294 41541632 3885 33554432000 4194304 6016207 140736020311584 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 10142 3885 379 445 0 3686 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 40568

[startup+0.100797 s]
/proc/loadavg: 3.98 3.61 2.74 5/193 15854
/proc/meminfo: memFree=13039736/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=59000 CPUtime=0.09 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 8131 0 0 0 8 1 0 0 22 0 1 0 487616294 60416000 8065 33554432000 4194304 6016207 140736020311584 18446744073709551615 4309991 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 14750 8065 379 445 0 8294 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59000

[startup+0.300761 s]
/proc/loadavg: 3.98 3.61 2.74 5/193 15854
/proc/meminfo: memFree=13039736/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=83704 CPUtime=0.29 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 14271 0 0 0 27 2 0 0 23 0 1 0 487616294 85712896 14205 33554432000 4194304 6016207 140736020311584 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 20926 14205 379 445 0 14470 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83704

[startup+0.700701 s]
/proc/loadavg: 3.98 3.61 2.74 5/193 15854
/proc/meminfo: memFree=13039736/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=132984 CPUtime=0.69 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 25781 0 0 0 65 4 0 0 25 0 1 0 487616294 136175616 25715 33554432000 4194304 6016207 140736020311584 18446744073709551615 4282719 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 33246 25715 384 445 0 26790 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 132984

[startup+1.50055 s]
/proc/loadavg: 3.98 3.61 2.74 6/194 15855
/proc/meminfo: memFree=12938056/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=223608 CPUtime=1.49 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 46550 0 0 0 142 7 0 0 25 0 1 0 487616294 228974592 46484 33554432000 4194304 6016207 140736020311584 18446744073709551615 4315848 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 55902 46484 400 445 0 49446 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 223608

[startup+3.10025 s]
/proc/loadavg: 3.98 3.61 2.74 5/194 15855
/proc/meminfo: memFree=12745360/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=516676 CPUtime=3.09 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 121655 0 0 0 295 14 0 0 25 0 1 0 487616294 529076224 121589 33554432000 4194304 6016207 140736020311584 18446744073709551615 4253955 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 129169 121592 672 445 0 122713 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 516676

[startup+6.30067 s]
/proc/loadavg: 3.98 3.62 2.75 6/194 15855
/proc/meminfo: memFree=12517260/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=582340 CPUtime=6.29 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 131135 0 0 0 614 15 0 0 25 0 1 0 487616294 596316160 130961 33554432000 4194304 6016207 140736020311584 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 145585 130961 700 445 0 139129 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 582340

[startup+12.7005 s]
/proc/loadavg: 4.07 3.64 2.76 6/194 15855
/proc/meminfo: memFree=12642992/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=773264 CPUtime=12.68 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 165934 0 0 0 1249 19 0 0 25 0 1 0 487616294 791822336 165760 33554432000 4194304 6016207 140736020311584 18446744073709551615 4530981 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 193316 165760 712 445 0 186860 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 773264

[startup+25.5002 s]
/proc/loadavg: 4.05 3.66 2.78 5/194 15855
/proc/meminfo: memFree=12424064/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=828428 CPUtime=25.49 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 176322 0 0 0 2527 22 0 0 25 0 1 0 487616294 848310272 176148 33554432000 4194304 6016207 140736020311584 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 207107 176148 724 445 0 200651 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 828428

[startup+51.1005 s]
/proc/loadavg: 4.03 3.68 2.81 5/194 15856
/proc/meminfo: memFree=12359800/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=982648 CPUtime=51.09 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 189640 0 0 0 5084 25 0 0 25 0 1 0 487616294 1006231552 189466 33554432000 4194304 6016207 140736020311584 18446744073709551615 4380234 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 245662 189466 724 445 0 239206 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 982648

[startup+102.307 s]
/proc/loadavg: 4.01 3.73 2.87 6/194 15857
/proc/meminfo: memFree=11877344/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=1429316 CPUtime=102.29 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 303893 0 0 0 10190 39 0 0 25 0 1 0 487616294 1463619584 303713 33554432000 4194304 6016207 140736020311584 18446744073709551615 4415128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 357329 303713 731 445 0 350873 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1429316

[startup+162.3 s]
/proc/loadavg: 4.00 3.78 2.94 5/194 15859
/proc/meminfo: memFree=11209508/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=1739828 CPUtime=162.29 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 373664 0 0 0 16178 51 0 0 25 0 1 0 487616294 1781583872 373484 33554432000 4194304 6016207 140736020311584 18446744073709551615 4373701 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 434957 373484 731 445 0 428501 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1739828

[startup+222.3 s]
/proc/loadavg: 4.00 3.81 3.00 5/194 15861
/proc/meminfo: memFree=10647624/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=2056328 CPUtime=222.3 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 435105 0 0 0 22171 59 0 0 25 0 1 0 487616294 2105679872 434890 33554432000 4194304 6016207 140736020311584 18446744073709551615 4377930 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 514082 434890 732 445 0 507626 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2056328

[startup+282.3 s]
/proc/loadavg: 4.08 3.86 3.07 5/194 15862
/proc/meminfo: memFree=10403336/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=2291792 CPUtime=282.29 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 482280 0 0 0 28163 66 0 0 25 0 1 0 487616294 2346795008 482060 33554432000 4194304 6016207 140736020311584 18446744073709551615 4733390 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 572948 482060 731 445 0 566492 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2291792

[startup+342.3 s]
/proc/loadavg: 4.03 3.89 3.12 6/194 15864
/proc/meminfo: memFree=10020168/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=2361220 CPUtime=342.29 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 491780 0 0 0 34161 68 0 0 25 0 1 0 487616294 2417889280 491560 33554432000 4194304 6016207 140736020311584 18446744073709551615 4381022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 590305 491560 731 445 0 583849 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 2361220

[startup+402.301 s]
/proc/loadavg: 4.04 3.92 3.18 6/194 15865
/proc/meminfo: memFree=9838488/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=2601672 CPUtime=402.3 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 536154 0 0 0 40153 77 0 0 25 0 1 0 487616294 2664112128 535850 33554432000 4194304 6016207 140736020311584 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 650418 535850 731 445 0 643962 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2601672

[startup+462.301 s]
/proc/loadavg: 4.01 3.93 3.23 6/194 15867
/proc/meminfo: memFree=9500684/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=2661084 CPUtime=462.3 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 545878 0 0 0 46149 81 0 0 25 0 1 0 487616294 2724950016 545533 33554432000 4194304 6016207 140736020311584 18446744073709551615 4373712 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 665271 545533 731 445 0 658815 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2661084

[startup+522.301 s]
/proc/loadavg: 4.09 3.97 3.29 6/194 15868
/proc/meminfo: memFree=9372336/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=2722036 CPUtime=522.3 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 564476 0 0 0 52145 85 0 0 25 0 1 0 487616294 2787364864 564036 33554432000 4194304 6016207 140736020311584 18446744073709551615 4381029 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 680509 564036 731 445 0 674053 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2722036

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

[startup+524.707 s]
/proc/loadavg: 4.09 3.97 3.29 5/194 15869
/proc/meminfo: memFree=9367624/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=2722036 CPUtime=524.7 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 564736 0 0 0 52385 85 0 0 25 0 1 0 487616294 2787364864 564296 33554432000 4194304 6016207 140736020311584 18446744073709551615 4424285 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 680509 564296 731 445 0 674053 0
Current children cumulated CPU time (s) 524.7
Current children cumulated vsize (KiB) 2722036

[startup+537.501 s]
/proc/loadavg: 4.07 3.97 3.30 6/194 15869
/proc/meminfo: memFree=9350264/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=2722036 CPUtime=537.5 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 566860 0 0 0 53664 86 0 0 25 0 1 0 487616294 2787364864 566420 33554432000 4194304 6016207 140736020311584 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 680509 566420 731 445 0 674053 0
Current children cumulated CPU time (s) 537.5
Current children cumulated vsize (KiB) 2722036

[startup+543.901 s]
/proc/loadavg: 4.07 3.97 3.30 6/194 15869
/proc/meminfo: memFree=9341584/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=2722036 CPUtime=543.9 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 567779 0 0 0 54303 87 0 0 25 0 1 0 487616294 2787364864 567339 33554432000 4194304 6016207 140736020311584 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 680509 567339 731 445 0 674053 0
Current children cumulated CPU time (s) 543.9
Current children cumulated vsize (KiB) 2722036

[startup+547.101 s]
/proc/loadavg: 4.06 3.97 3.30 5/194 15869
/proc/meminfo: memFree=9338728/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=2722036 CPUtime=547.1 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 568239 0 0 0 54623 87 0 0 25 0 1 0 487616294 2787364864 567799 33554432000 4194304 6016207 140736020311584 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 680509 567799 731 445 0 674053 0
Current children cumulated CPU time (s) 547.1
Current children cumulated vsize (KiB) 2722036

[startup+548.701 s]
/proc/loadavg: 4.06 3.97 3.30 6/194 15869
/proc/meminfo: memFree=9337612/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=2722036 CPUtime=548.7 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 568457 0 0 0 54783 87 0 0 25 0 1 0 487616294 2787364864 568017 33554432000 4194304 6016207 140736020311584 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 680509 568017 731 445 0 674053 0
Current children cumulated CPU time (s) 548.7
Current children cumulated vsize (KiB) 2722036

[startup+549.101 s]
/proc/loadavg: 4.06 3.97 3.30 6/194 15869
/proc/meminfo: memFree=9337108/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=2722036 CPUtime=549.1 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 568483 0 0 0 54823 87 0 0 25 0 1 0 487616294 2787364864 568043 33554432000 4194304 6016207 140736020311584 18446744073709551615 4380318 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 680509 568043 731 445 0 674053 0
Current children cumulated CPU time (s) 549.1
Current children cumulated vsize (KiB) 2722036

[startup+549.301 s]
/proc/loadavg: 4.06 3.97 3.30 6/194 15869
/proc/meminfo: memFree=9337108/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=2722036 CPUtime=549.3 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202496 568491 0 0 0 54843 87 0 0 25 0 1 0 487616294 2787364864 567455 33554432000 4194304 6016207 140736020311584 18446744073709551615 4809736 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15854/statm: 680509 567455 731 445 0 674053 0
Current children cumulated CPU time (s) 549.3
Current children cumulated vsize (KiB) 2722036

[startup+549.401 s]
/proc/loadavg: 4.06 3.97 3.30 6/194 15869
/proc/meminfo: memFree=9337108/32951124 swapFree=67111416/67111528
[pid=15854] ppid=15852 vsize=0 CPUtime=549.4 cores=1,3
/proc/15854/stat : 15854 (qutersat_releas) R 15852 15854 15612 0 -1 4202500 568496 0 0 0 54845 95 0 0 25 0 1 0 487616294 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/15854/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 549.4
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 549.408
CPU time (s): 549.419
CPU user time (s): 548.454
CPU system time (s): 0.965853
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2722036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 548.454
system time used= 0.965853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 568496
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= 11
involuntary context switches= 1582

runsolver used 0.905862 second user time and 2.09568 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-25 21:36:21
IDJOB=3285299
IDBENCH=82378
IDSOLVER=1607
FILE ID=node134/3285299-1303760180
RUNJOBID= node134-1303759504-15633
PBS_JOBID= 13157124
Free space on /tmp= 70856 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3285299-1303760180/watcher-3285299-1303760180 -o /tmp/evaluation-result-3285299-1303760180/solver-3285299-1303760180 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3285299-1303760180.cnf 2067225543

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=2067225543

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.67
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.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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	: 7186.06
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.831
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.80
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13040140 kB
Buffers:       2349340 kB
Cached:       11396740 kB
SwapCached:        108 kB
Active:       14790480 kB
Inactive:      4554668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13040140 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           25632 kB
Writeback:           0 kB
AnonPages:     5598456 kB
Mapped:          20384 kB
Slab:           489860 kB
PageTables:      16872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  6616968 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71012 MiB
End job on node134 at 2011-04-25 21:45:31