Trace number 3377118

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 459.764 568.876

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.130-NOTKNOWN.cnf
MD5SUMc7a9573eb59580c8d4fc5a3ca880d541
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark454.45
Satisfiable
(Un)Satisfiability was proved
Number of variables559571
Number of clauses10223027
Sum of the clauses size22253097
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29836450
Number of clauses of size 3365560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 519500

Solver Data

0.00/0.01	c Set FPU double precision.
5.19/10.44	c Parse Cnf success: #var: 559571 #clause: 10223027
5.19/10.44	c Find Units :       1517
6.05/12.12	c Find Invs  :          0
6.55/13.12	c Find Ands  :     182780 AvgFaninNum: 2
6.59/13.25	c Find Xors  :          0 AvgFaninNum: nan
6.59/13.31	c Find Ite   :          0
6.85/13.71	c UnDirect variable: 0
6.85/13.71	c UnDirect to Direct Gate: 0
6.85/13.71	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
6.89/13.84	c Break Cycle : 0
6.89/13.84	c Total Root : 182780 Undef Var: 376791
7.09/14.24	c After covering, Total Root: 182780 Leaf: 184261
7.09/14.24	c Variable( cover/uncovered/unused ): 367041 192530 0
7.09/14.24	c Unit Clauses: 1517
7.09/14.24	c Binary Clauses( cover/uncovered ): 365560 9470890
7.09/14.24	c Clauses( cover/uncovered ): 182780 202280
7.09/14.24	c Total Clauses( cover/uncovered ): 549857 9673170 5.37861%
7.09/14.24	c Covered Ands: 182780 Invs: 0 Xors: 0 Ites: 0
13.30/26.66	c Uncover Clauses avg size: 2.16807 max size: 1408
13.46/26.92	c Final circuit: i/l/o/s  375274       0 9434352  10882116
13.46/26.92	c CnfToAig: Time: 13.48 s
19.39/38.90	c TmMap: Set choices finish.
24.15/44.89	c TmMap: Set big and: 9753305
24.15/44.89	c TmMap: Origin: 11257391 ClauseNum: 32646348 --> New: 10128580 ClauseNum: 30398345
24.15/44.89	c TmMap: Time: 5.62
25.85/46.53	c Try to Add: #clause: 19506610 #xorclause: 0
27.65/48.37	c #var: 694227 #clauses: 494971 Solving... 
459.38/568.52	s UNSATISFIABLE
459.58/568.71	c CPU time: 459.6 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-3377118-1305468251/watcher-3377118-1305468251 -o /tmp/evaluation-result-3377118-1305468251/solver-3377118-1305468251 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377118-1305468251.cnf 1560969294 

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: 7.07 7.88 9.01 8/458 16199
/proc/meminfo: memFree=14513688/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=58792 CPUtime=0.06 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 8400 0 0 0 5 1 0 0 23 0 1 0 658426717 60203008 8336 33554432000 4194304 6014671 140735319800400 18446744073709551615 270613110528 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 14698 8337 377 445 0 8243 0

[startup+0.209961 s]
/proc/loadavg: 7.07 7.88 9.01 8/458 16199
/proc/meminfo: memFree=14513688/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=71080 CPUtime=0.1 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 11155 0 0 0 9 1 0 0 24 0 1 0 658426717 72785920 11091 33554432000 4194304 6014671 140735319800400 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 17770 11091 377 445 0 11315 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 71080

[startup+0.300945 s]
/proc/loadavg: 7.07 7.88 9.01 8/458 16199
/proc/meminfo: memFree=14513688/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=71080 CPUtime=0.15 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 11433 0 0 0 14 1 0 0 24 0 1 0 658426717 72785920 11369 33554432000 4194304 6014671 140735319800400 18446744073709551615 4310496 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 17770 11369 377 445 0 11315 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 71080

[startup+0.400927 s]
/proc/loadavg: 7.07 7.88 9.01 8/458 16199
/proc/meminfo: memFree=14513688/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=81448 CPUtime=0.19 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 13223 0 0 0 18 1 0 0 25 0 1 0 658426717 83402752 13159 33554432000 4194304 6014671 140735319800400 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 20362 13159 377 445 0 13907 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 81448

[startup+0.700876 s]
/proc/loadavg: 7.07 7.88 9.01 8/458 16199
/proc/meminfo: memFree=14513688/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=97832 CPUtime=0.35 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 18071 0 0 0 33 2 0 0 25 0 1 0 658426717 100179968 18007 33554432000 4194304 6014671 140735319800400 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 24458 18007 377 445 0 18003 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 97832

[startup+1.50073 s]
/proc/loadavg: 7.07 7.88 9.01 9/459 16200
/proc/meminfo: memFree=14069388/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=147240 CPUtime=0.75 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 30221 0 0 0 71 4 0 0 25 0 1 0 658426717 150773760 30157 33554432000 4194304 6014671 140735319800400 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 36810 30157 377 445 0 30355 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 147240

[startup+3.10045 s]
/proc/loadavg: 7.15 7.88 9.01 8/459 16200
/proc/meminfo: memFree=13624448/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=245928 CPUtime=1.55 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 54301 0 0 0 147 8 0 0 25 0 1 0 658426717 251830272 54237 33554432000 4194304 6014671 140735319800400 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 61482 54237 377 445 0 55027 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 245928
heavy processes:

[startup+6.30088 s]
/proc/loadavg: 7.15 7.88 9.01 9/459 16200
/proc/meminfo: memFree=13209732/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=443944 CPUtime=3.15 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 102350 0 0 0 299 16 0 0 25 0 1 0 658426717 454598656 102286 33554432000 4194304 6014671 140735319800400 18446744073709551615 4212816 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 110986 102286 377 445 0 104531 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 443944
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 7.12 7.85 8.99 9/459 16200
/proc/meminfo: memFree=12961864/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=838952 CPUtime=6.35 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 206561 0 0 0 605 30 0 0 25 0 1 0 658426717 859086848 190746 33554432000 4194304 6014671 140735319800400 18446744073709551615 4285659 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 209738 190746 382 445 0 203283 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 838952
heavy processes:

[startup+25.5175 s]
/proc/loadavg: 7.10 7.82 8.96 8/459 16201
/proc/meminfo: memFree=12176572/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=1560872 CPUtime=12.77 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 373861 0 0 0 1227 50 0 0 25 0 1 0 658426717 1598332928 358046 33554432000 4194304 6014671 140735319800400 18446744073709551615 4313892 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 390218 358046 398 445 0 383763 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 1560872
heavy processes:

[startup+51.101 s]
/proc/loadavg: 7.12 7.77 8.92 9/459 16201
/proc/meminfo: memFree=8968016/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4278672 CPUtime=30.45 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1017171 0 0 0 2922 123 0 0 25 0 1 0 658426717 4381360128 1001088 33554432000 4194304 6014671 140735319800400 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1069668 1001088 701 445 0 1063213 0
Current children cumulated CPU time (s) 30.45
Current children cumulated vsize (KiB) 4278672
heavy processes:

[startup+102.301 s]
/proc/loadavg: 7.16 7.68 8.82 9/459 16203
/proc/meminfo: memFree=7498820/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4278672 CPUtime=81.65 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1017343 0 0 0 8042 123 0 0 25 0 1 0 658426717 4381360128 1001088 33554432000 4194304 6014671 140735319800400 18446744073709551615 4372168 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1069668 1001088 723 445 0 1063213 0
Current children cumulated CPU time (s) 81.65
Current children cumulated vsize (KiB) 4278672
heavy processes:

[startup+162.3 s]
/proc/loadavg: 7.17 7.59 8.71 8/459 16204
/proc/meminfo: memFree=6696400/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4278672 CPUtime=141.65 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1017343 0 0 0 14042 123 0 0 25 0 1 0 658426717 4381360128 1001088 33554432000 4194304 6014671 140735319800400 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1069668 1001088 723 445 0 1063213 0
Current children cumulated CPU time (s) 141.65
Current children cumulated vsize (KiB) 4278672

[startup+222.301 s]
/proc/loadavg: 7.37 7.57 8.63 8/459 16206
/proc/meminfo: memFree=5887888/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4278672 CPUtime=179.27 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1017344 0 0 0 17804 123 0 0 25 0 1 0 658426717 4381360128 1001089 33554432000 4194304 6014671 140735319800400 18446744073709551615 4372452 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1069668 1001089 724 445 0 1063213 0
Current children cumulated CPU time (s) 179.27
Current children cumulated vsize (KiB) 4278672

[startup+282.301 s]
/proc/loadavg: 7.39 7.54 8.55 8/459 16208
/proc/meminfo: memFree=5559384/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4278672 CPUtime=209.26 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1017348 0 0 0 20803 123 0 0 25 0 1 0 658426717 4381360128 1001093 33554432000 4194304 6014671 140735319800400 18446744073709551615 4666647 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1069668 1001093 728 445 0 1063213 0
Current children cumulated CPU time (s) 209.26
Current children cumulated vsize (KiB) 4278672
heavy processes:

[startup+342.317 s]
/proc/loadavg: 7.30 7.48 8.47 9/459 16209
/proc/meminfo: memFree=5078864/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4278672 CPUtime=239.29 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1064482 0 0 0 23800 129 0 0 25 0 1 0 658426717 4381360128 982265 33554432000 4194304 6014671 140735319800400 18446744073709551615 4372443 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1069668 982265 728 445 0 1063213 0
Current children cumulated CPU time (s) 239.29
Current children cumulated vsize (KiB) 4278672
heavy processes:

[startup+402.301 s]
/proc/loadavg: 7.18 7.41 8.38 9/459 16211
/proc/meminfo: memFree=4417680/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4278672 CPUtime=293.17 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1064634 0 0 0 29188 129 0 0 25 0 1 0 658426717 4381360128 982417 33554432000 4194304 6014671 140735319800400 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1069668 982417 728 445 0 1063213 0
Current children cumulated CPU time (s) 293.17
Current children cumulated vsize (KiB) 4278672
heavy processes:

[startup+462.3 s]
/proc/loadavg: 7.13 7.35 8.30 8/459 16212
/proc/meminfo: memFree=4235256/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4380972 CPUtime=353.17 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1070663 0 0 0 35186 131 0 0 25 0 1 0 658426717 4486115328 988446 33554432000 4194304 6014671 140735319800400 18446744073709551615 4372446 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1095243 988446 728 445 0 1088788 0
Current children cumulated CPU time (s) 353.17
Current children cumulated vsize (KiB) 4380972
heavy processes:

[startup+522.301 s]
/proc/loadavg: 7.11 7.30 8.22 9/459 16214
/proc/meminfo: memFree=3819840/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4732460 CPUtime=413.18 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1137969 0 0 0 41178 140 0 0 25 0 1 0 658426717 4846039040 1055752 33554432000 4194304 6014671 140735319800400 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1183115 1055752 728 445 0 1176660 0
Current children cumulated CPU time (s) 413.18
Current children cumulated vsize (KiB) 4732460
heavy processes:

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

[startup+537.701 s]
/proc/loadavg: 7.16 7.30 8.20 9/459 16214
/proc/meminfo: memFree=3708480/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4732460 CPUtime=428.58 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1139859 0 0 0 42717 141 0 0 25 0 1 0 658426717 4846039040 1057642 33554432000 4194304 6014671 140735319800400 18446744073709551615 4372236 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1183115 1057642 728 445 0 1176660 0
Current children cumulated CPU time (s) 428.58
Current children cumulated vsize (KiB) 4732460

[startup+550.501 s]
/proc/loadavg: 7.13 7.29 8.19 8/459 16215
/proc/meminfo: memFree=3569200/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4732460 CPUtime=441.38 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1140310 0 0 0 43997 141 0 0 25 0 1 0 658426717 4846039040 1058093 33554432000 4194304 6014671 140735319800400 18446744073709551615 4423355 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1183115 1058093 728 445 0 1176660 0
Current children cumulated CPU time (s) 441.38
Current children cumulated vsize (KiB) 4732460

[startup+556.901 s]
/proc/loadavg: 7.11 7.28 8.18 8/459 16215
/proc/meminfo: memFree=3563820/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4732460 CPUtime=447.78 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1140310 0 0 0 44637 141 0 0 25 0 1 0 658426717 4846039040 1058093 33554432000 4194304 6014671 140735319800400 18446744073709551615 4372522 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1183115 1058093 728 445 0 1176660 0
Current children cumulated CPU time (s) 447.78
Current children cumulated vsize (KiB) 4732460

[startup+563.3 s]
/proc/loadavg: 7.18 7.29 8.17 8/459 16215
/proc/meminfo: memFree=3548848/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4732460 CPUtime=454.19 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1140310 0 0 0 45278 141 0 0 25 0 1 0 658426717 4846039040 1058093 33554432000 4194304 6014671 140735319800400 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1183115 1058093 728 445 0 1176660 0
Current children cumulated CPU time (s) 454.19
Current children cumulated vsize (KiB) 4732460

[startup+566.501 s]
/proc/loadavg: 7.18 7.29 8.17 9/459 16215
/proc/meminfo: memFree=3538980/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4732460 CPUtime=457.38 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1140310 0 0 0 45597 141 0 0 25 0 1 0 658426717 4846039040 1058093 33554432000 4194304 6014671 140735319800400 18446744073709551615 4376394 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1183115 1058093 728 445 0 1176660 0
Current children cumulated CPU time (s) 457.38
Current children cumulated vsize (KiB) 4732460

[startup+568.101 s]
/proc/loadavg: 7.17 7.28 8.17 8/459 16215
/proc/meminfo: memFree=3526816/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4732460 CPUtime=458.98 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1140312 0 0 0 45757 141 0 0 25 0 1 0 658426717 4846039040 1058095 33554432000 4194304 6014671 140735319800400 18446744073709551615 4423450 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1183115 1058095 728 445 0 1176660 0
Current children cumulated CPU time (s) 458.98
Current children cumulated vsize (KiB) 4732460

[startup+568.5 s]
/proc/loadavg: 7.17 7.28 8.17 8/459 16215
/proc/meminfo: memFree=3526816/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4732460 CPUtime=459.38 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1140312 0 0 0 45797 141 0 0 25 0 1 0 658426717 4846039040 1057942 33554432000 4194304 6014671 140735319800400 18446744073709551615 4810792 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1183115 1057942 728 445 0 1176660 0
Current children cumulated CPU time (s) 459.38
Current children cumulated vsize (KiB) 4732460

[startup+568.7 s]
/proc/loadavg: 7.17 7.28 8.17 8/459 16215
/proc/meminfo: memFree=3526816/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=4732460 CPUtime=459.58 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202496 1140312 0 0 0 45817 141 0 0 25 0 1 0 658426717 4846039040 1057842 33554432000 4194304 6014671 140735319800400 18446744073709551615 4807841 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/16199/statm: 1183115 1057842 728 445 0 1176660 0
Current children cumulated CPU time (s) 459.58
Current children cumulated vsize (KiB) 4732460

[startup+568.8 s]
/proc/loadavg: 7.17 7.28 8.17 8/459 16215
/proc/meminfo: memFree=5699048/32951124 swapFree=67056812/67111528
[pid=16199] ppid=16197 vsize=0 CPUtime=459.69 cores=5,7
/proc/16199/stat : 16199 (qutersat_releas) R 16197 16199 16139 0 -1 4202500 1140316 0 0 0 45819 150 0 0 25 0 1 0 658426717 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/16199/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 459.69
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 568.876
CPU time (s): 459.764
CPU user time (s): 458.192
CPU system time (s): 1.57176
CPU usage (%): 80.8197
Max. virtual memory (cumulated for all children) (KiB): 4732460

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

runsolver used 2.6526 second user time and 6.31304 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 16:04:18
IDJOB=3377118
IDBENCH=82399
IDSOLVER=1856
FILE ID=node108/3377118-1305468251
RUNJOBID= node108-1305468251-16160
PBS_JOBID= 13325327
Free space on /tmp= 73248 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.130-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377118-1305468251/watcher-3377118-1305468251 -o /tmp/evaluation-result-3377118-1305468251/solver-3377118-1305468251 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377118-1305468251.cnf 1560969294

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1560969294

node108.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.820
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.64
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.820
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.15
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.820
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.820
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.77
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.820
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.82
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.820
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.820
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.820
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14514340 kB
Buffers:        314764 kB
Cached:        5368168 kB
SwapCached:       8692 kB
Active:       13853464 kB
Inactive:      4234816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14514340 kB
SwapTotal:    67111528 kB
SwapFree:     67056812 kB
Dirty:          264948 kB
Writeback:           0 kB
AnonPages:    12401868 kB
Mapped:          40768 kB
Slab:           223928 kB
PageTables:      56576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 113448140 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= 73244 MiB
End job on node108 at 2011-05-15 16:13:47