Trace number 3380929

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)UNSAT 1264.99 160.579

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark114.081
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
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 ...495096/instance-3380929-1305495096.cnf
1.29/1.30	c Solving...
1264.92/160.57	s UNSATISFIABLE
1264.92/160.57	
1264.92/160.57	c Models        : 0     
1264.92/160.57	c Time          : 160.373s (Solving: 159.07s 1st Model: 0.00s Unsat: 159.07s)
1264.92/160.57	c CPU Time      : 1264.780s

Verifier Data

No possible verification on an UNSAT instance

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-3380929-1305495096/watcher-3380929-1305495096 -o /tmp/evaluation-result-3380929-1305495096/solver-3380929-1305495096 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380929-1305495096.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.09 7.66 6.21 2/392 26215
/proc/meminfo: memFree=12249416/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=29428 CPUtime=0 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 2951 0 0 0 0 0 0 0 21 0 1 0 661111960 30134272 2540 33554432000 4194304 4964800 140734840076208 18446744073709551615 212435677893 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/26215/statm: 7357 2541 386 189 0 2231 0

[startup+0.015828 s]
/proc/loadavg: 8.09 7.66 6.21 2/392 26215
/proc/meminfo: memFree=12249416/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=29800 CPUtime=0 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 3069 0 0 0 0 0 0 0 21 0 1 0 661111960 30515200 2604 33554432000 4194304 4964800 140734840076208 18446744073709551615 212436060295 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/26215/statm: 7450 2606 386 189 0 2324 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 29800

[startup+0.1008 s]
/proc/loadavg: 8.09 7.66 6.21 2/392 26215
/proc/meminfo: memFree=12249416/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=43392 CPUtime=0.09 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 7505 0 0 0 8 1 0 0 21 0 1 0 661111960 44433408 5980 33554432000 4194304 4964800 140734840076208 18446744073709551615 212435677893 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/26215/statm: 10848 5981 386 189 0 5722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43392

[startup+0.300764 s]
/proc/loadavg: 8.09 7.66 6.21 2/392 26215
/proc/meminfo: memFree=12249416/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=77468 CPUtime=0.28 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 17488 0 0 0 26 2 0 0 22 0 1 0 661111960 79327232 14061 33554432000 4194304 4964800 140734840076208 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/26215/statm: 19367 14061 399 189 0 14241 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 77468

[startup+0.700687 s]
/proc/loadavg: 8.09 7.66 6.21 2/392 26215
/proc/meminfo: memFree=12249416/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=77468 CPUtime=0.68 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 17488 0 0 0 66 2 0 0 23 0 1 0 661111960 79327232 14061 33554432000 4194304 4964800 140734840076208 18446744073709551615 4607590 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/26215/statm: 19367 14061 399 189 0 14241 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 77468

[startup+1.50059 s]
/proc/loadavg: 8.09 7.66 6.21 2/393 26216
/proc/meminfo: memFree=12194644/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=581852 CPUtime=1.67 cores=0-7
/proc/26215/stat : 26215 (claspmt) S 26213 26215 26110 0 -1 4202496 51364 0 0 0 149 18 0 0 18 0 8 0 661111960 595816448 45868 33554432000 4194304 4964800 140734840076208 18446744073709551615 212447832985 0 0 4096 18946 18446744073709551615 0 0 17 4 0 0 0
/proc/26215/statm: 145463 45872 433 189 0 139812 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 581852

[startup+3.1012 s]
/proc/loadavg: 7.92 7.63 6.20 2/400 26224
/proc/meminfo: memFree=12010820/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=595320 CPUtime=8.81 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 70939 0 0 0 852 29 0 0 18 0 8 0 661111960 609607680 65355 33554432000 4194304 4964800 140734840076208 18446744073709551615 4660187 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26215/statm: 148830 65355 464 189 0 143179 0
[pid=26215/tid=26217] ppid=26213 vsize=595320 CPUtime=0.93 cores=0-7
/proc/26215/task/26217/stat : 26217 (claspmt) R 26213 26215 26110 0 -1 4202560 6097 0 0 0 88 5 0 0 16 0 8 0 661112091 609607680 65355 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26215/tid=26218] ppid=26213 vsize=595320 CPUtime=0.87 cores=0-7
/proc/26215/task/26218/stat : 26218 (claspmt) R 26213 26215 26110 0 -1 4202560 7648 0 0 0 83 4 0 0 16 0 8 0 661112091 609607680 65355 33554432000 4194304 4964800 140734840076208 18446744073709551615 4313616 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26215/tid=26219] ppid=26213 vsize=595320 CPUtime=0.83 cores=0-7
/proc/26215/task/26219/stat : 26219 (claspmt) R 26213 26215 26110 0 -1 4202560 6300 0 0 0 81 2 0 0 16 0 8 0 661112091 609607680 65355 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26215/tid=26220] ppid=26213 vsize=595320 CPUtime=0.83 cores=0-7
/proc/26215/task/26220/stat : 26220 (claspmt) R 26213 26215 26110 0 -1 4202560 7362 0 0 0 80 3 0 0 16 0 8 0 661112091 609607680 65355 33554432000 4194304 4964800 140734840076208 18446744073709551615 4321010 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26215/tid=26221] ppid=26213 vsize=595320 CPUtime=1.59 cores=0-7
/proc/26215/task/26221/stat : 26221 (claspmt) R 26213 26215 26110 0 -1 4202560 8750 0 0 0 156 3 0 0 19 0 8 0 661112091 609607680 65355 33554432000 4194304 4964800 140734840076208 18446744073709551615 4668728 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26215/tid=26222] ppid=26213 vsize=595320 CPUtime=0.84 cores=0-7
/proc/26215/task/26222/stat : 26222 (claspmt) R 26213 26215 26110 0 -1 4202560 7059 0 0 0 81 3 0 0 16 0 8 0 661112091 609607680 65355 33554432000 4194304 4964800 140734840076208 18446744073709551615 4668987 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26215/tid=26223] ppid=26213 vsize=595320 CPUtime=0.85 cores=0-7
/proc/26215/task/26223/stat : 26223 (claspmt) R 26213 26215 26110 0 -1 4202560 7190 0 0 0 82 3 0 0 16 0 8 0 661112091 609607680 65355 33554432000 4194304 4964800 140734840076208 18446744073709551615 4668748 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.81
Current children cumulated vsize (KiB) 595320

[startup+6.30059 s]
/proc/loadavg: 7.92 7.63 6.20 9/400 26224
/proc/meminfo: memFree=11982912/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=596116 CPUtime=34.36 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 73053 0 0 0 3404 32 0 0 25 0 8 0 661111960 610422784 67469 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26215/statm: 149029 67469 464 189 0 143378 0
[pid=26215/tid=26217] ppid=26213 vsize=596116 CPUtime=4.13 cores=0-7
/proc/26215/task/26217/stat : 26217 (claspmt) R 26213 26215 26110 0 -1 4202560 6323 0 0 0 408 5 0 0 21 0 8 0 661112091 610422784 67469 33554432000 4194304 4964800 140734840076208 18446744073709551615 4321093 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26215/tid=26218] ppid=26213 vsize=596116 CPUtime=4.07 cores=0-7
/proc/26215/task/26218/stat : 26218 (claspmt) R 26213 26215 26110 0 -1 4202560 7937 0 0 0 403 4 0 0 21 0 8 0 661112091 610422784 67469 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26215/tid=26219] ppid=26213 vsize=596116 CPUtime=4.03 cores=0-7
/proc/26215/task/26219/stat : 26219 (claspmt) R 26213 26215 26110 0 -1 4202560 6677 0 0 0 401 2 0 0 21 0 8 0 661112091 610422784 67469 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26215/tid=26220] ppid=26213 vsize=596116 CPUtime=3.98 cores=0-7
/proc/26215/task/26220/stat : 26220 (claspmt) R 26213 26215 26110 0 -1 4202560 7703 0 0 0 395 3 0 0 21 0 8 0 661112091 610422784 67469 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26215/tid=26221] ppid=26213 vsize=596116 CPUtime=4.79 cores=0-7
/proc/26215/task/26221/stat : 26221 (claspmt) R 26213 26215 26110 0 -1 4202560 8754 0 0 0 476 3 0 0 25 0 8 0 661112091 610422784 67469 33554432000 4194304 4964800 140734840076208 18446744073709551615 4399606 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26215/tid=26222] ppid=26213 vsize=596116 CPUtime=4.03 cores=0-7
/proc/26215/task/26222/stat : 26222 (claspmt) R 26213 26215 26110 0 -1 4202560 7417 0 0 0 400 3 0 0 21 0 8 0 661112091 610422784 67469 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26215/tid=26223] ppid=26213 vsize=596116 CPUtime=4.05 cores=0-7
/proc/26215/task/26223/stat : 26223 (claspmt) R 26213 26215 26110 0 -1 4202560 7512 0 0 0 401 4 0 0 21 0 8 0 661112091 610422784 67469 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34.36
Current children cumulated vsize (KiB) 596116

[startup+12.7004 s]
/proc/loadavg: 7.94 7.64 6.22 9/400 26224
/proc/meminfo: memFree=11968172/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=597364 CPUtime=85.47 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 76896 0 0 0 8511 36 0 0 25 0 8 0 661111960 611700736 71312 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26215/statm: 149341 71312 464 189 0 143690 0
[pid=26215/tid=26217] ppid=26213 vsize=597364 CPUtime=10.53 cores=0-7
/proc/26215/task/26217/stat : 26217 (claspmt) R 26213 26215 26110 0 -1 4202560 6688 0 0 0 1047 6 0 0 25 0 8 0 661112091 611700736 71312 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26215/tid=26218] ppid=26213 vsize=597364 CPUtime=10.48 cores=0-7
/proc/26215/task/26218/stat : 26218 (claspmt) R 26213 26215 26110 0 -1 4202560 8645 0 0 0 1043 5 0 0 25 0 8 0 661112091 611700736 71312 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26215/tid=26219] ppid=26213 vsize=597364 CPUtime=10.43 cores=0-7
/proc/26215/task/26219/stat : 26219 (claspmt) R 26213 26215 26110 0 -1 4202560 7124 0 0 0 1040 3 0 0 25 0 8 0 661112091 611700736 71312 33554432000 4194304 4964800 140734840076208 18446744073709551615 4320864 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26215/tid=26220] ppid=26213 vsize=597364 CPUtime=10.29 cores=0-7
/proc/26215/task/26220/stat : 26220 (claspmt) R 26213 26215 26110 0 -1 4202560 8357 0 0 0 1026 3 0 0 25 0 8 0 661112091 611700736 71312 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26215/tid=26221] ppid=26213 vsize=597364 CPUtime=11.19 cores=0-7
/proc/26215/task/26221/stat : 26221 (claspmt) R 26213 26215 26110 0 -1 4202560 8873 0 0 0 1116 3 0 0 25 0 8 0 661112091 611700736 71312 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26215/tid=26222] ppid=26213 vsize=597364 CPUtime=10.44 cores=0-7
/proc/26215/task/26222/stat : 26222 (claspmt) R 26213 26215 26110 0 -1 4202560 7833 0 0 0 1040 4 0 0 25 0 8 0 661112091 611700736 71312 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26215/tid=26223] ppid=26213 vsize=597364 CPUtime=10.44 cores=0-7
/proc/26215/task/26223/stat : 26223 (claspmt) R 26213 26215 26110 0 -1 4202560 8540 0 0 0 1039 5 0 0 25 0 8 0 661112091 611700736 71312 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 85.47
Current children cumulated vsize (KiB) 597364

[startup+25.501 s]
/proc/loadavg: 7.94 7.65 6.24 9/400 26224
/proc/meminfo: memFree=11940548/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=599600 CPUtime=187.71 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 83915 0 0 0 18727 44 0 0 25 0 8 0 661111960 613990400 78331 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670328 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26215/statm: 149900 78331 466 189 0 144249 0
[pid=26215/tid=26217] ppid=26213 vsize=599600 CPUtime=23.33 cores=0-7
/proc/26215/task/26217/stat : 26217 (claspmt) R 26213 26215 26110 0 -1 4202560 7061 0 0 0 2327 6 0 0 25 0 8 0 661112091 613990400 78331 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26215/tid=26218] ppid=26213 vsize=599600 CPUtime=23.27 cores=0-7
/proc/26215/task/26218/stat : 26218 (claspmt) R 26213 26215 26110 0 -1 4202560 10132 0 0 0 2321 6 0 0 25 0 8 0 661112091 613990400 78331 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26215/tid=26219] ppid=26213 vsize=599600 CPUtime=23.23 cores=0-7
/proc/26215/task/26219/stat : 26219 (claspmt) R 26213 26215 26110 0 -1 4202560 7691 0 0 0 2319 4 0 0 25 0 8 0 661112091 613990400 78331 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26215/tid=26220] ppid=26213 vsize=599600 CPUtime=22.92 cores=0-7
/proc/26215/task/26220/stat : 26220 (claspmt) R 26213 26215 26110 0 -1 4202560 9815 0 0 0 2287 5 0 0 25 0 8 0 661112091 613990400 78331 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26215/tid=26221] ppid=26213 vsize=599600 CPUtime=23.98 cores=0-7
/proc/26215/task/26221/stat : 26221 (claspmt) R 26213 26215 26110 0 -1 4202560 9705 0 0 0 2395 3 0 0 25 0 8 0 661112091 613990400 78331 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26215/tid=26222] ppid=26213 vsize=599600 CPUtime=23.24 cores=0-7
/proc/26215/task/26222/stat : 26222 (claspmt) R 26213 26215 26110 0 -1 4202560 8728 0 0 0 2319 5 0 0 25 0 8 0 661112091 613990400 78331 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26215/tid=26223] ppid=26213 vsize=599600 CPUtime=23.24 cores=0-7
/proc/26215/task/26223/stat : 26223 (claspmt) R 26213 26215 26110 0 -1 4202560 9741 0 0 0 2318 6 0 0 25 0 8 0 661112091 613990400 78331 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670538 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 187.71
Current children cumulated vsize (KiB) 599600

[startup+51.1011 s]
/proc/loadavg: 7.96 7.68 6.29 9/400 26225
/proc/meminfo: memFree=11888836/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=603296 CPUtime=392.19 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 96951 0 0 0 39159 60 0 0 25 0 8 0 661111960 617775104 91367 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26215/statm: 150824 91367 466 189 0 145173 0
[pid=26215/tid=26217] ppid=26213 vsize=603296 CPUtime=48.93 cores=0-7
/proc/26215/task/26217/stat : 26217 (claspmt) R 26213 26215 26110 0 -1 4202560 7918 0 0 0 4886 7 0 0 25 0 8 0 661112091 617775104 91367 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26215/tid=26218] ppid=26213 vsize=603296 CPUtime=48.87 cores=0-7
/proc/26215/task/26218/stat : 26218 (claspmt) R 26213 26215 26110 0 -1 4202560 13391 0 0 0 4878 9 0 0 25 0 8 0 661112091 617775104 91367 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26215/tid=26219] ppid=26213 vsize=603296 CPUtime=48.83 cores=0-7
/proc/26215/task/26219/stat : 26219 (claspmt) R 26213 26215 26110 0 -1 4202560 8726 0 0 0 4877 6 0 0 25 0 8 0 661112091 617775104 91367 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26215/tid=26220] ppid=26213 vsize=603296 CPUtime=48.2 cores=0-7
/proc/26215/task/26220/stat : 26220 (claspmt) R 26213 26215 26110 0 -1 4202560 11778 0 0 0 4812 8 0 0 25 0 8 0 661112091 617775104 91367 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26215/tid=26221] ppid=26213 vsize=603296 CPUtime=49.58 cores=0-7
/proc/26215/task/26221/stat : 26221 (claspmt) R 26213 26215 26110 0 -1 4202560 12005 0 0 0 4952 6 0 0 25 0 8 0 661112091 617775104 91367 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670335 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26215/tid=26222] ppid=26213 vsize=603296 CPUtime=48.84 cores=0-7
/proc/26215/task/26222/stat : 26222 (claspmt) R 26213 26215 26110 0 -1 4202560 10160 0 0 0 4878 6 0 0 25 0 8 0 661112091 617775104 91367 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670328 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26215/tid=26223] ppid=26213 vsize=603296 CPUtime=48.84 cores=0-7
/proc/26215/task/26223/stat : 26223 (claspmt) R 26213 26215 26110 0 -1 4202560 11788 0 0 0 4875 9 0 0 25 0 8 0 661112091 617775104 91367 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 392.19
Current children cumulated vsize (KiB) 603296

[startup+102.315 s]
/proc/loadavg: 8.02 7.74 6.39 9/400 26226
/proc/meminfo: memFree=11813644/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=615612 CPUtime=801.23 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 115518 0 0 0 80043 80 0 0 25 0 8 0 661111960 630386688 109934 33554432000 4194304 4964800 140734840076208 18446744073709551615 4669479 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26215/statm: 153903 109934 466 189 0 148252 0
[pid=26215/tid=26217] ppid=26213 vsize=615612 CPUtime=100.15 cores=0-7
/proc/26215/task/26217/stat : 26217 (claspmt) R 26213 26215 26110 0 -1 4202560 8481 0 0 0 10007 8 0 0 25 0 8 0 661112091 630386688 109934 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670299 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26215/tid=26218] ppid=26213 vsize=615612 CPUtime=100.09 cores=0-7
/proc/26215/task/26218/stat : 26218 (claspmt) R 26213 26215 26110 0 -1 4202560 16456 0 0 0 9996 13 0 0 25 0 8 0 661112091 630386688 109934 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26215/tid=26219] ppid=26213 vsize=615612 CPUtime=100.05 cores=0-7
/proc/26215/task/26219/stat : 26219 (claspmt) R 26213 26215 26110 0 -1 4202560 10502 0 0 0 9996 9 0 0 25 0 8 0 661112091 630386688 109934 33554432000 4194304 4964800 140734840076208 18446744073709551615 4684054 0 0 4096 18946 0 0 0 -1 5 0 0 0

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


[startup+127.901 s]
/proc/loadavg: 8.09 7.78 6.44 9/400 26227
/proc/meminfo: memFree=11806152/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=615612 CPUtime=1005.59 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 117315 0 0 0 100477 82 0 0 25 0 8 0 661111960 630386688 111730 33554432000 4194304 4964800 140734840076208 18446744073709551615 4313663 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26215/statm: 153903 111730 466 189 0 148252 0
[pid=26215/tid=26217] ppid=26213 vsize=615612 CPUtime=125.73 cores=0-7
/proc/26215/task/26217/stat : 26217 (claspmt) R 26213 26215 26110 0 -1 4202560 8611 0 0 0 12565 8 0 0 25 0 8 0 661112091 630386688 111730 33554432000 4194304 4964800 140734840076208 18446744073709551615 4669086 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26215/tid=26218] ppid=26213 vsize=615612 CPUtime=125.68 cores=0-7
/proc/26215/task/26218/stat : 26218 (claspmt) R 26213 26215 26110 0 -1 4202560 16745 0 0 0 12555 13 0 0 25 0 8 0 661112091 630386688 111730 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26215/tid=26219] ppid=26213 vsize=615612 CPUtime=125.63 cores=0-7
/proc/26215/task/26219/stat : 26219 (claspmt) R 26213 26215 26110 0 -1 4202560 10931 0 0 0 12554 9 0 0 25 0 8 0 661112091 630386688 111730 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26215/tid=26220] ppid=26213 vsize=615612 CPUtime=124.03 cores=0-7
/proc/26215/task/26220/stat : 26220 (claspmt) R 26213 26215 26110 0 -1 4202560 13735 0 0 0 12393 10 0 0 25 0 8 0 661112091 630386688 111730 33554432000 4194304 4964800 140734840076208 18446744073709551615 4668734 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26215/tid=26221] ppid=26213 vsize=615612 CPUtime=126.35 cores=0-7
/proc/26215/task/26221/stat : 26221 (claspmt) R 26213 26215 26110 0 -1 4202560 15732 0 0 0 12626 9 0 0 25 0 8 0 661112091 630386688 111730 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26215/tid=26222] ppid=26213 vsize=615612 CPUtime=125.63 cores=0-7
/proc/26215/task/26222/stat : 26222 (claspmt) R 26213 26215 26110 0 -1 4202560 11902 0 0 0 12556 7 0 0 25 0 8 0 661112091 630386688 111730 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26215/tid=26223] ppid=26213 vsize=615612 CPUtime=125.64 cores=0-7
/proc/26215/task/26223/stat : 26223 (claspmt) R 26213 26215 26110 0 -1 4202560 17368 0 0 0 12548 16 0 0 25 0 8 0 661112091 630386688 111730 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670351 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1005.59
Current children cumulated vsize (KiB) 615612

[startup+140.701 s]
/proc/loadavg: 8.08 7.79 6.45 9/400 26227
/proc/meminfo: memFree=11800060/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=615612 CPUtime=1107.93 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 118892 0 0 0 110709 84 0 0 25 0 8 0 661111960 630386688 113307 33554432000 4194304 4964800 140734840076208 18446744073709551615 4668987 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26215/statm: 153903 113307 466 189 0 148252 0
[pid=26215/tid=26217] ppid=26213 vsize=615612 CPUtime=138.54 cores=0-7
/proc/26215/task/26217/stat : 26217 (claspmt) R 26213 26215 26110 0 -1 4202560 8622 0 0 0 13846 8 0 0 25 0 8 0 661112091 630386688 113307 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26215/tid=26218] ppid=26213 vsize=615612 CPUtime=138.49 cores=0-7
/proc/26215/task/26218/stat : 26218 (claspmt) R 26213 26215 26110 0 -1 4202560 17188 0 0 0 13836 13 0 0 25 0 8 0 661112091 630386688 113307 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26215/tid=26219] ppid=26213 vsize=615612 CPUtime=138.44 cores=0-7
/proc/26215/task/26219/stat : 26219 (claspmt) R 26213 26215 26110 0 -1 4202560 10979 0 0 0 13835 9 0 0 25 0 8 0 661112091 630386688 113307 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670351 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26215/tid=26220] ppid=26213 vsize=615612 CPUtime=136.67 cores=0-7
/proc/26215/task/26220/stat : 26220 (claspmt) R 26213 26215 26110 0 -1 4202560 14321 0 0 0 13656 11 0 0 25 0 8 0 661112091 630386688 113307 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26215/tid=26221] ppid=26213 vsize=615612 CPUtime=139.17 cores=0-7
/proc/26215/task/26221/stat : 26221 (claspmt) R 26213 26215 26110 0 -1 4202560 15734 0 0 0 13908 9 0 0 25 0 8 0 661112091 630386688 113307 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26215/tid=26222] ppid=26213 vsize=615612 CPUtime=138.45 cores=0-7
/proc/26215/task/26222/stat : 26222 (claspmt) R 26213 26215 26110 0 -1 4202560 11967 0 0 0 13838 7 0 0 25 0 8 0 661112091 630386688 113307 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670407 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26215/tid=26223] ppid=26213 vsize=615612 CPUtime=138.46 cores=0-7
/proc/26215/task/26223/stat : 26223 (claspmt) R 26213 26215 26110 0 -1 4202560 17681 0 0 0 13829 17 0 0 25 0 8 0 661112091 630386688 113307 33554432000 4194304 4964800 140734840076208 18446744073709551615 4668797 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1107.93
Current children cumulated vsize (KiB) 615612

[startup+153.501 s]
/proc/loadavg: 8.06 7.80 6.48 9/400 26228
/proc/meminfo: memFree=11796576/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=615612 CPUtime=1210.06 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 119564 0 0 0 120921 85 0 0 25 0 8 0 661111960 630386688 113979 33554432000 4194304 4964800 140734840076208 18446744073709551615 4668712 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26215/statm: 153903 113979 466 189 0 148252 0
[pid=26215/tid=26217] ppid=26213 vsize=615612 CPUtime=151.33 cores=0-7
/proc/26215/task/26217/stat : 26217 (claspmt) R 26213 26215 26110 0 -1 4202560 8651 0 0 0 15125 8 0 0 25 0 8 0 661112091 630386688 113979 33554432000 4194304 4964800 140734840076208 18446744073709551615 4362211 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26215/tid=26218] ppid=26213 vsize=615612 CPUtime=151.28 cores=0-7
/proc/26215/task/26218/stat : 26218 (claspmt) R 26213 26215 26110 0 -1 4202560 17204 0 0 0 15115 13 0 0 25 0 8 0 661112091 630386688 113979 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26215/tid=26219] ppid=26213 vsize=615612 CPUtime=151.23 cores=0-7
/proc/26215/task/26219/stat : 26219 (claspmt) R 26213 26215 26110 0 -1 4202560 11014 0 0 0 15114 9 0 0 25 0 8 0 661112091 630386688 113979 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670534 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26215/tid=26220] ppid=26213 vsize=615612 CPUtime=149.31 cores=0-7
/proc/26215/task/26220/stat : 26220 (claspmt) R 26213 26215 26110 0 -1 4202560 14435 0 0 0 14919 12 0 0 25 0 8 0 661112091 630386688 113979 33554432000 4194304 4964800 140734840076208 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26215/tid=26221] ppid=26213 vsize=615612 CPUtime=151.95 cores=0-7
/proc/26215/task/26221/stat : 26221 (claspmt) R 26213 26215 26110 0 -1 4202560 15735 0 0 0 15186 9 0 0 25 0 8 0 661112091 630386688 113979 33554432000 4194304 4964800 140734840076208 18446744073709551615 4362375 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26215/tid=26222] ppid=26213 vsize=615612 CPUtime=151.23 cores=0-7
/proc/26215/task/26222/stat : 26222 (claspmt) R 26213 26215 26110 0 -1 4202560 11997 0 0 0 15116 7 0 0 25 0 8 0 661112091 630386688 113979 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26215/tid=26223] ppid=26213 vsize=615612 CPUtime=151.25 cores=0-7
/proc/26215/task/26223/stat : 26223 (claspmt) R 26213 26215 26110 0 -1 4202560 18093 0 0 0 15107 18 0 0 25 0 8 0 661112091 630386688 113979 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1210.06
Current children cumulated vsize (KiB) 615612

[startup+156.701 s]
/proc/loadavg: 8.06 7.80 6.48 9/400 26228
/proc/meminfo: memFree=11796452/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=615612 CPUtime=1235.62 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 119565 0 0 0 123477 85 0 0 25 0 8 0 661111960 630386688 113980 33554432000 4194304 4964800 140734840076208 18446744073709551615 4653191 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26215/statm: 153903 113980 466 189 0 148252 0
[pid=26215/tid=26217] ppid=26213 vsize=615612 CPUtime=154.53 cores=0-7
/proc/26215/task/26217/stat : 26217 (claspmt) R 26213 26215 26110 0 -1 4202560 8651 0 0 0 15445 8 0 0 25 0 8 0 661112091 630386688 113980 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670343 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26215/tid=26218] ppid=26213 vsize=615612 CPUtime=154.48 cores=0-7
/proc/26215/task/26218/stat : 26218 (claspmt) R 26213 26215 26110 0 -1 4202560 17205 0 0 0 15435 13 0 0 25 0 8 0 661112091 630386688 113980 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670437 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26215/tid=26219] ppid=26213 vsize=615612 CPUtime=154.43 cores=0-7
/proc/26215/task/26219/stat : 26219 (claspmt) R 26213 26215 26110 0 -1 4202560 11014 0 0 0 15434 9 0 0 25 0 8 0 661112091 630386688 113980 33554432000 4194304 4964800 140734840076208 18446744073709551615 4321097 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26215/tid=26220] ppid=26213 vsize=615612 CPUtime=152.47 cores=0-7
/proc/26215/task/26220/stat : 26220 (claspmt) R 26213 26215 26110 0 -1 4202560 14435 0 0 0 15235 12 0 0 25 0 8 0 661112091 630386688 113980 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26215/tid=26221] ppid=26213 vsize=615612 CPUtime=155.16 cores=0-7
/proc/26215/task/26221/stat : 26221 (claspmt) R 26213 26215 26110 0 -1 4202560 15735 0 0 0 15507 9 0 0 25 0 8 0 661112091 630386688 113980 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26215/tid=26222] ppid=26213 vsize=615612 CPUtime=154.43 cores=0-7
/proc/26215/task/26222/stat : 26222 (claspmt) R 26213 26215 26110 0 -1 4202560 11997 0 0 0 15436 7 0 0 25 0 8 0 661112091 630386688 113980 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26215/tid=26223] ppid=26213 vsize=615612 CPUtime=154.45 cores=0-7
/proc/26215/task/26223/stat : 26223 (claspmt) R 26213 26215 26110 0 -1 4202560 18093 0 0 0 15427 18 0 0 25 0 8 0 661112091 630386688 113980 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1235.62
Current children cumulated vsize (KiB) 615612

[startup+158.301 s]
/proc/loadavg: 8.06 7.80 6.48 9/400 26228
/proc/meminfo: memFree=11796700/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=615612 CPUtime=1248.51 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 119566 0 0 0 124766 85 0 0 25 0 8 0 661111960 630386688 113981 33554432000 4194304 4964800 140734840076208 18446744073709551615 4321102 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26215/statm: 153903 113981 466 189 0 148252 0
[pid=26215/tid=26217] ppid=26213 vsize=615612 CPUtime=156.14 cores=0-7
/proc/26215/task/26217/stat : 26217 (claspmt) R 26213 26215 26110 0 -1 4202560 8651 0 0 0 15606 8 0 0 25 0 8 0 661112091 630386688 113981 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670340 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26215/tid=26218] ppid=26213 vsize=615612 CPUtime=156.09 cores=0-7
/proc/26215/task/26218/stat : 26218 (claspmt) R 26213 26215 26110 0 -1 4202560 17205 0 0 0 15596 13 0 0 25 0 8 0 661112091 630386688 113981 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26215/tid=26219] ppid=26213 vsize=615612 CPUtime=156.04 cores=0-7
/proc/26215/task/26219/stat : 26219 (claspmt) R 26213 26215 26110 0 -1 4202560 11015 0 0 0 15595 9 0 0 25 0 8 0 661112091 630386688 113981 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26215/tid=26220] ppid=26213 vsize=615612 CPUtime=154.05 cores=0-7
/proc/26215/task/26220/stat : 26220 (claspmt) R 26213 26215 26110 0 -1 4202560 14435 0 0 0 15393 12 0 0 25 0 8 0 661112091 630386688 113981 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26215/tid=26221] ppid=26213 vsize=615612 CPUtime=156.77 cores=0-7
/proc/26215/task/26221/stat : 26221 (claspmt) R 26213 26215 26110 0 -1 4202560 15735 0 0 0 15668 9 0 0 25 0 8 0 661112091 630386688 113981 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26215/tid=26222] ppid=26213 vsize=615612 CPUtime=156.05 cores=0-7
/proc/26215/task/26222/stat : 26222 (claspmt) R 26213 26215 26110 0 -1 4202560 11997 0 0 0 15598 7 0 0 25 0 8 0 661112091 630386688 113981 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670323 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26215/tid=26223] ppid=26213 vsize=615612 CPUtime=156.06 cores=0-7
/proc/26215/task/26223/stat : 26223 (claspmt) R 26213 26215 26110 0 -1 4202560 18093 0 0 0 15588 18 0 0 25 0 8 0 661112091 630386688 113981 33554432000 4194304 4964800 140734840076208 18446744073709551615 4669512 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1248.51
Current children cumulated vsize (KiB) 615612

[startup+159.9 s]
/proc/loadavg: 8.06 7.80 6.48 9/400 26228
/proc/meminfo: memFree=11796700/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=615612 CPUtime=1261.19 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 119567 0 0 0 126033 86 0 0 25 0 8 0 661111960 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4370381 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26215/statm: 153903 113978 466 189 0 148252 0
[pid=26215/tid=26217] ppid=26213 vsize=615612 CPUtime=157.73 cores=0-7
/proc/26215/task/26217/stat : 26217 (claspmt) R 26213 26215 26110 0 -1 4202560 8651 0 0 0 15765 8 0 0 25 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670273 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26215/tid=26218] ppid=26213 vsize=615612 CPUtime=157.68 cores=0-7
/proc/26215/task/26218/stat : 26218 (claspmt) R 26213 26215 26110 0 -1 4202560 17206 0 0 0 15755 13 0 0 25 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670310 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26215/tid=26219] ppid=26213 vsize=615612 CPUtime=157.63 cores=0-7
/proc/26215/task/26219/stat : 26219 (claspmt) R 26213 26215 26110 0 -1 4202560 11015 0 0 0 15754 9 0 0 25 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670357 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26215/tid=26220] ppid=26213 vsize=615612 CPUtime=155.63 cores=0-7
/proc/26215/task/26220/stat : 26220 (claspmt) R 26213 26215 26110 0 -1 4202560 14435 0 0 0 15551 12 0 0 25 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4669011 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26215/tid=26221] ppid=26213 vsize=615612 CPUtime=158.35 cores=0-7
/proc/26215/task/26221/stat : 26221 (claspmt) R 26213 26215 26110 0 -1 4202560 15735 0 0 0 15826 9 0 0 25 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4644896 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26215/tid=26222] ppid=26213 vsize=615612 CPUtime=157.63 cores=0-7
/proc/26215/task/26222/stat : 26222 (claspmt) R 26213 26215 26110 0 -1 4202560 11997 0 0 0 15756 7 0 0 25 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26215/tid=26223] ppid=26213 vsize=615612 CPUtime=157.65 cores=0-7
/proc/26215/task/26223/stat : 26223 (claspmt) R 26213 26215 26110 0 -1 4202560 18093 0 0 0 15747 18 0 0 25 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670346 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1261.19
Current children cumulated vsize (KiB) 615612

[startup+160.3 s]
/proc/loadavg: 8.06 7.80 6.48 9/400 26228
/proc/meminfo: memFree=11796700/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=615612 CPUtime=1264.38 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 119567 0 0 0 126351 87 0 0 18 0 8 0 661111960 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670264 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/26215/statm: 153903 113978 466 189 0 148252 0
[pid=26215/tid=26217] ppid=26213 vsize=615612 CPUtime=158.13 cores=0-7
/proc/26215/task/26217/stat : 26217 (claspmt) R 26213 26215 26110 0 -1 4202560 8651 0 0 0 15805 8 0 0 25 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 212435714690 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=26215/tid=26218] ppid=26213 vsize=615612 CPUtime=158.07 cores=0-7
/proc/26215/task/26218/stat : 26218 (claspmt) R 26213 26215 26110 0 -1 4202560 17206 0 0 0 15794 13 0 0 25 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4363081 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=26215/tid=26219] ppid=26213 vsize=615612 CPUtime=158.03 cores=0-7
/proc/26215/task/26219/stat : 26219 (claspmt) R 26213 26215 26110 0 -1 4202560 11015 0 0 0 15794 9 0 0 18 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=26215/tid=26220] ppid=26213 vsize=615612 CPUtime=156.02 cores=0-7
/proc/26215/task/26220/stat : 26220 (claspmt) R 26213 26215 26110 0 -1 4202560 14435 0 0 0 15590 12 0 0 18 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670308 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=26215/tid=26221] ppid=26213 vsize=615612 CPUtime=158.75 cores=0-7
/proc/26215/task/26221/stat : 26221 (claspmt) R 26213 26215 26110 0 -1 4202560 15735 0 0 0 15866 9 0 0 25 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670264 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=26215/tid=26222] ppid=26213 vsize=615612 CPUtime=158.03 cores=0-7
/proc/26215/task/26222/stat : 26222 (claspmt) R 26213 26215 26110 0 -1 4202560 11997 0 0 0 15796 7 0 0 25 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4644992 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=26215/tid=26223] ppid=26213 vsize=615612 CPUtime=158.05 cores=0-7
/proc/26215/task/26223/stat : 26223 (claspmt) R 26213 26215 26110 0 -1 4202560 18093 0 0 0 15787 18 0 0 25 0 8 0 661112091 630386688 113978 33554432000 4194304 4964800 140734840076208 18446744073709551615 4670499 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1264.38
Current children cumulated vsize (KiB) 615612

[startup+160.5 s]
/proc/loadavg: 8.06 7.80 6.48 2/393 26228
/proc/meminfo: memFree=11800848/32951124 swapFree=56316152/67111528
[pid=26215] ppid=26213 vsize=610716 CPUtime=1264.92 cores=0-7
/proc/26215/stat : 26215 (claspmt) R 26213 26215 26110 0 -1 4202496 119577 0 0 0 126405 87 0 0 17 0 1 0 661111960 625373184 112620 33554432000 4194304 4964800 140734840076208 18446744073709551615 212435672987 0 0 4096 18946 0 0 0 17 3 0 0 0
/proc/26215/statm: 152679 112620 476 189 0 147028 0
Current children cumulated CPU time (s) 1264.92
Current children cumulated vsize (KiB) 610716

Child status: 20
Real time (s): 160.579
CPU time (s): 1264.99
CPU user time (s): 1264.09
CPU system time (s): 0.900863
CPU usage (%): 787.771
Max. virtual memory (cumulated for all children) (KiB): 615612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1264.09
system time used= 0.900863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119578
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= 43482
involuntary context switches= 6158

runsolver used 0.52192 second user time and 1.53977 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 23:31:36
IDJOB=3380929
IDBENCH=82502
IDSOLVER=1865
FILE ID=node102/3380929-1305495096
RUNJOBID= node102-1305494700-26124
PBS_JOBID= 13325433
Free space on /tmp= 73592 MiB

SOLVER NAME= claspmt 2.0-R4095-patched (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.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-3380929-1305495096/watcher-3380929-1305495096 -o /tmp/evaluation-result-3380929-1305495096/solver-3380929-1305495096 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3380929-1305495096.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=148644413

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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	: 5226.15
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.828
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.828
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.828
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.828
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.828
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.828
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:      12249812 kB
Buffers:         70744 kB
Cached:         823672 kB
SwapCached:      33020 kB
Active:       12045968 kB
Inactive:      8435308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12249812 kB
SwapTotal:    67111528 kB
SwapFree:     56316152 kB
Dirty:           13968 kB
Writeback:           0 kB
AnonPages:    19564780 kB
Mapped:          20400 kB
Slab:            64860 kB
PageTables:      85800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102328152 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= 73592 MiB
End job on node102 at 2011-05-15 23:34:17