Trace number 3384376

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 408.637 408.626

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 benchmark218.303
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.26	c Parse Cnf success: #var: 99736 #clause: 783991
0.19/0.26	c Find Units :        139
0.29/0.31	c Find Invs  :        354
0.29/0.34	c Find Ands  :       8867 AvgFaninNum: 13.0593
0.29/0.34	c Find Xors  :          0 AvgFaninNum: nan
0.29/0.35	c Find Ite   :          0
0.29/0.35	c UnDirect variable: 66
0.29/0.35	c UnDirect to Direct Gate: 300
0.29/0.35	c Forced Direct Gate: 11 Unuse unDirect Gate: 17
0.29/0.35	c Break Cycle : 504
0.29/0.35	c Total Root : 5270 Undef Var: 92234
0.39/0.41	c After covering, Total Root: 5917 Leaf: 57031
0.39/0.41	c Variable( cover/uncovered/unused ): 64533 35203 0
0.39/0.41	c Unit Clauses: 139
0.39/0.41	c Binary Clauses( cover/uncovered ): 108699 648060
0.39/0.41	c Clauses( cover/uncovered ): 7202 19891
0.39/0.41	c Total Clauses( cover/uncovered ): 116040 667951 14.8012%
0.39/0.41	c Covered Ands: 7202 Invs: 300 Xors: 0 Ites: 0
0.69/0.76	c Uncover Clauses avg size: 2.05962 max size: 73
0.69/0.77	c Final circuit: i/l/o/s   92233       0  668081    794665
0.69/0.77	c CnfToAig: Time: 0.76 s
1.19/1.28	c TmMap: Set choices finish.
1.59/1.64	c TmMap: Set big and: 683094
1.59/1.64	c TmMap: Origin: 886899 ClauseNum: 2383995 --> New: 775397 ClauseNum: 2162703
1.59/1.64	c TmMap: Time: 0.44
1.69/1.76	c Try to Add: #clause: 1366462 #xorclause: 0
1.89/1.94	c #var: 107315 #clauses: 34513 Solving... 
408.50/408.56	s UNSATISFIABLE
408.50/408.58	c CPU time: 408.59 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-3384376-1305545450/watcher-3384376-1305545450 -o /tmp/evaluation-result-3384376-1305545450/solver-3384376-1305545450 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384376-1305545450.cnf 386594312 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 1.98 2/378 21389
/proc/meminfo: memFree=19059612/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=36752 CPUtime=0 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 2898 0 0 0 0 0 0 0 25 0 1 0 646960657 37634048 2834 33554432000 4194304 6014671 140733442904880 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 9188 2834 378 445 0 2733 0

[startup+0.0987649 s]
/proc/loadavg: 2.01 2.02 1.98 2/378 21389
/proc/meminfo: memFree=19059612/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=61328 CPUtime=0.08 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 8747 0 0 0 8 0 0 0 25 0 1 0 646960657 62799872 8683 33554432000 4194304 6014671 140733442904880 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 15332 8683 378 445 0 8877 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61328

[startup+0.100733 s]
/proc/loadavg: 2.01 2.02 1.98 2/378 21389
/proc/meminfo: memFree=19059612/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=61328 CPUtime=0.09 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 8747 0 0 0 9 0 0 0 25 0 1 0 646960657 62799872 8683 33554432000 4194304 6014671 140733442904880 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 15332 8683 378 445 0 8877 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61328

[startup+0.300741 s]
/proc/loadavg: 2.01 2.02 1.98 2/378 21389
/proc/meminfo: memFree=19059612/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=86032 CPUtime=0.29 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 14860 0 0 0 28 1 0 0 25 0 1 0 646960657 88096768 14796 33554432000 4194304 6014671 140733442904880 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 21508 14796 382 445 0 15053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86032

[startup+0.700653 s]
/proc/loadavg: 2.01 2.02 1.98 2/378 21389
/proc/meminfo: memFree=19059612/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=122896 CPUtime=0.69 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 24098 0 0 0 67 2 0 0 25 0 1 0 646960657 125845504 24034 33554432000 4194304 6014671 140733442904880 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 30724 24034 398 445 0 24269 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 122896

[startup+1.5005 s]
/proc/loadavg: 2.01 2.02 1.98 3/379 21390
/proc/meminfo: memFree=18882904/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=284864 CPUtime=1.49 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 65316 0 0 0 142 7 0 0 25 0 1 0 646960657 291700736 65252 33554432000 4194304 6014671 140733442904880 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 71216 65253 670 445 0 64761 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 284864

[startup+3.10121 s]
/proc/loadavg: 2.01 2.02 1.98 3/379 21390
/proc/meminfo: memFree=18740924/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=351552 CPUtime=3.09 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 79914 0 0 0 300 9 0 0 25 0 1 0 646960657 359989248 79850 33554432000 4194304 6014671 140733442904880 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 87888 79850 701 445 0 81433 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 351552

[startup+6.3006 s]
/proc/loadavg: 2.00 2.02 1.98 3/379 21390
/proc/meminfo: memFree=18701492/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=464192 CPUtime=6.29 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 102310 0 0 0 617 12 0 0 25 0 1 0 646960657 475332608 102246 33554432000 4194304 6014671 140733442904880 18446744073709551615 4444799 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 116048 102246 701 445 0 109593 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 464192

[startup+12.7004 s]
/proc/loadavg: 2.00 2.02 1.98 3/379 21390
/proc/meminfo: memFree=18480008/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=665180 CPUtime=12.69 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 144755 0 0 0 1251 18 0 0 25 0 1 0 646960657 681144320 144691 33554432000 4194304 6014671 140733442904880 18446744073709551615 4371935 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 166295 144691 723 445 0 159840 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 665180

[startup+25.5009 s]
/proc/loadavg: 2.00 2.01 1.98 3/379 21391
/proc/meminfo: memFree=18449496/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=719356 CPUtime=25.49 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 155212 0 0 0 2530 19 0 0 25 0 1 0 646960657 736620544 155148 33554432000 4194304 6014671 140733442904880 18446744073709551615 4444768 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 179839 155148 728 445 0 173384 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 719356

[startup+51.1011 s]
/proc/loadavg: 2.00 2.01 1.98 3/379 21391
/proc/meminfo: memFree=18390616/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=767580 CPUtime=51.09 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 167226 0 0 0 5088 21 0 0 25 0 1 0 646960657 786001920 167154 33554432000 4194304 6014671 140733442904880 18446744073709551615 4423336 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 191895 167154 728 445 0 185440 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 767580

[startup+102.314 s]
/proc/loadavg: 2.00 2.01 1.98 3/379 21393
/proc/meminfo: memFree=18370192/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=797464 CPUtime=102.3 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 171991 0 0 0 10208 22 0 0 25 0 1 0 646960657 816603136 171919 33554432000 4194304 6014671 140733442904880 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 199366 171919 728 445 0 192911 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 797464

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/379 21394
/proc/meminfo: memFree=18354660/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=807768 CPUtime=162.29 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 175772 0 0 0 16206 23 0 0 25 0 1 0 646960657 827154432 175700 33554432000 4194304 6014671 140733442904880 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 201942 175700 728 445 0 195487 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 807768

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.98 3/379 21396
/proc/meminfo: memFree=18351892/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=807768 CPUtime=222.29 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 176490 0 0 0 22206 23 0 0 25 0 1 0 646960657 827154432 176418 33554432000 4194304 6014671 140733442904880 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 201942 176418 728 445 0 195487 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 807768

[startup+282.3 s]
/proc/loadavg: 2.03 2.01 1.99 3/379 21397
/proc/meminfo: memFree=18314656/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=861420 CPUtime=282.3 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 185574 0 0 0 28205 25 0 0 25 0 1 0 646960657 882094080 185502 33554432000 4194304 6014671 140733442904880 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 215355 185502 728 445 0 208900 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 861420

[startup+342.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/379 21399
/proc/meminfo: memFree=18280524/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=905168 CPUtime=342.3 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 191398 0 0 0 34204 26 0 0 25 0 1 0 646960657 926892032 191326 33554432000 4194304 6014671 140733442904880 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 226292 191326 728 445 0 219837 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 905168

[startup+402.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/379 21401
/proc/meminfo: memFree=18249972/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=905168 CPUtime=402.3 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 199226 0 0 0 40203 27 0 0 25 0 1 0 646960657 926892032 199153 33554432000 4194304 6014671 140733442904880 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 226292 199153 728 445 0 219837 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 905168

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

[startup+403.101 s]
/proc/loadavg: 2.02 2.02 2.00 3/379 21401
/proc/meminfo: memFree=18249224/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=905168 CPUtime=403.1 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 199311 0 0 0 40283 27 0 0 25 0 1 0 646960657 926892032 199238 33554432000 4194304 6014671 140733442904880 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 226292 199238 728 445 0 219837 0
Current children cumulated CPU time (s) 403.1
Current children cumulated vsize (KiB) 905168

[startup+406.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/379 21401
/proc/meminfo: memFree=18248092/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=905168 CPUtime=406.3 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 199608 0 0 0 40603 27 0 0 25 0 1 0 646960657 926892032 199535 33554432000 4194304 6014671 140733442904880 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 226292 199535 728 445 0 219837 0
Current children cumulated CPU time (s) 406.3
Current children cumulated vsize (KiB) 905168

[startup+407.901 s]
/proc/loadavg: 2.01 2.02 2.00 3/379 21401
/proc/meminfo: memFree=18247720/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=905168 CPUtime=407.9 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 199765 0 0 0 40763 27 0 0 25 0 1 0 646960657 926892032 199692 33554432000 4194304 6014671 140733442904880 18446744073709551615 4423292 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 226292 199692 728 445 0 219837 0
Current children cumulated CPU time (s) 407.9
Current children cumulated vsize (KiB) 905168

[startup+408.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/379 21401
/proc/meminfo: memFree=18247224/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=905168 CPUtime=408.3 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 199786 0 0 0 40803 27 0 0 25 0 1 0 646960657 926892032 199713 33554432000 4194304 6014671 140733442904880 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 226292 199713 728 445 0 219837 0
Current children cumulated CPU time (s) 408.3
Current children cumulated vsize (KiB) 905168

[startup+408.501 s]
/proc/loadavg: 2.01 2.02 2.00 3/379 21401
/proc/meminfo: memFree=18247224/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=905168 CPUtime=408.5 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202496 199795 0 0 0 40823 27 0 0 25 0 1 0 646960657 926892032 199722 33554432000 4194304 6014671 140733442904880 18446744073709551615 4422580 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/21389/statm: 226292 199722 728 445 0 219837 0
Current children cumulated CPU time (s) 408.5
Current children cumulated vsize (KiB) 905168

[startup+408.601 s]
/proc/loadavg: 2.01 2.02 2.00 3/379 21401
/proc/meminfo: memFree=18247224/32951124 swapFree=63083184/67111528
[pid=21389] ppid=21387 vsize=0 CPUtime=408.6 cores=0,2,4,6
/proc/21389/stat : 21389 (qutersat_releas) R 21387 21389 20952 0 -1 4202500 199800 0 0 0 40832 28 0 0 25 0 1 0 646960657 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/21389/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 408.626
CPU time (s): 408.637
CPU user time (s): 408.323
CPU system time (s): 0.313952
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 905168

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

runsolver used 1.54576 second user time and 3.2935 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-16 13:30:50
IDJOB=3384376
IDBENCH=82431
IDSOLVER=1868
FILE ID=node141/3384376-1305545450
RUNJOBID= node141-1305540196-20970
PBS_JOBID= 13329212
Free space on /tmp= 73280 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-3384376-1305545450/watcher-3384376-1305545450 -o /tmp/evaluation-result-3384376-1305545450/solver-3384376-1305545450 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384376-1305545450.cnf 386594312

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=386594312

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19059760 kB
Buffers:        286644 kB
Cached:        5622028 kB
SwapCached:      15716 kB
Active:        8252352 kB
Inactive:      5375860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19059760 kB
SwapTotal:    67111528 kB
SwapFree:     63083184 kB
Dirty:           14228 kB
Writeback:           0 kB
AnonPages:     7710528 kB
Mapped:          17676 kB
Slab:           146604 kB
PageTables:      50844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 92624724 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= 73280 MiB
End job on node141 at 2011-05-16 13:37:39