Trace number 3500801

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
SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06UNSAT 101.802 100.615

General information on the benchmark

Namegmus/nadel/
edn_24095_4.cnf_0.11000000.unsat.gcnf
MD5SUM6460b1c55d6c2c50b5032ddb35fe99b7
Bench CategoryGMUS (GMUS)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.26481
Satisfiable
(Un)Satisfiability was proved
Number of variables330101
Number of clauses958681
Sum of the clauses size2223565
Maximum clause length3
Minimum clause length1
Number of clauses of size 11762
Number of clauses of size 2648954
Number of clauses of size 3307965
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50
Number of groups4030
Number of clauses in the kernel (group 0)926959
Least number of clauses in a group (except group 0) 1
Greatest number of clauses in a group (except group 0) 10

Solver Data

0.00/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.16	c See www.sat4j.org for details.
0.00/0.17	c version 2.3.0.v20110206
0.00/0.17	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.17	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.17	c java.vm.version	19.1-b02
0.00/0.17	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.17	c sun.arch.data.model	64
0.00/0.17	c java.version		1.6.0_24
0.00/0.17	c os.name		Linux
0.00/0.17	c os.version		2.6.18-164.el5
0.00/0.17	c os.arch		amd64
0.00/0.17	c Free memory 		5997854704
0.00/0.17	c Max memory 		6029312000
0.00/0.17	c Total memory 		6029312000
0.00/0.17	c Number of processors 	8
0.00/0.19	c High Level Explanation (MUS) enabled solver
0.00/0.19	c Deletion based minimization strategy
0.00/0.19	c --- Begin Solver configuration ---
0.00/0.19	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1d73831b
0.00/0.19	c Learn all clauses as in MiniSAT
0.00/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.1 initConflictBound=100 
0.00/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT
0.00/0.19	c Expensive reason simplification
0.00/0.19	c Armin Biere (Picosat) restarts strategy
0.00/0.19	c Glucose learned constraints deletion strategy
0.00/0.19	c timeout=2147483647s
0.00/0.19	c DB Simplification allowed=true
0.00/0.19	c --- End Solver configuration ---
0.00/0.19	c solving HOME/instance-3500801-1308036301.gcnf
0.00/0.19	c reading problem ... 
1.86/1.81	c ... done. Wall clock time 1.612s.
1.86/1.81	c #vars     334131
1.86/1.81	c #constraints  958681
1.86/1.81	c constraints type 
1.86/1.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 337927
1.86/1.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 620752
2.04/1.95	c Unsat detection wall clock time (in seconds) : 1.756
2.04/1.95	c Size of initial high level unsat subformula: 3
2.04/1.95	c Computing high level MUS ...
2.04/1.95	c initial unsat core 4028 3454 3451 
2.04/1.95	c checking 4028 ...
43.67/43.26	c mandatory.
43.67/43.27	c checking 3454 ...
43.67/43.29	c not needed.
43.67/43.29	c checking 3451 ...
91.15/90.64	c cleaning 2437 clauses out of 5392 with flag 3000/5734
101.68/100.57	c mandatory.
101.68/100.57	c starts		: 11
101.68/100.57	c conflicts		: 6167
101.68/100.57	c decisions		: 4199558
101.68/100.57	c propagations		: 166677595
101.68/100.57	c inspects		: 358393647
101.68/100.57	c shortcuts		: 0
101.68/100.57	c learnt literals	: 361
101.68/100.57	c learnt binary clauses	: 1398
101.68/100.57	c learnt ternary clauses	: 2143
101.68/100.57	c learnt constraints	: 5806
101.68/100.57	c ignored constraints	: 0
101.68/100.57	c root simplifications	: 0
101.68/100.57	c removed literals (reason simplification)	: 1437
101.68/100.57	c reason swapping (by a shorter reason)	: 0
101.68/100.57	c Calls to reduceDB	: 1
101.68/100.57	c speed (assignments/second)	: 2910026.6249978174
101.68/100.57	c non guided choices	3113240
101.68/100.57	c learnt constraints type 
101.68/100.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1398
101.68/100.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1971
101.68/100.57	c Size of the high level MUS: 2
101.68/100.57	c Unsat core  computation wall clock time (in seconds) : 98.621
101.68/100.57	c starts		: 11
101.68/100.57	c conflicts		: 6167
101.68/100.57	c decisions		: 4199558
101.68/100.57	c propagations		: 166677595
101.68/100.57	c inspects		: 358393647
101.68/100.57	c shortcuts		: 0
101.68/100.57	c learnt literals	: 361
101.68/100.57	c learnt binary clauses	: 1398
101.68/100.57	c learnt ternary clauses	: 2143
101.68/100.57	c learnt constraints	: 5806
101.68/100.57	c ignored constraints	: 0
101.68/100.57	c root simplifications	: 0
101.68/100.57	c removed literals (reason simplification)	: 1437
101.68/100.57	c reason swapping (by a shorter reason)	: 0
101.68/100.57	c Calls to reduceDB	: 1
101.68/100.57	c speed (assignments/second)	: 2909874.214385475
101.68/100.57	c non guided choices	3113240
101.68/100.57	c learnt constraints type 
101.68/100.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1398
101.68/100.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1971
101.68/100.57	c constraints type 
101.68/100.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 337927
101.68/100.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 620752
101.68/100.57	s UNSATISFIABLE
101.68/100.57	v 3451 4028 0
101.68/100.57	c Total wall clock time (in seconds) : 100.378

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3500801-1308036301/watcher-3500801-1308036301 -o /tmp/evaluation-result-3500801-1308036301/solver-3500801-1308036301 -C 1800 -W 1850 -M 7680 java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3500801-1308036301.gcnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1850 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.30 0.30 0.10 7/242 26132
/proc/meminfo: memFree=29951128/32950928 swapFree=67053884/67111528
[pid=26132] ppid=26130 vsize=11804 CPUtime=0 cores=1,3
/proc/26132/stat : 26132 (runsolver) S 26130 26132 25945 0 -1 4202560 46 0 0 0 0 0 0 0 23 0 1 0 915226956 12087296 55 33554432000 4194304 5436572 140734664740864 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699199166 0 0 17 1 0 0 0
/proc/26132/statm: 2951 55 36 304 0 2643 0

[startup+0.0364039 s]
/proc/loadavg: 1.30 0.30 0.10 7/242 26132
/proc/meminfo: memFree=29951128/32950928 swapFree=67053884/67111528
[pid=26132] ppid=26130 vsize=9100 CPUtime=0 cores=1,3
/proc/26132/stat : 26132 (java) S 26130 26132 25945 0 -1 4202496 419 0 0 0 0 0 0 0 23 0 1 0 915226956 9318400 165 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254500689920 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/26132/statm: 2275 165 125 9 0 67 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9100

[startup+0.10039 s]
/proc/loadavg: 1.30 0.30 0.10 7/242 26132
/proc/meminfo: memFree=29951128/32950928 swapFree=67053884/67111528
[pid=26132] ppid=26130 vsize=6343692 CPUtime=0 cores=1,3
/proc/26132/stat : 26132 (java) S 26130 26132 25945 0 -1 4202496 6782 0 1 0 0 0 0 0 23 0 10 0 915226956 6495940608 6481 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/26132/statm: 1585923 6481 1057 9 0 1577079 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6343692

[startup+0.300275 s]
/proc/loadavg: 1.30 0.30 0.10 7/242 26132
/proc/meminfo: memFree=29951128/32950928 swapFree=67053884/67111528
[pid=26132] ppid=26130 vsize=6431740 CPUtime=0.25 cores=1,3
/proc/26132/stat : 26132 (java) S 26130 26132 25945 0 -1 4202496 13740 0 1 0 24 1 0 0 23 0 18 0 915226956 6586101760 13301 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26132/statm: 1607935 13301 2178 9 0 1598673 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 6431740

[startup+0.700196 s]
/proc/loadavg: 1.30 0.30 0.10 7/242 26132
/proc/meminfo: memFree=29951128/32950928 swapFree=67053884/67111528
[pid=26132] ppid=26130 vsize=6432908 CPUtime=0.77 cores=1,3
/proc/26132/stat : 26132 (java) S 26130 26132 25945 0 -1 4202496 30962 0 1 0 73 4 0 0 23 0 18 0 915226956 6587297792 29978 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26132/statm: 1608227 29978 2201 9 0 1598965 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 6432908

[startup+1.50109 s]
/proc/loadavg: 1.30 0.30 0.10 5/260 26150
/proc/meminfo: memFree=29599940/32950928 swapFree=67053884/67111528
[pid=26132] ppid=26130 vsize=6432908 CPUtime=1.57 cores=1,3
/proc/26132/stat : 26132 (java) S 26130 26132 25945 0 -1 4202496 68531 0 1 0 148 9 0 0 23 0 18 0 915226956 6587297792 67546 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26132/statm: 1608227 67548 2202 9 0 1598965 0
[pid=26132/tid=26134] ppid=26130 vsize=6432908 CPUtime=1.35 cores=1,3
/proc/26132/task/26134/stat : 26134 (java) R 26130 26132 25945 0 -1 4202560 65042 0 1 0 127 8 0 0 25 0 18 0 915226961 6587297792 67549 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 46912505550991 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26132/tid=26135] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26135/stat : 26135 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915226966 6587297792 67550 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26136] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26136/stat : 26136 (java) S 26130 26132 25945 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 915226966 6587297792 67551 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26137] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26137/stat : 26137 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915226966 6587297792 67553 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26138] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26138/stat : 26138 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915226966 6587297792 67554 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26139] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26139/stat : 26139 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915226966 6587297792 67555 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26140] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26140/stat : 26140 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915226966 6587297792 67556 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26141] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26141/stat : 26141 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915226966 6587297792 67557 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26142] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26142/stat : 26142 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915226966 6587297792 67558 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26143] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26143/stat : 26143 (java) S 26130 26132 25945 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 915226967 6587297792 67560 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 0 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26144] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26144/stat : 26144 (java) S 26130 26132 25945 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 915226967 6587297792 67561 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26145] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26145/stat : 26145 (java) S 26130 26132 25945 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 915226967 6587297792 67562 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26146] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26146/stat : 26146 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915226971 6587297792 67563 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512515505 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26147] ppid=26130 vsize=6432908 CPUtime=0.12 cores=1,3
/proc/26132/task/26147/stat : 26147 (java) S 26130 26132 25945 0 -1 4202560 1361 0 0 0 12 0 0 0 25 0 18 0 915226971 6587297792 67564 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26148] ppid=26130 vsize=6432908 CPUtime=0.07 cores=1,3
/proc/26132/task/26148/stat : 26148 (java) S 26130 26132 25945 0 -1 4202560 978 0 0 0 7 0 0 0 25 0 18 0 915226971 6587297792 67566 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26149] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26149/stat : 26149 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 915226971 6587297792 67567 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26150] ppid=26130 vsize=6432908 CPUtime=0 cores=1,3
/proc/26132/task/26150/stat : 26150 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 915226971 6587297792 67568 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 6432908

[startup+3.10072 s]
/proc/loadavg: 1.30 0.30 0.10 7/261 26152
/proc/meminfo: memFree=29170776/32950928 swapFree=67053884/67111528
[pid=26132] ppid=26130 vsize=6433936 CPUtime=3.54 cores=1,3
/proc/26132/stat : 26132 (java) S 26130 26132 25945 0 -1 4202496 91837 0 1 0 343 11 0 0 23 0 19 0 915226956 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26132/statm: 1608484 89997 2227 9 0 1599222 0
[pid=26132/tid=26134] ppid=26130 vsize=6433936 CPUtime=2.91 cores=1,3
/proc/26132/task/26134/stat : 26134 (java) R 26130 26132 25945 0 -1 4202560 86792 0 1 0 281 10 0 0 25 0 19 0 915226961 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 46912505822316 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26132/tid=26135] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26135/stat : 26135 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26136] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26136/stat : 26136 (java) S 26130 26132 25945 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 915226966 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26137] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26137/stat : 26137 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26138] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26138/stat : 26138 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26139] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26139/stat : 26139 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26140] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26140/stat : 26140 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26141] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26141/stat : 26141 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26142] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26142/stat : 26142 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26143] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26143/stat : 26143 (java) S 26130 26132 25945 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 915226967 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 0 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=26132/tid=26144] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26144/stat : 26144 (java) S 26130 26132 25945 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 915226967 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26145] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26145/stat : 26145 (java) S 26130 26132 25945 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 915226967 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26146] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26146/stat : 26146 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226971 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512515505 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26147] ppid=26130 vsize=6433936 CPUtime=0.31 cores=1,3
/proc/26132/task/26147/stat : 26147 (java) S 26130 26132 25945 0 -1 4202560 1428 0 0 0 31 0 0 0 16 0 19 0 915226971 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26148] ppid=26130 vsize=6433936 CPUtime=0.3 cores=1,3
/proc/26132/task/26148/stat : 26148 (java) S 26130 26132 25945 0 -1 4202560 2454 0 0 0 30 0 0 0 15 0 19 0 915226971 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26149] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26149/stat : 26149 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226971 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26150] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26150/stat : 26150 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 915226971 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26152] ppid=26130 vsize=6433936 CPUtime=0 cores=1,3
/proc/26132/task/26152/stat : 26152 (java) S 26130 26132 25945 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 915227154 6588350464 89997 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 6433936

[startup+6.30115 s]
/proc/loadavg: 1.52 0.37 0.12 5/261 26155
/proc/meminfo: memFree=28382140/32950928 swapFree=67053884/67111528
[pid=26132] ppid=26130 vsize=6432736 CPUtime=6.75 cores=1,3
/proc/26132/stat : 26132 (java) S 26130 26132 25945 0 -1 4202496 91868 0 1 0 664 11 0 0 23 0 19 0 915226956 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26132/statm: 1608184 89693 2227 9 0 1598922 0
[pid=26132/tid=26134] ppid=26130 vsize=6432736 CPUtime=6.09 cores=1,3
/proc/26132/task/26134/stat : 26134 (java) R 26130 26132 25945 0 -1 4202560 86822 0 1 0 599 10 0 0 25 0 19 0 915226961 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 46912505723465 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26132/tid=26135] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26135/stat : 26135 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26136] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26136/stat : 26136 (java) S 26130 26132 25945 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 915226966 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26137] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26137/stat : 26137 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26138] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26138/stat : 26138 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26139] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26139/stat : 26139 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26140] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26140/stat : 26140 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26141] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26141/stat : 26141 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26142] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26142/stat : 26142 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226966 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26143] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26143/stat : 26143 (java) S 26130 26132 25945 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 915226967 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 0 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=26132/tid=26144] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26144/stat : 26144 (java) S 26130 26132 25945 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 915226967 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26145] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26145/stat : 26145 (java) S 26130 26132 25945 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 915226967 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26146] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26146/stat : 26146 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226971 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512515505 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26147] ppid=26130 vsize=6432736 CPUtime=0.33 cores=1,3
/proc/26132/task/26147/stat : 26147 (java) S 26130 26132 25945 0 -1 4202560 1429 0 0 0 33 0 0 0 15 0 19 0 915226971 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26148] ppid=26130 vsize=6432736 CPUtime=0.3 cores=1,3
/proc/26132/task/26148/stat : 26148 (java) S 26130 26132 25945 0 -1 4202560 2454 0 0 0 30 0 0 0 15 0 19 0 915226971 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26149] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26149/stat : 26149 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226971 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26150] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26150/stat : 26150 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 915226971 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26152] ppid=26130 vsize=6432736 CPUtime=0 cores=1,3
/proc/26132/task/26152/stat : 26152 (java) S 26130 26132 25945 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 915227154 6587121664 89693 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 6432736

[startup+12.7008 s]
/proc/loadavg: 2.28 0.54 0.18 5/262 26157
/proc/meminfo: memFree=27234740/32950928 swapFree=67053884/67111528

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

[pid=26132/tid=26141] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26141/stat : 26141 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26142] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26142/stat : 26142 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26143] ppid=26130 vsize=6446624 CPUtime=0.47 cores=1,3
/proc/26132/task/26143/stat : 26143 (java) S 26130 26132 25945 0 -1 4202560 42517 0 0 0 43 4 0 0 15 0 19 0 915226967 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 0 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26144] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26144/stat : 26144 (java) S 26130 26132 25945 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 915226967 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26145] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26145/stat : 26145 (java) S 26130 26132 25945 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 915226967 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26146] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26146/stat : 26146 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512515505 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26147] ppid=26130 vsize=6446624 CPUtime=0.81 cores=1,3
/proc/26132/task/26147/stat : 26147 (java) S 26130 26132 25945 0 -1 4202560 7845 0 0 0 81 0 0 0 16 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=26132/tid=26148] ppid=26130 vsize=6446624 CPUtime=0.39 cores=1,3
/proc/26132/task/26148/stat : 26148 (java) S 26130 26132 25945 0 -1 4202560 3964 0 0 0 39 0 0 0 15 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26149] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26149/stat : 26149 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26150] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26150/stat : 26150 (java) S 26130 26132 25945 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=26132/tid=26161] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26161/stat : 26161 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915231288 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 100.28
Current children cumulated vsize (KiB) 6446624

[startup+99.9014 s]
/proc/loadavg: 3.67 1.46 0.54 5/262 26166
/proc/meminfo: memFree=26303992/32950928 swapFree=67053884/67111528
[pid=26132] ppid=26130 vsize=6446624 CPUtime=101.08 cores=1,3
/proc/26132/stat : 26132 (java) S 26130 26132 25945 0 -1 4202496 182994 0 1 0 10086 22 0 0 23 0 19 0 915226956 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26132/statm: 1611656 176243 2260 9 0 1602394 0
[pid=26132/tid=26134] ppid=26130 vsize=6446624 CPUtime=98.9 cores=1,3
/proc/26132/task/26134/stat : 26134 (java) R 26130 26132 25945 0 -1 4202560 92694 0 1 0 9879 11 0 0 25 0 19 0 915226961 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 46912505780863 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26132/tid=26135] ppid=26130 vsize=6446624 CPUtime=0.21 cores=1,3
/proc/26132/task/26135/stat : 26135 (java) S 26130 26132 25945 0 -1 4202560 18205 0 0 0 19 2 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26136] ppid=26130 vsize=6446624 CPUtime=0.13 cores=1,3
/proc/26132/task/26136/stat : 26136 (java) S 26130 26132 25945 0 -1 4202560 9035 0 0 0 12 1 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26137] ppid=26130 vsize=6446624 CPUtime=0.09 cores=1,3
/proc/26132/task/26137/stat : 26137 (java) S 26130 26132 25945 0 -1 4202560 6621 0 0 0 9 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26138] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26138/stat : 26138 (java) S 26130 26132 25945 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26139] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26139/stat : 26139 (java) S 26130 26132 25945 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26140] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26140/stat : 26140 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26141] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26141/stat : 26141 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26142] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26142/stat : 26142 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26143] ppid=26130 vsize=6446624 CPUtime=0.47 cores=1,3
/proc/26132/task/26143/stat : 26143 (java) S 26130 26132 25945 0 -1 4202560 42517 0 0 0 43 4 0 0 15 0 19 0 915226967 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 0 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26144] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26144/stat : 26144 (java) S 26130 26132 25945 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 915226967 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26145] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26145/stat : 26145 (java) S 26130 26132 25945 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 915226967 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26146] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26146/stat : 26146 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512515505 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26147] ppid=26130 vsize=6446624 CPUtime=0.81 cores=1,3
/proc/26132/task/26147/stat : 26147 (java) S 26130 26132 25945 0 -1 4202560 7845 0 0 0 81 0 0 0 16 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=26132/tid=26148] ppid=26130 vsize=6446624 CPUtime=0.39 cores=1,3
/proc/26132/task/26148/stat : 26148 (java) S 26130 26132 25945 0 -1 4202560 3964 0 0 0 39 0 0 0 15 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26149] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26149/stat : 26149 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26150] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26150/stat : 26150 (java) S 26130 26132 25945 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=26132/tid=26161] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26161/stat : 26161 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915231288 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.08
Current children cumulated vsize (KiB) 6446624

[startup+100.301 s]
/proc/loadavg: 3.67 1.46 0.54 5/262 26166
/proc/meminfo: memFree=26303992/32950928 swapFree=67053884/67111528
[pid=26132] ppid=26130 vsize=6446624 CPUtime=101.48 cores=1,3
/proc/26132/stat : 26132 (java) S 26130 26132 25945 0 -1 4202496 182994 0 1 0 10126 22 0 0 23 0 19 0 915226956 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26132/statm: 1611656 176243 2260 9 0 1602394 0
[pid=26132/tid=26134] ppid=26130 vsize=6446624 CPUtime=99.3 cores=1,3
/proc/26132/task/26134/stat : 26134 (java) R 26130 26132 25945 0 -1 4202560 92694 0 1 0 9919 11 0 0 25 0 19 0 915226961 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 46912505563431 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26132/tid=26135] ppid=26130 vsize=6446624 CPUtime=0.21 cores=1,3
/proc/26132/task/26135/stat : 26135 (java) S 26130 26132 25945 0 -1 4202560 18205 0 0 0 19 2 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26136] ppid=26130 vsize=6446624 CPUtime=0.13 cores=1,3
/proc/26132/task/26136/stat : 26136 (java) S 26130 26132 25945 0 -1 4202560 9035 0 0 0 12 1 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26137] ppid=26130 vsize=6446624 CPUtime=0.09 cores=1,3
/proc/26132/task/26137/stat : 26137 (java) S 26130 26132 25945 0 -1 4202560 6621 0 0 0 9 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26138] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26138/stat : 26138 (java) S 26130 26132 25945 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26139] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26139/stat : 26139 (java) S 26130 26132 25945 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26140] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26140/stat : 26140 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26141] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26141/stat : 26141 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26142] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26142/stat : 26142 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26143] ppid=26130 vsize=6446624 CPUtime=0.47 cores=1,3
/proc/26132/task/26143/stat : 26143 (java) S 26130 26132 25945 0 -1 4202560 42517 0 0 0 43 4 0 0 15 0 19 0 915226967 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 0 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26144] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26144/stat : 26144 (java) S 26130 26132 25945 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 915226967 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26145] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26145/stat : 26145 (java) S 26130 26132 25945 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 915226967 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26146] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26146/stat : 26146 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512515505 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26147] ppid=26130 vsize=6446624 CPUtime=0.81 cores=1,3
/proc/26132/task/26147/stat : 26147 (java) S 26130 26132 25945 0 -1 4202560 7845 0 0 0 81 0 0 0 16 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=26132/tid=26148] ppid=26130 vsize=6446624 CPUtime=0.39 cores=1,3
/proc/26132/task/26148/stat : 26148 (java) S 26130 26132 25945 0 -1 4202560 3964 0 0 0 39 0 0 0 15 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26149] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26149/stat : 26149 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26150] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26150/stat : 26150 (java) S 26130 26132 25945 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=26132/tid=26161] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26161/stat : 26161 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915231288 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 6446624

[startup+100.501 s]
/proc/loadavg: 3.67 1.46 0.54 5/262 26166
/proc/meminfo: memFree=26303992/32950928 swapFree=67053884/67111528
[pid=26132] ppid=26130 vsize=6446624 CPUtime=101.68 cores=1,3
/proc/26132/stat : 26132 (java) S 26130 26132 25945 0 -1 4202496 182994 0 1 0 10146 22 0 0 23 0 19 0 915226956 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26132/statm: 1611656 176243 2260 9 0 1602394 0
[pid=26132/tid=26134] ppid=26130 vsize=6446624 CPUtime=99.5 cores=1,3
/proc/26132/task/26134/stat : 26134 (java) R 26130 26132 25945 0 -1 4202560 92694 0 1 0 9939 11 0 0 25 0 19 0 915226961 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 46912505727892 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26132/tid=26135] ppid=26130 vsize=6446624 CPUtime=0.21 cores=1,3
/proc/26132/task/26135/stat : 26135 (java) S 26130 26132 25945 0 -1 4202560 18205 0 0 0 19 2 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26136] ppid=26130 vsize=6446624 CPUtime=0.13 cores=1,3
/proc/26132/task/26136/stat : 26136 (java) S 26130 26132 25945 0 -1 4202560 9035 0 0 0 12 1 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26137] ppid=26130 vsize=6446624 CPUtime=0.09 cores=1,3
/proc/26132/task/26137/stat : 26137 (java) S 26130 26132 25945 0 -1 4202560 6621 0 0 0 9 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26138] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26138/stat : 26138 (java) S 26130 26132 25945 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26139] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26139/stat : 26139 (java) S 26130 26132 25945 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26140] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26140/stat : 26140 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26141] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26141/stat : 26141 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26142] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26142/stat : 26142 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 915226966 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26143] ppid=26130 vsize=6446624 CPUtime=0.47 cores=1,3
/proc/26132/task/26143/stat : 26143 (java) S 26130 26132 25945 0 -1 4202560 42517 0 0 0 43 4 0 0 15 0 19 0 915226967 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 0 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26144] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26144/stat : 26144 (java) S 26130 26132 25945 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 19 0 915226967 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26145] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26145/stat : 26145 (java) S 26130 26132 25945 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 915226967 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26146] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26146/stat : 26146 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512515505 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26147] ppid=26130 vsize=6446624 CPUtime=0.81 cores=1,3
/proc/26132/task/26147/stat : 26147 (java) S 26130 26132 25945 0 -1 4202560 7845 0 0 0 81 0 0 0 16 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=26132/tid=26148] ppid=26130 vsize=6446624 CPUtime=0.39 cores=1,3
/proc/26132/task/26148/stat : 26148 (java) S 26130 26132 25945 0 -1 4202560 3964 0 0 0 39 0 0 0 15 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26149] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26149/stat : 26149 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512507801 0 4 0 16800975 18446604471144305728 0 0 -1 1 0 0 0
[pid=26132/tid=26150] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26150/stat : 26150 (java) S 26130 26132 25945 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 915226971 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
[pid=26132/tid=26161] ppid=26130 vsize=6446624 CPUtime=0 cores=1,3
/proc/26132/task/26161/stat : 26161 (java) S 26130 26132 25945 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 915231288 6601342976 176243 33554432000 1073741824 1073778376 140734994328544 18446744073709551615 254512508416 0 4 0 16800975 18446604471144305728 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 6446624

[startup+100.601 s]
/proc/loadavg: 3.67 1.46 0.54 5/262 26166
/proc/meminfo: memFree=26303992/32950928 swapFree=67053884/67111528
[pid=26132] ppid=26130 vsize=0 CPUtime=101.78 cores=1,3
/proc/26132/stat : 26132 (java) Z 26130 26132 25945 0 -1 4203548 183006 0 1 0 10155 23 0 0 18 0 2 0 915226956 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26132/statm: 0 0 0 0 0 0 0
[pid=26132/tid=26134] ppid=26130 vsize=0 CPUtime=99.58 cores=1,3
/proc/26132/task/26134/stat : 26134 (java) R 26130 26132 25945 0 -1 4203588 92698 0 1 0 9946 12 0 0 25 0 2 0 915226961 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 100.615
CPU time (s): 101.802
CPU user time (s): 101.557
CPU system time (s): 0.244962
CPU usage (%): 101.179
Max. virtual memory (cumulated for all children) (KiB): 6454196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.557
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183006
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2378
involuntary context switches= 2158

runsolver used 0.162975 second user time and 0.39394 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-14 09:25:03
IDJOB=3500801
IDBENCH=89938
IDSOLVER=1997
FILE ID=node149/3500801-1308036301
RUNJOBID= node149-1308036278-25965
PBS_JOBID= 13563887
Free space on /tmp= 73824 MiB

SOLVER NAME= SAT4J MUS 2.3.0-SNAPSHOT 2011-02-06
BENCH NAME= SAT11/gmus/nadel/edn_24095_4.cnf_0.11000000.unsat.gcnf
COMMAND LINE= java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3500801-1308036301/watcher-3500801-1308036301 -o /tmp/evaluation-result-3500801-1308036301/solver-3500801-1308036301 -C 1800 -W 1850 -M 7680  java -Xms6000m -Xmx6000m -jar sat4j-mus-v20110206.jar HOME/instance-3500801-1308036301.gcnf

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 6460b1c55d6c2c50b5032ddb35fe99b7
RANDOM SEED=517471127

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29953508 kB
Buffers:        231068 kB
Cached:         899640 kB
SwapCached:      22932 kB
Active:        2184304 kB
Inactive:       595532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29953508 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:          243428 kB
Writeback:           0 kB
AnonPages:     1645904 kB
Mapped:          17948 kB
Slab:           147568 kB
PageTables:       8676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 18929408 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= 73824 MiB
End job on node149 at 2011-06-14 09:26:43