Trace number 4089929

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 PB 2.3.6 Resolution PB16UNSAT 98.15 97.169

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
rand6reg/normalized-rand6reg-v031-n1.opb
MD5SUMdaf0592395b914ef37d02f13f0b29821
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.353946
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints31
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089929-1466035649.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.12	c ... done. Wall clock time 0.014s.
0.11/0.12	c declared #vars     93
0.11/0.12	c #constraints  62
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 31
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
0.11/0.12	c 62 constraints processed.
0.75/0.54	c cleaning 2502 clauses out of 5003 with flag 30637/5003
1.52/1.00	c cleaning 4247 clauses out of 8498 with flag 74478/11000
2.12/1.66	c cleaning 5625 clauses out of 11252 with flag 124214/18001
3.03/2.52	c cleaning 6812 clauses out of 13626 with flag 179284/26000
4.05/3.51	c cleaning 7904 clauses out of 15815 with flag 241288/35001
5.15/4.69	c cleaning 8954 clauses out of 17910 with flag 308980/45000
6.65/6.18	c cleaning 9970 clauses out of 19956 with flag 385443/56000
8.55/8.05	c cleaning 10988 clauses out of 21986 with flag 475158/68000
10.65/10.20	c cleaning 11998 clauses out of 23999 with flag 575543/81001
13.35/12.81	c cleaning 12995 clauses out of 26000 with flag 684983/95000
16.26/15.76	c cleaning 14001 clauses out of 28006 with flag 806493/110001
19.37/18.86	c cleaning 15000 clauses out of 30004 with flag 935579/126000
22.86/22.31	c cleaning 16000 clauses out of 32004 with flag 1064728/143000
26.56/26.00	c cleaning 17001 clauses out of 34005 with flag 1206248/161001
31.16/30.64	c cleaning 18000 clauses out of 36006 with flag 1358354/180003
35.65/35.17	c cleaning 18997 clauses out of 38003 with flag 1514196/200000
41.15/40.60	c cleaning 19997 clauses out of 40006 with flag 1687617/221000
47.35/46.81	c cleaning 21002 clauses out of 42010 with flag 1874934/243001
54.85/54.38	c cleaning 22002 clauses out of 44008 with flag 2075723/266001
62.67/62.07	c cleaning 23000 clauses out of 46008 with flag 2279226/290003
72.02/71.02	c cleaning 24000 clauses out of 48006 with flag 2492625/315001
81.13/80.14	c cleaning 24997 clauses out of 50006 with flag 2708132/341001
90.53/89.58	c cleaning 26003 clauses out of 52007 with flag 2937049/368000
98.15/97.13	c starts		: 470
98.15/97.13	c conflicts		: 391365
98.15/97.13	c decisions		: 436545
98.15/97.13	c propagations		: 6297364
98.15/97.13	c inspects		: 2219287137
98.15/97.13	c shortcuts		: 0
98.15/97.13	c learnt literals	: 8
98.15/97.13	c learnt binary clauses	: 17
98.15/97.13	c learnt ternary clauses	: 14
98.15/97.13	c learnt constraints	: 391356
98.15/97.13	c ignored constraints	: 0
98.15/97.13	c root simplifications	: 0
98.15/97.13	c removed literals (reason simplification)	: 0
98.15/97.13	c reason swapping (by a shorter reason)	: 0
98.15/97.13	c Calls to reduceDB	: 23
98.15/97.13	c Number of update (reduction) of LBD	: 135988
98.15/97.13	c Imported unit clauses	: 0
98.15/97.13	c number of reductions to clauses (during analyze)	: 0
98.15/97.13	c number of learned constraints concerned by reduction	: 0
98.15/97.13	c number of learning phase by resolution	: 0
98.15/97.13	c number of learning phase by cutting planes	: 0
98.15/97.13	c speed (assignments/second)	: 64915.25528559206
98.15/97.13	c non guided choices	31
98.15/97.15	c learnt constraints type 
98.15/97.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
98.15/97.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 49344
98.15/97.15	s UNSATISFIABLE
98.15/97.15	c Total wall clock time (in seconds): 97.048

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4089929-1466035649/watcher-4089929-1466035649 -o /tmp/evaluation-result-4089929-1466035649/solver-4089929-1466035649 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466033848-10445 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089929-1466035649.opb 

pid=10818
running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.18 2.23 2.13 3/196 10821
/proc/meminfo: memFree=30191256/32872528 swapFree=1504408/1684280
[pid=10821] ppid=10818 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/10821/stat : 10821 (java) S 10818 10821 5923 0 -1 4202496 1223 0 0 0 0 0 0 0 20 0 2 0 5610808 24780800 866 33554432000 1073741824 1073778376 140733986533056 140733986524192 215127982141 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10821/statm: 22434 869 657 9 0 16769 0
[pid=10821/tid=10822] ppid=10818 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10822/stat : 10822 (java) R 10818 10821 5923 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 5610808 91889664 893 33554432000 1073741824 1073778376 140733986533056 140733986522120 215115459879 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100058 s]
/proc/loadavg: 2.18 2.23 2.13 3/196 10821
/proc/meminfo: memFree=30191256/32872528 swapFree=1504408/1684280
[pid=10821] ppid=10818 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/10821/stat : 10821 (java) S 10818 10821 5923 0 -1 4202496 4484 0 1 0 10 1 0 0 20 0 18 0 5610808 9787879424 6117 33554432000 1073741824 1073778376 140733986533056 140733986524192 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10821/statm: 2389619 6117 2157 9 0 2380296 0
[pid=10821/tid=10822] ppid=10818 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/10821/task/10822/stat : 10822 (java) R 10818 10821 5923 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 5610808 9787879424 6117 33554432000 1073741824 1073778376 140733986533056 139749077502832 215124249040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 2.18 2.23 2.13 3/196 10821
/proc/meminfo: memFree=30191256/32872528 swapFree=1504408/1684280
[pid=10821] ppid=10818 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/10821/stat : 10821 (java) S 10818 10821 5923 0 -1 4202496 7005 0 1 0 31 1 0 0 20 0 19 0 5610808 9856040960 7536 33554432000 1073741824 1073778376 140733986533056 140733986524192 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10821/statm: 2406260 7536 2220 9 0 2396937 0
[pid=10821/tid=10822] ppid=10818 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/10821/task/10822/stat : 10822 (java) R 10818 10821 5923 0 -1 4202560 2398 0 1 0 17 0 0 0 20 0 19 0 5610808 9856040960 7536 33554432000 1073741824 1073778376 140733986533056 139749077504640 139749080789968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300362 s]
/proc/loadavg: 2.18 2.23 2.13 3/196 10821
/proc/meminfo: memFree=30191256/32872528 swapFree=1504408/1684280
[pid=10821] ppid=10818 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/10821/stat : 10821 (java) S 10818 10821 5923 0 -1 4202496 7014 0 1 0 50 1 0 0 20 0 19 0 5610808 9856040960 7493 33554432000 1073741824 1073778376 140733986533056 140733986524192 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10821/statm: 2406260 7493 2226 9 0 2396937 0
[pid=10821/tid=10822] ppid=10818 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/10821/task/10822/stat : 10822 (java) R 10818 10821 5923 0 -1 4202560 2398 0 1 0 27 0 0 0 20 0 19 0 5610808 9856040960 7493 33554432000 1073741824 1073778376 140733986533056 139749077504640 139748924924985 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700276 s]
/proc/loadavg: 2.18 2.23 2.13 3/196 10821
/proc/meminfo: memFree=30191256/32872528 swapFree=1504408/1684280
[pid=10821] ppid=10818 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/10821/stat : 10821 (java) S 10818 10821 5923 0 -1 4202496 14787 0 1 0 115 3 0 0 20 0 19 0 5610808 9856040960 13265 33554432000 1073741824 1073778376 140733986533056 140733986524192 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10821/statm: 2406260 13265 2237 9 0 2396937 0
[pid=10821/tid=10822] ppid=10818 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/10821/task/10822/stat : 10822 (java) R 10818 10821 5923 0 -1 4202560 2399 0 1 0 67 0 0 0 20 0 19 0 5610808 9856040960 13265 33554432000 1073741824 1073778376 140733986533056 139749077495488 139748924894613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.18 2.23 2.13 3/215 10840
/proc/meminfo: memFree=30144708/32872528 swapFree=1504408/1684280
[pid=10821] ppid=10818 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/10821/stat : 10821 (java) S 10818 10821 5923 0 -1 4202496 14793 0 1 0 199 3 0 0 20 0 19 0 5610808 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 140733986524192 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10821/statm: 2406260 13781 2240 9 0 2396937 0
[pid=10821/tid=10822] ppid=10818 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/10821/task/10822/stat : 10822 (java) R 10818 10821 5923 0 -1 4202560 2401 0 1 0 147 0 0 0 20 0 19 0 5610808 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139749077504552 139748924873661 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10824] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10824/stat : 10824 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139749049956776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10825] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10825/stat : 10825 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139749048904232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10826] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10826/stat : 10826 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139749047851176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10827] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10827/stat : 10827 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139749046798632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10828] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10828/stat : 10828 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139749045746600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10829] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10829/stat : 10829 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139749044694056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10830] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10830/stat : 10830 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139749043641000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10831] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10831/stat : 10831 (java) S 10818 10821 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139748913490728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10832] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10832/stat : 10832 (java) S 10818 10821 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139748430543208 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10833] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10833/stat : 10833 (java) S 10818 10821 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139748429489528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10834] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10834/stat : 10834 (java) S 10818 10821 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139748428436360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10835] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10835/stat : 10835 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139748427385104 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10836] ppid=10818 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/10821/task/10836/stat : 10836 (java) S 10818 10821 5923 0 -1 4202560 2316 0 0 0 17 0 0 0 20 0 19 0 5610813 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139748426332984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10837] ppid=10818 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/10821/task/10837/stat : 10837 (java) S 10818 10821 5923 0 -1 4202560 8807 0 0 0 32 1 0 0 20 0 19 0 5610813 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139748425280440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10838] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10838/stat : 10838 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139748424227576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10839] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10839/stat : 10839 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139748423175240 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10840] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10840/stat : 10840 (java) S 10818 10821 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5610820 9856040960 13781 33554432000 1073741824 1073778376 140733986533056 139748422120488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.18 2.23 2.13 3/215 10840
/proc/meminfo: memFree=30141916/32872528 swapFree=1504408/1684280
[pid=10821] ppid=10818 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/10821/stat : 10821 (java) S 10818 10821 5923 0 -1 4202496 14797 0 1 0 362 3 0 0 20 0 19 0 5610808 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 140733986524192 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10821/statm: 2406260 14807 2241 9 0 2396937 0
[pid=10821/tid=10822] ppid=10818 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/10821/task/10822/stat : 10822 (java) R 10818 10821 5923 0 -1 4202560 2403 0 1 0 307 0 0 0 20 0 19 0 5610808 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139749077504392 139748924924990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10824] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10824/stat : 10824 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139749049956776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10825] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10825/stat : 10825 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139749048904232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10826] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10826/stat : 10826 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139749047851176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10827] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10827/stat : 10827 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139749046798632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10828] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10828/stat : 10828 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139749045746600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10829] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10829/stat : 10829 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139749044694056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10830] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10830/stat : 10830 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139749043641000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10831] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10831/stat : 10831 (java) S 10818 10821 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139748913490728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10832] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10832/stat : 10832 (java) S 10818 10821 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139748430543208 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10833] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10833/stat : 10833 (java) S 10818 10821 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139748429489528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10834] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10834/stat : 10834 (java) S 10818 10821 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139748428436360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10835] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10835/stat : 10835 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139748427385104 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10836] ppid=10818 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/10821/task/10836/stat : 10836 (java) S 10818 10821 5923 0 -1 4202560 2318 0 0 0 20 0 0 0 20 0 19 0 5610813 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139748426332984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10837] ppid=10818 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/10821/task/10837/stat : 10837 (java) S 10818 10821 5923 0 -1 4202560 8807 0 0 0 32 2 0 0 20 0 19 0 5610813 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139748425280440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10838] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10838/stat : 10838 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139748424227576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10839] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10839/stat : 10839 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139748423175240 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10840] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10840/stat : 10840 (java) S 10818 10821 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5610820 9856040960 14807 33554432000 1073741824 1073778376 140733986533056 139748422120488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.17 2.22 2.13 3/215 10840
/proc/meminfo: memFree=30137076/32872528 swapFree=1504408/1684280
[pid=10821] ppid=10818 vsize=9625040 CPUtime=6.85 cores=0,2,4,6
/proc/10821/stat : 10821 (java) S 10818 10821 5923 0 -1 4202496 14802 0 1 0 682 3 0 0 20 0 19 0 5610808 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 140733986524192 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10821/statm: 2406260 15967 2242 9 0 2396937 0
[pid=10821/tid=10822] ppid=10818 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/10821/task/10822/stat : 10822 (java) R 10818 10821 5923 0 -1 4202560 2407 0 1 0 625 1 0 0 20 0 19 0 5610808 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139749077495504 139748924894604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10824] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10824/stat : 10824 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139749049956776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10825] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10825/stat : 10825 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139749048904232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10826] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10826/stat : 10826 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139749047851176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10827] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10827/stat : 10827 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139749046798632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10828] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10828/stat : 10828 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139749045746600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10829] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10829/stat : 10829 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139749044694056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10830] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10830/stat : 10830 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139749043641000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10831] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10831/stat : 10831 (java) S 10818 10821 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139748913490728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10832] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10832/stat : 10832 (java) S 10818 10821 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139748430543208 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10833] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10833/stat : 10833 (java) S 10818 10821 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139748429489528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10834] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10834/stat : 10834 (java) S 10818 10821 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139748428436360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10835] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10835/stat : 10835 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139748427385104 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10836] ppid=10818 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/10821/task/10836/stat : 10836 (java) S 10818 10821 5923 0 -1 4202560 2318 0 0 0 20 0 0 0 20 0 19 0 5610813 9856040960 15967 33554432000 1073741824 1073778376 140733986533056 139748426332984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10837] ppid=10818 vsize=9625040 CPUtime=0.34 cores=0,2,4,6

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

[pid=10821/tid=10833] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10833/stat : 10833 (java) S 10818 10821 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 33473 33554432000 1073741824 1073778376 140733986533056 139748429489528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10834] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10834/stat : 10834 (java) S 10818 10821 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 33473 33554432000 1073741824 1073778376 140733986533056 139748428436360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10835] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10835/stat : 10835 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 33473 33554432000 1073741824 1073778376 140733986533056 139748427385104 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10836] ppid=10818 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10821/task/10836/stat : 10836 (java) S 10818 10821 5923 0 -1 4202560 2339 0 0 0 23 0 0 0 20 0 19 0 5610813 9856040960 33473 33554432000 1073741824 1073778376 140733986533056 139748426332984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10837] ppid=10818 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/10821/task/10837/stat : 10837 (java) S 10818 10821 5923 0 -1 4202560 10518 0 0 0 75 2 0 0 20 0 19 0 5610813 9856040960 33473 33554432000 1073741824 1073778376 140733986533056 139748425280440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10838] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10838/stat : 10838 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 33473 33554432000 1073741824 1073778376 140733986533056 139748424227576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10839] ppid=10818 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10821/task/10839/stat : 10839 (java) S 10818 10821 5923 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 5610813 9856040960 33473 33554432000 1073741824 1073778376 140733986533056 139748423175240 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10840] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10840/stat : 10840 (java) S 10818 10821 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5610820 9856040960 33473 33554432000 1073741824 1073778376 140733986533056 139748422120488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 97.03
Current children cumulated vsize (KiB) 9625040

[startup+96.8008 s]
/proc/loadavg: 2.20 2.21 2.13 3/215 10842
/proc/meminfo: memFree=30063292/32872528 swapFree=1504408/1684280
[pid=10821] ppid=10818 vsize=9625040 CPUtime=97.84 cores=0,2,4,6
/proc/10821/stat : 10821 (java) S 10818 10821 5923 0 -1 4202496 16588 0 1 0 9778 6 0 0 20 0 19 0 5610808 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 140733986524192 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10821/statm: 2406260 33985 2249 9 0 2396937 0
[pid=10821/tid=10822] ppid=10818 vsize=9625040 CPUtime=96.53 cores=0,2,4,6
/proc/10821/task/10822/stat : 10822 (java) R 10818 10821 5923 0 -1 4202560 2455 0 1 0 9650 3 0 0 20 0 19 0 5610808 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749077504328 139748924894594 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10824] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10824/stat : 10824 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749049956776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10825] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10825/stat : 10825 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749048904232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10826] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10826/stat : 10826 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749047851176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10827] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10827/stat : 10827 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749046798632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10828] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10828/stat : 10828 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749045746600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10829] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10829/stat : 10829 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749044694056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10830] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10830/stat : 10830 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749043641000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10831] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10831/stat : 10831 (java) S 10818 10821 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748913490728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10832] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10832/stat : 10832 (java) S 10818 10821 5923 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748430543208 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10833] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10833/stat : 10833 (java) S 10818 10821 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748429489528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10834] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10834/stat : 10834 (java) S 10818 10821 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748428436360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10835] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10835/stat : 10835 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748427385104 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10836] ppid=10818 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10821/task/10836/stat : 10836 (java) S 10818 10821 5923 0 -1 4202560 2339 0 0 0 23 0 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748426332984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10837] ppid=10818 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/10821/task/10837/stat : 10837 (java) S 10818 10821 5923 0 -1 4202560 10518 0 0 0 75 2 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748425280440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10838] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10838/stat : 10838 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748424227576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10839] ppid=10818 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10821/task/10839/stat : 10839 (java) S 10818 10821 5923 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748423175240 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10840] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10840/stat : 10840 (java) S 10818 10821 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5610820 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748422120488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 97.84
Current children cumulated vsize (KiB) 9625040

[startup+97.0008 s]
/proc/loadavg: 2.20 2.21 2.13 3/215 10842
/proc/meminfo: memFree=30063292/32872528 swapFree=1504408/1684280
[pid=10821] ppid=10818 vsize=9625040 CPUtime=98.05 cores=0,2,4,6
/proc/10821/stat : 10821 (java) S 10818 10821 5923 0 -1 4202496 16588 0 1 0 9799 6 0 0 20 0 19 0 5610808 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 140733986524192 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10821/statm: 2406260 33985 2249 9 0 2396937 0
[pid=10821/tid=10822] ppid=10818 vsize=9625040 CPUtime=96.73 cores=0,2,4,6
/proc/10821/task/10822/stat : 10822 (java) R 10818 10821 5923 0 -1 4202560 2455 0 1 0 9670 3 0 0 20 0 19 0 5610808 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749077504328 139748924894563 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10824] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10824/stat : 10824 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749049956776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10825] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10825/stat : 10825 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749048904232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10826] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10826/stat : 10826 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749047851176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10827] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10827/stat : 10827 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749046798632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10828] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10828/stat : 10828 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749045746600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10829] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10829/stat : 10829 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749044694056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10830] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10830/stat : 10830 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749043641000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10831] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10831/stat : 10831 (java) S 10818 10821 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748913490728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10832] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10832/stat : 10832 (java) S 10818 10821 5923 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748430543208 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10833] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10833/stat : 10833 (java) S 10818 10821 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748429489528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10834] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10834/stat : 10834 (java) S 10818 10821 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748428436360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10835] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10835/stat : 10835 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748427385104 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10836] ppid=10818 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10821/task/10836/stat : 10836 (java) S 10818 10821 5923 0 -1 4202560 2339 0 0 0 23 0 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748426332984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10837] ppid=10818 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/10821/task/10837/stat : 10837 (java) S 10818 10821 5923 0 -1 4202560 10518 0 0 0 77 2 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748425280440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10838] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10838/stat : 10838 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748424227576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10839] ppid=10818 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10821/task/10839/stat : 10839 (java) S 10818 10821 5923 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748423175240 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10840] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10840/stat : 10840 (java) S 10818 10821 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5610820 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748422120488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 98.05
Current children cumulated vsize (KiB) 9625040

[startup+97.1008 s]
/proc/loadavg: 2.20 2.21 2.13 3/215 10842
/proc/meminfo: memFree=30063292/32872528 swapFree=1504408/1684280
[pid=10821] ppid=10818 vsize=9625040 CPUtime=98.15 cores=0,2,4,6
/proc/10821/stat : 10821 (java) S 10818 10821 5923 0 -1 4202496 16589 0 1 0 9809 6 0 0 20 0 19 0 5610808 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 140733986524192 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10821/statm: 2406260 33985 2249 9 0 2396937 0
[pid=10821/tid=10822] ppid=10818 vsize=9625040 CPUtime=96.83 cores=0,2,4,6
/proc/10821/task/10822/stat : 10822 (java) R 10818 10821 5923 0 -1 4202560 2456 0 1 0 9680 3 0 0 20 0 19 0 5610808 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749077502520 139748924924948 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10824] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10824/stat : 10824 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749049956776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10825] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10825/stat : 10825 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749048904232 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10826] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10826/stat : 10826 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749047851176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10827] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10827/stat : 10827 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749046798632 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10828] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10828/stat : 10828 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749045746600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10829] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10829/stat : 10829 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749044694056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10830] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10830/stat : 10830 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139749043641000 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10821/tid=10831] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10831/stat : 10831 (java) S 10818 10821 5923 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 5610809 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748913490728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10832] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10832/stat : 10832 (java) S 10818 10821 5923 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748430543208 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10833] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10833/stat : 10833 (java) S 10818 10821 5923 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748429489528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10834] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10834/stat : 10834 (java) S 10818 10821 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5610810 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748428436360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10835] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10835/stat : 10835 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748427385104 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10836] ppid=10818 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10821/task/10836/stat : 10836 (java) S 10818 10821 5923 0 -1 4202560 2339 0 0 0 23 0 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748426332984 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10821/tid=10837] ppid=10818 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/10821/task/10837/stat : 10837 (java) S 10818 10821 5923 0 -1 4202560 10518 0 0 0 77 2 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748425280440 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10838] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10838/stat : 10838 (java) S 10818 10821 5923 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748424227576 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10821/tid=10839] ppid=10818 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/10821/task/10839/stat : 10839 (java) S 10818 10821 5923 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 5610813 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748423175240 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10821/tid=10840] ppid=10818 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10821/task/10840/stat : 10840 (java) S 10818 10821 5923 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 5610820 9856040960 33985 33554432000 1073741824 1073778376 140733986533056 139748422120488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 98.15
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10821 and gives
#  childrusage.ru_utime.tv_sec=97
#  childrusage.ru_utime.tv_usec=907115
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=111982
# CPU time returned by wait4() is 98.0191
# while last known CPU time is 98.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 97.169
CPU time (s): 98.15
CPU user time (s): 98.09
CPU system time (s): 0.06
CPU usage (%): 101.01
Max. virtual memory (cumulated for all children) (KiB): 9625484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.9071
system time used= 0.111982
maximum resident set size= 138060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16613
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2297
involuntary context switches= 129

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.483926 second user time and 0.78588 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-16 02:07:29
IDJOB=4089929
IDBENCH=107476
IDSOLVER=2546
FILE ID=node135/4089929-1466035649
RUNJOBID= node135-1466033848-10445
PBS_JOBID= 19902813
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/rand6reg/normalized-rand6reg-v031-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089929-1466035649/watcher-4089929-1466035649 -o /tmp/evaluation-result-4089929-1466035649/solver-4089929-1466035649 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466033848-10445 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089929-1466035649.opb

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

MD5SUM BENCH= daf0592395b914ef37d02f13f0b29821
RANDOM SEED=2117007866

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.004
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30191528 kB
Buffers:           26336 kB
Cached:            60940 kB
SwapCached:         1524 kB
Active:           235580 kB
Inactive:          53320 kB
Active(anon):     202476 kB
Inactive(anon):     1808 kB
Active(file):      33104 kB
Inactive(file):    51512 kB
Unevictable:     1684280 kB
Mlocked:         1504408 kB
SwapTotal:      67108856 kB
SwapFree:       67100076 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1901228 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             566004 kB
SReclaimable:       9892 kB
SUnreclaim:       556112 kB
KernelStack:        1776 kB
PageTables:         8068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2371416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    374784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node135 at 2016-06-16 02:09:06