Trace number 4090108

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 Res+CP PB16UNSAT 51.2152 24.5456

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
Instances3col_OPB/normalized-3col-left3reg-l090-r089-n1.opb
MD5SUM7c3c6b5f9b1ffe7183bbe9ffe1cd0852
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 benchmark9.15361
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7089
Total number of constraints15362
Number of constraints which are clauses12999
Number of constraints which are cardinality constraints (but not clauses)2363
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
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 ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
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 Expensive 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.pb.tools.ManyCorePB@4413ee
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
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 phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@4413ee
0.11/0.10	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4090108-1466025715.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.97/0.51	c ... done. Wall clock time 0.404s.
0.97/0.51	c declared #vars     7089
0.97/0.51	c #constraints  17725
0.97/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.97/0.51	c constraints type 
0.97/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2363
0.97/0.51	c org.sat4j.minisat.constraints.card.MinWatchCard => 2363
0.97/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 12999
0.97/0.51	c 17725 constraints processed.
0.97/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.97/0.51	c constraints type 
0.97/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 12999
0.97/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2363
0.97/0.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2363
0.97/0.51	c 17725 constraints processed.
6.85/2.95	c cleaning 2257 clauses out of 5001 with flag 355252/5001
10.18/4.42	c cleaning 4368 clauses out of 8743 with flag 418048/11000
10.38/4.59	c cleaning 0 clauses out of 5000 with flag 0/5000
13.85/6.14	c cleaning 5686 clauses out of 11377 with flag 493769/18002
18.20/8.16	c cleaning 6841 clauses out of 13689 with flag 592306/26000
23.49/10.61	c cleaning 7915 clauses out of 15848 with flag 696629/35000
28.78/13.28	c cleaning 8959 clauses out of 17933 with flag 812515/45000
34.57/16.15	c cleaning 9982 clauses out of 19974 with flag 942185/56000
41.02/19.38	c cleaning 10994 clauses out of 21993 with flag 1085255/68001
49.10/23.37	c cleaning 11997 clauses out of 23998 with flag 1246119/81000
51.11/24.33	c And the winner is solver0
51.11/24.52	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
51.11/24.52	c starts		: 151
51.11/24.52	c conflicts		: 84985
51.11/24.52	c decisions		: 676044
51.11/24.52	c propagations		: 41264504
51.11/24.52	c inspects		: 196761425
51.11/24.52	c shortcuts		: 0
51.11/24.52	c learnt literals	: 10
51.11/24.52	c learnt binary clauses	: 41
51.11/24.52	c learnt ternary clauses	: 4143
51.11/24.52	c learnt constraints	: 84974
51.11/24.52	c ignored constraints	: 0
51.11/24.52	c root simplifications	: 0
51.11/24.52	c removed literals (reason simplification)	: 5109945
51.11/24.52	c reason swapping (by a shorter reason)	: 0
51.11/24.52	c Calls to reduceDB	: 9
51.11/24.52	c Number of update (reduction) of LBD	: 44823
51.11/24.52	c Imported unit clauses	: 0
51.11/24.52	c number of reductions to clauses (during analyze)	: 0
51.11/24.52	c number of learned constraints concerned by reduction	: 0
51.11/24.52	c number of learning phase by resolution	: 0
51.11/24.52	c number of learning phase by cutting planes	: 0
51.11/24.52	c speed (assignments/second)	: 1719784.279403184
51.11/24.52	c non guided choices	84213
51.11/24.53	c learnt constraints type 
51.11/24.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 41
51.11/24.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15934
51.11/24.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
51.11/24.53	c starts		: 29
51.11/24.53	c conflicts		: 8290
51.11/24.53	c decisions		: 429905
51.11/24.53	c propagations		: 5602451
51.11/24.53	c inspects		: 49032438
51.11/24.53	c shortcuts		: 0
51.11/24.53	c learnt literals	: 0
51.11/24.53	c learnt binary clauses	: 0
51.11/24.53	c learnt ternary clauses	: 3985
51.11/24.53	c learnt constraints	: 8289
51.11/24.53	c ignored constraints	: 0
51.11/24.53	c root simplifications	: 0
51.11/24.53	c removed literals (reason simplification)	: 0
51.11/24.53	c reason swapping (by a shorter reason)	: 0
51.11/24.53	c Calls to reduceDB	: 1
51.11/24.53	c Number of update (reduction) of LBD	: 0
51.11/24.53	c Imported unit clauses	: 0
51.11/24.53	c number of reductions to clauses (during analyze)	: 0
51.11/24.53	c number of learned constraints concerned by reduction	: 0
51.11/24.53	c number of learning phase by resolution	: 0
51.11/24.53	c number of learning phase by cutting planes	: 0
51.11/24.53	c speed (assignments/second)	: 233377.11405481963
51.11/24.53	c non guided choices	43327
51.11/24.53	c learnt constraints type 
51.11/24.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4807
51.11/24.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3482
51.11/24.53	s UNSATISFIABLE
51.11/24.53	c Total wall clock time (in seconds): 24.427

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-4090108-1466025715/watcher-4090108-1466025715 -o /tmp/evaluation-result-4090108-1466025715/solver-4090108-1466025715 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4090108-1466025715.opb 

pid=11307
running on 4 cores: 1,3,5,7

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: 3.85 3.98 3.99 4/197 11310
/proc/meminfo: memFree=28616744/32872528 swapFree=248296/248296
[pid=11310] ppid=11307 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11310/stat : 11310 (java) S 11307 11310 5767 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 4621942 98570240 977 33554432000 1073741824 1073778376 140734020022048 140734020013184 247067607101 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11310/statm: 24065 977 743 9 0 16771 0
[pid=11310/tid=11311] ppid=11307 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11311/stat : 11311 (java) R 11307 11310 5767 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 4621943 98570240 977 33554432000 1073741824 1073778376 140734020022048 139733865405992 247064249728 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 3.85 3.98 3.99 4/197 11310
/proc/meminfo: memFree=28616744/32872528 swapFree=248296/248296
[pid=11310] ppid=11307 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/11310/stat : 11310 (java) S 11307 11310 5767 0 -1 4202496 4504 0 1 0 10 1 0 0 20 0 18 0 4621942 9787879424 6135 33554432000 1073741824 1073778376 140734020022048 140734020013184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11310/statm: 2389619 6135 2158 9 0 2380296 0
[pid=11310/tid=11311] ppid=11307 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/11310/task/11311/stat : 11311 (java) R 11307 11310 5767 0 -1 4202560 2387 0 1 0 7 0 0 0 20 0 18 0 4621943 9787879424 6135 33554432000 1073741824 1073778376 140734020022048 139733865409160 247067632909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 3.85 3.98 3.99 4/197 11310
/proc/meminfo: memFree=28616744/32872528 swapFree=248296/248296
[pid=11310] ppid=11307 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/11310/stat : 11310 (java) S 11307 11310 5767 0 -1 4202496 4954 0 1 0 23 2 0 0 20 0 18 0 4621942 9787879424 17752 33554432000 1073741824 1073778376 140734020022048 140734020013184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11310/statm: 2389619 17752 2218 9 0 2380296 0
[pid=11310/tid=11311] ppid=11307 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/11310/task/11311/stat : 11311 (java) R 11307 11310 5767 0 -1 4202560 2420 0 1 0 16 1 0 0 20 0 18 0 4621943 9787879424 17752 33554432000 1073741824 1073778376 140734020022048 139733865409160 247067622456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300344 s]
/proc/loadavg: 3.85 3.98 3.99 4/197 11310
/proc/meminfo: memFree=28616744/32872528 swapFree=248296/248296
[pid=11310] ppid=11307 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/11310/stat : 11310 (java) S 11307 11310 5767 0 -1 4202496 5936 0 1 0 44 4 0 0 20 0 18 0 4621942 9787879424 39848 33554432000 1073741824 1073778376 140734020022048 140734020013184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11310/statm: 2389619 39848 2242 9 0 2380296 0
[pid=11310/tid=11311] ppid=11307 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/11310/task/11311/stat : 11311 (java) R 11307 11310 5767 0 -1 4202560 2464 0 1 0 25 2 0 0 20 0 18 0 4621943 9787879424 39848 33554432000 1073741824 1073778376 140734020022048 139733865408328 139733690867072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 3.85 3.98 3.99 4/197 11310
/proc/meminfo: memFree=28616744/32872528 swapFree=248296/248296
[pid=11310] ppid=11307 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/11310/stat : 11310 (java) S 11307 11310 5767 0 -1 4202496 9475 0 1 0 165 4 0 0 20 0 22 0 4621942 10060525568 42564 33554432000 1073741824 1073778376 140734020022048 140734020013184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11310/statm: 2456183 42564 2283 9 0 2446860 0
[pid=11310/tid=11311] ppid=11307 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/11310/task/11311/stat : 11311 (java) S 11307 11310 5767 0 -1 4202560 2478 0 1 0 46 2 0 0 20 0 22 0 4621943 10060525568 42564 33554432000 1073741824 1073778376 140734020022048 139733865411448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824732

[startup+1.50096 s]
/proc/loadavg: 3.85 3.98 3.99 6/219 11332
/proc/meminfo: memFree=28455316/32872528 swapFree=248296/248296
[pid=11310] ppid=11307 vsize=9824732 CPUtime=3.64 cores=1,3,5,7
/proc/11310/stat : 11310 (java) S 11307 11310 5767 0 -1 4202496 11604 0 1 0 358 6 0 0 20 0 22 0 4621942 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 140734020013184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11310/statm: 2456183 57047 2284 9 0 2446860 0
[pid=11310/tid=11311] ppid=11307 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/11310/task/11311/stat : 11311 (java) S 11307 11310 5767 0 -1 4202560 2478 0 1 0 46 2 0 0 20 0 22 0 4621943 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733865411448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11313] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11313/stat : 11313 (java) S 11307 11310 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733826902312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11314] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11314/stat : 11314 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733825849512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11315] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11315/stat : 11315 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733824797224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11310/tid=11316] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11316/stat : 11316 (java) S 11307 11310 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733823744424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11317] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11317/stat : 11317 (java) S 11307 11310 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733822692136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11318] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11318/stat : 11318 (java) S 11307 11310 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733821639336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11310/tid=11319] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11319/stat : 11319 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733820587048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11320] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11320/stat : 11320 (java) S 11307 11310 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733819534248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11321] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11321/stat : 11321 (java) S 11307 11310 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 4621944 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733688633576 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11322] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11322/stat : 11322 (java) S 11307 11310 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4621945 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733687579640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11323] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11323/stat : 11323 (java) S 11307 11310 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4621945 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733686527240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11324] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11324/stat : 11324 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621947 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733685475728 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11325] ppid=11307 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/11310/task/11325/stat : 11325 (java) S 11307 11310 5767 0 -1 4202560 2330 0 0 0 54 1 0 0 20 0 22 0 4621947 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733684423352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11326] ppid=11307 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/11310/task/11326/stat : 11326 (java) S 11307 11310 5767 0 -1 4202560 5343 0 0 0 56 2 0 0 20 0 22 0 4621947 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733683370552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11310/tid=11327] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11327/stat : 11327 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621947 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733682318456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11328] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11328/stat : 11328 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621947 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733681265864 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11329] ppid=11307 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/11310/task/11329/stat : 11329 (java) R 11307 11310 5767 0 -1 4202560 22 0 0 0 96 0 0 0 20 0 22 0 4621994 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733680210120 139733691574578 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11330] ppid=11307 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/11310/task/11330/stat : 11330 (java) R 11307 11310 5767 0 -1 4202560 53 0 0 0 95 1 0 0 20 0 22 0 4621994 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733679157496 139733691433813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11331] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11331/stat : 11331 (java) S 11307 11310 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4621995 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733678105768 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11332] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11332/stat : 11332 (java) S 11307 11310 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4621995 10060525568 57047 33554432000 1073741824 1073778376 140734020022048 139733677052968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9824732

[startup+3.10098 s]
/proc/loadavg: 3.85 3.98 3.99 6/219 11332
/proc/meminfo: memFree=28314408/32872528 swapFree=248296/248296
[pid=11310] ppid=11307 vsize=9824732 CPUtime=7.46 cores=1,3,5,7
/proc/11310/stat : 11310 (java) S 11307 11310 5767 0 -1 4202496 17453 0 1 0 735 11 0 0 20 0 22 0 4621942 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 140734020013184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11310/statm: 2456183 81369 2290 9 0 2446860 0
[pid=11310/tid=11311] ppid=11307 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/11310/task/11311/stat : 11311 (java) S 11307 11310 5767 0 -1 4202560 2478 0 1 0 46 2 0 0 20 0 22 0 4621943 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733865411448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11313] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11313/stat : 11313 (java) S 11307 11310 5767 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733826902312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11314] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11314/stat : 11314 (java) S 11307 11310 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733825849512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11315] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11315/stat : 11315 (java) S 11307 11310 5767 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733824797224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11316] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11316/stat : 11316 (java) S 11307 11310 5767 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733823744424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11317] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11317/stat : 11317 (java) S 11307 11310 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733822692136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11318] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11318/stat : 11318 (java) S 11307 11310 5767 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733821639336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11319] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11319/stat : 11319 (java) S 11307 11310 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733820587048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11320] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11320/stat : 11320 (java) S 11307 11310 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733819534248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11321] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11321/stat : 11321 (java) S 11307 11310 5767 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 4621944 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733688633576 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11322] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11322/stat : 11322 (java) S 11307 11310 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4621945 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733687579640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11323] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11323/stat : 11323 (java) S 11307 11310 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4621945 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733686527240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11324] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11324/stat : 11324 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621947 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733685475728 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11325] ppid=11307 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/11310/task/11325/stat : 11325 (java) S 11307 11310 5767 0 -1 4202560 5888 0 0 0 83 1 0 0 20 0 22 0 4621947 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733684423352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11326] ppid=11307 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/11310/task/11326/stat : 11326 (java) S 11307 11310 5767 0 -1 4202560 7427 0 0 0 84 2 0 0 20 0 22 0 4621947 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733683370552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11310/tid=11327] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11327/stat : 11327 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621947 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733682318456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11328] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11328/stat : 11328 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621947 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733681265864 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11329] ppid=11307 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/11310/task/11329/stat : 11329 (java) R 11307 11310 5767 0 -1 4202560 22 0 0 0 253 0 0 0 20 0 22 0 4621994 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733680208144 139733691642458 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11330] ppid=11307 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/11310/task/11330/stat : 11330 (java) R 11307 11310 5767 0 -1 4202560 90 0 0 0 251 2 0 0 20 0 22 0 4621994 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733679156424 139733690810328 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11331] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11331/stat : 11331 (java) S 11307 11310 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4621995 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733678105768 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11332] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11332/stat : 11332 (java) S 11307 11310 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4621995 10060525568 81369 33554432000 1073741824 1073778376 140734020022048 139733677052968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 3.86 3.98 3.99 5/219 11332
/proc/meminfo: memFree=27970324/32872528 swapFree=248296/248296
[pid=11310] ppid=11307 vsize=9824732 CPUtime=14.48 cores=1,3,5,7
/proc/11310/stat : 11310 (java) S 11307 11310 5767 0 -1 4202496 23108 0 1 0 1428 20 0 0 20 0 22 0 4621942 10060525568 151922 33554432000 1073741824 1073778376 140734020022048 140734020013184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11310/statm: 2456183 151922 2291 9 0 2446860 0
[pid=11310/tid=11311] ppid=11307 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/11310/task/11311/stat : 11311 (java) S 11307 11310 5767 0 -1 4202560 2478 0 1 0 46 2 0 0 20 0 22 0 4621943 10060525568 151922 33554432000 1073741824 1073778376 140734020022048 139733865411448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11313] ppid=11307 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11310/task/11313/stat : 11313 (java) S 11307 11310 5767 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 4621943 10060525568 151922 33554432000 1073741824 1073778376 140734020022048 139733826902312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11314] ppid=11307 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11310/task/11314/stat : 11314 (java) S 11307 11310 5767 0 -1 4202560 124 0 0 0 3 1 0 0 20 0 22 0 4621943 10060525568 151922 33554432000 1073741824 1073778376 140734020022048 139733825849512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11315] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11315/stat : 11315 (java) S 11307 11310 5767 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 4621943 10060525568 151922 33554432000 1073741824 1073778376 140734020022048 139733824797224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11316] ppid=11307 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11310/task/11316/stat : 11316 (java) S 11307 11310 5767 0 -1 4202560 200 0 0 0 3 1 0 0 20 0 22 0 4621943 10060525568 151922 33554432000 1073741824 1073778376 140734020022048 139733823744424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11317] ppid=11307 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11310/task/11317/stat : 11317 (java) S 11307 11310 5767 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 4621943 10060525568 151922 33554432000 1073741824 1073778376 140734020022048 139733822692136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11310/tid=11318] ppid=11307 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11310/task/11318/stat : 11318 (java) S 11307 11310 5767 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 4621943 10060525568 151922 33554432000 1073741824 1073778376 140734020022048 139733821639336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11319] ppid=11307 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11310/task/11319/stat : 11319 (java) S 11307 11310 5767 0 -1 4202560 128 0 0 0 1 0 0 0 20 0 22 0 4621943 10060525568 151922 33554432000 1073741824 1073778376 140734020022048 139733820587048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11320] ppid=11307 vsize=9824732 CPUtime=0.03 cores=1,3,5,7

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

/proc/11310/task/11325/stat : 11325 (java) S 11307 11310 5767 0 -1 4202560 7616 0 0 0 115 2 0 0 20 0 22 0 4621947 10060525568 547528 33554432000 1073741824 1073778376 140734020022048 139733684423352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11326] ppid=11307 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/11310/task/11326/stat : 11326 (java) S 11307 11310 5767 0 -1 4202560 12329 0 0 0 145 3 0 0 20 0 22 0 4621947 10060525568 547528 33554432000 1073741824 1073778376 140734020022048 139733683370552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11310/tid=11327] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11327/stat : 11327 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621947 10060525568 547528 33554432000 1073741824 1073778376 140734020022048 139733682318456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11328] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11328/stat : 11328 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621947 10060525568 547528 33554432000 1073741824 1073778376 140734020022048 139733681265864 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11329] ppid=11307 vsize=9824732 CPUtime=22.36 cores=1,3,5,7
/proc/11310/task/11329/stat : 11329 (java) R 11307 11310 5767 0 -1 4202560 29 0 0 0 2236 0 0 0 20 0 22 0 4621994 10060525568 547528 33554432000 1073741824 1073778376 140734020022048 139733680208256 139733691574466 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11330] ppid=11307 vsize=9824732 CPUtime=22.36 cores=1,3,5,7
/proc/11310/task/11330/stat : 11330 (java) R 11307 11310 5767 0 -1 4202560 957 0 0 0 2207 29 0 0 20 0 22 0 4621994 10060525568 547528 33554432000 1073741824 1073778376 140734020022048 139733679156112 139733691748838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11331] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11331/stat : 11331 (java) S 11307 11310 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4621995 10060525568 547528 33554432000 1073741824 1073778376 140734020022048 139733678105768 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11332] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11332/stat : 11332 (java) S 11307 11310 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4621995 10060525568 547528 33554432000 1073741824 1073778376 140734020022048 139733677052968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 48.92
Current children cumulated vsize (KiB) 9824732

[startup+24.001 s]
/proc/loadavg: 3.89 3.98 3.99 5/219 11332
/proc/meminfo: memFree=26350068/32872528 swapFree=248296/248296
[pid=11310] ppid=11307 vsize=9824732 CPUtime=50.5 cores=1,3,5,7
/proc/11310/stat : 11310 (java) S 11307 11310 5767 0 -1 4202496 26871 0 1 0 4994 56 0 0 20 0 22 0 4621942 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 140734020013184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11310/statm: 2456183 547529 2291 9 0 2446860 0
[pid=11310/tid=11311] ppid=11307 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/11310/task/11311/stat : 11311 (java) S 11307 11310 5767 0 -1 4202560 2478 0 1 0 46 2 0 0 20 0 22 0 4621943 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733865411448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11313] ppid=11307 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/11310/task/11313/stat : 11313 (java) S 11307 11310 5767 0 -1 4202560 77 0 0 0 9 4 0 0 20 0 22 0 4621943 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733826902312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11314] ppid=11307 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/11310/task/11314/stat : 11314 (java) S 11307 11310 5767 0 -1 4202560 157 0 0 0 11 3 0 0 20 0 22 0 4621943 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733825849512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11315] ppid=11307 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11310/task/11315/stat : 11315 (java) S 11307 11310 5767 0 -1 4202560 38 0 0 0 6 1 0 0 20 0 22 0 4621943 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733824797224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11316] ppid=11307 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11310/task/11316/stat : 11316 (java) S 11307 11310 5767 0 -1 4202560 229 0 0 0 6 2 0 0 20 0 22 0 4621943 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733823744424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11317] ppid=11307 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/11310/task/11317/stat : 11317 (java) S 11307 11310 5767 0 -1 4202560 81 0 0 0 10 3 0 0 20 0 22 0 4621943 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733822692136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11318] ppid=11307 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11310/task/11318/stat : 11318 (java) S 11307 11310 5767 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 22 0 4621943 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733821639336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11319] ppid=11307 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11310/task/11319/stat : 11319 (java) S 11307 11310 5767 0 -1 4202560 159 0 0 0 2 2 0 0 20 0 22 0 4621943 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733820587048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11320] ppid=11307 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/11310/task/11320/stat : 11320 (java) S 11307 11310 5767 0 -1 4202560 159 0 0 0 8 2 0 0 20 0 22 0 4621943 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733819534248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11321] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11321/stat : 11321 (java) S 11307 11310 5767 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 22 0 4621944 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733688633576 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11322] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11322/stat : 11322 (java) S 11307 11310 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4621945 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733687579640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11323] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11323/stat : 11323 (java) S 11307 11310 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 4621945 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733686527240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11324] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11324/stat : 11324 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621947 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733685475728 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11325] ppid=11307 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/11310/task/11325/stat : 11325 (java) S 11307 11310 5767 0 -1 4202560 7616 0 0 0 115 2 0 0 20 0 22 0 4621947 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733684423352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11326] ppid=11307 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/11310/task/11326/stat : 11326 (java) S 11307 11310 5767 0 -1 4202560 12329 0 0 0 145 3 0 0 20 0 22 0 4621947 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733683370552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11310/tid=11327] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11327/stat : 11327 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621947 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733682318456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11328] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11328/stat : 11328 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4621947 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733681265864 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11329] ppid=11307 vsize=9824732 CPUtime=23.15 cores=1,3,5,7
/proc/11310/task/11329/stat : 11329 (java) R 11307 11310 5767 0 -1 4202560 30 0 0 0 2315 0 0 0 20 0 22 0 4621994 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733680208256 139733691616173 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11330] ppid=11307 vsize=9824732 CPUtime=23.16 cores=1,3,5,7
/proc/11310/task/11330/stat : 11330 (java) R 11307 11310 5767 0 -1 4202560 957 0 0 0 2287 29 0 0 20 0 22 0 4621994 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733679156112 139733691770112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11331] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11331/stat : 11331 (java) S 11307 11310 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4621995 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733678105768 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11332] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11332/stat : 11332 (java) S 11307 11310 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4621995 10060525568 547529 33554432000 1073741824 1073778376 140734020022048 139733677052968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 9824732

[startup+24.401 s]
/proc/loadavg: 3.89 3.98 3.99 5/219 11332
/proc/meminfo: memFree=26350068/32872528 swapFree=248296/248296
[pid=11310] ppid=11307 vsize=9824732 CPUtime=51.09 cores=1,3,5,7
/proc/11310/stat : 11310 (java) S 11307 11310 5767 0 -1 4202496 26874 0 1 0 5052 57 0 0 20 0 19 0 4621942 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 140734020013184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11310/statm: 2456183 547515 2292 9 0 2446860 0
[pid=11310/tid=11311] ppid=11307 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/11310/task/11311/stat : 11311 (java) S 11307 11310 5767 0 -1 4202560 2478 0 1 0 46 2 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733865411448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11313] ppid=11307 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/11310/task/11313/stat : 11313 (java) S 11307 11310 5767 0 -1 4202560 77 0 0 0 9 4 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733826902312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11314] ppid=11307 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/11310/task/11314/stat : 11314 (java) S 11307 11310 5767 0 -1 4202560 157 0 0 0 11 3 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733825849512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11315] ppid=11307 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11310/task/11315/stat : 11315 (java) S 11307 11310 5767 0 -1 4202560 38 0 0 0 6 1 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733824797224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11316] ppid=11307 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11310/task/11316/stat : 11316 (java) S 11307 11310 5767 0 -1 4202560 229 0 0 0 6 2 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733823744424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11317] ppid=11307 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/11310/task/11317/stat : 11317 (java) S 11307 11310 5767 0 -1 4202560 81 0 0 0 10 3 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733822692136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11318] ppid=11307 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11310/task/11318/stat : 11318 (java) S 11307 11310 5767 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733821639336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11319] ppid=11307 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11310/task/11319/stat : 11319 (java) S 11307 11310 5767 0 -1 4202560 159 0 0 0 2 2 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733820587048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11320] ppid=11307 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/11310/task/11320/stat : 11320 (java) S 11307 11310 5767 0 -1 4202560 159 0 0 0 8 2 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733819534248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11321] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11321/stat : 11321 (java) S 11307 11310 5767 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 19 0 4621944 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733688633576 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11322] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11322/stat : 11322 (java) S 11307 11310 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4621945 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733687579640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11323] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11323/stat : 11323 (java) S 11307 11310 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4621945 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733686527240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11324] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11324/stat : 11324 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4621947 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733685475728 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11325] ppid=11307 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/11310/task/11325/stat : 11325 (java) S 11307 11310 5767 0 -1 4202560 7616 0 0 0 115 2 0 0 20 0 19 0 4621947 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733684423352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11326] ppid=11307 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/11310/task/11326/stat : 11326 (java) S 11307 11310 5767 0 -1 4202560 12329 0 0 0 145 3 0 0 20 0 19 0 4621947 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733683370552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11310/tid=11327] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11327/stat : 11327 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4621947 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733682318456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11328] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11328/stat : 11328 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4621947 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733681265864 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11332] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11332/stat : 11332 (java) S 11307 11310 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4621995 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733677052968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9824732

[startup+24.5013 s]
/proc/loadavg: 3.89 3.98 3.99 5/219 11332
/proc/meminfo: memFree=26350068/32872528 swapFree=248296/248296
[pid=11310] ppid=11307 vsize=9824732 CPUtime=51.09 cores=1,3,5,7
/proc/11310/stat : 11310 (java) S 11307 11310 5767 0 -1 4202496 26874 0 1 0 5052 57 0 0 20 0 19 0 4621942 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 140734020013184 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11310/statm: 2456183 547515 2292 9 0 2446860 0
[pid=11310/tid=11311] ppid=11307 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/11310/task/11311/stat : 11311 (java) S 11307 11310 5767 0 -1 4202560 2478 0 1 0 46 2 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733865411448 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11313] ppid=11307 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/11310/task/11313/stat : 11313 (java) S 11307 11310 5767 0 -1 4202560 77 0 0 0 9 4 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733826902312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11314] ppid=11307 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/11310/task/11314/stat : 11314 (java) S 11307 11310 5767 0 -1 4202560 157 0 0 0 11 3 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733825849512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11315] ppid=11307 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11310/task/11315/stat : 11315 (java) S 11307 11310 5767 0 -1 4202560 38 0 0 0 6 1 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733824797224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11316] ppid=11307 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11310/task/11316/stat : 11316 (java) S 11307 11310 5767 0 -1 4202560 229 0 0 0 6 2 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733823744424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11317] ppid=11307 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/11310/task/11317/stat : 11317 (java) S 11307 11310 5767 0 -1 4202560 81 0 0 0 10 3 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733822692136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11318] ppid=11307 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11310/task/11318/stat : 11318 (java) S 11307 11310 5767 0 -1 4202560 30 0 0 0 4 1 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733821639336 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11319] ppid=11307 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11310/task/11319/stat : 11319 (java) S 11307 11310 5767 0 -1 4202560 159 0 0 0 2 2 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733820587048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11320] ppid=11307 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/11310/task/11320/stat : 11320 (java) S 11307 11310 5767 0 -1 4202560 159 0 0 0 8 2 0 0 20 0 19 0 4621943 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733819534248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11321] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11321/stat : 11321 (java) S 11307 11310 5767 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 19 0 4621944 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733688633576 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11322] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11322/stat : 11322 (java) S 11307 11310 5767 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4621945 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733687579640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11323] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11323/stat : 11323 (java) S 11307 11310 5767 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4621945 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733686527240 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11324] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11324/stat : 11324 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4621947 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733685475728 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11325] ppid=11307 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/11310/task/11325/stat : 11325 (java) S 11307 11310 5767 0 -1 4202560 7616 0 0 0 115 2 0 0 20 0 19 0 4621947 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733684423352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11310/tid=11326] ppid=11307 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/11310/task/11326/stat : 11326 (java) S 11307 11310 5767 0 -1 4202560 12329 0 0 0 145 3 0 0 20 0 19 0 4621947 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733683370552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11310/tid=11327] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11327/stat : 11327 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4621947 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733682318456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11310/tid=11328] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11328/stat : 11328 (java) S 11307 11310 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4621947 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733681265864 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11310/tid=11332] ppid=11307 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11310/task/11332/stat : 11332 (java) S 11307 11310 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4621995 10060525568 547515 33554432000 1073741824 1073778376 140734020022048 139733677052968 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0200005
#  lost CPU user time (s): 0.0299988
#  lost CPU system time (s): -0.00999999

Real time (s): 24.5456
CPU time (s): 51.2152
CPU user time (s): 50.5133
CPU system time (s): 0.701891
CPU usage (%): 208.653
Max. virtual memory (cumulated for all children) (KiB): 9826200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.4833
system time used= 0.711891
maximum resident set size= 2190120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26884
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= 1398
involuntary context switches= 1321

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.171973 second user time and 0.224965 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 23:21:55
IDJOB=4090108
IDBENCH=107502
IDSOLVER=2543
FILE ID=node103/4090108-1466025715
RUNJOBID= node103-1466012165-5784
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/Instances3col_OPB/normalized-3col-left3reg-l090-r089-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090108-1466025715/watcher-4090108-1466025715 -o /tmp/evaluation-result-4090108-1466025715/solver-4090108-1466025715 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5784 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4090108-1466025715.opb

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

MD5SUM BENCH= 7c3c6b5f9b1ffe7183bbe9ffe1cd0852
RANDOM SEED=770318929

node103.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.278
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.55
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.278
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.278
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		: 2667.278
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.278
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.278
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.278
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.278
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:        28617272 kB
Buffers:          136604 kB
Cached:           347740 kB
SwapCached:            0 kB
Active:          2944164 kB
Inactive:         336504 kB
Active(anon):    2798892 kB
Inactive(anon):        0 kB
Active(file):     145272 kB
Inactive(file):   336504 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1220 kB
Writeback:             0 kB
AnonPages:       3140944 kB
Mapped:            21572 kB
Shmem:               204 kB
Slab:             575588 kB
SReclaimable:      19464 kB
SUnreclaim:       556124 kB
KernelStack:        1808 kB
PageTables:        10580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3512008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2840576 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 node103 at 2016-06-15 23:22:20