Trace number 4085451

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPT1 344.42 343.942

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark201.333
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085451-1465244909.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.14	c ... done. Wall clock time 0.022s.
0.09/0.14	c declared #vars     94
0.09/0.14	c #constraints  8
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.09/0.14	c 8 constraints processed.
0.09/0.14	c objective function length is 64 literals
0.75/0.50	c cleaning 2497 clauses out of 5001 with flag 10153/5001
1.14/0.88	c cleaning 4247 clauses out of 8504 with flag 22269/11001
1.76/1.44	c cleaning 5618 clauses out of 11256 with flag 36387/18000
2.47/2.19	c cleaning 6809 clauses out of 13638 with flag 52448/26000
3.49/3.16	c cleaning 7905 clauses out of 15829 with flag 70548/35000
4.69/4.38	c cleaning 8958 clauses out of 17926 with flag 90996/45002
6.19/5.87	c cleaning 9974 clauses out of 19966 with flag 113360/56000
7.99/7.67	c cleaning 10988 clauses out of 21992 with flag 137730/68000
10.19/9.82	c cleaning 11993 clauses out of 24005 with flag 164173/81001
12.49/12.17	c cleaning 12996 clauses out of 26012 with flag 192353/95001
15.18/14.88	c cleaning 14001 clauses out of 28018 with flag 222529/110003
18.38/18.02	c cleaning 15000 clauses out of 30017 with flag 254671/126003
21.88/21.57	c cleaning 15997 clauses out of 32014 with flag 288814/143000
25.70/25.39	c cleaning 17004 clauses out of 34019 with flag 324995/161002
30.10/29.73	c cleaning 18000 clauses out of 36014 with flag 363124/180001
34.99/34.68	c cleaning 18997 clauses out of 38014 with flag 403301/200001
40.29/39.95	c cleaning 19998 clauses out of 40018 with flag 445448/221002
46.19/45.89	c cleaning 21001 clauses out of 42019 with flag 489615/243001
52.69/52.32	c cleaning 21999 clauses out of 44017 with flag 535835/266000
59.79/59.42	c cleaning 23003 clauses out of 46019 with flag 584125/290001
67.60/67.29	c cleaning 23999 clauses out of 48016 with flag 634375/315001
75.99/75.68	c cleaning 24998 clauses out of 50016 with flag 686638/341000
76.19/75.83	c SATISFIABLE
76.19/75.83	c OPTIMIZING...
76.19/75.83	c Got one! Elapsed wall clock time (in seconds):75.716
76.19/75.83	o 149
77.55/77.18	c cleaning 15336 clauses out of 30687 with flag 10133/346669
78.55/78.18	c cleaning 10665 clauses out of 21350 with flag 22224/352668
79.44/79.05	c cleaning 8839 clauses out of 17683 with flag 36328/359666
80.34/79.98	c cleaning 8414 clauses out of 16844 with flag 52430/367666
81.34/81.00	c cleaning 8711 clauses out of 17432 with flag 70573/376668
82.64/82.22	c cleaning 9354 clauses out of 18721 with flag 90765/386668
84.05/83.64	c cleaning 10172 clauses out of 20366 with flag 112933/397667
85.74/85.33	c cleaning 11089 clauses out of 22194 with flag 137125/409667
87.64/87.26	c cleaning 12041 clauses out of 24105 with flag 163347/422667
89.94/89.58	c cleaning 13023 clauses out of 26066 with flag 191488/436669
92.64/92.21	c cleaning 14014 clauses out of 28041 with flag 221682/451667
95.74/95.35	c cleaning 15005 clauses out of 30027 with flag 253889/467667
99.24/98.84	c cleaning 16000 clauses out of 32023 with flag 288099/484668
100.74/100.39	c Got one! Elapsed wall clock time (in seconds):100.278
100.74/100.39	o 117
101.84/101.50	c cleaning 14963 clauses out of 29946 with flag 10073/498591
102.75/102.35	c cleaning 10482 clauses out of 20983 with flag 22202/504591
103.54/103.17	c cleaning 8745 clauses out of 17504 with flag 36315/511594
104.44/104.02	c cleaning 8371 clauses out of 16756 with flag 52409/519591
105.44/105.00	c cleaning 8681 clauses out of 17385 with flag 70547/528591
106.54/106.19	c cleaning 9340 clauses out of 18704 with flag 90829/538591
107.94/107.60	c cleaning 10173 clauses out of 20364 with flag 113093/549591
109.64/109.25	c cleaning 11086 clauses out of 22192 with flag 137341/561592
111.54/111.16	c cleaning 12038 clauses out of 24105 with flag 163627/574591
113.74/113.37	c cleaning 13024 clauses out of 26067 with flag 191796/588591
116.33/115.91	c cleaning 14013 clauses out of 28044 with flag 221990/603592
119.13/118.73	c cleaning 15007 clauses out of 30031 with flag 254180/619592
122.43/122.04	c cleaning 15997 clauses out of 32023 with flag 288395/636591
126.23/125.89	c cleaning 17005 clauses out of 34026 with flag 324997/654591
130.35/129.92	c cleaning 18002 clauses out of 36021 with flag 363406/673591
134.94/134.54	c cleaning 19001 clauses out of 38020 with flag 403665/693592
140.04/139.66	c cleaning 20001 clauses out of 40019 with flag 446091/714592
145.65/145.27	c cleaning 20997 clauses out of 42017 with flag 490610/736591
151.34/150.90	c cleaning 22004 clauses out of 44020 with flag 537140/759591
157.54/157.10	c cleaning 22996 clauses out of 46016 with flag 585734/783591
164.24/163.89	c cleaning 24001 clauses out of 48020 with flag 636222/808591
171.94/171.54	c cleaning 25001 clauses out of 50021 with flag 688780/834593
180.04/179.65	c cleaning 25998 clauses out of 52018 with flag 743250/861591
189.04/188.62	c cleaning 27003 clauses out of 54020 with flag 799662/889591
198.64/198.24	c cleaning 27999 clauses out of 56018 with flag 858037/918592
208.95/208.52	c cleaning 29004 clauses out of 58019 with flag 918371/948592
220.25/219.86	c cleaning 29997 clauses out of 60015 with flag 980701/979592
233.05/232.69	c cleaning 30998 clauses out of 62017 with flag 1045020/1011591
246.55/246.11	c cleaning 32001 clauses out of 64019 with flag 1111402/1044591
261.89/261.41	c cleaning 32996 clauses out of 66018 with flag 1179820/1078591
276.11/275.65	c cleaning 33997 clauses out of 68023 with flag 1250216/1113592
291.11/290.63	c cleaning 35005 clauses out of 70025 with flag 1323235/1149591
306.72/306.24	c cleaning 35999 clauses out of 72020 with flag 1398078/1186591
322.82/322.33	c cleaning 37000 clauses out of 74021 with flag 1474988/1224591
340.43/339.92	c cleaning 38000 clauses out of 76021 with flag 1553963/1263591
344.22/343.75	c Got one! Elapsed wall clock time (in seconds):343.632
344.22/343.75	o 1
344.42/343.93	c starts		: 5
344.42/343.93	c conflicts		: 1276149
344.42/343.93	c decisions		: 1285035
344.42/343.93	c propagations		: 8424110
344.42/343.93	c inspects		: 8922065584
344.42/343.93	c shortcuts		: 0
344.42/343.93	c learnt literals	: 0
344.42/343.93	c learnt binary clauses	: 0
344.42/343.93	c learnt ternary clauses	: 0
344.42/343.93	c learnt constraints	: 1276149
344.42/343.93	c ignored constraints	: 0
344.42/343.93	c root simplifications	: 0
344.42/343.93	c removed literals (reason simplification)	: 0
344.42/343.93	c reason swapping (by a shorter reason)	: 0
344.42/343.93	c Calls to reduceDB	: 70
344.42/343.93	c Number of update (reduction) of LBD	: 13826
344.42/343.93	c Imported unit clauses	: 0
344.42/343.93	c number of reductions to clauses (during analyze)	: 0
344.42/343.93	c number of learned constraints concerned by reduction	: 0
344.42/343.93	c number of learning phase by resolution	: 0
344.42/343.93	c number of learning phase by cutting planes	: 0
344.42/343.93	c speed (assignments/second)	: 24503.22284145249
344.42/343.93	c non guided choices	42
344.42/343.93	c learnt constraints type 
344.42/343.93	s OPTIMUM FOUND
344.42/343.93	c Found 3 solution(s)
344.42/343.93	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 x67 -x68 -x69 -x70 x71 -x72 x73 x74 -x75 -x76 x77 x78 x79 x80 x81 -x82 x83 x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 x92 x93 x94 
344.42/343.94	c objective function=1
344.42/343.94	c Total wall clock time (in seconds): 343.822

Verifier Data

OK	1

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-4085451-1465244909/watcher-4085451-1465244909 -o /tmp/evaluation-result-4085451-1465244909/solver-4085451-1465244909 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085451-1465244909.opb 

pid=5058
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.20 2.25 2.22 4/194 5061
/proc/meminfo: memFree=29905680/32872528 swapFree=15844/1710320
[pid=5061] ppid=5058 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/5061/stat : 5061 (java) R 5058 5061 32365 0 -1 4202496 422 0 0 0 0 0 0 0 20 0 1 0 106423219 9445376 92 33554432000 1073741824 1073778376 140733257201104 140733257198232 240555957542 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/5061/statm: 2306 93 75 9 0 38 0

[startup+0.100063 s]
/proc/loadavg: 2.20 2.25 2.22 4/194 5061
/proc/meminfo: memFree=29905680/32872528 swapFree=15844/1710320
[pid=5061] ppid=5058 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/5061/stat : 5061 (java) S 5058 5061 32365 0 -1 4202496 4393 0 1 0 8 1 0 0 20 0 18 0 106423219 9787879424 6024 33554432000 1073741824 1073778376 140733257201104 140733257192240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5061/statm: 2389619 6024 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200234 s]
/proc/loadavg: 2.20 2.25 2.22 4/194 5061
/proc/meminfo: memFree=29905680/32872528 swapFree=15844/1710320
[pid=5061] ppid=5058 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/5061/stat : 5061 (java) S 5058 5061 32365 0 -1 4202496 7283 0 1 0 28 1 0 0 20 0 19 0 106423219 9856040960 8241 33554432000 1073741824 1073778376 140733257201104 140733257192240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5061/statm: 2406260 8244 2215 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300252 s]
/proc/loadavg: 2.20 2.25 2.22 4/194 5061
/proc/meminfo: memFree=29905680/32872528 swapFree=15844/1710320
[pid=5061] ppid=5058 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/5061/stat : 5061 (java) S 5058 5061 32365 0 -1 4202496 7688 0 1 0 51 1 0 0 20 0 19 0 106423219 9856040960 8215 33554432000 1073741824 1073778376 140733257201104 140733257192240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5061/statm: 2406260 8215 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700212 s]
/proc/loadavg: 2.20 2.25 2.22 4/194 5061
/proc/meminfo: memFree=29905680/32872528 swapFree=15844/1710320
[pid=5061] ppid=5058 vsize=9625040 CPUtime=1.04 cores=1,3,5,7
/proc/5061/stat : 5061 (java) S 5058 5061 32365 0 -1 4202496 8826 0 1 0 102 2 0 0 20 0 19 0 106423219 9856040960 8785 33554432000 1073741824 1073778376 140733257201104 140733257192240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5061/statm: 2406260 8785 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.18 2.25 2.21 4/213 5080
/proc/meminfo: memFree=29876320/32872528 swapFree=15844/1710320
[pid=5061] ppid=5058 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/5061/stat : 5061 (java) S 5058 5061 32365 0 -1 4202496 8832 0 1 0 185 2 0 0 20 0 19 0 106423219 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140733257192240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5061/statm: 2406260 9812 2247 9 0 2396937 0
[pid=5061/tid=5063] ppid=5058 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/5061/task/5063/stat : 5063 (java) R 5058 5061 32365 0 -1 4202560 2410 0 1 0 145 1 0 0 20 0 19 0 106423220 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706609331920 140706434217837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5064] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5064/stat : 5064 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706570832296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5065] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5065/stat : 5065 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706569779752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5061/tid=5066] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5066/stat : 5066 (java) S 5058 5061 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706568726696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5067] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5067/stat : 5067 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706567674152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5068] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5068/stat : 5068 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706566622120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5069] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5069/stat : 5069 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706565569576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5070] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5070/stat : 5070 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706564516520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5071] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5071/stat : 5071 (java) S 5058 5061 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706563463976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5072] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5072/stat : 5072 (java) S 5058 5061 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106423222 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706432670056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5061/tid=5073] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5073/stat : 5073 (java) S 5058 5061 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706431616376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5074] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5074/stat : 5074 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706430563208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5075] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5075/stat : 5075 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706429511952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5076] ppid=5058 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/5061/task/5076/stat : 5076 (java) S 5058 5061 32365 0 -1 4202560 2121 0 0 0 16 0 0 0 20 0 19 0 106423225 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706428459832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5077] ppid=5058 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/5061/task/5077/stat : 5077 (java) S 5058 5061 32365 0 -1 4202560 3028 0 0 0 20 0 0 0 20 0 19 0 106423225 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706427407288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5078] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5078/stat : 5078 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706426354424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5079] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5079/stat : 5079 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706425302088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5080] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5080/stat : 5080 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423233 9856040960 9812 33554432000 1073741824 1073778376 140733257201104 140706424247336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.18 2.25 2.21 4/213 5080
/proc/meminfo: memFree=29871868/32872528 swapFree=15844/1710320
[pid=5061] ppid=5058 vsize=9625040 CPUtime=3.49 cores=1,3,5,7
/proc/5061/stat : 5061 (java) S 5058 5061 32365 0 -1 4202496 8835 0 1 0 347 2 0 0 20 0 19 0 106423219 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140733257192240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5061/statm: 2406260 10837 2247 9 0 2396937 0
[pid=5061/tid=5063] ppid=5058 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/5061/task/5063/stat : 5063 (java) R 5058 5061 32365 0 -1 4202560 2412 0 1 0 304 1 0 0 20 0 19 0 106423220 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706609340696 140706434254067 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5064] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5064/stat : 5064 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706570832296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5065] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5065/stat : 5065 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706569779752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5061/tid=5066] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5066/stat : 5066 (java) S 5058 5061 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706568726696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5067] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5067/stat : 5067 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706567674152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5068] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5068/stat : 5068 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706566622120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5069] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5069/stat : 5069 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706565569576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5070] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5070/stat : 5070 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706564516520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5071] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5071/stat : 5071 (java) S 5058 5061 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706563463976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5072] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5072/stat : 5072 (java) S 5058 5061 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106423222 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706432670056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5073] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5073/stat : 5073 (java) S 5058 5061 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706431616376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5074] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5074/stat : 5074 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706430563208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5075] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5075/stat : 5075 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706429511952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5076] ppid=5058 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/5061/task/5076/stat : 5076 (java) S 5058 5061 32365 0 -1 4202560 2122 0 0 0 17 0 0 0 20 0 19 0 106423225 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706428459832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5077] ppid=5058 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5061/task/5077/stat : 5077 (java) S 5058 5061 32365 0 -1 4202560 3028 0 0 0 21 0 0 0 20 0 19 0 106423225 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706427407288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5078] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5078/stat : 5078 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706426354424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5079] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5079/stat : 5079 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706425302088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5080] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5080/stat : 5080 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423233 9856040960 10837 33554432000 1073741824 1073778376 140733257201104 140706424247336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.18 2.25 2.21 3/213 5080
/proc/meminfo: memFree=29865600/32872528 swapFree=15844/1710320
[pid=5061] ppid=5058 vsize=9625040 CPUtime=6.69 cores=1,3,5,7
/proc/5061/stat : 5061 (java) S 5058 5061 32365 0 -1 4202496 8840 0 1 0 667 2 0 0 20 0 19 0 106423219 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140733257192240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5061/statm: 2406260 12320 2248 9 0 2396937 0
[pid=5061/tid=5063] ppid=5058 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/5061/task/5063/stat : 5063 (java) R 5058 5061 32365 0 -1 4202560 2416 0 1 0 624 1 0 0 20 0 19 0 106423220 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706609331920 140706434254067 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5064] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5064/stat : 5064 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706570832296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5065] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5065/stat : 5065 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706569779752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5061/tid=5066] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5066/stat : 5066 (java) S 5058 5061 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706568726696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5067] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5067/stat : 5067 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706567674152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5068] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5068/stat : 5068 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706566622120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5069] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5069/stat : 5069 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706565569576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5070] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5070/stat : 5070 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706564516520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5071] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5071/stat : 5071 (java) S 5058 5061 32365 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706563463976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5072] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5072/stat : 5072 (java) S 5058 5061 32365 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106423222 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706432670056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5073] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5073/stat : 5073 (java) S 5058 5061 32365 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706431616376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5074] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5074/stat : 5074 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706430563208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5075] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5075/stat : 5075 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706429511952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5076] ppid=5058 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/5061/task/5076/stat : 5076 (java) S 5058 5061 32365 0 -1 4202560 2122 0 0 0 17 0 0 0 20 0 19 0 106423225 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706428459832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5077] ppid=5058 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/5061/task/5077/stat : 5077 (java) S 5058 5061 32365 0 -1 4202560 3028 0 0 0 21 0 0 0 20 0 19 0 106423225 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706427407288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5078] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5078/stat : 5078 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706426354424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5079] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5079/stat : 5079 (java) S 5058 5061 32365 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706425302088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5080] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5080/stat : 5080 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423233 9856040960 12320 33554432000 1073741824 1073778376 140733257201104 140706424247336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 9625040


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

[pid=5061/tid=5073] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5073/stat : 5073 (java) S 5058 5061 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706431616376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5074] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5074/stat : 5074 (java) S 5058 5061 32365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706430563208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5075] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5075/stat : 5075 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706429511952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5076] ppid=5058 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/5061/task/5076/stat : 5076 (java) S 5058 5061 32365 0 -1 4202560 2122 0 0 0 17 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706428459832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5077] ppid=5058 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/5061/task/5077/stat : 5077 (java) S 5058 5061 32365 0 -1 4202560 4086 0 0 0 29 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706427407288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5078] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5078/stat : 5078 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706426354424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5079] ppid=5058 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5061/task/5079/stat : 5079 (java) S 5058 5061 32365 0 -1 4202560 22 0 0 0 3 5 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706425302088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5080] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5080/stat : 5080 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423233 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706424247336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 343.73
Current children cumulated vsize (KiB) 9625040

[startup+343.601 s]
/proc/loadavg: 2.24 2.25 2.22 3/213 5089
/proc/meminfo: memFree=29737552/32872528 swapFree=15844/1710320
[pid=5061] ppid=5058 vsize=9625040 CPUtime=344.12 cores=1,3,5,7
/proc/5061/stat : 5061 (java) S 5058 5061 32365 0 -1 4202496 10024 0 1 0 34402 10 0 0 20 0 19 0 106423219 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140733257192240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5061/statm: 2406260 43592 2263 9 0 2396937 0
[pid=5061/tid=5063] ppid=5058 vsize=9625040 CPUtime=342.65 cores=1,3,5,7
/proc/5061/task/5063/stat : 5063 (java) R 5058 5061 32365 0 -1 4202560 2479 0 1 0 34257 8 0 0 20 0 19 0 106423220 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706609331904 140706434254067 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5061/tid=5064] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5064/stat : 5064 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706570832296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5065] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5065/stat : 5065 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706569779752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5061/tid=5066] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5066/stat : 5066 (java) S 5058 5061 32365 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706568726696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5061/tid=5067] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5067/stat : 5067 (java) S 5058 5061 32365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706567674152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5068] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5068/stat : 5068 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706566622120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5069] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5069/stat : 5069 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706565569576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5070] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5070/stat : 5070 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706564516520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5071] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5071/stat : 5071 (java) S 5058 5061 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706563463976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5072] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5072/stat : 5072 (java) S 5058 5061 32365 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 106423222 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706432670056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5073] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5073/stat : 5073 (java) S 5058 5061 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706431616376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5074] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5074/stat : 5074 (java) S 5058 5061 32365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706430563208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5075] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5075/stat : 5075 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706429511952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5076] ppid=5058 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/5061/task/5076/stat : 5076 (java) S 5058 5061 32365 0 -1 4202560 2122 0 0 0 17 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706428459832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5077] ppid=5058 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/5061/task/5077/stat : 5077 (java) S 5058 5061 32365 0 -1 4202560 4086 0 0 0 29 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706427407288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5078] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5078/stat : 5078 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706426354424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5079] ppid=5058 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5061/task/5079/stat : 5079 (java) S 5058 5061 32365 0 -1 4202560 22 0 0 0 3 5 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706425302088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5080] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5080/stat : 5080 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423233 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706424247336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 344.12
Current children cumulated vsize (KiB) 9625040

[startup+343.801 s]
/proc/loadavg: 2.24 2.25 2.22 3/213 5089
/proc/meminfo: memFree=29737552/32872528 swapFree=15844/1710320
[pid=5061] ppid=5058 vsize=9625040 CPUtime=344.32 cores=1,3,5,7
/proc/5061/stat : 5061 (java) S 5058 5061 32365 0 -1 4202496 10024 0 1 0 34422 10 0 0 20 0 19 0 106423219 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140733257192240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5061/statm: 2406260 43592 2263 9 0 2396937 0
[pid=5061/tid=5063] ppid=5058 vsize=9625040 CPUtime=342.85 cores=1,3,5,7
/proc/5061/task/5063/stat : 5063 (java) R 5058 5061 32365 0 -1 4202560 2479 0 1 0 34277 8 0 0 20 0 19 0 106423220 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706609332528 140706434309584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5061/tid=5064] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5064/stat : 5064 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706570832296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5065] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5065/stat : 5065 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706569779752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5061/tid=5066] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5066/stat : 5066 (java) S 5058 5061 32365 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706568726696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5061/tid=5067] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5067/stat : 5067 (java) S 5058 5061 32365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706567674152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5068] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5068/stat : 5068 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706566622120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5069] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5069/stat : 5069 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706565569576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5070] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5070/stat : 5070 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706564516520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5071] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5071/stat : 5071 (java) S 5058 5061 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706563463976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5072] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5072/stat : 5072 (java) S 5058 5061 32365 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 106423222 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706432670056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5073] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5073/stat : 5073 (java) S 5058 5061 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706431616376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5074] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5074/stat : 5074 (java) S 5058 5061 32365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706430563208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5075] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5075/stat : 5075 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706429511952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5076] ppid=5058 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/5061/task/5076/stat : 5076 (java) S 5058 5061 32365 0 -1 4202560 2122 0 0 0 17 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706428459832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5077] ppid=5058 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/5061/task/5077/stat : 5077 (java) S 5058 5061 32365 0 -1 4202560 4086 0 0 0 29 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706427407288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5078] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5078/stat : 5078 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706426354424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5079] ppid=5058 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5061/task/5079/stat : 5079 (java) S 5058 5061 32365 0 -1 4202560 22 0 0 0 3 5 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706425302088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5080] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5080/stat : 5080 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423233 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706424247336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 344.32
Current children cumulated vsize (KiB) 9625040

[startup+343.901 s]
/proc/loadavg: 2.24 2.25 2.22 3/213 5089
/proc/meminfo: memFree=29737552/32872528 swapFree=15844/1710320
[pid=5061] ppid=5058 vsize=9625040 CPUtime=344.42 cores=1,3,5,7
/proc/5061/stat : 5061 (java) S 5058 5061 32365 0 -1 4202496 10026 0 1 0 34432 10 0 0 20 0 19 0 106423219 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140733257192240 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/5061/statm: 2406260 43592 2263 9 0 2396937 0
[pid=5061/tid=5063] ppid=5058 vsize=9625040 CPUtime=342.95 cores=1,3,5,7
/proc/5061/task/5063/stat : 5063 (java) R 5058 5061 32365 0 -1 4202560 2479 0 1 0 34287 8 0 0 20 0 19 0 106423220 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706609332528 140706434309936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5061/tid=5064] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5064/stat : 5064 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706570832296 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5065] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5065/stat : 5065 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706569779752 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5061/tid=5066] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5066/stat : 5066 (java) S 5058 5061 32365 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706568726696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5061/tid=5067] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5067/stat : 5067 (java) S 5058 5061 32365 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706567674152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5068] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5068/stat : 5068 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706566622120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5069] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5069/stat : 5069 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706565569576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5061/tid=5070] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5070/stat : 5070 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706564516520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5071] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5071/stat : 5071 (java) S 5058 5061 32365 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106423221 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706563463976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5072] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5072/stat : 5072 (java) S 5058 5061 32365 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 106423222 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706432670056 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5073] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5073/stat : 5073 (java) S 5058 5061 32365 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706431616376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5074] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5074/stat : 5074 (java) S 5058 5061 32365 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 106423223 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706430563208 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5075] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5075/stat : 5075 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706429511952 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5076] ppid=5058 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/5061/task/5076/stat : 5076 (java) S 5058 5061 32365 0 -1 4202560 2123 0 0 0 18 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706428459832 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5061/tid=5077] ppid=5058 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/5061/task/5077/stat : 5077 (java) S 5058 5061 32365 0 -1 4202560 4087 0 0 0 29 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706427407288 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5078] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5078/stat : 5078 (java) S 5058 5061 32365 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706426354424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5079] ppid=5058 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/5061/task/5079/stat : 5079 (java) S 5058 5061 32365 0 -1 4202560 22 0 0 0 3 5 0 0 20 0 19 0 106423225 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706425302088 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5061/tid=5080] ppid=5058 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/5061/task/5080/stat : 5080 (java) S 5058 5061 32365 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106423233 9856040960 43592 33554432000 1073741824 1073778376 140733257201104 140706424247336 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 344.42
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5061 and gives
#  childrusage.ru_utime.tv_sec=343
#  childrusage.ru_utime.tv_usec=451787
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=170974
# CPU time returned by wait4() is 343.623
# while last known CPU time is 344.42
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 343.942
CPU time (s): 344.42
CPU user time (s): 344.32
CPU system time (s): 0.1
CPU usage (%): 100.139
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 343.452
system time used= 0.170974
maximum resident set size= 174416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10043
page faults= 1
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7523
involuntary context switches= 571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.39864 second user time and 3.21951 second system time

The end

Launcher Data

Begin job on node146 at 2016-06-06 22:28:29
IDJOB=4085451
IDBENCH=2928
IDSOLVER=2546
FILE ID=node146/4085451-1465244909
RUNJOBID= node146-1465217554-32382
PBS_JOBID= 19843206
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085451-1465244909/watcher-4085451-1465244909 -o /tmp/evaluation-result-4085451-1465244909/solver-4085451-1465244909 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node146-1465217554-32382 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085451-1465244909.opb

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=2079823883

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29905852 kB
Buffers:           38568 kB
Cached:           254112 kB
SwapCached:         1468 kB
Active:           322856 kB
Inactive:         230488 kB
Active(anon):     261444 kB
Inactive(anon):     1608 kB
Active(file):      61412 kB
Inactive(file):   228880 kB
Unevictable:     1710320 kB
Mlocked:           15844 kB
SwapTotal:      67108856 kB
SwapFree:       67099280 kB
Dirty:               912 kB
Writeback:             0 kB
AnonPages:       1969920 kB
Mapped:            15248 kB
Shmem:                 0 kB
Slab:             569604 kB
SReclaimable:      12876 kB
SUnreclaim:       556728 kB
KernelStack:        1568 kB
PageTables:         8072 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2398972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1941504 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= 71732 MiB
End job on node146 at 2016-06-06 22:34:13