Trace number 3384355

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.25 5000.14

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.035-NOTKNOWN.cnf
MD5SUM28233bedeee44da6e79e63b9febc4d1e
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 variables133566
Number of clauses667976
Sum of the clauses size1591941
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2659295
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data

0.00/0.00	c Set FPU double precision.
0.19/0.23	c Parse Cnf success: #var: 133566 #clause: 667976
0.19/0.23	c Find Units :        211
0.19/0.28	c Find Invs  :       1050
0.28/0.32	c Find Ands  :       7350 AvgFaninNum: 14.4286
0.28/0.32	c Find Xors  :          0 AvgFaninNum: nan
0.28/0.32	c Find Ite   :          0
0.28/0.33	c UnDirect variable: 0
0.28/0.33	c UnDirect to Direct Gate: 0
0.28/0.33	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.28/0.33	c Break Cycle : 1452
0.28/0.33	c Total Root : 60 Undef Var: 129708
0.28/0.36	c After covering, Total Root: 501 Leaf: 54313
0.28/0.36	c Variable( cover/uncovered/unused ): 58171 75395 0
0.28/0.36	c Unit Clauses: 211
0.28/0.36	c Binary Clauses( cover/uncovered ): 58698 600597
0.28/0.36	c Clauses( cover/uncovered ): 3858 4612
0.28/0.36	c Total Clauses( cover/uncovered ): 62767 605209 9.3966%
0.28/0.36	c Covered Ands: 3858 Invs: 0 Xors: 0 Ites: 0
0.69/0.70	c Uncover Clauses avg size: 2.33271 max size: 63
0.69/0.71	c Final circuit: i/l/o/s  129587       0  440278    545566
0.69/0.71	c CnfToAig: Time: 0.7 s
0.99/1.10	c TmMap: Set choices finish.
1.29/1.36	c TmMap: Set big and: 436649
1.29/1.36	c TmMap: Origin: 675154 ClauseNum: 1636698 --> New: 566422 ClauseNum: 1420183
1.29/1.36	c TmMap: Time: 0.32
1.39/1.45	c Try to Add: #clause: 874014 #xorclause: 0
1.49/1.58	c #var: 126143 #clauses: 28102 Solving... 
5000.05/4999.91	c Time Out !!
5000.05/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-3384355-1305545202/watcher-3384355-1305545202 -o /tmp/evaluation-result-3384355-1305545202/solver-3384355-1305545202 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384355-1305545202.cnf 1294791991 

running on 4 cores: 0,2,4,6

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: 2.10 2.05 2.00 2/433 8269
/proc/meminfo: memFree=14443616/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=35496 CPUtime=0 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 2522 0 0 0 0 0 0 0 24 0 1 0 666117990 36347904 2459 33554432000 4194304 6014671 140735029283648 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8269/statm: 8874 2459 378 445 0 2419 0

[startup+0.106856 s]
/proc/loadavg: 2.10 2.05 2.00 2/433 8269
/proc/meminfo: memFree=14443616/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=60072 CPUtime=0.1 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 8505 0 0 0 9 1 0 0 25 0 1 0 666117990 61513728 8442 33554432000 4194304 6014671 140735029283648 18446744073709551615 4310496 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8269/statm: 15018 8443 378 445 0 8563 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 60072

[startup+0.200868 s]
/proc/loadavg: 2.10 2.05 2.00 2/433 8269
/proc/meminfo: memFree=14443616/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=84648 CPUtime=0.19 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 14038 0 0 0 18 1 0 0 25 0 1 0 666117990 86679552 13975 33554432000 4194304 6014671 140735029283648 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8269/statm: 21162 13975 378 445 0 14707 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 84648

[startup+0.300848 s]
/proc/loadavg: 2.10 2.05 2.00 2/433 8269
/proc/meminfo: memFree=14443616/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=84776 CPUtime=0.28 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 14316 0 0 0 27 1 0 0 25 0 1 0 666117990 86810624 14253 33554432000 4194304 6014671 140735029283648 18446744073709551615 4287511 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8269/statm: 21194 14253 383 445 0 14739 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 84776

[startup+0.700778 s]
/proc/loadavg: 2.10 2.05 2.00 2/433 8269
/proc/meminfo: memFree=14443616/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=129832 CPUtime=0.69 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 24846 0 0 0 66 3 0 0 25 0 1 0 666117990 132947968 24783 33554432000 4194304 6014671 140735029283648 18446744073709551615 4267111 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8269/statm: 32458 24783 398 445 0 26003 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129832

[startup+1.50064 s]
/proc/loadavg: 2.10 2.05 2.00 3/434 8270
/proc/meminfo: memFree=14243224/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=299484 CPUtime=1.49 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 64553 0 0 0 142 7 0 0 25 0 1 0 666117990 306671616 64490 33554432000 4194304 6014671 140735029283648 18446744073709551615 4402811 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8269/statm: 74871 64490 693 445 0 68416 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 299484

[startup+3.10034 s]
/proc/loadavg: 2.10 2.05 2.00 3/434 8271
/proc/meminfo: memFree=14185936/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=299484 CPUtime=3.09 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 64561 0 0 0 302 7 0 0 25 0 1 0 666117990 306671616 64498 33554432000 4194304 6014671 140735029283648 18446744073709551615 4444801 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8269/statm: 74871 64498 701 445 0 68416 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 299484

[startup+6.30072 s]
/proc/loadavg: 2.10 2.05 2.00 3/434 8271
/proc/meminfo: memFree=14040100/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=569308 CPUtime=6.29 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 114149 0 0 0 617 12 0 0 25 0 1 0 666117990 582971392 114062 33554432000 4194304 6014671 140735029283648 18446744073709551615 4423373 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8269/statm: 142327 114062 701 445 0 135872 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 569308

[startup+12.7006 s]
/proc/loadavg: 2.09 2.05 2.00 3/434 8271
/proc/meminfo: memFree=13832280/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=796652 CPUtime=12.69 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 153017 0 0 0 1252 17 0 0 25 0 1 0 666117990 815771648 152930 33554432000 4194304 6014671 140735029283648 18446744073709551615 4372423 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8269/statm: 199163 152930 723 445 0 192708 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 796652

[startup+25.5012 s]
/proc/loadavg: 2.07 2.05 2.00 3/434 8271
/proc/meminfo: memFree=13794344/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=861220 CPUtime=25.49 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 162234 0 0 0 2531 18 0 0 25 0 1 0 666117990 881889280 162147 33554432000 4194304 6014671 140735029283648 18446744073709551615 4372463 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8269/statm: 215305 162147 724 445 0 208850 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 861220

[startup+51.1006 s]
/proc/loadavg: 2.04 2.04 2.00 3/434 8272
/proc/meminfo: memFree=13767736/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=965148 CPUtime=51.08 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 168808 0 0 0 5089 19 0 0 25 0 1 0 666117990 988311552 168721 33554432000 4194304 6014671 140735029283648 18446744073709551615 4372105 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 241287 168721 724 445 0 234832 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 965148

[startup+102.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/434 8273
/proc/meminfo: memFree=13036876/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=1869456 CPUtime=102.3 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 351270 0 0 0 10190 40 0 0 25 0 1 0 666117990 1914322944 350813 33554432000 4194304 6014671 140735029283648 18446744073709551615 4372411 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 467364 350813 728 445 0 460909 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1869456

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/434 8275
/proc/meminfo: memFree=12437936/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=2734892 CPUtime=162.3 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 500480 0 0 0 16173 57 0 0 25 0 1 0 666117990 2800529408 499978 33554432000 4194304 6014671 140735029283648 18446744073709551615 4413568 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 683723 499978 728 445 0 677268 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2734892

[startup+222.316 s]
/proc/loadavg: 2.00 2.02 2.00 3/434 8276
/proc/meminfo: memFree=12057740/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=3335368 CPUtime=222.31 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 598576 0 0 0 22160 71 0 0 25 0 1 0 666117990 3415416832 595212 33554432000 4194304 6014671 140735029283648 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 833842 595212 728 445 0 827387 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 3335368

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/434 8278
/proc/meminfo: memFree=11795464/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=3635464 CPUtime=282.29 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 664103 0 0 0 28152 77 0 0 25 0 1 0 666117990 3722715136 660726 33554432000 4194304 6014671 140735029283648 18446744073709551615 4377903 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 908866 660726 728 445 0 902411 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 3635464

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/434 8280
/proc/meminfo: memFree=11674180/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=3791672 CPUtime=342.3 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 694383 0 0 0 34148 82 0 0 25 0 1 0 666117990 3882672128 691001 33554432000 4194304 6014671 140735029283648 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 947918 691001 728 445 0 941463 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 3791672

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8281
/proc/meminfo: memFree=11525720/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=3911968 CPUtime=402.3 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 729732 0 0 0 40142 88 0 0 25 0 1 0 666117990 4005855232 726350 33554432000 4194304 6014671 140735029283648 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 977992 726350 728 445 0 971537 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3911968

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8283
/proc/meminfo: memFree=11445472/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=4043632 CPUtime=462.3 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 749159 0 0 0 46139 91 0 0 25 0 1 0 666117990 4140679168 745777 33554432000 4194304 6014671 140735029283648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1010908 745777 728 445 0 1004453 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 4043632

[startup+522.301 s]
/proc/loadavg: 2.15 2.04 2.01 3/434 8284
/proc/meminfo: memFree=11362380/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=4106336 CPUtime=522.3 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 769846 0 0 0 52136 94 0 0 25 0 1 0 666117990 4204888064 766463 33554432000 4194304 6014671 140735029283648 18446744073709551615 4731854 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1026584 766463 730 445 0 1020129 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 4106336

[startup+582.301 s]
/proc/loadavg: 2.14 2.06 2.02 3/434 8286
/proc/meminfo: memFree=11277304/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=4299204 CPUtime=582.3 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 790890 0 0 0 58132 98 0 0 25 0 1 0 666117990 4402384896 787505 33554432000 4194304 6014671 140735029283648 18446744073709551615 4423483 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1074801 787505 728 445 0 1068346 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 4299204

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/434 8473
/proc/meminfo: memFree=10238828/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5511596 CPUtime=4062.41 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1077700 0 0 0 406089 152 0 0 25 0 1 0 666117990 5643874304 1043630 33554432000 4194304 6014671 140735029283648 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1377899 1043630 730 445 0 1371444 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 5511596

[startup+4122.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/434 8474
/proc/meminfo: memFree=10239808/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5511596 CPUtime=4122.41 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1077704 0 0 0 412089 152 0 0 25 0 1 0 666117990 5643874304 1043634 33554432000 4194304 6014671 140735029283648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1377899 1043634 730 445 0 1371444 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 5511596

[startup+4182.32 s]
/proc/loadavg: 2.03 2.04 2.00 3/434 8476
/proc/meminfo: memFree=10316172/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5511596 CPUtime=4182.43 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1077736 0 0 0 418090 153 0 0 25 0 1 0 666117990 5643874304 1024244 33554432000 4194304 6014671 140735029283648 18446744073709551615 4379163 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1377899 1024244 730 445 0 1371444 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 5511596

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/434 8478
/proc/meminfo: memFree=10310572/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5511596 CPUtime=4242.42 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1079329 0 0 0 424089 153 0 0 25 0 1 0 666117990 5643874304 1025837 33554432000 4194304 6014671 140735029283648 18446744073709551615 4379794 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1377899 1025837 730 445 0 1371444 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 5511596

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/434 8479
/proc/meminfo: memFree=10310548/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5511596 CPUtime=4302.42 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1079338 0 0 0 430089 153 0 0 25 0 1 0 666117990 5643874304 1025846 33554432000 4194304 6014671 140735029283648 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1377899 1025846 730 445 0 1371444 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 5511596

[startup+4362.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/434 8481
/proc/meminfo: memFree=10288216/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5511596 CPUtime=4362.42 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1082765 0 0 0 436089 153 0 0 25 0 1 0 666117990 5643874304 1029247 33554432000 4194304 6014671 140735029283648 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1377899 1029247 730 445 0 1371444 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 5511596

[startup+4422.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/434 8482
/proc/meminfo: memFree=10259312/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5511596 CPUtime=4422.42 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1082831 0 0 0 442088 154 0 0 25 0 1 0 666117990 5643874304 1029313 33554432000 4194304 6014671 140735029283648 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1377899 1029313 730 445 0 1371444 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 5511596

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/434 8484
/proc/meminfo: memFree=10150432/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5708088 CPUtime=4482.42 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1104141 0 0 0 448084 158 0 0 25 0 1 0 666117990 5845082112 1050623 33554432000 4194304 6014671 140735029283648 18446744073709551615 4422760 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1427022 1050623 730 445 0 1420567 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 5708088

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/434 8486
/proc/meminfo: memFree=10006076/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5708088 CPUtime=4542.43 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1131379 0 0 0 454079 164 0 0 25 0 1 0 666117990 5845082112 1077861 33554432000 4194304 6014671 140735029283648 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1427022 1077861 730 445 0 1420567 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 5708088

[startup+4602.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/434 8487
/proc/meminfo: memFree=10001232/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5708088 CPUtime=4602.43 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1131431 0 0 0 460079 164 0 0 25 0 1 0 666117990 5845082112 1077913 33554432000 4194304 6014671 140735029283648 18446744073709551615 4530843 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1427022 1077913 730 445 0 1420567 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 5708088

[startup+4662.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/434 8489
/proc/meminfo: memFree=10000844/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5708088 CPUtime=4662.43 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1131481 0 0 0 466079 164 0 0 25 0 1 0 666117990 5845082112 1077963 33554432000 4194304 6014671 140735029283648 18446744073709551615 4422722 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1427022 1077963 730 445 0 1420567 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 5708088

[startup+4722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/434 8490
/proc/meminfo: memFree=10001452/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5910004 CPUtime=4722.44 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1131611 0 0 0 472080 164 0 0 25 0 1 0 666117990 6051844096 1078093 33554432000 4194304 6014671 140735029283648 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1477501 1078093 730 445 0 1471046 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 5910004

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/434 8492
/proc/meminfo: memFree=9993128/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5910004 CPUtime=4782.43 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1132580 0 0 0 478079 164 0 0 25 0 1 0 666117990 6051844096 1079062 33554432000 4194304 6014671 140735029283648 18446744073709551615 4372446 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1477501 1079062 730 445 0 1471046 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 5910004

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/434 8494
/proc/meminfo: memFree=9984192/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5910004 CPUtime=4842.45 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1132580 0 0 0 484081 164 0 0 25 0 1 0 666117990 6051844096 1079062 33554432000 4194304 6014671 140735029283648 18446744073709551615 4372143 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1477501 1079062 730 445 0 1471046 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 5910004

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/434 8495
/proc/meminfo: memFree=9977596/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5910132 CPUtime=4902.43 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1134254 0 0 0 490079 164 0 0 25 0 1 0 666117990 6051975168 1080736 33554432000 4194304 6014671 140735029283648 18446744073709551615 4566111 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1477533 1080736 730 445 0 1471078 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 5910132

[startup+4962.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/434 8497
/proc/meminfo: memFree=10024088/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5910132 CPUtime=4962.44 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1134254 0 0 0 496080 164 0 0 25 0 1 0 666117990 6051975168 1080736 33554432000 4194304 6014671 140735029283648 18446744073709551615 4422737 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1477533 1080736 730 445 0 1471078 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 5910132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.03 2.03 2.00 3/434 8498
/proc/meminfo: memFree=10021964/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=5910132 CPUtime=5000.05 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202496 1134254 0 0 0 499840 165 0 0 25 0 1 0 666117990 6051975168 1080736 33554432000 4194304 6014671 140735029283648 18446744073709551615 4371884 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8269/statm: 1477533 1080736 730 445 0 1471078 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 5910132

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

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

[startup+5000.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/434 8498
/proc/meminfo: memFree=10021964/32951124 swapFree=67111348/67111528
[pid=8269] ppid=8267 vsize=0 CPUtime=5000.24 cores=0,2,4,6
/proc/8269/stat : 8269 (qutersat_releas) R 8267 8269 8027 0 -1 4202500 1134258 0 0 0 499841 183 0 0 25 0 1 0 666117990 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/8269/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.24
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 5000.14
CPU time (s): 5000.25
CPU user time (s): 4998.41
CPU system time (s): 1.84172
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 5910132

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

runsolver used 21.8557 second user time and 46.6819 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-16 13:26:43
IDJOB=3384355
IDBENCH=82392
IDSOLVER=1868
FILE ID=node139/3384355-1305545202
RUNJOBID= node139-1305540196-8045
PBS_JOBID= 13329214
Free space on /tmp= 73300 MiB

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

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

MD5SUM BENCH= 28233bedeee44da6e79e63b9febc4d1e
RANDOM SEED=1294791991

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14443764 kB
Buffers:        339360 kB
Cached:        3304860 kB
SwapCached:          0 kB
Active:       15968416 kB
Inactive:      2204272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14443764 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           13596 kB
Writeback:           0 kB
AnonPages:    14528228 kB
Mapped:          36020 kB
Slab:           206860 kB
PageTables:      60012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 104933204 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= 73296 MiB
End job on node139 at 2011-05-16 14:50:05