Trace number 4088599

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 503.142 502.196

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_ODD_GRIDS/normalized-ECgrid5x60split.opb
MD5SUM5a24b026980bba596e5d6414e45c7c7f
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 benchmark107.751
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables601
Total number of constraints301
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)301
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.08/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.30	c See www.sat4j.org for details.
0.08/0.31	c version PB16.v20160501
0.08/0.31	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.31	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.31	c java.vm.version	19.1-b02
0.08/0.31	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.31	c sun.arch.data.model	64
0.08/0.31	c java.version		1.6.0_24
0.08/0.31	c os.name		Linux
0.08/0.31	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.31	c os.arch		amd64
0.08/0.31	c Free memory 		501472288
0.08/0.31	c Max memory 		7480803328
0.08/0.31	c Total memory 		504102912
0.08/0.31	c Number of processors 	8
0.08/0.34	c Pseudo Boolean Optimization by upper bound
0.08/0.34	c --- Begin Solver configuration ---
0.08/0.34	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.34	c Learn all clauses as in MiniSAT
0.08/0.34	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.34	c No reason simplification
0.08/0.34	c Glucose 2.1 dynamic restart strategy
0.08/0.34	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.34	c timeout=2147483s
0.08/0.34	c DB Simplification allowed=false
0.08/0.34	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.34	c --- End Solver configuration ---
0.08/0.34	c solving HOME/instance-4088599-1466009078.opb
0.08/0.34	c reading problem ... 
0.08/0.34	c  no objective function found
0.21/0.40	c ... done. Wall clock time 0.063s.
0.21/0.40	c declared #vars     601
0.21/0.40	c #constraints  602
0.21/0.40	c constraints type 
0.21/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 600
0.21/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.21/0.40	c 602 constraints processed.
0.92/0.70	c cleaning 2493 clauses out of 5000 with flag 19367/5000
1.21/0.87	c cleaning 4232 clauses out of 8508 with flag 47163/11001
1.40/0.99	c cleaning 5616 clauses out of 11277 with flag 80942/18002
1.61/1.15	c cleaning 6808 clauses out of 13660 with flag 122806/26001
1.82/1.32	c cleaning 7895 clauses out of 15851 with flag 170679/35000
2.01/1.52	c cleaning 8939 clauses out of 17956 with flag 225569/45000
2.21/1.74	c cleaning 9972 clauses out of 20017 with flag 285177/56000
2.51/2.01	c cleaning 10980 clauses out of 22045 with flag 352685/68000
2.82/2.32	c cleaning 12004 clauses out of 24066 with flag 426772/81001
3.12/2.66	c cleaning 13000 clauses out of 26063 with flag 504533/95002
3.52/3.05	c cleaning 14000 clauses out of 28061 with flag 590891/110000
3.93/3.49	c cleaning 15004 clauses out of 30061 with flag 681728/126000
4.42/3.97	c cleaning 16006 clauses out of 32057 with flag 780044/143000
5.03/4.51	c cleaning 17014 clauses out of 34052 with flag 883989/161001
5.52/5.09	c cleaning 18016 clauses out of 36038 with flag 993518/180001
6.22/5.74	c cleaning 18969 clauses out of 38021 with flag 1110169/200000
6.92/6.42	c cleaning 19996 clauses out of 40052 with flag 1223572/221000
7.62/7.17	c cleaning 21027 clauses out of 42058 with flag 1346244/243002
8.42/7.97	c cleaning 21999 clauses out of 44029 with flag 1474641/266000
9.33/8.85	c cleaning 22984 clauses out of 46031 with flag 1603718/290001
10.22/9.79	c cleaning 23992 clauses out of 48046 with flag 1733097/315000
11.22/10.77	c cleaning 24992 clauses out of 50054 with flag 1870124/341000
12.32/11.87	c cleaning 26007 clauses out of 52063 with flag 2010139/368001
13.52/13.04	c cleaning 27014 clauses out of 54055 with flag 2156300/396000
14.83/14.32	c cleaning 27995 clauses out of 56042 with flag 2309331/425001
16.12/15.68	c cleaning 28992 clauses out of 58047 with flag 2463585/455001
17.63/17.14	c cleaning 30004 clauses out of 60054 with flag 2631829/486000
19.13/18.67	c cleaning 31000 clauses out of 62050 with flag 2798267/518000
20.72/20.25	c cleaning 32001 clauses out of 64051 with flag 2967435/551001
22.53/22.02	c cleaning 33000 clauses out of 66049 with flag 3146103/585000
24.32/23.84	c cleaning 34000 clauses out of 68049 with flag 3325610/620000
26.12/25.66	c cleaning 35011 clauses out of 70052 with flag 3504483/656003
28.14/27.69	c cleaning 35998 clauses out of 72038 with flag 3688326/693000
30.24/29.75	c cleaning 37008 clauses out of 74042 with flag 3875417/731002
32.44/31.95	c cleaning 37996 clauses out of 76032 with flag 4068929/770000
34.83/34.31	c cleaning 39004 clauses out of 78038 with flag 4269208/810002
37.63/37.14	c cleaning 39986 clauses out of 80032 with flag 4476901/851000
40.23/39.73	c cleaning 41012 clauses out of 82047 with flag 4679545/893001
42.82/42.39	c cleaning 41995 clauses out of 84034 with flag 4886046/936000
45.53/45.04	c cleaning 42995 clauses out of 86039 with flag 5094142/980000
48.43/48.00	c cleaning 44005 clauses out of 88044 with flag 5307847/1025000
51.63/51.19	c cleaning 45013 clauses out of 90041 with flag 5528096/1071002
55.06/54.51	c cleaning 45993 clauses out of 92027 with flag 5749229/1118001
58.26/57.73	c cleaning 46995 clauses out of 94033 with flag 5969904/1166000
61.57/61.02	c cleaning 47997 clauses out of 96038 with flag 6194116/1215000
64.96/64.40	c cleaning 48999 clauses out of 98043 with flag 6421916/1265002
68.36/67.86	c cleaning 50008 clauses out of 100043 with flag 6651107/1316001
71.86/71.35	c cleaning 50997 clauses out of 102035 with flag 6882187/1368001
75.76/75.30	c cleaning 52002 clauses out of 104039 with flag 7127672/1421002
79.96/79.48	c cleaning 52995 clauses out of 106035 with flag 7376116/1475000
84.16/83.67	c cleaning 54003 clauses out of 108040 with flag 7622385/1530000
88.86/88.30	c cleaning 55013 clauses out of 110038 with flag 7874252/1586001
93.35/92.82	c cleaning 55995 clauses out of 112024 with flag 8127966/1643000
97.55/97.04	c cleaning 57004 clauses out of 114030 with flag 8379816/1701001
102.15/101.67	c cleaning 57999 clauses out of 116026 with flag 8639616/1760001
106.95/106.42	c cleaning 58997 clauses out of 118026 with flag 8899206/1820000
111.55/111.10	c cleaning 60006 clauses out of 120030 with flag 9161050/1881001
116.45/115.95	c cleaning 60996 clauses out of 122023 with flag 9422752/1943000
121.15/120.64	c cleaning 61997 clauses out of 124028 with flag 9683214/2006001
126.05/125.55	c cleaning 63000 clauses out of 126031 with flag 9946884/2070001
131.25/130.74	c cleaning 64004 clauses out of 128031 with flag 10215447/2135001
136.35/135.87	c cleaning 65006 clauses out of 130026 with flag 10487112/2201000
141.27/140.73	c cleaning 65998 clauses out of 132020 with flag 10753243/2268000
146.21/145.63	c cleaning 66997 clauses out of 134022 with flag 11020543/2336000
151.21/150.62	c cleaning 67998 clauses out of 136026 with flag 11295166/2405001
156.11/155.58	c cleaning 68998 clauses out of 138027 with flag 11569816/2475000
161.11/160.58	c cleaning 70006 clauses out of 140029 with flag 11846166/2546000
166.31/165.78	c cleaning 70999 clauses out of 142023 with flag 12125410/2618000
171.50/170.92	c cleaning 72003 clauses out of 144024 with flag 12402607/2691000
176.61/176.10	c cleaning 73010 clauses out of 146022 with flag 12681253/2765001
182.22/181.68	c cleaning 74001 clauses out of 148011 with flag 12962323/2840000
187.81/187.25	c cleaning 74993 clauses out of 150010 with flag 13244972/2916000
193.71/193.14	c cleaning 76003 clauses out of 152017 with flag 13529861/2993000
199.40/198.84	c cleaning 76996 clauses out of 154014 with flag 13818464/3071000
205.40/204.80	c cleaning 77997 clauses out of 156018 with flag 14108432/3150000
211.10/210.60	c cleaning 78997 clauses out of 158021 with flag 14402772/3230000
217.50/216.90	c cleaning 80004 clauses out of 160024 with flag 14699658/3311000
223.90/223.37	c cleaning 80998 clauses out of 162021 with flag 15000355/3393001
230.56/229.92	c cleaning 82001 clauses out of 164023 with flag 15307691/3476001
237.55/236.90	c cleaning 83003 clauses out of 166021 with flag 15615745/3560000
243.96/243.31	c cleaning 83999 clauses out of 168018 with flag 15930800/3645000
250.86/250.22	c cleaning 85005 clauses out of 170020 with flag 16255401/3731001
258.17/257.58	c cleaning 85998 clauses out of 172014 with flag 16587903/3818000
265.76/265.15	c cleaning 87001 clauses out of 174018 with flag 16927373/3906002
273.56/272.94	c cleaning 87994 clauses out of 176015 with flag 17276305/3995000
281.55/280.96	c cleaning 89005 clauses out of 178022 with flag 17630825/4085001
289.85/289.27	c cleaning 89995 clauses out of 180016 with flag 17993973/4176000
298.55/297.99	c cleaning 91002 clauses out of 182021 with flag 18360934/4268000
307.55/306.93	c cleaning 92010 clauses out of 184019 with flag 18723958/4361000
316.36/315.72	c cleaning 92995 clauses out of 186010 with flag 19092916/4455001
325.65/325.08	c cleaning 93996 clauses out of 188016 with flag 19471105/4550002
335.31/334.68	c cleaning 95000 clauses out of 190020 with flag 19847396/4646002
345.51/344.82	c cleaning 96005 clauses out of 192019 with flag 20230336/4743001
355.71/355.00	c cleaning 96995 clauses out of 194013 with flag 20625185/4841000
365.01/364.37	c cleaning 98001 clauses out of 196018 with flag 21020802/4940000
375.61/374.90	c cleaning 98998 clauses out of 198017 with flag 21419237/5040000
385.50/384.80	c cleaning 100003 clauses out of 200020 with flag 21822055/5141001
396.90/396.25	c cleaning 101002 clauses out of 202016 with flag 22234481/5243000
408.70/408.00	c cleaning 101999 clauses out of 204014 with flag 22661817/5346000
420.50/419.88	c cleaning 103002 clauses out of 206016 with flag 23091205/5450001
432.90/432.20	c cleaning 103998 clauses out of 208014 with flag 23519000/5555001
446.10/445.48	c cleaning 105004 clauses out of 210016 with flag 23966151/5661001
460.26/459.60	c cleaning 106001 clauses out of 212011 with flag 24419161/5768000
476.66/475.90	c cleaning 106999 clauses out of 214011 with flag 24888855/5876001
493.46/492.71	c cleaning 108001 clauses out of 216011 with flag 25364715/5985000
502.88/502.16	c starts		: 8821
502.88/502.16	c conflicts		: 6068490
502.88/502.16	c decisions		: 8470421
502.88/502.16	c propagations		: 49033909
502.88/502.16	c inspects		: 12142756978
502.88/502.16	c shortcuts		: 0
502.88/502.16	c learnt literals	: 12
502.88/502.16	c learnt binary clauses	: 9
502.88/502.16	c learnt ternary clauses	: 17
502.88/502.16	c learnt constraints	: 6068477
502.88/502.16	c ignored constraints	: 0
502.88/502.16	c root simplifications	: 0
502.88/502.16	c removed literals (reason simplification)	: 0
502.88/502.16	c reason swapping (by a shorter reason)	: 0
502.88/502.16	c Calls to reduceDB	: 105
502.88/502.16	c Number of update (reduction) of LBD	: 1273625
502.88/502.16	c Imported unit clauses	: 0
502.88/502.16	c number of reductions to clauses (during analyze)	: 0
502.88/502.16	c number of learned constraints concerned by reduction	: 0
502.88/502.16	c number of learning phase by resolution	: 0
502.88/502.16	c number of learning phase by cutting planes	: 0
502.88/502.16	c speed (assignments/second)	: 97724.803938177
502.88/502.16	c non guided choices	187113
502.88/502.19	c learnt constraints type 
502.88/502.19	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
502.88/502.19	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 191478
502.88/502.19	s UNSATISFIABLE
502.88/502.19	c Total wall clock time (in seconds): 501.849

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

pid=5005
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.85 1.95 1.90 3/172 5008
/proc/meminfo: memFree=31599268/32872528 swapFree=162496/176676
[pid=5008] ppid=5005 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/5008/stat : 5008 (java) D 5005 5008 4966 0 -1 4202496 156 0 1 0 0 0 0 0 20 0 1 0 2957769 278528 33 33554432000 1073741824 1073778376 140735392011888 140735392009064 224913354023 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/5008/statm: 68 33 25 9 0 25 0

[startup+0.100126 s]
/proc/loadavg: 1.85 1.95 1.90 3/172 5008
/proc/meminfo: memFree=31599268/32872528 swapFree=162496/176676
[pid=5008] ppid=5005 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/5008/stat : 5008 (java) D 5005 5008 4966 0 -1 4202496 1145 0 18 0 0 0 0 0 20 0 1 0 2957769 23793664 814 33554432000 1073741824 1073778376 140733433960928 140733433950920 140311731451600 0 0 4096 0 18446744071579943789 0 0 17 4 0 0 7 0 0
/proc/5008/statm: 5809 814 608 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.20025 s]
/proc/loadavg: 1.85 1.95 1.90 3/172 5008
/proc/meminfo: memFree=31599268/32872528 swapFree=162496/176676
[pid=5008] ppid=5005 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/5008/stat : 5008 (java) S 5005 5008 4966 0 -1 4202496 3052 0 26 0 2 1 0 0 20 0 13 0 2957769 9446973440 3698 33554432000 1073741824 1073778376 140733433960928 140733433952064 224925876285 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/5008/statm: 2306390 3698 1681 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.300216 s]
/proc/loadavg: 1.85 1.95 1.90 3/172 5008
/proc/meminfo: memFree=31599268/32872528 swapFree=162496/176676
[pid=5008] ppid=5005 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/5008/stat : 5008 (java) S 5005 5008 4966 0 -1 4202496 3817 0 26 0 6 2 0 0 20 0 18 0 2957769 9787879424 4975 33554432000 1073741824 1073778376 140733433960928 140733433952064 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/5008/statm: 2389619 4984 1977 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.700169 s]
/proc/loadavg: 1.85 1.95 1.90 3/172 5008
/proc/meminfo: memFree=31599268/32872528 swapFree=162496/176676
[pid=5008] ppid=5005 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/5008/stat : 5008 (java) S 5005 5008 4966 0 -1 4202496 10503 0 27 0 89 3 0 0 20 0 19 0 2957769 9856040960 9519 33554432000 1073741824 1073778376 140733433960928 140733433952064 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/5008/statm: 2406260 9519 2254 9 0 2396937 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 1.85 1.95 1.90 3/213 5049
/proc/meminfo: memFree=31486528/32872528 swapFree=162364/176672
[pid=5008] ppid=5005 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/5008/stat : 5008 (java) S 5005 5008 4966 0 -1 4202496 17891 0 27 0 196 5 0 0 20 0 19 0 2957769 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140733433952064 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/5008/statm: 2406260 15360 2257 9 0 2396937 0
[pid=5008/tid=5014] ppid=5005 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/5008/task/5014/stat : 5014 (java) R 5005 5008 4966 0 -1 4202560 2403 0 7 0 123 1 0 0 20 0 19 0 2957780 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140311727124160 140311565755609 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0
[pid=5008/tid=5016] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5016/stat : 5016 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140311688625192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5018] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5018/stat : 5018 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140311687572392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5020] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5020/stat : 5020 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140311686519592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5008/tid=5022] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5022/stat : 5022 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140311685466792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5008/tid=5024] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5024/stat : 5024 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140311684413992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5026] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5026/stat : 5026 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140311565167016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5008/tid=5029] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5029/stat : 5029 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140311564114216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5031] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5031/stat : 5031 (java) S 5005 5008 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140311563061416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5032] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5032/stat : 5032 (java) S 5005 5008 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140311550864360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5034] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5034/stat : 5034 (java) S 5005 5008 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140311549810424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5036] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5036/stat : 5036 (java) S 5005 5008 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140310944409096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5038] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5038/stat : 5038 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140310943357584 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5040] ppid=5005 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/5008/task/5040/stat : 5040 (java) S 5005 5008 4966 0 -1 4202560 8276 0 0 0 36 2 0 0 20 0 19 0 2957794 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140310942304696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5042] ppid=5005 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/5008/task/5042/stat : 5042 (java) S 5005 5008 4966 0 -1 4202560 5960 0 1 0 34 1 0 0 20 0 19 0 2957794 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140310941251896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5043] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5043/stat : 5043 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140310940199288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5045] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5045/stat : 5045 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140310939146696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5049] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5049/stat : 5049 (java) S 5005 5008 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957810 9856040960 15360 33554432000 1073741824 1073778376 140733433960928 140310938093224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 1.85 1.95 1.90 3/213 5049
/proc/meminfo: memFree=31478576/32872528 swapFree=162364/176672
[pid=5008] ppid=5005 vsize=9625040 CPUtime=3.62 cores=0,2,4,6
/proc/5008/stat : 5008 (java) S 5005 5008 4966 0 -1 4202496 17894 0 27 0 357 5 0 0 20 0 19 0 2957769 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140733433952064 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/5008/statm: 2406260 16896 2257 9 0 2396937 0
[pid=5008/tid=5014] ppid=5005 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/5008/task/5014/stat : 5014 (java) R 5005 5008 4966 0 -1 4202560 2406 0 7 0 283 2 0 0 20 0 19 0 2957780 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140311727124160 140311565644294 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0
[pid=5008/tid=5016] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5016/stat : 5016 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140311688625192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5018] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5018/stat : 5018 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140311687572392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5020] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5020/stat : 5020 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140311686519592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5008/tid=5022] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5022/stat : 5022 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140311685466792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5008/tid=5024] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5024/stat : 5024 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140311684413992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5026] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5026/stat : 5026 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140311565167016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5008/tid=5029] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5029/stat : 5029 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140311564114216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5031] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5031/stat : 5031 (java) S 5005 5008 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140311563061416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5032] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5032/stat : 5032 (java) S 5005 5008 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140311550864360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5034] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5034/stat : 5034 (java) S 5005 5008 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140311549810424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5036] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5036/stat : 5036 (java) S 5005 5008 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140310944409096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5038] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5038/stat : 5038 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140310943357584 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5040] ppid=5005 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/5008/task/5040/stat : 5040 (java) S 5005 5008 4966 0 -1 4202560 8276 0 0 0 36 2 0 0 20 0 19 0 2957794 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140310942304696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5042] ppid=5005 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/5008/task/5042/stat : 5042 (java) S 5005 5008 4966 0 -1 4202560 5960 0 1 0 34 1 0 0 20 0 19 0 2957794 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140310941251896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5043] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5043/stat : 5043 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140310940199288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5045] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5045/stat : 5045 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140310939146696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5049] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5049/stat : 5049 (java) S 5005 5008 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957810 9856040960 16896 33554432000 1073741824 1073778376 140733433960928 140310938093224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 1.86 1.95 1.90 3/213 5049
/proc/meminfo: memFree=31464676/32872528 swapFree=162364/176672
[pid=5008] ppid=5005 vsize=9625040 CPUtime=6.82 cores=0,2,4,6
/proc/5008/stat : 5008 (java) S 5005 5008 4966 0 -1 4202496 17902 0 27 0 677 5 0 0 20 0 19 0 2957769 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140733433952064 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/5008/statm: 2406260 17460 2258 9 0 2396937 0
[pid=5008/tid=5014] ppid=5005 vsize=9625040 CPUtime=6.05 cores=0,2,4,6
/proc/5008/task/5014/stat : 5014 (java) R 5005 5008 4966 0 -1 4202560 2413 0 7 0 603 2 0 0 20 0 19 0 2957780 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140311727124160 140311565827073 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0
[pid=5008/tid=5016] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5016/stat : 5016 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140311688625192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5018] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5018/stat : 5018 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140311687572392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5020] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5020/stat : 5020 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140311686519592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5008/tid=5022] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5022/stat : 5022 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140311685466792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5008/tid=5024] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5024/stat : 5024 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140311684413992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5026] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5026/stat : 5026 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140311565167016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5008/tid=5029] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5029/stat : 5029 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140311564114216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5031] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5031/stat : 5031 (java) S 5005 5008 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 2957784 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140311563061416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5032] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5032/stat : 5032 (java) S 5005 5008 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140311550864360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5034] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5034/stat : 5034 (java) S 5005 5008 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140311549810424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5036] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5036/stat : 5036 (java) S 5005 5008 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140310944409096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5038] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5038/stat : 5038 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140310943357584 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5040] ppid=5005 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/5008/task/5040/stat : 5040 (java) S 5005 5008 4966 0 -1 4202560 8276 0 0 0 36 2 0 0 20 0 19 0 2957794 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140310942304696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5042] ppid=5005 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/5008/task/5042/stat : 5042 (java) S 5005 5008 4966 0 -1 4202560 5960 0 1 0 34 1 0 0 20 0 19 0 2957794 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140310941251896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5043] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5043/stat : 5043 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140310940199288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5045] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5045/stat : 5045 (java) S 5005 5008 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140310939146696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5049] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5049/stat : 5049 (java) S 5005 5008 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957810 9856040960 17460 33554432000 1073741824 1073778376 140733433960928 140310938093224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9625040


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

[pid=5008/tid=5020] ppid=5005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/5008/task/5020/stat : 5020 (java) S 5005 5008 4966 0 -1 4202560 61 0 0 0 2 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311686519592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5008/tid=5022] ppid=5005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/5008/task/5022/stat : 5022 (java) S 5005 5008 4966 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311685466792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5024] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5024/stat : 5024 (java) S 5005 5008 4966 0 -1 4202560 160 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311684413992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5026] ppid=5005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/5008/task/5026/stat : 5026 (java) S 5005 5008 4966 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311565167016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5008/tid=5029] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5029/stat : 5029 (java) S 5005 5008 4966 0 -1 4202560 145 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311564114216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5031] ppid=5005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/5008/task/5031/stat : 5031 (java) S 5005 5008 4966 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311563061416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5008/tid=5032] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5032/stat : 5032 (java) S 5005 5008 4966 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311550864360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5034] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5034/stat : 5034 (java) S 5005 5008 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311549810424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5036] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5036/stat : 5036 (java) S 5005 5008 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310944409096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5038] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5038/stat : 5038 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310943357584 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5040] ppid=5005 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/5008/task/5040/stat : 5040 (java) S 5005 5008 4966 0 -1 4202560 8346 0 0 0 39 2 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310942304696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5042] ppid=5005 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/5008/task/5042/stat : 5042 (java) S 5005 5008 4966 0 -1 4202560 5960 0 1 0 34 1 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310941251896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5043] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5043/stat : 5043 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310940199288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5045] ppid=5005 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/5008/task/5045/stat : 5045 (java) S 5005 5008 4966 0 -1 4202560 30 0 0 0 3 6 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310939146696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5049] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5049/stat : 5049 (java) S 5005 5008 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957810 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310938093224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 501.56
Current children cumulated vsize (KiB) 9625040

[startup+501.601 s]
/proc/loadavg: 2.08 2.03 1.94 4/213 5257
/proc/meminfo: memFree=31152240/32872528 swapFree=162364/176672
[pid=5008] ppid=5005 vsize=9625040 CPUtime=502.37 cores=0,2,4,6
/proc/5008/stat : 5008 (java) S 5005 5008 4966 0 -1 4202496 18658 0 27 0 50219 18 0 0 20 0 19 0 2957769 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140733433952064 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/5008/statm: 2406260 57071 2273 9 0 2396937 0
[pid=5008/tid=5014] ppid=5005 vsize=9625040 CPUtime=501.18 cores=0,2,4,6
/proc/5008/task/5014/stat : 5014 (java) R 5005 5008 4966 0 -1 4202560 2471 0 7 0 50106 12 0 0 20 0 19 0 2957780 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311727133000 140311565644002 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0
[pid=5008/tid=5016] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5016/stat : 5016 (java) S 5005 5008 4966 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311688625192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5018] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5018/stat : 5018 (java) S 5005 5008 4966 0 -1 4202560 141 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311687572392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5008/tid=5020] ppid=5005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/5008/task/5020/stat : 5020 (java) S 5005 5008 4966 0 -1 4202560 61 0 0 0 2 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311686519592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5008/tid=5022] ppid=5005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/5008/task/5022/stat : 5022 (java) S 5005 5008 4966 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311685466792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5024] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5024/stat : 5024 (java) S 5005 5008 4966 0 -1 4202560 160 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311684413992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5026] ppid=5005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/5008/task/5026/stat : 5026 (java) S 5005 5008 4966 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311565167016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5008/tid=5029] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5029/stat : 5029 (java) S 5005 5008 4966 0 -1 4202560 145 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311564114216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5031] ppid=5005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/5008/task/5031/stat : 5031 (java) S 5005 5008 4966 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311563061416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5008/tid=5032] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5032/stat : 5032 (java) S 5005 5008 4966 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311550864360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5034] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5034/stat : 5034 (java) S 5005 5008 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311549810424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5036] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5036/stat : 5036 (java) S 5005 5008 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310944409096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5038] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5038/stat : 5038 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310943357584 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5040] ppid=5005 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/5008/task/5040/stat : 5040 (java) S 5005 5008 4966 0 -1 4202560 8347 0 0 0 40 2 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310942304696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5042] ppid=5005 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/5008/task/5042/stat : 5042 (java) S 5005 5008 4966 0 -1 4202560 5960 0 1 0 34 1 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310941251896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5043] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5043/stat : 5043 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310940199288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5045] ppid=5005 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/5008/task/5045/stat : 5045 (java) S 5005 5008 4966 0 -1 4202560 30 0 0 0 3 6 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310939146696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5049] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5049/stat : 5049 (java) S 5005 5008 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957810 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310938093224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 502.37
Current children cumulated vsize (KiB) 9625040

[startup+502.001 s]
/proc/loadavg: 2.08 2.03 1.94 4/213 5257
/proc/meminfo: memFree=31152240/32872528 swapFree=162364/176672
[pid=5008] ppid=5005 vsize=9625040 CPUtime=502.78 cores=0,2,4,6
/proc/5008/stat : 5008 (java) S 5005 5008 4966 0 -1 4202496 18658 0 27 0 50260 18 0 0 20 0 19 0 2957769 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140733433952064 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/5008/statm: 2406260 57071 2273 9 0 2396937 0
[pid=5008/tid=5014] ppid=5005 vsize=9625040 CPUtime=501.57 cores=0,2,4,6
/proc/5008/task/5014/stat : 5014 (java) R 5005 5008 4966 0 -1 4202560 2471 0 7 0 50145 12 0 0 20 0 19 0 2957780 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311727131072 140311565643962 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0
[pid=5008/tid=5016] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5016/stat : 5016 (java) S 5005 5008 4966 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311688625192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5018] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5018/stat : 5018 (java) S 5005 5008 4966 0 -1 4202560 141 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311687572392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5008/tid=5020] ppid=5005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/5008/task/5020/stat : 5020 (java) S 5005 5008 4966 0 -1 4202560 61 0 0 0 2 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311686519592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5008/tid=5022] ppid=5005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/5008/task/5022/stat : 5022 (java) S 5005 5008 4966 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311685466792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5024] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5024/stat : 5024 (java) S 5005 5008 4966 0 -1 4202560 160 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311684413992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5026] ppid=5005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/5008/task/5026/stat : 5026 (java) S 5005 5008 4966 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311565167016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5008/tid=5029] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5029/stat : 5029 (java) S 5005 5008 4966 0 -1 4202560 145 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311564114216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5031] ppid=5005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/5008/task/5031/stat : 5031 (java) S 5005 5008 4966 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311563061416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5008/tid=5032] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5032/stat : 5032 (java) S 5005 5008 4966 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311550864360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5034] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5034/stat : 5034 (java) S 5005 5008 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311549810424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5036] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5036/stat : 5036 (java) S 5005 5008 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310944409096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5038] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5038/stat : 5038 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310943357584 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5040] ppid=5005 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/5008/task/5040/stat : 5040 (java) S 5005 5008 4966 0 -1 4202560 8347 0 0 0 41 2 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310942304696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5042] ppid=5005 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/5008/task/5042/stat : 5042 (java) S 5005 5008 4966 0 -1 4202560 5960 0 1 0 34 1 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310941251896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5043] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5043/stat : 5043 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310940199288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5045] ppid=5005 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/5008/task/5045/stat : 5045 (java) S 5005 5008 4966 0 -1 4202560 30 0 0 0 3 6 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310939146696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5049] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5049/stat : 5049 (java) S 5005 5008 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957810 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310938093224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 502.78
Current children cumulated vsize (KiB) 9625040

[startup+502.101 s]
/proc/loadavg: 2.08 2.03 1.94 4/213 5257
/proc/meminfo: memFree=31152240/32872528 swapFree=162364/176672
[pid=5008] ppid=5005 vsize=9625040 CPUtime=502.88 cores=0,2,4,6
/proc/5008/stat : 5008 (java) S 5005 5008 4966 0 -1 4202496 18659 0 27 0 50270 18 0 0 20 0 19 0 2957769 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140733433952064 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/5008/statm: 2406260 57071 2273 9 0 2396937 0
[pid=5008/tid=5014] ppid=5005 vsize=9625040 CPUtime=501.67 cores=0,2,4,6
/proc/5008/task/5014/stat : 5014 (java) R 5005 5008 4966 0 -1 4202560 2472 0 7 0 50155 12 0 0 20 0 19 0 2957780 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311727131072 140311565644507 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0
[pid=5008/tid=5016] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5016/stat : 5016 (java) S 5005 5008 4966 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311688625192 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5018] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5018/stat : 5018 (java) S 5005 5008 4966 0 -1 4202560 141 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311687572392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5008/tid=5020] ppid=5005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/5008/task/5020/stat : 5020 (java) S 5005 5008 4966 0 -1 4202560 61 0 0 0 2 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311686519592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=5008/tid=5022] ppid=5005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/5008/task/5022/stat : 5022 (java) S 5005 5008 4966 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311685466792 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5024] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5024/stat : 5024 (java) S 5005 5008 4966 0 -1 4202560 160 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311684413992 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5026] ppid=5005 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/5008/task/5026/stat : 5026 (java) S 5005 5008 4966 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311565167016 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5008/tid=5029] ppid=5005 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/5008/task/5029/stat : 5029 (java) S 5005 5008 4966 0 -1 4202560 145 0 0 0 3 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311564114216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5031] ppid=5005 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/5008/task/5031/stat : 5031 (java) S 5005 5008 4966 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 2957784 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311563061416 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=5008/tid=5032] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5032/stat : 5032 (java) S 5005 5008 4966 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 2957787 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311550864360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5034] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5034/stat : 5034 (java) S 5005 5008 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140311549810424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5036] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5036/stat : 5036 (java) S 5005 5008 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 2957789 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310944409096 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5038] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5038/stat : 5038 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310943357584 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5040] ppid=5005 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/5008/task/5040/stat : 5040 (java) S 5005 5008 4966 0 -1 4202560 8347 0 0 0 41 2 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310942304696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=5008/tid=5042] ppid=5005 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/5008/task/5042/stat : 5042 (java) S 5005 5008 4966 0 -1 4202560 5960 0 1 0 34 1 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310941251896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5043] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5043/stat : 5043 (java) S 5005 5008 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310940199288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5045] ppid=5005 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/5008/task/5045/stat : 5045 (java) S 5005 5008 4966 0 -1 4202560 30 0 0 0 3 6 0 0 20 0 19 0 2957794 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310939146696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=5008/tid=5049] ppid=5005 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/5008/task/5049/stat : 5049 (java) S 5005 5008 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 2957810 9856040960 57071 33554432000 1073741824 1073778376 140733433960928 140310938093224 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 502.88
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 502.196
CPU time (s): 503.142
CPU user time (s): 502.785
CPU system time (s): 0.357945
CPU usage (%): 100.189
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 502.785
system time used= 0.357945
maximum resident set size= 230408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18682
page faults= 27
swaps= 0
block input operations= 10696
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11301
involuntary context switches= 8737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.71974 second user time and 2.05069 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 18:44:38
IDJOB=4088599
IDBENCH=107286
IDSOLVER=2546
FILE ID=node105/4088599-1466009078
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-ECgrid5x60split.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088599-1466009078/watcher-4088599-1466009078 -o /tmp/evaluation-result-4088599-1466009078/solver-4088599-1466009078 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4088599-1466009078.opb

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

MD5SUM BENCH= 5a24b026980bba596e5d6414e45c7c7f
RANDOM SEED=2142610627

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:        31601780 kB
Buffers:           62152 kB
Cached:           317656 kB
SwapCached:            0 kB
Active:            82328 kB
Inactive:         310080 kB
Active(anon):      15272 kB
Inactive(anon):        0 kB
Active(file):      67056 kB
Inactive(file):   310080 kB
Unevictable:      176676 kB
Mlocked:          162496 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1564 kB
Writeback:             0 kB
AnonPages:        190412 kB
Mapped:            13260 kB
Shmem:               204 kB
Slab:             570112 kB
SReclaimable:      14372 kB
SUnreclaim:       555740 kB
KernelStack:        1344 kB
PageTables:         4024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     272740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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 18:53:01