Trace number 4088725

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 282.969 281.776

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
MD5SUM563fcfc045eeb86ad1ec51d49a575812
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 benchmark18.0862
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables401
Total number of constraints201
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)201
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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-4088725-1466012218.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.15	c ... done. Wall clock time 0.046s.
0.10/0.15	c declared #vars     401
0.10/0.15	c #constraints  402
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 400
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.15	c 402 constraints processed.
0.71/0.45	c cleaning 2493 clauses out of 5001 with flag 19818/5001
1.25/0.66	c cleaning 4240 clauses out of 8508 with flag 47791/11001
1.49/0.80	c cleaning 5615 clauses out of 11267 with flag 84273/18000
1.60/0.97	c cleaning 6806 clauses out of 13652 with flag 125182/26000
1.81/1.18	c cleaning 7915 clauses out of 15848 with flag 175166/35002
2.11/1.43	c cleaning 8952 clauses out of 17931 with flag 232190/45000
2.41/1.71	c cleaning 9965 clauses out of 19981 with flag 295809/56002
2.71/2.04	c cleaning 11007 clauses out of 22015 with flag 364910/68001
3.11/2.41	c cleaning 11991 clauses out of 24008 with flag 440347/81001
3.51/2.86	c cleaning 12988 clauses out of 26017 with flag 521784/95001
4.01/3.38	c cleaning 13995 clauses out of 28028 with flag 610189/110000
4.61/3.96	c cleaning 15008 clauses out of 30034 with flag 702525/126001
5.22/4.59	c cleaning 15993 clauses out of 32025 with flag 799266/143000
5.91/5.28	c cleaning 16999 clauses out of 34032 with flag 900261/161000
6.71/6.04	c cleaning 18001 clauses out of 36034 with flag 1004014/180001
7.61/6.93	c cleaning 18996 clauses out of 38034 with flag 1114132/200002
8.61/7.96	c cleaning 19995 clauses out of 40036 with flag 1231832/221000
9.61/8.95	c cleaning 21008 clauses out of 42041 with flag 1351422/243000
10.72/10.09	c cleaning 22002 clauses out of 44033 with flag 1478235/266000
11.91/11.29	c cleaning 22998 clauses out of 46032 with flag 1606512/290001
13.21/12.57	c cleaning 24017 clauses out of 48034 with flag 1741569/315001
14.62/13.98	c cleaning 24991 clauses out of 50016 with flag 1884376/341000
16.13/15.49	c cleaning 26000 clauses out of 52026 with flag 2030151/368001
17.72/17.07	c cleaning 27004 clauses out of 54026 with flag 2177875/396001
19.53/18.83	c cleaning 27999 clauses out of 56022 with flag 2331929/425001
21.22/20.59	c cleaning 28995 clauses out of 58024 with flag 2489553/455002
23.22/22.53	c cleaning 29995 clauses out of 60027 with flag 2654317/486000
25.32/24.65	c cleaning 31006 clauses out of 62033 with flag 2819692/518001
27.72/27.09	c cleaning 31997 clauses out of 64026 with flag 2996078/551000
30.11/29.41	c cleaning 33006 clauses out of 66030 with flag 3165709/585001
32.72/32.00	c cleaning 34000 clauses out of 68023 with flag 3346214/620000
35.41/34.73	c cleaning 34992 clauses out of 70023 with flag 3527324/656000
38.41/37.80	c cleaning 36002 clauses out of 72031 with flag 3715748/693000
41.42/40.74	c cleaning 37008 clauses out of 74029 with flag 3905791/731000
44.72/44.02	c cleaning 37995 clauses out of 76021 with flag 4108581/770000
48.03/47.37	c cleaning 39000 clauses out of 78027 with flag 4312913/810001
51.43/50.77	c cleaning 39995 clauses out of 80026 with flag 4514070/851000
55.32/54.64	c cleaning 41005 clauses out of 82031 with flag 4724851/893000
59.42/58.73	c cleaning 42006 clauses out of 84026 with flag 4941762/936000
63.52/62.88	c cleaning 42999 clauses out of 86020 with flag 5156640/980000
68.12/67.45	c cleaning 44002 clauses out of 88021 with flag 5376805/1025000
72.42/71.72	c cleaning 44998 clauses out of 90020 with flag 5591551/1071001
76.77/76.04	c cleaning 46000 clauses out of 92021 with flag 5805315/1118000
80.86/80.15	c cleaning 47000 clauses out of 94021 with flag 6021724/1166000
85.16/84.47	c cleaning 48007 clauses out of 96022 with flag 6242905/1215001
89.76/89.02	c cleaning 49003 clauses out of 98015 with flag 6467898/1265001
94.27/93.51	c cleaning 50006 clauses out of 100011 with flag 6688191/1316000
98.36/97.69	c cleaning 50997 clauses out of 102006 with flag 6905474/1368001
102.57/101.81	c cleaning 51995 clauses out of 104009 with flag 7120543/1421001
106.87/106.19	c cleaning 53000 clauses out of 106014 with flag 7344566/1475001
111.27/110.57	c cleaning 54000 clauses out of 108015 with flag 7565333/1530002
115.87/115.14	c cleaning 54997 clauses out of 110014 with flag 7790368/1586001
120.47/119.76	c cleaning 56001 clauses out of 112018 with flag 8012308/1643002
125.27/124.52	c cleaning 56996 clauses out of 114016 with flag 8239332/1701001
130.07/129.38	c cleaning 58003 clauses out of 116020 with flag 8469605/1760001
135.08/134.34	c cleaning 59004 clauses out of 118017 with flag 8705741/1820001
140.27/139.54	c cleaning 59998 clauses out of 120012 with flag 8947223/1881000
145.67/144.94	c cleaning 60999 clauses out of 122014 with flag 9193715/1943000
151.27/150.50	c cleaning 62002 clauses out of 124016 with flag 9446011/2006001
156.88/156.18	c cleaning 63004 clauses out of 126013 with flag 9703704/2070000
162.88/162.12	c cleaning 63999 clauses out of 128009 with flag 9959607/2135000
169.09/168.35	c cleaning 65006 clauses out of 130011 with flag 10224930/2201001
175.25/174.48	c cleaning 65997 clauses out of 132005 with flag 10487337/2268001
181.45/180.68	c cleaning 66999 clauses out of 134008 with flag 10754933/2336001
188.35/187.57	c cleaning 67995 clauses out of 136008 with flag 11025674/2405000
195.45/194.61	c cleaning 68996 clauses out of 138013 with flag 11299500/2475000
202.66/201.82	c cleaning 70004 clauses out of 140017 with flag 11579319/2546000
210.36/209.57	c cleaning 70999 clauses out of 142014 with flag 11863343/2618001
218.26/217.48	c cleaning 72002 clauses out of 144015 with flag 12157667/2691001
226.47/225.62	c cleaning 73002 clauses out of 146013 with flag 12450268/2765001
235.17/234.31	c cleaning 73995 clauses out of 148010 with flag 12760122/2840000
244.66/243.81	c cleaning 75000 clauses out of 150016 with flag 13081726/2916001
254.06/253.27	c cleaning 76001 clauses out of 152016 with flag 13396624/2993001
264.55/263.79	c cleaning 77004 clauses out of 154014 with flag 13716833/3071000
275.36/274.50	c cleaning 78004 clauses out of 156011 with flag 14059876/3150001
282.73/281.74	c starts		: 5105
282.73/281.74	c conflicts		: 3216478
282.73/281.74	c decisions		: 4354206
282.73/281.74	c propagations		: 27003273
282.73/281.74	c inspects		: 6869640366
282.73/281.74	c shortcuts		: 0
282.73/281.74	c learnt literals	: 13
282.73/281.74	c learnt binary clauses	: 11
282.73/281.74	c learnt ternary clauses	: 22
282.73/281.74	c learnt constraints	: 3216464
282.73/281.74	c ignored constraints	: 0
282.73/281.74	c root simplifications	: 0
282.73/281.74	c removed literals (reason simplification)	: 0
282.73/281.74	c reason swapping (by a shorter reason)	: 0
282.73/281.74	c Calls to reduceDB	: 75
282.73/281.74	c Number of update (reduction) of LBD	: 702248
282.73/281.74	c Imported unit clauses	: 0
282.73/281.74	c number of reductions to clauses (during analyze)	: 0
282.73/281.74	c number of learned constraints concerned by reduction	: 0
282.73/281.74	c number of learning phase by resolution	: 0
282.73/281.74	c number of learning phase by cutting planes	: 0
282.73/281.74	c speed (assignments/second)	: 95898.77513042427
282.73/281.74	c non guided choices	37275
282.73/281.77	c learnt constraints type 
282.73/281.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 11
282.73/281.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144459
282.73/281.77	s UNSATISFIABLE
282.73/281.77	c Total wall clock time (in seconds): 281.659

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-4088725-1466012218/watcher-4088725-1466012218 -o /tmp/evaluation-result-4088725-1466012218/solver-4088725-1466012218 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4088725-1466012218.opb 

pid=6101
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: 1.93 2.01 1.99 3/194 6104
/proc/meminfo: memFree=31169776/32872528 swapFree=162364/176672
[pid=6104] ppid=6101 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6104/stat : 6104 (java) S 6101 6104 4966 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3271770 98570240 977 33554432000 1073741824 1073778376 140734078429600 140734078420736 224925876285 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6104/statm: 24065 977 743 9 0 16771 0
[pid=6104/tid=6105] ppid=6101 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6105/stat : 6105 (java) R 6101 6104 4966 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3271771 98570240 977 33554432000 1073741824 1073778376 140734078429600 139764086869544 224922518912 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 1.93 2.01 1.99 3/194 6104
/proc/meminfo: memFree=31169776/32872528 swapFree=162364/176672
[pid=6104] ppid=6101 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/6104/stat : 6104 (java) S 6101 6104 4966 0 -1 4202496 4415 0 1 0 9 1 0 0 20 0 18 0 3271770 9787879424 6041 33554432000 1073741824 1073778376 140734078429600 140734078420736 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6104/statm: 2389619 6041 2125 9 0 2380296 0
[pid=6104/tid=6105] ppid=6101 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6104/task/6105/stat : 6105 (java) R 6101 6104 4966 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 3271771 9787879424 6043 33554432000 1073741824 1073778376 140734078429600 139764086872992 224922143207 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.200327 s]
/proc/loadavg: 1.93 2.01 1.99 3/194 6104
/proc/meminfo: memFree=31169776/32872528 swapFree=162364/176672
[pid=6104] ppid=6101 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/6104/stat : 6104 (java) S 6101 6104 4966 0 -1 4202496 6333 0 1 0 27 1 0 0 20 0 19 0 3271770 9856040960 7936 33554432000 1073741824 1073778376 140734078429600 140734078420736 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6104/statm: 2406260 7936 2219 9 0 2396937 0
[pid=6104/tid=6105] ppid=6101 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/6104/task/6105/stat : 6105 (java) R 6101 6104 4966 0 -1 4202560 2397 0 1 0 18 0 0 0 20 0 19 0 3271771 9856040960 7936 33554432000 1073741824 1073778376 140734078429600 139764086874752 139763956922102 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) 9625040

[startup+0.300322 s]
/proc/loadavg: 1.93 2.01 1.99 3/194 6104
/proc/meminfo: memFree=31169776/32872528 swapFree=162364/176672
[pid=6104] ppid=6101 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/6104/stat : 6104 (java) S 6101 6104 4966 0 -1 4202496 8264 0 1 0 53 2 0 0 20 0 19 0 3271770 9856040960 8759 33554432000 1073741824 1073778376 140734078429600 140734078420736 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6104/statm: 2406260 8759 2245 9 0 2396937 0
[pid=6104/tid=6105] ppid=6101 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/6104/task/6105/stat : 6105 (java) R 6101 6104 4966 0 -1 4202560 2405 0 1 0 27 0 0 0 20 0 19 0 3271771 9856040960 8759 33554432000 1073741824 1073778376 140734078429600 139764086874752 139763956966396 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625040

[startup+0.700277 s]
/proc/loadavg: 1.93 2.01 1.99 3/194 6104
/proc/meminfo: memFree=31169776/32872528 swapFree=162364/176672
[pid=6104] ppid=6101 vsize=9625040 CPUtime=1.39 cores=0,2,4,6
/proc/6104/stat : 6104 (java) S 6101 6104 4966 0 -1 4202496 16658 0 1 0 136 3 0 0 20 0 19 0 3271770 9856040960 13702 33554432000 1073741824 1073778376 140734078429600 140734078420736 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6104/statm: 2406260 13702 2255 9 0 2396937 0
[pid=6104/tid=6105] ppid=6101 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6104/task/6105/stat : 6105 (java) R 6101 6104 4966 0 -1 4202560 2414 0 1 0 67 0 0 0 20 0 19 0 3271771 9856040960 13702 33554432000 1073741824 1073778376 140734078429600 139764086874344 139763957513372 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 1.93 2.01 1.99 3/213 6123
/proc/meminfo: memFree=31120304/32872528 swapFree=162364/176672
[pid=6104] ppid=6101 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/6104/stat : 6104 (java) S 6101 6104 4966 0 -1 4202496 16665 0 1 0 218 3 0 0 20 0 19 0 3271770 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 140734078420736 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6104/statm: 2406260 14730 2257 9 0 2396937 0
[pid=6104/tid=6105] ppid=6101 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/6104/task/6105/stat : 6105 (java) R 6101 6104 4966 0 -1 4202560 2417 0 1 0 147 0 0 0 20 0 19 0 3271771 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139764086874368 139763957310278 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6107] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6107/stat : 6107 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139764075936808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6108] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6108/stat : 6108 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763929267112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6109] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6109/stat : 6109 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763928214312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6104/tid=6110] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6110/stat : 6110 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763927161512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6111] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6111/stat : 6111 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763926108712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6112] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6112/stat : 6112 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763925055912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6113] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6113/stat : 6113 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763924003112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6114] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6114/stat : 6114 (java) S 6101 6104 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763922950312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6115] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6115/stat : 6115 (java) S 6101 6104 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3271772 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763910753256 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6116] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6116/stat : 6116 (java) S 6101 6104 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763909699320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6117] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6117/stat : 6117 (java) S 6101 6104 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763908646408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6118] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6118/stat : 6118 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763907594896 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6119] ppid=6101 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/6104/task/6119/stat : 6119 (java) S 6101 6104 4966 0 -1 4202560 7707 0 0 0 36 2 0 0 20 0 19 0 3271775 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763906542008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6120] ppid=6101 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/6104/task/6120/stat : 6120 (java) S 6101 6104 4966 0 -1 4202560 5269 0 0 0 33 0 0 0 20 0 19 0 3271775 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763905489208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6121] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6121/stat : 6121 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763904436600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6122] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6122/stat : 6122 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763903384008 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6123] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6123/stat : 6123 (java) S 6101 6104 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3271786 9856040960 14730 33554432000 1073741824 1073778376 140734078429600 139763902330536 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 1.93 2.01 1.99 3/213 6123
/proc/meminfo: memFree=31115464/32872528 swapFree=162364/176672
[pid=6104] ppid=6101 vsize=9625040 CPUtime=3.8 cores=0,2,4,6
/proc/6104/stat : 6104 (java) S 6101 6104 4966 0 -1 4202496 16668 0 1 0 377 3 0 0 20 0 19 0 3271770 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 140734078420736 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6104/statm: 2406260 16266 2257 9 0 2396937 0
[pid=6104/tid=6105] ppid=6101 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/6104/task/6105/stat : 6105 (java) R 6101 6104 4966 0 -1 4202560 2420 0 1 0 305 2 0 0 20 0 19 0 3271771 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139764086865616 139763957513857 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6107] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6107/stat : 6107 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139764075936808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6108] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6108/stat : 6108 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763929267112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6109] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6109/stat : 6109 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763928214312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6104/tid=6110] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6110/stat : 6110 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763927161512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6111] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6111/stat : 6111 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763926108712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6112] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6112/stat : 6112 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763925055912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6113] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6113/stat : 6113 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763924003112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6114] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6114/stat : 6114 (java) S 6101 6104 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763922950312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6115] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6115/stat : 6115 (java) S 6101 6104 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3271772 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763910753256 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6116] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6116/stat : 6116 (java) S 6101 6104 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763909699320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6117] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6117/stat : 6117 (java) S 6101 6104 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763908646408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6118] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6118/stat : 6118 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763907594896 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6119] ppid=6101 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/6104/task/6119/stat : 6119 (java) S 6101 6104 4966 0 -1 4202560 7707 0 0 0 36 2 0 0 20 0 19 0 3271775 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763906542008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6120] ppid=6101 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/6104/task/6120/stat : 6120 (java) S 6101 6104 4966 0 -1 4202560 5269 0 0 0 33 0 0 0 20 0 19 0 3271775 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763905489208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6121] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6121/stat : 6121 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763904436600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6122] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6122/stat : 6122 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763903384008 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6123] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6123/stat : 6123 (java) S 6101 6104 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3271786 9856040960 16266 33554432000 1073741824 1073778376 140734078429600 139763902330536 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 1.94 2.01 1.99 3/213 6123
/proc/meminfo: memFree=31106120/32872528 swapFree=162364/176672
[pid=6104] ppid=6101 vsize=9625040 CPUtime=7.01 cores=0,2,4,6
/proc/6104/stat : 6104 (java) S 6101 6104 4966 0 -1 4202496 16674 0 1 0 698 3 0 0 20 0 19 0 3271770 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 140734078420736 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6104/statm: 2406260 17930 2258 9 0 2396937 0
[pid=6104/tid=6105] ppid=6101 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/6104/task/6105/stat : 6105 (java) R 6101 6104 4966 0 -1 4202560 2425 0 1 0 625 2 0 0 20 0 19 0 3271771 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139764086865616 139763957309920 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6107] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6107/stat : 6107 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139764075936808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6108] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6108/stat : 6108 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139763929267112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6109] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6109/stat : 6109 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139763928214312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6104/tid=6110] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6110/stat : 6110 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139763927161512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6111] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6111/stat : 6111 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139763926108712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6112] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6112/stat : 6112 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139763925055912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6113] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6113/stat : 6113 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139763924003112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6114] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6114/stat : 6114 (java) S 6101 6104 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139763922950312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6115] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6115/stat : 6115 (java) S 6101 6104 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3271772 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139763910753256 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6116] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6116/stat : 6116 (java) S 6101 6104 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139763909699320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6117] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6117/stat : 6117 (java) S 6101 6104 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139763908646408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6118] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6118/stat : 6118 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139763907594896 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6119] ppid=6101 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/6104/task/6119/stat : 6119 (java) S 6101 6104 4966 0 -1 4202560 7707 0 0 0 36 2 0 0 20 0 19 0 3271775 9856040960 17930 33554432000 1073741824 1073778376 140734078429600 139763906542008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6120] ppid=6101 vsize=9625040 CPUtime=0.34 cores=0,2,4,6

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

[pid=6104/tid=6109] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6109/stat : 6109 (java) S 6101 6104 4966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763928214312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6110] ppid=6101 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6104/task/6110/stat : 6110 (java) S 6101 6104 4966 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763927161512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6104/tid=6111] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6111/stat : 6111 (java) S 6101 6104 4966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763926108712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6112] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6112/stat : 6112 (java) S 6101 6104 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763925055912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6113] ppid=6101 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6104/task/6113/stat : 6113 (java) S 6101 6104 4966 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763924003112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6114] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6114/stat : 6114 (java) S 6101 6104 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763922950312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6115] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6115/stat : 6115 (java) S 6101 6104 4966 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 3271772 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763910753256 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6116] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6116/stat : 6116 (java) S 6101 6104 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763909699320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6117] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6117/stat : 6117 (java) S 6101 6104 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763908646408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6118] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6118/stat : 6118 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763907594896 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6119] ppid=6101 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/6104/task/6119/stat : 6119 (java) S 6101 6104 4966 0 -1 4202560 7707 0 0 0 36 2 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763906542008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6120] ppid=6101 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6104/task/6120/stat : 6120 (java) S 6101 6104 4966 0 -1 4202560 5509 0 0 0 51 0 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763905489208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6121] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6121/stat : 6121 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763904436600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6122] ppid=6101 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/6104/task/6122/stat : 6122 (java) S 6101 6104 4966 0 -1 4202560 18 0 0 0 2 4 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763903384008 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6123] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6123/stat : 6123 (java) S 6101 6104 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3271786 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763902330536 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 281.81
Current children cumulated vsize (KiB) 9625040

[startup+281.201 s]
/proc/loadavg: 2.08 2.02 2.00 4/213 6131
/proc/meminfo: memFree=30943424/32872528 swapFree=162364/176672
[pid=6104] ppid=6101 vsize=9625040 CPUtime=282.21 cores=0,2,4,6
/proc/6104/stat : 6104 (java) S 6101 6104 4966 0 -1 4202496 17069 0 1 0 28209 12 0 0 20 0 19 0 3271770 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 140734078420736 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6104/statm: 2406260 52265 2273 9 0 2396937 0
[pid=6104/tid=6105] ppid=6101 vsize=9625040 CPUtime=281.13 cores=0,2,4,6
/proc/6104/task/6105/stat : 6105 (java) R 6101 6104 4966 0 -1 4202560 2484 0 1 0 28105 8 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139764086872528 139763957513852 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6107] ppid=6101 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6104/task/6107/stat : 6107 (java) S 6101 6104 4966 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139764075936808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6108] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6108/stat : 6108 (java) S 6101 6104 4966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763929267112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6109] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6109/stat : 6109 (java) S 6101 6104 4966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763928214312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6110] ppid=6101 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6104/task/6110/stat : 6110 (java) S 6101 6104 4966 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763927161512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6104/tid=6111] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6111/stat : 6111 (java) S 6101 6104 4966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763926108712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6112] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6112/stat : 6112 (java) S 6101 6104 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763925055912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6113] ppid=6101 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6104/task/6113/stat : 6113 (java) S 6101 6104 4966 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763924003112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6114] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6114/stat : 6114 (java) S 6101 6104 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763922950312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6115] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6115/stat : 6115 (java) S 6101 6104 4966 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 3271772 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763910753256 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6116] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6116/stat : 6116 (java) S 6101 6104 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763909699320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6117] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6117/stat : 6117 (java) S 6101 6104 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763908646408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6118] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6118/stat : 6118 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763907594896 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6119] ppid=6101 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/6104/task/6119/stat : 6119 (java) S 6101 6104 4966 0 -1 4202560 7707 0 0 0 37 2 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763906542008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6120] ppid=6101 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6104/task/6120/stat : 6120 (java) S 6101 6104 4966 0 -1 4202560 5509 0 0 0 51 0 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763905489208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6121] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6121/stat : 6121 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763904436600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6122] ppid=6101 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/6104/task/6122/stat : 6122 (java) S 6101 6104 4966 0 -1 4202560 18 0 0 0 2 4 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763903384008 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6123] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6123/stat : 6123 (java) S 6101 6104 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3271786 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763902330536 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 9625040

[startup+281.601 s]
/proc/loadavg: 2.08 2.02 2.00 3/213 6131
/proc/meminfo: memFree=30943424/32872528 swapFree=162364/176672
[pid=6104] ppid=6101 vsize=9625040 CPUtime=282.62 cores=0,2,4,6
/proc/6104/stat : 6104 (java) S 6101 6104 4966 0 -1 4202496 17069 0 1 0 28250 12 0 0 20 0 19 0 3271770 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 140734078420736 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6104/statm: 2406260 52265 2273 9 0 2396937 0
[pid=6104/tid=6105] ppid=6101 vsize=9625040 CPUtime=281.53 cores=0,2,4,6
/proc/6104/task/6105/stat : 6105 (java) R 6101 6104 4966 0 -1 4202560 2484 0 1 0 28145 8 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139764086872528 139763957309955 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6107] ppid=6101 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6104/task/6107/stat : 6107 (java) S 6101 6104 4966 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139764075936808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6108] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6108/stat : 6108 (java) S 6101 6104 4966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763929267112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6109] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6109/stat : 6109 (java) S 6101 6104 4966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763928214312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6110] ppid=6101 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6104/task/6110/stat : 6110 (java) S 6101 6104 4966 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763927161512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6104/tid=6111] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6111/stat : 6111 (java) S 6101 6104 4966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763926108712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6112] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6112/stat : 6112 (java) S 6101 6104 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763925055912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6113] ppid=6101 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6104/task/6113/stat : 6113 (java) S 6101 6104 4966 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763924003112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6114] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6114/stat : 6114 (java) S 6101 6104 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763922950312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6115] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6115/stat : 6115 (java) S 6101 6104 4966 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 3271772 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763910753256 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6116] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6116/stat : 6116 (java) S 6101 6104 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763909699320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6117] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6117/stat : 6117 (java) S 6101 6104 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763908646408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6118] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6118/stat : 6118 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763907594896 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6119] ppid=6101 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/6104/task/6119/stat : 6119 (java) S 6101 6104 4966 0 -1 4202560 7707 0 0 0 37 2 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763906542008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6120] ppid=6101 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6104/task/6120/stat : 6120 (java) S 6101 6104 4966 0 -1 4202560 5509 0 0 0 51 0 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763905489208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6121] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6121/stat : 6121 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763904436600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6122] ppid=6101 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/6104/task/6122/stat : 6122 (java) S 6101 6104 4966 0 -1 4202560 18 0 0 0 2 4 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763903384008 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6123] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6123/stat : 6123 (java) S 6101 6104 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3271786 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763902330536 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.62
Current children cumulated vsize (KiB) 9625040

[startup+281.708 s]
/proc/loadavg: 2.08 2.02 2.00 3/213 6131
/proc/meminfo: memFree=30943424/32872528 swapFree=162364/176672
[pid=6104] ppid=6101 vsize=9625040 CPUtime=282.73 cores=0,2,4,6
/proc/6104/stat : 6104 (java) S 6101 6104 4966 0 -1 4202496 17069 0 1 0 28261 12 0 0 20 0 19 0 3271770 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 140734078420736 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6104/statm: 2406260 52265 2273 9 0 2396937 0
[pid=6104/tid=6105] ppid=6101 vsize=9625040 CPUtime=281.63 cores=0,2,4,6
/proc/6104/task/6105/stat : 6105 (java) R 6101 6104 4966 0 -1 4202560 2484 0 1 0 28155 8 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139764086872528 139763957391986 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6107] ppid=6101 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6104/task/6107/stat : 6107 (java) S 6101 6104 4966 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139764075936808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6108] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6108/stat : 6108 (java) S 6101 6104 4966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763929267112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6109] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6109/stat : 6109 (java) S 6101 6104 4966 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763928214312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6110] ppid=6101 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6104/task/6110/stat : 6110 (java) S 6101 6104 4966 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763927161512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6104/tid=6111] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6111/stat : 6111 (java) S 6101 6104 4966 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763926108712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6112] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6112/stat : 6112 (java) S 6101 6104 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763925055912 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6113] ppid=6101 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6104/task/6113/stat : 6113 (java) S 6101 6104 4966 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763924003112 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6114] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6114/stat : 6114 (java) S 6101 6104 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 3271771 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763922950312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6115] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6115/stat : 6115 (java) S 6101 6104 4966 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 3271772 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763910753256 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6116] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6116/stat : 6116 (java) S 6101 6104 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763909699320 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6117] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6117/stat : 6117 (java) S 6101 6104 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 3271773 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763908646408 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6118] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6118/stat : 6118 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763907594896 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6119] ppid=6101 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/6104/task/6119/stat : 6119 (java) S 6101 6104 4966 0 -1 4202560 7707 0 0 0 37 2 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763906542008 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6104/tid=6120] ppid=6101 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/6104/task/6120/stat : 6120 (java) S 6101 6104 4966 0 -1 4202560 5509 0 0 0 52 0 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763905489208 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6121] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6121/stat : 6121 (java) S 6101 6104 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763904436600 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6104/tid=6122] ppid=6101 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/6104/task/6122/stat : 6122 (java) S 6101 6104 4966 0 -1 4202560 18 0 0 0 2 4 0 0 20 0 19 0 3271775 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763903384008 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6104/tid=6123] ppid=6101 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6104/task/6123/stat : 6123 (java) S 6101 6104 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 3271786 9856040960 52265 33554432000 1073741824 1073778376 140734078429600 139763902330536 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 282.73
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 281.776
CPU time (s): 282.969
CPU user time (s): 282.698
CPU system time (s): 0.270958
CPU usage (%): 100.424
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 282.698
system time used= 0.270958
maximum resident set size= 211184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17093
page faults= 1
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6274
involuntary context switches= 485

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.68274 second user time and 1.9987 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 19:36:58
IDJOB=4088725
IDBENCH=107304
IDSOLVER=2546
FILE ID=node105/4088725-1466012218
RUNJOBID= node105-1466009078-4982
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088725-1466012218/watcher-4088725-1466012218 -o /tmp/evaluation-result-4088725-1466012218/solver-4088725-1466012218 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4088725-1466012218.opb

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

MD5SUM BENCH= 563fcfc045eeb86ad1ec51d49a575812
RANDOM SEED=1108942018

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31170148 kB
Buffers:           66696 kB
Cached:           337012 kB
SwapCached:            0 kB
Active:           501900 kB
Inactive:         321204 kB
Active(anon):     421828 kB
Inactive(anon):        0 kB
Active(file):      80072 kB
Inactive(file):   321204 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               532 kB
Writeback:             0 kB
AnonPages:        595352 kB
Mapped:            21856 kB
Shmem:               204 kB
Slab:             571764 kB
SReclaimable:      15460 kB
SUnreclaim:       556304 kB
KernelStack:        1688 kB
PageTables:         5088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     901988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node105 at 2016-06-15 19:41:40