Trace number 3377185

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.07 1300.06

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.03	c Set FPU double precision.
0.06/0.18	c Parse Cnf success: #var: 95456 #clause: 483561
0.06/0.18	c Find Units :        211
0.16/0.21	c Find Invs  :        750
0.16/0.25	c Find Ands  :       5250 AvgFaninNum: 14.4286
0.16/0.25	c Find Xors  :          0 AvgFaninNum: nan
0.16/0.25	c Find Ite   :          0
0.16/0.25	c UnDirect variable: 0
0.16/0.25	c UnDirect to Direct Gate: 0
0.16/0.25	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.16/0.25	c Break Cycle : 1026
0.16/0.25	c Total Root : 60 Undef Var: 92672
0.16/0.27	c After covering, Total Root: 591 Leaf: 39667
0.16/0.27	c Variable( cover/uncovered/unused ): 42451 53005 0
0.16/0.27	c Unit Clauses: 211
0.16/0.27	c Binary Clauses( cover/uncovered ): 42804 434496
0.16/0.27	c Clauses( cover/uncovered ): 2784 3266
0.16/0.28	c Total Clauses( cover/uncovered ): 45799 437762 9.47119%
0.16/0.28	c Covered Ands: 2784 Invs: 0 Xors: 0 Ites: 0
0.36/0.49	c Uncover Clauses avg size: 2.32662 max size: 63
0.36/0.49	c Final circuit: i/l/o/s   92551       0  281693    336363
0.36/0.49	c CnfToAig: Time: 0.46 s
0.66/0.75	c TmMap: Set choices finish.
0.86/0.91	c TmMap: Set big and: 267060
0.86/0.91	c TmMap: Origin: 428915 ClauseNum: 1009089 --> New: 360121 ClauseNum: 872543
0.86/0.91	c TmMap: Time: 0.2
0.86/0.97	c Try to Add: #clause: 535868 #xorclause: 0
0.97/1.05	c #var: 78427 #clauses: 15583 Solving... 
1300.00/1300.01	c Time Out !!
1300.00/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-3377185-1305468236/watcher-3377185-1305468236 -o /tmp/evaluation-result-3377185-1305468236/solver-3377185-1305468236 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377185-1305468236.cnf 758820474 

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.77 5.14 6.34 6/388 22740
/proc/meminfo: memFree=25041820/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=6420 CPUtime=0 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) D 22738 22740 22691 0 -1 4194304 91 0 0 0 0 0 0 0 21 0 1 0 391014932 6574080 47 33554432000 4194304 6014671 140736650110576 18446744073709551615 268655738503 0 0 4096 0 18446744071562154983 0 0 17 5 0 0 0
/proc/22740/statm: 1605 47 37 445 0 66 0

[startup+0.02024 s]
/proc/loadavg: 4.77 5.14 6.34 6/388 22740
/proc/meminfo: memFree=25041820/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=6420 CPUtime=0 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) D 22738 22740 22691 0 -1 4194304 91 0 0 0 0 0 0 0 21 0 1 0 391014932 6574080 47 33554432000 4194304 6014671 140736650110576 18446744073709551615 268655738599 0 0 4096 0 18446744071562234166 0 0 17 5 0 0 1
/proc/22740/statm: 1605 47 37 445 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6420

[startup+0.100226 s]
/proc/loadavg: 4.77 5.14 6.34 6/388 22740
/proc/meminfo: memFree=25041820/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=47404 CPUtime=0.06 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 5664 0 2 0 5 1 0 0 21 0 1 0 391014932 48541696 5603 33554432000 4194304 6014671 140736650110576 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 11851 5603 378 445 0 5396 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 47404

[startup+0.300192 s]
/proc/loadavg: 4.77 5.14 6.34 6/388 22740
/proc/meminfo: memFree=25041820/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=59692 CPUtime=0.26 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 8745 0 2 0 25 1 0 0 21 0 1 0 391014932 61124608 8684 33554432000 4194304 6014671 140736650110576 18446744073709551615 4262802 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 14923 8684 398 445 0 8468 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 59692

[startup+0.701131 s]
/proc/loadavg: 4.77 5.14 6.34 6/388 22740
/proc/meminfo: memFree=25041820/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=139868 CPUtime=0.66 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 28950 0 2 0 63 3 0 0 23 0 1 0 391014932 143224832 28889 33554432000 4194304 6014671 140736650110576 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 34967 28891 668 445 0 28512 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 139868

[startup+1.50094 s]
/proc/loadavg: 4.77 5.14 6.34 6/395 22753
/proc/meminfo: memFree=24653072/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=195668 CPUtime=1.46 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 41836 0 2 0 142 4 0 0 25 0 1 0 391014932 200364032 41775 33554432000 4194304 6014671 140736650110576 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 48917 41775 701 445 0 42462 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 195668

[startup+3.1007 s]
/proc/loadavg: 4.95 5.17 6.35 6/395 22753
/proc/meminfo: memFree=24347356/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=287828 CPUtime=3.06 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 59421 0 2 0 301 5 0 0 25 0 1 0 391014932 294735872 59360 33554432000 4194304 6014671 140736650110576 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 71957 59360 701 445 0 65502 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 287828

[startup+6.30114 s]
/proc/loadavg: 4.95 5.17 6.35 6/398 22759
/proc/meminfo: memFree=23084128/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=559188 CPUtime=6.26 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 110806 0 2 0 613 13 0 0 25 0 1 0 391014932 572608512 110745 33554432000 4194304 6014671 140736650110576 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 139797 110746 701 445 0 133342 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 559188

[startup+12.701 s]
/proc/loadavg: 5.03 5.18 6.34 6/398 22759
/proc/meminfo: memFree=22288420/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=705384 CPUtime=12.66 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 139495 0 2 0 1249 17 0 0 25 0 1 0 391014932 722313216 139431 33554432000 4194304 6014671 140736650110576 18446744073709551615 4372095 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 176346 139431 723 445 0 169891 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 705384

[startup+25.5008 s]
/proc/loadavg: 5.03 5.18 6.32 6/398 22759
/proc/meminfo: memFree=19908500/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=748972 CPUtime=25.46 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 143794 0 2 0 2528 18 0 0 25 0 1 0 391014932 766947328 143730 33554432000 4194304 6014671 140736650110576 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 187243 143730 724 445 0 180788 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 748972

[startup+51.1003 s]
/proc/loadavg: 5.02 5.16 6.29 6/398 22760
/proc/meminfo: memFree=19205904/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1270336 CPUtime=51.07 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 240721 0 2 0 5079 28 0 0 25 0 1 0 391014932 1300824064 240657 33554432000 4194304 6014671 140736650110576 18446744073709551615 4413552 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 317584 240657 728 445 0 311129 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1270336

[startup+102.314 s]
/proc/loadavg: 5.00 5.13 6.21 6/398 22761
/proc/meminfo: memFree=18773072/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1396020 CPUtime=102.28 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 258858 0 2 0 10197 31 0 0 25 0 1 0 391014932 1429524480 258716 33554432000 4194304 6014671 140736650110576 18446744073709551615 4367522 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 349005 258716 728 445 0 342550 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1396020

[startup+162.301 s]
/proc/loadavg: 5.00 5.11 6.14 6/398 22763
/proc/meminfo: memFree=18075456/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1525640 CPUtime=162.27 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 277624 0 2 0 16193 34 0 0 25 0 1 0 391014932 1562255360 276363 33554432000 4194304 6014671 140736650110576 18446744073709551615 4367512 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 381410 276363 731 445 0 374955 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1525640

[startup+222.301 s]
/proc/loadavg: 5.03 5.10 6.06 6/398 22765
/proc/meminfo: memFree=16619548/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1572892 CPUtime=222.26 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 290998 0 2 0 22189 37 0 0 25 0 1 0 391014932 1610641408 289694 33554432000 4194304 6014671 140736650110576 18446744073709551615 4413568 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 393223 289694 729 445 0 386768 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 1572892

[startup+282.301 s]
/proc/loadavg: 5.09 5.10 6.00 6/398 22766
/proc/meminfo: memFree=16087456/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1572892 CPUtime=282.26 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 297719 0 2 0 28188 38 0 0 25 0 1 0 391014932 1610641408 296415 33554432000 4194304 6014671 140736650110576 18446744073709551615 4663609 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 393223 296415 729 445 0 386768 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 1572892

[startup+342.301 s]
/proc/loadavg: 5.03 5.07 5.93 6/398 22768
/proc/meminfo: memFree=15437304/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1630652 CPUtime=342.27 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 303595 0 2 0 34188 39 0 0 25 0 1 0 391014932 1669787648 302290 33554432000 4194304 6014671 140736650110576 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 407663 302290 728 445 0 401208 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 1630652

[startup+402.301 s]
/proc/loadavg: 5.08 5.09 5.89 6/398 22769
/proc/meminfo: memFree=14882620/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1750332 CPUtime=402.27 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 307909 0 2 0 40187 40 0 0 25 0 1 0 391014932 1792339968 306604 33554432000 4194304 6014671 140736650110576 18446744073709551615 4633324 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 437583 306604 728 445 0 431128 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 1750332

[startup+462.301 s]
/proc/loadavg: 5.03 5.07 5.82 6/398 22771
/proc/meminfo: memFree=14321860/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1750332 CPUtime=462.27 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 320676 0 2 0 46184 43 0 0 25 0 1 0 391014932 1792339968 319371 33554432000 4194304 6014671 140736650110576 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 437583 319371 728 445 0 431128 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 1750332

[startup+522.3 s]
/proc/loadavg: 5.08 5.08 5.78 6/398 22773
/proc/meminfo: memFree=14096284/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814060 CPUtime=522.27 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 326967 0 2 0 52182 45 0 0 25 0 1 0 391014932 1857597440 325662 33554432000 4194304 6014671 140736650110576 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453515 325662 728 445 0 447060 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 1814060

[startup+582.301 s]
/proc/loadavg: 5.05 5.08 5.73 6/398 22774
/proc/meminfo: memFree=13165276/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814060 CPUtime=582.27 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 327173 0 2 0 58182 45 0 0 25 0 1 0 391014932 1857597440 325868 33554432000 4194304 6014671 140736650110576 18446744073709551615 4378804 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453515 325868 728 445 0 447060 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 1814060

[startup+642.3 s]
/proc/loadavg: 5.02 5.06 5.68 6/398 22810
/proc/meminfo: memFree=15294652/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814060 CPUtime=642.28 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 327434 0 2 0 64183 45 0 0 25 0 1 0 391014932 1857597440 326129 33554432000 4194304 6014671 140736650110576 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453515 326129 728 445 0 447060 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 1814060

[startup+702.301 s]
/proc/loadavg: 5.00 5.05 5.64 6/398 22812
/proc/meminfo: memFree=15069200/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814060 CPUtime=702.27 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 327752 0 2 0 70182 45 0 0 25 0 1 0 391014932 1857597440 326447 33554432000 4194304 6014671 140736650110576 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453515 326447 728 445 0 447060 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 1814060

[startup+762.315 s]
/proc/loadavg: 5.08 5.06 5.61 6/398 22814
/proc/meminfo: memFree=14357280/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814188 CPUtime=762.3 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 327852 0 2 0 76184 46 0 0 25 0 1 0 391014932 1857728512 326547 33554432000 4194304 6014671 140736650110576 18446744073709551615 4378128 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453547 326547 728 445 0 447092 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 1814188

[startup+822.301 s]
/proc/loadavg: 5.07 5.06 5.57 6/398 22816
/proc/meminfo: memFree=14215404/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814188 CPUtime=822.28 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 328100 0 2 0 82182 46 0 0 25 0 1 0 391014932 1857728512 326792 33554432000 4194304 6014671 140736650110576 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453547 326792 728 445 0 447092 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 1814188

[startup+882.301 s]
/proc/loadavg: 5.15 5.09 5.55 6/398 22817
/proc/meminfo: memFree=13873104/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814188 CPUtime=882.28 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 328194 0 2 0 88182 46 0 0 25 0 1 0 391014932 1857728512 326814 33554432000 4194304 6014671 140736650110576 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453547 326814 729 445 0 447092 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 1814188

[startup+942.301 s]
/proc/loadavg: 5.09 5.09 5.52 7/398 22819
/proc/meminfo: memFree=13738532/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814188 CPUtime=942.28 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 328620 0 2 0 94182 46 0 0 25 0 1 0 391014932 1857728512 327013 33554432000 4194304 6014671 140736650110576 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453547 327013 729 445 0 447092 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 1814188

[startup+1002.3 s]
/proc/loadavg: 5.03 5.07 5.48 6/398 22820
/proc/meminfo: memFree=13252172/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814188 CPUtime=1002.29 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 329572 0 2 0 100182 47 0 0 25 0 1 0 391014932 1857728512 327965 33554432000 4194304 6014671 140736650110576 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453547 327965 729 445 0 447092 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 1814188

[startup+1062.3 s]
/proc/loadavg: 5.06 5.07 5.45 6/398 22851
/proc/meminfo: memFree=19962612/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814188 CPUtime=1062.29 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 329683 0 2 0 106182 47 0 0 25 0 1 0 391014932 1857728512 328076 33554432000 4194304 6014671 140736650110576 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453547 328076 729 445 0 447092 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 1814188

[startup+1122.3 s]
/proc/loadavg: 5.09 5.08 5.43 6/398 22853
/proc/meminfo: memFree=19888420/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814188 CPUtime=1122.28 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 340116 0 2 0 112180 48 0 0 25 0 1 0 391014932 1857728512 334674 33554432000 4194304 6014671 140736650110576 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453547 334674 729 445 0 447092 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 1814188

[startup+1182.3 s]
/proc/loadavg: 5.04 5.07 5.41 6/398 22854
/proc/meminfo: memFree=19754588/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814188 CPUtime=1182.29 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 345434 0 2 0 118180 49 0 0 25 0 1 0 391014932 1857728512 339991 33554432000 4194304 6014671 140736650110576 18446744073709551615 4386066 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453547 339991 729 445 0 447092 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 1814188

[startup+1242.3 s]
/proc/loadavg: 5.01 5.05 5.37 6/398 22856
/proc/meminfo: memFree=19727908/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814188 CPUtime=1242.29 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 346294 0 2 0 124179 50 0 0 25 0 1 0 391014932 1857728512 340851 33554432000 4194304 6014671 140736650110576 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453547 340851 729 445 0 447092 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 1814188



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.06 5.06 5.36 6/398 22857
/proc/meminfo: memFree=19642700/32951124 swapFree=46575260/67111528
[pid=22740] ppid=22738 vsize=1814188 CPUtime=1300 cores=5,7
/proc/22740/stat : 22740 (qutersat_releas) R 22738 22740 22691 0 -1 4202496 346331 0 2 0 129950 50 0 0 25 0 1 0 391014932 1857728512 340888 33554432000 4194304 6014671 140736650110576 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 2
/proc/22740/statm: 453547 340888 729 445 0 447092 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 1814188

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

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

Child status: 1
Real time (s): 1300.06
CPU time (s): 1300.07
CPU user time (s): 1299.51
CPU system time (s): 0.551916
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 1814188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.51
system time used= 0.551916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 346335
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 1684

runsolver used 4.72328 second user time and 11.8552 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 16:03:57
IDJOB=3377185
IDBENCH=82381
IDSOLVER=1856
FILE ID=node107/3377185-1305468236
RUNJOBID= node107-1305468236-22715
PBS_JOBID= 13325325
Free space on /tmp= 73396 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-3377185-1305468236/watcher-3377185-1305468236 -o /tmp/evaluation-result-3377185-1305468236/solver-3377185-1305468236 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377185-1305468236.cnf 758820474

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

MD5SUM BENCH= 3c5c73741ba21d5f39c7f436ba834743
RANDOM SEED=758820474

node107.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.829
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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:      25042100 kB
Buffers:        191544 kB
Cached:        1487496 kB
SwapCached:       9824 kB
Active:        7012008 kB
Inactive:       596604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25042100 kB
SwapTotal:    67111528 kB
SwapFree:     46575260 kB
Dirty:           61712 kB
Writeback:           0 kB
AnonPages:     5926816 kB
Mapped:          25932 kB
Slab:           153108 kB
PageTables:      79900 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 99490624 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= 73404 MiB
End job on node107 at 2011-05-15 16:25:39