Trace number 3384353

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.34 5000.19

General information on the benchmark

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

Solver Data

0.00/0.00	c Set FPU double precision.
0.19/0.29	c Parse Cnf success: #var: 171676 #clause: 870241
0.19/0.29	c Find Units :        211
0.29/0.35	c Find Invs  :       1350
0.39/0.42	c Find Ands  :       9450 AvgFaninNum: 14.4286
0.39/0.42	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.42	c Find Ite   :          0
0.39/0.42	c UnDirect variable: 0
0.39/0.42	c UnDirect to Direct Gate: 0
0.39/0.42	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.42	c Break Cycle : 1858
0.39/0.42	c Total Root : 60 Undef Var: 166724
0.39/0.47	c After covering, Total Root: 607 Leaf: 69539
0.39/0.47	c Variable( cover/uncovered/unused ): 74491 97185 0
0.39/0.47	c Unit Clauses: 211
0.39/0.47	c Binary Clauses( cover/uncovered ): 75212 783928
0.39/0.47	c Clauses( cover/uncovered ): 4952 5938
0.39/0.47	c Total Clauses( cover/uncovered ): 80375 789866 9.23595%
0.39/0.47	c Covered Ands: 4952 Invs: 0 Xors: 0 Ites: 0
0.79/0.89	c Uncover Clauses avg size: 2.32808 max size: 63
0.89/0.91	c Final circuit: i/l/o/s  166603       0  624450    782147
0.89/0.91	c CnfToAig: Time: 0.9 s
1.39/1.47	c TmMap: Set choices finish.
1.79/1.82	c TmMap: Set big and: 632955
1.79/1.82	c TmMap: Origin: 948751 ClauseNum: 2346441 --> New: 799749 ClauseNum: 2049496
1.79/1.82	c TmMap: Time: 0.43
1.89/1.95	c Try to Add: #clause: 1266646 #xorclause: 0
2.09/2.13	c #var: 175298 #clauses: 41579 Solving... 
5000.04/4999.91	c Time Out !!
5000.04/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-3384353-1305545201/watcher-3384353-1305545201 -o /tmp/evaluation-result-3384353-1305545201/solver-3384353-1305545201 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384353-1305545201.cnf 590367528 

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: 1.92 1.99 1.97 2/361 1234
/proc/meminfo: memFree=13922344/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=28644 CPUtime=0 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 835 0 0 0 0 0 0 0 24 0 1 0 666118105 29331456 772 33554432000 4194304 6014671 140733299161728 18446744073709551615 228122407995 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/1234/statm: 7161 784 290 445 0 706 0

[startup+0.0600219 s]
/proc/loadavg: 1.92 1.99 1.97 2/361 1234
/proc/meminfo: memFree=13922344/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=48676 CPUtime=0.05 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 5910 0 0 0 4 1 0 0 24 0 1 0 666118105 49844224 5847 33554432000 4194304 6014671 140733299161728 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 12169 5847 378 445 0 5714 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 48676

[startup+0.101042 s]
/proc/loadavg: 1.92 1.99 1.97 2/361 1234
/proc/meminfo: memFree=13922344/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=61476 CPUtime=0.09 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 8809 0 0 0 8 1 0 0 24 0 1 0 666118105 62951424 8746 33554432000 4194304 6014671 140733299161728 18446744073709551615 4795419 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 15369 8747 378 445 0 8914 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61476

[startup+0.301014 s]
/proc/loadavg: 1.92 1.99 1.97 2/361 1234
/proc/meminfo: memFree=13922344/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=86180 CPUtime=0.29 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 15070 0 0 0 27 2 0 0 25 0 1 0 666118105 88248320 15007 33554432000 4194304 6014671 140733299161728 18446744073709551615 4280531 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 21545 15007 382 445 0 15090 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86180

[startup+0.700938 s]
/proc/loadavg: 1.92 1.99 1.97 2/361 1234
/proc/meminfo: memFree=13922344/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=103836 CPUtime=0.69 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 19233 0 0 0 66 3 0 0 25 0 1 0 666118105 106328064 19170 33554432000 4194304 6014671 140733299161728 18446744073709551615 4234872 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 25959 19170 398 445 0 19504 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 103836

[startup+1.50079 s]
/proc/loadavg: 1.92 1.99 1.97 3/362 1235
/proc/meminfo: memFree=13737088/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=305516 CPUtime=1.49 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 70366 0 0 0 141 8 0 0 25 0 1 0 666118105 312848384 70303 33554432000 4194304 6014671 140733299161728 18446744073709551615 4223572 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 76379 70303 670 445 0 69924 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 305516

[startup+3.1005 s]
/proc/loadavg: 1.92 1.99 1.97 3/362 1235
/proc/meminfo: memFree=13576740/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=377836 CPUtime=3.09 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 86719 0 0 0 300 9 0 0 25 0 1 0 666118105 386904064 86656 33554432000 4194304 6014671 140733299161728 18446744073709551615 4423295 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 94459 86656 701 445 0 88004 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 377836

[startup+6.30093 s]
/proc/loadavg: 1.93 1.99 1.97 3/362 1235
/proc/meminfo: memFree=13491676/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=565228 CPUtime=6.29 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 120734 0 0 0 617 12 0 0 25 0 1 0 666118105 578793472 120655 33554432000 4194304 6014671 140733299161728 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 141307 120655 701 445 0 134852 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 565228

[startup+12.7008 s]
/proc/loadavg: 1.93 1.99 1.97 3/362 1235
/proc/meminfo: memFree=13230328/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=898792 CPUtime=12.69 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 174443 0 0 0 1253 16 0 0 25 0 1 0 666118105 920363008 174007 33554432000 4194304 6014671 140733299161728 18446744073709551615 4731871 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 224698 174007 715 445 0 218243 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 898792

[startup+25.5004 s]
/proc/loadavg: 1.95 1.99 1.97 3/362 1236
/proc/meminfo: memFree=13196224/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=923508 CPUtime=25.49 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 181862 0 0 0 2532 17 0 0 25 0 1 0 666118105 945672192 181426 33554432000 4194304 6014671 140733299161728 18446744073709551615 4372248 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 230877 181426 724 445 0 224422 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 923508

[startup+51.1008 s]
/proc/loadavg: 1.96 1.99 1.97 3/362 1236
/proc/meminfo: memFree=13175012/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=971824 CPUtime=51.09 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 187031 0 0 0 5091 18 0 0 25 0 1 0 666118105 995147776 186595 33554432000 4194304 6014671 140733299161728 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 242956 186595 724 445 0 236501 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 971824

[startup+102.313 s]
/proc/loadavg: 1.98 1.99 1.97 3/362 1238
/proc/meminfo: memFree=12761236/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=1497408 CPUtime=102.3 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 290078 0 0 0 10203 27 0 0 25 0 1 0 666118105 1533345792 289642 33554432000 4194304 6014671 140733299161728 18446744073709551615 4751348 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 374352 289642 728 445 0 367897 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1497408

[startup+162.301 s]
/proc/loadavg: 1.99 1.99 1.97 3/362 1239
/proc/meminfo: memFree=12247360/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=2167416 CPUtime=162.3 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 418628 0 0 0 16187 43 0 0 25 0 1 0 666118105 2219433984 418159 33554432000 4194304 6014671 140733299161728 18446744073709551615 4372248 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 541854 418159 728 445 0 535399 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 2167416

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.97 3/362 1241
/proc/meminfo: memFree=11651392/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=2861812 CPUtime=222.3 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 567024 0 0 0 22171 59 0 0 25 0 1 0 666118105 2930495488 566549 33554432000 4194304 6014671 140733299161728 18446744073709551615 4731878 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 715453 566549 728 445 0 708998 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2861812

[startup+282.301 s]
/proc/loadavg: 2.04 2.01 1.97 3/362 1243
/proc/meminfo: memFree=11439316/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=3169152 CPUtime=282.29 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 626132 0 0 0 28163 66 0 0 25 0 1 0 666118105 3245211648 625633 33554432000 4194304 6014671 140733299161728 18446744073709551615 4423250 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 792288 625633 728 445 0 785833 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 3169152

[startup+342.301 s]
/proc/loadavg: 2.01 2.00 1.97 3/362 1244
/proc/meminfo: memFree=11243596/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=3379088 CPUtime=342.3 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 667395 0 0 0 34159 71 0 0 25 0 1 0 666118105 3460186112 666886 33554432000 4194304 6014671 140733299161728 18446744073709551615 4372417 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 844772 666886 731 445 0 838317 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 3379088

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/362 1246
/proc/meminfo: memFree=10926388/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=3765892 CPUtime=402.3 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 746463 0 0 0 40150 80 0 0 25 0 1 0 666118105 3856273408 745829 33554432000 4194304 6014671 140733299161728 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 941473 745829 731 445 0 935018 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3765892

[startup+462.3 s]
/proc/loadavg: 2.07 2.03 1.98 3/362 1247
/proc/meminfo: memFree=10869076/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=3867612 CPUtime=462.3 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 760683 0 0 0 46149 81 0 0 25 0 1 0 666118105 3960434688 756881 33554432000 4194304 6014671 140733299161728 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 966903 756881 731 445 0 960448 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3867612

[startup+522.3 s]
/proc/loadavg: 2.03 2.02 1.98 3/362 1249
/proc/meminfo: memFree=10528180/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=4240064 CPUtime=522.3 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 845379 0 0 0 52140 90 0 0 25 0 1 0 666118105 4341825536 841575 33554432000 4194304 6014671 140733299161728 18446744073709551615 4376404 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 1060016 841575 729 445 0 1053561 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 4240064

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/362 1251
/proc/meminfo: memFree=10472732/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=4360916 CPUtime=582.31 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 858650 0 0 0 58138 93 0 0 25 0 1 0 666118105 4465577984 854846 33554432000 4194304 6014671 140733299161728 18446744073709551615 4376392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 1090229 854846 729 445 0 1083774 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 4360916

[startup+642.301 s]

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

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/362 1466
/proc/meminfo: memFree=4937528/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=8822820 CPUtime=4122.42 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 1899405 0 0 0 411974 268 0 0 25 0 1 0 666118105 9034567680 1857109 33554432000 4194304 6014671 140733299161728 18446744073709551615 4537064 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2205705 1857109 731 445 0 2199250 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 8822820

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 1468
/proc/meminfo: memFree=5086788/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=8822820 CPUtime=4182.41 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 1906100 0 0 0 417972 269 0 0 25 0 1 0 666118105 9034567680 1816241 33554432000 4194304 6014671 140733299161728 18446744073709551615 4731846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2205705 1816241 731 445 0 2199250 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 8822820

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 1469
/proc/meminfo: memFree=4987692/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9073032 CPUtime=4242.41 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 1931562 0 0 0 423968 273 0 0 25 0 1 0 666118105 9290784768 1841703 33554432000 4194304 6014671 140733299161728 18446744073709551615 4422767 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2268258 1841703 731 445 0 2261803 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 9073032

[startup+4302.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/362 1471
/proc/meminfo: memFree=4793604/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9073032 CPUtime=4302.42 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 1964625 0 0 0 429961 281 0 0 25 0 1 0 666118105 9290784768 1874766 33554432000 4194304 6014671 140733299161728 18446744073709551615 4372352 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2268258 1874766 731 445 0 2261803 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 9073032

[startup+4362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/362 1472
/proc/meminfo: memFree=4658676/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9330732 CPUtime=4362.42 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 2002303 0 0 0 435951 291 0 0 25 0 1 0 666118105 9554669568 1912444 33554432000 4194304 6014671 140733299161728 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2332683 1912444 731 445 0 2326228 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 9330732

[startup+4422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/362 1474
/proc/meminfo: memFree=4454080/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9593388 CPUtime=4422.42 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 2039736 0 0 0 441943 299 0 0 25 0 1 0 666118105 9823629312 1949877 33554432000 4194304 6014671 140733299161728 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2398347 1949877 731 445 0 2391892 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 9593388

[startup+4482.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/362 1476
/proc/meminfo: memFree=4347644/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9593516 CPUtime=4482.42 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 2057856 0 0 0 447940 302 0 0 25 0 1 0 666118105 9823760384 1967997 33554432000 4194304 6014671 140733299161728 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2398379 1967997 731 445 0 2391924 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 9593516

[startup+4542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/362 1477
/proc/meminfo: memFree=4245504/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9593516 CPUtime=4542.42 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 2058607 0 0 0 453940 302 0 0 25 0 1 0 666118105 9823760384 1968748 33554432000 4194304 6014671 140733299161728 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2398379 1968748 731 445 0 2391924 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 9593516

[startup+4602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/362 1479
/proc/meminfo: memFree=4224312/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9593516 CPUtime=4602.43 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 2063691 0 0 0 459940 303 0 0 25 0 1 0 666118105 9823760384 1973832 33554432000 4194304 6014671 140733299161728 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2398379 1973832 731 445 0 2391924 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 9593516

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/362 1480
/proc/meminfo: memFree=4224264/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9593516 CPUtime=4662.42 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 2063700 0 0 0 465939 303 0 0 25 0 1 0 666118105 9823760384 1973841 33554432000 4194304 6014671 140733299161728 18446744073709551615 4422722 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2398379 1973841 731 445 0 2391924 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 9593516

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 1482
/proc/meminfo: memFree=4124928/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9593516 CPUtime=4722.44 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 2080883 0 0 0 471937 307 0 0 25 0 1 0 666118105 9823760384 1991024 33554432000 4194304 6014671 140733299161728 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2398379 1991024 731 445 0 2391924 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 9593516

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 1484
/proc/meminfo: memFree=4124492/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9593516 CPUtime=4782.43 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 2080888 0 0 0 477936 307 0 0 25 0 1 0 666118105 9823760384 1991029 33554432000 4194304 6014671 140733299161728 18446744073709551615 4378698 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2398379 1991029 731 445 0 2391924 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 9593516

[startup+4842.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/362 1485
/proc/meminfo: memFree=4018056/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9593516 CPUtime=4842.43 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 2098400 0 0 0 483934 309 0 0 25 0 1 0 666118105 9823760384 2008541 33554432000 4194304 6014671 140733299161728 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2398379 2008541 731 445 0 2391924 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 9593516

[startup+4902.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/362 1487
/proc/meminfo: memFree=3890444/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9593516 CPUtime=4902.44 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 2116608 0 0 0 489932 312 0 0 25 0 1 0 666118105 9823760384 2026749 33554432000 4194304 6014671 140733299161728 18446744073709551615 4379528 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2398379 2026749 731 445 0 2391924 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 9593516

[startup+4962.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/362 1488
/proc/meminfo: memFree=3844336/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9593516 CPUtime=4962.44 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 2117470 0 0 0 495932 312 0 0 25 0 1 0 666118105 9823760384 2027610 33554432000 4194304 6014671 140733299161728 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2398379 2027610 731 445 0 2391924 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 9593516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 1489
/proc/meminfo: memFree=3802424/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=9593516 CPUtime=5000.04 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4202496 2123592 0 0 0 499692 312 0 0 25 0 1 0 666118105 9823760384 2033696 33554432000 4194304 6014671 140733299161728 18446744073709551615 4536520 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/1234/statm: 2398379 2033696 730 445 0 2391924 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 9593516

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

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

[startup+5000.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 1489
/proc/meminfo: memFree=3802424/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=0 CPUtime=5000.15 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4194308 2123596 0 0 0 499693 322 0 0 25 0 1 0 666118105 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.15
Current children cumulated vsize (KiB) 0

[startup+5000.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 1489
/proc/meminfo: memFree=3802424/32951124 swapFree=54427468/67111528
[pid=1234] ppid=1232 vsize=0 CPUtime=5000.24 cores=0,2,4,6
/proc/1234/stat : 1234 (qutersat_releas) R 1232 1234 937 0 -1 4194308 2123596 0 0 0 499693 331 0 0 25 0 1 0 666118105 0 0 33554432000 0 0 0 0 0 0 16384 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/1234/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.19
CPU time (s): 5000.34
CPU user time (s): 4996.93
CPU system time (s): 3.40248
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 9593516

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

runsolver used 19.0341 second user time and 39.397 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-16 13:26:41
IDJOB=3384353
IDBENCH=82389
IDSOLVER=1868
FILE ID=node138/3384353-1305545201
RUNJOBID= node138-1305540197-956
PBS_JOBID= 13329215
Free space on /tmp= 73432 MiB

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

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

MD5SUM BENCH= 4ab53801f3b1a3f7169c9fb38cba4184
RANDOM SEED=590367528

node138.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.854
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.854
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:      13922500 kB
Buffers:        306204 kB
Cached:        4392452 kB
SwapCached:      18496 kB
Active:       15431152 kB
Inactive:      3320620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13922500 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           17484 kB
Writeback:          20 kB
AnonPages:    14046136 kB
Mapped:          20452 kB
Slab:           133160 kB
PageTables:      78172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83969464 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= 73424 MiB
End job on node138 at 2011-05-16 14:50:03