Trace number 3299963

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
claspmt 2.0-R4095? (TO) 4800.78 1202.52

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...062055/instance-3299963-1304062055.cnf
0.28/0.39	c Solving...
4800.34/1202.11	
4800.34/1202.11	*** INTERRUPTED! ***
4800.34/1202.11	*** Shutting down threads...
4800.64/1202.48	s UNKNOWN
4800.64/1202.48	
4800.64/1202.48	c INTERRUPTED   : 1
4800.64/1202.48	c Models        : 0+    
4800.64/1202.48	c Time          : 1202.114s (Solving: 1201.72s 1st Model: 0.00s Unsat: 0.00s)
4800.64/1202.48	c CPU Time      : 4800.370s

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: 935)

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-3299963-1304062055/watcher-3299963-1304062055 -o /tmp/evaluation-result-3299963-1304062055/solver-3299963-1304062055 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299963-1304062055.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 6.25 7.72 7.94 2/174 25473
/proc/meminfo: memFree=14966024/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=32964 CPUtime=0 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 1197 0 0 0 0 0 0 0 21 0 1 0 498621376 33755136 1127 33554432000 4194304 4964704 140734537293856 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25473/statm: 8241 1135 375 189 0 3115 0

[startup+0.0242989 s]
/proc/loadavg: 6.25 7.72 7.94 2/174 25473
/proc/meminfo: memFree=14966024/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=39820 CPUtime=0.01 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 5900 0 0 0 1 0 0 0 21 0 1 0 498621376 40775680 5084 33554432000 4194304 4964704 140734537293856 18446744073709551615 233510297344 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25473/statm: 9955 5085 388 189 0 4829 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 39820

[startup+0.100314 s]
/proc/loadavg: 6.25 7.72 7.94 2/174 25473
/proc/meminfo: memFree=14966024/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=46864 CPUtime=0.09 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 8356 0 0 0 8 1 0 0 21 0 1 0 498621376 47988736 6796 33554432000 4194304 4964704 140734537293856 18446744073709551615 233509958341 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25473/statm: 11716 6797 388 189 0 6590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46864

[startup+0.300277 s]
/proc/loadavg: 6.25 7.72 7.94 2/174 25473
/proc/meminfo: memFree=14966024/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=62508 CPUtime=0.28 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 13515 0 0 0 27 1 0 0 22 0 1 0 498621376 64008192 10617 33554432000 4194304 4964704 140734537293856 18446744073709551615 4600360 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/25473/statm: 15627 10617 403 189 0 10501 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62508

[startup+0.700142 s]
/proc/loadavg: 6.25 7.72 7.94 2/174 25473
/proc/meminfo: memFree=14966024/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=222528 CPUtime=1.55 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 23695 0 0 0 149 6 0 0 25 0 4 0 498621376 227868672 16950 33554432000 4194304 4964704 140734537293856 18446744073709551615 4653264 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 55632 16950 458 189 0 49981 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 222528

[startup+1.50097 s]
/proc/loadavg: 6.25 7.72 7.94 9/184 25486
/proc/meminfo: memFree=14799048/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=227436 CPUtime=4.75 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 29463 0 0 0 465 10 0 0 25 0 4 0 498621376 232894464 22718 33554432000 4194304 4964704 140734537293856 18446744073709551615 4627259 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 56859 22718 458 189 0 51208 0
[pid=25473/tid=25481] ppid=25471 vsize=227436 CPUtime=1.08 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 3864 0 0 0 106 2 0 0 19 0 4 0 498621416 232894464 22718 33554432000 4194304 4964704 140734537293856 18446744073709551615 4668942 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=227436 CPUtime=1.08 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 5598 0 0 0 106 2 0 0 19 0 4 0 498621416 232894464 22719 33554432000 4194304 4964704 140734537293856 18446744073709551615 4660755 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=227436 CPUtime=1.09 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 4603 0 0 0 107 2 0 0 19 0 4 0 498621416 232894464 22719 33554432000 4194304 4964704 140734537293856 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 227436

[startup+3.10068 s]
/proc/loadavg: 6.39 7.72 7.94 9/184 25486
/proc/meminfo: memFree=14731724/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=243352 CPUtime=11.14 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 40352 0 0 0 1101 13 0 0 25 0 4 0 498621376 249192448 33607 33554432000 4194304 4964704 140734537293856 18446744073709551615 4668572 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 60838 33607 458 189 0 55187 0
[pid=25473/tid=25481] ppid=25471 vsize=243352 CPUtime=2.68 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 5816 0 0 0 266 2 0 0 23 0 4 0 498621416 249192448 33607 33554432000 4194304 4964704 140734537293856 18446744073709551615 233509958341 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=243352 CPUtime=2.68 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 8959 0 0 0 264 4 0 0 22 0 4 0 498621416 249192448 33607 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=243352 CPUtime=2.69 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 7847 0 0 0 266 3 0 0 23 0 4 0 498621416 249192448 33607 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.14
Current children cumulated vsize (KiB) 243352

[startup+6.30111 s]
/proc/loadavg: 6.39 7.72 7.94 9/184 25486
/proc/meminfo: memFree=14537048/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=331824 CPUtime=23.91 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 63642 0 0 0 2369 22 0 0 25 0 4 0 498621376 339787776 56897 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 82956 56898 458 189 0 77305 0
[pid=25473/tid=25481] ppid=25471 vsize=331824 CPUtime=5.87 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 11747 0 0 0 583 4 0 0 25 0 4 0 498621416 339787776 56898 33554432000 4194304 4964704 140734537293856 18446744073709551615 233509958689 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=331824 CPUtime=5.86 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 16225 0 0 0 580 6 0 0 18 0 4 0 498621416 339787776 56898 33554432000 4194304 4964704 140734537293856 18446744073709551615 4313753 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=331824 CPUtime=5.88 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 12442 0 0 0 583 5 0 0 25 0 4 0 498621416 339787776 56898 33554432000 4194304 4964704 140734537293856 18446744073709551615 4343183 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.91
Current children cumulated vsize (KiB) 331824

[startup+12.701 s]
/proc/loadavg: 6.63 7.73 7.94 9/184 25487
/proc/meminfo: memFree=14209352/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=503052 CPUtime=49.47 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 102036 0 0 0 4912 35 0 0 25 0 4 0 498621376 515125248 95291 33554432000 4194304 4964704 140734537293856 18446744073709551615 4668488 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 125763 95291 460 189 0 120112 0
[pid=25473/tid=25481] ppid=25471 vsize=503052 CPUtime=12.27 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 22012 0 0 0 1219 8 0 0 25 0 4 0 498621416 515125248 95292 33554432000 4194304 4964704 140734537293856 18446744073709551615 4321042 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=503052 CPUtime=12.22 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 26149 0 0 0 1213 9 0 0 25 0 4 0 498621416 515125248 95292 33554432000 4194304 4964704 140734537293856 18446744073709551615 4363320 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=503052 CPUtime=12.28 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 20443 0 0 0 1220 8 0 0 25 0 4 0 498621416 515125248 95292 33554432000 4194304 4964704 140734537293856 18446744073709551615 233509958689 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.47
Current children cumulated vsize (KiB) 503052

[startup+25.5007 s]
/proc/loadavg: 6.92 7.75 7.95 9/184 25487
/proc/meminfo: memFree=13708312/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=670596 CPUtime=100.59 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 145140 0 0 0 10008 51 0 0 25 0 4 0 498621376 686690304 138395 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670269 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 167649 138395 460 189 0 161998 0
[pid=25473/tid=25481] ppid=25471 vsize=670596 CPUtime=25.08 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 32600 0 0 0 2494 14 0 0 25 0 4 0 498621416 686690304 138395 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=670596 CPUtime=24.95 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 37193 0 0 0 2482 13 0 0 25 0 4 0 498621416 686690304 138395 33554432000 4194304 4964704 140734537293856 18446744073709551615 4313736 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=670596 CPUtime=25.08 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 28195 0 0 0 2498 10 0 0 25 0 4 0 498621416 686690304 138395 33554432000 4194304 4964704 140734537293856 18446744073709551615 4321099 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.59
Current children cumulated vsize (KiB) 670596

[startup+51.1011 s]
/proc/loadavg: 7.29 7.77 7.95 9/184 25488
/proc/meminfo: memFree=13021444/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=882624 CPUtime=202.86 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 212337 0 0 0 20206 80 0 0 25 0 4 0 498621376 903806976 205592 33554432000 4194304 4964704 140734537293856 18446744073709551615 4669494 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 220656 205592 460 189 0 215005 0
[pid=25473/tid=25481] ppid=25471 vsize=882624 CPUtime=50.67 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 45789 0 0 0 5047 20 0 0 25 0 4 0 498621416 903806976 205592 33554432000 4194304 4964704 140734537293856 18446744073709551615 4342199 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=882624 CPUtime=50.42 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 55287 0 0 0 5023 19 0 0 25 0 4 0 498621416 903806976 205592 33554432000 4194304 4964704 140734537293856 18446744073709551615 4320928 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=882624 CPUtime=50.68 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 46999 0 0 0 5048 20 0 0 25 0 4 0 498621416 903806976 205592 33554432000 4194304 4964704 140734537293856 18446744073709551615 4332221 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.86
Current children cumulated vsize (KiB) 882624

[startup+102.307 s]
/proc/loadavg: 7.76 7.82 7.95 9/184 25489
/proc/meminfo: memFree=12189020/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=1096140 CPUtime=407.38 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 260068 0 0 0 40642 96 0 0 25 0 4 0 498621376 1122447360 253310 33554432000 4194304 4964704 140734537293856 18446744073709551615 4669494 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 274035 253312 460 189 0 268384 0
[pid=25473/tid=25481] ppid=25471 vsize=1096140 CPUtime=101.85 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 52367 0 0 0 10163 22 0 0 25 0 4 0 498621416 1122447360 253312 33554432000 4194304 4964704 140734537293856 18446744073709551615 4342157 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=1096140 CPUtime=101.34 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 80140 0 0 0 10108 26 0 0 25 0 4 0 498621416 1122447360 253312 33554432000 4194304 4964704 140734537293856 18446744073709551615 4313736 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=1096140 CPUtime=101.88 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 55516 0 0 0 10165 23 0 0 25 0 4 0 498621416 1122447360 253312 33554432000 4194304 4964704 140734537293856 18446744073709551615 4320309 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.38
Current children cumulated vsize (KiB) 1096140

[startup+162.301 s]
/proc/loadavg: 7.96 7.87 7.96 9/184 25491
/proc/meminfo: memFree=11283548/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=1473984 CPUtime=647.02 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 328488 0 0 0 64571 131 0 0 25 0 4 0 498621376 1509359616 321721 33554432000 4194304 4964704 140734537293856 18446744073709551615 4332566 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 368496 321721 460 189 0 362845 0
[pid=25473/tid=25481] ppid=25471 vsize=1473984 CPUtime=161.83 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 69492 0 0 0 16153 30 0 0 25 0 4 0 498621416 1509359616 321721 33554432000 4194304 4964704 140734537293856 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=1473984 CPUtime=161.03 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 89674 0 0 0 16073 30 0 0 25 0 4 0 498621416 1509359616 321721 33554432000 4194304 4964704 140734537293856 18446744073709551615 4320955 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=1473984 CPUtime=161.87 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 81254 0 0 0 16147 40 0 0 25 0 4 0 498621416 1509359616 321721 33554432000 4194304 4964704 140734537293856 18446744073709551615 4632322 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 647.02
Current children cumulated vsize (KiB) 1473984

[startup+222.3 s]
/proc/loadavg: 8.07 7.92 7.97 9/184 25492
/proc/meminfo: memFree=10527120/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=1866020 CPUtime=886.65 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 422444 0 0 0 88496 169 0 0 25 0 4 0 498621376 1910804480 415494 33554432000 4194304 4964704 140734537293856 18446744073709551615 4321079 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 466505 415494 460 189 0 460854 0
[pid=25473/tid=25481] ppid=25471 vsize=1866020 CPUtime=221.81 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 97451 0 0 0 22135 46 0 0 25 0 4 0 498621416 1910804480 415494 33554432000 4194304 4964704 140734537293856 18446744073709551615 4313751 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=1866020 CPUtime=220.68 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 126719 0 0 0 22026 42 0 0 25 0 4 0 498621416 1910804480 415494 33554432000 4194304 4964704 140734537293856 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=1866020 CPUtime=221.88 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 94999 0 0 0 22142 46 0 0 25 0 4 0 498621416 1910804480 415494 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 886.65
Current children cumulated vsize (KiB) 1866020

[startup+282.301 s]

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

[startup+762.307 s]
/proc/loadavg: 8.20 8.08 8.01 9/184 25507
/proc/meminfo: memFree=6347276/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=3616088 CPUtime=3043.66 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 878288 0 0 0 303946 420 0 0 25 0 4 0 498621376 3702874112 870825 33554432000 4194304 4964704 140734537293856 18446744073709551615 4342144 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 904022 870825 460 189 0 898371 0
[pid=25473/tid=25481] ppid=25471 vsize=3616088 CPUtime=761.69 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 154585 0 0 0 76075 94 0 0 25 0 4 0 498621416 3702874112 870825 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=3616088 CPUtime=757.84 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 313275 0 0 0 75657 127 0 0 25 0 4 0 498621416 3702874112 870825 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=3616088 CPUtime=761.88 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 226198 0 0 0 76066 122 0 0 25 0 4 0 498621416 3702874112 870825 33554432000 4194304 4964704 140734537293856 18446744073709551615 4669214 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3043.66
Current children cumulated vsize (KiB) 3616088

[startup+822.301 s]
/proc/loadavg: 8.12 8.08 8.01 9/184 25508
/proc/meminfo: memFree=6220764/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=3818168 CPUtime=3283.31 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 910832 0 0 0 327886 445 0 0 25 0 4 0 498621376 3909804032 903369 33554432000 4194304 4964704 140734537293856 18446744073709551615 4668928 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 954542 903369 460 189 0 948891 0
[pid=25473/tid=25481] ppid=25471 vsize=3818168 CPUtime=821.67 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 171254 0 0 0 82057 110 0 0 25 0 4 0 498621416 3909804032 903369 33554432000 4194304 4964704 140734537293856 18446744073709551615 4333086 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=3818168 CPUtime=817.5 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 323871 0 0 0 81619 131 0 0 25 0 4 0 498621416 3909804032 903369 33554432000 4194304 4964704 140734537293856 18446744073709551615 4313753 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=3818168 CPUtime=821.87 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 231444 0 0 0 82061 126 0 0 25 0 4 0 498621416 3909804032 903369 33554432000 4194304 4964704 140734537293856 18446744073709551615 4320984 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.31
Current children cumulated vsize (KiB) 3818168

[startup+882.3 s]
/proc/loadavg: 8.09 8.07 8.01 9/184 25510
/proc/meminfo: memFree=6129352/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=3886264 CPUtime=3522.98 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 932769 0 0 0 351837 461 0 0 25 0 4 0 498621376 3979534336 925306 33554432000 4194304 4964704 140734537293856 18446744073709551615 4342208 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 971566 925306 460 189 0 965915 0
[pid=25473/tid=25481] ppid=25471 vsize=3886264 CPUtime=881.66 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 175373 0 0 0 88052 114 0 0 25 0 4 0 498621416 3979534336 925306 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=3886264 CPUtime=877.17 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 333370 0 0 0 87580 137 0 0 25 0 4 0 498621416 3979534336 925306 33554432000 4194304 4964704 140734537293856 18446744073709551615 4321038 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=3886264 CPUtime=881.86 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 239740 0 0 0 88055 131 0 0 25 0 4 0 498621416 3979534336 925306 33554432000 4194304 4964704 140734537293856 18446744073709551615 4660077 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3522.98
Current children cumulated vsize (KiB) 3886264

[startup+942.3 s]
/proc/loadavg: 8.03 8.06 8.01 9/184 25511
/proc/meminfo: memFree=6028136/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=3976376 CPUtime=3762.6 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 959132 0 0 0 375781 479 0 0 25 0 4 0 498621376 4071809024 951599 33554432000 4194304 4964704 140734537293856 18446744073709551615 4668820 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 994094 951599 460 189 0 988443 0
[pid=25473/tid=25481] ppid=25471 vsize=3976376 CPUtime=941.35 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 181350 0 0 0 94019 116 0 0 25 0 4 0 498621416 4071809024 951599 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=3976376 CPUtime=937.13 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 345619 0 0 0 93567 146 0 0 25 0 4 0 498621416 4071809024 951599 33554432000 4194304 4964704 140734537293856 18446744073709551615 4313753 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=3976376 CPUtime=941.86 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 247613 0 0 0 94047 139 0 0 25 0 4 0 498621416 4071809024 951599 33554432000 4194304 4964704 140734537293856 18446744073709551615 233509958689 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3762.6
Current children cumulated vsize (KiB) 3976376

[startup+1002.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/184 25513
/proc/meminfo: memFree=5818056/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=4176056 CPUtime=4002.27 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 1004323 0 0 0 399728 499 0 0 25 0 4 0 498621376 4276281344 996790 33554432000 4194304 4964704 140734537293856 18446744073709551615 4342144 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 1044014 996790 460 189 0 1038363 0
[pid=25473/tid=25481] ppid=25471 vsize=4176056 CPUtime=1001.02 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 205701 0 0 0 99977 125 0 0 25 0 4 0 498621416 4276281344 996790 33554432000 4194304 4964704 140734537293856 18446744073709551615 4653475 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=4176056 CPUtime=997.13 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 353494 0 0 0 99564 149 0 0 25 0 4 0 498621416 4276281344 996790 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=4176056 CPUtime=1001.86 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 259659 0 0 0 100039 147 0 0 25 0 4 0 498621416 4276281344 996790 33554432000 4194304 4964704 140734537293856 18446744073709551615 4342208 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.27
Current children cumulated vsize (KiB) 4176056

[startup+1062.3 s]
/proc/loadavg: 8.05 8.05 8.00 9/184 25515
/proc/meminfo: memFree=5614048/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=4244664 CPUtime=4241.92 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 1018354 0 0 0 423685 507 0 0 25 0 4 0 498621376 4346535936 1010821 33554432000 4194304 4964704 140734537293856 18446744073709551615 4321079 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 1061166 1010821 460 189 0 1055515 0
[pid=25473/tid=25481] ppid=25471 vsize=4244664 CPUtime=1060.68 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 206575 0 0 0 105942 126 0 0 25 0 4 0 498621416 4346535936 1010821 33554432000 4194304 4964704 140734537293856 18446744073709551615 4660038 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=4244664 CPUtime=1057.13 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 353605 0 0 0 105564 149 0 0 25 0 4 0 498621416 4346535936 1010821 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=4244664 CPUtime=1061.87 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 260255 0 0 0 106039 148 0 0 25 0 4 0 498621416 4346535936 1010821 33554432000 4194304 4964704 140734537293856 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4241.92
Current children cumulated vsize (KiB) 4244664

[startup+1122.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/184 25516
/proc/meminfo: memFree=5364532/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=4310200 CPUtime=4481.58 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 1047102 0 0 0 447631 527 0 0 25 0 4 0 498621376 4413644800 1039569 33554432000 4194304 4964704 140734537293856 18446744073709551615 4632342 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 1077550 1039569 460 189 0 1071899 0
[pid=25473/tid=25481] ppid=25471 vsize=4310200 CPUtime=1120.35 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 206592 0 0 0 111909 126 0 0 25 0 4 0 498621416 4413644800 1039569 33554432000 4194304 4964704 140734537293856 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=4310200 CPUtime=1117.12 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 360734 0 0 0 111559 153 0 0 25 0 4 0 498621416 4413644800 1039569 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670354 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=4310200 CPUtime=1121.86 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 260260 0 0 0 112038 148 0 0 25 0 4 0 498621416 4413644800 1039569 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4481.58
Current children cumulated vsize (KiB) 4310200

[startup+1182.3 s]
/proc/loadavg: 8.07 8.07 8.01 9/184 25518
/proc/meminfo: memFree=4771764/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=4422840 CPUtime=4721.23 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 1082403 0 0 0 471571 552 0 0 25 0 4 0 498621376 4528988160 1074836 33554432000 4194304 4964704 140734537293856 18446744073709551615 4321016 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 1105710 1074836 460 189 0 1100059 0
[pid=25473/tid=25481] ppid=25471 vsize=4422840 CPUtime=1179.99 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 214374 0 0 0 117865 134 0 0 25 0 4 0 498621416 4528988160 1074836 33554432000 4194304 4964704 140734537293856 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=4422840 CPUtime=1177.12 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 364991 0 0 0 117557 155 0 0 25 0 4 0 498621416 4528988160 1074836 33554432000 4194304 4964704 140734537293856 18446744073709551615 4313796 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=4422840 CPUtime=1181.86 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 274269 0 0 0 118030 156 0 0 25 0 4 0 498621416 4528988160 1074836 33554432000 4194304 4964704 140734537293856 18446744073709551615 4668928 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.23
Current children cumulated vsize (KiB) 4422840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.1 s]
/proc/loadavg: 8.20 8.09 8.02 9/184 25518
/proc/meminfo: memFree=4554748/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=4449464 CPUtime=4800.34 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 1089184 0 0 0 479481 553 0 0 25 0 4 0 498621376 4556251136 1081617 33554432000 4194304 4964704 140734537293856 18446744073709551615 4658308 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 1112366 1081617 460 189 0 1106715 0
[pid=25473/tid=25481] ppid=25471 vsize=4449464 CPUtime=1199.68 cores=0,2,4,6
/proc/25473/task/25481/stat : 25481 (claspmt) R 25471 25473 24982 0 -1 4202560 214374 0 0 0 119834 134 0 0 25 0 4 0 498621416 4556251136 1081617 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=25473/tid=25482] ppid=25471 vsize=4449464 CPUtime=1196.93 cores=0,2,4,6
/proc/25473/task/25482/stat : 25482 (claspmt) R 25471 25473 24982 0 -1 4202560 365021 0 0 0 119538 155 0 0 25 0 4 0 498621416 4556251136 1081617 33554432000 4194304 4964704 140734537293856 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=25473/tid=25483] ppid=25471 vsize=4449464 CPUtime=1201.67 cores=0,2,4,6
/proc/25473/task/25483/stat : 25483 (claspmt) R 25471 25473 24982 0 -1 4202560 274270 0 0 0 120011 156 0 0 25 0 4 0 498621416 4556251136 1081617 33554432000 4194304 4964704 140734537293856 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 4449464

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

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

[startup+1202.21 s]
/proc/loadavg: 8.20 8.09 8.02 6/182 25519
/proc/meminfo: memFree=4570388/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=4433052 CPUtime=4800.47 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 1089194 0 0 0 479494 553 0 0 25 0 1 0 498621376 4539445248 1077524 33554432000 4194304 4964704 140734537293856 18446744073709551615 233509952865 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25473/statm: 1108263 1077524 470 189 0 1102612 0
Current children cumulated CPU time (s) 4800.47
Current children cumulated vsize (KiB) 4433052

[startup+1202.4 s]
/proc/loadavg: 8.20 8.09 8.02 6/182 25519
/proc/meminfo: memFree=4570388/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=2845764 CPUtime=4800.64 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202496 1089195 0 0 0 479505 559 0 0 25 0 1 0 498621376 2914062336 682215 33554432000 4194304 4964704 140734537293856 18446744073709551615 233510340967 0 0 4096 18946 0 0 0 17 0 0 0 0
/proc/25473/statm: 711441 681703 471 189 0 705790 0
Current children cumulated CPU time (s) 4800.64
Current children cumulated vsize (KiB) 2845764

[startup+1202.5 s]
/proc/loadavg: 8.20 8.09 8.02 6/182 25519
/proc/meminfo: memFree=4570388/32951124 swapFree=67111528/67111528
[pid=25473] ppid=25471 vsize=0 CPUtime=4800.74 cores=0,2,4,6
/proc/25473/stat : 25473 (claspmt) R 25471 25473 24982 0 -1 4202500 1089196 0 0 0 479505 569 0 0 25 0 1 0 498621376 0 0 33554432000 0 0 0 0 0 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/25473/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4800.74
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1202.52
CPU time (s): 4800.78
CPU user time (s): 4795.06
CPU system time (s): 5.72013
CPU usage (%): 399.225
Max. virtual memory (cumulated for all children) (KiB): 4449464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.06
system time used= 5.72013
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1089196
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= 11540
involuntary context switches= 23308

runsolver used 2.0037 second user time and 4.45232 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 09:27:35
IDJOB=3299963
IDBENCH=82390
IDSOLVER=1683
FILE ID=node145/3299963-1304062055
RUNJOBID= node145-1304062055-25459
PBS_JOBID= 13170440
Free space on /tmp= 72192 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
COMMAND LINE= HOME/claspmt -tNBCORE -p HOME/sat11-port.txt --distribute=all,2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3299963-1304062055/watcher-3299963-1304062055 -o /tmp/evaluation-result-3299963-1304062055/solver-3299963-1304062055 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3299963-1304062055.cnf

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=1307749714

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14966312 kB
Buffers:       2100124 kB
Cached:       15244524 kB
SwapCached:          0 kB
Active:        5206800 kB
Inactive:     12205448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14966312 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           17560 kB
Writeback:          16 kB
AnonPages:       67532 kB
Mapped:          14504 kB
Slab:           509276 kB
PageTables:       4604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187144 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= 72184 MiB
End job on node145 at 2011-04-29 09:47:39