Trace number 3285115

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 648.486 648.487

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark603.823
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

Solver Data

0.00/0.00	c Set FPU double precision.
4.48/4.56	c Parse Cnf success: #var: 489685 #clause: 8779920
4.48/4.56	c Find Units :       1440
5.19/5.26	c Find Invs  :          0
5.59/5.66	c Find Ands  :     159840 AvgFaninNum: 2
5.59/5.68	c Find Xors  :          0 AvgFaninNum: nan
5.69/5.72	c Find Ite   :          0
5.80/5.90	c UnDirect variable: 0
5.80/5.90	c UnDirect to Direct Gate: 0
5.80/5.90	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
5.90/5.92	c Break Cycle : 0
5.90/5.92	c Total Root : 159840 Undef Var: 329845
5.99/6.09	c After covering, Total Root: 159840 Leaf: 161245
5.99/6.09	c Variable( cover/uncovered/unused ): 321085 168600 0
5.99/6.09	c Unit Clauses: 1440
5.99/6.09	c Binary Clauses( cover/uncovered ): 319680 8121600
5.99/6.09	c Clauses( cover/uncovered ): 159840 177360
5.99/6.09	c Total Clauses( cover/uncovered ): 480960 8298960 5.47795%
5.99/6.09	c Covered Ands: 159840 Invs: 0 Xors: 0 Ites: 0
11.59/11.63	c Uncover Clauses avg size: 2.17126 max size: 1334
11.69/11.76	c Final circuit: i/l/o/s  328405       0 8073967   9260162
11.69/11.76	c CnfToAig: Time: 11.76 s
16.59/16.65	c TmMap: Set choices finish.
20.79/20.80	c TmMap: Set big and: 8301328
20.79/20.80	c TmMap: Origin: 9588568 ClauseNum: 27780486 --> New: 8629734 ClauseNum: 25868383
20.79/20.80	c TmMap: Time: 4.86
22.19/22.21	c Try to Add: #clause: 16602656 #xorclause: 0
23.69/23.72	c #var: 555766 #clauses: 383518 Solving... 
648.09/648.14	s UNSATISFIABLE
648.30/648.31	c CPU time: 648.31 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-3285115-1303760076/watcher-3285115-1303760076 -o /tmp/evaluation-result-3285115-1303760076/solver-3285115-1303760076 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3285115-1303760076.cnf 992641086 

running on 2 cores: 5,7

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.93 3.46 2.61 5/193 15824
/proc/meminfo: memFree=14775600/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=43844 CPUtime=0 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 2482 0 0 0 0 0 0 0 23 0 1 0 487606369 44896256 2416 33554432000 4194304 6016207 140735257704208 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 10961 2429 372 445 0 4505 0

[startup+0.0942269 s]
/proc/loadavg: 3.93 3.46 2.61 5/193 15824
/proc/meminfo: memFree=14775600/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=61252 CPUtime=0.08 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 8696 0 0 0 8 0 0 0 23 0 1 0 487606369 62722048 8630 33554432000 4194304 6016207 140735257704208 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 15313 8630 379 445 0 8857 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61252

[startup+0.100228 s]
/proc/loadavg: 3.93 3.46 2.61 5/193 15824
/proc/meminfo: memFree=14775600/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=69444 CPUtime=0.09 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 10755 0 0 0 8 1 0 0 23 0 1 0 487606369 71110656 10689 33554432000 4194304 6016207 140735257704208 18446744073709551615 4309779 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 17361 10689 379 445 0 10905 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 69444

[startup+0.30019 s]
/proc/loadavg: 3.93 3.46 2.61 5/193 15824
/proc/meminfo: memFree=14775600/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=94148 CPUtime=0.29 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 16878 0 0 0 27 2 0 0 24 0 1 0 487606369 96407552 16812 33554432000 4194304 6016207 140735257704208 18446744073709551615 4279087 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 23537 16812 379 445 0 17081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94148

[startup+0.701119 s]
/proc/loadavg: 3.93 3.46 2.61 5/193 15824
/proc/meminfo: memFree=14775600/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=143556 CPUtime=0.69 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 29035 0 0 0 66 3 0 0 25 0 1 0 487606369 147001344 28969 33554432000 4194304 6016207 140735257704208 18446744073709551615 4301120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 35889 28969 379 445 0 29433 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 143556

[startup+2.38881 s]
/proc/loadavg: 3.93 3.46 2.61 5/193 15824
/proc/meminfo: memFree=14775600/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=439748 CPUtime=2.38 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 96895 0 0 0 227 11 0 0 25 0 1 0 487606369 450301952 96829 33554432000 4194304 6016207 140735257704208 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 109937 96829 379 445 0 103481 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 439748

[startup+3.10069 s]
/proc/loadavg: 3.93 3.46 2.61 5/194 15825
/proc/meminfo: memFree=14383756/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=440260 CPUtime=3.09 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 101384 0 0 0 296 13 0 0 25 0 1 0 487606369 450826240 101318 33554432000 4194304 6016207 140735257704208 18446744073709551615 4812843 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 110065 101319 379 445 0 103609 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 440260

[startup+6.3011 s]
/proc/loadavg: 3.93 3.47 2.61 5/194 15825
/proc/meminfo: memFree=14080164/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=835012 CPUtime=6.29 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 196627 0 0 0 603 26 0 0 25 0 1 0 487606369 855052288 181518 33554432000 4194304 6016207 140735257704208 18446744073709551615 4337633 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 208753 181518 400 445 0 202297 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 835012

[startup+12.7009 s]
/proc/loadavg: 3.94 3.48 2.62 5/194 15825
/proc/meminfo: memFree=12692364/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=2232676 CPUtime=12.69 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 535682 0 0 0 1207 62 0 0 25 0 1 0 487606369 2286260224 520573 33554432000 4194304 6016207 140735257704208 18446744073709551615 4259008 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 558169 520573 670 445 0 551713 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2232676

[startup+25.5006 s]
/proc/loadavg: 3.95 3.50 2.64 5/194 15826
/proc/meminfo: memFree=11306996/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=3795076 CPUtime=25.49 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 892557 0 0 0 2452 97 0 0 25 0 1 0 487606369 3886157824 865218 33554432000 4194304 6016207 140735257704208 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 948769 865218 700 445 0 942313 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3795076

[startup+51.1009 s]
/proc/loadavg: 3.97 3.54 2.68 5/194 15826
/proc/meminfo: memFree=11289136/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=3795076 CPUtime=51.08 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 892635 0 0 0 5011 97 0 0 25 0 1 0 487606369 3886157824 865243 33554432000 4194304 6016207 140735257704208 18446744073709551615 4373923 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 948769 865243 724 445 0 942313 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 3795076

[startup+102.301 s]
/proc/loadavg: 3.98 3.61 2.74 5/194 15855
/proc/meminfo: memFree=12715228/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=3795076 CPUtime=102.28 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 892836 0 0 0 10131 97 0 0 25 0 1 0 487606369 3886157824 865217 33554432000 4194304 6016207 140735257704208 18446744073709551615 4424226 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 948769 865217 731 445 0 942313 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 3795076

[startup+162.301 s]
/proc/loadavg: 4.03 3.69 2.83 5/194 15856
/proc/meminfo: memFree=12343184/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=3795076 CPUtime=162.28 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 936811 0 0 0 16127 101 0 0 25 0 1 0 487606369 3886157824 843656 33554432000 4194304 6016207 140735257704208 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 948769 843656 731 445 0 942313 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 3795076

[startup+222.301 s]
/proc/loadavg: 4.01 3.75 2.90 5/194 15858
/proc/meminfo: memFree=11654040/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=4086180 CPUtime=222.28 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 993403 0 0 0 22119 109 0 0 25 0 1 0 487606369 4184248320 900248 33554432000 4194304 6016207 140735257704208 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 1021545 900248 731 445 0 1015089 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 4086180

[startup+282.301 s]
/proc/loadavg: 4.00 3.79 2.96 5/194 15859
/proc/meminfo: memFree=11174656/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=4368840 CPUtime=282.28 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 1036416 0 0 0 28114 114 0 0 25 0 1 0 487606369 4473692160 943261 33554432000 4194304 6016207 140735257704208 18446744073709551615 4380352 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 1092210 943261 731 445 0 1085754 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 4368840

[startup+342.301 s]
/proc/loadavg: 4.00 3.83 3.02 5/194 15861
/proc/meminfo: memFree=10608192/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=4791544 CPUtime=342.28 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 1116374 0 0 0 34104 124 0 0 25 0 1 0 487606369 4906541056 1023219 33554432000 4194304 6016207 140735257704208 18446744073709551615 4424303 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 1197886 1023219 731 445 0 1191430 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 4791544

[startup+402.301 s]
/proc/loadavg: 4.06 3.87 3.09 5/194 15863
/proc/meminfo: memFree=10100276/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=5147904 CPUtime=402.28 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 1185522 0 0 0 40092 136 0 0 25 0 1 0 487606369 5271453696 1092367 33554432000 4194304 6016207 140735257704208 18446744073709551615 4424909 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 1286976 1092367 731 445 0 1280520 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 5147904

[startup+462.301 s]
/proc/loadavg: 4.09 3.91 3.15 5/194 15864
/proc/meminfo: memFree=9863808/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=5195992 CPUtime=462.3 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 1196582 0 0 0 46092 138 0 0 25 0 1 0 487606369 5320695808 1103427 33554432000 4194304 6016207 140735257704208 18446744073709551615 4377969 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 1298998 1103427 731 445 0 1292542 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 5195992

[startup+522.301 s]
/proc/loadavg: 4.03 3.92 3.20 5/194 15866
/proc/meminfo: memFree=9800172/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=5270668 CPUtime=522.29 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 1200944 0 0 0 52090 139 0 0 25 0 1 0 487606369 5397164032 1107789 33554432000 4194304 6016207 140735257704208 18446744073709551615 4425075 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 1317667 1107789 731 445 0 1311211 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 5270668

[startup+582.307 s]
/proc/loadavg: 4.08 3.95 3.25 5/194 15867
/proc/meminfo: memFree=9481216/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=5602872 CPUtime=582.29 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 1271269 0 0 0 58079 150 0 0 25 0 1 0 487606369 5737340928 1178114 33554432000 4194304 6016207 140735257704208 18446744073709551615 4385036 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 1400718 1178114 731 445 0 1394262 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 5602872

[startup+642.3 s]
/proc/loadavg: 4.07 3.97 3.30 5/194 15869
/proc/meminfo: memFree=9342204/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=5698160 CPUtime=642.29 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 1278491 0 0 0 64076 153 0 0 25 0 1 0 487606369 5834915840 1185275 33554432000 4194304 6016207 140735257704208 18446744073709551615 4379380 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 1424540 1185275 731 445 0 1418084 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 5698160

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

[startup+644.601 s]
/proc/loadavg: 4.07 3.97 3.30 5/194 15869
/proc/meminfo: memFree=9340592/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=5698160 CPUtime=644.59 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 1278729 0 0 0 64306 153 0 0 25 0 1 0 487606369 5834915840 1185513 33554432000 4194304 6016207 140735257704208 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 1424540 1185513 731 445 0 1418084 0
Current children cumulated CPU time (s) 644.59
Current children cumulated vsize (KiB) 5698160

[startup+646.201 s]
/proc/loadavg: 4.06 3.97 3.30 5/194 15869
/proc/meminfo: memFree=9338480/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=5698160 CPUtime=646.19 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 1278851 0 0 0 64466 153 0 0 25 0 1 0 487606369 5834915840 1185635 33554432000 4194304 6016207 140735257704208 18446744073709551615 4424928 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 1424540 1185635 731 445 0 1418084 0
Current children cumulated CPU time (s) 646.19
Current children cumulated vsize (KiB) 5698160

[startup+647.8 s]
/proc/loadavg: 4.06 3.97 3.30 5/194 15869
/proc/meminfo: memFree=9337364/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=5698160 CPUtime=647.79 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 1278938 0 0 0 64626 153 0 0 25 0 1 0 487606369 5834915840 1185722 33554432000 4194304 6016207 140735257704208 18446744073709551615 4424188 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 1424540 1185722 731 445 0 1418084 0
Current children cumulated CPU time (s) 647.79
Current children cumulated vsize (KiB) 5698160

[startup+648.201 s]
/proc/loadavg: 4.06 3.97 3.30 5/194 15869
/proc/meminfo: memFree=9340952/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=5698160 CPUtime=648.2 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202496 1278942 0 0 0 64667 153 0 0 25 0 1 0 487606369 5834915840 1184573 33554432000 4194304 6016207 140735257704208 18446744073709551615 4780396 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/15824/statm: 1424540 1184573 731 445 0 1418084 0
Current children cumulated CPU time (s) 648.2
Current children cumulated vsize (KiB) 5698160

[startup+648.401 s]
/proc/loadavg: 4.06 3.97 3.30 5/194 15869
/proc/meminfo: memFree=9340952/32951124 swapFree=67111416/67111528
[pid=15824] ppid=15822 vsize=0 CPUtime=648.4 cores=5,7
/proc/15824/stat : 15824 (qutersat_releas) R 15822 15824 15612 0 -1 4202500 1278947 0 0 0 64678 162 0 0 25 0 1 0 487606369 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/15824/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 648.4
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 648.487
CPU time (s): 648.486
CPU user time (s): 646.782
CPU system time (s): 1.70474
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 5698160

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

runsolver used 1.04384 second user time and 2.49362 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-25 21:34:42
IDJOB=3285115
IDBENCH=82371
IDSOLVER=1607
FILE ID=node134/3285115-1303760076
RUNJOBID= node134-1303759504-15634
PBS_JOBID= 13157124
Free space on /tmp= 70852 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285115-1303760076/watcher-3285115-1303760076 -o /tmp/evaluation-result-3285115-1303760076/solver-3285115-1303760076 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3285115-1303760076.cnf 992641086

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

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=992641086

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:      14775872 kB
Buffers:       2349308 kB
Cached:       11394576 kB
SwapCached:        108 kB
Active:       13060236 kB
Inactive:      4549904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14775872 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:          160880 kB
Writeback:           0 kB
AnonPages:     3865496 kB
Mapped:          20328 kB
Slab:           493152 kB
PageTables:      13684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4884564 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= 70852 MiB
End job on node134 at 2011-04-25 21:45:30