Trace number 3384357

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 381.959 382.009

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 benchmark381.959
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.00	c Set FPU double precision.
4.79/4.81	c Parse Cnf success: #var: 559571 #clause: 10223027
4.79/4.81	c Find Units :       1517
5.59/5.65	c Find Invs  :          0
5.99/6.08	c Find Ands  :     182780 AvgFaninNum: 2
6.09/6.10	c Find Xors  :          0 AvgFaninNum: nan
6.09/6.15	c Find Ite   :          0
6.29/6.35	c UnDirect variable: 0
6.29/6.35	c UnDirect to Direct Gate: 0
6.29/6.35	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
6.29/6.38	c Break Cycle : 0
6.29/6.38	c Total Root : 182780 Undef Var: 376791
6.50/6.55	c After covering, Total Root: 182780 Leaf: 184261
6.50/6.55	c Variable( cover/uncovered/unused ): 367041 192530 0
6.50/6.55	c Unit Clauses: 1517
6.50/6.55	c Binary Clauses( cover/uncovered ): 365560 9470890
6.50/6.55	c Clauses( cover/uncovered ): 182780 202280
6.50/6.55	c Total Clauses( cover/uncovered ): 549857 9673170 5.37861%
6.50/6.55	c Covered Ands: 182780 Invs: 0 Xors: 0 Ites: 0
12.39/12.43	c Uncover Clauses avg size: 2.16807 max size: 1408
12.59/12.60	c Final circuit: i/l/o/s  375274       0 9434352  10882116
12.59/12.60	c CnfToAig: Time: 12.59 s
18.19/18.25	c TmMap: Set choices finish.
22.89/22.92	c TmMap: Set big and: 9753305
22.89/22.92	c TmMap: Origin: 11257391 ClauseNum: 32646348 --> New: 10128580 ClauseNum: 30398345
22.89/22.92	c TmMap: Time: 5.46
24.39/24.46	c Try to Add: #clause: 19506610 #xorclause: 0
26.19/26.20	c #var: 694227 #clauses: 494971 Solving... 
381.54/381.64	s UNSATISFIABLE
381.74/381.84	c CPU time: 381.78 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-3384357-1305545202/watcher-3384357-1305545202 -o /tmp/evaluation-result-3384357-1305545202/solver-3384357-1305545202 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384357-1305545202.cnf 1294791991 

running on 4 cores: 1,3,5,7

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: 1.96 2.00 1.98 2/408 4952
/proc/meminfo: memFree=21136608/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=45480 CPUtime=0 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 2516 0 0 0 0 0 0 0 22 0 1 0 666117880 46571520 2453 33554432000 4194304 6014671 140735416038688 18446744073709551615 4271063 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 11370 2469 370 445 0 4915 0

[startup+0.099913 s]
/proc/loadavg: 1.96 2.00 1.98 2/408 4952
/proc/meminfo: memFree=21136608/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=71592 CPUtime=0.09 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 11283 0 0 0 8 1 0 0 22 0 1 0 666117880 73310208 11220 33554432000 4194304 6014671 140735416038688 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 17898 11220 378 445 0 11443 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 71592

[startup+0.100917 s]
/proc/loadavg: 1.96 2.00 1.98 2/408 4952
/proc/meminfo: memFree=21136608/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=71592 CPUtime=0.09 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 11289 0 0 0 8 1 0 0 22 0 1 0 666117880 73310208 11226 33554432000 4194304 6014671 140735416038688 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 17898 11226 378 445 0 11443 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 71592

[startup+0.300878 s]
/proc/loadavg: 1.96 2.00 1.98 2/408 4952
/proc/meminfo: memFree=21136608/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=98344 CPUtime=0.29 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 18107 0 0 0 27 2 0 0 23 0 1 0 666117880 100704256 18045 33554432000 4194304 6014671 140735416038688 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 24586 18045 378 445 0 18131 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98344

[startup+0.700808 s]
/proc/loadavg: 1.96 2.00 1.98 2/408 4952
/proc/meminfo: memFree=21136608/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=147752 CPUtime=0.69 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 30497 0 0 0 65 4 0 0 25 0 1 0 666117880 151298048 30434 33554432000 4194304 6014671 140735416038688 18446744073709551615 4306114 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 36938 30434 378 445 0 30483 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 147752

[startup+1.50064 s]
/proc/loadavg: 1.96 2.00 1.98 3/409 4953
/proc/meminfo: memFree=20930388/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=246568 CPUtime=1.49 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 55014 0 0 0 142 7 0 0 25 0 1 0 666117880 252485632 54951 33554432000 4194304 6014671 140735416038688 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 61642 54951 378 445 0 55187 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 246568

[startup+3.10035 s]
/proc/loadavg: 1.96 2.00 1.98 3/409 4953
/proc/meminfo: memFree=20752324/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=444584 CPUtime=3.09 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 103855 0 0 0 295 14 0 0 25 0 1 0 666117880 455254016 103792 33554432000 4194304 6014671 140735416038688 18446744073709551615 239476694784 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 111146 103792 378 445 0 104691 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 444584

[startup+6.30073 s]
/proc/loadavg: 1.96 2.00 1.98 3/409 4953
/proc/meminfo: memFree=20378072/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=839464 CPUtime=6.29 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 206713 0 0 0 603 26 0 0 25 0 1 0 666117880 859611136 190899 33554432000 4194304 6014671 140735416038688 18446744073709551615 4263930 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 209866 190899 395 445 0 203411 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 839464

[startup+12.7005 s]
/proc/loadavg: 1.97 2.00 1.98 2/407 4954
/proc/meminfo: memFree=21480084/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=1561384 CPUtime=12.69 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 376418 0 0 0 1225 44 0 0 25 0 1 0 666117880 1598857216 360604 33554432000 4194304 6014671 140735416038688 18446744073709551615 4810627 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 390346 360604 399 445 0 383891 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1561384

[startup+25.501 s]
/proc/loadavg: 1.98 2.00 1.98 3/409 4981
/proc/meminfo: memFree=17880256/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=4279184 CPUtime=25.49 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 1017239 0 0 0 2437 112 0 0 25 0 1 0 666117880 4381884416 1001207 33554432000 4194304 6014671 140735416038688 18446744073709551615 4374594 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 1069796 1001207 693 445 0 1063341 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4279184

[startup+51.1011 s]
/proc/loadavg: 1.98 2.00 1.98 3/409 4982
/proc/meminfo: memFree=17741416/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=4279184 CPUtime=51.09 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 1017363 0 0 0 4997 112 0 0 25 0 1 0 666117880 4381884416 1001240 33554432000 4194304 6014671 140735416038688 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 1069796 1001240 723 445 0 1063341 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 4279184

[startup+102.315 s]
/proc/loadavg: 1.99 2.00 1.98 3/409 5010
/proc/meminfo: memFree=15300496/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=4279184 CPUtime=102.31 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 1017418 0 0 0 10119 112 0 0 25 0 1 0 666117880 4381884416 1001068 33554432000 4194304 6014671 140735416038688 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 1069796 1001068 724 445 0 1063341 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 4279184

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.98 3/409 5012
/proc/meminfo: memFree=15085180/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=4279184 CPUtime=162.29 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 1017568 0 0 0 16117 112 0 0 25 0 1 0 666117880 4381884416 1001218 33554432000 4194304 6014671 140735416038688 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 1069796 1001218 728 445 0 1063341 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 4279184

[startup+222.3 s]
/proc/loadavg: 1.99 2.00 1.98 3/409 5014
/proc/meminfo: memFree=14872004/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=4366728 CPUtime=222.29 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 1064199 0 0 0 22111 118 0 0 25 0 1 0 666117880 4471529472 980925 33554432000 4194304 6014671 140735416038688 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 1091682 980925 728 445 0 1085227 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 4366728

[startup+282.301 s]
/proc/loadavg: 2.06 2.02 1.98 3/409 5015
/proc/meminfo: memFree=14084152/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=4793520 CPUtime=282.29 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 1154093 0 0 0 28100 129 0 0 25 0 1 0 666117880 4908564480 1070819 33554432000 4194304 6014671 140735416038688 18446744073709551615 4731878 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 1198380 1070819 728 445 0 1191925 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 4793520

[startup+342.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/409 5017
/proc/meminfo: memFree=13946968/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=4870872 CPUtime=342.3 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 1162372 0 0 0 34098 132 0 0 25 0 1 0 666117880 4987772928 1079098 33554432000 4194304 6014671 140735416038688 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 1217718 1079098 728 445 0 1211263 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 4870872

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

[startup+358.3 s]
/proc/loadavg: 2.15 2.05 2.00 3/409 5017
/proc/meminfo: memFree=13635836/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=5179800 CPUtime=358.3 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 1231412 0 0 0 35691 139 0 0 25 0 1 0 666117880 5304115200 1148138 33554432000 4194304 6014671 140735416038688 18446744073709551615 4711256 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/4952/statm: 1294950 1148138 728 445 0 1288495 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 5179800

[startup+371.101 s]
/proc/loadavg: 2.12 2.05 2.00 3/409 5018
/proc/meminfo: memFree=13240772/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=5179800 CPUtime=371.04 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 1233526 0 0 0 36965 139 0 0 25 0 1 0 666117880 5304115200 1150252 33554432000 4194304 6014671 140735416038688 18446744073709551615 4731836 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4952/statm: 1294950 1150252 728 445 0 1288495 0
Current children cumulated CPU time (s) 371.04
Current children cumulated vsize (KiB) 5179800

[startup+377.501 s]
/proc/loadavg: 2.10 2.05 2.00 3/409 5018
/proc/meminfo: memFree=13239528/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=5179800 CPUtime=377.44 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 1233847 0 0 0 37605 139 0 0 25 0 1 0 666117880 5304115200 1150573 33554432000 4194304 6014671 140735416038688 18446744073709551615 4371904 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4952/statm: 1294950 1150573 728 445 0 1288495 0
Current children cumulated CPU time (s) 377.44
Current children cumulated vsize (KiB) 5179800

[startup+379.1 s]
/proc/loadavg: 2.10 2.05 2.00 3/409 5018
/proc/meminfo: memFree=13238908/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=5179800 CPUtime=379.04 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 1234027 0 0 0 37765 139 0 0 25 0 1 0 666117880 5304115200 1150753 33554432000 4194304 6014671 140735416038688 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4952/statm: 1294950 1150753 728 445 0 1288495 0
Current children cumulated CPU time (s) 379.04
Current children cumulated vsize (KiB) 5179800

[startup+380.701 s]
/proc/loadavg: 2.10 2.05 2.00 3/409 5018
/proc/meminfo: memFree=13238040/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=5179800 CPUtime=380.64 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 1234174 0 0 0 37925 139 0 0 25 0 1 0 666117880 5304115200 1150900 33554432000 4194304 6014671 140735416038688 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4952/statm: 1294950 1150900 728 445 0 1288495 0
Current children cumulated CPU time (s) 380.64
Current children cumulated vsize (KiB) 5179800

[startup+381.501 s]
/proc/loadavg: 2.10 2.05 2.00 3/409 5018
/proc/meminfo: memFree=13238040/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=5179800 CPUtime=381.44 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202496 1234206 0 0 0 38005 139 0 0 25 0 1 0 666117880 5304115200 1150932 33554432000 4194304 6014671 140735416038688 18446744073709551615 4810792 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/4952/statm: 1294950 1150932 728 445 0 1288495 0
Current children cumulated CPU time (s) 381.44
Current children cumulated vsize (KiB) 5179800

[startup+381.901 s]
/proc/loadavg: 2.10 2.05 2.00 3/409 5018
/proc/meminfo: memFree=13238412/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=0 CPUtime=381.84 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202500 1234210 0 0 0 38039 145 0 0 25 0 1 0 666117880 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 3 0 0 0
/proc/4952/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 381.84
Current children cumulated vsize (KiB) 0

[startup+382.001 s]
/proc/loadavg: 2.10 2.05 2.00 3/409 5018
/proc/meminfo: memFree=13238412/32950928 swapFree=67056568/67111528
[pid=4952] ppid=4950 vsize=0 CPUtime=381.94 cores=1,3,5,7
/proc/4952/stat : 4952 (qutersat_releas) R 4950 4952 4710 0 -1 4202500 1234210 0 0 0 38039 155 0 0 25 0 1 0 666117880 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 3 0 0 0
/proc/4952/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 381.94
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 382.009
CPU time (s): 381.959
CPU user time (s): 380.395
CPU system time (s): 1.56376
CPU usage (%): 99.9869
Max. virtual memory (cumulated for all children) (KiB): 5179800

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

runsolver used 1.44378 second user time and 3.67444 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-16 13:26:48
IDJOB=3384357
IDBENCH=82399
IDSOLVER=1868
FILE ID=node148/3384357-1305545202
RUNJOBID= node148-1305540196-4729
PBS_JOBID= 13329205
Free space on /tmp= 72736 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-3384357-1305545202/watcher-3384357-1305545202 -o /tmp/evaluation-result-3384357-1305545202/solver-3384357-1305545202 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384357-1305545202.cnf 1294791991

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

MD5SUM BENCH= c7a9573eb59580c8d4fc5a3ca880d541
RANDOM SEED=1294791991

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.75
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.854
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.854
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.854
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.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21136888 kB
Buffers:        348680 kB
Cached:        5152116 kB
SwapCached:       8488 kB
Active:        8218568 kB
Inactive:      3233500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21136888 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:          187124 kB
Writeback:           0 kB
AnonPages:     5948744 kB
Mapped:          34156 kB
Slab:           255456 kB
PageTables:      40692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 107457140 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= 72624 MiB
End job on node148 at 2011-05-16 13:33:10