Trace number 3286633

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 397.445 397.437

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark234.365
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

Solver Data

0.00/0.00	c Set FPU double precision.
0.18/0.28	c Parse Cnf success: #var: 99736 #clause: 783991
0.18/0.28	c Find Units :        139
0.29/0.33	c Find Invs  :        354
0.29/0.37	c Find Ands  :       8867 AvgFaninNum: 13.0593
0.29/0.37	c Find Xors  :          0 AvgFaninNum: nan
0.29/0.37	c Find Ite   :          0
0.29/0.37	c UnDirect variable: 66
0.29/0.37	c UnDirect to Direct Gate: 300
0.29/0.37	c Forced Direct Gate: 11 Unuse unDirect Gate: 17
0.29/0.38	c Break Cycle : 504
0.29/0.38	c Total Root : 5270 Undef Var: 92234
0.39/0.44	c After covering, Total Root: 5917 Leaf: 57031
0.39/0.44	c Variable( cover/uncovered/unused ): 64533 35203 0
0.39/0.44	c Unit Clauses: 139
0.39/0.44	c Binary Clauses( cover/uncovered ): 108699 648060
0.39/0.44	c Clauses( cover/uncovered ): 7202 19891
0.39/0.44	c Total Clauses( cover/uncovered ): 116040 667951 14.8012%
0.39/0.44	c Covered Ands: 7202 Invs: 300 Xors: 0 Ites: 0
0.69/0.80	c Uncover Clauses avg size: 2.05962 max size: 73
0.79/0.81	c Final circuit: i/l/o/s   92233       0  668081    794665
0.79/0.81	c CnfToAig: Time: 0.8 s
1.29/1.33	c TmMap: Set choices finish.
1.69/1.70	c TmMap: Set big and: 683094
1.69/1.70	c TmMap: Origin: 886899 ClauseNum: 2383995 --> New: 775397 ClauseNum: 2162703
1.69/1.70	c TmMap: Time: 0.45
1.79/1.82	c Try to Add: #clause: 1366462 #xorclause: 0
1.99/2.01	c #var: 107315 #clauses: 34513 Solving... 
397.30/397.37	s UNSATISFIABLE
397.30/397.39	c CPU time: 397.39 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-3286633-1303761191/watcher-3286633-1303761191 -o /tmp/evaluation-result-3286633-1303761191/solver-3286633-1303761191 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3286633-1303761191.cnf 548012967 

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: 5.74 4.89 4.57 5/185 8596
/proc/meminfo: memFree=14690760/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=32356 CPUtime=0 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 1549 0 0 0 0 0 0 0 24 0 1 0 487716891 33132544 1485 33554432000 4194304 6016207 140733211098672 18446744073709551615 212687369163 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8596/statm: 8089 1501 303 445 0 1633 0

[startup+0.105115 s]
/proc/loadavg: 5.74 4.89 4.57 5/185 8596
/proc/meminfo: memFree=14690760/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=61328 CPUtime=0.1 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 8748 0 0 0 9 1 0 0 24 0 1 0 487716891 62799872 8683 33554432000 4194304 6016207 140733211098672 18446744073709551615 4309874 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 15332 8683 379 445 0 8876 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 61328

[startup+0.201098 s]
/proc/loadavg: 5.74 4.89 4.57 5/185 8596
/proc/meminfo: memFree=14690760/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=85904 CPUtime=0.18 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 14392 0 0 0 17 1 0 0 25 0 1 0 487716891 87965696 14327 33554432000 4194304 6016207 140733211098672 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 21476 14327 379 445 0 15020 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 85904

[startup+0.301081 s]
/proc/loadavg: 5.74 4.89 4.57 5/185 8596
/proc/meminfo: memFree=14690760/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=86032 CPUtime=0.29 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 14862 0 0 0 27 2 0 0 25 0 1 0 487716891 88096768 14797 33554432000 4194304 6016207 140733211098672 18446744073709551615 4282825 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 21508 14797 384 445 0 15052 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86032

[startup+0.701006 s]
/proc/loadavg: 5.74 4.89 4.57 5/185 8596
/proc/meminfo: memFree=14690760/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=122896 CPUtime=0.69 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 24100 0 0 0 66 3 0 0 25 0 1 0 487716891 125845504 24035 33554432000 4194304 6016207 140733211098672 18446744073709551615 4264458 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 30724 24035 400 445 0 24268 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122896

[startup+1.50086 s]
/proc/loadavg: 5.84 4.93 4.58 4/186 8597
/proc/meminfo: memFree=14601224/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=281792 CPUtime=1.49 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 64464 0 0 0 141 8 0 0 25 0 1 0 487716891 288555008 64399 33554432000 4194304 6016207 140733211098672 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 70448 64400 672 445 0 63992 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 281792

[startup+3.10057 s]
/proc/loadavg: 5.84 4.93 4.58 4/186 8597
/proc/meminfo: memFree=14545056/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=351552 CPUtime=3.09 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 79912 0 0 0 299 10 0 0 25 0 1 0 487716891 359989248 79847 33554432000 4194304 6016207 140733211098672 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 87888 79847 699 445 0 81432 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 351552

[startup+6.30099 s]
/proc/loadavg: 5.84 4.93 4.58 4/186 8597
/proc/meminfo: memFree=14778548/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=438592 CPUtime=6.29 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 96982 0 0 0 617 12 0 0 25 0 1 0 487716891 449118208 96917 33554432000 4194304 6016207 140733211098672 18446744073709551615 4779628 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 109648 96917 699 445 0 103192 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 438592

[startup+12.7008 s]
/proc/loadavg: 5.93 4.98 4.60 4/187 8598
/proc/meminfo: memFree=15835644/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=666204 CPUtime=12.69 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 144985 0 0 0 1250 19 0 0 25 0 1 0 487716891 682192896 144920 33554432000 4194304 6016207 140733211098672 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 166551 144920 724 445 0 160095 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 666204

[startup+25.5005 s]
/proc/loadavg: 6.02 5.03 4.62 3/182 8616
/proc/meminfo: memFree=17245980/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=702460 CPUtime=25.49 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 151938 0 0 0 2528 21 0 0 25 0 1 0 487716891 719319040 151873 33554432000 4194304 6016207 140733211098672 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 175615 151873 731 445 0 169159 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 702460

[startup+51.1008 s]
/proc/loadavg: 6.23 5.15 4.67 5/190 8637
/proc/meminfo: memFree=18575156/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=765612 CPUtime=51.09 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 166364 0 0 0 5086 23 0 0 25 0 1 0 487716891 783986688 166288 33554432000 4194304 6016207 140733211098672 18446744073709551615 4424872 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 191403 166288 731 445 0 184947 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 765612

[startup+102.3 s]
/proc/loadavg: 4.67 4.91 4.62 4/184 8656
/proc/meminfo: memFree=18828784/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=805996 CPUtime=102.3 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 174243 0 0 0 10205 25 0 0 25 0 1 0 487716891 825339904 174165 33554432000 4194304 6016207 140733211098672 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 201499 174165 731 445 0 195043 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 805996

[startup+162.301 s]
/proc/loadavg: 3.61 4.56 4.51 4/184 8657
/proc/meminfo: memFree=18664528/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=816324 CPUtime=162.29 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 176775 0 0 0 16203 26 0 0 25 0 1 0 487716891 835915776 176697 33554432000 4194304 6016207 140733211098672 18446744073709551615 4424247 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 204081 176697 731 445 0 197625 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 816324

[startup+222.307 s]
/proc/loadavg: 3.22 4.27 4.41 4/184 8659
/proc/meminfo: memFree=18580192/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=816324 CPUtime=222.3 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 177500 0 0 0 22204 26 0 0 25 0 1 0 487716891 835915776 177422 33554432000 4194304 6016207 140733211098672 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 204081 177422 731 445 0 197625 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 816324

[startup+282.301 s]
/proc/loadavg: 3.08 4.04 4.32 4/184 8660
/proc/meminfo: memFree=18511844/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=858820 CPUtime=282.3 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 181204 0 0 0 28203 27 0 0 25 0 1 0 487716891 879431680 181126 33554432000 4194304 6016207 140733211098672 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 214705 181126 731 445 0 208249 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 858820

[startup+342.301 s]
/proc/loadavg: 3.03 3.85 4.24 4/184 8662
/proc/meminfo: memFree=18473524/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=902184 CPUtime=342.3 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 183605 0 0 0 34202 28 0 0 25 0 1 0 487716891 923836416 183428 33554432000 4194304 6016207 140733211098672 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 225546 183428 731 445 0 219090 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 902184

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

[startup+358.401 s]
/proc/loadavg: 2.87 3.77 4.21 3/178 8680
/proc/meminfo: memFree=21607784/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=902184 CPUtime=358.4 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 187900 0 0 0 35811 29 0 0 25 0 1 0 487716891 923836416 187717 33554432000 4194304 6016207 140733211098672 18446744073709551615 4567817 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 225546 187717 747 445 0 219090 0
Current children cumulated CPU time (s) 358.4
Current children cumulated vsize (KiB) 902184

[startup+384.006 s]
/proc/loadavg: 2.57 3.63 4.15 3/178 8681
/proc/meminfo: memFree=21595788/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=902184 CPUtime=384.01 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 189936 0 0 0 38371 30 0 0 25 0 1 0 487716891 923836416 189741 33554432000 4194304 6016207 140733211098672 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 225546 189741 735 445 0 219090 0
Current children cumulated CPU time (s) 384.01
Current children cumulated vsize (KiB) 902184

[startup+390.401 s]
/proc/loadavg: 2.52 3.60 4.14 3/178 8681
/proc/meminfo: memFree=21579916/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=902184 CPUtime=390.4 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 191254 0 0 0 39010 30 0 0 25 0 1 0 487716891 923836416 191057 33554432000 4194304 6016207 140733211098672 18446744073709551615 4424258 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 225546 191057 733 445 0 219090 0
Current children cumulated CPU time (s) 390.4
Current children cumulated vsize (KiB) 902184

[startup+393.6 s]
/proc/loadavg: 2.48 3.57 4.12 3/178 8681
/proc/meminfo: memFree=21578304/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=902184 CPUtime=393.6 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 191592 0 0 0 39330 30 0 0 25 0 1 0 487716891 923836416 191395 33554432000 4194304 6016207 140733211098672 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 225546 191395 733 445 0 219090 0
Current children cumulated CPU time (s) 393.6
Current children cumulated vsize (KiB) 902184

[startup+395.201 s]
/proc/loadavg: 2.48 3.57 4.12 3/178 8681
/proc/meminfo: memFree=21577436/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=902184 CPUtime=395.2 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 191745 0 0 0 39490 30 0 0 25 0 1 0 487716891 923836416 191548 33554432000 4194304 6016207 140733211098672 18446744073709551615 4425176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 225546 191548 733 445 0 219090 0
Current children cumulated CPU time (s) 395.2
Current children cumulated vsize (KiB) 902184

[startup+396.801 s]
/proc/loadavg: 2.44 3.55 4.11 3/178 8681
/proc/meminfo: memFree=21577064/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=902184 CPUtime=396.8 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 191862 0 0 0 39650 30 0 0 25 0 1 0 487716891 923836416 191665 33554432000 4194304 6016207 140733211098672 18446744073709551615 4426912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 225546 191665 733 445 0 219090 0
Current children cumulated CPU time (s) 396.8
Current children cumulated vsize (KiB) 902184

[startup+397.207 s]
/proc/loadavg: 2.44 3.55 4.11 3/178 8682
/proc/meminfo: memFree=21576816/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=902184 CPUtime=397.2 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202496 191895 0 0 0 39690 30 0 0 25 0 1 0 487716891 923836416 191698 33554432000 4194304 6016207 140733211098672 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/8596/statm: 225546 191698 733 445 0 219090 0
Current children cumulated CPU time (s) 397.2
Current children cumulated vsize (KiB) 902184

[startup+397.401 s]
/proc/loadavg: 2.44 3.55 4.11 3/178 8682
/proc/meminfo: memFree=21576816/32951124 swapFree=67111524/67111528
[pid=8596] ppid=8594 vsize=0 CPUtime=397.4 cores=1,3
/proc/8596/stat : 8596 (qutersat_releas) R 8594 8596 7955 0 -1 4202500 191908 0 0 0 39709 31 0 0 25 0 1 0 487716891 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/8596/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 397.4
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 397.437
CPU time (s): 397.445
CPU user time (s): 397.099
CPU system time (s): 0.345947
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 902184

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

runsolver used 0.611906 second user time and 1.51777 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-25 21:53:12
IDJOB=3286633
IDBENCH=82431
IDSOLVER=1607
FILE ID=node139/3286633-1303761191
RUNJOBID= node139-1303759504-7975
PBS_JOBID= 13157122
Free space on /tmp= 64772 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286633-1303761191/watcher-3286633-1303761191 -o /tmp/evaluation-result-3286633-1303761191/solver-3286633-1303761191 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3286633-1303761191.cnf 548012967

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=548012967

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14691032 kB
Buffers:       2054756 kB
Cached:       12217744 kB
SwapCached:          4 kB
Active:        4993900 kB
Inactive:     12518392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14691032 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:         4632552 kB
Writeback:           0 kB
AnonPages:     3239428 kB
Mapped:          18556 kB
Slab:           674792 kB
PageTables:      12096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3995164 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= 72396 MiB
End job on node139 at 2011-04-25 21:59:49