Trace number 3377188

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)? (TO) 1300.21 1300.17

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
MD5SUM0385ba51f44fb47d0b0726e26312816f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables171676
Number of clauses858766
Sum of the clauses size2046721
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2847665
Number of clauses of size 32700
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58190

Solver Data

0.00/0.01	c Set FPU double precision.
0.19/0.30	c Parse Cnf success: #var: 171676 #clause: 858766
0.19/0.30	c Find Units :        211
0.29/0.36	c Find Invs  :       1350
0.39/0.43	c Find Ands  :       9450 AvgFaninNum: 14.4286
0.39/0.43	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.43	c Find Ite   :          0
0.39/0.43	c UnDirect variable: 0
0.39/0.43	c UnDirect to Direct Gate: 0
0.39/0.43	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.43	c Break Cycle : 1858
0.39/0.43	c Total Root : 60 Undef Var: 166724
0.39/0.48	c After covering, Total Root: 607 Leaf: 69539
0.39/0.48	c Variable( cover/uncovered/unused ): 74491 97185 0
0.39/0.48	c Unit Clauses: 211
0.39/0.48	c Binary Clauses( cover/uncovered ): 75212 772453
0.39/0.48	c Clauses( cover/uncovered ): 4952 5938
0.39/0.48	c Total Clauses( cover/uncovered ): 80375 778391 9.35936%
0.39/0.48	c Covered Ands: 4952 Invs: 0 Xors: 0 Ites: 0
0.89/0.91	c Uncover Clauses avg size: 2.33292 max size: 63
0.89/0.92	c Final circuit: i/l/o/s  166603       0  613460    771157
0.89/0.92	c CnfToAig: Time: 0.91 s
1.39/1.47	c TmMap: Set choices finish.
1.79/1.82	c TmMap: Set big and: 621873
1.79/1.82	c TmMap: Origin: 937761 ClauseNum: 2313471 --> New: 788712 ClauseNum: 2016480
1.79/1.82	c TmMap: Time: 0.42
1.89/1.95	c Try to Add: #clause: 1244662 #xorclause: 0
2.10/2.14	c #var: 175251 #clauses: 41673 Solving... 
1300.05/1300.01	c Time Out !!
1300.05/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3377188-1305468202/watcher-3377188-1305468202 -o /tmp/evaluation-result-3377188-1305468202/solver-3377188-1305468202 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377188-1305468202.cnf 1631468008 

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: 4.19 5.24 5.87 4/411 24062
/proc/meminfo: memFree=9320616/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=38436 CPUtime=0 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 3213 0 0 0 0 0 0 0 21 0 1 0 658422651 39358464 3149 33554432000 4194304 6014671 140737360344816 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 9609 3149 378 445 0 3154 0

[startup+0.0280451 s]
/proc/loadavg: 4.19 5.24 5.87 4/411 24062
/proc/meminfo: memFree=9320616/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=42532 CPUtime=0.02 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 4245 0 0 0 2 0 0 0 21 0 1 0 658422651 43552768 4181 33554432000 4194304 6014671 140737360344816 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 10633 4183 378 445 0 4178 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 42532

[startup+0.10104 s]
/proc/loadavg: 4.19 5.24 5.87 4/411 24062
/proc/meminfo: memFree=9320616/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=61476 CPUtime=0.09 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 8762 0 0 0 8 1 0 0 21 0 1 0 658422651 62951424 8698 33554432000 4194304 6014671 140737360344816 18446744073709551615 212435707856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 15369 8699 378 445 0 8914 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61476

[startup+0.300997 s]
/proc/loadavg: 4.19 5.24 5.87 4/411 24062
/proc/meminfo: memFree=9320616/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=86180 CPUtime=0.29 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 15047 0 0 0 27 2 0 0 22 0 1 0 658422651 88248320 14983 33554432000 4194304 6014671 140737360344816 18446744073709551615 4281183 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 21545 14983 382 445 0 15090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86180

[startup+0.700924 s]
/proc/loadavg: 4.19 5.24 5.87 4/411 24062
/proc/meminfo: memFree=9320616/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=103836 CPUtime=0.68 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 19150 0 0 0 66 2 0 0 24 0 1 0 658422651 106328064 19086 33554432000 4194304 6014671 140737360344816 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 25959 19086 398 445 0 19504 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 103836

[startup+1.50079 s]
/proc/loadavg: 4.19 5.24 5.87 5/412 24063
/proc/meminfo: memFree=8946636/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=301992 CPUtime=1.49 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 69469 0 0 0 141 8 0 0 25 0 1 0 658422651 309239808 69405 33554432000 4194304 6014671 140737360344816 18446744073709551615 4226037 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 75498 69405 670 445 0 69043 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 301992

[startup+3.10047 s]
/proc/loadavg: 4.19 5.24 5.87 5/412 24063
/proc/meminfo: memFree=8540288/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=374312 CPUtime=3.09 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 85747 0 0 0 299 10 0 0 25 0 1 0 658422651 383295488 85683 33554432000 4194304 6014671 140737360344816 18446744073709551615 4444801 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 93578 85683 701 445 0 87123 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 374312

[startup+6.30088 s]
/proc/loadavg: 4.25 5.23 5.86 5/412 24063
/proc/meminfo: memFree=7977224/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=543272 CPUtime=6.29 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 116513 0 0 0 615 14 0 0 25 0 1 0 658422651 556310528 116446 33554432000 4194304 6014671 140737360344816 18446744073709551615 4444792 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 135818 116446 701 445 0 129363 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 543272

[startup+12.7007 s]
/proc/loadavg: 4.23 5.21 5.85 5/412 24066
/proc/meminfo: memFree=7728480/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=836112 CPUtime=12.69 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 165552 0 0 0 1249 20 0 0 25 0 1 0 658422651 856178688 165485 33554432000 4194304 6014671 140737360344816 18446744073709551615 4711370 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 209028 165485 711 445 0 202573 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 836112

[startup+25.5002 s]
/proc/loadavg: 4.25 5.17 5.83 5/412 24067
/proc/meminfo: memFree=7474784/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=899724 CPUtime=25.49 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 177418 0 0 0 2527 22 0 0 25 0 1 0 658422651 921317376 177351 33554432000 4194304 6014671 140737360344816 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 224931 177351 723 445 0 218476 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 899724

[startup+51.1004 s]
/proc/loadavg: 4.23 5.09 5.78 5/412 24068
/proc/meminfo: memFree=7263476/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=1034048 CPUtime=51.09 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 183100 0 0 0 5087 22 0 0 25 0 1 0 658422651 1058865152 183033 33554432000 4194304 6014671 140737360344816 18446744073709551615 4372082 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 258512 183033 723 445 0 252057 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1034048

[startup+102.315 s]
/proc/loadavg: 4.10 4.92 5.69 5/412 24069
/proc/meminfo: memFree=7038576/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=1060120 CPUtime=102.3 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 194763 0 0 0 10207 23 0 0 25 0 1 0 658422651 1085562880 191594 33554432000 4194304 6014671 140737360344816 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 265030 191594 724 445 0 258575 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1060120

[startup+162.3 s]
/proc/loadavg: 4.03 4.75 5.58 5/412 24071
/proc/meminfo: memFree=5783148/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=2101764 CPUtime=162.29 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 407932 0 0 0 16182 47 0 0 25 0 1 0 658422651 2152206336 404761 33554432000 4194304 6014671 140737360344816 18446744073709551615 4711250 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 525441 404761 728 445 0 518986 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2101764

[startup+222.301 s]
/proc/loadavg: 4.06 4.63 5.48 5/412 24072
/proc/meminfo: memFree=4971768/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=2703620 CPUtime=222.3 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 512781 0 0 0 22170 60 0 0 25 0 1 0 658422651 2768506880 509601 33554432000 4194304 6014671 140737360344816 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 675905 509601 728 445 0 669450 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2703620

[startup+282.301 s]
/proc/loadavg: 4.02 4.51 5.39 5/412 24074
/proc/meminfo: memFree=4036012/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=3183016 CPUtime=282.3 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 608747 0 0 0 28158 72 0 0 25 0 1 0 658422651 3259408384 605551 33554432000 4194304 6014671 140737360344816 18446744073709551615 4372168 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 795754 605551 728 445 0 789299 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 3183016

[startup+342.301 s]
/proc/loadavg: 4.01 4.41 5.30 5/412 24075
/proc/meminfo: memFree=3586848/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=3637520 CPUtime=342.3 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 704853 0 0 0 34147 83 0 0 25 0 1 0 658422651 3724820480 701624 33554432000 4194304 6014671 140737360344816 18446744073709551615 4535385 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 909380 701624 734 445 0 902925 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 3637520

[startup+402.301 s]
/proc/loadavg: 4.00 4.34 5.21 5/412 24077
/proc/meminfo: memFree=3091544/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=3712324 CPUtime=402.31 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 711322 0 0 0 40146 85 0 0 25 0 1 0 658422651 3801419776 708083 33554432000 4194304 6014671 140737360344816 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 928081 708083 729 445 0 921626 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 3712324

[startup+462.3 s]
/proc/loadavg: 4.00 4.27 5.13 5/412 24079
/proc/meminfo: memFree=2778140/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=3972524 CPUtime=462.3 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 776026 0 0 0 46138 92 0 0 25 0 1 0 658422651 4067864576 772786 33554432000 4194304 6014671 140737360344816 18446744073709551615 4413568 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 993131 772786 728 445 0 986676 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3972524

[startup+522.301 s]
/proc/loadavg: 4.13 4.26 5.08 5/412 24080
/proc/meminfo: memFree=2056348/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=4087152 CPUtime=522.3 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 792518 0 0 0 52135 95 0 0 25 0 1 0 658422651 4185243648 789215 33554432000 4194304 6014671 140737360344816 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1021788 789215 728 445 0 1015333 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 4087152

[startup+582.301 s]
/proc/loadavg: 4.13 4.24 5.02 5/412 24082
/proc/meminfo: memFree=1964028/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=4087152 CPUtime=582.31 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 794855 0 0 0 58135 96 0 0 25 0 1 0 658422651 4185243648 788411 33554432000 4194304 6014671 140737360344816 18446744073709551615 4372165 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1021788 788411 728 445 0 1015333 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 4087152

[startup+642.3 s]
/proc/loadavg: 4.09 4.21 4.96 5/412 24083
/proc/meminfo: memFree=1274468/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=4639432 CPUtime=642.33 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 910537 0 0 0 64123 110 0 0 25 0 1 0 658422651 4750778368 904093 33554432000 4194304 6014671 140737360344816 18446744073709551615 4424969 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1159858 904093 728 445 0 1153403 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 4639432

[startup+702.301 s]
/proc/loadavg: 4.11 4.19 4.90 5/412 24085
/proc/meminfo: memFree=829996/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=4699432 CPUtime=702.32 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 927517 0 0 0 70117 115 0 0 25 0 1 0 658422651 4812218368 921073 33554432000 4194304 6014671 140737360344816 18446744073709551615 4372168 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1174858 921073 728 445 0 1168403 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 4699432

[startup+762.316 s]
/proc/loadavg: 4.04 4.15 4.84 5/412 24087
/proc/meminfo: memFree=758784/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=4761300 CPUtime=762.33 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 930936 0 0 0 76118 115 0 0 25 0 1 0 658422651 4875571200 924492 33554432000 4194304 6014671 140737360344816 18446744073709551615 4372109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1190325 924492 728 445 0 1183870 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 4761300

[startup+822.3 s]
/proc/loadavg: 4.01 4.12 4.78 6/412 24088
/proc/meminfo: memFree=431436/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=5074552 CPUtime=822.32 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 1007505 0 0 0 82107 125 0 0 25 0 1 0 658422651 5196341248 1001051 33554432000 4194304 6014671 140737360344816 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1268638 1001051 728 445 0 1262183 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 5074552

[startup+882.301 s]
/proc/loadavg: 4.00 4.10 4.73 5/412 24090
/proc/meminfo: memFree=293416/32951124 swapFree=57331808/67111528
[pid=24062] ppid=24060 vsize=5213084 CPUtime=882.32 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 1023822 0 0 0 88104 128 0 0 25 0 1 0 658422651 5338198016 1017368 33554432000 4194304 6014671 140737360344816 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1303271 1017368 728 445 0 1296816 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 5213084

[startup+942.3 s]
/proc/loadavg: 4.00 4.08 4.68 5/412 24091
/proc/meminfo: memFree=95312/32951124 swapFree=57045236/67111528
[pid=24062] ppid=24060 vsize=5286428 CPUtime=942.33 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 1031853 0 0 0 94103 130 0 0 25 0 1 0 658422651 5413302272 1025399 33554432000 4194304 6014671 140737360344816 18446744073709551615 4376404 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1321607 1025399 728 445 0 1315152 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 5286428

[startup+1002.3 s]
/proc/loadavg: 4.10 4.09 4.65 5/412 24093
/proc/meminfo: memFree=91972/32951124 swapFree=56917236/67111528
[pid=24062] ppid=24060 vsize=5286428 CPUtime=1002.33 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 1035936 0 0 0 100102 131 0 0 25 0 1 0 658422651 5413302272 1029482 33554432000 4194304 6014671 140737360344816 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1321607 1029482 728 445 0 1315152 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 5286428

[startup+1062.3 s]
/proc/loadavg: 4.15 4.11 4.62 5/412 24095
/proc/meminfo: memFree=91824/32951124 swapFree=56624312/67111528
[pid=24062] ppid=24060 vsize=5494800 CPUtime=1062.33 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 1092317 0 0 0 106095 138 0 0 25 0 1 0 658422651 5626675200 1085863 33554432000 4194304 6014671 140737360344816 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1373700 1085863 729 445 0 1367245 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 5494800

[startup+1122.3 s]
/proc/loadavg: 4.15 4.12 4.59 5/412 24096
/proc/meminfo: memFree=94192/32951124 swapFree=56492764/67111528
[pid=24062] ppid=24060 vsize=5860068 CPUtime=1122.33 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 1122253 0 0 0 112088 145 0 0 25 0 1 0 658422651 6000709632 1115798 33554432000 4194304 6014671 140737360344816 18446744073709551615 4372176 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1465017 1115798 729 445 0 1458562 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 5860068

[startup+1182.3 s]
/proc/loadavg: 4.05 4.10 4.55 5/412 24098
/proc/meminfo: memFree=95288/32951124 swapFree=56433072/67111528
[pid=24062] ppid=24060 vsize=5860068 CPUtime=1182.34 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 1139050 0 0 0 118085 149 0 0 25 0 1 0 658422651 6000709632 1132590 33554432000 4194304 6014671 140737360344816 18446744073709551615 4372224 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1465017 1132590 729 445 0 1458562 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 5860068

[startup+1242.3 s]
/proc/loadavg: 4.14 4.11 4.52 5/412 24099
/proc/meminfo: memFree=107904/32951124 swapFree=56316152/67111528
[pid=24062] ppid=24060 vsize=5860068 CPUtime=1242.34 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 1143126 0 0 0 124084 150 0 0 25 0 1 0 658422651 6000709632 1136474 33554432000 4194304 6014671 140737360344816 18446744073709551615 4378622 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1465017 1136474 729 445 0 1458562 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 5860068



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.09 4.49 5/412 24185
/proc/meminfo: memFree=7090024/32951124 swapFree=56316152/67111528
[pid=24062] ppid=24060 vsize=6122852 CPUtime=1300.05 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4202496 1146155 0 0 0 129854 151 0 0 25 0 1 0 658422651 6269800448 1117206 33554432000 4194304 6014671 140737360344816 18446744073709551615 4423498 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/24062/statm: 1530713 1117206 729 445 0 1524258 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 6122852

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1300.12 s]
/proc/loadavg: 4.13 4.09 4.49 5/412 24185
/proc/meminfo: memFree=7090024/32951124 swapFree=56316152/67111528
[pid=24062] ppid=24060 vsize=0 CPUtime=1300.15 cores=5,7
/proc/24062/stat : 24062 (qutersat_releas) R 24060 24062 23866 0 -1 4194308 1146159 0 0 0 129854 161 0 0 25 0 1 0 658422651 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/24062/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.15
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.17
CPU time (s): 1300.21
CPU user time (s): 1298.55
CPU system time (s): 1.66775
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 6122852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.55
system time used= 1.66775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1146159
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= 9
involuntary context switches= 1123

runsolver used 4.91925 second user time and 11.6642 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 16:03:23
IDJOB=3377188
IDBENCH=82369
IDSOLVER=1856
FILE ID=node102/3377188-1305468202
RUNJOBID= node102-1305468146-23887
PBS_JOBID= 13325323
Free space on /tmp= 73480 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.045-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377188-1305468202/watcher-3377188-1305468202 -o /tmp/evaluation-result-3377188-1305468202/solver-3377188-1305468202 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377188-1305468202.cnf 1631468008

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

MD5SUM BENCH= 0385ba51f44fb47d0b0726e26312816f
RANDOM SEED=1631468008

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9321136 kB
Buffers:         51492 kB
Cached:         924264 kB
SwapCached:      89972 kB
Active:       14033168 kB
Inactive:      9370648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9321136 kB
SwapTotal:    67111528 kB
SwapFree:     57331808 kB
Dirty:          118688 kB
Writeback:           0 kB
AnonPages:    22348628 kB
Mapped:          25416 kB
Slab:            68396 kB
PageTables:      90840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 104218244 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= 73576 MiB
End job on node102 at 2011-05-15 16:25:05