Trace number 3373392

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-patched (fixed)? (TO) 4800.45 1203.24

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.23
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...421593/instance-3373392-1305421593.cnf
0.29/0.30	c Solving...
4800.29/1203.11	
4800.29/1203.11	*** INTERRUPTED! ***
4800.29/1203.11	*** Shutting down threads...
4800.42/1203.23	s UNKNOWN
4800.42/1203.23	
4800.42/1203.23	c INTERRUPTED   : 1
4800.42/1203.23	c Models        : 0+    
4800.42/1203.23	c Time          : 1203.115s (Solving: 1202.81s 1st Model: 0.00s Unsat: 0.00s)
4800.42/1203.23	c CPU Time      : 4800.320s

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-3373392-1305421593/watcher-3373392-1305421593 -o /tmp/evaluation-result-3373392-1305421593/solver-3373392-1305421593 -C 4800 -W 1300 -M 15500 HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373392-1305421593.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: 8.12 8.08 7.87 5/298 5272
/proc/meminfo: memFree=11826928/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=29236 CPUtime=0 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 2155 0 0 0 0 0 0 0 25 0 1 0 109768762 29937664 2048 33554432000 4194304 4964800 140735658099392 18446744073709551615 4679106 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5272/statm: 7309 2052 376 189 0 2183 0

[startup+0.068357 s]
/proc/loadavg: 8.12 8.08 7.87 5/298 5272
/proc/meminfo: memFree=11826928/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=40512 CPUtime=0.06 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 6609 0 0 0 5 1 0 0 25 0 1 0 109768762 41484288 5282 33554432000 4194304 4964800 140735658099392 18446744073709551615 218880225989 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5272/statm: 10285 5287 398 189 0 5159 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 40512

[startup+0.100347 s]
/proc/loadavg: 8.12 8.08 7.87 5/298 5272
/proc/meminfo: memFree=11826928/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=42272 CPUtime=0.09 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 7005 0 0 0 8 1 0 0 25 0 1 0 109768762 43286528 5678 33554432000 4194304 4964800 140735658099392 18446744073709551615 218880225989 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5272/statm: 10568 5679 403 189 0 5442 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42272

[startup+0.300313 s]
/proc/loadavg: 8.12 8.08 7.87 5/298 5272
/proc/meminfo: memFree=11826928/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=47044 CPUtime=0.29 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 8223 0 0 0 28 1 0 0 25 0 1 0 109768762 48173056 6896 33554432000 4194304 4964800 140735658099392 18446744073709551615 218880222186 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/5272/statm: 11761 6896 405 189 0 6635 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47044

[startup+1.1351 s]
/proc/loadavg: 8.12 8.08 7.87 5/298 5272
/proc/meminfo: memFree=11826928/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=201608 CPUtime=3.57 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 14143 0 0 0 355 2 0 0 25 0 4 0 109768762 206446592 11067 33554432000 4194304 4964800 140735658099392 18446744073709551615 4668728 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/5272/statm: 50402 11067 458 189 0 44751 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 201608

[startup+1.50104 s]
/proc/loadavg: 8.12 8.08 7.87 5/298 5272
/proc/meminfo: memFree=11826928/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=201608 CPUtime=5.04 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 14495 0 0 0 502 2 0 0 25 0 4 0 109768762 206446592 11419 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/5272/statm: 50402 11419 458 189 0 44751 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 201608

[startup+3.10076 s]
/proc/loadavg: 8.19 8.10 7.87 9/302 5276
/proc/meminfo: memFree=11772352/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=203324 CPUtime=11.42 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 16202 0 0 0 1138 4 0 0 25 0 4 0 109768762 208203776 13126 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670264 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/5272/statm: 50831 13126 458 189 0 45180 0
[pid=5272/tid=5274] ppid=5270 vsize=203324 CPUtime=2.78 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 1684 0 0 0 278 0 0 0 23 0 4 0 109768793 208203776 13126 33554432000 4194304 4964800 140735658099392 18446744073709551615 4668721 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=203324 CPUtime=2.76 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 2670 0 0 0 276 0 0 0 23 0 4 0 109768793 208203776 13127 33554432000 4194304 4964800 140735658099392 18446744073709551615 4668715 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=203324 CPUtime=2.78 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 3019 0 0 0 277 1 0 0 23 0 4 0 109768793 208203776 13127 33554432000 4194304 4964800 140735658099392 18446744073709551615 218880226337 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.42
Current children cumulated vsize (KiB) 203324

[startup+6.3012 s]
/proc/loadavg: 8.19 8.10 7.87 9/302 5277
/proc/meminfo: memFree=11756564/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=206760 CPUtime=24.19 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 18907 0 0 0 2414 5 0 0 25 0 4 0 109768762 211722240 15831 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/5272/statm: 51690 15831 458 189 0 46039 0
[pid=5272/tid=5274] ppid=5270 vsize=206760 CPUtime=5.97 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 1953 0 0 0 597 0 0 0 25 0 4 0 109768793 211722240 15831 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=206760 CPUtime=5.93 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 4018 0 0 0 593 0 0 0 25 0 4 0 109768793 211722240 15831 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=206760 CPUtime=5.98 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 3728 0 0 0 597 1 0 0 25 0 4 0 109768793 211722240 15831 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.19
Current children cumulated vsize (KiB) 206760

[startup+12.7011 s]
/proc/loadavg: 8.16 8.10 7.87 9/302 5277
/proc/meminfo: memFree=11730540/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=212488 CPUtime=49.76 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 22179 0 0 0 4969 7 0 0 25 0 4 0 109768762 217587712 19103 33554432000 4194304 4964800 140735658099392 18446744073709551615 218880226337 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/5272/statm: 53122 19103 460 189 0 47471 0
[pid=5272/tid=5274] ppid=5270 vsize=212488 CPUtime=12.39 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 2377 0 0 0 1238 1 0 0 25 0 4 0 109768793 217587712 19104 33554432000 4194304 4964800 140735658099392 18446744073709551615 4668709 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=212488 CPUtime=12.27 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 5237 0 0 0 1226 1 0 0 25 0 4 0 109768793 217587712 19104 33554432000 4194304 4964800 140735658099392 18446744073709551615 4668920 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=212488 CPUtime=12.4 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 4670 0 0 0 1238 2 0 0 25 0 4 0 109768793 217587712 19104 33554432000 4194304 4964800 140735658099392 18446744073709551615 4362944 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.76
Current children cumulated vsize (KiB) 212488

[startup+25.5009 s]
/proc/loadavg: 8.14 8.09 7.88 9/302 5277
/proc/meminfo: memFree=11671392/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=223456 CPUtime=100.82 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 30680 0 0 0 10070 12 0 0 25 0 4 0 109768762 228818944 27604 33554432000 4194304 4964800 140735658099392 18446744073709551615 4669095 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/5272/statm: 55864 27604 460 189 0 50213 0
[pid=5272/tid=5274] ppid=5270 vsize=223456 CPUtime=25.17 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 3571 0 0 0 2516 1 0 0 25 0 4 0 109768793 228818944 27604 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=223456 CPUtime=24.96 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 8599 0 0 0 2493 3 0 0 25 0 4 0 109768793 228818944 27604 33554432000 4194304 4964800 140735658099392 18446744073709551615 4668773 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=223456 CPUtime=25.19 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 6887 0 0 0 2516 3 0 0 25 0 4 0 109768793 228818944 27604 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.82
Current children cumulated vsize (KiB) 223456

[startup+51.1004 s]
/proc/loadavg: 8.09 8.08 7.88 9/302 5278
/proc/meminfo: memFree=11547676/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=236488 CPUtime=202.97 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 41138 0 0 0 20279 18 0 0 25 0 4 0 109768762 242163712 38062 33554432000 4194304 4964800 140735658099392 18446744073709551615 4320944 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/5272/statm: 59122 38062 460 189 0 53471 0
[pid=5272/tid=5274] ppid=5270 vsize=236488 CPUtime=50.77 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 5533 0 0 0 5074 3 0 0 25 0 4 0 109768793 242163712 38062 33554432000 4194304 4964800 140735658099392 18446744073709551615 4669350 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=236488 CPUtime=50.33 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 11963 0 0 0 5028 5 0 0 25 0 4 0 109768793 242163712 38062 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=236488 CPUtime=50.77 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 9386 0 0 0 5073 4 0 0 25 0 4 0 109768793 242163712 38062 33554432000 4194304 4964800 140735658099392 18446744073709551615 4668698 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.97
Current children cumulated vsize (KiB) 236488

[startup+102.3 s]
/proc/loadavg: 8.08 8.08 7.89 9/302 5279
/proc/meminfo: memFree=11380868/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=322352 CPUtime=407.29 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 62736 0 0 0 40694 35 0 0 25 0 4 0 109768762 330088448 59648 33554432000 4194304 4964800 140735658099392 18446744073709551615 4669276 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/5272/statm: 80588 59648 460 189 0 74937 0
[pid=5272/tid=5274] ppid=5270 vsize=322352 CPUtime=101.97 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 8150 0 0 0 10192 5 0 0 25 0 4 0 109768793 330088448 59648 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=322352 CPUtime=101.06 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 20234 0 0 0 10095 11 0 0 25 0 4 0 109768793 330088448 59648 33554432000 4194304 4964800 140735658099392 18446744073709551615 4669532 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=322352 CPUtime=101.97 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 14590 0 0 0 10188 9 0 0 25 0 4 0 109768793 330088448 59648 33554432000 4194304 4964800 140735658099392 18446744073709551615 4361356 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.29
Current children cumulated vsize (KiB) 322352

[startup+162.301 s]
/proc/loadavg: 7.92 8.02 7.88 9/302 5312
/proc/meminfo: memFree=15375536/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=387888 CPUtime=646.76 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 74536 0 0 0 64628 48 0 0 25 0 4 0 109768762 397197312 71384 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/5272/statm: 96972 71384 460 189 0 91321 0
[pid=5272/tid=5274] ppid=5270 vsize=387888 CPUtime=161.97 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 9699 0 0 0 16191 6 0 0 25 0 4 0 109768793 397197312 71385 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670313 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=387888 CPUtime=160.52 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 26752 0 0 0 16034 18 0 0 25 0 4 0 109768793 397197312 71385 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=387888 CPUtime=161.97 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 17939 0 0 0 16185 12 0 0 25 0 4 0 109768793 397197312 71385 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 646.76
Current children cumulated vsize (KiB) 387888

[startup+222.301 s]
/proc/loadavg: 7.97 8.02 7.88 9/302 5313
/proc/meminfo: memFree=15203032/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=417692 CPUtime=886.17 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 85472 0 0 0 88562 55 0 0 25 0 4 0 109768762 427716608 82282 33554432000 4194304 4964800 140735658099392 18446744073709551615 4684035 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/5272/statm: 104423 82282 460 189 0 98772 0
[pid=5272/tid=5274] ppid=5270 vsize=417692 CPUtime=221.95 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 10676 0 0 0 22188 7 0 0 25 0 4 0 109768793 427716608 82282 33554432000 4194304 4964800 140735658099392 18446744073709551615 4668924 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=417692 CPUtime=219.97 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 31937 0 0 0 21977 20 0 0 25 0 4 0 109768793 427716608 82282 33554432000 4194304 4964800 140735658099392 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=417692 CPUtime=221.96 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 21000 0 0 0 22181 15 0 0 25 0 4 0 109768793 427716608 82282 33554432000 4194304 4964800 140735658099392 18446744073709551615 4669507 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 886.17
Current children cumulated vsize (KiB) 417692

[startup+282.311 s]
/proc/loadavg: 8.02 8.03 7.90 9/302 5315
/proc/meminfo: memFree=15045884/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=496208 CPUtime=1125.65 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 106975 0 0 0 112500 65 0 0 25 0 4 0 109768762 508116992 103732 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670299 0 0 4096 18946 18446744073709551615 0 0 17 0 0 0 0
/proc/5272/statm: 124052 103732 460 189 0 118401 0
[pid=5272/tid=5274] ppid=5270 vsize=496208 CPUtime=281.95 cores=0,2,4,6

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

Current children cumulated CPU time (s) 2562.26
Current children cumulated vsize (KiB) 628996

[startup+702.301 s]
/proc/loadavg: 8.03 8.07 7.96 9/302 5329
/proc/meminfo: memFree=14334256/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=760068 CPUtime=2801.72 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 150242 0 0 0 280057 115 0 0 25 0 4 0 109768762 778309632 146621 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/5272/statm: 190017 146621 460 189 0 184366 0
[pid=5272/tid=5274] ppid=5270 vsize=760068 CPUtime=701.85 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 17310 0 0 0 70172 13 0 0 25 0 4 0 109768793 778309632 146621 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=760068 CPUtime=699.15 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 77658 0 0 0 69859 56 0 0 25 0 4 0 109768793 778309632 146621 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670180 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=760068 CPUtime=701.95 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 25581 0 0 0 70174 21 0 0 25 0 4 0 109768793 778309632 146621 33554432000 4194304 4964800 140735658099392 18446744073709551615 4660444 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2801.72
Current children cumulated vsize (KiB) 760068

[startup+762.301 s]
/proc/loadavg: 8.04 8.07 7.97 9/302 5331
/proc/meminfo: memFree=14239192/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=825604 CPUtime=3041.15 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 162460 0 0 0 303988 127 0 0 25 0 4 0 109768762 845418496 158839 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/5272/statm: 206401 158839 460 189 0 200750 0
[pid=5272/tid=5274] ppid=5270 vsize=825604 CPUtime=761.84 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 17455 0 0 0 76171 13 0 0 25 0 4 0 109768793 845418496 158839 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=825604 CPUtime=759.15 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 89730 0 0 0 75847 68 0 0 25 0 4 0 109768793 845418496 158839 33554432000 4194304 4964800 140735658099392 18446744073709551615 4669026 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=825604 CPUtime=761.95 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 25581 0 0 0 76174 21 0 0 25 0 4 0 109768793 845418496 158839 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3041.15
Current children cumulated vsize (KiB) 825604

[startup+822.301 s]
/proc/loadavg: 8.05 8.07 7.97 9/302 5332
/proc/meminfo: memFree=14119092/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=828036 CPUtime=3280.62 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 173675 0 0 0 327922 140 0 0 25 0 4 0 109768762 847908864 169931 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/5272/statm: 207009 169931 460 189 0 201358 0
[pid=5272/tid=5274] ppid=5270 vsize=828036 CPUtime=821.83 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 21198 0 0 0 82166 17 0 0 25 0 4 0 109768793 847908864 169931 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=828036 CPUtime=819.16 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 97086 0 0 0 81839 77 0 0 25 0 4 0 109768793 847908864 169931 33554432000 4194304 4964800 140735658099392 18446744073709551615 218880262746 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=828036 CPUtime=821.96 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 25654 0 0 0 82175 21 0 0 25 0 4 0 109768793 847908864 169931 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670371 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280.62
Current children cumulated vsize (KiB) 828036

[startup+882.301 s]
/proc/loadavg: 8.13 8.09 7.98 9/302 5334
/proc/meminfo: memFree=14118892/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=828036 CPUtime=3520.04 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 173699 0 0 0 351864 140 0 0 25 0 4 0 109768762 847908864 169955 33554432000 4194304 4964800 140735658099392 18446744073709551615 4653316 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/5272/statm: 207009 169955 460 189 0 201358 0
[pid=5272/tid=5274] ppid=5270 vsize=828036 CPUtime=881.81 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 21220 0 0 0 88164 17 0 0 25 0 4 0 109768793 847908864 169955 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=828036 CPUtime=879.15 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 97086 0 0 0 87838 77 0 0 25 0 4 0 109768793 847908864 169955 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=828036 CPUtime=881.95 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 25654 0 0 0 88174 21 0 0 25 0 4 0 109768793 847908864 169955 33554432000 4194304 4964800 140735658099392 18446744073709551615 4668568 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3520.04
Current children cumulated vsize (KiB) 828036

[startup+942.311 s]
/proc/loadavg: 8.21 8.11 8.00 9/302 5336
/proc/meminfo: memFree=14118576/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=828036 CPUtime=3759.52 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 173709 0 0 0 375811 141 0 0 25 0 4 0 109768762 847908864 169965 33554432000 4194304 4964800 140735658099392 18446744073709551615 4668801 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/5272/statm: 207009 169965 460 189 0 201358 0
[pid=5272/tid=5274] ppid=5270 vsize=828036 CPUtime=941.8 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 21226 0 0 0 94163 17 0 0 25 0 4 0 109768793 847908864 169965 33554432000 4194304 4964800 140735658099392 18446744073709551615 4669509 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=828036 CPUtime=939.16 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 97087 0 0 0 93839 77 0 0 25 0 4 0 109768793 847908864 169965 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=828036 CPUtime=941.97 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 25654 0 0 0 94175 22 0 0 25 0 4 0 109768793 847908864 169965 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3759.52
Current children cumulated vsize (KiB) 828036

[startup+1002.3 s]
/proc/loadavg: 8.30 8.14 8.01 9/302 5337
/proc/meminfo: memFree=14086752/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=828036 CPUtime=3998.93 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 173716 0 0 0 399752 141 0 0 25 0 4 0 109768762 847908864 169972 33554432000 4194304 4964800 140735658099392 18446744073709551615 4669350 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/5272/statm: 207009 169972 460 189 0 201358 0
[pid=5272/tid=5274] ppid=5270 vsize=828036 CPUtime=1001.78 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 21233 0 0 0 100161 17 0 0 25 0 4 0 109768793 847908864 169972 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=828036 CPUtime=999.15 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 97087 0 0 0 99838 77 0 0 25 0 4 0 109768793 847908864 169972 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=828036 CPUtime=1001.96 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 25654 0 0 0 100174 22 0 0 25 0 4 0 109768793 847908864 169972 33554432000 4194304 4964800 140735658099392 18446744073709551615 4332401 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998.93
Current children cumulated vsize (KiB) 828036

[startup+1062.3 s]
/proc/loadavg: 8.15 8.13 8.01 9/302 5339
/proc/meminfo: memFree=14066724/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=828036 CPUtime=4238.38 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 173738 0 0 0 423696 142 0 0 25 0 4 0 109768762 847908864 169994 33554432000 4194304 4964800 140735658099392 18446744073709551615 4668712 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/5272/statm: 207009 169994 460 189 0 201358 0
[pid=5272/tid=5274] ppid=5270 vsize=828036 CPUtime=1061.78 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 21238 0 0 0 106161 17 0 0 25 0 4 0 109768793 847908864 169994 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=828036 CPUtime=1059.15 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 97102 0 0 0 105838 77 0 0 25 0 4 0 109768793 847908864 169994 33554432000 4194304 4964800 140735658099392 18446744073709551615 4653186 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=828036 CPUtime=1061.96 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 25654 0 0 0 106174 22 0 0 25 0 4 0 109768793 847908864 169994 33554432000 4194304 4964800 140735658099392 18446744073709551615 4653320 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4238.38
Current children cumulated vsize (KiB) 828036

[startup+1122.3 s]
/proc/loadavg: 8.17 8.13 8.02 9/302 5340
/proc/meminfo: memFree=14000200/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=828036 CPUtime=4477.82 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 173747 0 0 0 447640 142 0 0 25 0 4 0 109768762 847908864 170003 33554432000 4194304 4964800 140735658099392 18446744073709551615 4653558 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/5272/statm: 207009 170003 460 189 0 201358 0
[pid=5272/tid=5274] ppid=5270 vsize=828036 CPUtime=1121.75 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 21247 0 0 0 112158 17 0 0 25 0 4 0 109768793 847908864 170003 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=828036 CPUtime=1119.15 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 97102 0 0 0 111838 77 0 0 25 0 4 0 109768793 847908864 170003 33554432000 4194304 4964800 140735658099392 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=828036 CPUtime=1121.96 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 25654 0 0 0 112174 22 0 0 25 0 4 0 109768793 847908864 170003 33554432000 4194304 4964800 140735658099392 18446744073709551615 4321174 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4477.82
Current children cumulated vsize (KiB) 828036

[startup+1182.3 s]
/proc/loadavg: 8.10 8.12 8.02 9/302 5342
/proc/meminfo: memFree=13959340/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=828036 CPUtime=4717.27 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 173749 0 0 0 471585 142 0 0 25 0 4 0 109768762 847908864 170005 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670346 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/5272/statm: 207009 170005 460 189 0 201358 0
[pid=5272/tid=5274] ppid=5270 vsize=828036 CPUtime=1181.75 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 21247 0 0 0 118158 17 0 0 25 0 4 0 109768793 847908864 170005 33554432000 4194304 4964800 140735658099392 18446744073709551615 4653547 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=828036 CPUtime=1179.15 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 97103 0 0 0 117838 77 0 0 25 0 4 0 109768793 847908864 170005 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=828036 CPUtime=1181.97 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 25655 0 0 0 118175 22 0 0 25 0 4 0 109768793 847908864 170005 33554432000 4194304 4964800 140735658099392 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4717.27
Current children cumulated vsize (KiB) 828036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.07 8.11 8.02 9/302 5342
/proc/meminfo: memFree=13953120/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=828036 CPUtime=4800.29 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 173749 0 0 0 479887 142 0 0 25 0 4 0 109768762 847908864 170005 33554432000 4194304 4964800 140735658099392 18446744073709551615 4668568 0 0 4096 18946 18446744073709551615 0 0 17 6 0 0 0
/proc/5272/statm: 207009 170005 460 189 0 201358 0
[pid=5272/tid=5274] ppid=5270 vsize=828036 CPUtime=1202.55 cores=0,2,4,6
/proc/5272/task/5274/stat : 5274 (claspmt) R 5270 5272 4917 0 -1 4202560 21247 0 0 0 120238 17 0 0 25 0 4 0 109768793 847908864 170005 33554432000 4194304 4964800 140735658099392 18446744073709551615 4669413 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=5272/tid=5275] ppid=5270 vsize=828036 CPUtime=1199.96 cores=0,2,4,6
/proc/5272/task/5275/stat : 5275 (claspmt) R 5270 5272 4917 0 -1 4202560 97103 0 0 0 119919 77 0 0 25 0 4 0 109768793 847908864 170005 33554432000 4194304 4964800 140735658099392 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=5272/tid=5276] ppid=5270 vsize=828036 CPUtime=1202.77 cores=0,2,4,6
/proc/5272/task/5276/stat : 5276 (claspmt) R 5270 5272 4917 0 -1 4202560 25655 0 0 0 120255 22 0 0 25 0 4 0 109768793 847908864 170005 33554432000 4194304 4964800 140735658099392 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 828036

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

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

[startup+1203.22 s]
/proc/loadavg: 8.07 8.11 8.02 9/302 5342
/proc/meminfo: memFree=13953120/32950928 swapFree=67111364/67111528
[pid=5272] ppid=5270 vsize=658884 CPUtime=4800.42 cores=0,2,4,6
/proc/5272/stat : 5272 (claspmt) R 5270 5272 4917 0 -1 4202496 173760 0 0 0 479899 143 0 0 25 0 1 0 109768762 674697216 119175 33554432000 4194304 4964800 140735658099392 18446744073709551615 218880590954 0 0 4096 18946 0 0 0 17 6 0 0 0
/proc/5272/statm: 164721 119175 471 189 0 159070 0
Current children cumulated CPU time (s) 4800.42
Current children cumulated vsize (KiB) 658884

Child status: 0
Real time (s): 1203.24
CPU time (s): 4800.45
CPU user time (s): 4799
CPU system time (s): 1.45278
CPU usage (%): 398.961
Max. virtual memory (cumulated for all children) (KiB): 828036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4799
system time used= 1.45278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173761
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= 6323
involuntary context switches= 23649

runsolver used 3.18552 second user time and 7.76382 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 03:06:34
IDJOB=3373392
IDBENCH=82466
IDSOLVER=1853
FILE ID=node112/3373392-1305421593
RUNJOBID= node112-1305419220-4935
PBS_JOBID= 13324570
Free space on /tmp= 73464 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.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-3373392-1305421593/watcher-3373392-1305421593 -o /tmp/evaluation-result-3373392-1305421593/solver-3373392-1305421593 -C 4800 -W 1300 -M 15500  HOME/claspmt -t4 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3373392-1305421593.cnf

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=1021122782

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11827208 kB
Buffers:        293300 kB
Cached:        2925148 kB
SwapCached:          0 kB
Active:       19092212 kB
Inactive:      1784252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11827208 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            2976 kB
Writeback:           0 kB
AnonPages:    17657476 kB
Mapped:          22076 kB
Slab:           135160 kB
PageTables:      49792 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 38934672 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= 73556 MiB
End job on node112 at 2011-05-15 03:26:39