Trace number 3377087

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 428.311 428.31

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.19/0.27	c Parse Cnf success: #var: 99736 #clause: 783991
0.19/0.27	c Find Units :        139
0.29/0.33	c Find Invs  :        354
0.29/0.36	c Find Ands  :       8867 AvgFaninNum: 13.0593
0.29/0.36	c Find Xors  :          0 AvgFaninNum: nan
0.29/0.36	c Find Ite   :          0
0.29/0.36	c UnDirect variable: 66
0.29/0.36	c UnDirect to Direct Gate: 300
0.29/0.36	c Forced Direct Gate: 11 Unuse unDirect Gate: 17
0.29/0.37	c Break Cycle : 504
0.29/0.37	c Total Root : 5270 Undef Var: 92234
0.39/0.43	c After covering, Total Root: 5917 Leaf: 57031
0.39/0.43	c Variable( cover/uncovered/unused ): 64533 35203 0
0.39/0.43	c Unit Clauses: 139
0.39/0.43	c Binary Clauses( cover/uncovered ): 108699 648060
0.39/0.43	c Clauses( cover/uncovered ): 7202 19891
0.39/0.43	c Total Clauses( cover/uncovered ): 116040 667951 14.8012%
0.39/0.43	c Covered Ands: 7202 Invs: 300 Xors: 0 Ites: 0
0.69/0.78	c Uncover Clauses avg size: 2.05962 max size: 73
0.69/0.79	c Final circuit: i/l/o/s   92233       0  668081    794665
0.69/0.79	c CnfToAig: Time: 0.78 s
1.29/1.31	c TmMap: Set choices finish.
1.59/1.68	c TmMap: Set big and: 683094
1.59/1.68	c TmMap: Origin: 886899 ClauseNum: 2383995 --> New: 775397 ClauseNum: 2162703
1.59/1.68	c TmMap: Time: 0.44
1.78/1.80	c Try to Add: #clause: 1366462 #xorclause: 0
1.88/1.99	c #var: 107315 #clauses: 34513 Solving... 
428.19/428.25	s UNSATISFIABLE
428.19/428.27	c CPU time: 428.26 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-3377087-1305468339/watcher-3377087-1305468339 -o /tmp/evaluation-result-3377087-1305468339/solver-3377087-1305468339 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377087-1305468339.cnf 982930761 

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.86 4.30 5.71 4/402 9251
/proc/meminfo: memFree=17896840/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=36752 CPUtime=0.01 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 2900 0 0 0 1 0 0 0 22 0 1 0 639250115 37634048 2837 33554432000 4194304 6014671 140735995002240 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 9188 2837 377 445 0 2733 0

[startup+0.0266589 s]
/proc/loadavg: 3.86 4.30 5.71 4/402 9251
/proc/meminfo: memFree=17896840/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=38800 CPUtime=0.02 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 3427 0 0 0 2 0 0 0 22 0 1 0 639250115 39731200 3364 33554432000 4194304 6014671 140735995002240 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 9700 3364 377 445 0 3245 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38800

[startup+0.100649 s]
/proc/loadavg: 3.86 4.30 5.71 4/402 9251
/proc/meminfo: memFree=17896840/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=61328 CPUtime=0.08 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 8744 0 0 0 8 0 0 0 22 0 1 0 639250115 62799872 8681 33554432000 4194304 6014671 140735995002240 18446744073709551615 4308458 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 15332 8681 377 445 0 8877 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61328

[startup+0.300614 s]
/proc/loadavg: 3.86 4.30 5.71 4/402 9251
/proc/meminfo: memFree=17896840/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=86032 CPUtime=0.29 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 14857 0 0 0 27 2 0 0 23 0 1 0 639250115 88096768 14794 33554432000 4194304 6014671 140735995002240 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 21508 14794 381 445 0 15053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86032

[startup+0.700544 s]
/proc/loadavg: 3.86 4.30 5.71 4/402 9251
/proc/meminfo: memFree=17896840/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=122896 CPUtime=0.69 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 24096 0 0 0 66 3 0 0 18 0 1 0 639250115 125845504 24033 33554432000 4194304 6014671 140735995002240 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 30724 24033 398 445 0 24269 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122896

[startup+1.5004 s]
/proc/loadavg: 3.86 4.30 5.71 6/403 9252
/proc/meminfo: memFree=17709724/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=282816 CPUtime=1.49 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 64814 0 0 0 140 9 0 0 19 0 1 0 639250115 289603584 64751 33554432000 4194304 6014671 140735995002240 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 70704 64752 670 445 0 64249 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 282816

[startup+3.10113 s]
/proc/loadavg: 3.87 4.30 5.70 6/403 9252
/proc/meminfo: memFree=17539596/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=351552 CPUtime=3.09 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 79912 0 0 0 299 10 0 0 23 0 1 0 639250115 359989248 79849 33554432000 4194304 6014671 140735995002240 18446744073709551615 4367522 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 87888 79849 701 445 0 81433 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 351552

[startup+6.30056 s]
/proc/loadavg: 3.87 4.30 5.70 6/403 9252
/proc/meminfo: memFree=17431808/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=445760 CPUtime=6.29 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 98399 0 0 0 616 13 0 0 25 0 1 0 639250115 456458240 98336 33554432000 4194304 6014671 140735995002240 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 111440 98338 701 445 0 104985 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 445760

[startup+12.7004 s]
/proc/loadavg: 3.89 4.29 5.68 6/403 9252
/proc/meminfo: memFree=17134596/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=666204 CPUtime=12.69 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 144984 0 0 0 1250 19 0 0 25 0 1 0 639250115 682192896 144921 33554432000 4194304 6014671 140735995002240 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 166551 144921 723 445 0 160096 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 666204

[startup+25.5002 s]
/proc/loadavg: 3.91 4.28 5.67 6/403 9253
/proc/meminfo: memFree=16906584/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=704516 CPUtime=25.49 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 152322 0 0 0 2528 21 0 0 25 0 1 0 639250115 721424384 152259 33554432000 4194304 6014671 140735995002240 18446744073709551615 4422619 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 176129 152259 728 445 0 169674 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 704516

[startup+51.1007 s]
/proc/loadavg: 3.94 4.25 5.62 6/403 9280
/proc/meminfo: memFree=17218088/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=767636 CPUtime=51.09 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 166835 0 0 0 5087 22 0 0 25 0 1 0 639250115 786059264 166751 33554432000 4194304 6014671 140735995002240 18446744073709551615 4377868 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 191909 166751 728 445 0 185454 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 767636

[startup+102.316 s]
/proc/loadavg: 3.97 4.21 5.52 6/403 9336
/proc/meminfo: memFree=17133468/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=808012 CPUtime=102.31 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 174097 0 0 0 10207 24 0 0 25 0 1 0 639250115 827404288 174013 33554432000 4194304 6014671 140735995002240 18446744073709551615 4379319 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 202003 174013 728 445 0 195548 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 808012

[startup+162.3 s]
/proc/loadavg: 3.99 4.17 5.43 5/401 9367
/proc/meminfo: memFree=19850472/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=818404 CPUtime=162.29 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 177304 0 0 0 16205 24 0 0 25 0 1 0 639250115 838045696 177220 33554432000 4194304 6014671 140735995002240 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 204601 177220 728 445 0 198146 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 818404

[startup+222.301 s]
/proc/loadavg: 3.99 4.13 5.33 5/403 9393
/proc/meminfo: memFree=17792424/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=818404 CPUtime=222.29 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 177961 0 0 0 22205 24 0 0 25 0 1 0 639250115 838045696 177877 33554432000 4194304 6014671 140735995002240 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 204601 177877 728 445 0 198146 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 818404

[startup+282.301 s]
/proc/loadavg: 3.99 4.11 5.25 5/403 9395
/proc/meminfo: memFree=17370612/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=861152 CPUtime=282.3 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 181986 0 0 0 28204 26 0 0 25 0 1 0 639250115 881819648 181902 33554432000 4194304 6014671 140735995002240 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 215288 181902 728 445 0 208833 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 861152

[startup+342.301 s]
/proc/loadavg: 3.99 4.08 5.17 5/403 9396
/proc/meminfo: memFree=17102736/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=872148 CPUtime=342.29 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 187972 0 0 0 34201 28 0 0 25 0 1 0 639250115 893079552 187888 33554432000 4194304 6014671 140735995002240 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 218037 187888 728 445 0 211582 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 872148

[startup+402.301 s]
/proc/loadavg: 4.16 4.11 5.11 5/403 9398
/proc/meminfo: memFree=16942988/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=883284 CPUtime=402.29 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 194000 0 0 0 40199 30 0 0 25 0 1 0 639250115 904482816 193916 33554432000 4194304 6014671 140735995002240 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 220821 193916 728 445 0 214366 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 883284

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

[startup+409.501 s]
/proc/loadavg: 4.14 4.11 5.10 5/403 9398
/proc/meminfo: memFree=16939392/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=883284 CPUtime=409.49 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 194207 0 0 0 40919 30 0 0 25 0 1 0 639250115 904482816 194123 33554432000 4194304 6014671 140735995002240 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 220821 194123 728 445 0 214366 0
Current children cumulated CPU time (s) 409.49
Current children cumulated vsize (KiB) 883284

[startup+415.901 s]
/proc/loadavg: 4.13 4.11 5.09 5/403 9398
/proc/meminfo: memFree=16931576/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=883284 CPUtime=415.89 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 194625 0 0 0 41559 30 0 0 25 0 1 0 639250115 904482816 194541 33554432000 4194304 6014671 140735995002240 18446744073709551615 4423840 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 220821 194541 728 445 0 214366 0
Current children cumulated CPU time (s) 415.89
Current children cumulated vsize (KiB) 883284

[startup+422.3 s]
/proc/loadavg: 4.11 4.10 5.08 5/403 9398
/proc/meminfo: memFree=16846260/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=883284 CPUtime=422.3 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 194625 0 0 0 42200 30 0 0 25 0 1 0 639250115 904482816 194540 33554432000 4194304 6014671 140735995002240 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 220821 194540 728 445 0 214366 0
Current children cumulated CPU time (s) 422.3
Current children cumulated vsize (KiB) 883284

[startup+425.501 s]
/proc/loadavg: 4.11 4.10 5.08 5/403 9398
/proc/meminfo: memFree=16836588/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=883284 CPUtime=425.49 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 194626 0 0 0 42519 30 0 0 25 0 1 0 639250115 904482816 194541 33554432000 4194304 6014671 140735995002240 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 220821 194541 728 445 0 214366 0
Current children cumulated CPU time (s) 425.49
Current children cumulated vsize (KiB) 883284

[startup+427.101 s]
/proc/loadavg: 4.11 4.10 5.08 5/403 9399
/proc/meminfo: memFree=16834356/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=883284 CPUtime=427.09 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 194626 0 0 0 42679 30 0 0 25 0 1 0 639250115 904482816 194541 33554432000 4194304 6014671 140735995002240 18446744073709551615 4422798 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 220821 194541 728 445 0 214366 0
Current children cumulated CPU time (s) 427.09
Current children cumulated vsize (KiB) 883284

[startup+427.915 s]
/proc/loadavg: 4.10 4.10 5.08 5/403 9399
/proc/meminfo: memFree=16834228/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=883284 CPUtime=427.9 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202496 194626 0 0 0 42760 30 0 0 25 0 1 0 639250115 904482816 194541 33554432000 4194304 6014671 140735995002240 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/9251/statm: 220821 194541 728 445 0 214366 0
Current children cumulated CPU time (s) 427.9
Current children cumulated vsize (KiB) 883284

[startup+428.3 s]
/proc/loadavg: 4.10 4.10 5.08 5/403 9399
/proc/meminfo: memFree=16834228/32951124 swapFree=67111348/67111528
[pid=9251] ppid=9249 vsize=0 CPUtime=428.29 cores=1,3
/proc/9251/stat : 9251 (qutersat_releas) R 9249 9251 9135 0 -1 4202500 194632 0 0 0 42796 33 0 0 25 0 1 0 639250115 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/9251/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 428.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 428.31
CPU time (s): 428.311
CPU user time (s): 427.967
CPU system time (s): 0.343947
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 883284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 427.967
system time used= 0.343947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 4773

runsolver used 1.57676 second user time and 3.9234 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-15 16:05:40
IDJOB=3377087
IDBENCH=82431
IDSOLVER=1856
FILE ID=node144/3377087-1305468339
RUNJOBID= node144-1305468273-9155
PBS_JOBID= 13325330
Free space on /tmp= 73140 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
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-3377087-1305468339/watcher-3377087-1305468339 -o /tmp/evaluation-result-3377087-1305468339/solver-3377087-1305468339 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377087-1305468339.cnf 982930761

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=982930761

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17897120 kB
Buffers:        317660 kB
Cached:        4016664 kB
SwapCached:          0 kB
Active:       11796980 kB
Inactive:      2892552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17897120 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           51396 kB
Writeback:           0 kB
AnonPages:    10355132 kB
Mapped:          38468 kB
Slab:           249472 kB
PageTables:      48280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 111584552 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= 73152 MiB
End job on node144 at 2011-05-15 16:12:48