Trace number 3321590

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) 35527.9 5100.85

General information on the benchmark

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

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...364903/instance-3321590-1304364903.cnf
0.38/0.40	c Solving...
35527.04/5100.01	
35527.04/5100.01	*** INTERRUPTED! ***
35527.04/5100.01	*** Shutting down threads...
35527.88/5100.81	s UNKNOWN
35527.88/5100.81	
35527.88/5100.81	c INTERRUPTED   : 1
35527.88/5100.81	c Models        : 0+    
35527.88/5100.81	c Time          : 5100.016s (Solving: 5099.62s 1st Model: 0.00s Unsat: 0.00s)
35527.88/5100.81	c CPU Time      : 35527.100s

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-3321590-1304364903/watcher-3321590-1304364903 -o /tmp/evaluation-result-3321590-1304364903/solver-3321590-1304364903 -C 40000 -W 5100 -M 31000 HOME/claspmt -t8 -p HOME/sat11-port.txt --distribute=all,2 HOME/instance-3321590-1304364903.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: 9.01 9.02 8.90 2/239 17111
/proc/meminfo: memFree=6864632/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=32968 CPUtime=0 cores=0-7
/proc/17111/stat : 17111 (claspmt) R 17109 17111 16065 0 -1 4202496 1970 0 0 0 0 0 0 0 21 0 1 0 548093096 33759232 1900 33554432000 4194304 4964704 140733908465504 18446744073709551615 4700332 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/17111/statm: 8242 1907 376 189 0 3116 0

[startup+0.063797 s]
/proc/loadavg: 9.01 9.02 8.90 2/239 17111
/proc/meminfo: memFree=6864632/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=42668 CPUtime=0.06 cores=0-7
/proc/17111/stat : 17111 (claspmt) R 17109 17111 16065 0 -1 4202496 6893 0 0 0 5 1 0 0 21 0 1 0 548093096 43692032 5786 33554432000 4194304 4964704 140733908465504 18446744073709551615 218370618053 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17111/statm: 10667 5787 389 189 0 5541 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 42668

[startup+0.100792 s]
/proc/loadavg: 9.01 9.02 8.90 2/239 17111
/proc/meminfo: memFree=6864632/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=46736 CPUtime=0.09 cores=0-7
/proc/17111/stat : 17111 (claspmt) R 17109 17111 16065 0 -1 4202496 8310 0 0 0 8 1 0 0 21 0 1 0 548093096 47857664 6751 33554432000 4194304 4964704 140733908465504 18446744073709551615 218370618053 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17111/statm: 11684 6753 389 189 0 6558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46736

[startup+0.300758 s]
/proc/loadavg: 9.01 9.02 8.90 2/239 17111
/proc/meminfo: memFree=6864632/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=62512 CPUtime=0.28 cores=0-7
/proc/17111/stat : 17111 (claspmt) R 17109 17111 16065 0 -1 4202496 13516 0 0 0 27 1 0 0 22 0 1 0 548093096 64012288 10619 33554432000 4194304 4964704 140733908465504 18446744073709551615 4600431 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17111/statm: 15628 10619 404 189 0 10502 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 62512

[startup+0.700686 s]
/proc/loadavg: 9.01 9.02 8.90 2/239 17111
/proc/meminfo: memFree=6864632/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=391120 CPUtime=0.83 cores=0-7
/proc/17111/stat : 17111 (claspmt) S 17109 17111 16065 0 -1 4202496 34002 0 0 0 74 9 0 0 18 0 8 0 548093096 400506880 24427 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/17111/statm: 97780 24427 443 189 0 92129 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 391120

[startup+1.50054 s]
/proc/loadavg: 9.01 9.02 8.90 3/247 17119
/proc/meminfo: memFree=6768356/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=391120 CPUtime=1.63 cores=0-7
/proc/17111/stat : 17111 (claspmt) S 17109 17111 16065 0 -1 4202496 34004 0 0 0 154 9 0 0 18 0 8 0 548093096 400506880 24429 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/17111/statm: 97780 24429 443 189 0 92129 0
[pid=17111/tid=17113] ppid=17109 vsize=391120 CPUtime=0 cores=0-7
/proc/17111/task/17113/stat : 17113 (claspmt) S 17109 17111 16065 0 -1 4202560 2271 0 0 0 0 0 0 0 18 0 8 0 548093137 400506880 24429 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 1 0 0 0
[pid=17111/tid=17114] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17114/stat : 17114 (claspmt) S 17109 17111 16065 0 -1 4202560 3296 0 0 0 1 0 0 0 18 0 8 0 548093137 400506880 24429 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 3 0 0 0
[pid=17111/tid=17115] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17115/stat : 17115 (claspmt) S 17109 17111 16065 0 -1 4202560 3188 0 0 0 1 0 0 0 18 0 8 0 548093137 400506880 24429 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 7 0 0 0
[pid=17111/tid=17116] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17116/stat : 17116 (claspmt) S 17109 17111 16065 0 -1 4202560 2545 0 0 0 0 1 0 0 18 0 8 0 548093137 400506880 24429 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 2 0 0 0
[pid=17111/tid=17117] ppid=17109 vsize=391120 CPUtime=1.07 cores=0-7
/proc/17111/task/17117/stat : 17117 (claspmt) R 17109 17111 16065 0 -1 4202560 2785 0 0 0 107 0 0 0 19 0 8 0 548093137 400506880 24429 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670590 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17111/tid=17118] ppid=17109 vsize=391120 CPUtime=0.02 cores=0-7
/proc/17111/task/17118/stat : 17118 (claspmt) S 17109 17111 16065 0 -1 4202560 3319 0 0 0 1 1 0 0 18 0 8 0 548093137 400506880 24429 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 6 0 0 0
[pid=17111/tid=17119] ppid=17109 vsize=391120 CPUtime=0.03 cores=0-7
/proc/17111/task/17119/stat : 17119 (claspmt) S 17109 17111 16065 0 -1 4202560 2976 0 0 0 2 1 0 0 18 0 8 0 548093137 400506880 24429 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 391120

[startup+3.10126 s]
/proc/loadavg: 9.01 9.02 8.90 3/247 17119
/proc/meminfo: memFree=6767860/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=391120 CPUtime=3.23 cores=0-7
/proc/17111/stat : 17111 (claspmt) S 17109 17111 16065 0 -1 4202496 34006 0 0 0 314 9 0 0 18 0 8 0 548093096 400506880 24431 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/17111/statm: 97780 24431 443 189 0 92129 0
[pid=17111/tid=17113] ppid=17109 vsize=391120 CPUtime=0 cores=0-7
/proc/17111/task/17113/stat : 17113 (claspmt) S 17109 17111 16065 0 -1 4202560 2271 0 0 0 0 0 0 0 18 0 8 0 548093137 400506880 24431 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 1 0 0 0
[pid=17111/tid=17114] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17114/stat : 17114 (claspmt) S 17109 17111 16065 0 -1 4202560 3296 0 0 0 1 0 0 0 18 0 8 0 548093137 400506880 24431 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 3 0 0 0
[pid=17111/tid=17115] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17115/stat : 17115 (claspmt) S 17109 17111 16065 0 -1 4202560 3188 0 0 0 1 0 0 0 18 0 8 0 548093137 400506880 24431 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 7 0 0 0
[pid=17111/tid=17116] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17116/stat : 17116 (claspmt) S 17109 17111 16065 0 -1 4202560 2545 0 0 0 0 1 0 0 18 0 8 0 548093137 400506880 24431 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 2 0 0 0
[pid=17111/tid=17117] ppid=17109 vsize=391120 CPUtime=2.67 cores=0-7
/proc/17111/task/17117/stat : 17117 (claspmt) R 17109 17111 16065 0 -1 4202560 2787 0 0 0 267 0 0 0 22 0 8 0 548093137 400506880 24431 33554432000 4194304 4964704 140733908465504 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17111/tid=17118] ppid=17109 vsize=391120 CPUtime=0.02 cores=0-7
/proc/17111/task/17118/stat : 17118 (claspmt) S 17109 17111 16065 0 -1 4202560 3319 0 0 0 1 1 0 0 18 0 8 0 548093137 400506880 24431 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 6 0 0 0
[pid=17111/tid=17119] ppid=17109 vsize=391120 CPUtime=0.03 cores=0-7
/proc/17111/task/17119/stat : 17119 (claspmt) S 17109 17111 16065 0 -1 4202560 2976 0 0 0 2 1 0 0 18 0 8 0 548093137 400506880 24431 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.23
Current children cumulated vsize (KiB) 391120

[startup+6.30069 s]
/proc/loadavg: 8.45 8.90 8.86 3/247 17119
/proc/meminfo: memFree=6768292/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=391120 CPUtime=6.43 cores=0-7
/proc/17111/stat : 17111 (claspmt) S 17109 17111 16065 0 -1 4202496 34012 0 0 0 634 9 0 0 18 0 8 0 548093096 400506880 24437 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/17111/statm: 97780 24437 443 189 0 92129 0
[pid=17111/tid=17113] ppid=17109 vsize=391120 CPUtime=0 cores=0-7
/proc/17111/task/17113/stat : 17113 (claspmt) S 17109 17111 16065 0 -1 4202560 2271 0 0 0 0 0 0 0 18 0 8 0 548093137 400506880 24437 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 1 0 0 0
[pid=17111/tid=17114] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17114/stat : 17114 (claspmt) S 17109 17111 16065 0 -1 4202560 3296 0 0 0 1 0 0 0 18 0 8 0 548093137 400506880 24437 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 3 0 0 0
[pid=17111/tid=17115] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17115/stat : 17115 (claspmt) S 17109 17111 16065 0 -1 4202560 3188 0 0 0 1 0 0 0 18 0 8 0 548093137 400506880 24437 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 7 0 0 0
[pid=17111/tid=17116] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17116/stat : 17116 (claspmt) S 17109 17111 16065 0 -1 4202560 2545 0 0 0 0 1 0 0 18 0 8 0 548093137 400506880 24437 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 2 0 0 0
[pid=17111/tid=17117] ppid=17109 vsize=391120 CPUtime=5.87 cores=0-7
/proc/17111/task/17117/stat : 17117 (claspmt) R 17109 17111 16065 0 -1 4202560 2793 0 0 0 587 0 0 0 25 0 8 0 548093137 400506880 24437 33554432000 4194304 4964704 140733908465504 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17111/tid=17118] ppid=17109 vsize=391120 CPUtime=0.02 cores=0-7
/proc/17111/task/17118/stat : 17118 (claspmt) S 17109 17111 16065 0 -1 4202560 3319 0 0 0 1 1 0 0 18 0 8 0 548093137 400506880 24437 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 6 0 0 0
[pid=17111/tid=17119] ppid=17109 vsize=391120 CPUtime=0.03 cores=0-7
/proc/17111/task/17119/stat : 17119 (claspmt) S 17109 17111 16065 0 -1 4202560 2976 0 0 0 2 1 0 0 18 0 8 0 548093137 400506880 24437 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 391120

[startup+12.7005 s]
/proc/loadavg: 7.93 8.78 8.83 3/247 17119
/proc/meminfo: memFree=6768532/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=391120 CPUtime=12.83 cores=0-7
/proc/17111/stat : 17111 (claspmt) S 17109 17111 16065 0 -1 4202496 34014 0 0 0 1274 9 0 0 18 0 8 0 548093096 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/17111/statm: 97780 24439 443 189 0 92129 0
[pid=17111/tid=17113] ppid=17109 vsize=391120 CPUtime=0 cores=0-7
/proc/17111/task/17113/stat : 17113 (claspmt) S 17109 17111 16065 0 -1 4202560 2271 0 0 0 0 0 0 0 18 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 1 0 0 0
[pid=17111/tid=17114] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17114/stat : 17114 (claspmt) S 17109 17111 16065 0 -1 4202560 3296 0 0 0 1 0 0 0 18 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 3 0 0 0
[pid=17111/tid=17115] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17115/stat : 17115 (claspmt) S 17109 17111 16065 0 -1 4202560 3188 0 0 0 1 0 0 0 18 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 7 0 0 0
[pid=17111/tid=17116] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17116/stat : 17116 (claspmt) S 17109 17111 16065 0 -1 4202560 2545 0 0 0 0 1 0 0 18 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 2 0 0 0
[pid=17111/tid=17117] ppid=17109 vsize=391120 CPUtime=12.27 cores=0-7
/proc/17111/task/17117/stat : 17117 (claspmt) R 17109 17111 16065 0 -1 4202560 2795 0 0 0 1227 0 0 0 25 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 4399307 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17111/tid=17118] ppid=17109 vsize=391120 CPUtime=0.02 cores=0-7
/proc/17111/task/17118/stat : 17118 (claspmt) S 17109 17111 16065 0 -1 4202560 3319 0 0 0 1 1 0 0 18 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 6 0 0 0
[pid=17111/tid=17119] ppid=17109 vsize=391120 CPUtime=0.03 cores=0-7
/proc/17111/task/17119/stat : 17119 (claspmt) S 17109 17111 16065 0 -1 4202560 2976 0 0 0 2 1 0 0 18 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 391120

[startup+25.5013 s]
/proc/loadavg: 6.62 8.45 8.72 3/247 17120
/proc/meminfo: memFree=6769836/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=391120 CPUtime=25.63 cores=0-7
/proc/17111/stat : 17111 (claspmt) S 17109 17111 16065 0 -1 4202496 34014 0 0 0 2554 9 0 0 18 0 8 0 548093096 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/17111/statm: 97780 24439 443 189 0 92129 0
[pid=17111/tid=17113] ppid=17109 vsize=391120 CPUtime=0 cores=0-7
/proc/17111/task/17113/stat : 17113 (claspmt) S 17109 17111 16065 0 -1 4202560 2271 0 0 0 0 0 0 0 18 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 1 0 0 0
[pid=17111/tid=17114] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17114/stat : 17114 (claspmt) S 17109 17111 16065 0 -1 4202560 3296 0 0 0 1 0 0 0 18 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 3 0 0 0
[pid=17111/tid=17115] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17115/stat : 17115 (claspmt) S 17109 17111 16065 0 -1 4202560 3188 0 0 0 1 0 0 0 18 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 7 0 0 0
[pid=17111/tid=17116] ppid=17109 vsize=391120 CPUtime=0.01 cores=0-7
/proc/17111/task/17116/stat : 17116 (claspmt) S 17109 17111 16065 0 -1 4202560 2545 0 0 0 0 1 0 0 18 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 2 0 0 0
[pid=17111/tid=17117] ppid=17109 vsize=391120 CPUtime=25.07 cores=0-7
/proc/17111/task/17117/stat : 17117 (claspmt) R 17109 17111 16065 0 -1 4202560 2795 0 0 0 2507 0 0 0 25 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 4668931 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17111/tid=17118] ppid=17109 vsize=391120 CPUtime=0.02 cores=0-7
/proc/17111/task/17118/stat : 17118 (claspmt) S 17109 17111 16065 0 -1 4202560 3319 0 0 0 1 1 0 0 18 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 6 0 0 0
[pid=17111/tid=17119] ppid=17109 vsize=391120 CPUtime=0.03 cores=0-7
/proc/17111/task/17119/stat : 17119 (claspmt) S 17109 17111 16065 0 -1 4202560 2976 0 0 0 2 1 0 0 18 0 8 0 548093137 400506880 24439 33554432000 4194304 4964704 140733908465504 18446744073709551615 218382773145 0 0 4096 18946 18446604459580601536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.63
Current children cumulated vsize (KiB) 391120

[startup+51.1007 s]
/proc/loadavg: 7.03 8.39 8.69 10/247 17120
/proc/meminfo: memFree=6114992/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=995904 CPUtime=176.28 cores=0-7
/proc/17111/stat : 17111 (claspmt) R 17109 17111 16065 0 -1 4202496 201283 0 0 0 17542 86 0 0 25 0 8 0 548093096 1019805696 191707 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 2 0 0 0
/proc/17111/statm: 248976 191707 466 189 0 243325 0
[pid=17111/tid=17113] ppid=17109 vsize=995904 CPUtime=19.51 cores=0-7
/proc/17111/task/17113/stat : 17113 (claspmt) R 17109 17111 16065 0 -1 4202560 17136 0 0 0 1942 9 0 0 25 0 8 0 548093137 1019805696 191707 33554432000 4194304 4964704 140733908465504 18446744073709551615 4677956 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17111/tid=17114] ppid=17109 vsize=995904 CPUtime=18.66 cores=0-7
/proc/17111/task/17114/stat : 17114 (claspmt) R 17109 17111 16065 0 -1 4202560 28933 0 0 0 1853 13 0 0 18 0 8 0 548093137 1019805696 191707 33554432000 4194304 4964704 140733908465504 18446744073709551615 4320976 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17111/tid=17115] ppid=17109 vsize=995904 CPUtime=19.75 cores=0-7
/proc/17111/task/17115/stat : 17115 (claspmt) R 17109 17111 16065 0 -1 4202560 23542 0 0 0 1964 11 0 0 25 0 8 0 548093137 1019805696 191710 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17111/tid=17116] ppid=17109 vsize=995904 CPUtime=12.83 cores=0-7
/proc/17111/task/17116/stat : 17116 (claspmt) R 17109 17111 16065 0 -1 4202560 18345 0 0 0 1275 8 0 0 25 0 8 0 548093137 1019805696 191710 33554432000 4194304 4964704 140733908465504 18446744073709551615 4668907 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17111/tid=17117] ppid=17109 vsize=995904 CPUtime=50.67 cores=0-7
/proc/17111/task/17117/stat : 17117 (claspmt) R 17109 17111 16065 0 -1 4202560 2805 0 0 0 5067 0 0 0 25 0 8 0 548093137 1019805696 191710 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17111/tid=17118] ppid=17109 vsize=995904 CPUtime=16.39 cores=0-7
/proc/17111/task/17118/stat : 17118 (claspmt) R 17109 17111 16065 0 -1 4202560 26745 0 0 0 1626 13 0 0 25 0 8 0 548093137 1019805696 191710 33554432000 4194304 4964704 140733908465504 18446744073709551615 218371062254 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17111/tid=17119] ppid=17109 vsize=995904 CPUtime=19.03 cores=0-7
/proc/17111/task/17119/stat : 17119 (claspmt) R 17109 17111 16065 0 -1 4202560 52478 0 0 0 1885 18 0 0 25 0 8 0 548093137 1019805696 191710 33554432000 4194304 4964704 140733908465504 18446744073709551615 218370653963 0 0 4096 18946 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 176.28

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

/proc/17111/task/17118/stat : 17118 (claspmt) R 17109 17111 16065 0 -1 4202560 145215 0 0 0 429929 137 0 0 25 0 8 0 548093137 6589562880 1538021 33554432000 4194304 4964704 140733908465504 18446744073709551615 4321456 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17111/tid=17119] ppid=17109 vsize=6435120 CPUtime=3623.96 cores=0-7
/proc/17111/task/17119/stat : 17119 (claspmt) R 17109 17111 16065 0 -1 4202560 767753 0 0 0 361977 419 0 0 25 0 8 0 548093137 6589562880 1538021 33554432000 4194304 4964704 140733908465504 18446744073709551615 4653154 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 33305.6
Current children cumulated vsize (KiB) 6435120

[startup+4842.3 s]
/proc/loadavg: 9.11 9.06 9.01 10/247 17260
/proc/meminfo: memFree=646720/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=6435120 CPUtime=33725.2 cores=0-7
/proc/17111/stat : 17111 (claspmt) R 17109 17111 16065 0 -1 4202496 1551244 0 0 0 3371398 1118 0 0 25 0 8 0 548093096 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4668484 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/17111/statm: 1608780 1538023 466 189 0 1603129 0
[pid=17111/tid=17113] ppid=17109 vsize=6435120 CPUtime=4289.86 cores=0-7
/proc/17111/task/17113/stat : 17113 (claspmt) R 17109 17111 16065 0 -1 4202560 66634 0 0 0 428922 64 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670049 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17111/tid=17114] ppid=17109 vsize=6435120 CPUtime=4576.31 cores=0-7
/proc/17111/task/17114/stat : 17114 (claspmt) R 17109 17111 16065 0 -1 4202560 118250 0 0 0 457535 96 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17111/tid=17115] ppid=17109 vsize=6435120 CPUtime=4251.79 cores=0-7
/proc/17111/task/17115/stat : 17115 (claspmt) R 17109 17111 16065 0 -1 4202560 83683 0 0 0 425098 81 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670266 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17111/tid=17116] ppid=17109 vsize=6435120 CPUtime=4226.45 cores=0-7
/proc/17111/task/17116/stat : 17116 (claspmt) R 17109 17111 16065 0 -1 4202560 120806 0 0 0 422546 99 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4669051 0 0 4096 18946 0 0 0 -1 7 0 0 0
[pid=17111/tid=17117] ppid=17109 vsize=6435120 CPUtime=4400.83 cores=0-7
/proc/17111/task/17117/stat : 17117 (claspmt) R 17109 17111 16065 0 -1 4202560 70441 0 0 0 440005 78 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17111/tid=17118] ppid=17109 vsize=6435120 CPUtime=4360.66 cores=0-7
/proc/17111/task/17118/stat : 17118 (claspmt) R 17109 17111 16065 0 -1 4202560 145216 0 0 0 435929 137 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17111/tid=17119] ppid=17109 vsize=6435120 CPUtime=3683.96 cores=0-7
/proc/17111/task/17119/stat : 17119 (claspmt) R 17109 17111 16065 0 -1 4202560 767753 0 0 0 367977 419 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4321102 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 33725.2
Current children cumulated vsize (KiB) 6435120

[startup+4902.3 s]
/proc/loadavg: 9.08 9.06 9.01 10/247 17262
/proc/meminfo: memFree=646584/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=6435120 CPUtime=34144.7 cores=0-7
/proc/17111/stat : 17111 (claspmt) R 17109 17111 16065 0 -1 4202496 1551244 0 0 0 3413350 1118 0 0 25 0 8 0 548093096 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4465565 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/17111/statm: 1608780 1538023 466 189 0 1603129 0
[pid=17111/tid=17113] ppid=17109 vsize=6435120 CPUtime=4349.86 cores=0-7
/proc/17111/task/17113/stat : 17113 (claspmt) R 17109 17111 16065 0 -1 4202560 66634 0 0 0 434922 64 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17111/tid=17114] ppid=17109 vsize=6435120 CPUtime=4636.31 cores=0-7
/proc/17111/task/17114/stat : 17114 (claspmt) R 17109 17111 16065 0 -1 4202560 118250 0 0 0 463535 96 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17111/tid=17115] ppid=17109 vsize=6435120 CPUtime=4311.75 cores=0-7
/proc/17111/task/17115/stat : 17115 (claspmt) R 17109 17111 16065 0 -1 4202560 83683 0 0 0 431094 81 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4632289 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17111/tid=17116] ppid=17109 vsize=6435120 CPUtime=4256.99 cores=0-7
/proc/17111/task/17116/stat : 17116 (claspmt) R 17109 17111 16065 0 -1 4202560 120806 0 0 0 425600 99 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4669270 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17111/tid=17117] ppid=17109 vsize=6435120 CPUtime=4460.83 cores=0-7
/proc/17111/task/17117/stat : 17117 (claspmt) R 17109 17111 16065 0 -1 4202560 70441 0 0 0 446005 78 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17111/tid=17118] ppid=17109 vsize=6435120 CPUtime=4406.25 cores=0-7
/proc/17111/task/17118/stat : 17118 (claspmt) R 17109 17111 16065 0 -1 4202560 145216 0 0 0 440488 137 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17111/tid=17119] ppid=17109 vsize=6435120 CPUtime=3734.02 cores=0-7
/proc/17111/task/17119/stat : 17119 (claspmt) R 17109 17111 16065 0 -1 4202560 767753 0 0 0 372983 419 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670193 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34144.7
Current children cumulated vsize (KiB) 6435120

[startup+4962.3 s]
/proc/loadavg: 9.06 9.06 9.01 10/247 17263
/proc/meminfo: memFree=646292/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=6435120 CPUtime=34564.2 cores=0-7
/proc/17111/stat : 17111 (claspmt) R 17109 17111 16065 0 -1 4202496 1551244 0 0 0 3455301 1119 0 0 25 0 8 0 548093096 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670243 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/17111/statm: 1608780 1538023 466 189 0 1603129 0
[pid=17111/tid=17113] ppid=17109 vsize=6435120 CPUtime=4409.86 cores=0-7
/proc/17111/task/17113/stat : 17113 (claspmt) R 17109 17111 16065 0 -1 4202560 66634 0 0 0 440922 64 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4320970 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17111/tid=17114] ppid=17109 vsize=6435120 CPUtime=4696.31 cores=0-7
/proc/17111/task/17114/stat : 17114 (claspmt) R 17109 17111 16065 0 -1 4202560 118250 0 0 0 469535 96 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17111/tid=17115] ppid=17109 vsize=6435120 CPUtime=4368.43 cores=0-7
/proc/17111/task/17115/stat : 17115 (claspmt) R 17109 17111 16065 0 -1 4202560 83683 0 0 0 436762 81 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17111/tid=17116] ppid=17109 vsize=6435120 CPUtime=4306.19 cores=0-7
/proc/17111/task/17116/stat : 17116 (claspmt) R 17109 17111 16065 0 -1 4202560 120806 0 0 0 430520 99 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17111/tid=17117] ppid=17109 vsize=6435120 CPUtime=4504.42 cores=0-7
/proc/17111/task/17117/stat : 17117 (claspmt) R 17109 17111 16065 0 -1 4202560 70441 0 0 0 450364 78 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17111/tid=17118] ppid=17109 vsize=6435120 CPUtime=4466.25 cores=0-7
/proc/17111/task/17118/stat : 17118 (claspmt) R 17109 17111 16065 0 -1 4202560 145216 0 0 0 446488 137 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17111/tid=17119] ppid=17109 vsize=6435120 CPUtime=3766.89 cores=0-7
/proc/17111/task/17119/stat : 17119 (claspmt) R 17109 17111 16065 0 -1 4202560 767753 0 0 0 376270 419 0 0 25 0 8 0 548093137 6589562880 1538023 33554432000 4194304 4964704 140733908465504 18446744073709551615 4320909 0 0 4096 18946 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34564.2
Current children cumulated vsize (KiB) 6435120

[startup+5022.3 s]
/proc/loadavg: 9.10 9.08 9.02 10/247 17265
/proc/meminfo: memFree=646104/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=6435120 CPUtime=34983.7 cores=0-7
/proc/17111/stat : 17111 (claspmt) R 17109 17111 16065 0 -1 4202496 1551249 0 0 0 3497247 1120 0 0 25 0 8 0 548093096 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4632289 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/17111/statm: 1608780 1538028 466 189 0 1603129 0
[pid=17111/tid=17113] ppid=17109 vsize=6435120 CPUtime=4469.86 cores=0-7
/proc/17111/task/17113/stat : 17113 (claspmt) R 17109 17111 16065 0 -1 4202560 66634 0 0 0 446922 64 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17111/tid=17114] ppid=17109 vsize=6435120 CPUtime=4756.31 cores=0-7
/proc/17111/task/17114/stat : 17114 (claspmt) R 17109 17111 16065 0 -1 4202560 118253 0 0 0 475535 96 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4320951 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17111/tid=17115] ppid=17109 vsize=6435120 CPUtime=4425.32 cores=0-7
/proc/17111/task/17115/stat : 17115 (claspmt) R 17109 17111 16065 0 -1 4202560 83683 0 0 0 442451 81 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17111/tid=17116] ppid=17109 vsize=6435120 CPUtime=4338.28 cores=0-7
/proc/17111/task/17116/stat : 17116 (claspmt) R 17109 17111 16065 0 -1 4202560 120806 0 0 0 433729 99 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17111/tid=17117] ppid=17109 vsize=6435120 CPUtime=4564.42 cores=0-7
/proc/17111/task/17117/stat : 17117 (claspmt) R 17109 17111 16065 0 -1 4202560 70441 0 0 0 456364 78 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17111/tid=17118] ppid=17109 vsize=6435120 CPUtime=4506.21 cores=0-7
/proc/17111/task/17118/stat : 17118 (claspmt) R 17109 17111 16065 0 -1 4202560 145216 0 0 0 450484 137 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17111/tid=17119] ppid=17109 vsize=6435120 CPUtime=3817.89 cores=0-7
/proc/17111/task/17119/stat : 17119 (claspmt) R 17109 17111 16065 0 -1 4202560 767755 0 0 0 381370 419 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34983.7
Current children cumulated vsize (KiB) 6435120

[startup+5082.3 s]
/proc/loadavg: 9.07 9.07 9.02 10/247 17266
/proc/meminfo: memFree=646148/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=6435120 CPUtime=35403.2 cores=0-7
/proc/17111/stat : 17111 (claspmt) R 17109 17111 16065 0 -1 4202496 1551249 0 0 0 3539204 1120 0 0 25 0 8 0 548093096 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/17111/statm: 1608780 1538028 466 189 0 1603129 0
[pid=17111/tid=17113] ppid=17109 vsize=6435120 CPUtime=4529.86 cores=0-7
/proc/17111/task/17113/stat : 17113 (claspmt) R 17109 17111 16065 0 -1 4202560 66634 0 0 0 452922 64 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17111/tid=17114] ppid=17109 vsize=6435120 CPUtime=4798.53 cores=0-7
/proc/17111/task/17114/stat : 17114 (claspmt) R 17109 17111 16065 0 -1 4202560 118253 0 0 0 479756 97 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17111/tid=17115] ppid=17109 vsize=6435120 CPUtime=4485.32 cores=0-7
/proc/17111/task/17115/stat : 17115 (claspmt) R 17109 17111 16065 0 -1 4202560 83683 0 0 0 448451 81 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17111/tid=17116] ppid=17109 vsize=6435120 CPUtime=4393.71 cores=0-7
/proc/17111/task/17116/stat : 17116 (claspmt) R 17109 17111 16065 0 -1 4202560 120806 0 0 0 439272 99 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4669051 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17111/tid=17117] ppid=17109 vsize=6435120 CPUtime=4624.42 cores=0-7
/proc/17111/task/17117/stat : 17117 (claspmt) R 17109 17111 16065 0 -1 4202560 70441 0 0 0 462364 78 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4320966 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17111/tid=17118] ppid=17109 vsize=6435120 CPUtime=4558.26 cores=0-7
/proc/17111/task/17118/stat : 17118 (claspmt) R 17109 17111 16065 0 -1 4202560 145216 0 0 0 455689 137 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17111/tid=17119] ppid=17109 vsize=6435120 CPUtime=3848.2 cores=0-7
/proc/17111/task/17119/stat : 17119 (claspmt) R 17109 17111 16065 0 -1 4202560 767755 0 0 0 384401 419 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35403.2
Current children cumulated vsize (KiB) 6435120



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 9.11 9.08 9.02 10/247 17267
/proc/meminfo: memFree=645920/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=6435120 CPUtime=35527 cores=0-7
/proc/17111/stat : 17111 (claspmt) R 17109 17111 16065 0 -1 4202496 1551249 0 0 0 3551584 1120 0 0 25 0 8 0 548093096 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4320951 0 0 4096 18946 18446744073709551615 0 0 17 7 0 0 0
/proc/17111/statm: 1608780 1538028 466 189 0 1603129 0
[pid=17111/tid=17113] ppid=17109 vsize=6435120 CPUtime=4547.57 cores=0-7
/proc/17111/task/17113/stat : 17113 (claspmt) R 17109 17111 16065 0 -1 4202560 66634 0 0 0 454693 64 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 5 0 0 0
[pid=17111/tid=17114] ppid=17109 vsize=6435120 CPUtime=4807.39 cores=0-7
/proc/17111/task/17114/stat : 17114 (claspmt) R 17109 17111 16065 0 -1 4202560 118253 0 0 0 480642 97 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 4 0 0 0
[pid=17111/tid=17115] ppid=17109 vsize=6435120 CPUtime=4503.01 cores=0-7
/proc/17111/task/17115/stat : 17115 (claspmt) R 17109 17111 16065 0 -1 4202560 83683 0 0 0 450220 81 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4653154 0 0 4096 18946 0 0 0 -1 1 0 0 0
[pid=17111/tid=17116] ppid=17109 vsize=6435120 CPUtime=4411.42 cores=0-7
/proc/17111/task/17116/stat : 17116 (claspmt) R 17109 17111 16065 0 -1 4202560 120806 0 0 0 441043 99 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4668488 0 0 4096 18946 0 0 0 -1 0 0 0 0
[pid=17111/tid=17117] ppid=17109 vsize=6435120 CPUtime=4642.13 cores=0-7
/proc/17111/task/17117/stat : 17117 (claspmt) R 17109 17111 16065 0 -1 4202560 70441 0 0 0 464135 78 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4669200 0 0 4096 18946 0 0 0 -1 3 0 0 0
[pid=17111/tid=17118] ppid=17109 vsize=6435120 CPUtime=4575.97 cores=0-7
/proc/17111/task/17118/stat : 17118 (claspmt) R 17109 17111 16065 0 -1 4202560 145216 0 0 0 457460 137 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670228 0 0 4096 18946 0 0 0 -1 6 0 0 0
[pid=17111/tid=17119] ppid=17109 vsize=6435120 CPUtime=3857.05 cores=0-7
/proc/17111/task/17119/stat : 17119 (claspmt) R 17109 17111 16065 0 -1 4202560 767755 0 0 0 385286 419 0 0 25 0 8 0 548093137 6589562880 1538028 33554432000 4194304 4964704 140733908465504 18446744073709551615 4670248 0 0 4096 18946 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 35527
Current children cumulated vsize (KiB) 6435120

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.11 9.08 9.02 3/241 17268
/proc/meminfo: memFree=714416/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=6315372 CPUtime=35527.7 cores=0-7
/proc/17111/stat : 17111 (claspmt) R 17109 17111 16065 0 -1 4202496 1551259 0 0 0 3551648 1120 0 0 25 0 1 0 548093096 6466940928 1514947 33554432000 4194304 4964704 140733908465504 18446744073709551615 218370612347 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17111/statm: 1578843 1514947 476 189 0 1573192 0
Current children cumulated CPU time (s) 35527.7
Current children cumulated vsize (KiB) 6315372

[startup+5100.8 s]
/proc/loadavg: 9.11 9.08 9.02 3/241 17268
/proc/meminfo: memFree=714416/32951124 swapFree=67051472/67111528
[pid=17111] ppid=17109 vsize=1465708 CPUtime=35527.9 cores=0-7
/proc/17111/stat : 17111 (claspmt) R 17109 17111 16065 0 -1 4202496 1551259 0 0 0 3551651 1137 0 0 25 0 1 0 548093096 1500884992 293878 33554432000 4194304 4964704 140733908465504 18446744073709551615 218371000455 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/17111/statm: 366427 293366 476 189 0 360776 0
Current children cumulated CPU time (s) 35527.9
Current children cumulated vsize (KiB) 1465708

Child status: 0
Real time (s): 5100.85
CPU time (s): 35527.9
CPU user time (s): 35516.5
CPU system time (s): 11.4163
CPU usage (%): 696.511
Max. virtual memory (cumulated for all children) (KiB): 6435120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35516.5
system time used= 11.4163
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1551260
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= 91838
involuntary context switches= 253565

runsolver used 10.4464 second user time and 26.6649 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-02 21:35:03
IDJOB=3321590
IDBENCH=82390
IDSOLVER=1711
FILE ID=node101/3321590-1304364903
RUNJOBID= node101-1304347763-16079
PBS_JOBID= 13178659
Free space on /tmp= 73088 MiB

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

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=1637988001

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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.74
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.841
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.841
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.75
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.841
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:       6864904 kB
Buffers:        251084 kB
Cached:        2386628 kB
SwapCached:      23472 kB
Active:       23499240 kB
Inactive:      2247944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6864904 kB
SwapTotal:    67111528 kB
SwapFree:     67051472 kB
Dirty:            8536 kB
Writeback:           0 kB
AnonPages:    23107724 kB
Mapped:          19812 kB
Slab:           220832 kB
PageTables:      56064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 26169792 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= 73088 MiB
End job on node101 at 2011-05-02 23:00:05