Trace number 4096992

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 521.32 520.258

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_26.opb
MD5SUM3eed46f7f4874eba9f1fd07866ddce01
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.2768
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1190
Total number of constraints5649
Number of constraints which are clauses5644
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 constraint34
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 60
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-4096992-1466116451.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.50/0.34	c ... done. Wall clock time 0.229s.
0.50/0.34	c declared #vars     1190
0.50/0.34	c #constraints  5653
0.50/0.34	c constraints type 
0.50/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3366
0.50/0.34	c org.sat4j.specs.Constr$1 => 4
0.50/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.50/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.50/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2277
0.50/0.34	c 5653 constraints processed.
1.43/0.94	c cleaning 2496 clauses out of 5000 with flag 18613/5000
2.14/1.58	c cleaning 4248 clauses out of 8504 with flag 46847/11000
2.95/2.38	c cleaning 5617 clauses out of 11256 with flag 83239/18000
3.96/3.40	c cleaning 6809 clauses out of 13639 with flag 129547/26000
5.23/4.53	c cleaning 7907 clauses out of 15832 with flag 179635/35002
6.53/5.84	c cleaning 8961 clauses out of 17925 with flag 238811/45002
7.73/7.06	c cleaning 9972 clauses out of 19962 with flag 298180/56000
9.33/8.67	c cleaning 10993 clauses out of 21991 with flag 381290/68001
11.03/10.39	c cleaning 11988 clauses out of 23997 with flag 460649/81000
12.94/12.27	c cleaning 13002 clauses out of 26009 with flag 546269/95000
15.93/15.23	c cleaning 14002 clauses out of 28009 with flag 647895/110002
18.82/18.14	c cleaning 14993 clauses out of 30006 with flag 756877/126001
22.12/21.40	c cleaning 15999 clauses out of 32012 with flag 875483/143000
25.62/24.97	c cleaning 17001 clauses out of 34013 with flag 988763/161000
29.53/28.80	c cleaning 17996 clauses out of 36014 with flag 1109827/180002
33.22/32.55	c cleaning 19002 clauses out of 38016 with flag 1222474/200000
37.82/37.14	c cleaning 20005 clauses out of 40016 with flag 1374219/221002
42.12/41.47	c cleaning 20989 clauses out of 42009 with flag 1497515/243000
47.12/46.46	c cleaning 22003 clauses out of 44022 with flag 1642020/266002
51.53/50.85	c cleaning 22999 clauses out of 46017 with flag 1748450/290000
55.83/55.19	c cleaning 24004 clauses out of 48019 with flag 1846440/315001
60.62/59.96	c cleaning 24997 clauses out of 50014 with flag 1951920/341000
65.82/65.14	c cleaning 26003 clauses out of 52017 with flag 2063325/368000
71.42/70.74	c cleaning 27000 clauses out of 54014 with flag 2188189/396000
77.23/76.57	c cleaning 28006 clauses out of 56015 with flag 2325250/425001
85.33/84.66	c cleaning 28999 clauses out of 58009 with flag 2521010/455001
93.33/92.61	c cleaning 29996 clauses out of 60010 with flag 2732183/486001
100.05/99.33	c cleaning 31002 clauses out of 62014 with flag 2869646/518001
107.15/106.45	c cleaning 32004 clauses out of 64012 with flag 3029323/551001
114.75/114.01	c cleaning 32996 clauses out of 66007 with flag 3197543/585000
122.05/121.32	c cleaning 34001 clauses out of 68012 with flag 3341971/620001
132.24/131.59	c cleaning 34997 clauses out of 70010 with flag 3582468/656000
142.34/141.64	c cleaning 35998 clauses out of 72013 with flag 3793698/693000
153.44/152.75	c cleaning 36996 clauses out of 74015 with flag 4027094/731000
165.35/164.66	c cleaning 38006 clauses out of 76020 with flag 4286250/770001
178.85/178.11	c cleaning 39006 clauses out of 78013 with flag 4548371/810000
191.55/190.85	c cleaning 39995 clauses out of 80008 with flag 4794538/851001
205.35/204.68	c cleaning 40998 clauses out of 82012 with flag 5086419/893000
215.95/215.20	c cleaning 41997 clauses out of 84017 with flag 5269781/936003
229.25/228.52	c cleaning 43001 clauses out of 86017 with flag 5547657/980000
245.23/244.46	c cleaning 44006 clauses out of 88016 with flag 5878054/1025000
260.73/259.98	c cleaning 45000 clauses out of 90010 with flag 6203901/1071000
277.24/276.41	c cleaning 46002 clauses out of 92011 with flag 6505425/1118001
295.14/294.36	c cleaning 47003 clauses out of 94009 with flag 6817614/1166001
313.94/313.10	c cleaning 47987 clauses out of 96005 with flag 7133386/1215000
332.54/331.71	c cleaning 48991 clauses out of 98019 with flag 7433286/1265001
351.44/350.62	c cleaning 50005 clauses out of 100027 with flag 7771380/1316000
371.66/370.85	c cleaning 51005 clauses out of 102023 with flag 8118935/1368001
392.45/391.63	c cleaning 52001 clauses out of 104018 with flag 8440023/1421002
413.55/412.63	c cleaning 53003 clauses out of 106015 with flag 8788232/1475001
435.95/435.09	c cleaning 54001 clauses out of 108011 with flag 9111509/1530000
457.74/456.77	c cleaning 54995 clauses out of 110008 with flag 9464696/1586000
482.16/481.14	c cleaning 56001 clauses out of 112013 with flag 9824631/1643001
506.20/505.11	c cleaning 56998 clauses out of 114010 with flag 10155473/1701000
521.32/520.22	c starts		: 1107
521.32/520.22	c conflicts		: 1743476
521.32/520.22	c decisions		: 2190396
521.32/520.22	c propagations		: 185832875
521.32/520.22	c inspects		: 9123449743
521.32/520.22	c shortcuts		: 0
521.32/520.22	c learnt literals	: 17
521.32/520.22	c learnt binary clauses	: 4
521.32/520.22	c learnt ternary clauses	: 54
521.32/520.22	c learnt constraints	: 1743458
521.32/520.22	c ignored constraints	: 0
521.32/520.22	c root simplifications	: 0
521.32/520.22	c removed literals (reason simplification)	: 0
521.32/520.22	c reason swapping (by a shorter reason)	: 0
521.32/520.22	c Calls to reduceDB	: 54
521.32/520.22	c Number of update (reduction) of LBD	: 548215
521.32/520.22	c Imported unit clauses	: 0
521.32/520.22	c number of reductions to clauses (during analyze)	: 0
521.32/520.23	c number of learned constraints concerned by reduction	: 0
521.32/520.23	c number of learning phase by resolution	: 0
521.32/520.23	c number of learning phase by cutting planes	: 0
521.32/520.23	c speed (assignments/second)	: 357449.27734157105
521.32/520.23	c non guided choices	133
521.32/520.25	c learnt constraints type 
521.32/520.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
521.32/520.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99472
521.32/520.25	s UNSATISFIABLE
521.32/520.25	c Total wall clock time (in seconds): 520.144

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

pid=23185
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.02 2.40 3.10 3/196 23188
/proc/meminfo: memFree=31777664/32872528 swapFree=7268/7268
[pid=23188] ppid=23185 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 18087 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 13691060 98570240 977 33554432000 1073741824 1073778376 140737339846160 140737339837296 206412218429 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23188/statm: 24065 977 743 9 0 16771 0
[pid=23188/tid=23189] ppid=23185 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23189/stat : 23189 (java) R 23185 23188 18087 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 13691060 98570240 977 33554432000 1073741824 1073778376 140737339846160 139999309372968 206408861056 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.02 2.40 3.10 3/196 23188
/proc/meminfo: memFree=31777664/32872528 swapFree=7268/7268
[pid=23188] ppid=23185 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 18087 0 -1 4202496 4422 0 1 0 9 1 0 0 20 0 18 0 13691060 9787879424 6056 33554432000 1073741824 1073778376 140737339846160 140737339837296 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23188/statm: 2389619 6056 2140 9 0 2380296 0
[pid=23188/tid=23189] ppid=23185 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23188/task/23189/stat : 23189 (java) R 23185 23188 18087 0 -1 4202560 2379 0 1 0 7 0 0 0 20 0 18 0 13691060 9787879424 6056 33554432000 1073741824 1073778376 140737339846160 139999309376416 139999316571299 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.200315 s]
/proc/loadavg: 2.02 2.40 3.10 3/196 23188
/proc/meminfo: memFree=31777664/32872528 swapFree=7268/7268
[pid=23188] ppid=23185 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 18087 0 -1 4202496 4952 0 1 0 27 1 0 0 20 0 18 0 13691060 9787879424 6963 33554432000 1073741824 1073778376 140737339846160 140737339837296 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23188/statm: 2389619 6963 2216 9 0 2380296 0
[pid=23188/tid=23189] ppid=23185 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23188/task/23189/stat : 23189 (java) R 23185 23188 18087 0 -1 4202560 2398 0 1 0 16 1 0 0 20 0 18 0 13691060 9787879424 6963 33554432000 1073741824 1073778376 140737339846160 139999309363760 139999173508939 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.300321 s]
/proc/loadavg: 2.02 2.40 3.10 3/196 23188
/proc/meminfo: memFree=31777664/32872528 swapFree=7268/7268
[pid=23188] ppid=23185 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 18087 0 -1 4202496 6040 0 1 0 49 1 0 0 20 0 18 0 13691060 9787879424 8558 33554432000 1073741824 1073778376 140737339846160 140737339837296 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23188/statm: 2389619 8558 2233 9 0 2380296 0
[pid=23188/tid=23189] ppid=23185 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/23188/task/23189/stat : 23189 (java) R 23185 23188 18087 0 -1 4202560 2400 0 1 0 26 1 0 0 20 0 18 0 13691060 9787879424 8558 33554432000 1073741824 1073778376 140737339846160 139999309363760 139999173433710 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.700222 s]
/proc/loadavg: 2.02 2.40 3.10 3/196 23188
/proc/meminfo: memFree=31777664/32872528 swapFree=7268/7268
[pid=23188] ppid=23185 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 18087 0 -1 4202496 8715 0 1 0 119 2 0 0 20 0 19 0 13691060 9856040960 12443 33554432000 1073741824 1073778376 140737339846160 140737339837296 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23188/statm: 2406260 12443 2257 9 0 2396937 0
[pid=23188/tid=23189] ppid=23185 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/23188/task/23189/stat : 23189 (java) R 23185 23188 18087 0 -1 4202560 2418 0 1 0 66 1 0 0 20 0 19 0 13691060 9856040960 12443 33554432000 1073741824 1073778376 140737339846160 139999309378176 139999174038600 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.50076 s]
/proc/loadavg: 2.02 2.40 3.10 4/215 23207
/proc/meminfo: memFree=31736212/32872528 swapFree=7268/7268
[pid=23188] ppid=23185 vsize=9625040 CPUtime=2.14 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 18087 0 -1 4202496 10074 0 1 0 212 2 0 0 20 0 19 0 13691060 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 140737339837296 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23188/statm: 2406260 13099 2267 9 0 2396937 0
[pid=23188/tid=23189] ppid=23185 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/23188/task/23189/stat : 23189 (java) R 23185 23188 18087 0 -1 4202560 2420 0 1 0 146 1 0 0 20 0 19 0 13691060 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999309378120 139999173985984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23191] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999298439720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23192] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999297386920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23193] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999296334120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23188/tid=23194] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999295281320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23195] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999294229544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23196] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999293176744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23197] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999292123944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23198] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999145835176 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23199] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) S 23185 23188 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13691062 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999133637096 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23200] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999132583160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23201] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999131530248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23202] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999130478736 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23203] ppid=23185 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 18087 0 -1 4202560 3320 0 0 0 35 0 0 0 20 0 19 0 13691065 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999129426872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23204] ppid=23185 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/23188/task/23204/stat : 23204 (java) S 23185 23188 18087 0 -1 4202560 3056 0 0 0 27 0 0 0 20 0 19 0 13691065 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999128374072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23205] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23205/stat : 23205 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999127321464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23206] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23206/stat : 23206 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999126268872 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23207] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23207/stat : 23207 (java) S 23185 23188 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13691094 9856040960 13099 33554432000 1073741824 1073778376 140737339846160 139999125165224 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.01 2.39 3.09 3/215 23207
/proc/meminfo: memFree=31732596/32872528 swapFree=7268/7268
[pid=23188] ppid=23185 vsize=9625040 CPUtime=3.75 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 18087 0 -1 4202496 10075 0 1 0 373 2 0 0 20 0 19 0 13691060 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 140737339837296 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23188/statm: 2406260 13611 2267 9 0 2396937 0
[pid=23188/tid=23189] ppid=23185 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/23188/task/23189/stat : 23189 (java) R 23185 23188 18087 0 -1 4202560 2421 0 1 0 306 1 0 0 20 0 19 0 13691060 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999309369040 139999173678978 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23191] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999298439720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23192] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999297386920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23193] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999296334120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23188/tid=23194] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999295281320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23195] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999294229544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23196] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999293176744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23197] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999292123944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23198] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999145835176 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23199] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) S 23185 23188 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13691062 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999133637096 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23200] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999132583160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23201] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999131530248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23202] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999130478736 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23203] ppid=23185 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 18087 0 -1 4202560 3320 0 0 0 36 0 0 0 20 0 19 0 13691065 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999129426872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23204] ppid=23185 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/23188/task/23204/stat : 23204 (java) S 23185 23188 18087 0 -1 4202560 3056 0 0 0 28 0 0 0 20 0 19 0 13691065 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999128374072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23205] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23205/stat : 23205 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999127321464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23206] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23206/stat : 23206 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999126268872 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23207] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23207/stat : 23207 (java) S 23185 23188 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13691094 9856040960 13611 33554432000 1073741824 1073778376 140737339846160 139999125165224 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.01 2.39 3.09 3/215 23207
/proc/meminfo: memFree=31726028/32872528 swapFree=7268/7268
[pid=23188] ppid=23185 vsize=9625040 CPUtime=7.03 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 18087 0 -1 4202496 11265 0 1 0 700 3 0 0 20 0 19 0 13691060 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 140737339837296 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23188/statm: 2406260 14772 2268 9 0 2396937 0
[pid=23188/tid=23189] ppid=23185 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/23188/task/23189/stat : 23189 (java) R 23185 23188 18087 0 -1 4202560 2425 0 1 0 625 1 0 0 20 0 19 0 13691060 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999309369008 139999173994952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23191] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999298439720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23192] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999297386920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23193] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999296334120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23188/tid=23194] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999295281320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23195] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999294229544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23196] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999293176744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23197] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999292123944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23198] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999145835176 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23199] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) S 23185 23188 18087 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13691062 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999133637096 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23200] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 18087 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999132583160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23201] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999131530248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23202] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999130478736 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23203] ppid=23185 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 18087 0 -1 4202560 4505 0 0 0 42 0 0 0 20 0 19 0 13691065 9856040960 14772 33554432000 1073741824 1073778376 140737339846160 139999129426872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23204] ppid=23185 vsize=9625040 CPUtime=0.29 cores=0,2,4,6

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

[pid=23188/tid=23200] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999132583160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23201] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999131530248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23202] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999130478736 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23203] ppid=23185 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 18087 0 -1 4202560 4510 0 0 0 43 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999129426872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23204] ppid=23185 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/23188/task/23204/stat : 23204 (java) S 23185 23188 18087 0 -1 4202560 5309 0 0 0 44 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999128374072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23205] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23205/stat : 23205 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999127321464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23206] ppid=23185 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23188/task/23206/stat : 23206 (java) S 23185 23188 18087 0 -1 4202560 32 0 0 0 6 10 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999126268872 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23207] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23207/stat : 23207 (java) S 23185 23188 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13691094 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999125165224 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 519.51
Current children cumulated vsize (KiB) 9625040

[startup+519.201 s]
/proc/loadavg: 2.00 2.07 2.62 3/215 23220
/proc/meminfo: memFree=31524172/32872528 swapFree=7268/7268
[pid=23188] ppid=23185 vsize=9625040 CPUtime=520.32 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 18087 0 -1 4202496 14268 0 1 0 52013 19 0 0 20 0 19 0 13691060 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 140737339837296 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23188/statm: 2406260 58615 2282 9 0 2396937 0
[pid=23188/tid=23189] ppid=23185 vsize=9625040 CPUtime=517.75 cores=0,2,4,6
/proc/23188/task/23189/stat : 23189 (java) R 23185 23188 18087 0 -1 4202560 2486 0 1 0 51763 12 0 0 20 0 19 0 13691060 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999309375968 139999173986307 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23191] ppid=23185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) S 23185 23188 18087 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999298439720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23192] ppid=23185 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) S 23185 23188 18087 0 -1 4202560 130 0 0 0 2 1 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999297386920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23193] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) S 23185 23188 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999296334120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23194] ppid=23185 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) S 23185 23188 18087 0 -1 4202560 142 0 0 0 2 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999295281320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23195] ppid=23185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 18087 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999294229544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23188/tid=23196] ppid=23185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 18087 0 -1 4202560 118 0 0 0 1 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999293176744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23197] ppid=23185 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 18087 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999292123944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23198] ppid=23185 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 18087 0 -1 4202560 163 0 0 0 2 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999145835176 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23188/tid=23199] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) S 23185 23188 18087 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 13691062 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999133637096 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23200] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999132583160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23201] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999131530248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23202] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999130478736 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23203] ppid=23185 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 18087 0 -1 4202560 4510 0 0 0 43 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999129426872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23204] ppid=23185 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/23188/task/23204/stat : 23204 (java) S 23185 23188 18087 0 -1 4202560 5309 0 0 0 44 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999128374072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23205] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23205/stat : 23205 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999127321464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23206] ppid=23185 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23188/task/23206/stat : 23206 (java) S 23185 23188 18087 0 -1 4202560 32 0 0 0 6 10 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999126268872 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23207] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23207/stat : 23207 (java) S 23185 23188 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13691094 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999125165224 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 520.32
Current children cumulated vsize (KiB) 9625040

[startup+520.001 s]
/proc/loadavg: 2.00 2.07 2.62 3/215 23220
/proc/meminfo: memFree=31524172/32872528 swapFree=7268/7268
[pid=23188] ppid=23185 vsize=9625040 CPUtime=521.12 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 18087 0 -1 4202496 14268 0 1 0 52093 19 0 0 20 0 19 0 13691060 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 140737339837296 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23188/statm: 2406260 58615 2282 9 0 2396937 0
[pid=23188/tid=23189] ppid=23185 vsize=9625040 CPUtime=518.54 cores=0,2,4,6
/proc/23188/task/23189/stat : 23189 (java) R 23185 23188 18087 0 -1 4202560 2486 0 1 0 51842 12 0 0 20 0 19 0 13691060 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999309377864 139999173995101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23191] ppid=23185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) S 23185 23188 18087 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999298439720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23192] ppid=23185 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) S 23185 23188 18087 0 -1 4202560 130 0 0 0 2 1 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999297386920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23193] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) S 23185 23188 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999296334120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23194] ppid=23185 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) S 23185 23188 18087 0 -1 4202560 142 0 0 0 2 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999295281320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23195] ppid=23185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 18087 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999294229544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23188/tid=23196] ppid=23185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 18087 0 -1 4202560 118 0 0 0 1 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999293176744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23197] ppid=23185 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 18087 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999292123944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23198] ppid=23185 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 18087 0 -1 4202560 163 0 0 0 2 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999145835176 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23188/tid=23199] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) S 23185 23188 18087 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 13691062 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999133637096 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23200] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999132583160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23201] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999131530248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23202] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999130478736 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23203] ppid=23185 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 18087 0 -1 4202560 4510 0 0 0 43 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999129426872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23204] ppid=23185 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/23188/task/23204/stat : 23204 (java) S 23185 23188 18087 0 -1 4202560 5309 0 0 0 45 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999128374072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23205] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23205/stat : 23205 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999127321464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23206] ppid=23185 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23188/task/23206/stat : 23206 (java) S 23185 23188 18087 0 -1 4202560 32 0 0 0 6 10 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999126268872 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23207] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23207/stat : 23207 (java) S 23185 23188 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13691094 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999125165224 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 521.12
Current children cumulated vsize (KiB) 9625040

[startup+520.201 s]
/proc/loadavg: 2.00 2.07 2.62 3/215 23220
/proc/meminfo: memFree=31524172/32872528 swapFree=7268/7268
[pid=23188] ppid=23185 vsize=9625040 CPUtime=521.32 cores=0,2,4,6
/proc/23188/stat : 23188 (java) S 23185 23188 18087 0 -1 4202496 14268 0 1 0 52113 19 0 0 20 0 19 0 13691060 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 140737339837296 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23188/statm: 2406260 58615 2282 9 0 2396937 0
[pid=23188/tid=23189] ppid=23185 vsize=9625040 CPUtime=518.74 cores=0,2,4,6
/proc/23188/task/23189/stat : 23189 (java) R 23185 23188 18087 0 -1 4202560 2486 0 1 0 51862 12 0 0 20 0 19 0 13691060 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999309377864 139999173995096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23191] ppid=23185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23188/task/23191/stat : 23191 (java) S 23185 23188 18087 0 -1 4202560 54 0 0 0 1 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999298439720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23192] ppid=23185 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23188/task/23192/stat : 23192 (java) S 23185 23188 18087 0 -1 4202560 130 0 0 0 2 1 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999297386920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23193] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23193/stat : 23193 (java) S 23185 23188 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999296334120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23194] ppid=23185 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23188/task/23194/stat : 23194 (java) S 23185 23188 18087 0 -1 4202560 142 0 0 0 2 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999295281320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23195] ppid=23185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23188/task/23195/stat : 23195 (java) S 23185 23188 18087 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999294229544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23188/tid=23196] ppid=23185 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/23188/task/23196/stat : 23196 (java) S 23185 23188 18087 0 -1 4202560 118 0 0 0 1 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999293176744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23197] ppid=23185 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/23188/task/23197/stat : 23197 (java) S 23185 23188 18087 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999292123944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23198] ppid=23185 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/23188/task/23198/stat : 23198 (java) S 23185 23188 18087 0 -1 4202560 163 0 0 0 2 0 0 0 20 0 19 0 13691061 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999145835176 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23188/tid=23199] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23199/stat : 23199 (java) S 23185 23188 18087 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 13691062 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999133637096 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23188/tid=23200] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23200/stat : 23200 (java) S 23185 23188 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999132583160 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23201] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23201/stat : 23201 (java) S 23185 23188 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13691063 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999131530248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23202] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23202/stat : 23202 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999130478736 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23203] ppid=23185 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/23188/task/23203/stat : 23203 (java) S 23185 23188 18087 0 -1 4202560 4510 0 0 0 43 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999129426872 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23204] ppid=23185 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/23188/task/23204/stat : 23204 (java) S 23185 23188 18087 0 -1 4202560 5309 0 0 0 45 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999128374072 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23205] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23205/stat : 23205 (java) S 23185 23188 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999127321464 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23188/tid=23206] ppid=23185 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/23188/task/23206/stat : 23206 (java) S 23185 23188 18087 0 -1 4202560 32 0 0 0 6 10 0 0 20 0 19 0 13691065 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999126268872 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23188/tid=23207] ppid=23185 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23188/task/23207/stat : 23207 (java) S 23185 23188 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13691094 9856040960 58615 33554432000 1073741824 1073778376 140737339846160 139999125165224 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 521.32
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23188 and gives
#  childrusage.ru_utime.tv_sec=519
#  childrusage.ru_utime.tv_usec=861968
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=371943
# CPU time returned by wait4() is 520.234
# while last known CPU time is 521.32
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 520.258
CPU time (s): 521.32
CPU user time (s): 521.13
CPU system time (s): 0.19
CPU usage (%): 100.204
Max. virtual memory (cumulated for all children) (KiB): 9625612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 519.862
system time used= 0.371943
maximum resident set size= 237044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14290
page faults= 1
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11275
involuntary context switches= 1413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.47162 second user time and 2.26166 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-17 00:34:11
IDJOB=4096992
IDBENCH=107693
IDSOLVER=2546
FILE ID=node133/4096992-1466116451
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-8_6_26.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096992-1466116451/watcher-4096992-1466116451 -o /tmp/evaluation-result-4096992-1466116451/solver-4096992-1466116451 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466116261-22553 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096992-1466116451.opb

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

MD5SUM BENCH= 3eed46f7f4874eba9f1fd07866ddce01
RANDOM SEED=413851619

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:        31777820 kB
Buffers:           71108 kB
Cached:           136784 kB
SwapCached:         1860 kB
Active:           253600 kB
Inactive:         111464 kB
Active(anon):     158312 kB
Inactive(anon):     1228 kB
Active(file):      95288 kB
Inactive(file):   110236 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098904 kB
Dirty:               676 kB
Writeback:             0 kB
AnonPages:        205012 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             571648 kB
SReclaimable:      14612 kB
SUnreclaim:       557036 kB
KernelStack:        1776 kB
PageTables:         4720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     695684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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:42:52