Trace number 3377184

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) 1013.8 1300.3

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
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 variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.00/0.12	c Set FPU double precision.
0.10/0.48	c Parse Cnf success: #var: 95456 #clause: 477186
0.10/0.48	c Find Units :        211
0.17/0.52	c Find Invs  :        750
0.20/0.65	c Find Ands  :       5250 AvgFaninNum: 14.4286
0.20/0.65	c Find Xors  :          0 AvgFaninNum: nan
0.20/0.65	c Find Ite   :          0
0.20/0.66	c UnDirect variable: 0
0.20/0.66	c UnDirect to Direct Gate: 0
0.20/0.66	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.20/0.66	c Break Cycle : 1026
0.20/0.66	c Total Root : 60 Undef Var: 92672
0.20/0.69	c After covering, Total Root: 591 Leaf: 39667
0.20/0.69	c Variable( cover/uncovered/unused ): 42451 53005 0
0.20/0.69	c Unit Clauses: 211
0.20/0.69	c Binary Clauses( cover/uncovered ): 42804 428121
0.20/0.69	c Clauses( cover/uncovered ): 2784 3266
0.20/0.69	c Total Clauses( cover/uncovered ): 45799 431387 9.59772%
0.20/0.69	c Covered Ands: 2784 Invs: 0 Xors: 0 Ites: 0
0.47/1.10	c Uncover Clauses avg size: 2.33144 max size: 63
0.47/1.11	c Final circuit: i/l/o/s   92551       0  275803    330473
0.47/1.11	c CnfToAig: Time: 0.48 s
0.70/1.67	c TmMap: Set choices finish.
0.89/2.02	c TmMap: Set big and: 261065
0.89/2.02	c TmMap: Origin: 423025 ClauseNum: 991419 --> New: 354179 ClauseNum: 854825
0.89/2.02	c TmMap: Time: 0.2
0.89/2.08	c Try to Add: #clause: 524089 #xorclause: 0
0.99/2.26	c #var: 78375 #clauses: 15684 Solving... 
1013.74/1300.05	c Time Out !!
1013.74/1300.05	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-3377184-1305468251/watcher-3377184-1305468251 -o /tmp/evaluation-result-3377184-1305468251/solver-3377184-1305468251 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377184-1305468251.cnf 1560969294 

running on 2 cores: 1,3

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.08 7.89 9.02 8/448 16182
/proc/meminfo: memFree=16138456/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=10844 CPUtime=0 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4194304 99 0 0 0 0 0 0 0 25 0 1 0 658426077 11104256 55 33554432000 4194304 6014671 140735881404752 18446744073709551615 270608187015 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/16182/statm: 2711 55 42 445 0 68 0

[startup+0.31641 s]
/proc/loadavg: 7.08 7.89 9.02 8/448 16182
/proc/meminfo: memFree=16138456/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=59180 CPUtime=0.09 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 8159 0 0 0 8 1 0 0 24 0 1 0 658426077 60600320 8096 33554432000 4194304 6014671 140735881404752 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 14795 8096 377 445 0 8340 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59180

[startup+0.400398 s]
/proc/loadavg: 7.08 7.89 9.02 8/448 16182
/proc/meminfo: memFree=16138456/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=59180 CPUtime=0.1 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 8166 0 0 0 9 1 0 0 24 0 1 0 658426077 60600320 8103 33554432000 4194304 6014671 140735881404752 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 14795 8103 377 445 0 8340 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 59180

[startup+0.50038 s]
/proc/loadavg: 7.08 7.89 9.02 8/448 16182
/proc/meminfo: memFree=16138456/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=59180 CPUtime=0.17 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 8586 0 0 0 16 1 0 0 24 0 1 0 658426077 60600320 8523 33554432000 4194304 6014671 140735881404752 18446744073709551615 4280846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 14795 8523 381 445 0 8340 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 59180

[startup+0.700344 s]
/proc/loadavg: 7.08 7.89 9.02 8/448 16182
/proc/meminfo: memFree=16138456/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=59180 CPUtime=0.27 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 8607 0 0 0 26 1 0 0 25 0 1 0 658426077 60600320 8544 33554432000 4194304 6014671 140735881404752 18446744073709551615 4269136 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 14795 8544 398 445 0 8340 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 59180

[startup+1.5012 s]
/proc/loadavg: 7.08 7.89 9.02 8/451 16188
/proc/meminfo: memFree=15762092/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=134748 CPUtime=0.67 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 27773 0 0 0 64 3 0 0 25 0 1 0 658426077 137981952 27710 33554432000 4194304 6014671 140735881404752 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 33687 27713 668 445 0 27232 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 134748

[startup+3.10092 s]
/proc/loadavg: 7.08 7.89 9.02 8/456 16194
/proc/meminfo: memFree=15407884/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=193908 CPUtime=1.47 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 41312 0 0 0 143 4 0 0 25 0 1 0 658426077 198561792 41249 33554432000 4194304 6014671 140735881404752 18446744073709551615 4666618 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 48477 41249 701 445 0 42022 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 193908
heavy processes:

[startup+6.30035 s]
/proc/loadavg: 7.07 7.88 9.01 8/456 16194
/proc/meminfo: memFree=14671076/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=265588 CPUtime=3.07 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 55157 0 0 0 301 6 0 0 25 0 1 0 658426077 271962112 55094 33554432000 4194304 6014671 140735881404752 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 66397 55094 701 445 0 59942 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 265588
heavy processes:

[startup+12.7002 s]
/proc/loadavg: 7.15 7.88 9.01 9/459 16200
/proc/meminfo: memFree=13192744/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=691848 CPUtime=9.46 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 136272 0 0 0 931 15 0 0 25 0 1 0 658426077 708452352 136209 33554432000 4194304 6014671 140735881404752 18446744073709551615 4711363 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 172962 136209 711 445 0 166507 0
Current children cumulated CPU time (s) 9.46
Current children cumulated vsize (KiB) 691848
heavy processes:

[startup+25.501 s]
/proc/loadavg: 7.11 7.84 8.97 8/459 16201
/proc/meminfo: memFree=12686336/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=745140 CPUtime=22.28 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 142799 0 0 0 2211 17 0 0 25 0 1 0 658426077 763023360 142701 33554432000 4194304 6014671 140735881404752 18446744073709551615 4424560 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 186285 142701 724 445 0 179830 0
Current children cumulated CPU time (s) 22.28
Current children cumulated vsize (KiB) 745140

[startup+51.1004 s]
/proc/loadavg: 7.14 7.78 8.93 8/459 16201
/proc/meminfo: memFree=9317076/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1152752 CPUtime=47.8 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 215555 0 0 0 4751 29 0 0 25 0 1 0 658426077 1180418048 213802 33554432000 4194304 6014671 140735881404752 18446744073709551615 4372452 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 288188 213802 728 445 0 281733 0
Current children cumulated CPU time (s) 47.8
Current children cumulated vsize (KiB) 1152752

[startup+102.3 s]
/proc/loadavg: 7.17 7.69 8.83 8/459 16203
/proc/meminfo: memFree=8017264/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1333080 CPUtime=83.59 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 243103 0 0 0 8325 34 0 0 25 0 1 0 658426077 1365073920 241350 33554432000 4194304 6014671 140735881404752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 333270 241350 728 445 0 326815 0
Current children cumulated CPU time (s) 83.59
Current children cumulated vsize (KiB) 1333080

[startup+162.301 s]
/proc/loadavg: 7.21 7.61 8.73 8/459 16204
/proc/meminfo: memFree=6797212/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1374552 CPUtime=113.58 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 257478 0 0 0 11320 38 0 0 25 0 1 0 658426077 1407541248 255723 33554432000 4194304 6014671 140735881404752 18446744073709551615 4666546 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 343638 255723 728 445 0 337183 0
Current children cumulated CPU time (s) 113.58
Current children cumulated vsize (KiB) 1374552
heavy processes:

[startup+222.3 s]
/proc/loadavg: 7.34 7.57 8.65 9/459 16206
/proc/meminfo: memFree=6160812/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1505148 CPUtime=162.71 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 268699 0 0 0 16230 41 0 0 25 0 1 0 658426077 1541271552 266944 33554432000 4194304 6014671 140735881404752 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 376287 266944 728 445 0 369832 0
Current children cumulated CPU time (s) 162.71
Current children cumulated vsize (KiB) 1505148
heavy processes:

[startup+282.301 s]
/proc/loadavg: 7.38 7.54 8.57 8/459 16207
/proc/meminfo: memFree=5574888/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1594476 CPUtime=222.71 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 276900 0 0 0 22227 44 0 0 25 0 1 0 658426077 1632743424 275135 33554432000 4194304 6014671 140735881404752 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 398619 275135 728 445 0 392164 0
Current children cumulated CPU time (s) 222.71
Current children cumulated vsize (KiB) 1594476
heavy processes:

[startup+342.301 s]
/proc/loadavg: 7.26 7.48 8.48 8/459 16209
/proc/meminfo: memFree=5450988/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1594476 CPUtime=282.73 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 280722 0 0 0 28227 46 0 0 25 0 1 0 658426077 1632743424 278957 33554432000 4194304 6014671 140735881404752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 398619 278957 728 445 0 392164 0
Current children cumulated CPU time (s) 282.73
Current children cumulated vsize (KiB) 1594476

[startup+402.3 s]
/proc/loadavg: 7.13 7.40 8.39 9/459 16211
/proc/meminfo: memFree=4423136/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1648208 CPUtime=330.15 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 289262 0 0 0 32965 50 0 0 25 0 1 0 658426077 1687764992 287497 33554432000 4194304 6014671 140735881404752 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 412052 287497 728 445 0 405597 0
Current children cumulated CPU time (s) 330.15
Current children cumulated vsize (KiB) 1648208

[startup+462.318 s]
/proc/loadavg: 7.16 7.36 8.31 8/459 16212
/proc/meminfo: memFree=4245920/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1702684 CPUtime=360.14 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 289652 0 0 0 35964 50 0 0 25 0 1 0 658426077 1743548416 287887 33554432000 4194304 6014671 140735881404752 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 425671 287887 728 445 0 419216 0
Current children cumulated CPU time (s) 360.14
Current children cumulated vsize (KiB) 1702684
heavy processes:

[startup+522.301 s]
/proc/loadavg: 7.13 7.31 8.23 9/459 16214
/proc/meminfo: memFree=3841540/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1702684 CPUtime=390.83 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 290699 0 0 0 39033 50 0 0 25 0 1 0 658426077 1743548416 288934 33554432000 4194304 6014671 140735881404752 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 425671 288934 728 445 0 419216 0
Current children cumulated CPU time (s) 390.83
Current children cumulated vsize (KiB) 1702684
heavy processes:

[startup+582.301 s]
/proc/loadavg: 7.15 7.28 8.16 8/459 16242
/proc/meminfo: memFree=7865856/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1702684 CPUtime=424.35 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 299492 0 0 0 42382 53 0 0 25 0 1 0 658426077 1743548416 297724 33554432000 4194304 6014671 140735881404752 18446744073709551615 4566189 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 425671 297724 728 445 0 419216 0
Current children cumulated CPU time (s) 424.35
Current children cumulated vsize (KiB) 1702684
heavy processes:

[startup+642.301 s]
/proc/loadavg: 7.10 7.24 8.09 8/459 16244
/proc/meminfo: memFree=7638080/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1702684 CPUtime=484.36 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 303999 0 0 0 48380 56 0 0 25 0 1 0 658426077 1743548416 302231 33554432000 4194304 6014671 140735881404752 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 425671 302231 728 445 0 419216 0
Current children cumulated CPU time (s) 484.36
Current children cumulated vsize (KiB) 1702684
heavy processes:

[startup+702.3 s]
/proc/loadavg: 7.18 7.24 8.04 8/459 16246
/proc/meminfo: memFree=7479860/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1702684 CPUtime=544.36 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 310355 0 0 0 54378 58 0 0 25 0 1 0 658426077 1743548416 308586 33554432000 4194304 6014671 140735881404752 18446744073709551615 4423332 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 425671 308586 728 445 0 419216 0
Current children cumulated CPU time (s) 544.36
Current children cumulated vsize (KiB) 1702684
heavy processes:

[startup+762.301 s]
/proc/loadavg: 7.37 7.27 7.99 8/459 16247
/proc/meminfo: memFree=7466296/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1702684 CPUtime=604.35 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 311463 0 0 0 60377 58 0 0 25 0 1 0 658426077 1743548416 309657 33554432000 4194304 6014671 140735881404752 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 425671 309657 729 445 0 419216 0
Current children cumulated CPU time (s) 604.35
Current children cumulated vsize (KiB) 1702684
heavy processes:

[startup+822.301 s]
/proc/loadavg: 7.25 7.25 7.94 8/459 16249
/proc/meminfo: memFree=7352880/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1770312 CPUtime=664.36 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 324298 0 0 0 66373 63 0 0 25 0 1 0 658426077 1812799488 322317 33554432000 4194304 6014671 140735881404752 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 442578 322317 729 445 0 436123 0
Current children cumulated CPU time (s) 664.36
Current children cumulated vsize (KiB) 1770312

[startup+882.3 s]
/proc/loadavg: 7.17 7.23 7.89 8/459 16250
/proc/meminfo: memFree=7090196/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1770312 CPUtime=724.36 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 326154 0 0 0 72372 64 0 0 25 0 1 0 658426077 1812799488 324173 33554432000 4194304 6014671 140735881404752 18446744073709551615 4378872 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 442578 324173 729 445 0 436123 0
Current children cumulated CPU time (s) 724.36
Current children cumulated vsize (KiB) 1770312

[startup+942.301 s]
/proc/loadavg: 7.17 7.22 7.84 8/459 16252
/proc/meminfo: memFree=6910812/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1770312 CPUtime=784.36 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 329878 0 0 0 78371 65 0 0 25 0 1 0 658426077 1812799488 326291 33554432000 4194304 6014671 140735881404752 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 442578 326291 729 445 0 436123 0
Current children cumulated CPU time (s) 784.36
Current children cumulated vsize (KiB) 1770312

[startup+1002.3 s]
/proc/loadavg: 7.13 7.19 7.79 8/459 16254
/proc/meminfo: memFree=6848508/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1770312 CPUtime=844.37 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 335410 0 0 0 84370 67 0 0 25 0 1 0 658426077 1812799488 331823 33554432000 4194304 6014671 140735881404752 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 442578 331823 729 445 0 436123 0
Current children cumulated CPU time (s) 844.37
Current children cumulated vsize (KiB) 1770312

[startup+1062.3 s]
/proc/loadavg: 7.05 7.15 7.74 8/459 16255
/proc/meminfo: memFree=6841052/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1770312 CPUtime=894.86 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 337536 0 0 0 89419 67 0 0 25 0 1 0 658426077 1812799488 333944 33554432000 4194304 6014671 140735881404752 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 442578 333944 729 445 0 436123 0
Current children cumulated CPU time (s) 894.86
Current children cumulated vsize (KiB) 1770312

[startup+1122.32 s]
/proc/loadavg: 7.02 7.12 7.69 8/459 16257
/proc/meminfo: memFree=6814044/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1770312 CPUtime=924.89 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 337718 0 0 0 92421 68 0 0 25 0 1 0 658426077 1812799488 334126 33554432000 4194304 6014671 140735881404752 18446744073709551615 4376712 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 442578 334126 729 445 0 436123 0
Current children cumulated CPU time (s) 924.89
Current children cumulated vsize (KiB) 1770312

[startup+1182.3 s]
/proc/loadavg: 7.06 7.11 7.65 8/459 16258
/proc/meminfo: memFree=6795120/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1770312 CPUtime=954.88 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 337725 0 0 0 95420 68 0 0 25 0 1 0 658426077 1812799488 334133 33554432000 4194304 6014671 140735881404752 18446744073709551615 4372452 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 442578 334133 729 445 0 436123 0
Current children cumulated CPU time (s) 954.88
Current children cumulated vsize (KiB) 1770312

[startup+1242.3 s]
/proc/loadavg: 7.15 7.12 7.62 8/459 16260
/proc/meminfo: memFree=6739940/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1770312 CPUtime=984.88 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 337733 0 0 0 98420 68 0 0 25 0 1 0 658426077 1812799488 334141 33554432000 4194304 6014671 140735881404752 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 442578 334141 729 445 0 436123 0
Current children cumulated CPU time (s) 984.88
Current children cumulated vsize (KiB) 1770312
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 7.25 7.14 7.59 8/459 16262
/proc/meminfo: memFree=6717968/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=1770440 CPUtime=1013.74 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4202496 338520 0 0 0 101306 68 0 0 25 0 1 0 658426077 1812930560 334928 33554432000 4194304 6014671 140735881404752 18446744073709551615 4537073 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16182/statm: 442610 334928 729 445 0 436155 0
Current children cumulated CPU time (s) 1013.74
Current children cumulated vsize (KiB) 1770440
heavy processes:

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: 7.25 7.14 7.59 8/459 16262
/proc/meminfo: memFree=6717968/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=0 CPUtime=1013.79 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4194308 338524 0 0 0 101306 73 0 0 25 0 1 0 658426077 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/16182/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1013.79
Current children cumulated vsize (KiB) 0

[startup+1300.3 s]
/proc/loadavg: 7.25 7.14 7.59 8/459 16262
/proc/meminfo: memFree=6717968/32951124 swapFree=67056812/67111528
[pid=16182] ppid=16179 vsize=0 CPUtime=1013.79 cores=1,3
/proc/16182/stat : 16182 (qutersat_releas) R 16179 16182 16139 0 -1 4194308 338524 0 0 0 101306 73 0 0 25 0 1 0 658426077 0 0 33554432000 0 0 0 0 0 0 2147483391 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/16182/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1013.79
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 1300.3
CPU time (s): 1013.8
CPU user time (s): 1013.06
CPU system time (s): 0.739887
CPU usage (%): 77.9666
Max. virtual memory (cumulated for all children) (KiB): 1770440

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

runsolver used 5.66614 second user time and 13.5309 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 16:04:11
IDJOB=3377184
IDBENCH=82390
IDSOLVER=1856
FILE ID=node108/3377184-1305468251
RUNJOBID= node108-1305468251-16159
PBS_JOBID= 13325327
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.025-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377184-1305468251/watcher-3377184-1305468251 -o /tmp/evaluation-result-3377184-1305468251/solver-3377184-1305468251 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377184-1305468251.cnf 1560969294

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
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:      16150508 kB
Buffers:        314516 kB
Cached:        5129608 kB
SwapCached:       8692 kB
Active:       12178288 kB
Inactive:      4286160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16150508 kB
SwapTotal:    67111528 kB
SwapFree:     67056812 kB
Dirty:           26192 kB
Writeback:           0 kB
AnonPages:    11017604 kB
Mapped:          35596 kB
Slab:           214584 kB
PageTables:      53732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 111896644 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= 73428 MiB
End job on node108 at 2011-05-15 16:25:53