Trace number 4106656

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 Res+CP PB16OPT-15 52.617 27.1685

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_25_4.opb
MD5SUMe7bb8414272ccdbf28db7bd22cc751df
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark3.34249
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -15
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint25
Maximum length of a constraint40
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3070
Sum of products size (including duplicates)6140
Number of different products1535
Sum of products size3070

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4106656-1466275140.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
0.44/0.34	c ... done. Wall clock time 0.215s.
0.44/0.34	c declared #vars     100
0.44/0.34	c internal #vars     1635
0.44/0.34	c #constraints  3270
0.44/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.44/0.35	c constraints type 
0.44/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1535
0.44/0.35	c org.sat4j.minisat.constraints.cnf.UnitClauses => 92
0.44/0.35	c org.sat4j.specs.Constr$1 => 106
0.44/0.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.44/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1535
0.44/0.35	c 3270 constraints processed.
0.44/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.44/0.35	c constraints type 
0.44/0.35	c org.sat4j.specs.Constr$1 => 106
0.44/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1535
0.44/0.35	c org.sat4j.pb.constraints.pb.UnitClausesPB => 92
0.44/0.35	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.44/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1535
0.44/0.35	c 3270 constraints processed.
0.44/0.35	c objective function length is 100 literals
0.44/0.36	c And the winner is solver0
0.67/0.85	c SATISFIABLE
0.67/0.85	c OPTIMIZING...
0.67/0.85	c Got one! Elapsed wall clock time (in seconds):0.719
0.67/0.85	o -9
0.67/0.86	c And the winner is solver0
0.73/1.35	c Got one! Elapsed wall clock time (in seconds):1.221
0.73/1.35	o -10
0.73/1.36	c And the winner is solver0
0.74/1.85	c Got one! Elapsed wall clock time (in seconds):1.722
0.74/1.85	o -11
0.88/1.97	c And the winner is solver0
1.03/2.35	c Got one! Elapsed wall clock time (in seconds):2.224
1.03/2.35	o -12
2.80/2.85	c cleaning 2564 clauses out of 5128 with flag 8429/5128
3.20/2.97	c And the winner is solver0
3.74/3.35	c Got one! Elapsed wall clock time (in seconds):3.225
3.74/3.35	o -13
4.50/3.75	c cleaning 4219 clauses out of 8438 with flag 9037/11002
5.74/4.29	c cleaning 5103 clauses out of 10217 with flag 22826/17001
7.35/4.97	c cleaning 6057 clauses out of 12114 with flag 39270/24001
9.03/5.79	c cleaning 7022 clauses out of 14056 with flag 57093/32001
11.92/7.12	c cleaning 8016 clauses out of 16036 with flag 78714/41003
15.45/8.72	c cleaning 9004 clauses out of 18016 with flag 101497/51001
20.02/10.81	c cleaning 10000 clauses out of 20012 with flag 130477/62001
25.04/13.16	c cleaning 11003 clauses out of 22012 with flag 160670/74001
29.73/15.47	c cleaning 12005 clauses out of 24009 with flag 192208/87001
31.52/16.31	c And the winner is solver0
31.66/16.41	c Got one! Elapsed wall clock time (in seconds):16.278
31.66/16.41	o -14
33.65/17.45	c cleaning 11503 clauses out of 23015 with flag 11083/98013
35.64/18.41	c cleaning 8747 clauses out of 17513 with flag 24891/104014
37.45/19.33	c cleaning 7876 clauses out of 15766 with flag 41182/111014
39.11/20.15	c And the winner is solver0
39.29/20.43	c Got one! Elapsed wall clock time (in seconds):20.301
39.29/20.43	o -15
41.09/21.32	c cleaning 9930 clauses out of 19860 with flag 10864/122985
42.89/22.24	c cleaning 7961 clauses out of 15929 with flag 25615/128986
44.91/23.21	c cleaning 7478 clauses out of 14967 with flag 42667/135986
46.69/24.14	c cleaning 7745 clauses out of 15491 with flag 60784/143988
48.95/25.23	c cleaning 8372 clauses out of 16743 with flag 82216/152985
51.56/26.51	c cleaning 9186 clauses out of 18371 with flag 105942/162986
52.15/26.83	c And the winner is solver0
52.46/27.14	c >>>>>>>>>> Solver number 0 (8 answers) <<<<<<<<<<<<<<<<<<
52.46/27.14	c starts		: 713
52.46/27.14	c conflicts		: 166340
52.46/27.14	c decisions		: 201628
52.46/27.14	c propagations		: 1130259
52.46/27.14	c inspects		: 384921921
52.46/27.14	c shortcuts		: 0
52.46/27.14	c learnt literals	: 22
52.46/27.14	c learnt binary clauses	: 33
52.46/27.14	c learnt ternary clauses	: 61
52.46/27.14	c learnt constraints	: 166317
52.46/27.14	c ignored constraints	: 0
52.46/27.14	c root simplifications	: 0
52.46/27.14	c removed literals (reason simplification)	: 5266858
52.46/27.14	c reason swapping (by a shorter reason)	: 0
52.46/27.14	c Calls to reduceDB	: 19
52.46/27.14	c Number of update (reduction) of LBD	: 10060
52.46/27.14	c Imported unit clauses	: 0
52.46/27.14	c number of reductions to clauses (during analyze)	: 0
52.46/27.14	c number of learned constraints concerned by reduction	: 0
52.46/27.14	c number of learning phase by resolution	: 0
52.46/27.14	c number of learning phase by cutting planes	: 0
52.46/27.14	c speed (assignments/second)	: 42189.585666293395
52.46/27.14	c non guided choices	0
52.46/27.14	c learnt constraints type 
52.46/27.14	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
52.46/27.14	c starts		: 29
52.46/27.14	c conflicts		: 3669
52.46/27.14	c decisions		: 3892
52.46/27.14	c propagations		: 41871
52.46/27.14	c inspects		: 38292025
52.46/27.14	c shortcuts		: 0
52.46/27.14	c learnt literals	: 0
52.46/27.14	c learnt binary clauses	: 0
52.46/27.14	c learnt ternary clauses	: 0
52.46/27.14	c learnt constraints	: 3666
52.46/27.14	c ignored constraints	: 0
52.46/27.14	c root simplifications	: 0
52.46/27.14	c removed literals (reason simplification)	: 0
52.46/27.14	c reason swapping (by a shorter reason)	: 0
52.46/27.14	c Calls to reduceDB	: 0
52.46/27.14	c Number of update (reduction) of LBD	: 0
52.46/27.14	c Imported unit clauses	: 0
52.46/27.14	c number of reductions to clauses (during analyze)	: 0
52.46/27.14	c number of learned constraints concerned by reduction	: 0
52.46/27.14	c number of learning phase by resolution	: 0
52.46/27.14	c number of learning phase by cutting planes	: 0
52.46/27.14	c speed (assignments/second)	: 6316.337305777644
52.46/27.14	c non guided choices	0
52.46/27.14	c learnt constraints type 
52.46/27.14	s OPTIMUM FOUND
52.46/27.14	c Found 7 solution(s)
52.46/27.14	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 x76 -x77 -x78 -x79 -x80 -x81 x82 x83 -x84 x85 x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
52.46/27.15	c objective function=-15
52.46/27.15	c Total wall clock time (in seconds): 27.017

Verifier Data

OK	-15

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-4106656-1466275140/watcher-4106656-1466275140 -o /tmp/evaluation-result-4106656-1466275140/solver-4106656-1466275140 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106656-1466275140.opb 

pid=9771
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: 4.38 4.41 4.26 4/197 9774
/proc/meminfo: memFree=27218136/32872528 swapFree=1286400/1433568
[pid=9774] ppid=9771 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9774/stat : 9774 (java) D 9771 9774 3621 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 29560739 9515008 175 33554432000 1073741824 1073778376 140733490286464 140733490269192 214369649552 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/9774/statm: 2323 175 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 4.38 4.41 4.26 4/197 9774
/proc/meminfo: memFree=27218136/32872528 swapFree=1286400/1433568
[pid=9774] ppid=9771 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 3621 0 -1 4202496 4348 0 1 0 7 1 0 0 20 0 18 0 29560739 9787879424 5456 33554432000 1073741824 1073778376 140733438932832 140733438923968 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9774/statm: 2389619 5456 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 4.38 4.41 4.26 4/197 9774
/proc/meminfo: memFree=27218136/32872528 swapFree=1286400/1433568
[pid=9774] ppid=9771 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 3621 0 -1 4202496 4569 0 1 0 19 1 0 0 20 0 18 0 29560739 9787879424 7177 33554432000 1073741824 1073778376 140733438932832 140733438923968 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9774/statm: 2389619 7177 2178 9 0 2380296 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 4.38 4.41 4.26 4/197 9774
/proc/meminfo: memFree=27218136/32872528 swapFree=1286400/1433568
[pid=9774] ppid=9771 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 3621 0 -1 4202496 6004 0 1 0 43 1 0 0 20 0 18 0 29560739 9787879424 8494 33554432000 1073741824 1073778376 140733438932832 140733438923968 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9774/statm: 2389619 8496 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700195 s]
/proc/loadavg: 4.38 4.41 4.26 4/197 9774
/proc/meminfo: memFree=27218136/32872528 swapFree=1286400/1433568
[pid=9774] ppid=9771 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 3621 0 -1 4202496 8160 0 1 0 63 4 0 0 20 0 20 0 29560739 10060525568 10995 33554432000 1073741824 1073778376 140733438932832 140733438923968 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9774/statm: 2456183 10995 2254 9 0 2446860 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 4.38 4.41 4.26 3/216 9798
/proc/meminfo: memFree=27185552/32872528 swapFree=1286400/1433568
[pid=9774] ppid=9771 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 3621 0 -1 4202496 8232 0 1 0 68 6 0 0 20 0 20 0 29560739 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 140733438923968 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9774/statm: 2456183 13094 2258 9 0 2446860 0
[pid=9774/tid=9776] ppid=9771 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/9774/task/9776/stat : 9776 (java) S 9771 9774 3621 0 -1 4202560 2423 0 1 0 29 2 0 0 20 0 20 0 29560740 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139979074212728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29560742 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139979035703592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9778] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9771 9774 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 29560742 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139979034650792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9779] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29560742 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139979033598504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9780] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29560742 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139979032545704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9781] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29560742 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139979031493416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9782] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29560742 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139979030440616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9783] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29560742 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139979029388328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9784] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9771 9774 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 29560742 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139979028335528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9785] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9771 9774 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 29560743 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139978898106600 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9786] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9771 9774 3621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 29560743 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139978897052664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9787] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9771 9774 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 29560743 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139978896000264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9788] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29560746 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139978894948752 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9789] ppid=9771 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9771 9774 3621 0 -1 4202560 1340 0 0 0 12 0 0 0 20 0 20 0 29560746 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139978893896376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9790] ppid=9771 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9771 9774 3621 0 -1 4202560 3126 0 0 0 19 0 0 0 20 0 20 0 29560746 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139978892843576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29560746 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139978891791480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9792] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 29560746 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139977883118792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9795] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9795/stat : 9795 (java) S 9771 9774 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 29560775 10060525568 13094 33554432000 1073741824 1073778376 140733438932832 139977879958696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.27 4.38 4.25 3/216 9803
/proc/meminfo: memFree=27174156/32872528 swapFree=1286400/1433568
[pid=9774] ppid=9771 vsize=9824732 CPUtime=3.73 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 3621 0 -1 4202496 29069 0 1 0 358 15 0 0 20 0 19 0 29560739 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 140733438923968 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9774/statm: 2456183 50689 2289 9 0 2446860 0
[pid=9774/tid=9776] ppid=9771 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/9774/task/9776/stat : 9776 (java) S 9771 9774 3621 0 -1 4202560 2425 0 1 0 29 2 0 0 20 0 19 0 29560740 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139979074212728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9771 9774 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29560742 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139979035703592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9778] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9771 9774 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29560742 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139979034650792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9779] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9771 9774 3621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29560742 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139979033598504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9780] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9771 9774 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29560742 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139979032545704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9781] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9771 9774 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29560742 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139979031493416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9782] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9771 9774 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29560742 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139979030440616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9783] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29560742 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139979029388328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9784] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9771 9774 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29560742 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139979028335528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9785] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9771 9774 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29560743 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139978898106600 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9786] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9771 9774 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29560743 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139978897052664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9787] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9771 9774 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29560743 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139978896000264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9788] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29560746 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139978894948752 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9789] ppid=9771 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) R 9771 9774 3621 0 -1 4202560 11106 0 0 0 92 2 0 0 20 0 19 0 29560746 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139978893873624 139979078329832 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9790] ppid=9771 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9771 9774 3621 0 -1 4202560 14089 0 0 0 96 3 0 0 20 0 19 0 29560746 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139978892843576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29560746 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139978891791480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9792] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29560746 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139977883118792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9795] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9795/stat : 9795 (java) S 9771 9774 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29560775 10060525568 50689 33554432000 1073741824 1073778376 140733438932832 139977879958696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.27 4.38 4.25 5/219 9809
/proc/meminfo: memFree=26881436/32872528 swapFree=1286400/1433568
[pid=9774] ppid=9771 vsize=9824732 CPUtime=10.26 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 3621 0 -1 4202496 31244 0 1 0 999 27 0 0 20 0 22 0 29560739 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 140733438923968 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9774/statm: 2456183 96188 2292 9 0 2446860 0
[pid=9774/tid=9776] ppid=9771 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/9774/task/9776/stat : 9776 (java) S 9771 9774 3621 0 -1 4202560 2425 0 1 0 30 2 0 0 20 0 22 0 29560740 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139979074212728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9771 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9771 9774 3621 0 -1 4202560 147 0 0 0 5 2 0 0 20 0 22 0 29560742 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139979035703592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9778] ppid=9771 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9771 9774 3621 0 -1 4202560 114 0 0 0 4 1 0 0 20 0 22 0 29560742 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139979034650792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9779] ppid=9771 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9771 9774 3621 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 29560742 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139979033598504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9780] ppid=9771 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9771 9774 3621 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 29560742 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139979032545704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9781] ppid=9771 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9771 9774 3621 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 29560742 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139979031493416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9782] ppid=9771 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9771 9774 3621 0 -1 4202560 141 0 0 0 4 2 0 0 20 0 22 0 29560742 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139979030440616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9783] ppid=9771 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9771 9774 3621 0 -1 4202560 130 0 0 0 1 2 0 0 20 0 22 0 29560742 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139979029388328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9784] ppid=9771 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9771 9774 3621 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 29560742 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139979028335528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9785] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9771 9774 3621 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 29560743 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139978898106600 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9786] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9771 9774 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29560743 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139978897052664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9787] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9771 9774 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29560743 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139978896000264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9788] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29560746 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139978894948752 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9789] ppid=9771 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9771 9774 3621 0 -1 4202560 12436 0 0 0 129 2 0 0 20 0 22 0 29560746 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139978893896376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9790] ppid=9771 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9771 9774 3621 0 -1 4202560 14091 0 0 0 107 3 0 0 20 0 22 0 29560746 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139978892843576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29560746 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139978891791480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9792] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29560746 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139977883118792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9795] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9795/stat : 9795 (java) S 9771 9774 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29560775 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139977879958696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9807] ppid=9771 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/9774/task/9807/stat : 9807 (java) R 9771 9774 3621 0 -1 4202560 6 0 0 0 279 0 0 0 20 0 22 0 29561075 10060525568 96188 33554432000 1073741824 1073778376 140733438932832 139977882063992 139978907164939 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9808] ppid=9771 vsize=9824732 CPUtime=2.78 cores=1,3,5,7

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

[pid=9774/tid=9785] ppid=9771 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9771 9774 3621 0 -1 4202560 1227 0 0 0 0 1 0 0 20 0 22 0 29560743 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978898106600 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9786] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9771 9774 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29560743 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978897052664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9787] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9771 9774 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29560743 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978896000264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9788] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29560746 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978894948752 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9789] ppid=9771 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9771 9774 3621 0 -1 4202560 17527 0 0 0 222 3 0 0 20 0 22 0 29560746 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978893896376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9790] ppid=9771 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9771 9774 3621 0 -1 4202560 14488 0 0 0 131 3 0 0 20 0 22 0 29560746 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978892843576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29560746 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978891791480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9792] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29560746 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139977883118792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9795] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9795/stat : 9795 (java) S 9771 9774 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29560775 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139977879958696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9813] ppid=9771 vsize=9824732 CPUtime=5.92 cores=1,3,5,7
/proc/9774/task/9813/stat : 9813 (java) R 9771 9774 3621 0 -1 4202560 2 0 0 0 592 0 0 0 20 0 22 0 29562782 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139977882054896 139978907085515 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9814] ppid=9771 vsize=9824732 CPUtime=5.92 cores=1,3,5,7
/proc/9774/task/9814/stat : 9814 (java) R 9771 9774 3621 0 -1 4202560 5 0 0 0 592 0 0 0 20 0 22 0 29562782 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139977878904432 139978907239107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9815] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9815/stat : 9815 (java) S 9771 9774 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29562791 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139977881011880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 51.36
Current children cumulated vsize (KiB) 9824732

[startup+26.8009 s]
/proc/loadavg: 4.34 4.39 4.26 5/219 9815
/proc/meminfo: memFree=25474180/32872528 swapFree=1286400/1433568
[pid=9774] ppid=9771 vsize=9824732 CPUtime=52.15 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 3621 0 -1 4202496 39066 0 1 0 5144 71 0 0 20 0 22 0 29560739 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 140733438923968 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9774/statm: 2456183 449050 2293 9 0 2446860 0
[pid=9774/tid=9776] ppid=9771 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/9774/task/9776/stat : 9776 (java) S 9771 9774 3621 0 -1 4202560 2426 0 1 0 30 2 0 0 20 0 22 0 29560740 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139979074212728 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9771 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9771 9774 3621 0 -1 4202560 214 0 0 0 11 4 0 0 20 0 22 0 29560742 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139979035703592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9778] ppid=9771 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9771 9774 3621 0 -1 4202560 212 0 0 0 12 3 0 0 20 0 22 0 29560742 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139979034650792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9779] ppid=9771 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9771 9774 3621 0 -1 4202560 75 0 0 0 13 4 0 0 20 0 22 0 29560742 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139979033598504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9780] ppid=9771 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9771 9774 3621 0 -1 4202560 87 0 0 0 12 2 0 0 20 0 22 0 29560742 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139979032545704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9781] ppid=9771 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9771 9774 3621 0 -1 4202560 98 0 0 0 12 4 0 0 20 0 22 0 29560742 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139979031493416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9782] ppid=9771 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9771 9774 3621 0 -1 4202560 214 0 0 0 10 4 0 0 20 0 22 0 29560742 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139979030440616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9783] ppid=9771 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9771 9774 3621 0 -1 4202560 182 0 0 0 8 3 0 0 20 0 22 0 29560742 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139979029388328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9784] ppid=9771 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9771 9774 3621 0 -1 4202560 121 0 0 0 7 4 0 0 20 0 22 0 29560742 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139979028335528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9785] ppid=9771 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9771 9774 3621 0 -1 4202560 1227 0 0 0 0 1 0 0 20 0 22 0 29560743 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978898106600 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9786] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9771 9774 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29560743 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978897052664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9787] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9771 9774 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29560743 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978896000264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9788] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29560746 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978894948752 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9789] ppid=9771 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9771 9774 3621 0 -1 4202560 17527 0 0 0 222 3 0 0 20 0 22 0 29560746 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978893896376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9790] ppid=9771 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9771 9774 3621 0 -1 4202560 14488 0 0 0 131 3 0 0 20 0 22 0 29560746 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978892843576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29560746 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139978891791480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9792] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29560746 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139977883118792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9795] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9795/stat : 9795 (java) S 9771 9774 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29560775 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139977879958696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9813] ppid=9771 vsize=9824732 CPUtime=6.31 cores=1,3,5,7
/proc/9774/task/9813/stat : 9813 (java) R 9771 9774 3621 0 -1 4202560 2 0 0 0 631 0 0 0 20 0 22 0 29562782 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139977882054896 139978907035013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9814] ppid=9771 vsize=9824732 CPUtime=6.31 cores=1,3,5,7
/proc/9774/task/9814/stat : 9814 (java) R 9771 9774 3621 0 -1 4202560 5 0 0 0 631 0 0 0 20 0 22 0 29562782 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139977878904432 139978907239181 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9815] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9815/stat : 9815 (java) S 9771 9774 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29562791 10060525568 449050 33554432000 1073741824 1073778376 140733438932832 139977881011880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 52.15
Current children cumulated vsize (KiB) 9824732

[startup+27.0008 s]
/proc/loadavg: 4.34 4.39 4.26 5/219 9815
/proc/meminfo: memFree=25474180/32872528 swapFree=1286400/1433568
[pid=9774] ppid=9771 vsize=9824732 CPUtime=52.36 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 3621 0 -1 4202496 39068 0 1 0 5163 73 0 0 20 0 19 0 29560739 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 140733438923968 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9774/statm: 2456183 449044 2293 9 0 2446860 0
[pid=9774/tid=9776] ppid=9771 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/9774/task/9776/stat : 9776 (java) R 9771 9774 3621 0 -1 4202560 2426 0 1 0 36 2 0 0 20 0 19 0 29560740 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979074212728 139978906802114 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9771 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9771 9774 3621 0 -1 4202560 214 0 0 0 11 4 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979035703592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9778] ppid=9771 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9771 9774 3621 0 -1 4202560 212 0 0 0 12 3 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979034650792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9779] ppid=9771 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9771 9774 3621 0 -1 4202560 75 0 0 0 13 4 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979033598504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9780] ppid=9771 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9771 9774 3621 0 -1 4202560 87 0 0 0 12 2 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979032545704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9781] ppid=9771 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9771 9774 3621 0 -1 4202560 98 0 0 0 12 4 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979031493416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9782] ppid=9771 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9771 9774 3621 0 -1 4202560 214 0 0 0 10 4 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979030440616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9783] ppid=9771 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9771 9774 3621 0 -1 4202560 182 0 0 0 8 3 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979029388328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9784] ppid=9771 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9771 9774 3621 0 -1 4202560 121 0 0 0 7 4 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979028335528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9785] ppid=9771 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9771 9774 3621 0 -1 4202560 1227 0 0 0 0 1 0 0 20 0 19 0 29560743 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978898106600 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9786] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9771 9774 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29560743 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978897052664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9787] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9771 9774 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29560743 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978896000264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9788] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29560746 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978894948752 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9789] ppid=9771 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) S 9771 9774 3621 0 -1 4202560 17527 0 0 0 224 3 0 0 20 0 19 0 29560746 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978893896376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9790] ppid=9771 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9771 9774 3621 0 -1 4202560 14488 0 0 0 131 3 0 0 20 0 19 0 29560746 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978892843576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29560746 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978891791480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9792] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29560746 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139977883118792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9795] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9795/stat : 9795 (java) S 9771 9774 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29560775 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139977879958696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 52.36
Current children cumulated vsize (KiB) 9824732

[startup+27.1008 s]
/proc/loadavg: 4.34 4.39 4.26 5/219 9815
/proc/meminfo: memFree=25474180/32872528 swapFree=1286400/1433568
[pid=9774] ppid=9771 vsize=9824732 CPUtime=52.46 cores=1,3,5,7
/proc/9774/stat : 9774 (java) S 9771 9774 3621 0 -1 4202496 39068 0 1 0 5173 73 0 0 20 0 19 0 29560739 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 140733438923968 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9774/statm: 2456183 449044 2293 9 0 2446860 0
[pid=9774/tid=9776] ppid=9771 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/9774/task/9776/stat : 9776 (java) R 9771 9774 3621 0 -1 4202560 2426 0 1 0 46 2 0 0 20 0 19 0 29560740 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979074212728 139978906764768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9777] ppid=9771 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9774/task/9777/stat : 9777 (java) S 9771 9774 3621 0 -1 4202560 214 0 0 0 11 4 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979035703592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9778] ppid=9771 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9774/task/9778/stat : 9778 (java) S 9771 9774 3621 0 -1 4202560 212 0 0 0 12 3 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979034650792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9779] ppid=9771 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/9774/task/9779/stat : 9779 (java) S 9771 9774 3621 0 -1 4202560 75 0 0 0 13 4 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979033598504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9780] ppid=9771 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/9774/task/9780/stat : 9780 (java) S 9771 9774 3621 0 -1 4202560 87 0 0 0 12 2 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979032545704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9781] ppid=9771 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/9774/task/9781/stat : 9781 (java) S 9771 9774 3621 0 -1 4202560 98 0 0 0 12 4 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979031493416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9782] ppid=9771 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/9774/task/9782/stat : 9782 (java) S 9771 9774 3621 0 -1 4202560 214 0 0 0 10 4 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979030440616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9774/tid=9783] ppid=9771 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9774/task/9783/stat : 9783 (java) S 9771 9774 3621 0 -1 4202560 182 0 0 0 8 3 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979029388328 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9774/tid=9784] ppid=9771 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/9774/task/9784/stat : 9784 (java) S 9771 9774 3621 0 -1 4202560 121 0 0 0 7 4 0 0 20 0 19 0 29560742 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139979028335528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9785] ppid=9771 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/9774/task/9785/stat : 9785 (java) S 9771 9774 3621 0 -1 4202560 1227 0 0 0 0 1 0 0 20 0 19 0 29560743 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978898106600 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9786] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9786/stat : 9786 (java) S 9771 9774 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29560743 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978897052664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9787] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9787/stat : 9787 (java) S 9771 9774 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29560743 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978896000264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9788] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9788/stat : 9788 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29560746 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978894948752 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9774/tid=9789] ppid=9771 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/9774/task/9789/stat : 9789 (java) R 9771 9774 3621 0 -1 4202560 17527 0 0 0 224 3 0 0 20 0 19 0 29560746 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978893896376 214373020732 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9790] ppid=9771 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/9774/task/9790/stat : 9790 (java) S 9771 9774 3621 0 -1 4202560 14488 0 0 0 131 3 0 0 20 0 19 0 29560746 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978892843576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9791] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9791/stat : 9791 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29560746 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139978891791480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9792] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9792/stat : 9792 (java) S 9771 9774 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29560746 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139977883118792 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9774/tid=9795] ppid=9771 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9774/task/9795/stat : 9795 (java) S 9771 9774 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29560775 10060525568 449044 33554432000 1073741824 1073778376 140733438932832 139977879958696 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 52.46
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 27.1685
CPU time (s): 52.617
CPU user time (s): 51.7641
CPU system time (s): 0.85287
CPU usage (%): 193.669
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.7641
system time used= 0.85287
maximum resident set size= 1796200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39080
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= 1488
involuntary context switches= 1666

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.162975 second user time and 0.249962 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 20:39:00
IDJOB=4106656
IDBENCH=48167
IDSOLVER=2543
FILE ID=node130/4106656-1466275140
RUNJOBID= node130-1466264922-3638
PBS_JOBID= 19918227
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_25_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106656-1466275140/watcher-4106656-1466275140 -o /tmp/evaluation-result-4106656-1466275140/solver-4106656-1466275140 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3638 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106656-1466275140.opb

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

MD5SUM BENCH= e7bb8414272ccdbf28db7bd22cc751df
RANDOM SEED=2117952417

node130.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.365
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	: 5332.73
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.365
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.365
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.365
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.365
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.365
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.53
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.365
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.56
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.365
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:        27218508 kB
Buffers:           51264 kB
Cached:           168420 kB
SwapCached:         1872 kB
Active:          3310908 kB
Inactive:         167776 kB
Active(anon):    3259020 kB
Inactive(anon):     2212 kB
Active(file):      51888 kB
Inactive(file):   165564 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:               884 kB
Writeback:             0 kB
AnonPages:       4691564 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             601672 kB
SReclaimable:      45072 kB
SUnreclaim:       556600 kB
KernelStack:        1808 kB
PageTables:        13292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4851028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3350528 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= 71748 MiB
End job on node130 at 2016-06-18 20:39:27