Trace number 4103616

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 26.6909 24.8031

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-stair.opb
MD5SUM93ec90d2ad0b276483c19ced945be9c0
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 benchmark13.361
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables11454
Total number of constraints362
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints362
Minimum length of a constraint13
Maximum length of a constraint810
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 528959045369856
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 3702118998041541
Number of bits of the biggest sum of numbers52
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103616-1466245402.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.83/0.47	c ... done. Wall clock time 0.357s.
0.83/0.47	c declared #vars     11454
0.83/0.47	c #constraints  571
0.83/0.47	c constraints type 
0.83/0.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 571
0.83/0.47	c 571 constraints processed.
0.83/0.47	c objective function length is 30 literals
1.83/1.12	c cleaning 2499 clauses out of 4998 with flag 9998/5000
2.71/1.82	c cleaning 4248 clauses out of 8500 with flag 22082/11002
3.62/2.74	c cleaning 5626 clauses out of 11251 with flag 36184/18001
4.73/3.88	c cleaning 6813 clauses out of 13625 with flag 52233/26001
6.16/5.25	c cleaning 7906 clauses out of 15812 with flag 70353/35001
7.79/6.89	c cleaning 8945 clauses out of 17905 with flag 90415/45000
9.80/8.81	c cleaning 9977 clauses out of 19961 with flag 112432/56001
12.04/11.05	c cleaning 10992 clauses out of 21985 with flag 136591/68002
15.00/13.61	c cleaning 11997 clauses out of 23993 with flag 162771/81002
18.10/16.45	c cleaning 12995 clauses out of 25995 with flag 190874/95001
21.30/19.70	c cleaning 13999 clauses out of 28000 with flag 221036/110001
24.36/22.60	c cleaning 14990 clauses out of 29989 with flag 256459/126000
26.56/24.76	c starts		: 412
26.56/24.76	c conflicts		: 137837
26.56/24.76	c decisions		: 149232
26.56/24.76	c propagations		: 3805989
26.56/24.76	c inspects		: 415431073
26.56/24.76	c shortcuts		: 0
26.56/24.76	c learnt literals	: 29
26.56/24.76	c learnt binary clauses	: 23
26.56/24.76	c learnt ternary clauses	: 26
26.56/24.76	c learnt constraints	: 137807
26.56/24.76	c ignored constraints	: 0
26.56/24.76	c root simplifications	: 0
26.56/24.76	c removed literals (reason simplification)	: 0
26.56/24.76	c reason swapping (by a shorter reason)	: 0
26.56/24.76	c Calls to reduceDB	: 12
26.56/24.76	c Number of update (reduction) of LBD	: 2077
26.56/24.76	c Imported unit clauses	: 0
26.56/24.76	c number of reductions to clauses (during analyze)	: 0
26.56/24.76	c number of learned constraints concerned by reduction	: 0
26.56/24.76	c number of learning phase by resolution	: 0
26.56/24.76	c number of learning phase by cutting planes	: 0
26.56/24.76	c speed (assignments/second)	: 156863.90800807814
26.56/24.76	c non guided choices	51
26.56/24.78	c learnt constraints type 
26.56/24.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 23
26.56/24.78	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26797
26.56/24.78	s UNSATISFIABLE
26.56/24.78	c Total wall clock time (in seconds): 24.672

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-4103616-1466245402/watcher-4103616-1466245402 -o /tmp/evaluation-result-4103616-1466245402/solver-4103616-1466245402 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466241833-6932 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103616-1466245402.opb 

pid=7414
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.19 2.18 4/194 7417
/proc/meminfo: memFree=29778104/32872528 swapFree=1497824/1644992
[pid=7417] ppid=7414 vsize=9212 CPUtime=0 cores=0,2,4,6
/proc/7417/stat : 7417 (java) R 7414 7417 6916 0 -1 4202496 388 0 0 0 0 0 0 0 20 0 1 0 26586996 9433088 59 33554432000 1073741824 1073778376 140735257684176 140735257681304 259103223687 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7417/statm: 2304 67 53 9 0 36 0

[startup+0.100157 s]
/proc/loadavg: 2.18 2.19 2.18 4/194 7417
/proc/meminfo: memFree=29778104/32872528 swapFree=1497824/1644992
[pid=7417] ppid=7414 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7417/stat : 7417 (java) S 7414 7417 6916 0 -1 4202496 4415 0 1 0 9 1 0 0 20 0 18 0 26586996 9787879424 6038 33554432000 1073741824 1073778376 140735257684176 140735257675312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7417/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.18 2.19 2.18 4/194 7417
/proc/meminfo: memFree=29778104/32872528 swapFree=1497824/1644992
[pid=7417] ppid=7414 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/7417/stat : 7417 (java) S 7414 7417 6916 0 -1 4202496 5177 0 1 0 29 1 0 0 20 0 18 0 26586996 9787879424 7126 33554432000 1073741824 1073778376 140735257684176 140735257675312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7417/statm: 2389619 7126 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 2.18 2.19 2.18 4/194 7417
/proc/meminfo: memFree=29778104/32872528 swapFree=1497824/1644992
[pid=7417] ppid=7414 vsize=9558476 CPUtime=0.6 cores=0,2,4,6
/proc/7417/stat : 7417 (java) S 7414 7417 6916 0 -1 4202496 10122 0 1 0 58 2 0 0 20 0 18 0 26586996 9787879424 12824 33554432000 1073741824 1073778376 140735257684176 140735257675312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7417/statm: 2389619 12824 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9558476

[startup+0.700278 s]
/proc/loadavg: 2.18 2.19 2.18 4/194 7417
/proc/meminfo: memFree=29778104/32872528 swapFree=1497824/1644992
[pid=7417] ppid=7414 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/7417/stat : 7417 (java) S 7414 7417 6916 0 -1 4202496 11215 0 1 0 137 3 0 0 20 0 19 0 26586996 9856040960 28669 33554432000 1073741824 1073778376 140735257684176 140735257675312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7417/statm: 2406260 28669 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.18 2.19 2.18 4/213 7436
/proc/meminfo: memFree=29667156/32872528 swapFree=1497824/1644992
[pid=7417] ppid=7414 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/7417/stat : 7417 (java) S 7414 7417 6916 0 -1 4202496 12167 0 1 0 228 3 0 0 20 0 19 0 26586996 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 140735257675312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7417/statm: 2406260 31238 2265 9 0 2396937 0
[pid=7417/tid=7419] ppid=7414 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7417/task/7419/stat : 7419 (java) R 7414 7417 6916 0 -1 4202560 2459 0 1 0 145 2 0 0 20 0 19 0 26586997 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139840080349528 139839924719790 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7420] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7420/stat : 7420 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839924071336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7421] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7421/stat : 7421 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839923018792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7422] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7422/stat : 7422 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839921965736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7423] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7423/stat : 7423 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839920913192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7424] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7424/stat : 7424 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839919860136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7425] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7425/stat : 7425 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839918807592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7426] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7426/stat : 7426 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839917754536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7427] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7427/stat : 7427 (java) S 7414 7417 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839916701992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7428] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7428/stat : 7428 (java) S 7414 7417 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839434373992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7429] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7429/stat : 7429 (java) S 7414 7417 6916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839433320312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7430] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7430/stat : 7430 (java) S 7414 7417 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839432267144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7431] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7431/stat : 7431 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839431215888 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7432] ppid=7414 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/7417/task/7432/stat : 7432 (java) S 7414 7417 6916 0 -1 4202560 4134 0 0 0 36 0 0 0 20 0 19 0 26587002 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839430162744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7433] ppid=7414 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/7417/task/7433/stat : 7433 (java) S 7414 7417 6916 0 -1 4202560 4302 0 0 0 43 1 0 0 20 0 19 0 26587002 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839429110200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7434] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7434/stat : 7434 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839428057336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7435] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7435/stat : 7435 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839427005000 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7436] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7436/stat : 7436 (java) S 7414 7417 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26587047 9856040960 31238 33554432000 1073741824 1073778376 140735257684176 139839425951272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.18 2.19 2.18 3/213 7436
/proc/meminfo: memFree=29652448/32872528 swapFree=1497824/1644992
[pid=7417] ppid=7414 vsize=9625040 CPUtime=4.03 cores=0,2,4,6
/proc/7417/stat : 7417 (java) S 7414 7417 6916 0 -1 4202496 13133 0 1 0 399 4 0 0 20 0 19 0 26586996 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 140735257675312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7417/statm: 2406260 35846 2265 9 0 2396937 0
[pid=7417/tid=7419] ppid=7414 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/7417/task/7419/stat : 7419 (java) R 7414 7417 6916 0 -1 4202560 2469 0 1 0 304 2 0 0 20 0 19 0 26586997 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139840080351528 139839924719984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7420] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7420/stat : 7420 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839924071336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7421] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7421/stat : 7421 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839923018792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7422] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7422/stat : 7422 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839921965736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7423] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7423/stat : 7423 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839920913192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7424] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7424/stat : 7424 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839919860136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7425] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7425/stat : 7425 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839918807592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7426] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7426/stat : 7426 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839917754536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7427] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7427/stat : 7427 (java) S 7414 7417 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839916701992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7428] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7428/stat : 7428 (java) S 7414 7417 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839434373992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7429] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7429/stat : 7429 (java) S 7414 7417 6916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839433320312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7430] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7430/stat : 7430 (java) S 7414 7417 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839432267144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7431] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7431/stat : 7431 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839431215888 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7432] ppid=7414 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/7417/task/7432/stat : 7432 (java) S 7414 7417 6916 0 -1 4202560 4134 0 0 0 38 0 0 0 20 0 19 0 26587002 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839430162744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7433] ppid=7414 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/7417/task/7433/stat : 7433 (java) S 7414 7417 6916 0 -1 4202560 5258 0 0 0 53 1 0 0 20 0 19 0 26587002 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839429110200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7434] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7434/stat : 7434 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839428057336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7435] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7435/stat : 7435 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839427005000 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7436] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7436/stat : 7436 (java) S 7414 7417 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26587047 9856040960 35846 33554432000 1073741824 1073778376 140735257684176 139839425951272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.17 2.19 2.18 3/213 7436
/proc/meminfo: memFree=29618804/32872528 swapFree=1497824/1644992
[pid=7417] ppid=7414 vsize=9625040 CPUtime=7.29 cores=0,2,4,6
/proc/7417/stat : 7417 (java) S 7414 7417 6916 0 -1 4202496 13187 0 1 0 724 5 0 0 20 0 19 0 26586996 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 140735257675312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7417/statm: 2406260 45017 2279 9 0 2396937 0
[pid=7417/tid=7419] ppid=7414 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/7417/task/7419/stat : 7419 (java) R 7414 7417 6916 0 -1 4202560 2485 0 1 0 621 2 0 0 20 0 19 0 26586997 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139840080350408 139839924804864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7420] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7420/stat : 7420 (java) S 7414 7417 6916 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839924071336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7421] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7421/stat : 7421 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839923018792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7422] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7422/stat : 7422 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839921965736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7423] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7423/stat : 7423 (java) S 7414 7417 6916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839920913192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7424] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7424/stat : 7424 (java) S 7414 7417 6916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839919860136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7425] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7425/stat : 7425 (java) S 7414 7417 6916 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839918807592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7426] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7426/stat : 7426 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839917754536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7427] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7427/stat : 7427 (java) S 7414 7417 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839916701992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7428] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7428/stat : 7428 (java) S 7414 7417 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839434373992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7429] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7429/stat : 7429 (java) S 7414 7417 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839433320312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7430] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7430/stat : 7430 (java) S 7414 7417 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839432267144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7431] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7431/stat : 7431 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839431215888 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7432] ppid=7414 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/7417/task/7432/stat : 7432 (java) S 7414 7417 6916 0 -1 4202560 4134 0 0 0 38 0 0 0 20 0 19 0 26587002 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839430162744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7433] ppid=7414 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/7417/task/7433/stat : 7433 (java) S 7414 7417 6916 0 -1 4202560 5258 0 0 0 56 1 0 0 20 0 19 0 26587002 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839429110200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7434] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7434/stat : 7434 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839428057336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7435] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7435/stat : 7435 (java) S 7414 7417 6916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839427005000 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7436] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7436/stat : 7436 (java) S 7414 7417 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26587047 9856040960 45017 33554432000 1073741824 1073778376 140735257684176 139839425951272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 9625040


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

[pid=7417/tid=7422] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7422/stat : 7422 (java) S 7414 7417 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839921965736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7423] ppid=7414 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7417/task/7423/stat : 7423 (java) S 7414 7417 6916 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839920913192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7424] ppid=7414 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7417/task/7424/stat : 7424 (java) S 7414 7417 6916 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839919860136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7425] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7425/stat : 7425 (java) S 7414 7417 6916 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839918807592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7426] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7426/stat : 7426 (java) S 7414 7417 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839917754536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7427] ppid=7414 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7417/task/7427/stat : 7427 (java) S 7414 7417 6916 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839916701992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7428] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7428/stat : 7428 (java) S 7414 7417 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839434373992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7429] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7429/stat : 7429 (java) S 7414 7417 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839433320312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7430] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7430/stat : 7430 (java) S 7414 7417 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839432267144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7431] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7431/stat : 7431 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839431215888 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7432] ppid=7414 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/7417/task/7432/stat : 7432 (java) S 7414 7417 6916 0 -1 4202560 6958 0 0 0 87 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839430162744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7433] ppid=7414 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/7417/task/7433/stat : 7433 (java) S 7414 7417 6916 0 -1 4202560 11859 0 0 0 85 3 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839429110200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7434] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7434/stat : 7434 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839428057336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7435] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7435/stat : 7435 (java) S 7414 7417 6916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839427005000 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7436] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7436/stat : 7436 (java) S 7414 7417 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26587047 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839425951272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 25.86
Current children cumulated vsize (KiB) 9625040

[startup+24.4008 s]
/proc/loadavg: 2.27 2.21 2.18 3/213 7436
/proc/meminfo: memFree=29567784/32872528 swapFree=1497824/1644992
[pid=7417] ppid=7414 vsize=9625040 CPUtime=26.26 cores=0,2,4,6
/proc/7417/stat : 7417 (java) S 7414 7417 6916 0 -1 4202496 22661 0 1 0 2617 9 0 0 20 0 19 0 26586996 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 140735257675312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7417/statm: 2406260 54316 2279 9 0 2396937 0
[pid=7417/tid=7419] ppid=7414 vsize=9625040 CPUtime=24.26 cores=0,2,4,6
/proc/7417/task/7419/stat : 7419 (java) R 7414 7417 6916 0 -1 4202560 2492 0 1 0 2424 2 0 0 20 0 19 0 26586997 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139840080351584 139839924719878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7420] ppid=7414 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7417/task/7420/stat : 7420 (java) S 7414 7417 6916 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839924071336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7421] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7421/stat : 7421 (java) S 7414 7417 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839923018792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7422] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7422/stat : 7422 (java) S 7414 7417 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839921965736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7423] ppid=7414 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7417/task/7423/stat : 7423 (java) S 7414 7417 6916 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839920913192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7424] ppid=7414 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7417/task/7424/stat : 7424 (java) S 7414 7417 6916 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839919860136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7425] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7425/stat : 7425 (java) S 7414 7417 6916 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839918807592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7426] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7426/stat : 7426 (java) S 7414 7417 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839917754536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7427] ppid=7414 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7417/task/7427/stat : 7427 (java) S 7414 7417 6916 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839916701992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7428] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7428/stat : 7428 (java) S 7414 7417 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839434373992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7429] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7429/stat : 7429 (java) S 7414 7417 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839433320312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7430] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7430/stat : 7430 (java) S 7414 7417 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839432267144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7431] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7431/stat : 7431 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839431215888 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7432] ppid=7414 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/7417/task/7432/stat : 7432 (java) S 7414 7417 6916 0 -1 4202560 6958 0 0 0 87 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839430162744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7433] ppid=7414 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/7417/task/7433/stat : 7433 (java) S 7414 7417 6916 0 -1 4202560 11859 0 0 0 85 3 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839429110200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7434] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7434/stat : 7434 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839428057336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7435] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7435/stat : 7435 (java) S 7414 7417 6916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839427005000 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7436] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7436/stat : 7436 (java) S 7414 7417 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26587047 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839425951272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 26.26
Current children cumulated vsize (KiB) 9625040

[startup+24.6007 s]
/proc/loadavg: 2.27 2.21 2.18 3/213 7436
/proc/meminfo: memFree=29567784/32872528 swapFree=1497824/1644992
[pid=7417] ppid=7414 vsize=9625040 CPUtime=26.46 cores=0,2,4,6
/proc/7417/stat : 7417 (java) S 7414 7417 6916 0 -1 4202496 22661 0 1 0 2637 9 0 0 20 0 19 0 26586996 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 140735257675312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7417/statm: 2406260 54316 2279 9 0 2396937 0
[pid=7417/tid=7419] ppid=7414 vsize=9625040 CPUtime=24.46 cores=0,2,4,6
/proc/7417/task/7419/stat : 7419 (java) R 7414 7417 6916 0 -1 4202560 2492 0 1 0 2444 2 0 0 20 0 19 0 26586997 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139840080351584 139839924719712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7420] ppid=7414 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7417/task/7420/stat : 7420 (java) S 7414 7417 6916 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839924071336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7421] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7421/stat : 7421 (java) S 7414 7417 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839923018792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7422] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7422/stat : 7422 (java) S 7414 7417 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839921965736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7423] ppid=7414 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7417/task/7423/stat : 7423 (java) S 7414 7417 6916 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839920913192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7424] ppid=7414 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7417/task/7424/stat : 7424 (java) S 7414 7417 6916 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839919860136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7425] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7425/stat : 7425 (java) S 7414 7417 6916 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839918807592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7426] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7426/stat : 7426 (java) S 7414 7417 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839917754536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7427] ppid=7414 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7417/task/7427/stat : 7427 (java) S 7414 7417 6916 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839916701992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7428] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7428/stat : 7428 (java) S 7414 7417 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839434373992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7429] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7429/stat : 7429 (java) S 7414 7417 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839433320312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7430] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7430/stat : 7430 (java) S 7414 7417 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839432267144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7431] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7431/stat : 7431 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839431215888 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7432] ppid=7414 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/7417/task/7432/stat : 7432 (java) S 7414 7417 6916 0 -1 4202560 6958 0 0 0 87 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839430162744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7433] ppid=7414 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/7417/task/7433/stat : 7433 (java) S 7414 7417 6916 0 -1 4202560 11859 0 0 0 85 3 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839429110200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7434] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7434/stat : 7434 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839428057336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7435] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7435/stat : 7435 (java) S 7414 7417 6916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839427005000 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7436] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7436/stat : 7436 (java) S 7414 7417 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26587047 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839425951272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 26.46
Current children cumulated vsize (KiB) 9625040

[startup+24.7008 s]
/proc/loadavg: 2.27 2.21 2.18 3/213 7436
/proc/meminfo: memFree=29567784/32872528 swapFree=1497824/1644992
[pid=7417] ppid=7414 vsize=9625040 CPUtime=26.56 cores=0,2,4,6
/proc/7417/stat : 7417 (java) S 7414 7417 6916 0 -1 4202496 22661 0 1 0 2647 9 0 0 20 0 19 0 26586996 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 140735257675312 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7417/statm: 2406260 54316 2279 9 0 2396937 0
[pid=7417/tid=7419] ppid=7414 vsize=9625040 CPUtime=24.56 cores=0,2,4,6
/proc/7417/task/7419/stat : 7419 (java) R 7414 7417 6916 0 -1 4202560 2492 0 1 0 2454 2 0 0 20 0 19 0 26586997 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139840080351584 139839924719776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7420] ppid=7414 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7417/task/7420/stat : 7420 (java) S 7414 7417 6916 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839924071336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7421] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7421/stat : 7421 (java) S 7414 7417 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839923018792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7422] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7422/stat : 7422 (java) S 7414 7417 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839921965736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7423] ppid=7414 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7417/task/7423/stat : 7423 (java) S 7414 7417 6916 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839920913192 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7417/tid=7424] ppid=7414 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7417/task/7424/stat : 7424 (java) S 7414 7417 6916 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839919860136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7425] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7425/stat : 7425 (java) S 7414 7417 6916 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839918807592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7426] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7426/stat : 7426 (java) S 7414 7417 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839917754536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7427] ppid=7414 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7417/task/7427/stat : 7427 (java) S 7414 7417 6916 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 26586998 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839916701992 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7428] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7428/stat : 7428 (java) S 7414 7417 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839434373992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7429] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7429/stat : 7429 (java) S 7414 7417 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839433320312 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7430] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7430/stat : 7430 (java) S 7414 7417 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26587000 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839432267144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7431] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7431/stat : 7431 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839431215888 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7432] ppid=7414 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/7417/task/7432/stat : 7432 (java) S 7414 7417 6916 0 -1 4202560 6958 0 0 0 87 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839430162744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7417/tid=7433] ppid=7414 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/7417/task/7433/stat : 7433 (java) S 7414 7417 6916 0 -1 4202560 11859 0 0 0 85 3 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839429110200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7434] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7434/stat : 7434 (java) S 7414 7417 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839428057336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7417/tid=7435] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7435/stat : 7435 (java) S 7414 7417 6916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 26587002 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839427005000 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7417/tid=7436] ppid=7414 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7417/task/7436/stat : 7436 (java) S 7414 7417 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26587047 9856040960 54316 33554432000 1073741824 1073778376 140735257684176 139839425951272 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 26.56
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 24.8031
CPU time (s): 26.6909
CPU user time (s): 26.498
CPU system time (s): 0.19297
CPU usage (%): 107.611
Max. virtual memory (cumulated for all children) (KiB): 9626936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.498
system time used= 0.19297
maximum resident set size= 217340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22685
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 950
involuntary context switches= 333

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.081987 second user time and 0.108983 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-18 12:23:22
IDJOB=4103616
IDBENCH=2409
IDSOLVER=2546
FILE ID=node124/4103616-1466245402
RUNJOBID= node124-1466241833-6932
PBS_JOBID= 19918215
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-stair.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103616-1466245402/watcher-4103616-1466245402 -o /tmp/evaluation-result-4103616-1466245402/solver-4103616-1466245402 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466241833-6932 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103616-1466245402.opb

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

MD5SUM BENCH= 93ec90d2ad0b276483c19ced945be9c0
RANDOM SEED=1575597369

node124.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		: 2666.791
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	: 5333.58
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		: 2666.791
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		: 2666.791
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.55
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		: 2666.791
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		: 2666.791
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		: 2666.791
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		: 2666.791
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.54
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		: 2666.791
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29778484 kB
Buffers:          127900 kB
Cached:           159512 kB
SwapCached:         3080 kB
Active:           486036 kB
Inactive:         202704 kB
Active(anon):     400780 kB
Inactive(anon):     2880 kB
Active(file):      85256 kB
Inactive(file):   199824 kB
Unevictable:     1644992 kB
Mlocked:         1497824 kB
SwapTotal:      67108856 kB
SwapFree:       67099796 kB
Dirty:              1940 kB
Writeback:             0 kB
AnonPages:       2044648 kB
Mapped:            16944 kB
Shmem:                 0 kB
Slab:             624692 kB
SReclaimable:      68692 kB
SUnreclaim:       556000 kB
KernelStack:        1720 kB
PageTables:         8744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2174132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    530432 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= 71724 MiB
End job on node124 at 2016-06-18 12:23:47