Trace number 3321706

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
claspmt 2.0-R4095? (TO) 35882.9 5101.47

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2052.83
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
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 ...366475/instance-3321706-1304366475.cnf
1.68/1.76	c Solving...
35881.41/5100.01	
35881.41/5100.01	*** INTERRUPTED! ***
35881.41/5100.01	*** Shutting down threads...
35882.84/5101.43	s UNKNOWN
35882.84/5101.43	
35882.84/5101.43	c INTERRUPTED   : 1
35882.84/5101.43	c Models        : 0+    
35882.84/5101.43	c Time          : 5100.021s (Solving: 5098.26s 1st Model: 0.00s Unsat: 0.00s)
35882.84/5101.43	c CPU Time      : 35881.470s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321706-1304366475/watcher-3321706-1304366475 -o /tmp/evaluation-result-3321706-1304366475/solver-3321706-1304366475 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321706-1304366475.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: 1.08 1.02 2.15 3/281 30092
/proc/meminfo: memFree=21294048/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=45324 CPUtime=0 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 2647 0 0 0 0 0 0 0 21 0 1 0 626878028 46411776 2577 33554432000 4194304 4964704 140735764451040 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/30092/statm: 11331 2584 376 189 0 6205 0

[startup+0.0728321 s]
/proc/loadavg: 1.08 1.02 2.15 3/281 30092
/proc/meminfo: memFree=21294048/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=65656 CPUtime=0.06 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 13656 0 0 0 5 1 0 0 21 0 1 0 626878028 67231744 11339 33554432000 4194304 4964704 140735764451040 18446744073709551615 252458065664 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/30092/statm: 16447 11341 386 189 0 11321 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 65656

[startup+0.100818 s]
/proc/loadavg: 1.08 1.02 2.15 3/281 30092
/proc/meminfo: memFree=21294048/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=70292 CPUtime=0.09 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 15209 0 0 0 8 1 0 0 21 0 1 0 626878028 71979008 12486 33554432000 4194304 4964704 140735764451040 18446744073709551615 252458065664 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/30092/statm: 17573 12487 386 189 0 12447 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 70292

[startup+0.300781 s]
/proc/loadavg: 1.08 1.02 2.15 3/281 30092
/proc/meminfo: memFree=21294048/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=106600 CPUtime=0.29 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 27493 0 0 0 26 3 0 0 22 0 1 0 626878028 109158400 21323 33554432000 4194304 4964704 140735764451040 18446744073709551615 252457726661 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/30092/statm: 26650 21324 399 189 0 21524 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 106600

[startup+0.700704 s]
/proc/loadavg: 1.08 1.02 2.15 3/281 30092
/proc/meminfo: memFree=21294048/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=124900 CPUtime=0.69 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 31948 0 0 0 66 3 0 0 23 0 1 0 626878028 127897600 25778 33554432000 4194304 4964704 140735764451040 18446744073709551615 4600357 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/30092/statm: 31225 25778 404 189 0 26099 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 124900

[startup+1.50057 s]
/proc/loadavg: 1.08 1.02 2.15 3/282 30093
/proc/meminfo: memFree=21186680/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=136516 CPUtime=1.48 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 34849 0 0 0 145 3 0 0 25 0 1 0 626878028 139792384 28679 33554432000 4194304 4964704 140735764451040 18446744073709551615 4615465 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/30092/statm: 34129 28679 404 189 0 29003 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 136516

[startup+3.10122 s]
/proc/loadavg: 1.71 1.16 2.19 10/289 30100
/proc/meminfo: memFree=21027904/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=555636 CPUtime=9.79 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 87628 0 0 0 957 22 0 0 19 0 8 0 626878028 568971264 67700 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370224 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/30092/statm: 138909 67700 464 189 0 133258 0
[pid=30092/tid=30094] ppid=30090 vsize=555636 CPUtime=0.41 cores=0-7
/proc/30092/task/30094/stat : 30094 (claspmt) R 30090 30092 30032 0 -1 4202560 6993 0 0 0 39 2 0 0 17 0 8 0 626878205 568971264 67700 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370229 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30092/tid=30095] ppid=30090 vsize=555636 CPUtime=1.12 cores=0-7
/proc/30092/task/30095/stat : 30095 (claspmt) R 30090 30092 30032 0 -1 4202560 7293 0 0 0 110 2 0 0 18 0 8 0 626878205 568971264 67700 33554432000 4194304 4964704 140735764451040 18446744073709551615 4677981 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30092/tid=30096] ppid=30090 vsize=555636 CPUtime=1.14 cores=0-7
/proc/30092/task/30096/stat : 30096 (claspmt) R 30090 30092 30032 0 -1 4202560 6475 0 0 0 112 2 0 0 17 0 8 0 626878205 568971264 67700 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30092/tid=30097] ppid=30090 vsize=555636 CPUtime=0.76 cores=0-7
/proc/30092/task/30097/stat : 30097 (claspmt) R 30090 30092 30032 0 -1 4202560 6816 0 0 0 73 3 0 0 17 0 8 0 626878205 568971264 67700 33554432000 4194304 4964704 140735764451040 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30092/tid=30098] ppid=30090 vsize=555636 CPUtime=1.19 cores=0-7
/proc/30092/task/30098/stat : 30098 (claspmt) R 30090 30092 30032 0 -1 4202560 7394 0 0 0 117 2 0 0 19 0 8 0 626878205 568971264 67700 33554432000 4194304 4964704 140735764451040 18446744073709551615 4668693 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30092/tid=30099] ppid=30090 vsize=555636 CPUtime=1.12 cores=0-7
/proc/30092/task/30099/stat : 30099 (claspmt) R 30090 30092 30032 0 -1 4202560 8337 0 0 0 110 2 0 0 18 0 8 0 626878205 568971264 67700 33554432000 4194304 4964704 140735764451040 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30092/tid=30100] ppid=30090 vsize=555636 CPUtime=1.14 cores=0-7
/proc/30092/task/30100/stat : 30100 (claspmt) R 30090 30092 30032 0 -1 4202560 7916 0 0 0 112 2 0 0 18 0 8 0 626878205 568971264 67700 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.79
Current children cumulated vsize (KiB) 555636

[startup+6.30062 s]
/proc/loadavg: 1.71 1.16 2.19 10/289 30100
/proc/meminfo: memFree=21022484/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=555636 CPUtime=33.68 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 88989 0 0 0 3343 25 0 0 25 0 8 0 626878028 568971264 69061 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370236 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/30092/statm: 138909 69061 464 189 0 133258 0
[pid=30092/tid=30094] ppid=30090 vsize=555636 CPUtime=3.57 cores=0-7
/proc/30092/task/30094/stat : 30094 (claspmt) R 30090 30092 30032 0 -1 4202560 7031 0 0 0 355 2 0 0 22 0 8 0 626878205 568971264 69061 33554432000 4194304 4964704 140735764451040 18446744073709551615 4660860 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30092/tid=30095] ppid=30090 vsize=555636 CPUtime=4.32 cores=0-7
/proc/30092/task/30095/stat : 30095 (claspmt) R 30090 30092 30032 0 -1 4202560 7307 0 0 0 430 2 0 0 25 0 8 0 626878205 568971264 69061 33554432000 4194304 4964704 140735764451040 18446744073709551615 4668632 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30092/tid=30096] ppid=30090 vsize=555636 CPUtime=4.34 cores=0-7
/proc/30092/task/30096/stat : 30096 (claspmt) R 30090 30092 30032 0 -1 4202560 7249 0 0 0 431 3 0 0 25 0 8 0 626878205 568971264 69061 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30092/tid=30097] ppid=30090 vsize=555636 CPUtime=3.91 cores=0-7
/proc/30092/task/30097/stat : 30097 (claspmt) R 30090 30092 30032 0 -1 4202560 6882 0 0 0 388 3 0 0 23 0 8 0 626878205 568971264 69061 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30092/tid=30098] ppid=30090 vsize=555636 CPUtime=2.79 cores=0-7
/proc/30092/task/30098/stat : 30098 (claspmt) R 30090 30092 30032 0 -1 4202560 7398 0 0 0 277 2 0 0 24 0 8 0 626878205 568971264 69061 33554432000 4194304 4964704 140735764451040 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30092/tid=30099] ppid=30090 vsize=555636 CPUtime=4.29 cores=0-7
/proc/30092/task/30099/stat : 30099 (claspmt) R 30090 30092 30032 0 -1 4202560 8607 0 0 0 426 3 0 0 25 0 8 0 626878205 568971264 69061 33554432000 4194304 4964704 140735764451040 18446744073709551615 4379082 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30092/tid=30100] ppid=30090 vsize=555636 CPUtime=4.34 cores=0-7
/proc/30092/task/30100/stat : 30100 (claspmt) R 30090 30092 30032 0 -1 4202560 7988 0 0 0 432 2 0 0 25 0 8 0 626878205 568971264 69061 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 33.68
Current children cumulated vsize (KiB) 555636

[startup+12.7004 s]
/proc/loadavg: 2.30 1.29 2.22 10/289 30100
/proc/meminfo: memFree=21005272/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=556428 CPUtime=80.23 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 93675 0 0 0 7995 28 0 0 25 0 8 0 626878028 569782272 73747 33554432000 4194304 4964704 140735764451040 18446744073709551615 4342144 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/30092/statm: 139107 73747 464 189 0 133456 0
[pid=30092/tid=30094] ppid=30090 vsize=556428 CPUtime=9.97 cores=0-7
/proc/30092/task/30094/stat : 30094 (claspmt) R 30090 30092 30032 0 -1 4202560 7282 0 0 0 994 3 0 0 25 0 8 0 626878205 569782272 73747 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370269 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30092/tid=30095] ppid=30090 vsize=556428 CPUtime=10.72 cores=0-7
/proc/30092/task/30095/stat : 30095 (claspmt) R 30090 30092 30032 0 -1 4202560 7424 0 0 0 1070 2 0 0 25 0 8 0 626878205 569782272 73747 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30092/tid=30096] ppid=30090 vsize=556428 CPUtime=10.74 cores=0-7
/proc/30092/task/30096/stat : 30096 (claspmt) R 30090 30092 30032 0 -1 4202560 9294 0 0 0 1069 5 0 0 25 0 8 0 626878205 569782272 73747 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30092/tid=30097] ppid=30090 vsize=556428 CPUtime=10.31 cores=0-7
/proc/30092/task/30097/stat : 30097 (claspmt) R 30090 30092 30032 0 -1 4202560 7164 0 0 0 1028 3 0 0 25 0 8 0 626878205 569782272 73747 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370236 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30092/tid=30098] ppid=30090 vsize=556428 CPUtime=6.32 cores=0-7
/proc/30092/task/30098/stat : 30098 (claspmt) R 30090 30092 30032 0 -1 4202560 8067 0 0 0 629 3 0 0 25 0 8 0 626878205 569782272 73747 33554432000 4194304 4964704 140735764451040 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30092/tid=30099] ppid=30090 vsize=556428 CPUtime=10.63 cores=0-7
/proc/30092/task/30099/stat : 30099 (claspmt) R 30090 30092 30032 0 -1 4202560 9032 0 0 0 1060 3 0 0 25 0 8 0 626878205 569782272 73747 33554432000 4194304 4964704 140735764451040 18446744073709551615 4668601 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30092/tid=30100] ppid=30090 vsize=556428 CPUtime=9.03 cores=0-7
/proc/30092/task/30100/stat : 30100 (claspmt) R 30090 30092 30032 0 -1 4202560 8685 0 0 0 901 2 0 0 25 0 8 0 626878205 569782272 73747 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 80.23
Current children cumulated vsize (KiB) 556428

[startup+25.501 s]
/proc/loadavg: 3.78 1.66 2.33 10/289 30101
/proc/meminfo: memFree=20964400/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=563324 CPUtime=169.69 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 103575 0 0 0 16933 36 0 0 25 0 8 0 626878028 576843776 83647 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370224 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/30092/statm: 140831 83647 464 189 0 135180 0
[pid=30092/tid=30094] ppid=30090 vsize=563324 CPUtime=22.77 cores=0-7
/proc/30092/task/30094/stat : 30094 (claspmt) R 30090 30092 30032 0 -1 4202560 7593 0 0 0 2274 3 0 0 25 0 8 0 626878205 576843776 83647 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370364 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30092/tid=30095] ppid=30090 vsize=563324 CPUtime=20.82 cores=0-7
/proc/30092/task/30095/stat : 30095 (claspmt) R 30090 30092 30032 0 -1 4202560 7841 0 0 0 2080 2 0 0 25 0 8 0 626878205 576843776 83647 33554432000 4194304 4964704 140735764451040 18446744073709551615 4378499 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30092/tid=30096] ppid=30090 vsize=563324 CPUtime=23.01 cores=0-7
/proc/30092/task/30096/stat : 30096 (claspmt) R 30090 30092 30032 0 -1 4202560 11369 0 0 0 2295 6 0 0 25 0 8 0 626878205 576843776 83647 33554432000 4194304 4964704 140735764451040 18446744073709551615 252458170862 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30092/tid=30097] ppid=30090 vsize=563324 CPUtime=23.11 cores=0-7
/proc/30092/task/30097/stat : 30097 (claspmt) R 30090 30092 30032 0 -1 4202560 7988 0 0 0 2308 3 0 0 25 0 8 0 626878205 576843776 83647 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370229 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30092/tid=30098] ppid=30090 vsize=563324 CPUtime=18.4 cores=0-7
/proc/30092/task/30098/stat : 30098 (claspmt) R 30090 30092 30032 0 -1 4202560 9770 0 0 0 1836 4 0 0 25 0 8 0 626878205 576843776 83647 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370224 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30092/tid=30099] ppid=30090 vsize=563324 CPUtime=20.22 cores=0-7
/proc/30092/task/30099/stat : 30099 (claspmt) R 30090 30092 30032 0 -1 4202560 10569 0 0 0 2017 5 0 0 25 0 8 0 626878205 576843776 83647 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30092/tid=30100] ppid=30090 vsize=563324 CPUtime=16.19 cores=0-7
/proc/30092/task/30100/stat : 30100 (claspmt) R 30090 30092 30032 0 -1 4202560 11641 0 0 0 1613 6 0 0 25 0 8 0 626878205 576843776 83647 33554432000 4194304 4964704 140735764451040 18446744073709551615 4321243 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 169.69
Current children cumulated vsize (KiB) 563324

[startup+51.1012 s]
/proc/loadavg: 5.56 2.25 2.51 10/289 30101
/proc/meminfo: memFree=20905352/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=571308 CPUtime=348.62 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 118425 0 0 0 34815 47 0 0 25 0 8 0 626878028 585019392 98497 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370224 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/30092/statm: 142827 98497 466 189 0 137176 0
[pid=30092/tid=30094] ppid=30090 vsize=571308 CPUtime=41.46 cores=0-7
/proc/30092/task/30094/stat : 30094 (claspmt) R 30090 30092 30032 0 -1 4202560 8066 0 0 0 4143 3 0 0 25 0 8 0 626878205 585019392 98497 33554432000 4194304 4964704 140735764451040 18446744073709551615 4668693 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30092/tid=30095] ppid=30090 vsize=571308 CPUtime=39.87 cores=0-7
/proc/30092/task/30095/stat : 30095 (claspmt) R 30090 30092 30032 0 -1 4202560 9069 0 0 0 3984 3 0 0 25 0 8 0 626878205 585019392 98497 33554432000 4194304 4964704 140735764451040 18446744073709551615 4669333 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=30092/tid=30096] ppid=30090 vsize=571308 CPUtime=45.15 cores=0-7
/proc/30092/task/30096/stat : 30096 (claspmt) R 30090 30092 30032 0 -1 4202560 14498 0 0 0 4506 9 0 0 25 0 8 0 626878205 585019392 98497 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670100 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30092/tid=30097] ppid=30090 vsize=571308 CPUtime=46.55 cores=0-7
/proc/30092/task/30097/stat : 30097 (claspmt) R 30090 30092 30032 0 -1 4202560 8776 0 0 0 4652 3 0 0 25 0 8 0 626878205 585019392 98497 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 2 0 0 0
[pid=30092/tid=30098] ppid=30090 vsize=571308 CPUtime=44 cores=0-7
/proc/30092/task/30098/stat : 30098 (claspmt) R 30090 30092 30032 0 -1 4202560 10463 0 0 0 4395 5 0 0 25 0 8 0 626878205 585019392 98497 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370264 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30092/tid=30099] ppid=30090 vsize=571308 CPUtime=44.17 cores=0-7
/proc/30092/task/30099/stat : 30099 (claspmt) R 30090 30092 30032 0 -1 4202560 12490 0 0 0 4410 7 0 0 25 0 8 0 626878205 585019392 98497 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30092/tid=30100] ppid=30090 vsize=571308 CPUtime=36.63 cores=0-7
/proc/30092/task/30100/stat : 30100 (claspmt) R 30090 30092 30032 0 -1 4202560 18177 0 0 0 3654 9 0 0 25 0 8 0 626878205 585019392 98497 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670277 0 0 4096 18946 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 348.62
Current children cumulated vsize (KiB) 571308

[startup+102.311 s]
/proc/loadavg: 7.63 3.38 2.88 10/289 30103
/proc/meminfo: memFree=20796960/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=720364 CPUtime=706.54 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 145143 0 0 0 70587 67 0 0 25 0 8 0 626878028 737652736 125215 33554432000 4194304 4964704 140735764451040 18446744073709551615 4668618 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/30092/statm: 180091 125215 466 189 0 174440 0
[pid=30092/tid=30094] ppid=30090 vsize=720364 CPUtime=87.79 cores=0-7
/proc/30092/task/30094/stat : 30094 (claspmt) R 30090 30092 30032 0 -1 4202560 8966 0 0 0 8775 4 0 0 25 0 8 0 626878205 737652736 125215 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30092/tid=30095] ppid=30090 vsize=720364 CPUtime=85.09 cores=0-7
/proc/30092/task/30095/stat : 30095 (claspmt) R 30090 30092 30032 0 -1 4202560 12817 0 0 0 8504 5 0 0 25 0 8 0 626878205 737652736 125215 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670219 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30092/tid=30096] ppid=30090 vsize=720364 CPUtime=90.85 cores=0-7
/proc/30092/task/30096/stat : 30096 (claspmt) R 30090 30092 30032 0 -1 4202560 18697 0 0 0 9074 11 0 0 25 0 8 0 626878205 737652736 125215 33554432000 4194304 4964704 140735764451040 18446744073709551615 4321023 0 0 4096 18946 0 0 0 -1 1 0 0 0

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

[pid=30092] ppid=30090 vsize=3326148 CPUtime=34079.8 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 775863 0 0 0 3407346 632 0 0 25 0 8 0 626878028 3405975552 749806 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/30092/statm: 831537 749806 466 189 0 825886 0
[pid=30092/tid=30094] ppid=30090 vsize=3326148 CPUtime=4276.1 cores=0-7
/proc/30092/task/30094/stat : 30094 (claspmt) R 30090 30092 30032 0 -1 4202560 40360 0 0 0 427583 27 0 0 25 0 8 0 626878205 3405975552 749806 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30092/tid=30095] ppid=30090 vsize=3326148 CPUtime=4375.76 cores=0-7
/proc/30092/task/30095/stat : 30095 (claspmt) R 30090 30092 30032 0 -1 4202560 88914 0 0 0 437517 59 0 0 25 0 8 0 626878205 3405975552 749806 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30092/tid=30096] ppid=30090 vsize=3326148 CPUtime=4139.43 cores=0-7
/proc/30092/task/30096/stat : 30096 (claspmt) R 30090 30092 30032 0 -1 4202560 93380 0 0 0 413872 71 0 0 25 0 8 0 626878205 3405975552 749806 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30092/tid=30097] ppid=30090 vsize=3326148 CPUtime=4485.59 cores=0-7
/proc/30092/task/30097/stat : 30097 (claspmt) R 30090 30092 30032 0 -1 4202560 76423 0 0 0 448504 55 0 0 25 0 8 0 626878205 3405975552 749806 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670260 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30092/tid=30098] ppid=30090 vsize=3326148 CPUtime=4549.29 cores=0-7
/proc/30092/task/30098/stat : 30098 (claspmt) R 30090 30092 30032 0 -1 4202560 67785 0 0 0 454880 49 0 0 25 0 8 0 626878205 3405975552 749806 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30092/tid=30099] ppid=30090 vsize=3326148 CPUtime=4362 cores=0-7
/proc/30092/task/30099/stat : 30099 (claspmt) R 30090 30092 30032 0 -1 4202560 101618 0 0 0 436129 71 0 0 25 0 8 0 626878205 3405975552 749806 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30092/tid=30100] ppid=30090 vsize=3326148 CPUtime=3981.04 cores=0-7
/proc/30092/task/30100/stat : 30100 (claspmt) R 30090 30092 30032 0 -1 4202560 214617 0 0 0 397881 223 0 0 25 0 8 0 626878205 3405975552 749806 33554432000 4194304 4964704 140735764451040 18446744073709551615 4668592 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34079.8
Current children cumulated vsize (KiB) 3326148

[startup+4902.3 s]
/proc/loadavg: 9.00 9.02 8.98 10/289 30243
/proc/meminfo: memFree=18275492/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=3326148 CPUtime=34499.2 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 776087 0 0 0 3449292 633 0 0 25 0 8 0 626878028 3405975552 749987 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/30092/statm: 831537 749987 466 189 0 825886 0
[pid=30092/tid=30094] ppid=30090 vsize=3326148 CPUtime=4335.56 cores=0-7
/proc/30092/task/30094/stat : 30094 (claspmt) R 30090 30092 30032 0 -1 4202560 40360 0 0 0 433529 27 0 0 25 0 8 0 626878205 3405975552 749987 33554432000 4194304 4964704 140735764451040 18446744073709551615 4653475 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30092/tid=30095] ppid=30090 vsize=3326148 CPUtime=4435.75 cores=0-7
/proc/30092/task/30095/stat : 30095 (claspmt) R 30090 30092 30032 0 -1 4202560 88916 0 0 0 443516 59 0 0 25 0 8 0 626878205 3405975552 749987 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30092/tid=30096] ppid=30090 vsize=3326148 CPUtime=4199.43 cores=0-7
/proc/30092/task/30096/stat : 30096 (claspmt) R 30090 30092 30032 0 -1 4202560 93394 0 0 0 419872 71 0 0 25 0 8 0 626878205 3405975552 749987 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670250 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30092/tid=30097] ppid=30090 vsize=3326148 CPUtime=4516.19 cores=0-7
/proc/30092/task/30097/stat : 30097 (claspmt) R 30090 30092 30032 0 -1 4202560 76423 0 0 0 451564 55 0 0 25 0 8 0 626878205 3405975552 749987 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30092/tid=30098] ppid=30090 vsize=3326148 CPUtime=4609.3 cores=0-7
/proc/30092/task/30098/stat : 30098 (claspmt) R 30090 30092 30032 0 -1 4202560 67856 0 0 0 460881 49 0 0 25 0 8 0 626878205 3405975552 749987 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30092/tid=30099] ppid=30090 vsize=3326148 CPUtime=4422 cores=0-7
/proc/30092/task/30099/stat : 30099 (claspmt) R 30090 30092 30032 0 -1 4202560 101747 0 0 0 442129 71 0 0 25 0 8 0 626878205 3405975552 749987 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30092/tid=30100] ppid=30090 vsize=3326148 CPUtime=4041.04 cores=0-7
/proc/30092/task/30100/stat : 30100 (claspmt) R 30090 30092 30032 0 -1 4202560 214618 0 0 0 403881 223 0 0 25 0 8 0 626878205 3405975552 749987 33554432000 4194304 4964704 140735764451040 18446744073709551615 4669432 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34499.2
Current children cumulated vsize (KiB) 3326148

[startup+4962.3 s]
/proc/loadavg: 9.00 9.02 8.98 10/289 30244
/proc/meminfo: memFree=18274356/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=3326148 CPUtime=34918.7 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 776256 0 0 0 3491236 633 0 0 25 0 8 0 626878028 3405975552 750156 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 5 0 0 0
/proc/30092/statm: 831537 750156 466 189 0 825886 0
[pid=30092/tid=30094] ppid=30090 vsize=3326148 CPUtime=4395.01 cores=0-7
/proc/30092/task/30094/stat : 30094 (claspmt) R 30090 30092 30032 0 -1 4202560 40361 0 0 0 439474 27 0 0 25 0 8 0 626878205 3405975552 750156 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370364 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30092/tid=30095] ppid=30090 vsize=3326148 CPUtime=4495.74 cores=0-7
/proc/30092/task/30095/stat : 30095 (claspmt) R 30090 30092 30032 0 -1 4202560 88916 0 0 0 449515 59 0 0 25 0 8 0 626878205 3405975552 750156 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30092/tid=30096] ppid=30090 vsize=3326148 CPUtime=4259.43 cores=0-7
/proc/30092/task/30096/stat : 30096 (claspmt) R 30090 30092 30032 0 -1 4202560 93403 0 0 0 425872 71 0 0 25 0 8 0 626878205 3405975552 750156 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670243 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30092/tid=30097] ppid=30090 vsize=3326148 CPUtime=4546.3 cores=0-7
/proc/30092/task/30097/stat : 30097 (claspmt) R 30090 30092 30032 0 -1 4202560 76432 0 0 0 454575 55 0 0 25 0 8 0 626878205 3405975552 750156 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30092/tid=30098] ppid=30090 vsize=3326148 CPUtime=4669.3 cores=0-7
/proc/30092/task/30098/stat : 30098 (claspmt) R 30090 30092 30032 0 -1 4202560 67945 0 0 0 466881 49 0 0 25 0 8 0 626878205 3405975552 750156 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30092/tid=30099] ppid=30090 vsize=3326148 CPUtime=4482 cores=0-7
/proc/30092/task/30099/stat : 30099 (claspmt) R 30090 30092 30032 0 -1 4202560 101807 0 0 0 448129 71 0 0 25 0 8 0 626878205 3405975552 750156 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30092/tid=30100] ppid=30090 vsize=3326148 CPUtime=4101.04 cores=0-7
/proc/30092/task/30100/stat : 30100 (claspmt) R 30090 30092 30032 0 -1 4202560 214619 0 0 0 409881 223 0 0 25 0 8 0 626878205 3405975552 750156 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670215 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34918.7
Current children cumulated vsize (KiB) 3326148

[startup+5022.3 s]
/proc/loadavg: 9.00 9.01 8.98 10/289 30246
/proc/meminfo: memFree=18272728/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=3326148 CPUtime=35338.1 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 776640 0 0 0 3533182 633 0 0 25 0 8 0 626878028 3405975552 750540 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370269 0 0 4096 18946 18446744073709551615 0 0 17 3 0 0 0
/proc/30092/statm: 831537 750540 466 189 0 825886 0
[pid=30092/tid=30094] ppid=30090 vsize=3326148 CPUtime=4441.97 cores=0-7
/proc/30092/task/30094/stat : 30094 (claspmt) R 30090 30092 30032 0 -1 4202560 40361 0 0 0 444170 27 0 0 25 0 8 0 626878205 3405975552 750540 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30092/tid=30095] ppid=30090 vsize=3326148 CPUtime=4555.73 cores=0-7
/proc/30092/task/30095/stat : 30095 (claspmt) R 30090 30092 30032 0 -1 4202560 88930 0 0 0 455514 59 0 0 25 0 8 0 626878205 3405975552 750540 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30092/tid=30096] ppid=30090 vsize=3326148 CPUtime=4319.43 cores=0-7
/proc/30092/task/30096/stat : 30096 (claspmt) R 30090 30092 30032 0 -1 4202560 93578 0 0 0 431872 71 0 0 25 0 8 0 626878205 3405975552 750540 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30092/tid=30097] ppid=30090 vsize=3326148 CPUtime=4596.6 cores=0-7
/proc/30092/task/30097/stat : 30097 (claspmt) R 30090 30092 30032 0 -1 4202560 76455 0 0 0 459605 55 0 0 25 0 8 0 626878205 3405975552 750540 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30092/tid=30098] ppid=30090 vsize=3326148 CPUtime=4722.6 cores=0-7
/proc/30092/task/30098/stat : 30098 (claspmt) R 30090 30092 30032 0 -1 4202560 68106 0 0 0 472211 49 0 0 25 0 8 0 626878205 3405975552 750540 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30092/tid=30099] ppid=30090 vsize=3326148 CPUtime=4542 cores=0-7
/proc/30092/task/30099/stat : 30099 (claspmt) R 30090 30092 30032 0 -1 4202560 101816 0 0 0 454129 71 0 0 25 0 8 0 626878205 3405975552 750540 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670255 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30092/tid=30100] ppid=30090 vsize=3326148 CPUtime=4161.03 cores=0-7
/proc/30092/task/30100/stat : 30100 (claspmt) R 30090 30092 30032 0 -1 4202560 214621 0 0 0 415880 223 0 0 25 0 8 0 626878205 3405975552 750540 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 35338.1
Current children cumulated vsize (KiB) 3326148

[startup+5082.3 s]
/proc/loadavg: 9.00 9.01 8.98 10/289 30247
/proc/meminfo: memFree=18270964/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=3326148 CPUtime=35757.6 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 776951 0 0 0 3575127 634 0 0 25 0 8 0 626878028 3405975552 750723 33554432000 4194304 4964704 140735764451040 18446744073709551615 4370236 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30092/statm: 831537 750723 466 189 0 825886 0
[pid=30092/tid=30094] ppid=30090 vsize=3326148 CPUtime=4501.43 cores=0-7
/proc/30092/task/30094/stat : 30094 (claspmt) R 30090 30092 30032 0 -1 4202560 40378 0 0 0 450116 27 0 0 25 0 8 0 626878205 3405975552 750723 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30092/tid=30095] ppid=30090 vsize=3326148 CPUtime=4615.73 cores=0-7
/proc/30092/task/30095/stat : 30095 (claspmt) R 30090 30092 30032 0 -1 4202560 88930 0 0 0 461514 59 0 0 25 0 8 0 626878205 3405975552 750723 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30092/tid=30096] ppid=30090 vsize=3326148 CPUtime=4378.93 cores=0-7
/proc/30092/task/30096/stat : 30096 (claspmt) R 30090 30092 30032 0 -1 4202560 93656 0 0 0 437822 71 0 0 25 0 8 0 626878205 3405975552 750723 33554432000 4194304 4964704 140735764451040 18446744073709551615 252457763434 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30092/tid=30097] ppid=30090 vsize=3326148 CPUtime=4656.6 cores=0-7
/proc/30092/task/30097/stat : 30097 (claspmt) R 30090 30092 30032 0 -1 4202560 76471 0 0 0 465605 55 0 0 25 0 8 0 626878205 3405975552 750723 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30092/tid=30098] ppid=30090 vsize=3326148 CPUtime=4753.51 cores=0-7
/proc/30092/task/30098/stat : 30098 (claspmt) R 30090 30092 30032 0 -1 4202560 68298 0 0 0 475302 49 0 0 25 0 8 0 626878205 3405975552 750723 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30092/tid=30099] ppid=30090 vsize=3326148 CPUtime=4602 cores=0-7
/proc/30092/task/30099/stat : 30099 (claspmt) R 30090 30092 30032 0 -1 4202560 101816 0 0 0 460129 71 0 0 25 0 8 0 626878205 3405975552 750723 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30092/tid=30100] ppid=30090 vsize=3326148 CPUtime=4221.04 cores=0-7
/proc/30092/task/30100/stat : 30100 (claspmt) R 30090 30092 30032 0 -1 4202560 214627 0 0 0 421881 223 0 0 25 0 8 0 626878205 3405975552 750723 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 35757.6
Current children cumulated vsize (KiB) 3326148



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 9.00 9.01 8.98 10/289 30248
/proc/meminfo: memFree=18270960/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=3326148 CPUtime=35881.4 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 776988 0 0 0 3587506 635 0 0 25 0 8 0 626878028 3405975552 750760 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 1 0 0 0
/proc/30092/statm: 831537 750760 466 189 0 825886 0
[pid=30092/tid=30094] ppid=30090 vsize=3326148 CPUtime=4518.97 cores=0-7
/proc/30092/task/30094/stat : 30094 (claspmt) R 30090 30092 30032 0 -1 4202560 40378 0 0 0 451870 27 0 0 25 0 8 0 626878205 3405975552 750760 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=30092/tid=30095] ppid=30090 vsize=3326148 CPUtime=4633.43 cores=0-7
/proc/30092/task/30095/stat : 30095 (claspmt) R 30090 30092 30032 0 -1 4202560 88930 0 0 0 463284 59 0 0 25 0 8 0 626878205 3405975552 750760 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=30092/tid=30096] ppid=30090 vsize=3326148 CPUtime=4385.83 cores=0-7
/proc/30092/task/30096/stat : 30096 (claspmt) R 30090 30092 30032 0 -1 4202560 93656 0 0 0 438511 72 0 0 25 0 8 0 626878205 3405975552 750760 33554432000 4194304 4964704 140735764451040 18446744073709551615 4362944 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=30092/tid=30097] ppid=30090 vsize=3326148 CPUtime=4674.31 cores=0-7
/proc/30092/task/30097/stat : 30097 (claspmt) R 30090 30092 30032 0 -1 4202560 76471 0 0 0 467376 55 0 0 25 0 8 0 626878205 3405975552 750760 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=30092/tid=30098] ppid=30090 vsize=3326148 CPUtime=4771.22 cores=0-7
/proc/30092/task/30098/stat : 30098 (claspmt) R 30090 30092 30032 0 -1 4202560 68315 0 0 0 477073 49 0 0 25 0 8 0 626878205 3405975552 750760 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=30092/tid=30099] ppid=30090 vsize=3326148 CPUtime=4619.71 cores=0-7
/proc/30092/task/30099/stat : 30099 (claspmt) R 30090 30092 30032 0 -1 4202560 101816 0 0 0 461900 71 0 0 25 0 8 0 626878205 3405975552 750760 33554432000 4194304 4964704 140735764451040 18446744073709551615 4321079 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=30092/tid=30100] ppid=30090 vsize=3326148 CPUtime=4238.74 cores=0-7
/proc/30092/task/30100/stat : 30100 (claspmt) R 30090 30092 30032 0 -1 4202560 214647 0 0 0 423651 223 0 0 25 0 8 0 626878205 3405975552 750760 33554432000 4194304 4964704 140735764451040 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 35881.4
Current children cumulated vsize (KiB) 3326148

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

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

[startup+5100.6 s]
/proc/loadavg: 9.00 9.01 8.98 3/283 30249
/proc/meminfo: memFree=18315028/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=3283844 CPUtime=35882.1 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 776998 0 0 0 3587570 635 0 0 25 0 1 0 626878028 3362656256 739465 33554432000 4194304 4964704 140735764451040 18446744073709551615 252457723666 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30092/statm: 820961 739465 476 189 0 815310 0
Current children cumulated CPU time (s) 35882.1
Current children cumulated vsize (KiB) 3283844

[startup+5101 s]
/proc/loadavg: 9.00 9.01 8.98 3/283 30249
/proc/meminfo: memFree=18315028/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=3249388 CPUtime=35882.4 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 776998 0 0 0 3587609 635 0 0 25 0 1 0 626878028 3327373312 730075 33554432000 4194304 4964704 140735764451040 18446744073709551615 252457722862 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30092/statm: 812347 730075 476 189 0 806696 0
Current children cumulated CPU time (s) 35882.4
Current children cumulated vsize (KiB) 3249388

[startup+5101.4 s]
/proc/loadavg: 9.00 9.01 8.98 3/283 30249
/proc/meminfo: memFree=18315028/32951124 swapFree=66735616/67111528
[pid=30092] ppid=30090 vsize=1535268 CPUtime=35882.8 cores=0-7
/proc/30092/stat : 30092 (claspmt) R 30090 30092 30032 0 -1 4202496 776998 0 0 0 3587642 642 0 0 25 0 1 0 626878028 1572114432 329937 33554432000 4194304 4964704 140735764451040 18446744073709551615 252458109287 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/30092/statm: 383817 329426 476 189 0 378166 0
Current children cumulated CPU time (s) 35882.8
Current children cumulated vsize (KiB) 1535268

Child status: 0
Real time (s): 5101.47
CPU time (s): 35882.9
CPU user time (s): 35876.4
CPU system time (s): 6.49501
CPU usage (%): 703.384
Max. virtual memory (cumulated for all children) (KiB): 3326148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35876.4
system time used= 6.49501
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 776999
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= 57129
involuntary context switches= 212074

runsolver used 12.966 second user time and 33.4189 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-02 22:01:16
IDJOB=3321706
IDBENCH=82493
IDSOLVER=1711
FILE ID=node111/3321706-1304366475
RUNJOBID= node111-1304366468-30046
PBS_JOBID= 13181759
Free space on /tmp= 72988 MiB

SOLVER NAME= claspmt 2.0-R4095
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-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-3321706-1304366475/watcher-3321706-1304366475 -o /tmp/evaluation-result-3321706-1304366475/solver-3321706-1304366475 -C 40000 -W 5100 -M 31000  HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321706-1304366475.cnf

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=1763433587

node111.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.849
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.849
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	: 5428.12
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.849
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.75
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:     32951124 kB
MemFree:      21294320 kB
Buffers:        296728 kB
Cached:        1620824 kB
SwapCached:      22688 kB
Active:        6490928 kB
Inactive:      4781848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21294320 kB
SwapTotal:    67111528 kB
SwapFree:     66735616 kB
Dirty:           11312 kB
Writeback:           0 kB
AnonPages:     9336072 kB
Mapped:          24208 kB
Slab:           288116 kB
PageTables:      31268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 41718328 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= 72988 MiB
End job on node111 at 2011-05-02 23:26:18