Trace number 4097052

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 460.945 228.43

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_7_19.opb
MD5SUM78787402ce331c7b72f08d9e4f646743
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 benchmark14.5728
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables756
Total number of constraints3542
Number of constraints which are clauses3537
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint27
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 46
Number of bits of the biggest sum of numbers6
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4097052-1466113176.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
0.50/0.34	c ... done. Wall clock time 0.228s.
0.50/0.34	c declared #vars     756
0.50/0.34	c #constraints  3546
0.50/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.50/0.35	c constraints type 
0.50/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2106
0.50/0.35	c org.sat4j.specs.Constr$1 => 4
0.50/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.50/0.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.50/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1430
0.50/0.35	c 3546 constraints processed.
0.50/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.50/0.35	c constraints type 
0.50/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1430
0.50/0.35	c org.sat4j.specs.Constr$1 => 4
0.50/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2106
0.50/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.50/0.35	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.50/0.35	c 3546 constraints processed.
3.51/1.17	c cleaning 2493 clauses out of 5000 with flag 23238/5000
5.26/1.84	c cleaning 4250 clauses out of 8508 with flag 56185/11001
7.11/2.72	c cleaning 5625 clauses out of 11258 with flag 95985/18001
9.23/3.77	c cleaning 6814 clauses out of 13633 with flag 144829/26001
11.90/5.05	c cleaning 7905 clauses out of 15819 with flag 197476/35001
14.92/6.55	c cleaning 8952 clauses out of 17913 with flag 259865/45000
18.34/8.29	c cleaning 9975 clauses out of 19961 with flag 327021/56000
22.36/10.26	c cleaning 10992 clauses out of 21988 with flag 405005/68002
26.76/12.49	c cleaning 11990 clauses out of 23994 with flag 492891/81000
31.58/14.86	c cleaning 13000 clauses out of 26004 with flag 583577/95000
37.41/17.80	c cleaning 14000 clauses out of 28004 with flag 690750/110000
43.40/20.75	c cleaning 15002 clauses out of 30007 with flag 787667/126003
50.45/24.23	c cleaning 15997 clauses out of 32002 with flag 880555/143000
53.83/25.99	c cleaning 0 clauses out of 5000 with flag 0/5000
58.74/28.23	c cleaning 16998 clauses out of 34005 with flag 996430/161000
67.12/32.39	c cleaning 17999 clauses out of 36009 with flag 1125043/180002
76.55/37.02	c cleaning 19001 clauses out of 38008 with flag 1270143/200000
87.78/42.63	c cleaning 20001 clauses out of 40007 with flag 1414446/221000
98.79/48.16	c cleaning 21001 clauses out of 42006 with flag 1566884/243000
109.77/53.63	c cleaning 21998 clauses out of 44005 with flag 1724014/266000
121.82/59.61	c cleaning 22995 clauses out of 46007 with flag 1867832/290000
135.64/66.51	c cleaning 24001 clauses out of 48014 with flag 2012456/315002
150.67/74.01	c cleaning 25001 clauses out of 50011 with flag 2173077/341000
166.96/82.10	c cleaning 25999 clauses out of 52010 with flag 2329244/368000
182.64/89.93	c cleaning 27002 clauses out of 54013 with flag 2467046/396002
199.15/98.15	c cleaning 28000 clauses out of 56009 with flag 2593644/425000
216.46/106.80	c cleaning 29001 clauses out of 58009 with flag 2725104/455000
235.37/116.12	c cleaning 29999 clauses out of 60008 with flag 2856137/486001
256.67/126.71	c cleaning 31000 clauses out of 62009 with flag 2996392/518001
277.40/137.00	c cleaning 32001 clauses out of 64008 with flag 3140859/551000
304.33/150.46	c cleaning 32998 clauses out of 66007 with flag 3341414/585000
330.88/163.67	c cleaning 33999 clauses out of 68010 with flag 3538532/620001
360.00/178.20	c cleaning 35001 clauses out of 70012 with flag 3730249/656002
377.64/186.97	c cleaning 0 clauses out of 11002 with flag 0/11002
393.11/194.69	c cleaning 36000 clauses out of 72010 with flag 3956861/693001
420.48/208.28	c cleaning 37005 clauses out of 74010 with flag 4130636/731002
452.19/224.00	c cleaning 37999 clauses out of 76002 with flag 4308230/770001
460.41/228.15	c And the winner is solver0
460.67/228.39	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
460.67/228.39	c starts		: 110
460.67/228.39	c conflicts		: 784055
460.67/228.39	c decisions		: 866027
460.67/228.39	c propagations		: 69685270
460.67/228.39	c inspects		: 3318230737
460.67/228.39	c shortcuts		: 0
460.67/228.39	c learnt literals	: 16
460.67/228.39	c learnt binary clauses	: 137
460.67/228.39	c learnt ternary clauses	: 663
460.67/228.39	c learnt constraints	: 784038
460.67/228.39	c ignored constraints	: 0
460.67/228.39	c root simplifications	: 0
460.67/228.39	c removed literals (reason simplification)	: 10148953
460.67/228.39	c reason swapping (by a shorter reason)	: 0
460.67/228.39	c Calls to reduceDB	: 35
460.67/228.39	c Number of update (reduction) of LBD	: 197383
460.67/228.39	c Imported unit clauses	: 0
460.67/228.39	c number of reductions to clauses (during analyze)	: 0
460.67/228.39	c number of learned constraints concerned by reduction	: 0
460.67/228.39	c number of learning phase by resolution	: 0
460.67/228.39	c number of learning phase by cutting planes	: 0
460.67/228.39	c speed (assignments/second)	: 305583.5379757937
460.67/228.39	c non guided choices	131
460.71/228.41	c learnt constraints type 
460.71/228.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 137
460.71/228.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 51907
460.71/228.41	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
460.71/228.41	c starts		: 36
460.71/228.41	c conflicts		: 11914
460.71/228.41	c decisions		: 13692
460.71/228.41	c propagations		: 1317909
460.71/228.41	c inspects		: 386245650
460.71/228.41	c shortcuts		: 0
460.71/228.41	c learnt literals	: 0
460.71/228.41	c learnt binary clauses	: 0
460.71/228.41	c learnt ternary clauses	: 0
460.71/228.41	c learnt constraints	: 11914
460.71/228.41	c ignored constraints	: 0
460.71/228.41	c root simplifications	: 0
460.71/228.41	c removed literals (reason simplification)	: 0
460.71/228.41	c reason swapping (by a shorter reason)	: 0
460.71/228.41	c Calls to reduceDB	: 2
460.71/228.41	c Number of update (reduction) of LBD	: 0
460.71/228.41	c Imported unit clauses	: 0
460.71/228.41	c number of reductions to clauses (during analyze)	: 0
460.71/228.41	c number of learned constraints concerned by reduction	: 0
460.71/228.41	c number of learning phase by resolution	: 0
460.71/228.41	c number of learning phase by cutting planes	: 0
460.71/228.41	c speed (assignments/second)	: 5778.756560744713
460.71/228.41	c non guided choices	131
460.71/228.42	c learnt constraints type 
460.71/228.42	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1051
460.71/228.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 362
460.71/228.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10501
460.71/228.42	s UNSATISFIABLE
460.71/228.42	c Total wall clock time (in seconds): 228.303

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-4097052-1466113176/watcher-4097052-1466113176 -o /tmp/evaluation-result-4097052-1466113176/solver-4097052-1466113176 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466112183-7572 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4097052-1466113176.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.83 4.33 3.34 4/198 9528
/proc/meminfo: memFree=29045868/32872528 swapFree=1243920/1391088
[pid=9528] ppid=9525 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9528/stat : 9528 (java) S 9525 9528 7556 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 13366278 98570240 977 33554432000 1073741824 1073778376 140734563813664 140734563804800 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9528/statm: 24065 977 743 9 0 16771 0
[pid=9528/tid=9529] ppid=9525 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9529/stat : 9529 (java) R 9525 9528 7556 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 13366279 98570240 977 33554432000 1073741824 1073778376 140734563813664 140413346475560 272886482304 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100118 s]
/proc/loadavg: 4.83 4.33 3.34 4/198 9528
/proc/meminfo: memFree=29045868/32872528 swapFree=1243920/1391088
[pid=9528] ppid=9525 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9528/stat : 9528 (java) S 9525 9528 7556 0 -1 4202496 4466 0 1 0 9 1 0 0 20 0 18 0 13366278 9787879424 5583 33554432000 1073741824 1073778376 140734563813664 140734563804800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9528/statm: 2389619 5583 2126 9 0 2380296 0
[pid=9528/tid=9529] ppid=9525 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9528/task/9529/stat : 9529 (java) R 9525 9528 7556 0 -1 4202560 2439 0 1 0 7 0 0 0 20 0 18 0 13366279 9787879424 5583 33554432000 1073741824 1073778376 140734563813664 140413346479008 140413350769697 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200337 s]
/proc/loadavg: 4.83 4.33 3.34 4/198 9528
/proc/meminfo: memFree=29045868/32872528 swapFree=1243920/1391088
[pid=9528] ppid=9525 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/9528/stat : 9528 (java) S 9525 9528 7556 0 -1 4202496 4764 0 1 0 25 1 0 0 20 0 18 0 13366278 9787879424 6315 33554432000 1073741824 1073778376 140734563813664 140734563804800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9528/statm: 2389619 6315 2202 9 0 2380296 0
[pid=9528/tid=9529] ppid=9525 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9528/task/9529/stat : 9529 (java) R 9525 9528 7556 0 -1 4202560 2451 0 1 0 17 0 0 0 20 0 18 0 13366279 9787879424 6315 33554432000 1073741824 1073778376 140734563813664 140413346480088 140413286293799 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300327 s]
/proc/loadavg: 4.83 4.33 3.34 4/198 9528
/proc/meminfo: memFree=29045868/32872528 swapFree=1243920/1391088
[pid=9528] ppid=9525 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/9528/stat : 9528 (java) S 9525 9528 7556 0 -1 4202496 6066 0 1 0 49 1 0 0 20 0 18 0 13366278 9787879424 8522 33554432000 1073741824 1073778376 140734563813664 140734563804800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9528/statm: 2389619 8522 2233 9 0 2380296 0
[pid=9528/tid=9529] ppid=9525 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9528/task/9529/stat : 9529 (java) R 9525 9528 7556 0 -1 4202560 2462 0 1 0 26 1 0 0 20 0 18 0 13366279 9787879424 8522 33554432000 1073741824 1073778376 140734563813664 140413346469776 140413286243841 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700215 s]
/proc/loadavg: 4.83 4.33 3.34 4/198 9528
/proc/meminfo: memFree=29045868/32872528 swapFree=1243920/1391088
[pid=9528] ppid=9525 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/9528/stat : 9528 (java) S 9525 9528 7556 0 -1 4202496 14955 0 1 0 196 4 0 0 20 0 22 0 13366278 10060525568 16687 33554432000 1073741824 1073778376 140734563813664 140734563804800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9528/statm: 2456183 16687 2264 9 0 2446860 0
[pid=9528/tid=9529] ppid=9525 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9528/task/9529/stat : 9529 (java) S 9525 9528 7556 0 -1 4202560 2505 0 1 0 31 2 0 0 20 0 22 0 13366279 10060525568 16687 33554432000 1073741824 1073778376 140734563813664 140413346481016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824732

[startup+1.50092 s]
/proc/loadavg: 4.83 4.33 3.34 6/220 9550
/proc/meminfo: memFree=28911096/32872528 swapFree=1243920/1391088
[pid=9528] ppid=9525 vsize=9824732 CPUtime=4.55 cores=0,2,4,6
/proc/9528/stat : 9528 (java) S 9525 9528 7556 0 -1 4202496 21977 0 1 0 446 9 0 0 20 0 22 0 13366278 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140734563804800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9528/statm: 2456183 48038 2288 9 0 2446860 0
[pid=9528/tid=9529] ppid=9525 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9528/task/9529/stat : 9529 (java) S 9525 9528 7556 0 -1 4202560 2505 0 1 0 31 2 0 0 20 0 22 0 13366279 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413346481016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9531] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9531/stat : 9531 (java) S 9525 9528 7556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13366279 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413189962792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9532] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9532/stat : 9532 (java) S 9525 9528 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13366279 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413188909992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9533] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9533/stat : 9533 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366279 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413187857192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9534] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9534/stat : 9534 (java) S 9525 9528 7556 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13366279 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413186804392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9535] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9535/stat : 9535 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366279 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413185751592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9536] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9536/stat : 9536 (java) S 9525 9528 7556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13366279 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413184698792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9537] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9537/stat : 9537 (java) S 9525 9528 7556 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13366279 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413183645992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9538] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9538/stat : 9538 (java) S 9525 9528 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13366279 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413182593192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9539] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9539/stat : 9539 (java) S 9525 9528 7556 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13366280 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413170396136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9540] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9540/stat : 9540 (java) S 9525 9528 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13366281 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413169342200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9541] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9541/stat : 9541 (java) S 9525 9528 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13366281 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413168289288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9542] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9542/stat : 9542 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366283 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413167237776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9543] ppid=9525 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/9528/task/9543/stat : 9543 (java) S 9525 9528 7556 0 -1 4202560 10429 0 0 0 105 3 0 0 20 0 22 0 13366283 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413166184888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9544] ppid=9525 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/9528/task/9544/stat : 9544 (java) S 9525 9528 7556 0 -1 4202560 7523 0 0 0 81 2 0 0 20 0 22 0 13366283 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413165132088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9545] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9545/stat : 9545 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366283 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413164079480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9546] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9546/stat : 9546 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366283 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413163026888 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9547] ppid=9525 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/9528/task/9547/stat : 9547 (java) R 9525 9528 7556 0 -1 4202560 39 0 0 0 111 0 0 0 20 0 22 0 13366313 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413161972648 140413286912064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9548] ppid=9525 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/9528/task/9548/stat : 9548 (java) R 9525 9528 7556 0 -1 4202560 100 0 0 0 108 3 0 0 20 0 22 0 13366313 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413160919624 140413286274525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9549] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9549/stat : 9549 (java) S 9525 9528 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13366314 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413159867816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9550] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9550/stat : 9550 (java) S 9525 9528 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13366314 10060525568 48038 33554432000 1073741824 1073778376 140734563813664 140413158815016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.83 4.33 3.34 5/220 9550
/proc/meminfo: memFree=28837620/32872528 swapFree=1243920/1391088
[pid=9528] ppid=9525 vsize=9824732 CPUtime=8.02 cores=0,2,4,6
/proc/9528/stat : 9528 (java) S 9525 9528 7556 0 -1 4202496 22945 0 1 0 789 13 0 0 20 0 22 0 13366278 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140734563804800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9528/statm: 2456183 82708 2291 9 0 2446860 0
[pid=9528/tid=9529] ppid=9525 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9528/task/9529/stat : 9529 (java) S 9525 9528 7556 0 -1 4202560 2505 0 1 0 31 2 0 0 20 0 22 0 13366279 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413346481016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9531] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9531/stat : 9531 (java) S 9525 9528 7556 0 -1 4202560 69 0 0 0 0 0 0 0 20 0 22 0 13366279 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413189962792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9532] ppid=9525 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9528/task/9532/stat : 9532 (java) S 9525 9528 7556 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 13366279 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413188909992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9533] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9533/stat : 9533 (java) S 9525 9528 7556 0 -1 4202560 62 0 0 0 0 0 0 0 20 0 22 0 13366279 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413187857192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9534] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9534/stat : 9534 (java) S 9525 9528 7556 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13366279 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413186804392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9535] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9535/stat : 9535 (java) S 9525 9528 7556 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13366279 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413185751592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9536] ppid=9525 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9528/task/9536/stat : 9536 (java) S 9525 9528 7556 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13366279 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413184698792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9537] ppid=9525 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9528/task/9537/stat : 9537 (java) S 9525 9528 7556 0 -1 4202560 71 0 0 0 1 0 0 0 20 0 22 0 13366279 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413183645992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9538] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9538/stat : 9538 (java) S 9525 9528 7556 0 -1 4202560 66 0 0 0 0 0 0 0 20 0 22 0 13366279 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413182593192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9539] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9539/stat : 9539 (java) S 9525 9528 7556 0 -1 4202560 183 0 0 0 0 0 0 0 20 0 22 0 13366280 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413170396136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9540] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9540/stat : 9540 (java) S 9525 9528 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13366281 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413169342200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9541] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9541/stat : 9541 (java) S 9525 9528 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13366281 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413168289288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9542] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9542/stat : 9542 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366283 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413167237776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9543] ppid=9525 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/9528/task/9543/stat : 9543 (java) S 9525 9528 7556 0 -1 4202560 10955 0 0 0 121 3 0 0 20 0 22 0 13366283 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413166184888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9544] ppid=9525 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/9528/task/9544/stat : 9544 (java) S 9525 9528 7556 0 -1 4202560 7534 0 0 0 89 2 0 0 20 0 22 0 13366283 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413165132088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9545] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9545/stat : 9545 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366283 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413164079480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9546] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9546/stat : 9546 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366283 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413163026888 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9547] ppid=9525 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/9528/task/9547/stat : 9547 (java) R 9525 9528 7556 0 -1 4202560 40 0 0 0 268 0 0 0 20 0 22 0 13366313 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413161970752 140413286859504 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9548] ppid=9525 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/9528/task/9548/stat : 9548 (java) R 9525 9528 7556 0 -1 4202560 160 0 0 0 262 5 0 0 20 0 22 0 13366313 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413160918832 140413286962646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9549] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9549/stat : 9549 (java) S 9525 9528 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13366314 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413159867816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9550] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9550/stat : 9550 (java) S 9525 9528 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13366314 10060525568 82708 33554432000 1073741824 1073778376 140734563813664 140413158815016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.76 4.33 3.34 6/220 9550
/proc/meminfo: memFree=28459872/32872528 swapFree=1243920/1391088
[pid=9528] ppid=9525 vsize=9824732 CPUtime=14.52 cores=0,2,4,6
/proc/9528/stat : 9528 (java) S 9525 9528 7556 0 -1 4202496 23753 0 1 0 1429 23 0 0 20 0 22 0 13366278 10060525568 201734 33554432000 1073741824 1073778376 140734563813664 140734563804800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9528/statm: 2456183 201734 2291 9 0 2446860 0
[pid=9528/tid=9529] ppid=9525 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/9528/task/9529/stat : 9529 (java) S 9525 9528 7556 0 -1 4202560 2505 0 1 0 31 2 0 0 20 0 22 0 13366279 10060525568 201734 33554432000 1073741824 1073778376 140734563813664 140413346481016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9531] ppid=9525 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9528/task/9531/stat : 9531 (java) S 9525 9528 7556 0 -1 4202560 74 0 0 0 1 0 0 0 20 0 22 0 13366279 10060525568 201734 33554432000 1073741824 1073778376 140734563813664 140413189962792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9532] ppid=9525 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9528/task/9532/stat : 9532 (java) S 9525 9528 7556 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 13366279 10060525568 201734 33554432000 1073741824 1073778376 140734563813664 140413188909992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9533] ppid=9525 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9528/task/9533/stat : 9533 (java) S 9525 9528 7556 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 22 0 13366279 10060525568 201734 33554432000 1073741824 1073778376 140734563813664 140413187857192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9534] ppid=9525 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9528/task/9534/stat : 9534 (java) S 9525 9528 7556 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 13366279 10060525568 201734 33554432000 1073741824 1073778376 140734563813664 140413186804392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9535] ppid=9525 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9528/task/9535/stat : 9535 (java) S 9525 9528 7556 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13366279 10060525568 201734 33554432000 1073741824 1073778376 140734563813664 140413185751592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9536] ppid=9525 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9528/task/9536/stat : 9536 (java) S 9525 9528 7556 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 13366279 10060525568 201734 33554432000 1073741824 1073778376 140734563813664 140413184698792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9537] ppid=9525 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9528/task/9537/stat : 9537 (java) S 9525 9528 7556 0 -1 4202560 71 0 0 0 1 0 0 0 20 0 22 0 13366279 10060525568 201734 33554432000 1073741824 1073778376 140734563813664 140413183645992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9538] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[pid=9528/tid=9541] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9541/stat : 9541 (java) S 9525 9528 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13366281 10060525568 410937 33554432000 1073741824 1073778376 140734563813664 140413168289288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9542] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9542/stat : 9542 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366283 10060525568 410937 33554432000 1073741824 1073778376 140734563813664 140413167237776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9543] ppid=9525 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/9528/task/9543/stat : 9543 (java) S 9525 9528 7556 0 -1 4202560 13291 0 0 0 180 4 0 0 20 0 22 0 13366283 10060525568 410937 33554432000 1073741824 1073778376 140734563813664 140413166184888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9544] ppid=9525 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/9528/task/9544/stat : 9544 (java) S 9525 9528 7556 0 -1 4202560 7539 0 0 0 98 2 0 0 20 0 22 0 13366283 10060525568 410937 33554432000 1073741824 1073778376 140734563813664 140413165132088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9545] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9545/stat : 9545 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366283 10060525568 410937 33554432000 1073741824 1073778376 140734563813664 140413164079480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9546] ppid=9525 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9528/task/9546/stat : 9546 (java) S 9525 9528 7556 0 -1 4202560 13 0 0 0 4 4 0 0 20 0 22 0 13366283 10060525568 410937 33554432000 1073741824 1073778376 140734563813664 140413163026888 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9547] ppid=9525 vsize=9824732 CPUtime=223.45 cores=0,2,4,6
/proc/9528/task/9547/stat : 9547 (java) R 9525 9528 7556 0 -1 4202560 102 0 0 0 22340 5 0 0 20 0 22 0 13366313 10060525568 410937 33554432000 1073741824 1073778376 140734563813664 140413161971728 140413286722064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9548] ppid=9525 vsize=9824732 CPUtime=223.45 cores=0,2,4,6
/proc/9528/task/9548/stat : 9548 (java) R 9525 9528 7556 0 -1 4202560 1205 0 0 0 22316 29 0 0 20 0 22 0 13366313 10060525568 410937 33554432000 1073741824 1073778376 140734563813664 140413160918216 140413286961984 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9549] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9549/stat : 9549 (java) S 9525 9528 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13366314 10060525568 410937 33554432000 1073741824 1073778376 140734563813664 140413159867816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9550] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9550/stat : 9550 (java) S 9525 9528 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13366314 10060525568 410937 33554432000 1073741824 1073778376 140734563813664 140413158815016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 455.41
Current children cumulated vsize (KiB) 9824732

[startup+227.201 s]
/proc/loadavg: 4.33 4.35 3.56 5/219 10166
/proc/meminfo: memFree=27850656/32872528 swapFree=1243920/1391088
[pid=9528] ppid=9525 vsize=9824732 CPUtime=458.61 cores=0,2,4,6
/proc/9528/stat : 9528 (java) S 9525 9528 7556 0 -1 4202496 27745 0 1 0 45794 67 0 0 20 0 22 0 13366278 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140734563804800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9528/statm: 2456183 411460 2292 9 0 2446860 0
[pid=9528/tid=9529] ppid=9525 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/9528/task/9529/stat : 9529 (java) S 9525 9528 7556 0 -1 4202560 2505 0 1 0 32 2 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413346481016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9531] ppid=9525 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/9528/task/9531/stat : 9531 (java) S 9525 9528 7556 0 -1 4202560 173 0 0 0 62 3 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413189962792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9532] ppid=9525 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/9528/task/9532/stat : 9532 (java) S 9525 9528 7556 0 -1 4202560 104 0 0 0 61 2 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413188909992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9533] ppid=9525 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/9528/task/9533/stat : 9533 (java) S 9525 9528 7556 0 -1 4202560 159 0 0 0 63 3 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413187857192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9534] ppid=9525 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/9528/task/9534/stat : 9534 (java) S 9525 9528 7556 0 -1 4202560 109 0 0 0 66 3 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413186804392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9535] ppid=9525 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/9528/task/9535/stat : 9535 (java) S 9525 9528 7556 0 -1 4202560 101 0 0 0 69 3 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413185751592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9536] ppid=9525 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/9528/task/9536/stat : 9536 (java) S 9525 9528 7556 0 -1 4202560 98 0 0 0 55 3 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413184698792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9537] ppid=9525 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/9528/task/9537/stat : 9537 (java) S 9525 9528 7556 0 -1 4202560 182 0 0 0 57 3 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413183645992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9538] ppid=9525 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/9528/task/9538/stat : 9538 (java) S 9525 9528 7556 0 -1 4202560 152 0 0 0 59 2 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413182593192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9539] ppid=9525 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9528/task/9539/stat : 9539 (java) S 9525 9528 7556 0 -1 4202560 746 0 0 0 2 12 0 0 20 0 22 0 13366280 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413170396136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9540] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9540/stat : 9540 (java) S 9525 9528 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13366281 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413169342200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9541] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9541/stat : 9541 (java) S 9525 9528 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13366281 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413168289288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9542] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9542/stat : 9542 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366283 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413167237776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9543] ppid=9525 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/9528/task/9543/stat : 9543 (java) S 9525 9528 7556 0 -1 4202560 13291 0 0 0 180 4 0 0 20 0 22 0 13366283 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413166184888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9544] ppid=9525 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/9528/task/9544/stat : 9544 (java) S 9525 9528 7556 0 -1 4202560 7539 0 0 0 98 2 0 0 20 0 22 0 13366283 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413165132088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9545] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9545/stat : 9545 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366283 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413164079480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9546] ppid=9525 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9528/task/9546/stat : 9546 (java) S 9525 9528 7556 0 -1 4202560 13 0 0 0 4 4 0 0 20 0 22 0 13366283 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413163026888 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9547] ppid=9525 vsize=9824732 CPUtime=225.03 cores=0,2,4,6
/proc/9528/task/9547/stat : 9547 (java) R 9525 9528 7556 0 -1 4202560 103 0 0 0 22498 5 0 0 20 0 22 0 13366313 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413161971728 140413286752308 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9548] ppid=9525 vsize=9824732 CPUtime=225.03 cores=0,2,4,6
/proc/9528/task/9548/stat : 9548 (java) R 9525 9528 7556 0 -1 4202560 1205 0 0 0 22474 29 0 0 20 0 22 0 13366313 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413160918048 140413286962887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9549] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9549/stat : 9549 (java) S 9525 9528 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13366314 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413159867816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9550] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9550/stat : 9550 (java) S 9525 9528 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13366314 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413158815016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 458.61
Current children cumulated vsize (KiB) 9824732

[startup+228.001 s]
/proc/loadavg: 4.33 4.35 3.56 5/219 10166
/proc/meminfo: memFree=27848484/32872528 swapFree=1243920/1391088
[pid=9528] ppid=9525 vsize=9824732 CPUtime=460.21 cores=0,2,4,6
/proc/9528/stat : 9528 (java) S 9525 9528 7556 0 -1 4202496 27745 0 1 0 45954 67 0 0 20 0 22 0 13366278 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140734563804800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9528/statm: 2456183 411460 2292 9 0 2446860 0
[pid=9528/tid=9529] ppid=9525 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/9528/task/9529/stat : 9529 (java) S 9525 9528 7556 0 -1 4202560 2505 0 1 0 32 2 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413346481016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9531] ppid=9525 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/9528/task/9531/stat : 9531 (java) S 9525 9528 7556 0 -1 4202560 173 0 0 0 62 3 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413189962792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9532] ppid=9525 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/9528/task/9532/stat : 9532 (java) S 9525 9528 7556 0 -1 4202560 104 0 0 0 61 2 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413188909992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9533] ppid=9525 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/9528/task/9533/stat : 9533 (java) S 9525 9528 7556 0 -1 4202560 159 0 0 0 63 3 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413187857192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9534] ppid=9525 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/9528/task/9534/stat : 9534 (java) S 9525 9528 7556 0 -1 4202560 109 0 0 0 66 3 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413186804392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9535] ppid=9525 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/9528/task/9535/stat : 9535 (java) S 9525 9528 7556 0 -1 4202560 101 0 0 0 69 3 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413185751592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9536] ppid=9525 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/9528/task/9536/stat : 9536 (java) S 9525 9528 7556 0 -1 4202560 98 0 0 0 55 3 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413184698792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9537] ppid=9525 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/9528/task/9537/stat : 9537 (java) S 9525 9528 7556 0 -1 4202560 182 0 0 0 57 3 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413183645992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9538] ppid=9525 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/9528/task/9538/stat : 9538 (java) S 9525 9528 7556 0 -1 4202560 152 0 0 0 59 2 0 0 20 0 22 0 13366279 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413182593192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9539] ppid=9525 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9528/task/9539/stat : 9539 (java) S 9525 9528 7556 0 -1 4202560 746 0 0 0 2 12 0 0 20 0 22 0 13366280 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413170396136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9540] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9540/stat : 9540 (java) S 9525 9528 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13366281 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413169342200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9541] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9541/stat : 9541 (java) S 9525 9528 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13366281 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413168289288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9542] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9542/stat : 9542 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366283 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413167237776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9543] ppid=9525 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/9528/task/9543/stat : 9543 (java) S 9525 9528 7556 0 -1 4202560 13291 0 0 0 180 4 0 0 20 0 22 0 13366283 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413166184888 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9544] ppid=9525 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/9528/task/9544/stat : 9544 (java) S 9525 9528 7556 0 -1 4202560 7539 0 0 0 98 2 0 0 20 0 22 0 13366283 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413165132088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9545] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9545/stat : 9545 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13366283 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413164079480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9546] ppid=9525 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9528/task/9546/stat : 9546 (java) S 9525 9528 7556 0 -1 4202560 13 0 0 0 4 4 0 0 20 0 22 0 13366283 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413163026888 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9547] ppid=9525 vsize=9824732 CPUtime=225.83 cores=0,2,4,6
/proc/9528/task/9547/stat : 9547 (java) R 9525 9528 7556 0 -1 4202560 103 0 0 0 22578 5 0 0 20 0 22 0 13366313 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413161971728 140413286752548 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9548] ppid=9525 vsize=9824732 CPUtime=225.83 cores=0,2,4,6
/proc/9528/task/9548/stat : 9548 (java) R 9525 9528 7556 0 -1 4202560 1205 0 0 0 22554 29 0 0 20 0 22 0 13366313 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413160918048 140413286962344 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9549] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9549/stat : 9549 (java) S 9525 9528 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13366314 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413159867816 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9550] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9550/stat : 9550 (java) S 9525 9528 7556 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13366314 10060525568 411460 33554432000 1073741824 1073778376 140734563813664 140413158815016 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 460.21
Current children cumulated vsize (KiB) 9824732

[startup+228.408 s]
/proc/loadavg: 4.33 4.35 3.56 5/219 10166
/proc/meminfo: memFree=27848484/32872528 swapFree=1243920/1391088
[pid=9528] ppid=9525 vsize=9824732 CPUtime=460.71 cores=0,2,4,6
/proc/9528/stat : 9528 (java) S 9525 9528 7556 0 -1 4202496 27758 0 1 0 45995 76 0 0 20 0 19 0 13366278 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140734563804800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9528/statm: 2456183 411135 2294 9 0 2446860 0
[pid=9528/tid=9529] ppid=9525 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/9528/task/9529/stat : 9529 (java) S 9525 9528 7556 0 -1 4202560 2505 0 1 0 32 2 0 0 20 0 19 0 13366279 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413346480856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9531] ppid=9525 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/9528/task/9531/stat : 9531 (java) S 9525 9528 7556 0 -1 4202560 177 0 0 0 62 3 0 0 20 0 19 0 13366279 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413189962792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9532] ppid=9525 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/9528/task/9532/stat : 9532 (java) S 9525 9528 7556 0 -1 4202560 104 0 0 0 61 2 0 0 20 0 19 0 13366279 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413188909992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9533] ppid=9525 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/9528/task/9533/stat : 9533 (java) S 9525 9528 7556 0 -1 4202560 159 0 0 0 64 3 0 0 20 0 19 0 13366279 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413187857192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9534] ppid=9525 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/9528/task/9534/stat : 9534 (java) S 9525 9528 7556 0 -1 4202560 110 0 0 0 66 3 0 0 20 0 19 0 13366279 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413186804392 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9528/tid=9535] ppid=9525 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/9528/task/9535/stat : 9535 (java) S 9525 9528 7556 0 -1 4202560 101 0 0 0 69 3 0 0 20 0 19 0 13366279 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413185751592 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9536] ppid=9525 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/9528/task/9536/stat : 9536 (java) S 9525 9528 7556 0 -1 4202560 98 0 0 0 56 3 0 0 20 0 19 0 13366279 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413184698792 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9537] ppid=9525 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/9528/task/9537/stat : 9537 (java) S 9525 9528 7556 0 -1 4202560 182 0 0 0 57 3 0 0 20 0 19 0 13366279 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413183645992 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9538] ppid=9525 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/9528/task/9538/stat : 9538 (java) S 9525 9528 7556 0 -1 4202560 153 0 0 0 60 2 0 0 20 0 19 0 13366279 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413182593192 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9539] ppid=9525 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/9528/task/9539/stat : 9539 (java) S 9525 9528 7556 0 -1 4202560 746 0 0 0 2 12 0 0 20 0 19 0 13366280 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413170396136 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9540] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9540/stat : 9540 (java) S 9525 9528 7556 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13366281 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413169342200 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9541] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9541/stat : 9541 (java) S 9525 9528 7556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13366281 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413168289288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9542] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9542/stat : 9542 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13366283 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413167237776 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9528/tid=9543] ppid=9525 vsize=9824732 CPUtime=1.85 cores=0,2,4,6
/proc/9528/task/9543/stat : 9543 (java) R 9525 9528 7556 0 -1 4202560 13291 0 0 0 181 4 0 0 20 0 19 0 13366283 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413166178688 140413353847882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9528/tid=9544] ppid=9525 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/9528/task/9544/stat : 9544 (java) R 9525 9528 7556 0 -1 4202560 7540 0 0 0 99 2 0 0 20 0 19 0 13366283 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413165132088 140413349386332 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9545] ppid=9525 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9528/task/9545/stat : 9545 (java) S 9525 9528 7556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13366283 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413164079480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9528/tid=9546] ppid=9525 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/9528/task/9546/stat : 9546 (java) S 9525 9528 7556 0 -1 4202560 13 0 0 0 4 4 0 0 20 0 19 0 13366283 10060525568 411135 33554432000 1073741824 1073778376 140734563813664 140413163026888 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 460.71
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 228.43
CPU time (s): 460.945
CPU user time (s): 459.972
CPU system time (s): 0.972852
CPU usage (%): 201.789
Max. virtual memory (cumulated for all children) (KiB): 9825116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 459.972
system time used= 0.972852
maximum resident set size= 1727908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27765
page faults= 1
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10497
involuntary context switches= 12970

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.55776 second user time and 2.16067 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 23:39:37
IDJOB=4097052
IDBENCH=107702
IDSOLVER=2543
FILE ID=node119/4097052-1466113176
RUNJOBID= node119-1466112183-7572
PBS_JOBID= 19904129
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-8_7_19.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097052-1466113176/watcher-4097052-1466113176 -o /tmp/evaluation-result-4097052-1466113176/solver-4097052-1466113176 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466112183-7572 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097052-1466113176.opb

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

MD5SUM BENCH= 78787402ce331c7b72f08d9e4f646743
RANDOM SEED=644994932

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
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:        29046156 kB
Buffers:           62616 kB
Cached:           107172 kB
SwapCached:         1048 kB
Active:          1621992 kB
Inactive:         104668 kB
Active(anon):    1557948 kB
Inactive(anon):     1560 kB
Active(file):      64044 kB
Inactive(file):   103108 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100204 kB
Dirty:              1148 kB
Writeback:             8 kB
AnonPages:       2947412 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             572160 kB
SReclaimable:      15364 kB
SUnreclaim:       556796 kB
KernelStack:        1664 kB
PageTables:        10848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3121988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1656832 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 node119 at 2016-06-16 23:43:25