Trace number 4089551

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 346.701 345.064

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid8x9-hard.opb
MD5SUM069d17846b734ed7df8fa288e4746de3
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 benchmark0.011998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72
Total number of constraints145
Number of constraints which are clauses144
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint72
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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 111
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089551-1466027784.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.12	c ... done. Wall clock time 0.022s.
0.11/0.12	c declared #vars     72
0.11/0.12	c #constraints  145
0.11/0.12	c constraints type 
0.11/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 144
0.11/0.12	c 145 constraints processed.
0.51/0.38	c cleaning 2501 clauses out of 5001 with flag 10415/5001
0.82/0.57	c cleaning 4247 clauses out of 8499 with flag 23241/11000
1.11/0.79	c cleaning 5622 clauses out of 11254 with flag 38580/18002
1.42/1.07	c cleaning 6812 clauses out of 13631 with flag 55392/26001
1.75/1.39	c cleaning 7907 clauses out of 15818 with flag 74155/35000
2.15/1.77	c cleaning 8953 clauses out of 17911 with flag 94956/45000
2.66/2.23	c cleaning 9980 clauses out of 19959 with flag 117871/56001
3.25/2.80	c cleaning 10989 clauses out of 21979 with flag 142808/68001
3.95/3.52	c cleaning 11992 clauses out of 23989 with flag 169896/81000
4.65/4.29	c cleaning 12999 clauses out of 25998 with flag 199138/95001
5.55/5.12	c cleaning 13999 clauses out of 27999 with flag 230545/110001
6.55/6.12	c cleaning 15000 clauses out of 29999 with flag 263967/126000
7.55/7.16	c cleaning 16000 clauses out of 32000 with flag 299387/143001
8.65/8.27	c cleaning 17000 clauses out of 33999 with flag 336902/161000
9.95/9.52	c cleaning 17998 clauses out of 35999 with flag 376366/180000
11.25/10.87	c cleaning 18994 clauses out of 38001 with flag 418068/200000
12.65/12.29	c cleaning 20002 clauses out of 40008 with flag 461790/221001
14.24/13.89	c cleaning 21003 clauses out of 42006 with flag 507432/243001
16.04/15.61	c cleaning 22002 clauses out of 44003 with flag 555220/266001
17.95/17.54	c cleaning 22996 clauses out of 46000 with flag 606641/290000
19.75/19.33	c cleaning 24000 clauses out of 48004 with flag 660750/315000
21.75/21.35	c cleaning 25002 clauses out of 50004 with flag 716528/341000
23.85/23.42	c cleaning 25997 clauses out of 52003 with flag 774363/368001
26.05/25.67	c cleaning 27002 clauses out of 54006 with flag 834277/396001
28.24/27.88	c cleaning 27994 clauses out of 56003 with flag 895370/425000
30.74/30.36	c cleaning 28998 clauses out of 58009 with flag 959278/455000
33.35/33.00	c cleaning 30006 clauses out of 60012 with flag 1029000/486001
36.25/35.88	c cleaning 31002 clauses out of 62008 with flag 1097338/518003
39.25/38.80	c cleaning 31996 clauses out of 64004 with flag 1167289/551001
42.65/42.20	c cleaning 33001 clauses out of 66008 with flag 1240063/585001
45.81/45.39	c cleaning 33999 clauses out of 68007 with flag 1315941/620001
49.21/48.75	c cleaning 35000 clauses out of 70007 with flag 1391731/656000
53.32/52.83	c cleaning 36004 clauses out of 72007 with flag 1471343/693000
57.61/57.20	c cleaning 37000 clauses out of 74003 with flag 1552658/731000
62.01/61.56	c cleaning 37999 clauses out of 76003 with flag 1634023/770000
66.21/65.75	c cleaning 39003 clauses out of 78005 with flag 1717320/810001
70.51/70.05	c cleaning 40002 clauses out of 80003 with flag 1803022/851002
75.81/75.37	c cleaning 41000 clauses out of 81999 with flag 1892157/893000
81.71/81.25	c cleaning 42000 clauses out of 84000 with flag 1984142/936001
87.62/87.13	c cleaning 42998 clauses out of 85999 with flag 2075593/980000
93.52/93.08	c cleaning 44001 clauses out of 88001 with flag 2169469/1025000
100.12/99.66	c cleaning 45001 clauses out of 90001 with flag 2265366/1071001
106.61/106.17	c cleaning 45996 clauses out of 91999 with flag 2366143/1118000
114.01/113.52	c cleaning 47002 clauses out of 94004 with flag 2473931/1166001
121.91/121.44	c cleaning 47994 clauses out of 96001 with flag 2583788/1215000
129.79/129.27	c cleaning 49001 clauses out of 98009 with flag 2691988/1265002
137.81/136.97	c cleaning 49999 clauses out of 100007 with flag 2800564/1316001
146.72/145.86	c cleaning 51004 clauses out of 102008 with flag 2914237/1368001
155.33/154.41	c cleaning 52001 clauses out of 104003 with flag 3030196/1421000
164.43/163.55	c cleaning 52997 clauses out of 106002 with flag 3144527/1475000
175.03/174.17	c cleaning 53999 clauses out of 108005 with flag 3266018/1530000
184.74/183.89	c cleaning 55000 clauses out of 110008 with flag 3385979/1586002
193.93/193.07	c cleaning 56000 clauses out of 112007 with flag 3505220/1643001
203.03/202.15	c cleaning 57002 clauses out of 114007 with flag 3631223/1701001
213.24/212.34	c cleaning 58000 clauses out of 116004 with flag 3764790/1760000
225.14/224.21	c cleaning 58999 clauses out of 118004 with flag 3906666/1820000
235.54/234.65	c cleaning 60000 clauses out of 120005 with flag 4033417/1881000
247.50/246.53	c cleaning 60999 clauses out of 122006 with flag 4163125/1943001
258.59/257.67	c cleaning 61999 clauses out of 124008 with flag 4295827/2006002
272.09/271.17	c cleaning 63003 clauses out of 126008 with flag 4432532/2070001
286.49/285.56	c cleaning 64002 clauses out of 128004 with flag 4574451/2135000
299.99/299.02	c cleaning 65000 clauses out of 130003 with flag 4714038/2201001
314.31/313.30	c cleaning 65996 clauses out of 132001 with flag 4856325/2268000
328.49/327.14	c cleaning 67003 clauses out of 134007 with flag 4997774/2336002
340.87/339.43	c cleaning 67996 clauses out of 136002 with flag 5143294/2405001
346.47/345.02	c starts		: 4005
346.47/345.02	c conflicts		: 2445500
346.47/345.02	c decisions		: 2659356
346.47/345.02	c propagations		: 12566938
346.47/345.02	c inspects		: 6249735961
346.47/345.02	c shortcuts		: 0
346.47/345.02	c learnt literals	: 10
346.47/345.02	c learnt binary clauses	: 12
346.47/345.02	c learnt ternary clauses	: 14
346.47/345.02	c learnt constraints	: 2445489
346.47/345.02	c ignored constraints	: 0
346.47/345.02	c root simplifications	: 0
346.47/345.02	c removed literals (reason simplification)	: 0
346.47/345.02	c reason swapping (by a shorter reason)	: 0
346.47/345.02	c Calls to reduceDB	: 65
346.47/345.02	c Number of update (reduction) of LBD	: 75887
346.47/345.02	c Imported unit clauses	: 0
346.47/345.02	c number of reductions to clauses (during analyze)	: 0
346.47/345.02	c number of learned constraints concerned by reduction	: 0
346.47/345.02	c number of learning phase by resolution	: 0
346.47/345.02	c number of learning phase by cutting planes	: 0
346.47/345.02	c speed (assignments/second)	: 36436.574185486184
346.47/345.03	c non guided choices	31
346.47/345.06	c learnt constraints type 
346.47/345.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 12
346.47/345.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108484
346.47/345.06	s UNSATISFIABLE
346.47/345.06	c Total wall clock time (in seconds): 344.955

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-4089551-1466027784/watcher-4089551-1466027784 -o /tmp/evaluation-result-4089551-1466027784/solver-4089551-1466027784 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089551-1466027784.opb 

pid=10063
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.14 2.19 2.18 4/194 10066
/proc/meminfo: memFree=30170944/32872528 swapFree=1243664/1390832
[pid=10066] ppid=10063 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/10066/stat : 10066 (java) S 10063 10066 5929 0 -1 4202496 1307 0 0 0 0 0 0 0 20 0 2 0 4827010 98635776 939 33554432000 1073741824 1073778376 140734767109664 140734767100800 272889839677 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10066/statm: 24081 943 715 9 0 16771 0
[pid=10066/tid=10067] ppid=10063 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10067/stat : 10067 (java) R 10063 10066 5929 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 2 0 4827010 98570240 969 33554432000 1073741824 1073778376 140734767109664 140509534088744 140509536272355 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100023 s]
/proc/loadavg: 2.14 2.19 2.18 4/194 10066
/proc/meminfo: memFree=30170944/32872528 swapFree=1243664/1390832
[pid=10066] ppid=10063 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/10066/stat : 10066 (java) S 10063 10066 5929 0 -1 4202496 4498 0 1 0 10 1 0 0 20 0 18 0 4827010 9787879424 6123 33554432000 1073741824 1073778376 140734767109664 140734767100800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10066/statm: 2389619 6123 2157 9 0 2380296 0
[pid=10066/tid=10067] ppid=10063 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10066/task/10067/stat : 10067 (java) R 10063 10066 5929 0 -1 4202560 2372 0 1 0 7 0 0 0 20 0 18 0 4827010 9787879424 6123 33554432000 1073741824 1073778376 140734767109664 140509534091584 272889865485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 2.14 2.19 2.18 4/194 10066
/proc/meminfo: memFree=30170944/32872528 swapFree=1243664/1390832
[pid=10066] ppid=10063 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/10066/stat : 10066 (java) S 10063 10066 5929 0 -1 4202496 6681 0 1 0 32 1 0 0 20 0 19 0 4827010 9856040960 7483 33554432000 1073741824 1073778376 140734767109664 140734767100800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10066/statm: 2406260 7483 2220 9 0 2396937 0
[pid=10066/tid=10067] ppid=10063 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10066/task/10067/stat : 10067 (java) R 10063 10066 5929 0 -1 4202560 2394 0 1 0 17 0 0 0 20 0 19 0 4827010 9856040960 7483 33554432000 1073741824 1073778376 140734767109664 140509534093952 140509402227741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9625040

[startup+0.30036 s]
/proc/loadavg: 2.14 2.19 2.18 4/194 10066
/proc/meminfo: memFree=30170944/32872528 swapFree=1243664/1390832
[pid=10066] ppid=10063 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/10066/stat : 10066 (java) S 10063 10066 5929 0 -1 4202496 6697 0 1 0 50 1 0 0 20 0 19 0 4827010 9856040960 8010 33554432000 1073741824 1073778376 140734767109664 140734767100800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10066/statm: 2406260 8010 2232 9 0 2396937 0
[pid=10066/tid=10067] ppid=10063 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10066/task/10067/stat : 10067 (java) R 10063 10066 5929 0 -1 4202560 2401 0 1 0 27 0 0 0 20 0 19 0 4827010 9856040960 8010 33554432000 1073741824 1073778376 140734767109664 140509534093480 140509402613156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700257 s]
/proc/loadavg: 2.14 2.19 2.18 4/194 10066
/proc/meminfo: memFree=30170944/32872528 swapFree=1243664/1390832
[pid=10066] ppid=10063 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/10066/stat : 10066 (java) S 10063 10066 5929 0 -1 4202496 8343 0 1 0 110 1 0 0 20 0 19 0 4827010 9856040960 8866 33554432000 1073741824 1073778376 140734767109664 140734767100800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10066/statm: 2406260 8866 2246 9 0 2396937 0
[pid=10066/tid=10067] ppid=10063 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/10066/task/10067/stat : 10067 (java) R 10063 10066 5929 0 -1 4202560 2402 0 1 0 67 0 0 0 20 0 19 0 4827010 9856040960 8866 33554432000 1073741824 1073778376 140734767109664 140509534084784 140509402612690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.14 2.19 2.18 4/213 10085
/proc/meminfo: memFree=30141452/32872528 swapFree=1243664/1390832
[pid=10066] ppid=10063 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/10066/stat : 10066 (java) S 10063 10066 5929 0 -1 4202496 8351 0 1 0 193 2 0 0 20 0 19 0 4827010 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140734767100800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10066/statm: 2406260 9895 2248 9 0 2396937 0
[pid=10066/tid=10067] ppid=10063 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/10066/task/10067/stat : 10067 (java) R 10063 10066 5929 0 -1 4202560 2405 0 1 0 147 0 0 0 20 0 19 0 4827010 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509534093832 140509402536780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10069] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10069/stat : 10069 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509523155752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10070] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10070/stat : 10070 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509522102952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10071] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10071/stat : 10071 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509521050664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10072] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10072/stat : 10072 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509374528424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10073] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10073/stat : 10073 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509373475112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10074] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10074/stat : 10074 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509372422312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10075] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10075/stat : 10075 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509371370024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10076] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10076/stat : 10076 (java) S 10063 10066 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509370317224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10077] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10077/stat : 10077 (java) S 10063 10066 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4827012 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509358119656 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10078] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10078/stat : 10078 (java) S 10063 10066 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509357065720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10079] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10079/stat : 10079 (java) S 10063 10066 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509356013320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10080] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10080/stat : 10080 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509354961808 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10081] ppid=10063 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10066/task/10081/stat : 10081 (java) S 10063 10066 5929 0 -1 4202560 2810 0 0 0 24 0 0 0 20 0 19 0 4827015 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509353908408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10082] ppid=10063 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10066/task/10082/stat : 10082 (java) S 10063 10066 5929 0 -1 4202560 1864 0 0 0 19 0 0 0 20 0 19 0 4827015 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509352855608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10083] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10083/stat : 10083 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509351803512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10084] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10084/stat : 10084 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509350750920 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10085] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10085/stat : 10085 (java) S 10063 10066 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4827023 9856040960 9895 33554432000 1073741824 1073778376 140734767109664 140509349696936 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.14 2.19 2.18 4/213 10085
/proc/meminfo: memFree=30134944/32872528 swapFree=1243664/1390832
[pid=10066] ppid=10063 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/10066/stat : 10066 (java) S 10063 10066 5929 0 -1 4202496 8355 0 1 0 353 2 0 0 20 0 19 0 4827010 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140734767100800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10066/statm: 2406260 11943 2248 9 0 2396937 0
[pid=10066/tid=10067] ppid=10063 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/10066/task/10067/stat : 10067 (java) R 10063 10066 5929 0 -1 4202560 2409 0 1 0 307 0 0 0 20 0 19 0 4827010 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509534084784 140509402612579 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10069] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10069/stat : 10069 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509523155752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10070] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10070/stat : 10070 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509522102952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10071] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10071/stat : 10071 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509521050664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10072] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10072/stat : 10072 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509374528424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10073] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10073/stat : 10073 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509373475112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10074] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10074/stat : 10074 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509372422312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10075] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10075/stat : 10075 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509371370024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10076] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10076/stat : 10076 (java) S 10063 10066 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509370317224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10077] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10077/stat : 10077 (java) S 10063 10066 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4827012 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509358119656 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10078] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10078/stat : 10078 (java) S 10063 10066 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509357065720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10079] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10079/stat : 10079 (java) S 10063 10066 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509356013320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10080] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10080/stat : 10080 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509354961808 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10081] ppid=10063 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10066/task/10081/stat : 10081 (java) S 10063 10066 5929 0 -1 4202560 2810 0 0 0 24 0 0 0 20 0 19 0 4827015 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509353908408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10082] ppid=10063 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/10066/task/10082/stat : 10082 (java) S 10063 10066 5929 0 -1 4202560 1864 0 0 0 19 0 0 0 20 0 19 0 4827015 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509352855608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10083] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10083/stat : 10083 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509351803512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10084] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10084/stat : 10084 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509350750920 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10085] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10085/stat : 10085 (java) S 10063 10066 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4827023 9856040960 11943 33554432000 1073741824 1073778376 140734767109664 140509349696936 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.13 2.18 2.18 3/213 10085
/proc/meminfo: memFree=30120984/32872528 swapFree=1243664/1390832
[pid=10066] ppid=10063 vsize=9625040 CPUtime=6.75 cores=1,3,5,7
/proc/10066/stat : 10066 (java) S 10063 10066 5929 0 -1 4202496 8363 0 1 0 673 2 0 0 20 0 19 0 4827010 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140734767100800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10066/statm: 2406260 14798 2249 9 0 2396937 0
[pid=10066/tid=10067] ppid=10063 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/10066/task/10067/stat : 10067 (java) R 10063 10066 5929 0 -1 4202560 2416 0 1 0 626 1 0 0 20 0 19 0 4827010 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509534084784 140509402559276 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10069] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10069/stat : 10069 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509523155752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10070] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10070/stat : 10070 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509522102952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10071] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10071/stat : 10071 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509521050664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10072] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10072/stat : 10072 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509374528424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10073] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10073/stat : 10073 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509373475112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10074] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10074/stat : 10074 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509372422312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10075] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10075/stat : 10075 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509371370024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10076] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10076/stat : 10076 (java) S 10063 10066 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509370317224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10077] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10077/stat : 10077 (java) S 10063 10066 5929 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4827012 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509358119656 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10078] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10078/stat : 10078 (java) S 10063 10066 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509357065720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10079] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10079/stat : 10079 (java) S 10063 10066 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509356013320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10080] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10080/stat : 10080 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509354961808 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10081] ppid=10063 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/10066/task/10081/stat : 10081 (java) S 10063 10066 5929 0 -1 4202560 2810 0 0 0 24 0 0 0 20 0 19 0 4827015 9856040960 14798 33554432000 1073741824 1073778376 140734767109664 140509353908408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10082] ppid=10063 vsize=9625040 CPUtime=0.19 cores=1,3,5,7

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

[pid=10066/tid=10071] ppid=10063 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10066/task/10071/stat : 10071 (java) S 10063 10066 5929 0 -1 4202560 149 0 0 0 1 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509521050664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10072] ppid=10063 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10066/task/10072/stat : 10072 (java) S 10063 10066 5929 0 -1 4202560 88 0 0 0 4 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509374528424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10073] ppid=10063 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10066/task/10073/stat : 10073 (java) S 10063 10066 5929 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509373475112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10074] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10074/stat : 10074 (java) S 10063 10066 5929 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509372422312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10075] ppid=10063 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10066/task/10075/stat : 10075 (java) S 10063 10066 5929 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509371370024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10076] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10076/stat : 10076 (java) S 10063 10066 5929 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509370317224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10077] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10077/stat : 10077 (java) S 10063 10066 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4827012 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509358119656 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10078] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10078/stat : 10078 (java) S 10063 10066 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509357065720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10079] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10079/stat : 10079 (java) S 10063 10066 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509356013320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10080] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10080/stat : 10080 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509354961808 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10081] ppid=10063 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10066/task/10081/stat : 10081 (java) S 10063 10066 5929 0 -1 4202560 2811 0 0 0 25 0 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509353908408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10082] ppid=10063 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/10066/task/10082/stat : 10082 (java) S 10063 10066 5929 0 -1 4202560 13859 0 0 0 96 2 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509352855608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10083] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10083/stat : 10083 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509351803512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10084] ppid=10063 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10066/task/10084/stat : 10084 (java) S 10063 10066 5929 0 -1 4202560 20 0 0 0 4 8 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509350750920 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10085] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10085/stat : 10085 (java) S 10063 10066 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4827023 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509349696936 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 343.87
Current children cumulated vsize (KiB) 9625040

[startup+344.001 s]
/proc/loadavg: 2.43 2.27 2.20 3/213 10116
/proc/meminfo: memFree=29996604/32872528 swapFree=1243664/1390832
[pid=10066] ppid=10063 vsize=9625040 CPUtime=345.47 cores=1,3,5,7
/proc/10066/stat : 10066 (java) S 10063 10066 5929 0 -1 4202496 21047 0 1 0 34529 18 0 0 20 0 19 0 4827010 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140734767100800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10066/statm: 2406260 54784 2264 9 0 2396937 0
[pid=10066/tid=10067] ppid=10063 vsize=9625040 CPUtime=343.92 cores=1,3,5,7
/proc/10066/task/10067/stat : 10067 (java) R 10063 10066 5929 0 -1 4202560 2479 0 1 0 34383 9 0 0 20 0 19 0 4827010 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509534093744 140509402612690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10069] ppid=10063 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10066/task/10069/stat : 10069 (java) S 10063 10066 5929 0 -1 4202560 174 0 0 0 2 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509523155752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10070] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10070/stat : 10070 (java) S 10063 10066 5929 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509522102952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10071] ppid=10063 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10066/task/10071/stat : 10071 (java) S 10063 10066 5929 0 -1 4202560 149 0 0 0 1 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509521050664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10072] ppid=10063 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10066/task/10072/stat : 10072 (java) S 10063 10066 5929 0 -1 4202560 88 0 0 0 4 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509374528424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10073] ppid=10063 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10066/task/10073/stat : 10073 (java) S 10063 10066 5929 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509373475112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10074] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10074/stat : 10074 (java) S 10063 10066 5929 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509372422312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10075] ppid=10063 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10066/task/10075/stat : 10075 (java) S 10063 10066 5929 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509371370024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10076] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10076/stat : 10076 (java) S 10063 10066 5929 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509370317224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10077] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10077/stat : 10077 (java) S 10063 10066 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4827012 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509358119656 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10078] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10078/stat : 10078 (java) S 10063 10066 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509357065720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10079] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10079/stat : 10079 (java) S 10063 10066 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509356013320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10080] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10080/stat : 10080 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509354961808 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10081] ppid=10063 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10066/task/10081/stat : 10081 (java) S 10063 10066 5929 0 -1 4202560 2811 0 0 0 25 0 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509353908408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10082] ppid=10063 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/10066/task/10082/stat : 10082 (java) S 10063 10066 5929 0 -1 4202560 13859 0 0 0 97 2 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509352855608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10083] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10083/stat : 10083 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509351803512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10084] ppid=10063 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10066/task/10084/stat : 10084 (java) S 10063 10066 5929 0 -1 4202560 20 0 0 0 4 8 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509350750920 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10085] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10085/stat : 10085 (java) S 10063 10066 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4827023 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509349696936 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 345.47
Current children cumulated vsize (KiB) 9625040

[startup+344.801 s]
/proc/loadavg: 2.43 2.27 2.20 3/213 10116
/proc/meminfo: memFree=29996604/32872528 swapFree=1243664/1390832
[pid=10066] ppid=10063 vsize=9625040 CPUtime=346.27 cores=1,3,5,7
/proc/10066/stat : 10066 (java) S 10063 10066 5929 0 -1 4202496 21050 0 1 0 34609 18 0 0 20 0 19 0 4827010 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140734767100800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10066/statm: 2406260 54784 2264 9 0 2396937 0
[pid=10066/tid=10067] ppid=10063 vsize=9625040 CPUtime=344.72 cores=1,3,5,7
/proc/10066/task/10067/stat : 10067 (java) R 10063 10066 5929 0 -1 4202560 2479 0 1 0 34463 9 0 0 20 0 19 0 4827010 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509534091712 140509402531943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10069] ppid=10063 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10066/task/10069/stat : 10069 (java) S 10063 10066 5929 0 -1 4202560 174 0 0 0 2 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509523155752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10070] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10070/stat : 10070 (java) S 10063 10066 5929 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509522102952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10071] ppid=10063 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10066/task/10071/stat : 10071 (java) S 10063 10066 5929 0 -1 4202560 149 0 0 0 1 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509521050664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10072] ppid=10063 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10066/task/10072/stat : 10072 (java) S 10063 10066 5929 0 -1 4202560 88 0 0 0 4 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509374528424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10073] ppid=10063 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10066/task/10073/stat : 10073 (java) S 10063 10066 5929 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509373475112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10074] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10074/stat : 10074 (java) S 10063 10066 5929 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509372422312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10075] ppid=10063 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10066/task/10075/stat : 10075 (java) S 10063 10066 5929 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509371370024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10076] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10076/stat : 10076 (java) S 10063 10066 5929 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509370317224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10077] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10077/stat : 10077 (java) S 10063 10066 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4827012 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509358119656 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10078] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10078/stat : 10078 (java) S 10063 10066 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509357065720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10079] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10079/stat : 10079 (java) S 10063 10066 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509356013320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10080] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10080/stat : 10080 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509354961808 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10081] ppid=10063 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10066/task/10081/stat : 10081 (java) S 10063 10066 5929 0 -1 4202560 2811 0 0 0 25 0 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509353908408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10082] ppid=10063 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/10066/task/10082/stat : 10082 (java) S 10063 10066 5929 0 -1 4202560 13859 0 0 0 97 2 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509352855608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10083] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10083/stat : 10083 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509351803512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10084] ppid=10063 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10066/task/10084/stat : 10084 (java) S 10063 10066 5929 0 -1 4202560 22 0 0 0 4 8 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509350750920 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10085] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10085/stat : 10085 (java) S 10063 10066 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4827023 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509349696936 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 346.27
Current children cumulated vsize (KiB) 9625040

[startup+345.001 s]
/proc/loadavg: 2.43 2.27 2.20 3/213 10116
/proc/meminfo: memFree=29996604/32872528 swapFree=1243664/1390832
[pid=10066] ppid=10063 vsize=9625040 CPUtime=346.47 cores=1,3,5,7
/proc/10066/stat : 10066 (java) S 10063 10066 5929 0 -1 4202496 21050 0 1 0 34629 18 0 0 20 0 19 0 4827010 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140734767100800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/10066/statm: 2406260 54784 2264 9 0 2396937 0
[pid=10066/tid=10067] ppid=10063 vsize=9625040 CPUtime=344.92 cores=1,3,5,7
/proc/10066/task/10067/stat : 10067 (java) R 10063 10066 5929 0 -1 4202560 2479 0 1 0 34483 9 0 0 20 0 19 0 4827010 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509534091712 140509402559313 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10069] ppid=10063 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/10066/task/10069/stat : 10069 (java) S 10063 10066 5929 0 -1 4202560 174 0 0 0 2 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509523155752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10066/tid=10070] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10070/stat : 10070 (java) S 10063 10066 5929 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509522102952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10071] ppid=10063 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10066/task/10071/stat : 10071 (java) S 10063 10066 5929 0 -1 4202560 149 0 0 0 1 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509521050664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10072] ppid=10063 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/10066/task/10072/stat : 10072 (java) S 10063 10066 5929 0 -1 4202560 88 0 0 0 4 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509374528424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10073] ppid=10063 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10066/task/10073/stat : 10073 (java) S 10063 10066 5929 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509373475112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10074] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10074/stat : 10074 (java) S 10063 10066 5929 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509372422312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10075] ppid=10063 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/10066/task/10075/stat : 10075 (java) S 10063 10066 5929 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509371370024 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10076] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10076/stat : 10076 (java) S 10063 10066 5929 0 -1 4202560 126 0 0 0 0 0 0 0 20 0 19 0 4827011 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509370317224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10077] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10077/stat : 10077 (java) S 10063 10066 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4827012 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509358119656 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10078] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10078/stat : 10078 (java) S 10063 10066 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509357065720 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10079] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10079/stat : 10079 (java) S 10063 10066 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4827013 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509356013320 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10080] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10080/stat : 10080 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509354961808 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10081] ppid=10063 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/10066/task/10081/stat : 10081 (java) S 10063 10066 5929 0 -1 4202560 2811 0 0 0 25 0 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509353908408 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10082] ppid=10063 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/10066/task/10082/stat : 10082 (java) S 10063 10066 5929 0 -1 4202560 13859 0 0 0 97 2 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509352855608 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10066/tid=10083] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10083/stat : 10083 (java) S 10063 10066 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509351803512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10066/tid=10084] ppid=10063 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/10066/task/10084/stat : 10084 (java) S 10063 10066 5929 0 -1 4202560 22 0 0 0 4 8 0 0 20 0 19 0 4827015 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509350750920 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10066/tid=10085] ppid=10063 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10066/task/10085/stat : 10085 (java) S 10063 10066 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4827023 9856040960 54784 33554432000 1073741824 1073778376 140734767109664 140509349696936 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 346.47
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 345.064
CPU time (s): 346.701
CPU user time (s): 346.379
CPU system time (s): 0.321951
CPU usage (%): 100.475
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 346.379
system time used= 0.321951
maximum resident set size= 223408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21075
page faults= 1
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7605
involuntary context switches= 709

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.35764 second user time and 3.24951 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-15 23:56:24
IDJOB=4089551
IDBENCH=107422
IDSOLVER=2546
FILE ID=node119/4089551-1466027784
RUNJOBID= node119-1466012072-5946
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid8x9-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089551-1466027784/watcher-4089551-1466027784 -o /tmp/evaluation-result-4089551-1466027784/solver-4089551-1466027784 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466012072-5946 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089551-1466027784.opb

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

MD5SUM BENCH= 069d17846b734ed7df8fa288e4746de3
RANDOM SEED=918395599

node119.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.456
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	: 5332.91
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.456
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.456
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.456
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.456
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.456
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.456
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.56
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.456
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:        30171480 kB
Buffers:           23692 kB
Cached:            94932 kB
SwapCached:        14200 kB
Active:           501916 kB
Inactive:         106700 kB
Active(anon):     478520 kB
Inactive(anon):    14104 kB
Active(file):      23396 kB
Inactive(file):    92596 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:               800 kB
Writeback:             0 kB
AnonPages:       1868112 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             565884 kB
SReclaimable:       9488 kB
SUnreclaim:       556396 kB
KernelStack:        1600 kB
PageTables:         8104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2036524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 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= 71736 MiB
End job on node119 at 2016-06-16 00:02:09