Trace number 3384349

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) 5000.09 4999.97

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
MD5SUM3c5c73741ba21d5f39c7f436ba834743
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 clauses483561
Sum of the clauses size1149911
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2477300
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.00	c Set FPU double precision.
0.09/0.14	c Parse Cnf success: #var: 95456 #clause: 483561
0.09/0.14	c Find Units :        211
0.09/0.17	c Find Invs  :        750
0.19/0.20	c Find Ands  :       5250 AvgFaninNum: 14.4286
0.19/0.20	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.20	c Find Ite   :          0
0.19/0.21	c UnDirect variable: 0
0.19/0.21	c UnDirect to Direct Gate: 0
0.19/0.21	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.19/0.21	c Break Cycle : 1026
0.19/0.21	c Total Root : 60 Undef Var: 92672
0.19/0.23	c After covering, Total Root: 591 Leaf: 39667
0.19/0.23	c Variable( cover/uncovered/unused ): 42451 53005 0
0.19/0.23	c Unit Clauses: 211
0.19/0.23	c Binary Clauses( cover/uncovered ): 42804 434496
0.19/0.23	c Clauses( cover/uncovered ): 2784 3266
0.19/0.23	c Total Clauses( cover/uncovered ): 45799 437762 9.47119%
0.19/0.23	c Covered Ands: 2784 Invs: 0 Xors: 0 Ites: 0
0.39/0.44	c Uncover Clauses avg size: 2.32662 max size: 63
0.39/0.45	c Final circuit: i/l/o/s   92551       0  281693    336363
0.39/0.45	c CnfToAig: Time: 0.44 s
0.69/0.71	c TmMap: Set choices finish.
0.79/0.86	c TmMap: Set big and: 267060
0.79/0.86	c TmMap: Origin: 428915 ClauseNum: 1009089 --> New: 360121 ClauseNum: 872543
0.79/0.86	c TmMap: Time: 0.18
0.89/0.92	c Try to Add: #clause: 535868 #xorclause: 0
0.89/1.00	c #var: 78427 #clauses: 15583 Solving... 
5000.02/4999.91	c Time Out !!
5000.02/4999.91	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-3384349-1305545200/watcher-3384349-1305545200 -o /tmp/evaluation-result-3384349-1305545200/solver-3384349-1305545200 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384349-1305545200.cnf 590367528 

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.92 1.99 1.95 2/301 14846
/proc/meminfo: memFree=20940424/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=34604 CPUtime=0 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 2324 0 0 0 0 0 0 0 21 0 1 0 646935924 35434496 2260 33554432000 4194304 6014671 140735229598784 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 8651 2261 378 445 0 2196 0

[startup+0.0276619 s]
/proc/loadavg: 1.92 1.99 1.95 2/301 14846
/proc/meminfo: memFree=20940424/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=40748 CPUtime=0.02 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 3830 0 0 0 2 0 0 0 21 0 1 0 646935924 41725952 3766 33554432000 4194304 6014671 140735229598784 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 10187 3767 378 445 0 3732 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 40748

[startup+0.100666 s]
/proc/loadavg: 1.92 1.99 1.95 2/301 14846
/proc/meminfo: memFree=20940424/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=59180 CPUtime=0.09 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 8245 0 0 0 8 1 0 0 21 0 1 0 646935924 60600320 8181 33554432000 4194304 6014671 140735229598784 18446744073709551615 220816236288 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 14795 8181 378 445 0 8340 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59180

[startup+0.300612 s]
/proc/loadavg: 1.92 1.99 1.95 2/301 14846
/proc/meminfo: memFree=20940424/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=59180 CPUtime=0.29 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 8620 0 0 0 28 1 0 0 22 0 1 0 646935924 60600320 8556 33554432000 4194304 6014671 140735229598784 18446744073709551615 4276303 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 14795 8556 398 445 0 8340 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59180

[startup+0.700545 s]
/proc/loadavg: 1.92 1.99 1.95 2/301 14846
/proc/meminfo: memFree=20940424/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=159316 CPUtime=0.69 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 33806 0 0 0 66 3 0 0 24 0 1 0 646935924 163139584 33742 33554432000 4194304 6014671 140735229598784 18446744073709551615 4230048 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 39829 33742 669 445 0 33374 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 159316

[startup+1.50039 s]
/proc/loadavg: 1.92 1.99 1.95 3/302 14847
/proc/meminfo: memFree=20775376/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=195668 CPUtime=1.49 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 41818 0 0 0 146 3 0 0 25 0 1 0 646935924 200364032 41754 33554432000 4194304 6014671 140735229598784 18446744073709551615 4423459 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 48917 41754 701 445 0 42462 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 195668

[startup+3.1011 s]
/proc/loadavg: 1.92 1.99 1.95 4/302 14847
/proc/meminfo: memFree=20767068/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=293972 CPUtime=3.09 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 60763 0 0 0 304 5 0 0 25 0 1 0 646935924 301027328 60699 33554432000 4194304 6014671 140735229598784 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 73493 60699 701 445 0 67038 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 293972

[startup+6.30051 s]
/proc/loadavg: 1.93 1.99 1.95 3/302 14847
/proc/meminfo: memFree=20544436/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=579156 CPUtime=6.29 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 114496 0 0 0 618 11 0 0 25 0 1 0 646935924 593055744 114432 33554432000 4194304 6014671 140735229598784 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 144789 114432 701 445 0 138334 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 579156

[startup+12.7003 s]
/proc/loadavg: 1.93 1.99 1.95 3/302 14847
/proc/meminfo: memFree=20364376/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=705512 CPUtime=12.69 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 139617 0 0 0 1256 13 0 0 25 0 1 0 646935924 722444288 139550 33554432000 4194304 6014671 140735229598784 18446744073709551615 4372463 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 176378 139550 723 445 0 169923 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 705512

[startup+25.501 s]
/proc/loadavg: 1.87 1.97 1.94 3/299 14869
/proc/meminfo: memFree=21145916/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=749388 CPUtime=25.49 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 146528 0 0 0 2535 14 0 0 25 0 1 0 646935924 767373312 146461 33554432000 4194304 6014671 140735229598784 18446744073709551615 4372411 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 187347 146461 724 445 0 180892 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 749388

[startup+51.1002 s]
/proc/loadavg: 1.92 1.97 1.94 4/302 14876
/proc/meminfo: memFree=16638232/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=1285224 CPUtime=51.1 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 245938 0 0 0 5083 27 0 0 25 0 1 0 646935924 1316069376 245871 33554432000 4194304 6014671 140735229598784 18446744073709551615 4529696 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 321306 245871 728 445 0 314851 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 1285224

[startup+102.312 s]
/proc/loadavg: 2.04 1.99 1.95 3/302 14877
/proc/meminfo: memFree=16316124/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=1410548 CPUtime=102.3 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 264095 0 0 0 10201 29 0 0 25 0 1 0 646935924 1444401152 263964 33554432000 4194304 6014671 140735229598784 18446744073709551615 4424336 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 352637 263964 728 445 0 346182 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1410548

[startup+162.301 s]
/proc/loadavg: 2.01 1.99 1.95 3/302 14906
/proc/meminfo: memFree=19962772/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=1498260 CPUtime=162.3 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 275553 0 0 0 16199 31 0 0 25 0 1 0 646935924 1534218240 275107 33554432000 4194304 6014671 140735229598784 18446744073709551615 4666478 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 374565 275107 728 445 0 368110 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1498260

[startup+222.301 s]
/proc/loadavg: 2.08 2.00 1.95 3/302 14935
/proc/meminfo: memFree=19651824/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=1590656 CPUtime=222.3 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 289563 0 0 0 22196 34 0 0 25 0 1 0 646935924 1628831744 289100 33554432000 4194304 6014671 140735229598784 18446744073709551615 4731817 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 397664 289100 728 445 0 391209 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 1590656

[startup+282.301 s]
/proc/loadavg: 2.03 2.00 1.95 3/302 14990
/proc/meminfo: memFree=18653120/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=1590656 CPUtime=282.3 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 290719 0 0 0 28196 34 0 0 25 0 1 0 646935924 1628831744 282948 33554432000 4194304 6014671 140735229598784 18446744073709551615 4666532 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 397664 282948 728 445 0 391209 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1590656

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.95 3/302 15019
/proc/meminfo: memFree=20312800/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=1698824 CPUtime=342.28 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 320930 0 0 0 34189 39 0 0 25 0 1 0 646935924 1739595776 313149 33554432000 4194304 6014671 140735229598784 18446744073709551615 4376392 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 424706 313149 729 445 0 418251 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1698824

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/302 15020
/proc/meminfo: memFree=20235808/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=1698952 CPUtime=402.27 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 329028 0 0 0 40187 40 0 0 25 0 1 0 646935924 1739726848 321246 33554432000 4194304 6014671 140735229598784 18446744073709551615 4372352 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 424738 321246 728 445 0 418283 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 1698952

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/302 15022
/proc/meminfo: memFree=20147160/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=1698952 CPUtime=462.27 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 329517 0 0 0 46187 40 0 0 25 0 1 0 646935924 1739726848 321735 33554432000 4194304 6014671 140735229598784 18446744073709551615 4378782 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 424738 321735 728 445 0 418283 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 1698952

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/302 15024
/proc/meminfo: memFree=20127804/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=1698952 CPUtime=522.27 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 331262 0 0 0 52187 40 0 0 25 0 1 0 646935924 1739726848 323480 33554432000 4194304 6014671 140735229598784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 424738 323480 729 445 0 418283 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 1698952

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 1.96 3/302 15025
/proc/meminfo: memFree=20092692/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=1698952 CPUtime=582.28 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 337017 0 0 0 58186 42 0 0 25 0 1 0 646935924 1739726848 329235 33554432000 4194304 6014671 140735229598784 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 3 0 0 0
/proc/14846/statm: 424738 329235 729 445 0 418283 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 1698952

[startup+642.3 s]

################
# More data... #
################

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/302 15130
/proc/meminfo: memFree=18710256/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4062.39 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428550 0 0 0 406177 62 0 0 25 0 1 0 646935924 2249990144 410433 33554432000 4194304 6014671 140735229598784 18446744073709551615 4372133 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410433 729 445 0 542859 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 2197256

[startup+4122.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/302 15132
/proc/meminfo: memFree=18710340/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4122.38 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428742 0 0 0 412176 62 0 0 25 0 1 0 646935924 2249990144 410625 33554432000 4194304 6014671 140735229598784 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410625 729 445 0 542859 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 2197256

[startup+4182.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/302 15133
/proc/meminfo: memFree=18702976/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4182.39 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428742 0 0 0 418177 62 0 0 25 0 1 0 646935924 2249990144 410625 33554432000 4194304 6014671 140735229598784 18446744073709551615 4378816 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410625 729 445 0 542859 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 2197256

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/302 15135
/proc/meminfo: memFree=18694632/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4242.39 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428749 0 0 0 424177 62 0 0 25 0 1 0 646935924 2249990144 410632 33554432000 4194304 6014671 140735229598784 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410632 729 445 0 542859 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 2197256

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/302 15136
/proc/meminfo: memFree=18694824/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4302.39 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428749 0 0 0 430177 62 0 0 25 0 1 0 646935924 2249990144 410632 33554432000 4194304 6014671 140735229598784 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410632 729 445 0 542859 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 2197256

[startup+4362.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/302 15138
/proc/meminfo: memFree=18694160/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4362.39 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428751 0 0 0 436177 62 0 0 25 0 1 0 646935924 2249990144 410634 33554432000 4194304 6014671 140735229598784 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410634 729 445 0 542859 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 2197256

[startup+4422.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/302 15140
/proc/meminfo: memFree=18672904/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4422.39 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428751 0 0 0 442177 62 0 0 25 0 1 0 646935924 2249990144 410634 33554432000 4194304 6014671 140735229598784 18446744073709551615 4424112 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410634 729 445 0 542859 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 2197256

[startup+4482.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/302 15141
/proc/meminfo: memFree=18672744/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4482.39 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428752 0 0 0 448177 62 0 0 25 0 1 0 646935924 2249990144 410635 33554432000 4194304 6014671 140735229598784 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410635 729 445 0 542859 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 2197256

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/302 15143
/proc/meminfo: memFree=18662396/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4542.39 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428753 0 0 0 454177 62 0 0 25 0 1 0 646935924 2249990144 410636 33554432000 4194304 6014671 140735229598784 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410636 729 445 0 542859 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 2197256

[startup+4602.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/302 15144
/proc/meminfo: memFree=18646976/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4602.4 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428754 0 0 0 460178 62 0 0 25 0 1 0 646935924 2249990144 410637 33554432000 4194304 6014671 140735229598784 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410637 729 445 0 542859 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 2197256

[startup+4662.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/302 15146
/proc/meminfo: memFree=18435632/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4662.4 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428756 0 0 0 466178 62 0 0 25 0 1 0 646935924 2249990144 410639 33554432000 4194304 6014671 140735229598784 18446744073709551615 4424027 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410639 729 445 0 542859 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 2197256

[startup+4722.31 s]
/proc/loadavg: 2.01 2.00 2.00 3/302 15148
/proc/meminfo: memFree=18342332/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4722.41 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428757 0 0 0 472179 62 0 0 25 0 1 0 646935924 2249990144 410640 33554432000 4194304 6014671 140735229598784 18446744073709551615 4424109 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410640 729 445 0 542859 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 2197256

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/302 15149
/proc/meminfo: memFree=18333480/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4782.41 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428759 0 0 0 478178 63 0 0 25 0 1 0 646935924 2249990144 410642 33554432000 4194304 6014671 140735229598784 18446744073709551615 4379362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410642 729 445 0 542859 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 2197256

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/302 15151
/proc/meminfo: memFree=18305900/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4842.41 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428760 0 0 0 484178 63 0 0 25 0 1 0 646935924 2249990144 410643 33554432000 4194304 6014671 140735229598784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410643 729 445 0 542859 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 2197256

[startup+4902.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/302 15152
/proc/meminfo: memFree=18277848/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4902.41 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428760 0 0 0 490178 63 0 0 25 0 1 0 646935924 2249990144 410643 33554432000 4194304 6014671 140735229598784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410643 729 445 0 542859 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 2197256

[startup+4962.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/302 15154
/proc/meminfo: memFree=18277788/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=4962.42 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428762 0 0 0 496179 63 0 0 25 0 1 0 646935924 2249990144 410645 33554432000 4194304 6014671 140735229598784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410645 729 445 0 542859 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 2197256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/302 15155
/proc/meminfo: memFree=18422212/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=5000.02 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428764 0 0 0 499939 63 0 0 25 0 1 0 646935924 2249990144 410647 33554432000 4194304 6014671 140735229598784 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410647 729 445 0 542859 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 2197256

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/302 15155
/proc/meminfo: memFree=18422212/32951124 swapFree=63485424/67111528
[pid=14846] ppid=14844 vsize=2197256 CPUtime=5000.02 cores=1,3,5,7
/proc/14846/stat : 14846 (qutersat_releas) R 14844 14846 14604 0 -1 4202496 428764 0 0 0 499939 63 0 0 25 0 1 0 646935924 2249990144 410647 33554432000 4194304 6014671 140735229598784 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/14846/statm: 549314 410647 729 445 0 542859 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 2197256

Child status: 1
Real time (s): 4999.97
CPU time (s): 5000.09
CPU user time (s): 4999.4
CPU system time (s): 0.688895
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2197256

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

runsolver used 13.085 second user time and 32.4141 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-16 13:26:40
IDJOB=3384349
IDBENCH=82381
IDSOLVER=1868
FILE ID=node147/3384349-1305545200
RUNJOBID= node147-1305540196-14623
PBS_JOBID= 13329206
Free space on /tmp= 73132 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.025-NOTKNOWN.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384349-1305545200/watcher-3384349-1305545200 -o /tmp/evaluation-result-3384349-1305545200/solver-3384349-1305545200 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384349-1305545200.cnf 590367528

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=590367528

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.836
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.76
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.836
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.836
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:      20940696 kB
Buffers:        321708 kB
Cached:        5438496 kB
SwapCached:      13132 kB
Active:        5305712 kB
Inactive:      6455544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20940696 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            9744 kB
Writeback:           0 kB
AnonPages:     5996260 kB
Mapped:          19064 kB
Slab:           151220 kB
PageTables:      34788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 54278216 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= 73128 MiB
End job on node147 at 2011-05-16 14:50:02