Trace number 4096852

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 145.58 144.316

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_22.opb
MD5SUM848ef19b05b8456c795088ca2652267f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.11061
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables812
Total number of constraints3813
Number of constraints which are clauses3808
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 constraint28
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 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 50
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 --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4096852-1466116300.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.51/0.31	c ... done. Wall clock time 0.2s.
0.51/0.31	c declared #vars     812
0.51/0.31	c #constraints  3817
0.51/0.31	c constraints type 
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2268
0.51/0.31	c org.sat4j.specs.Constr$1 => 4
0.51/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.51/0.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.51/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1539
0.51/0.31	c 3817 constraints processed.
1.32/0.89	c cleaning 2499 clauses out of 5000 with flag 21707/5000
2.13/1.50	c cleaning 4248 clauses out of 8501 with flag 54780/11000
2.84/2.20	c cleaning 5627 clauses out of 11253 with flag 86247/18000
3.74/3.10	c cleaning 6813 clauses out of 13628 with flag 119336/26002
4.75/4.15	c cleaning 7906 clauses out of 15814 with flag 158973/35001
5.95/5.38	c cleaning 8950 clauses out of 17907 with flag 201969/45000
7.45/6.81	c cleaning 9975 clauses out of 19957 with flag 253845/56000
9.21/8.51	c cleaning 10992 clauses out of 21984 with flag 306493/68002
11.11/10.43	c cleaning 11995 clauses out of 23990 with flag 365046/81000
13.21/12.55	c cleaning 12997 clauses out of 25995 with flag 423511/95000
15.71/15.05	c cleaning 13996 clauses out of 28001 with flag 488475/110003
18.61/17.93	c cleaning 14997 clauses out of 30002 with flag 560917/126000
21.41/20.76	c cleaning 15997 clauses out of 32005 with flag 636375/143000
24.61/23.92	c cleaning 16999 clauses out of 34008 with flag 709388/161000
28.11/27.50	c cleaning 18002 clauses out of 36009 with flag 789194/180000
32.11/31.46	c cleaning 19001 clauses out of 38008 with flag 882907/200001
36.51/35.84	c cleaning 19998 clauses out of 40007 with flag 979956/221001
41.10/40.46	c cleaning 20998 clauses out of 42008 with flag 1082159/243000
46.80/46.14	c cleaning 22000 clauses out of 44011 with flag 1195722/266001
52.11/51.44	c cleaning 23006 clauses out of 46012 with flag 1312354/290002
58.30/57.63	c cleaning 23994 clauses out of 48004 with flag 1442657/315000
65.34/64.54	c cleaning 25002 clauses out of 50010 with flag 1571843/341000
73.45/72.34	c cleaning 26002 clauses out of 52009 with flag 1722023/368001
80.95/79.88	c cleaning 27000 clauses out of 54006 with flag 1873730/396000
89.26/88.17	c cleaning 27998 clauses out of 56006 with flag 2029776/425001
98.55/97.50	c cleaning 28998 clauses out of 58007 with flag 2199491/455000
108.45/107.32	c cleaning 29999 clauses out of 60009 with flag 2375496/486000
119.34/118.24	c cleaning 31003 clauses out of 62010 with flag 2559188/518000
131.23/130.03	c cleaning 31998 clauses out of 64006 with flag 2754730/551000
143.18/141.93	c cleaning 33002 clauses out of 66008 with flag 2963662/585001
145.48/144.28	c starts		: 358
145.48/144.28	c conflicts		: 594259
145.48/144.28	c decisions		: 674311
145.48/144.28	c propagations		: 53441972
145.48/144.28	c inspects		: 2535566199
145.48/144.28	c shortcuts		: 0
145.48/144.28	c learnt literals	: 14
145.48/144.28	c learnt binary clauses	: 9
145.48/144.28	c learnt ternary clauses	: 40
145.48/144.28	c learnt constraints	: 594244
145.48/144.28	c ignored constraints	: 0
145.48/144.28	c root simplifications	: 0
145.48/144.28	c removed literals (reason simplification)	: 0
145.48/144.28	c reason swapping (by a shorter reason)	: 0
145.48/144.28	c Calls to reduceDB	: 30
145.48/144.28	c Number of update (reduction) of LBD	: 116566
145.48/144.28	c Imported unit clauses	: 0
145.48/144.28	c number of reductions to clauses (during analyze)	: 0
145.48/144.28	c number of learned constraints concerned by reduction	: 0
145.48/144.28	c number of learning phase by resolution	: 0
145.48/144.28	c number of learning phase by cutting planes	: 0
145.48/144.28	c speed (assignments/second)	: 371204.71768227883
145.48/144.28	c non guided choices	109
145.58/144.30	c learnt constraints type 
145.58/144.30	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
145.58/144.30	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42243
145.58/144.30	s UNSATISFIABLE
145.58/144.30	c Total wall clock time (in seconds): 144.192

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-4096852-1466116300/watcher-4096852-1466116300 -o /tmp/evaluation-result-4096852-1466116300/solver-4096852-1466116300 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466116261-22553 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096852-1466116300.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.06 2.65 3.29 3/196 22859
/proc/meminfo: memFree=31862708/32872528 swapFree=7268/7268
[pid=22859] ppid=22856 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22859/stat : 22859 (java) S 22856 22859 18087 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 13675909 98570240 977 33554432000 1073741824 1073778376 140733355764016 140733355755152 206412218429 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22859/statm: 24065 977 743 9 0 16771 0
[pid=22859/tid=22860] ppid=22856 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22860/stat : 22860 (java) R 22856 22859 18087 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 13675909 98570240 978 33554432000 1073741824 1073778376 140733355764016 140133438426664 206408861056 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.06 2.65 3.29 3/196 22859
/proc/meminfo: memFree=31862708/32872528 swapFree=7268/7268
[pid=22859] ppid=22856 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/22859/stat : 22859 (java) S 22856 22859 18087 0 -1 4202496 4469 0 1 0 9 1 0 0 20 0 18 0 13675909 9787879424 5591 33554432000 1073741824 1073778376 140733355764016 140733355755152 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22859/statm: 2389619 5591 2140 9 0 2380296 0
[pid=22859/tid=22860] ppid=22856 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/22859/task/22860/stat : 22860 (java) R 22856 22859 18087 0 -1 4202560 2434 0 1 0 6 2 0 0 20 0 18 0 13675909 9787879424 5591 33554432000 1073741824 1073778376 140733355764016 140133438430112 140133444265184 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.200321 s]
/proc/loadavg: 2.06 2.65 3.29 3/196 22859
/proc/meminfo: memFree=31862708/32872528 swapFree=7268/7268
[pid=22859] ppid=22856 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/22859/stat : 22859 (java) S 22856 22859 18087 0 -1 4202496 5013 0 1 0 27 1 0 0 20 0 18 0 13675909 9787879424 7025 33554432000 1073741824 1073778376 140733355764016 140733355755152 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22859/statm: 2389619 7025 2216 9 0 2380296 0
[pid=22859/tid=22860] ppid=22856 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/22859/task/22860/stat : 22860 (java) R 22856 22859 18087 0 -1 4202560 2452 0 1 0 16 2 0 0 20 0 18 0 13675909 9787879424 7025 33554432000 1073741824 1073778376 140733355764016 140133438431208 140133378245616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300326 s]
/proc/loadavg: 2.06 2.65 3.29 3/196 22859
/proc/meminfo: memFree=31862708/32872528 swapFree=7268/7268
[pid=22859] ppid=22856 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/22859/stat : 22859 (java) S 22856 22859 18087 0 -1 4202496 5701 0 1 0 49 2 0 0 20 0 18 0 13675909 9787879424 8919 33554432000 1073741824 1073778376 140733355764016 140733355755152 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22859/statm: 2389619 8919 2233 9 0 2380296 0
[pid=22859/tid=22860] ppid=22856 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/22859/task/22860/stat : 22860 (java) R 22856 22859 18087 0 -1 4202560 2455 0 1 0 26 2 0 0 20 0 18 0 13675909 9787879424 8919 33554432000 1073741824 1073778376 140733355764016 140133438431208 140133378233569 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700222 s]
/proc/loadavg: 2.06 2.65 3.29 3/196 22859
/proc/meminfo: memFree=31862708/32872528 swapFree=7268/7268
[pid=22859] ppid=22856 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/22859/stat : 22859 (java) S 22856 22859 18087 0 -1 4202496 9110 0 1 0 119 2 0 0 20 0 19 0 13675909 9856040960 11393 33554432000 1073741824 1073778376 140733355764016 140733355755152 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22859/statm: 2406260 11393 2258 9 0 2396937 0
[pid=22859/tid=22860] ppid=22856 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/22859/task/22860/stat : 22860 (java) R 22856 22859 18087 0 -1 4202560 2471 0 1 0 66 2 0 0 20 0 19 0 13675909 9856040960 11393 33554432000 1073741824 1073778376 140733355764016 140133438431608 140133378686811 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.06 2.65 3.29 3/215 22878
/proc/meminfo: memFree=31823760/32872528 swapFree=7268/7268
[pid=22859] ppid=22856 vsize=9625040 CPUtime=2.13 cores=0,2,4,6
/proc/22859/stat : 22859 (java) S 22856 22859 18087 0 -1 4202496 9273 0 1 0 211 2 0 0 20 0 19 0 13675909 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140733355755152 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22859/statm: 2406260 11960 2267 9 0 2396937 0
[pid=22859/tid=22860] ppid=22856 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/22859/task/22860/stat : 22860 (java) R 22856 22859 18087 0 -1 4202560 2473 0 1 0 146 2 0 0 20 0 19 0 13675909 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133438431944 140133378686081 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22862] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22862/stat : 22862 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133377161896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22863] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22863/stat : 22863 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133376109352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22864] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22864/stat : 22864 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133279677352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22859/tid=22865] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22865/stat : 22865 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133278624808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22866] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22866/stat : 22866 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133277571240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22867] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22867/stat : 22867 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133276518696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22868] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22868/stat : 22868 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133275466152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22869] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22869/stat : 22869 (java) S 22856 22859 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133274413608 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22870] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22870/stat : 22870 (java) S 22856 22859 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13675911 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133262215784 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22871] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22871/stat : 22871 (java) S 22856 22859 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13675911 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133261162104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22872] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22872/stat : 22872 (java) S 22856 22859 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13675912 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133260109448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22873] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22873/stat : 22873 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133259058192 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22874] ppid=22856 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/22859/task/22874/stat : 22874 (java) S 22856 22859 18087 0 -1 4202560 1480 0 0 0 25 0 0 0 20 0 19 0 13675914 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133258004536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22875] ppid=22856 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/22859/task/22875/stat : 22875 (java) S 22856 22859 18087 0 -1 4202560 4044 0 0 0 36 0 0 0 20 0 19 0 13675914 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133256951992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22876] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22876/stat : 22876 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133255899640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22877] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22877/stat : 22877 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133254847304 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22878] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22878/stat : 22878 (java) S 22856 22859 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13675940 9856040960 11960 33554432000 1073741824 1073778376 140733355764016 140133253793064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.06 2.65 3.29 3/215 22878
/proc/meminfo: memFree=31821092/32872528 swapFree=7268/7268
[pid=22859] ppid=22856 vsize=9625040 CPUtime=3.74 cores=0,2,4,6
/proc/22859/stat : 22859 (java) S 22856 22859 18087 0 -1 4202496 9274 0 1 0 372 2 0 0 20 0 19 0 13675909 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140733355755152 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22859/statm: 2406260 12472 2267 9 0 2396937 0
[pid=22859/tid=22860] ppid=22856 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/22859/task/22860/stat : 22860 (java) R 22856 22859 18087 0 -1 4202560 2474 0 1 0 306 2 0 0 20 0 19 0 13675909 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133438422736 140133378902224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22862] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22862/stat : 22862 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133377161896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22863] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22863/stat : 22863 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133376109352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22864] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22864/stat : 22864 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133279677352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22859/tid=22865] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22865/stat : 22865 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133278624808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22866] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22866/stat : 22866 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133277571240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22867] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22867/stat : 22867 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133276518696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22868] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22868/stat : 22868 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133275466152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22869] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22869/stat : 22869 (java) S 22856 22859 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133274413608 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22870] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22870/stat : 22870 (java) S 22856 22859 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13675911 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133262215784 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22871] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22871/stat : 22871 (java) S 22856 22859 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13675911 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133261162104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22872] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22872/stat : 22872 (java) S 22856 22859 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13675912 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133260109448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22873] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22873/stat : 22873 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133259058192 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22874] ppid=22856 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/22859/task/22874/stat : 22874 (java) S 22856 22859 18087 0 -1 4202560 1480 0 0 0 25 0 0 0 20 0 19 0 13675914 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133258004536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22875] ppid=22856 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/22859/task/22875/stat : 22875 (java) R 22856 22859 18087 0 -1 4202560 4044 0 0 0 37 0 0 0 20 0 19 0 13675914 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133256951992 140133444133712 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22876] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22876/stat : 22876 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133255899640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22877] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22877/stat : 22877 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133254847304 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22878] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22878/stat : 22878 (java) S 22856 22859 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13675940 9856040960 12472 33554432000 1073741824 1073778376 140733355764016 140133253793064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.06 2.64 3.29 3/214 22878
/proc/meminfo: memFree=31812624/32872528 swapFree=7268/7268
[pid=22859] ppid=22856 vsize=9625040 CPUtime=6.95 cores=0,2,4,6
/proc/22859/stat : 22859 (java) S 22856 22859 18087 0 -1 4202496 9279 0 1 0 693 2 0 0 20 0 19 0 13675909 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140733355755152 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22859/statm: 2406260 13377 2268 9 0 2396937 0
[pid=22859/tid=22860] ppid=22856 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/22859/task/22860/stat : 22860 (java) R 22856 22859 18087 0 -1 4202560 2478 0 1 0 625 2 0 0 20 0 19 0 13675909 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133438422720 140133378695256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22862] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22862/stat : 22862 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133377161896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22863] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22863/stat : 22863 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133376109352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22864] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22864/stat : 22864 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133279677352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22859/tid=22865] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22865/stat : 22865 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133278624808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22866] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22866/stat : 22866 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133277571240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22867] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22867/stat : 22867 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133276518696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22868] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22868/stat : 22868 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133275466152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22869] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22869/stat : 22869 (java) S 22856 22859 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133274413608 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22870] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22870/stat : 22870 (java) S 22856 22859 18087 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13675911 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133262215784 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22871] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22871/stat : 22871 (java) S 22856 22859 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13675911 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133261162104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22872] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22872/stat : 22872 (java) S 22856 22859 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13675912 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133260109448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22873] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22873/stat : 22873 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133259058192 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22874] ppid=22856 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/22859/task/22874/stat : 22874 (java) S 22856 22859 18087 0 -1 4202560 1480 0 0 0 25 0 0 0 20 0 19 0 13675914 9856040960 13377 33554432000 1073741824 1073778376 140733355764016 140133258004536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22875] ppid=22856 vsize=9625040 CPUtime=0.38 cores=0,2,4,6

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

[pid=22859/tid=22870] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22870/stat : 22870 (java) S 22856 22859 18087 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 13675911 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133262215784 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22871] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22871/stat : 22871 (java) S 22856 22859 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13675911 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133261162104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22872] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22872/stat : 22872 (java) S 22856 22859 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13675912 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133260109448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22873] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22873/stat : 22873 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133259058192 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22874] ppid=22856 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/22859/task/22874/stat : 22874 (java) S 22856 22859 18087 0 -1 4202560 8828 0 0 0 71 2 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133258004536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22875] ppid=22856 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/22859/task/22875/stat : 22875 (java) S 22856 22859 18087 0 -1 4202560 6014 0 0 0 51 0 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133256951992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22876] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22876/stat : 22876 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133255899640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22877] ppid=22856 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22859/task/22877/stat : 22877 (java) S 22856 22859 18087 0 -1 4202560 10 0 0 0 1 1 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133254847304 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22878] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22878/stat : 22878 (java) S 22856 22859 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13675940 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133253793064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 144.47
Current children cumulated vsize (KiB) 9625040

[startup+144.001 s]
/proc/loadavg: 2.02 2.41 3.11 3/215 22882
/proc/meminfo: memFree=31608752/32872528 swapFree=7268/7268
[pid=22859] ppid=22856 vsize=9625040 CPUtime=145.27 cores=0,2,4,6
/proc/22859/stat : 22859 (java) S 22856 22859 18087 0 -1 4202496 18716 0 1 0 14518 9 0 0 20 0 19 0 13675909 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140733355755152 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22859/statm: 2406260 44206 2282 9 0 2396937 0
[pid=22859/tid=22860] ppid=22856 vsize=9625040 CPUtime=143.55 cores=0,2,4,6
/proc/22859/task/22860/stat : 22860 (java) R 22856 22859 18087 0 -1 4202560 2541 0 1 0 14350 5 0 0 20 0 19 0 13675909 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133438422704 140133378694792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22862] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22862/stat : 22862 (java) S 22856 22859 18087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133377161896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22863] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22863/stat : 22863 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133376109352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22864] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22864/stat : 22864 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133279677352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22859/tid=22865] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22865/stat : 22865 (java) S 22856 22859 18087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133278624808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22866] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22866/stat : 22866 (java) S 22856 22859 18087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133277571240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22867] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22867/stat : 22867 (java) S 22856 22859 18087 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133276518696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22859/tid=22868] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22868/stat : 22868 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133275466152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22859/tid=22869] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22869/stat : 22869 (java) S 22856 22859 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133274413608 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22870] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22870/stat : 22870 (java) S 22856 22859 18087 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 13675911 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133262215784 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22871] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22871/stat : 22871 (java) S 22856 22859 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13675911 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133261162104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22872] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22872/stat : 22872 (java) S 22856 22859 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13675912 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133260109448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22873] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22873/stat : 22873 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133259058192 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22874] ppid=22856 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/22859/task/22874/stat : 22874 (java) S 22856 22859 18087 0 -1 4202560 8828 0 0 0 71 2 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133258004536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22875] ppid=22856 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/22859/task/22875/stat : 22875 (java) S 22856 22859 18087 0 -1 4202560 6014 0 0 0 51 0 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133256951992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22876] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22876/stat : 22876 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133255899640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22877] ppid=22856 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22859/task/22877/stat : 22877 (java) S 22856 22859 18087 0 -1 4202560 10 0 0 0 1 1 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133254847304 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22878] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22878/stat : 22878 (java) S 22856 22859 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13675940 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133253793064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 145.27
Current children cumulated vsize (KiB) 9625040

[startup+144.208 s]
/proc/loadavg: 2.02 2.41 3.11 3/215 22882
/proc/meminfo: memFree=31608752/32872528 swapFree=7268/7268
[pid=22859] ppid=22856 vsize=9625040 CPUtime=145.48 cores=0,2,4,6
/proc/22859/stat : 22859 (java) S 22856 22859 18087 0 -1 4202496 18716 0 1 0 14539 9 0 0 20 0 19 0 13675909 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140733355755152 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22859/statm: 2406260 44206 2282 9 0 2396937 0
[pid=22859/tid=22860] ppid=22856 vsize=9625040 CPUtime=143.76 cores=0,2,4,6
/proc/22859/task/22860/stat : 22860 (java) R 22856 22859 18087 0 -1 4202560 2541 0 1 0 14371 5 0 0 20 0 19 0 13675909 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133438422704 140133378686028 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22862] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22862/stat : 22862 (java) S 22856 22859 18087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133377161896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22863] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22863/stat : 22863 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133376109352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22864] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22864/stat : 22864 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133279677352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22859/tid=22865] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22865/stat : 22865 (java) S 22856 22859 18087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133278624808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22866] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22866/stat : 22866 (java) S 22856 22859 18087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133277571240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22867] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22867/stat : 22867 (java) S 22856 22859 18087 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133276518696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22859/tid=22868] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22868/stat : 22868 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133275466152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22859/tid=22869] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22869/stat : 22869 (java) S 22856 22859 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13675910 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133274413608 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22870] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22870/stat : 22870 (java) S 22856 22859 18087 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 13675911 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133262215784 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22871] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22871/stat : 22871 (java) S 22856 22859 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13675911 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133261162104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22872] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22872/stat : 22872 (java) S 22856 22859 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13675912 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133260109448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22873] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22873/stat : 22873 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133259058192 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22874] ppid=22856 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/22859/task/22874/stat : 22874 (java) S 22856 22859 18087 0 -1 4202560 8828 0 0 0 71 2 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133258004536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22875] ppid=22856 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/22859/task/22875/stat : 22875 (java) S 22856 22859 18087 0 -1 4202560 6014 0 0 0 51 0 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133256951992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22876] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22876/stat : 22876 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133255899640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22877] ppid=22856 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22859/task/22877/stat : 22877 (java) S 22856 22859 18087 0 -1 4202560 10 0 0 0 1 1 0 0 20 0 19 0 13675914 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133254847304 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22878] ppid=22856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22878/stat : 22878 (java) S 22856 22859 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13675940 9856040960 44206 33554432000 1073741824 1073778376 140733355764016 140133253793064 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 145.48
Current children cumulated vsize (KiB) 9625040

[startup+144.301 s]
/proc/loadavg: 2.02 2.41 3.11 3/215 22882
/proc/meminfo: memFree=31608752/32872528 swapFree=7268/7268
[pid=22859] ppid=22856 vsize=9691604 CPUtime=145.58 cores=0,2,4,6
/proc/22859/stat : 22859 (java) S 22856 22859 18087 0 -1 4202496 18731 0 1 0 14549 9 0 0 20 0 19 0 13675909 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140733355755152 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22859/statm: 2422901 44218 2286 9 0 2413578 0
[pid=22859/tid=22860] ppid=22856 vsize=9691604 CPUtime=143.84 cores=0,2,4,6
/proc/22859/task/22860/stat : 22860 (java) S 22856 22859 18087 0 -1 4202560 2543 0 1 0 14379 5 0 0 20 0 19 0 13675909 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133438431960 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22862] ppid=22856 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22862/stat : 22862 (java) S 22856 22859 18087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13675910 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133377161896 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22863] ppid=22856 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22863/stat : 22863 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133376109352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22864] ppid=22856 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22864/stat : 22864 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133279677352 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22859/tid=22865] ppid=22856 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22865/stat : 22865 (java) S 22856 22859 18087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13675910 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133278624808 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22859/tid=22866] ppid=22856 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22866/stat : 22866 (java) S 22856 22859 18087 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 13675910 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133277571240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22867] ppid=22856 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22867/stat : 22867 (java) S 22856 22859 18087 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 13675910 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133276518696 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22859/tid=22868] ppid=22856 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22868/stat : 22868 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675910 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133275466152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22859/tid=22869] ppid=22856 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22869/stat : 22869 (java) S 22856 22859 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13675910 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133274413608 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22870] ppid=22856 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22870/stat : 22870 (java) S 22856 22859 18087 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 13675911 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133262215784 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22871] ppid=22856 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22871/stat : 22871 (java) S 22856 22859 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13675911 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133261162104 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22872] ppid=22856 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22872/stat : 22872 (java) S 22856 22859 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13675912 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133260109448 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22873] ppid=22856 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22873/stat : 22873 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133259058192 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22874] ppid=22856 vsize=9691604 CPUtime=0.74 cores=0,2,4,6
/proc/22859/task/22874/stat : 22874 (java) R 22856 22859 18087 0 -1 4202560 8829 0 0 0 72 2 0 0 20 0 19 0 13675914 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133258004536 140133441297664 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22859/tid=22875] ppid=22856 vsize=9691604 CPUtime=0.51 cores=0,2,4,6
/proc/22859/task/22875/stat : 22875 (java) S 22856 22859 18087 0 -1 4202560 6018 0 0 0 51 0 0 0 20 0 19 0 13675914 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133256951992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22876] ppid=22856 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/22859/task/22876/stat : 22876 (java) S 22856 22859 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13675914 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133255899640 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22859/tid=22877] ppid=22856 vsize=9691604 CPUtime=0.02 cores=0,2,4,6
/proc/22859/task/22877/stat : 22877 (java) S 22856 22859 18087 0 -1 4202560 10 0 0 0 1 1 0 0 20 0 19 0 13675914 9924202496 44218 33554432000 1073741824 1073778376 140733355764016 140133254847304 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 145.58
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22859 and gives
#  childrusage.ru_utime.tv_sec=145
#  childrusage.ru_utime.tv_usec=110939
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=161975
# CPU time returned by wait4() is 145.273
# while last known CPU time is 145.58
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 144.316
CPU time (s): 145.58
CPU user time (s): 145.49
CPU system time (s): 0.09
CPU usage (%): 100.876
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.111
system time used= 0.161975
maximum resident set size= 176872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18732
page faults= 1
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3373
involuntary context switches= 1873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04284 second user time and 1.3148 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-17 00:31:40
IDJOB=4096852
IDBENCH=107673
IDSOLVER=2546
FILE ID=node133/4096852-1466116300
RUNJOBID= node133-1466116261-22553
PBS_JOBID= 19904054
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_22.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096852-1466116300/watcher-4096852-1466116300 -o /tmp/evaluation-result-4096852-1466116300/solver-4096852-1466116300 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466116261-22553 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096852-1466116300.opb

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

MD5SUM BENCH= 848ef19b05b8456c795088ca2652267f
RANDOM SEED=1313741715

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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:        31863236 kB
Buffers:           70848 kB
Cached:           136652 kB
SwapCached:         1860 kB
Active:           180428 kB
Inactive:         111296 kB
Active(anon):      85352 kB
Inactive(anon):     1228 kB
Active(file):      95076 kB
Inactive(file):   110068 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098904 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:        170540 kB
Mapped:            15340 kB
Shmem:                 0 kB
Slab:             571236 kB
SReclaimable:      14524 kB
SUnreclaim:       556712 kB
KernelStack:        1776 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     695748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 71712 MiB
End job on node133 at 2016-06-17 00:34:04