Trace number 3285759

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 489.139 489.235

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.
4.88/4.97	c Parse Cnf success: #var: 559571 #clause: 10223027
4.88/4.97	c Find Units :       1517
5.78/5.83	c Find Invs  :          0
6.18/6.29	c Find Ands  :     182780 AvgFaninNum: 2
6.28/6.31	c Find Xors  :          0 AvgFaninNum: nan
6.28/6.36	c Find Ite   :          0
6.48/6.57	c UnDirect variable: 0
6.48/6.57	c UnDirect to Direct Gate: 0
6.48/6.57	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
6.48/6.60	c Break Cycle : 0
6.48/6.60	c Total Root : 182780 Undef Var: 376791
6.68/6.78	c After covering, Total Root: 182780 Leaf: 184261
6.68/6.78	c Variable( cover/uncovered/unused ): 367041 192530 0
6.68/6.78	c Unit Clauses: 1517
6.68/6.78	c Binary Clauses( cover/uncovered ): 365560 9470890
6.68/6.78	c Clauses( cover/uncovered ): 182780 202280
6.68/6.78	c Total Clauses( cover/uncovered ): 549857 9673170 5.37861%
6.68/6.78	c Covered Ands: 182780 Invs: 0 Xors: 0 Ites: 0
12.77/12.81	c Uncover Clauses avg size: 2.16807 max size: 1408
12.87/12.97	c Final circuit: i/l/o/s  375274       0 9434352  10882116
12.87/12.97	c CnfToAig: Time: 12.94 s
18.65/18.72	c TmMap: Set choices finish.
23.44/23.50	c TmMap: Set big and: 9753305
23.44/23.50	c TmMap: Origin: 11257391 ClauseNum: 32646348 --> New: 10128580 ClauseNum: 30398345
23.44/23.50	c TmMap: Time: 5.57
24.94/25.07	c Try to Add: #clause: 19506610 #xorclause: 0
26.74/26.83	c #var: 694227 #clauses: 494971 Solving... 
488.69/488.86	s UNSATISFIABLE
488.89/489.06	c CPU time: 488.95 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-3285759-1303760813/watcher-3285759-1303760813 -o /tmp/evaluation-result-3285759-1303760813/solver-3285759-1303760813 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3285759-1303760813.cnf 1888048804 

running on 2 cores: 4,6

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: 4.01 3.97 3.36 5/193 15953
/proc/meminfo: memFree=12137456/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=26264 CPUtime=0 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4194304 149 0 0 0 0 0 0 0 23 0 1 0 487680124 26894336 101 33554432000 4194304 6016207 140734009834928 18446744073709551615 246511912368 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/15953/statm: 6566 116 89 445 0 97 0

[startup+0.0347291 s]
/proc/loadavg: 4.01 3.97 3.36 5/193 15953
/proc/meminfo: memFree=12137456/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=50600 CPUtime=0.02 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 6269 0 0 0 2 0 0 0 23 0 1 0 487680124 51814400 6204 33554432000 4194304 6016207 140734009834928 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 12650 6204 379 445 0 6194 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 50600

[startup+0.100718 s]
/proc/loadavg: 4.01 3.97 3.36 5/193 15953
/proc/meminfo: memFree=12137456/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=71080 CPUtime=0.09 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 11158 0 0 0 8 1 0 0 23 0 1 0 487680124 72785920 11093 33554432000 4194304 6016207 140734009834928 18446744073709551615 4309739 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 17770 11093 379 445 0 11314 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 71080

[startup+0.300693 s]
/proc/loadavg: 4.01 3.97 3.36 5/193 15953
/proc/meminfo: memFree=12137456/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=97832 CPUtime=0.29 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 17828 0 0 0 27 2 0 0 25 0 1 0 487680124 100179968 17763 33554432000 4194304 6016207 140734009834928 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 24458 17763 379 445 0 18002 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 97832

[startup+0.700609 s]
/proc/loadavg: 4.01 3.97 3.36 5/193 15953
/proc/meminfo: memFree=12137456/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=147752 CPUtime=0.68 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 30270 0 0 0 64 4 0 0 25 0 1 0 487680124 151298048 30205 33554432000 4194304 6016207 140734009834928 18446744073709551615 4804520 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 36938 30206 379 445 0 30482 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 147752

[startup+1.50044 s]
/proc/loadavg: 4.01 3.97 3.36 5/194 15954
/proc/meminfo: memFree=11823224/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=246568 CPUtime=1.49 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 54680 0 0 0 140 9 0 0 25 0 1 0 487680124 252485632 54615 33554432000 4194304 6016207 140734009834928 18446744073709551615 4312032 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/15953/statm: 61642 54615 379 445 0 55186 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 246568

[startup+3.10019 s]
/proc/loadavg: 4.09 3.99 3.37 5/194 15954
/proc/meminfo: memFree=11520168/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=444456 CPUtime=3.08 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 103205 0 0 0 290 18 0 0 25 0 1 0 487680124 455122944 103140 33554432000 4194304 6016207 140734009834928 18446744073709551615 4794624 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 111114 103140 379 445 0 104658 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 444456

[startup+6.30055 s]
/proc/loadavg: 4.09 3.99 3.37 5/194 15954
/proc/meminfo: memFree=10947544/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=838952 CPUtime=6.28 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 206590 0 0 0 596 32 0 0 25 0 1 0 487680124 859086848 190774 33554432000 4194304 6016207 140734009834928 18446744073709551615 4280757 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/15953/statm: 209738 190774 397 445 0 203282 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 838952

[startup+12.7004 s]
/proc/loadavg: 4.08 3.99 3.38 5/194 15954
/proc/meminfo: memFree=9893268/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=1561384 CPUtime=12.67 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 375936 0 0 0 1217 50 0 0 25 0 1 0 487680124 1598857216 360120 33554432000 4194304 6016207 140734009834928 18446744073709551615 4317043 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 390346 360120 400 445 0 383890 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1561384

[startup+25.5011 s]
/proc/loadavg: 4.06 3.99 3.38 5/194 15954
/proc/meminfo: memFree=6607480/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=4278672 CPUtime=25.44 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1017045 0 0 0 2427 117 0 0 25 0 1 0 487680124 4381360128 1001076 33554432000 4194304 6016207 140734009834928 18446744073709551615 4241928 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1069668 1001076 689 445 0 1063212 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 4278672

[startup+51.1004 s]
/proc/loadavg: 3.96 3.97 3.39 5/194 15983
/proc/meminfo: memFree=6810848/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=4278672 CPUtime=51.01 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1017111 0 0 0 4982 119 0 0 25 0 1 0 487680124 4381360128 913162 33554432000 4194304 6016207 140734009834928 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1069668 913162 724 445 0 1063212 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 4278672

[startup+102.307 s]
/proc/loadavg: 4.07 4.00 3.44 5/194 16011
/proc/meminfo: memFree=4306784/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=4278672 CPUtime=102.19 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1017111 0 0 0 10100 119 0 0 25 0 1 0 487680124 4381360128 913162 33554432000 4194304 6016207 140734009834928 18446744073709551615 4373657 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1069668 913162 724 445 0 1063212 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 4278672

[startup+162.301 s]
/proc/loadavg: 4.19 4.04 3.48 5/194 16013
/proc/meminfo: memFree=3666572/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=4278672 CPUtime=162.18 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1017111 0 0 0 16099 119 0 0 25 0 1 0 487680124 4381360128 913162 33554432000 4194304 6016207 140734009834928 18446744073709551615 4424125 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1069668 913162 724 445 0 1063212 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 4278672

[startup+222.3 s]
/proc/loadavg: 4.07 4.03 3.51 5/194 16015
/proc/meminfo: memFree=434384/32951124 swapFree=67111416/67111528
[pid=15953] ppid=15951 vsize=4278672 CPUtime=222.18 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1017119 0 0 0 22099 119 0 0 25 0 1 0 487680124 4381360128 913170 33554432000 4194304 6016207 140734009834928 18446744073709551615 4554178 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1069668 913170 731 445 0 1063212 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 4278672

[startup+282.3 s]
/proc/loadavg: 4.14 4.06 3.55 5/194 16044
/proc/meminfo: memFree=7354908/32951124 swapFree=67111352/67111528
[pid=15953] ppid=15951 vsize=4278672 CPUtime=282.18 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1039231 0 0 0 28096 122 0 0 25 0 1 0 487680124 4381360128 935282 33554432000 4194304 6016207 140734009834928 18446744073709551615 4640532 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1069668 935282 731 445 0 1063212 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 4278672

[startup+342.3 s]
/proc/loadavg: 4.04 4.04 3.58 6/194 16046
/proc/meminfo: memFree=6825976/32951124 swapFree=67111352/67111528
[pid=15953] ppid=15951 vsize=4278672 CPUtime=342.19 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1071835 0 0 0 34092 127 0 0 25 0 1 0 487680124 4381360128 967886 33554432000 4194304 6016207 140734009834928 18446744073709551615 4668049 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1069668 967892 731 445 0 1063212 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 4278672

[startup+402.3 s]
/proc/loadavg: 4.02 4.03 3.60 5/194 16047
/proc/meminfo: memFree=6262996/32951124 swapFree=67111352/67111528
[pid=15953] ppid=15951 vsize=4670520 CPUtime=402.2 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1154875 0 0 0 40080 140 0 0 25 0 1 0 487680124 4782612480 1050926 33554432000 4194304 6016207 140734009834928 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1167630 1050926 731 445 0 1161174 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 4670520

[startup+462.301 s]
/proc/loadavg: 4.05 4.04 3.63 5/194 16049
/proc/meminfo: memFree=5795796/32951124 swapFree=67111352/67111528
[pid=15953] ppid=15951 vsize=5175672 CPUtime=462.2 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1253473 0 0 0 46068 152 0 0 25 0 1 0 487680124 5299888128 1149509 33554432000 4194304 6016207 140734009834928 18446744073709551615 4536800 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1293918 1149509 732 445 0 1287462 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 5175672

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

[startup+473.5 s]
/proc/loadavg: 4.04 4.04 3.63 5/194 16049
/proc/meminfo: memFree=5766896/32951124 swapFree=67111352/67111528
[pid=15953] ppid=15951 vsize=5177296 CPUtime=473.4 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1255277 0 0 0 47188 152 0 0 25 0 1 0 487680124 5301551104 1151312 33554432000 4194304 6016207 140734009834928 18446744073709551615 4733280 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1294324 1151312 731 445 0 1287868 0
Current children cumulated CPU time (s) 473.4
Current children cumulated vsize (KiB) 5177296

[startup+479.9 s]
/proc/loadavg: 4.04 4.03 3.63 5/194 16049
/proc/meminfo: memFree=5739276/32951124 swapFree=67111352/67111528
[pid=15953] ppid=15951 vsize=5177296 CPUtime=479.79 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1255999 0 0 0 47827 152 0 0 25 0 1 0 487680124 5301551104 1152034 33554432000 4194304 6016207 140734009834928 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1294324 1152034 731 445 0 1287868 0
Current children cumulated CPU time (s) 479.79
Current children cumulated vsize (KiB) 5177296

[startup+483.101 s]
/proc/loadavg: 4.03 4.03 3.64 5/194 16049
/proc/meminfo: memFree=5728488/32951124 swapFree=67111352/67111528
[pid=15953] ppid=15951 vsize=5177296 CPUtime=482.99 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1256402 0 0 0 48147 152 0 0 25 0 1 0 487680124 5301551104 1152437 33554432000 4194304 6016207 140734009834928 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1294324 1152437 731 445 0 1287868 0
Current children cumulated CPU time (s) 482.99
Current children cumulated vsize (KiB) 5177296

[startup+486.301 s]
/proc/loadavg: 4.03 4.03 3.64 4/189 16067
/proc/meminfo: memFree=6290356/32951124 swapFree=67111352/67111528
[pid=15953] ppid=15951 vsize=5177296 CPUtime=486.19 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1256867 0 0 0 48467 152 0 0 25 0 1 0 487680124 5301551104 1152902 33554432000 4194304 6016207 140734009834928 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1294324 1152902 731 445 0 1287868 0
Current children cumulated CPU time (s) 486.19
Current children cumulated vsize (KiB) 5177296

[startup+487.901 s]
/proc/loadavg: 3.95 4.02 3.63 4/188 16067
/proc/meminfo: memFree=6286520/32951124 swapFree=67111352/67111528
[pid=15953] ppid=15951 vsize=5177296 CPUtime=487.79 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1257090 0 0 0 48627 152 0 0 25 0 1 0 487680124 5301551104 1153125 33554432000 4194304 6016207 140734009834928 18446744073709551615 4373679 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1294324 1153125 731 445 0 1287868 0
Current children cumulated CPU time (s) 487.79
Current children cumulated vsize (KiB) 5177296

[startup+488.701 s]
/proc/loadavg: 3.95 4.02 3.63 4/188 16067
/proc/meminfo: memFree=6285404/32951124 swapFree=67111352/67111528
[pid=15953] ppid=15951 vsize=5177296 CPUtime=488.59 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202496 1257157 0 0 0 48707 152 0 0 25 0 1 0 487680124 5301551104 1153192 33554432000 4194304 6016207 140734009834928 18446744073709551615 4812328 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/15953/statm: 1294324 1153192 731 445 0 1287868 0
Current children cumulated CPU time (s) 488.59
Current children cumulated vsize (KiB) 5177296

[startup+489.101 s]
/proc/loadavg: 3.95 4.02 3.63 4/188 16067
/proc/meminfo: memFree=6285404/32951124 swapFree=67111352/67111528
[pid=15953] ppid=15951 vsize=0 CPUtime=488.99 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202500 1257162 0 0 0 48743 156 0 0 25 0 1 0 487680124 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/15953/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 488.99
Current children cumulated vsize (KiB) 0

[startup+489.201 s]
/proc/loadavg: 3.95 4.02 3.63 4/188 16067
/proc/meminfo: memFree=6285404/32951124 swapFree=67111352/67111528
[pid=15953] ppid=15951 vsize=0 CPUtime=489.09 cores=4,6
/proc/15953/stat : 15953 (qutersat_releas) R 15951 15953 15612 0 -1 4202500 1257162 0 0 0 48743 166 0 0 25 0 1 0 487680124 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/15953/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 489.09
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 489.235
CPU time (s): 489.139
CPU user time (s): 487.435
CPU system time (s): 1.70374
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 5177296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 487.435
system time used= 1.70374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1257162
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= 12
involuntary context switches= 4338

runsolver used 0.832873 second user time and 1.83872 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-25 21:46:59
IDJOB=3285759
IDBENCH=82399
IDSOLVER=1607
FILE ID=node134/3285759-1303760813
RUNJOBID= node134-1303759504-15632
PBS_JOBID= 13157124
Free space on /tmp= 70860 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3285759-1303760813/watcher-3285759-1303760813 -o /tmp/evaluation-result-3285759-1303760813/solver-3285759-1303760813 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3285759-1303760813.cnf 1888048804

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1888048804

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:      12137728 kB
Buffers:       2349588 kB
Cached:       11424384 kB
SwapCached:        108 kB
Active:       15652400 kB
Inactive:      4586008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12137728 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:          191012 kB
Writeback:           0 kB
AnonPages:     6463076 kB
Mapped:          20396 kB
Slab:           497752 kB
PageTables:      18548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7494592 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= 70860 MiB
End job on node134 at 2011-04-25 21:55:09