Trace number 4089467

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.892 344.822

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid4x19.opb
MD5SUM2b58d4d94191856cd49b2ad987cb4392
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.002999
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables76
Total number of constraints153
Number of constraints which are clauses152
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 constraint76
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 114
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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4089467-1466026456.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  no objective function found
0.12/0.12	c ... done. Wall clock time 0.022s.
0.12/0.12	c declared #vars     76
0.12/0.12	c #constraints  153
0.12/0.12	c constraints type 
0.12/0.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.12/0.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 152
0.12/0.12	c 153 constraints processed.
0.50/0.37	c cleaning 2500 clauses out of 5000 with flag 10414/5000
0.81/0.55	c cleaning 4251 clauses out of 8501 with flag 22934/11001
1.05/0.74	c cleaning 5620 clauses out of 11249 with flag 37793/18000
1.31/0.97	c cleaning 6815 clauses out of 13631 with flag 55296/26002
1.64/1.24	c cleaning 7908 clauses out of 15816 with flag 74573/35002
2.03/1.62	c cleaning 8951 clauses out of 17907 with flag 95455/45001
2.43/2.01	c cleaning 9978 clauses out of 19955 with flag 118469/56000
2.83/2.41	c cleaning 10987 clauses out of 21977 with flag 143619/68000
3.33/2.97	c cleaning 11992 clauses out of 23990 with flag 170742/81000
3.93/3.53	c cleaning 12997 clauses out of 25998 with flag 200034/95000
4.53/4.15	c cleaning 14000 clauses out of 28001 with flag 231472/110000
5.23/4.85	c cleaning 15001 clauses out of 30001 with flag 264851/126000
5.83/5.49	c cleaning 15998 clauses out of 32000 with flag 300558/143000
6.63/6.24	c cleaning 17001 clauses out of 34002 with flag 338268/161000
7.53/7.11	c cleaning 17999 clauses out of 36002 with flag 377964/180001
8.43/8.01	c cleaning 18997 clauses out of 38003 with flag 419865/200001
9.43/9.06	c cleaning 20001 clauses out of 40005 with flag 463829/221000
10.63/10.24	c cleaning 21002 clauses out of 42005 with flag 509718/243001
11.93/11.52	c cleaning 21998 clauses out of 44002 with flag 557860/266000
13.43/13.07	c cleaning 23003 clauses out of 46005 with flag 608910/290001
15.23/14.81	c cleaning 23999 clauses out of 48001 with flag 661260/315000
17.13/16.77	c cleaning 25000 clauses out of 50002 with flag 715767/341000
19.43/19.01	c cleaning 26000 clauses out of 52003 with flag 772427/368001
21.53/21.14	c cleaning 27000 clauses out of 54005 with flag 830911/396003
23.13/22.77	c cleaning 27998 clauses out of 56002 with flag 891958/425000
24.93/24.58	c cleaning 29000 clauses out of 58005 with flag 955375/455001
27.13/26.72	c cleaning 30000 clauses out of 60004 with flag 1021991/486000
29.43/29.03	c cleaning 30999 clauses out of 62005 with flag 1090293/518001
32.73/32.32	c cleaning 31999 clauses out of 64005 with flag 1168082/551000
35.63/35.26	c cleaning 32998 clauses out of 66007 with flag 1240496/585001
39.05/38.64	c cleaning 33999 clauses out of 68008 with flag 1321133/620000
41.65/41.29	c cleaning 35005 clauses out of 70009 with flag 1398018/656000
44.65/44.26	c cleaning 35999 clauses out of 72005 with flag 1477207/693001
47.76/47.40	c cleaning 37000 clauses out of 74007 with flag 1557892/731002
51.35/50.97	c cleaning 38002 clauses out of 76007 with flag 1641181/770002
55.46/55.05	c cleaning 39002 clauses out of 78004 with flag 1725114/810001
59.45/59.03	c cleaning 40001 clauses out of 80002 with flag 1810642/851001
63.05/62.62	c cleaning 40998 clauses out of 82000 with flag 1898495/893000
66.66/66.23	c cleaning 42002 clauses out of 84004 with flag 1988479/936002
70.87/70.47	c cleaning 42996 clauses out of 86001 with flag 2080451/980001
75.27/74.90	c cleaning 44002 clauses out of 88004 with flag 2174786/1025000
80.26/79.86	c cleaning 44998 clauses out of 90002 with flag 2275919/1071000
85.36/84.90	c cleaning 45999 clauses out of 92006 with flag 2375005/1118002
90.67/90.25	c cleaning 46999 clauses out of 94006 with flag 2483890/1166001
95.86/95.47	c cleaning 47999 clauses out of 96007 with flag 2588640/1215001
101.77/101.37	c cleaning 49003 clauses out of 98009 with flag 2694851/1265002
108.02/107.57	c cleaning 50000 clauses out of 100005 with flag 2801393/1316001
113.72/113.24	c cleaning 51001 clauses out of 102005 with flag 2910051/1368001
119.93/119.40	c cleaning 51997 clauses out of 104004 with flag 3020665/1421001
125.73/125.29	c cleaning 53003 clauses out of 106006 with flag 3133510/1475000
133.23/132.73	c cleaning 53997 clauses out of 108003 with flag 3254239/1530000
141.31/140.48	c cleaning 54998 clauses out of 110006 with flag 3376494/1586000
151.31/150.49	c cleaning 56001 clauses out of 112008 with flag 3495253/1643000
160.54/159.67	c cleaning 57000 clauses out of 114007 with flag 3616741/1701000
168.73/167.86	c cleaning 58004 clauses out of 116008 with flag 3740008/1760001
178.02/176.83	c cleaning 59002 clauses out of 118005 with flag 3867010/1820002
186.99/185.49	c cleaning 59995 clauses out of 120001 with flag 3995939/1881000
196.20/194.64	c cleaning 61005 clauses out of 122009 with flag 4129465/1943003
204.91/203.20	c cleaning 61995 clauses out of 124002 with flag 4263286/2006001
213.60/211.99	c cleaning 62996 clauses out of 126006 with flag 4398793/2070000
221.60/219.95	c cleaning 64004 clauses out of 128010 with flag 4534764/2135000
230.63/228.94	c cleaning 64999 clauses out of 130007 with flag 4674341/2201001
243.52/241.88	c cleaning 65996 clauses out of 132008 with flag 4816017/2268001
260.03/258.36	c cleaning 67005 clauses out of 134011 with flag 4960248/2336000
272.69/270.92	c cleaning 67999 clauses out of 136004 with flag 5110258/2405000
283.90/282.15	c cleaning 69000 clauses out of 138005 with flag 5257627/2475000
294.80/293.09	c cleaning 69992 clauses out of 140005 with flag 5409085/2546000
306.91/305.11	c cleaning 71004 clauses out of 142013 with flag 5560345/2618000
320.15/318.33	c cleaning 72001 clauses out of 144009 with flag 5713164/2691000
331.76/330.00	c cleaning 73002 clauses out of 146007 with flag 5868029/2765000
342.47/340.66	c cleaning 73998 clauses out of 148004 with flag 6025710/2840000
346.58/344.79	c starts		: 5257
346.58/344.79	c conflicts		: 2886770
346.58/344.79	c decisions		: 3140481
346.58/344.79	c propagations		: 14647814
346.58/344.79	c inspects		: 6313969165
346.58/344.79	c shortcuts		: 0
346.58/344.79	c learnt literals	: 14
346.58/344.79	c learnt binary clauses	: 16
346.58/344.79	c learnt ternary clauses	: 13
346.58/344.79	c learnt constraints	: 2886755
346.58/344.79	c ignored constraints	: 0
346.58/344.79	c root simplifications	: 0
346.58/344.79	c removed literals (reason simplification)	: 0
346.58/344.79	c reason swapping (by a shorter reason)	: 0
346.58/344.79	c Calls to reduceDB	: 71
346.58/344.79	c Number of update (reduction) of LBD	: 106131
346.58/344.79	c Imported unit clauses	: 0
346.58/344.79	c number of reductions to clauses (during analyze)	: 0
346.58/344.79	c number of learned constraints concerned by reduction	: 0
346.58/344.79	c number of learning phase by resolution	: 0
346.58/344.79	c number of learning phase by cutting planes	: 0
346.58/344.79	c speed (assignments/second)	: 42499.1919596357
346.58/344.79	c non guided choices	34
346.68/344.81	c learnt constraints type 
346.68/344.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
346.68/344.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120749
346.68/344.81	s UNSATISFIABLE
346.68/344.81	c Total wall clock time (in seconds): 344.715

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-4089467-1466026456/watcher-4089467-1466026456 -o /tmp/evaluation-result-4089467-1466026456/solver-4089467-1466026456 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6168 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4089467-1466026456.opb 

pid=7989
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.00 2.02 2.00 3/194 7992
/proc/meminfo: memFree=31127600/32872528 swapFree=532444/565148
[pid=7992] ppid=7989 vsize=96272 CPUtime=0 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 6151 0 -1 4202496 1361 0 0 0 0 0 0 0 20 0 2 0 4691219 98582528 985 33554432000 1073741824 1073778376 140736322648912 140736322640048 206632419389 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7992/statm: 24068 985 750 9 0 16774 0
[pid=7992/tid=7993] ppid=7989 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) D 7989 7992 6151 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 4691219 98578432 989 33554432000 1073741824 1073778376 140736322648912 140548386906808 206619897127 0 0 0 16784584 18446744072100588836 0 0 -1 5 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 7992
/proc/meminfo: memFree=31127600/32872528 swapFree=532444/565148
[pid=7992] ppid=7989 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 6151 0 -1 4202496 4489 0 1 0 10 2 0 0 20 0 18 0 4691219 9787879424 6126 33554432000 1073741824 1073778376 140736322648912 140736322640048 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7992/statm: 2389619 6126 2157 9 0 2380296 0
[pid=7992/tid=7993] ppid=7989 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 6151 0 -1 4202560 2378 0 1 0 6 2 0 0 20 0 18 0 4691219 9787879424 6126 33554432000 1073741824 1073778376 140736322648912 140548386910552 206632445197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200271 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 7992
/proc/meminfo: memFree=31127600/32872528 swapFree=532444/565148
[pid=7992] ppid=7989 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 6151 0 -1 4202496 6717 0 1 0 30 2 0 0 20 0 19 0 4691219 9856040960 7537 33554432000 1073741824 1073778376 140736322648912 140736322640048 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7992/statm: 2406260 7537 2220 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 6151 0 -1 4202560 2402 0 1 0 16 2 0 0 20 0 19 0 4691219 9856040960 7537 33554432000 1073741824 1073778376 140736322648912 140548386910848 140548390196119 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300318 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 7992
/proc/meminfo: memFree=31127600/32872528 swapFree=532444/565148
[pid=7992] ppid=7989 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 6151 0 -1 4202496 6730 0 1 0 47 3 0 0 20 0 19 0 4691219 9856040960 8061 33554432000 1073741824 1073778376 140736322648912 140736322640048 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7992/statm: 2406260 8061 2226 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 6151 0 -1 4202560 2403 0 1 0 26 2 0 0 20 0 19 0 4691219 9856040960 8061 33554432000 1073741824 1073778376 140736322648912 140548386910848 140548258597418 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700188 s]
/proc/loadavg: 2.00 2.02 2.00 3/194 7992
/proc/meminfo: memFree=31127600/32872528 swapFree=532444/565148
[pid=7992] ppid=7989 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 6151 0 -1 4202496 8061 0 1 0 102 3 0 0 20 0 19 0 4691219 9856040960 8947 33554432000 1073741824 1073778376 140736322648912 140736322640048 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7992/statm: 2406260 8947 2240 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 6151 0 -1 4202560 2404 0 1 0 66 2 0 0 20 0 19 0 4691219 9856040960 8947 33554432000 1073741824 1073778376 140736322648912 140548386910616 140548258570087 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 8011
/proc/meminfo: memFree=31095248/32872528 swapFree=532444/565148
[pid=7992] ppid=7989 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 6151 0 -1 4202496 8214 0 1 0 190 3 0 0 20 0 19 0 4691219 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140736322640048 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7992/statm: 2406260 10441 2241 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 6151 0 -1 4202560 2408 0 1 0 146 2 0 0 20 0 19 0 4691219 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548386901696 140548258613350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7995] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7995/stat : 7995 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548230560808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=7996] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7996/stat : 7996 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548229508008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7997] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7997/stat : 7997 (java) S 7989 7992 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548228455208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7998] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7998/stat : 7998 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548227402408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=7999] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7999/stat : 7999 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548226349608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8000] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8000/stat : 8000 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548225296808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8001] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8001/stat : 8001 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548224244008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8002] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8002/stat : 8002 (java) S 7989 7992 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548223191208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8003] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8003/stat : 8003 (java) S 7989 7992 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4691221 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548210994152 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8004] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4691221 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548209940216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4691222 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548208887304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548207835792 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 6151 0 -1 4202560 2642 0 0 0 22 0 0 0 20 0 19 0 4691224 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548206782904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7992/task/8008/stat : 8008 (java) S 7989 7992 6151 0 -1 4202560 1893 0 0 0 20 0 0 0 20 0 19 0 4691224 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548205730104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8009] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8009/stat : 8009 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548204677496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8010] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8010/stat : 8010 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548203624904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8011] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8011/stat : 8011 (java) S 7989 7992 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4691232 9856040960 10441 33554432000 1073741824 1073778376 140736322648912 140548202571432 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 8011
/proc/meminfo: memFree=31088980/32872528 swapFree=532444/565148
[pid=7992] ppid=7989 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 6151 0 -1 4202496 8218 0 1 0 350 3 0 0 20 0 19 0 4691219 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140736322640048 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7992/statm: 2406260 12489 2241 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 6151 0 -1 4202560 2412 0 1 0 306 2 0 0 20 0 19 0 4691219 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548386901696 140548258597999 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7995] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7995/stat : 7995 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548230560808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=7996] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7996/stat : 7996 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548229508008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7997] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7997/stat : 7997 (java) S 7989 7992 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548228455208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7998] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7998/stat : 7998 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548227402408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=7999] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7999/stat : 7999 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548226349608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8000] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8000/stat : 8000 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548225296808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8001] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8001/stat : 8001 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548224244008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8002] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8002/stat : 8002 (java) S 7989 7992 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548223191208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8003] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8003/stat : 8003 (java) S 7989 7992 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4691221 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548210994152 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8004] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4691221 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548209940216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4691222 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548208887304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548207835792 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 6151 0 -1 4202560 2642 0 0 0 22 0 0 0 20 0 19 0 4691224 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548206782904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/7992/task/8008/stat : 8008 (java) S 7989 7992 6151 0 -1 4202560 1893 0 0 0 20 0 0 0 20 0 19 0 4691224 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548205730104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8009] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8009/stat : 8009 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548204677496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8010] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8010/stat : 8010 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548203624904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8011] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8011/stat : 8011 (java) S 7989 7992 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4691232 9856040960 12489 33554432000 1073741824 1073778376 140736322648912 140548202571432 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 8011
/proc/meminfo: memFree=31073108/32872528 swapFree=532444/565148
[pid=7992] ppid=7989 vsize=9625040 CPUtime=6.73 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 6151 0 -1 4202496 8228 0 1 0 670 3 0 0 20 0 19 0 4691219 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140736322640048 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7992/statm: 2406260 16506 2242 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 6151 0 -1 4202560 2421 0 1 0 625 3 0 0 20 0 19 0 4691219 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548386901696 140548258576316 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7995] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7995/stat : 7995 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548230560808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=7996] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7996/stat : 7996 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548229508008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7997] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7997/stat : 7997 (java) S 7989 7992 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548228455208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7998] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7998/stat : 7998 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548227402408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=7999] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7999/stat : 7999 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548226349608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8000] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8000/stat : 8000 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548225296808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8001] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8001/stat : 8001 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548224244008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=8002] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8002/stat : 8002 (java) S 7989 7992 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548223191208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8003] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8003/stat : 8003 (java) S 7989 7992 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4691221 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548210994152 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8004] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4691221 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548209940216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4691222 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548208887304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548207835792 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 6151 0 -1 4202560 2642 0 0 0 22 0 0 0 20 0 19 0 4691224 9856040960 16506 33554432000 1073741824 1073778376 140736322648912 140548206782904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9625040 CPUtime=0.2 cores=1,3,5,7

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

[pid=7992/tid=7996] ppid=7989 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7992/task/7996/stat : 7996 (java) S 7989 7992 6151 0 -1 4202560 162 0 0 0 3 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548229508008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7997] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/7997/stat : 7997 (java) S 7989 7992 6151 0 -1 4202560 134 0 0 0 1 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548228455208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7998] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7998/stat : 7998 (java) S 7989 7992 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548227402408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7999] ppid=7989 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7992/task/7999/stat : 7999 (java) S 7989 7992 6151 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548226349608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8000] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8000/stat : 8000 (java) S 7989 7992 6151 0 -1 4202560 196 0 0 0 1 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548225296808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8001] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8001/stat : 8001 (java) S 7989 7992 6151 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548224244008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8002] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8002/stat : 8002 (java) S 7989 7992 6151 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548223191208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8003] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8003/stat : 8003 (java) S 7989 7992 6151 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 4691221 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548210994152 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8004] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4691221 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548209940216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4691222 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548208887304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548207835792 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 6151 0 -1 4202560 3268 0 0 0 36 2 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548206782904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/7992/task/8008/stat : 8008 (java) S 7989 7992 6151 0 -1 4202560 14477 0 0 0 124 4 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548205730104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8009] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8009/stat : 8009 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548204677496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8010] ppid=7989 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7992/task/8010/stat : 8010 (java) S 7989 7992 6151 0 -1 4202560 22 0 0 0 5 6 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548203624904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8011] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8011/stat : 8011 (java) S 7989 7992 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4691232 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548202571432 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 344.27
Current children cumulated vsize (KiB) 9625040

[startup+344.001 s]
/proc/loadavg: 2.03 2.04 2.00 4/213 8017
/proc/meminfo: memFree=30759828/32872528 swapFree=532444/565148
[pid=7992] ppid=7989 vsize=9625040 CPUtime=345.87 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 6151 0 -1 4202496 22106 0 1 0 34569 18 0 0 20 0 19 0 4691219 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140736322640048 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7992/statm: 2406260 57578 2264 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=343.92 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 6151 0 -1 4202560 2489 0 1 0 34383 9 0 0 20 0 19 0 4691219 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548386908728 140548258613350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7995] ppid=7989 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7992/task/7995/stat : 7995 (java) S 7989 7992 6151 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548230560808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7996] ppid=7989 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7992/task/7996/stat : 7996 (java) S 7989 7992 6151 0 -1 4202560 162 0 0 0 3 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548229508008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7997] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/7997/stat : 7997 (java) S 7989 7992 6151 0 -1 4202560 134 0 0 0 1 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548228455208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7998] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7998/stat : 7998 (java) S 7989 7992 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548227402408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7999] ppid=7989 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7992/task/7999/stat : 7999 (java) S 7989 7992 6151 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548226349608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8000] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8000/stat : 8000 (java) S 7989 7992 6151 0 -1 4202560 196 0 0 0 1 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548225296808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8001] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8001/stat : 8001 (java) S 7989 7992 6151 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548224244008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8002] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8002/stat : 8002 (java) S 7989 7992 6151 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548223191208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8003] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8003/stat : 8003 (java) S 7989 7992 6151 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 4691221 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548210994152 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8004] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4691221 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548209940216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4691222 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548208887304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548207835792 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 6151 0 -1 4202560 3268 0 0 0 36 2 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548206782904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/7992/task/8008/stat : 8008 (java) S 7989 7992 6151 0 -1 4202560 14477 0 0 0 124 4 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548205730104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8009] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8009/stat : 8009 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548204677496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8010] ppid=7989 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7992/task/8010/stat : 8010 (java) S 7989 7992 6151 0 -1 4202560 22 0 0 0 5 6 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548203624904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8011] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8011/stat : 8011 (java) S 7989 7992 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4691232 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548202571432 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 345.87
Current children cumulated vsize (KiB) 9625040

[startup+344.411 s]
/proc/loadavg: 2.03 2.04 2.00 3/213 8017
/proc/meminfo: memFree=30759828/32872528 swapFree=532444/565148
[pid=7992] ppid=7989 vsize=9625040 CPUtime=346.29 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 6151 0 -1 4202496 22109 0 1 0 34611 18 0 0 20 0 19 0 4691219 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140736322640048 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7992/statm: 2406260 57578 2264 9 0 2396937 0
[pid=7992/tid=7993] ppid=7989 vsize=9625040 CPUtime=344.33 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) R 7989 7992 6151 0 -1 4202560 2490 0 1 0 34424 9 0 0 20 0 19 0 4691219 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548386908728 140548258597440 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7995] ppid=7989 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7992/task/7995/stat : 7995 (java) S 7989 7992 6151 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548230560808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7996] ppid=7989 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7992/task/7996/stat : 7996 (java) S 7989 7992 6151 0 -1 4202560 162 0 0 0 3 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548229508008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7997] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/7997/stat : 7997 (java) S 7989 7992 6151 0 -1 4202560 134 0 0 0 1 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548228455208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7998] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7998/stat : 7998 (java) S 7989 7992 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548227402408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7999] ppid=7989 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/7992/task/7999/stat : 7999 (java) S 7989 7992 6151 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548226349608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8000] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8000/stat : 8000 (java) S 7989 7992 6151 0 -1 4202560 196 0 0 0 1 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548225296808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8001] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8001/stat : 8001 (java) S 7989 7992 6151 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548224244008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8002] ppid=7989 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8002/stat : 8002 (java) S 7989 7992 6151 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 4691220 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548223191208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8003] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8003/stat : 8003 (java) S 7989 7992 6151 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 4691221 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548210994152 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8004] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4691221 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548209940216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4691222 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548208887304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548207835792 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 6151 0 -1 4202560 3270 0 0 0 36 2 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548206782904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/7992/task/8008/stat : 8008 (java) S 7989 7992 6151 0 -1 4202560 14477 0 0 0 124 4 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548205730104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8009] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8009/stat : 8009 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548204677496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8010] ppid=7989 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/7992/task/8010/stat : 8010 (java) S 7989 7992 6151 0 -1 4202560 22 0 0 0 5 6 0 0 20 0 19 0 4691224 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548203624904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8011] ppid=7989 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8011/stat : 8011 (java) S 7989 7992 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4691232 9856040960 57578 33554432000 1073741824 1073778376 140736322648912 140548202571432 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 346.29
Current children cumulated vsize (KiB) 9625040

[startup+344.801 s]
/proc/loadavg: 2.03 2.04 2.00 3/213 8017
/proc/meminfo: memFree=30759828/32872528 swapFree=532444/565148
[pid=7992] ppid=7989 vsize=9691604 CPUtime=346.68 cores=1,3,5,7
/proc/7992/stat : 7992 (java) S 7989 7992 6151 0 -1 4202496 22123 0 1 0 34650 18 0 0 20 0 19 0 4691219 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140736322640048 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7992/statm: 2422901 57589 2268 9 0 2413578 0
[pid=7992/tid=7993] ppid=7989 vsize=9691604 CPUtime=344.71 cores=1,3,5,7
/proc/7992/task/7993/stat : 7993 (java) S 7989 7992 6151 0 -1 4202560 2493 0 1 0 34462 9 0 0 20 0 19 0 4691219 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548386910936 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7992/tid=7995] ppid=7989 vsize=9691604 CPUtime=0.02 cores=1,3,5,7
/proc/7992/task/7995/stat : 7995 (java) S 7989 7992 6151 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 4691220 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548230560808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7996] ppid=7989 vsize=9691604 CPUtime=0.03 cores=1,3,5,7
/proc/7992/task/7996/stat : 7996 (java) S 7989 7992 6151 0 -1 4202560 162 0 0 0 3 0 0 0 20 0 19 0 4691220 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548229508008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7997] ppid=7989 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/7997/stat : 7997 (java) S 7989 7992 6151 0 -1 4202560 134 0 0 0 1 0 0 0 20 0 19 0 4691220 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548228455208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=7998] ppid=7989 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7992/task/7998/stat : 7998 (java) S 7989 7992 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4691220 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548227402408 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=7999] ppid=7989 vsize=9691604 CPUtime=0.02 cores=1,3,5,7
/proc/7992/task/7999/stat : 7999 (java) S 7989 7992 6151 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 4691220 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548226349608 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8000] ppid=7989 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8000/stat : 8000 (java) S 7989 7992 6151 0 -1 4202560 196 0 0 0 1 0 0 0 20 0 19 0 4691220 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548225296808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8001] ppid=7989 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8001/stat : 8001 (java) S 7989 7992 6151 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 4691220 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548224244008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8002] ppid=7989 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/7992/task/8002/stat : 8002 (java) S 7989 7992 6151 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 4691220 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548223191208 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8003] ppid=7989 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8003/stat : 8003 (java) S 7989 7992 6151 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 4691221 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548210994152 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7992/tid=8004] ppid=7989 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8004/stat : 8004 (java) S 7989 7992 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4691221 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548209940216 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8005] ppid=7989 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8005/stat : 8005 (java) S 7989 7992 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4691222 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548208887304 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8006] ppid=7989 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8006/stat : 8006 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548207835792 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8007] ppid=7989 vsize=9691604 CPUtime=0.38 cores=1,3,5,7
/proc/7992/task/8007/stat : 8007 (java) S 7989 7992 6151 0 -1 4202560 3273 0 0 0 36 2 0 0 20 0 19 0 4691224 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548206782904 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7992/tid=8008] ppid=7989 vsize=9691604 CPUtime=1.28 cores=1,3,5,7
/proc/7992/task/8008/stat : 8008 (java) S 7989 7992 6151 0 -1 4202560 14477 0 0 0 124 4 0 0 20 0 19 0 4691224 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548205730104 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8009] ppid=7989 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/7992/task/8009/stat : 8009 (java) S 7989 7992 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4691224 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548204677496 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7992/tid=8010] ppid=7989 vsize=9691604 CPUtime=0.11 cores=1,3,5,7
/proc/7992/task/8010/stat : 8010 (java) S 7989 7992 6151 0 -1 4202560 22 0 0 0 5 6 0 0 20 0 19 0 4691224 9924202496 57589 33554432000 1073741824 1073778376 140736322648912 140548203624904 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 346.68
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 344.822
CPU time (s): 346.892
CPU user time (s): 346.55
CPU system time (s): 0.341948
CPU usage (%): 100.601
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 346.55
system time used= 0.341948
maximum resident set size= 230392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22133
page faults= 1
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7646
involuntary context switches= 532

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.14567 second user time and 2.45363 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-15 23:34:16
IDJOB=4089467
IDBENCH=107410
IDSOLVER=2546
FILE ID=node138/4089467-1466026456
RUNJOBID= node138-1466015679-6168
PBS_JOBID= 19902817
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= 2b58d4d94191856cd49b2ad987cb4392
RANDOM SEED=921704482

node138.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.395
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.79
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.395
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.395
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.395
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.395
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.395
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.395
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.54
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.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31128128 kB
Buffers:           14204 kB
Cached:            38852 kB
SwapCached:         1268 kB
Active:           446932 kB
Inactive:          31892 kB
Active(anon):     426420 kB
Inactive(anon):     1708 kB
Active(file):      20512 kB
Inactive(file):    30184 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               816 kB
Writeback:             0 kB
AnonPages:       1000648 kB
Mapped:            15468 kB
Shmem:                 0 kB
Slab:             565700 kB
SReclaimable:       9160 kB
SUnreclaim:       556540 kB
KernelStack:        1760 kB
PageTables:         6284 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1416796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node138 at 2016-06-15 23:40:01