Trace number 4089292

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 562.218 560.434

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid4x19-hard.opb
MD5SUMd9eb9f0b24ff8df070714ba4071021b6
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.003999
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 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 115
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4089292-1466022615.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.023s.
0.09/0.14	c declared #vars     76
0.09/0.14	c #constraints  153
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 152
0.09/0.14	c 153 constraints processed.
0.49/0.38	c cleaning 2497 clauses out of 5000 with flag 10421/5000
0.79/0.55	c cleaning 4248 clauses out of 8503 with flag 22910/11000
1.00/0.74	c cleaning 5628 clauses out of 11256 with flag 37512/18001
1.21/0.99	c cleaning 6810 clauses out of 13628 with flag 54554/26001
1.62/1.26	c cleaning 7907 clauses out of 15817 with flag 73912/35000
2.01/1.60	c cleaning 8955 clauses out of 17911 with flag 95019/45001
2.31/1.93	c cleaning 9977 clauses out of 19955 with flag 118056/56000
2.81/2.40	c cleaning 10987 clauses out of 21978 with flag 143306/68000
3.31/2.93	c cleaning 11992 clauses out of 23991 with flag 171166/81000
3.82/3.47	c cleaning 12995 clauses out of 26000 with flag 200441/95001
4.51/4.13	c cleaning 14003 clauses out of 28005 with flag 231857/110001
5.31/4.90	c cleaning 14999 clauses out of 30001 with flag 265428/126000
6.02/5.62	c cleaning 16000 clauses out of 32003 with flag 300979/143001
6.91/6.50	c cleaning 16999 clauses out of 34003 with flag 338708/161001
7.81/7.43	c cleaning 18001 clauses out of 36004 with flag 378534/180001
8.71/8.30	c cleaning 18999 clauses out of 38002 with flag 420468/200000
9.71/9.30	c cleaning 20000 clauses out of 40004 with flag 464287/221001
10.72/10.30	c cleaning 20998 clauses out of 42004 with flag 510744/243001
11.82/11.45	c cleaning 22001 clauses out of 44007 with flag 559303/266002
13.02/12.64	c cleaning 23000 clauses out of 46006 with flag 609930/290002
14.51/14.14	c cleaning 24001 clauses out of 48004 with flag 662672/315000
15.82/15.48	c cleaning 25000 clauses out of 50004 with flag 717283/341001
17.41/17.08	c cleaning 26000 clauses out of 52004 with flag 773590/368001
19.22/18.81	c cleaning 27001 clauses out of 54003 with flag 832230/396000
20.81/20.47	c cleaning 28000 clauses out of 56003 with flag 893049/425001
22.71/22.37	c cleaning 29000 clauses out of 58002 with flag 955809/455000
24.51/24.12	c cleaning 30002 clauses out of 60004 with flag 1020724/486002
26.71/26.33	c cleaning 30995 clauses out of 62001 with flag 1087744/518001
28.81/28.41	c cleaning 32004 clauses out of 64008 with flag 1157975/551003
31.41/31.02	c cleaning 32998 clauses out of 66002 with flag 1229408/585001
33.95/33.53	c cleaning 33999 clauses out of 68003 with flag 1302724/620000
36.76/36.33	c cleaning 34996 clauses out of 70004 with flag 1378213/656000
39.65/39.28	c cleaning 36002 clauses out of 72009 with flag 1456636/693001
42.65/42.29	c cleaning 37002 clauses out of 74008 with flag 1536296/731002
45.66/45.28	c cleaning 37998 clauses out of 76004 with flag 1618285/770000
49.56/49.17	c cleaning 38996 clauses out of 78006 with flag 1702480/810000
53.45/53.08	c cleaning 40005 clauses out of 80012 with flag 1788308/851002
57.77/57.31	c cleaning 41003 clauses out of 82006 with flag 1875997/893001
61.96/61.50	c cleaning 41998 clauses out of 84003 with flag 1966890/936001
66.96/66.53	c cleaning 43000 clauses out of 86004 with flag 2059856/980000
72.56/72.12	c cleaning 44000 clauses out of 88006 with flag 2156461/1025002
77.66/77.29	c cleaning 44998 clauses out of 90006 with flag 2253738/1071002
83.36/82.92	c cleaning 46001 clauses out of 92006 with flag 2353032/1118000
88.86/88.41	c cleaning 47000 clauses out of 94005 with flag 2453957/1166000
94.76/94.32	c cleaning 47999 clauses out of 96005 with flag 2560704/1215000
101.43/100.90	c cleaning 49000 clauses out of 98006 with flag 2667856/1265000
107.83/107.34	c cleaning 50003 clauses out of 100006 with flag 2775690/1316000
112.43/111.90	c cleaning 50995 clauses out of 102003 with flag 2885531/1368000
118.83/118.35	c cleaning 52003 clauses out of 104009 with flag 2997784/1421001
124.03/123.55	c cleaning 53001 clauses out of 106005 with flag 3111182/1475000
130.23/129.76	c cleaning 54000 clauses out of 108004 with flag 3227244/1530000
136.12/135.62	c cleaning 55002 clauses out of 110004 with flag 3347839/1586000
143.72/143.26	c cleaning 56001 clauses out of 112002 with flag 3467521/1643000
150.82/150.30	c cleaning 56996 clauses out of 114002 with flag 3589680/1701001
159.22/158.78	c cleaning 58001 clauses out of 116005 with flag 3713470/1760000
169.23/168.71	c cleaning 58999 clauses out of 118005 with flag 3844692/1820001
178.13/177.62	c cleaning 60001 clauses out of 120006 with flag 3973183/1881001
187.10/186.55	c cleaning 61001 clauses out of 122004 with flag 4105187/1943000
196.20/195.68	c cleaning 61994 clauses out of 124004 with flag 4240170/2006001
204.90/204.30	c cleaning 63001 clauses out of 126010 with flag 4379497/2070001
214.31/213.76	c cleaning 64000 clauses out of 128008 with flag 4517461/2135000
223.41/222.82	c cleaning 65001 clauses out of 130011 with flag 4660859/2201003
232.21/231.65	c cleaning 66002 clauses out of 132007 with flag 4804925/2268000
241.81/241.23	c cleaning 67000 clauses out of 134006 with flag 4953472/2336001
251.63/251.07	c cleaning 67998 clauses out of 136005 with flag 5103279/2405000
265.84/265.23	c cleaning 69002 clauses out of 138008 with flag 5259069/2475001
280.23/279.65	c cleaning 70000 clauses out of 140005 with flag 5409028/2546000
291.64/290.90	c cleaning 71001 clauses out of 142006 with flag 5561191/2618001
302.55/301.80	c cleaning 72002 clauses out of 144006 with flag 5715228/2691002
317.75/317.08	c cleaning 72994 clauses out of 146002 with flag 5870557/2765000
331.65/330.91	c cleaning 73998 clauses out of 148008 with flag 6029217/2840000
346.46/345.77	c cleaning 75002 clauses out of 150010 with flag 6190935/2916000
367.87/366.88	c cleaning 76004 clauses out of 152008 with flag 6368350/2993000
384.91/383.89	c cleaning 77002 clauses out of 154004 with flag 6533771/3071000
402.11/401.01	c cleaning 77998 clauses out of 156003 with flag 6701824/3150001
416.37/415.12	c cleaning 79002 clauses out of 158004 with flag 6875815/3230000
430.27/429.06	c cleaning 79999 clauses out of 160002 with flag 7046936/3311000
448.18/446.97	c cleaning 81000 clauses out of 162003 with flag 7220763/3393000
467.58/466.39	c cleaning 82000 clauses out of 164003 with flag 7397363/3476000
483.88/482.60	c cleaning 83002 clauses out of 166003 with flag 7576370/3560000
499.98/498.74	c cleaning 83996 clauses out of 168001 with flag 7754464/3645000
524.59/523.38	c cleaning 85003 clauses out of 170005 with flag 7937961/3731000
544.19/542.97	c cleaning 85999 clauses out of 172001 with flag 8121716/3818000
561.80/560.39	c starts		: 3398
561.80/560.39	c conflicts		: 3901055
561.80/560.39	c decisions		: 4162725
561.80/560.39	c propagations		: 19641950
561.80/560.39	c inspects		: 10094505145
561.80/560.39	c shortcuts		: 0
561.80/560.39	c learnt literals	: 14
561.80/560.39	c learnt binary clauses	: 13
561.80/560.39	c learnt ternary clauses	: 15
561.80/560.39	c learnt constraints	: 3901040
561.80/560.39	c ignored constraints	: 0
561.80/560.39	c root simplifications	: 0
561.80/560.39	c removed literals (reason simplification)	: 0
561.80/560.39	c reason swapping (by a shorter reason)	: 0
561.80/560.39	c Calls to reduceDB	: 83
561.80/560.39	c Number of update (reduction) of LBD	: 141087
561.80/560.39	c Imported unit clauses	: 0
561.80/560.39	c number of reductions to clauses (during analyze)	: 0
561.80/560.39	c number of learned constraints concerned by reduction	: 0
561.80/560.39	c number of learning phase by resolution	: 0
561.80/560.39	c number of learning phase by cutting planes	: 0
561.80/560.39	c speed (assignments/second)	: 35058.94637263389
561.80/560.39	c non guided choices	35
561.90/560.43	c learnt constraints type 
561.90/560.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
561.90/560.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169030
561.90/560.43	s UNSATISFIABLE
561.90/560.43	c Total wall clock time (in seconds): 560.312

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

pid=8191
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.08 2.04 2.01 3/195 8194
/proc/meminfo: memFree=31225408/32872528 swapFree=162364/176672
[pid=8194] ppid=8191 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/8194/stat : 8194 (java) D 8191 8194 4966 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 4311439 2560000 47 33554432000 1073741824 1073778376 140737095250560 140737095247688 224913354023 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/8194/statm: 625 47 37 9 0 29 0

[startup+0.100142 s]
/proc/loadavg: 2.08 2.04 2.01 3/195 8194
/proc/meminfo: memFree=31225408/32872528 swapFree=162364/176672
[pid=8194] ppid=8191 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8194/stat : 8194 (java) S 8191 8194 4966 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 4311439 9787879424 6033 33554432000 1073741824 1073778376 140737095250560 140737095241696 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8194/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 2.08 2.04 2.01 3/195 8194
/proc/meminfo: memFree=31225408/32872528 swapFree=162364/176672
[pid=8194] ppid=8191 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8194/stat : 8194 (java) S 8191 8194 4966 0 -1 4202496 6649 0 1 0 27 2 0 0 20 0 19 0 4311439 9856040960 7471 33554432000 1073741824 1073778376 140737095250560 140737095241696 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8194/statm: 2406260 7471 2217 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300365 s]
/proc/loadavg: 2.08 2.04 2.01 3/195 8194
/proc/meminfo: memFree=31225408/32872528 swapFree=162364/176672
[pid=8194] ppid=8191 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8194/stat : 8194 (java) S 8191 8194 4966 0 -1 4202496 6720 0 1 0 47 2 0 0 20 0 19 0 4311439 9856040960 7893 33554432000 1073741824 1073778376 140737095250560 140737095241696 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8194/statm: 2406260 7893 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700262 s]
/proc/loadavg: 2.08 2.04 2.01 3/195 8194
/proc/meminfo: memFree=31225408/32872528 swapFree=162364/176672
[pid=8194] ppid=8191 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/8194/stat : 8194 (java) S 8191 8194 4966 0 -1 4202496 7735 0 1 0 98 2 0 0 20 0 19 0 4311439 9856040960 8434 33554432000 1073741824 1073778376 140737095250560 140737095241696 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8194/statm: 2406260 8434 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.08 2.04 2.01 3/214 8213
/proc/meminfo: memFree=31195348/32872528 swapFree=162364/176672
[pid=8194] ppid=8191 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/8194/stat : 8194 (java) S 8191 8194 4966 0 -1 4202496 8637 0 1 0 189 2 0 0 20 0 19 0 4311439 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 140737095241696 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8194/statm: 2406260 9976 2241 9 0 2396937 0
[pid=8194/tid=8196] ppid=8191 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/8194/task/8196/stat : 8196 (java) R 8191 8194 4966 0 -1 4202560 2403 0 1 0 145 1 0 0 20 0 19 0 4311440 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724303765184 139724161748424 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8197] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8197/stat : 8197 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724281875240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8198] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8198/stat : 8198 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724280822440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8199] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8199/stat : 8199 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724077394984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8200] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8200/stat : 8200 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724076342184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8201] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8201/stat : 8201 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724075288872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8202] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8202/stat : 8202 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724074236072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8203] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8203/stat : 8203 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724073183784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8204] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8204/stat : 8204 (java) S 8191 8194 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724072130984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8205] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8205/stat : 8205 (java) S 8191 8194 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4311442 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724059933416 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8206] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8206/stat : 8206 (java) S 8191 8194 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4311443 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724058879480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8207] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8207/stat : 8207 (java) S 8191 8194 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4311443 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724057827080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8208] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8208/stat : 8208 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724056775568 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8209] ppid=8191 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8194/task/8209/stat : 8209 (java) S 8191 8194 4966 0 -1 4202560 2177 0 0 0 21 0 0 0 20 0 19 0 4311445 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724055722168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8210] ppid=8191 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8194/task/8210/stat : 8210 (java) S 8191 8194 4966 0 -1 4202560 2787 0 0 0 20 0 0 0 20 0 19 0 4311445 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724054669368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8211] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8211/stat : 8211 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724053617272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8212] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8212/stat : 8212 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724052564680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8213] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8213/stat : 8213 (java) S 8191 8194 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4311453 9856040960 9976 33554432000 1073741824 1073778376 140737095250560 139724051510696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.08 2.04 2.01 3/214 8213
/proc/meminfo: memFree=31189204/32872528 swapFree=162364/176672
[pid=8194] ppid=8191 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/8194/stat : 8194 (java) S 8191 8194 4966 0 -1 4202496 8641 0 1 0 349 2 0 0 20 0 19 0 4311439 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 140737095241696 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8194/statm: 2406260 12024 2241 9 0 2396937 0
[pid=8194/tid=8196] ppid=8191 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/8194/task/8196/stat : 8196 (java) R 8191 8194 4966 0 -1 4202560 2407 0 1 0 305 2 0 0 20 0 19 0 4311440 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724303765184 139724161760466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8197] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8197/stat : 8197 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724281875240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8198] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8198/stat : 8198 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724280822440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8199] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8199/stat : 8199 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724077394984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8200] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8200/stat : 8200 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724076342184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8201] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8201/stat : 8201 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724075288872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8202] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8202/stat : 8202 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724074236072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8203] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8203/stat : 8203 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724073183784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8204] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8204/stat : 8204 (java) S 8191 8194 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724072130984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8205] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8205/stat : 8205 (java) S 8191 8194 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4311442 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724059933416 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8206] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8206/stat : 8206 (java) S 8191 8194 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4311443 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724058879480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8207] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8207/stat : 8207 (java) S 8191 8194 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4311443 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724057827080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8208] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8208/stat : 8208 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724056775568 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8209] ppid=8191 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8194/task/8209/stat : 8209 (java) S 8191 8194 4966 0 -1 4202560 2177 0 0 0 21 0 0 0 20 0 19 0 4311445 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724055722168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8210] ppid=8191 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8194/task/8210/stat : 8210 (java) S 8191 8194 4966 0 -1 4202560 2787 0 0 0 20 0 0 0 20 0 19 0 4311445 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724054669368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8211] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8211/stat : 8211 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724053617272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8212] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8212/stat : 8212 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724052564680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8213] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8213/stat : 8213 (java) S 8191 8194 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4311453 9856040960 12024 33554432000 1073741824 1073778376 140737095250560 139724051510696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.07 2.04 2.00 3/214 8213
/proc/meminfo: memFree=31173320/32872528 swapFree=162364/176672
[pid=8194] ppid=8191 vsize=9625040 CPUtime=6.71 cores=0,2,4,6
/proc/8194/stat : 8194 (java) S 8191 8194 4966 0 -1 4202496 8651 0 1 0 669 2 0 0 20 0 19 0 4311439 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 140737095241696 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8194/statm: 2406260 16041 2242 9 0 2396937 0
[pid=8194/tid=8196] ppid=8191 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/8194/task/8196/stat : 8196 (java) R 8191 8194 4966 0 -1 4202560 2416 0 1 0 624 2 0 0 20 0 19 0 4311440 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724303765184 139724161760466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8197] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8197/stat : 8197 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724281875240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8198] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8198/stat : 8198 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724280822440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8199] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8199/stat : 8199 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724077394984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8200] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8200/stat : 8200 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724076342184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8201] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8201/stat : 8201 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724075288872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8202] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8202/stat : 8202 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724074236072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8203] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8203/stat : 8203 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724073183784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8204] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8204/stat : 8204 (java) S 8191 8194 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4311441 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724072130984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8205] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8205/stat : 8205 (java) S 8191 8194 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4311442 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724059933416 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8206] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8206/stat : 8206 (java) S 8191 8194 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4311443 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724058879480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8207] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8207/stat : 8207 (java) S 8191 8194 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4311443 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724057827080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8208] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8208/stat : 8208 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724056775568 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8209] ppid=8191 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8194/task/8209/stat : 8209 (java) S 8191 8194 4966 0 -1 4202560 2177 0 0 0 21 0 0 0 20 0 19 0 4311445 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724055722168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8210] ppid=8191 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8194/task/8210/stat : 8210 (java) S 8191 8194 4966 0 -1 4202560 2787 0 0 0 20 0 0 0 20 0 19 0 4311445 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724054669368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8211] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8211/stat : 8211 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724053617272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8212] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8212/stat : 8212 (java) S 8191 8194 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724052564680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8213] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8213/stat : 8213 (java) S 8191 8194 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4311453 9856040960 16041 33554432000 1073741824 1073778376 140737095250560 139724051510696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625040


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

[pid=8194/tid=8198] ppid=8191 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/8194/task/8198/stat : 8198 (java) S 8191 8194 4966 0 -1 4202560 60 0 0 0 8 1 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724280822440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8199] ppid=8191 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/8194/task/8199/stat : 8199 (java) S 8191 8194 4966 0 -1 4202560 182 0 0 0 5 2 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724077394984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8200] ppid=8191 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/8194/task/8200/stat : 8200 (java) S 8191 8194 4966 0 -1 4202560 154 0 0 0 6 2 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724076342184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8201] ppid=8191 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/8194/task/8201/stat : 8201 (java) S 8191 8194 4966 0 -1 4202560 241 0 0 0 8 1 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724075288872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8202] ppid=8191 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/8194/task/8202/stat : 8202 (java) S 8191 8194 4966 0 -1 4202560 121 0 0 0 6 0 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724074236072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8203] ppid=8191 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/8194/task/8203/stat : 8203 (java) S 8191 8194 4966 0 -1 4202560 110 0 0 0 11 2 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724073183784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8204] ppid=8191 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/8194/task/8204/stat : 8204 (java) S 8191 8194 4966 0 -1 4202560 53 0 0 0 6 1 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724072130984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8205] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8205/stat : 8205 (java) S 8191 8194 4966 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 19 0 4311442 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724059933416 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8206] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8206/stat : 8206 (java) S 8191 8194 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4311443 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724058879480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8207] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8207/stat : 8207 (java) S 8191 8194 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4311443 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724057827080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8208] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8208/stat : 8208 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724056775568 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8209] ppid=8191 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8194/task/8209/stat : 8209 (java) S 8191 8194 4966 0 -1 4202560 2178 0 0 0 22 0 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724055722168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8210] ppid=8191 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8194/task/8210/stat : 8210 (java) S 8191 8194 4966 0 -1 4202560 10009 0 0 0 61 2 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724054669368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8211] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8211/stat : 8211 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724053617272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8212] ppid=8191 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8194/task/8212/stat : 8212 (java) S 8191 8194 4966 0 -1 4202560 34 0 0 0 9 11 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724052564680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8213] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8213/stat : 8213 (java) S 8191 8194 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4311453 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724051510696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 559.9
Current children cumulated vsize (KiB) 9625040

[startup+559.201 s]
/proc/loadavg: 2.23 2.12 2.03 3/213 8223
/proc/meminfo: memFree=30773072/32872528 swapFree=162364/176672
[pid=8194] ppid=8191 vsize=9625040 CPUtime=560.7 cores=0,2,4,6
/proc/8194/stat : 8194 (java) S 8191 8194 4966 0 -1 4202496 17152 0 1 0 56045 25 0 0 20 0 19 0 4311439 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 140737095241696 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8194/statm: 2406260 79355 2264 9 0 2396937 0
[pid=8194/tid=8196] ppid=8191 vsize=9625040 CPUtime=558.98 cores=0,2,4,6
/proc/8194/task/8196/stat : 8196 (java) R 8191 8194 4966 0 -1 4202560 2484 0 1 0 55887 11 0 0 20 0 19 0 4311440 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724303772216 139724161720842 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8197] ppid=8191 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/8194/task/8197/stat : 8197 (java) S 8191 8194 4966 0 -1 4202560 207 0 0 0 7 2 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724281875240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8198] ppid=8191 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/8194/task/8198/stat : 8198 (java) S 8191 8194 4966 0 -1 4202560 60 0 0 0 8 1 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724280822440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8199] ppid=8191 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/8194/task/8199/stat : 8199 (java) S 8191 8194 4966 0 -1 4202560 182 0 0 0 5 2 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724077394984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8200] ppid=8191 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/8194/task/8200/stat : 8200 (java) S 8191 8194 4966 0 -1 4202560 154 0 0 0 6 2 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724076342184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8201] ppid=8191 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/8194/task/8201/stat : 8201 (java) S 8191 8194 4966 0 -1 4202560 241 0 0 0 8 1 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724075288872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8202] ppid=8191 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/8194/task/8202/stat : 8202 (java) S 8191 8194 4966 0 -1 4202560 121 0 0 0 6 0 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724074236072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8203] ppid=8191 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/8194/task/8203/stat : 8203 (java) S 8191 8194 4966 0 -1 4202560 110 0 0 0 11 2 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724073183784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8204] ppid=8191 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/8194/task/8204/stat : 8204 (java) S 8191 8194 4966 0 -1 4202560 53 0 0 0 6 1 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724072130984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8205] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8205/stat : 8205 (java) S 8191 8194 4966 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 19 0 4311442 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724059933416 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8206] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8206/stat : 8206 (java) S 8191 8194 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4311443 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724058879480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8207] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8207/stat : 8207 (java) S 8191 8194 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4311443 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724057827080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8208] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8208/stat : 8208 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724056775568 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8209] ppid=8191 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8194/task/8209/stat : 8209 (java) S 8191 8194 4966 0 -1 4202560 2178 0 0 0 22 0 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724055722168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8210] ppid=8191 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8194/task/8210/stat : 8210 (java) S 8191 8194 4966 0 -1 4202560 10009 0 0 0 61 2 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724054669368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8211] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8211/stat : 8211 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724053617272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8212] ppid=8191 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8194/task/8212/stat : 8212 (java) S 8191 8194 4966 0 -1 4202560 34 0 0 0 9 11 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724052564680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8213] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8213/stat : 8213 (java) S 8191 8194 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4311453 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724051510696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 560.7
Current children cumulated vsize (KiB) 9625040

[startup+560.008 s]
/proc/loadavg: 2.29 2.13 2.04 3/213 8223
/proc/meminfo: memFree=30773072/32872528 swapFree=162364/176672
[pid=8194] ppid=8191 vsize=9625040 CPUtime=561.51 cores=0,2,4,6
/proc/8194/stat : 8194 (java) S 8191 8194 4966 0 -1 4202496 17153 0 1 0 56126 25 0 0 20 0 19 0 4311439 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 140737095241696 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8194/statm: 2406260 79355 2264 9 0 2396937 0
[pid=8194/tid=8196] ppid=8191 vsize=9625040 CPUtime=559.78 cores=0,2,4,6
/proc/8194/task/8196/stat : 8196 (java) R 8191 8194 4966 0 -1 4202560 2485 0 1 0 55967 11 0 0 20 0 19 0 4311440 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724303772216 139724161760466 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8197] ppid=8191 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/8194/task/8197/stat : 8197 (java) S 8191 8194 4966 0 -1 4202560 207 0 0 0 7 2 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724281875240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8198] ppid=8191 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/8194/task/8198/stat : 8198 (java) S 8191 8194 4966 0 -1 4202560 60 0 0 0 8 1 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724280822440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8199] ppid=8191 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/8194/task/8199/stat : 8199 (java) S 8191 8194 4966 0 -1 4202560 182 0 0 0 5 2 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724077394984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8200] ppid=8191 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/8194/task/8200/stat : 8200 (java) S 8191 8194 4966 0 -1 4202560 154 0 0 0 6 2 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724076342184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8201] ppid=8191 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/8194/task/8201/stat : 8201 (java) S 8191 8194 4966 0 -1 4202560 241 0 0 0 8 1 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724075288872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8202] ppid=8191 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/8194/task/8202/stat : 8202 (java) S 8191 8194 4966 0 -1 4202560 121 0 0 0 6 0 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724074236072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8203] ppid=8191 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/8194/task/8203/stat : 8203 (java) S 8191 8194 4966 0 -1 4202560 110 0 0 0 11 2 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724073183784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8204] ppid=8191 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/8194/task/8204/stat : 8204 (java) S 8191 8194 4966 0 -1 4202560 53 0 0 0 6 1 0 0 20 0 19 0 4311441 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724072130984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8205] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8205/stat : 8205 (java) S 8191 8194 4966 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 19 0 4311442 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724059933416 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8206] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8206/stat : 8206 (java) S 8191 8194 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4311443 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724058879480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8207] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8207/stat : 8207 (java) S 8191 8194 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4311443 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724057827080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8208] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8208/stat : 8208 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724056775568 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8209] ppid=8191 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8194/task/8209/stat : 8209 (java) S 8191 8194 4966 0 -1 4202560 2178 0 0 0 22 0 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724055722168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8210] ppid=8191 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/8194/task/8210/stat : 8210 (java) S 8191 8194 4966 0 -1 4202560 10009 0 0 0 61 2 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724054669368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8211] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8211/stat : 8211 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724053617272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8212] ppid=8191 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/8194/task/8212/stat : 8212 (java) S 8191 8194 4966 0 -1 4202560 34 0 0 0 9 11 0 0 20 0 19 0 4311445 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724052564680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8213] ppid=8191 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8213/stat : 8213 (java) S 8191 8194 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4311453 9856040960 79355 33554432000 1073741824 1073778376 140737095250560 139724051510696 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 561.51
Current children cumulated vsize (KiB) 9625040

[startup+560.401 s]
/proc/loadavg: 2.29 2.13 2.04 3/213 8223
/proc/meminfo: memFree=30773072/32872528 swapFree=162364/176672
[pid=8194] ppid=8191 vsize=9691604 CPUtime=561.9 cores=0,2,4,6
/proc/8194/stat : 8194 (java) S 8191 8194 4966 0 -1 4202496 17165 0 1 0 56165 25 0 0 20 0 19 0 4311439 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 140737095241696 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8194/statm: 2422901 79364 2265 9 0 2413578 0
[pid=8194/tid=8196] ppid=8191 vsize=9691604 CPUtime=560.17 cores=0,2,4,6
/proc/8194/task/8196/stat : 8196 (java) S 8191 8194 4966 0 -1 4202560 2488 0 1 0 56006 11 0 0 20 0 19 0 4311440 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724303774424 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8197] ppid=8191 vsize=9691604 CPUtime=0.09 cores=0,2,4,6
/proc/8194/task/8197/stat : 8197 (java) S 8191 8194 4966 0 -1 4202560 207 0 0 0 7 2 0 0 20 0 19 0 4311441 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724281875240 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8198] ppid=8191 vsize=9691604 CPUtime=0.09 cores=0,2,4,6
/proc/8194/task/8198/stat : 8198 (java) S 8191 8194 4966 0 -1 4202560 60 0 0 0 8 1 0 0 20 0 19 0 4311441 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724280822440 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8199] ppid=8191 vsize=9691604 CPUtime=0.07 cores=0,2,4,6
/proc/8194/task/8199/stat : 8199 (java) S 8191 8194 4966 0 -1 4202560 182 0 0 0 5 2 0 0 20 0 19 0 4311441 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724077394984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8200] ppid=8191 vsize=9691604 CPUtime=0.08 cores=0,2,4,6
/proc/8194/task/8200/stat : 8200 (java) S 8191 8194 4966 0 -1 4202560 154 0 0 0 6 2 0 0 20 0 19 0 4311441 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724076342184 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8201] ppid=8191 vsize=9691604 CPUtime=0.09 cores=0,2,4,6
/proc/8194/task/8201/stat : 8201 (java) S 8191 8194 4966 0 -1 4202560 241 0 0 0 8 1 0 0 20 0 19 0 4311441 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724075288872 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8194/tid=8202] ppid=8191 vsize=9691604 CPUtime=0.06 cores=0,2,4,6
/proc/8194/task/8202/stat : 8202 (java) S 8191 8194 4966 0 -1 4202560 121 0 0 0 6 0 0 0 20 0 19 0 4311441 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724074236072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8203] ppid=8191 vsize=9691604 CPUtime=0.13 cores=0,2,4,6
/proc/8194/task/8203/stat : 8203 (java) S 8191 8194 4966 0 -1 4202560 110 0 0 0 11 2 0 0 20 0 19 0 4311441 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724073183784 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8204] ppid=8191 vsize=9691604 CPUtime=0.07 cores=0,2,4,6
/proc/8194/task/8204/stat : 8204 (java) S 8191 8194 4966 0 -1 4202560 53 0 0 0 6 1 0 0 20 0 19 0 4311441 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724072130984 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8205] ppid=8191 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8205/stat : 8205 (java) S 8191 8194 4966 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 19 0 4311442 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724059933416 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8194/tid=8206] ppid=8191 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8206/stat : 8206 (java) S 8191 8194 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4311443 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724058879480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8207] ppid=8191 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8207/stat : 8207 (java) S 8191 8194 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4311443 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724057827080 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8208] ppid=8191 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8208/stat : 8208 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724056775568 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8209] ppid=8191 vsize=9691604 CPUtime=0.22 cores=0,2,4,6
/proc/8194/task/8209/stat : 8209 (java) S 8191 8194 4966 0 -1 4202560 2178 0 0 0 22 0 0 0 20 0 19 0 4311445 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724055722168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8210] ppid=8191 vsize=9691604 CPUtime=0.63 cores=0,2,4,6
/proc/8194/task/8210/stat : 8210 (java) S 8191 8194 4966 0 -1 4202560 10009 0 0 0 61 2 0 0 20 0 19 0 4311445 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724054669368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8194/tid=8211] ppid=8191 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/8194/task/8211/stat : 8211 (java) S 8191 8194 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4311445 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724053617272 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8194/tid=8212] ppid=8191 vsize=9691604 CPUtime=0.2 cores=0,2,4,6
/proc/8194/task/8212/stat : 8212 (java) S 8191 8194 4966 0 -1 4202560 34 0 0 0 9 11 0 0 20 0 19 0 4311445 9924202496 79364 33554432000 1073741824 1073778376 140737095250560 139724052564680 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 561.9
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 560.434
CPU time (s): 562.218
CPU user time (s): 561.727
CPU system time (s): 0.491925
CPU usage (%): 100.318
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 561.727
system time used= 0.491925
maximum resident set size= 317512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17182
page faults= 1
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12230
involuntary context switches= 1520

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.13737 second user time and 4.85226 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 22:30:15
IDJOB=4089292
IDBENCH=107385
IDSOLVER=2546
FILE ID=node105/4089292-1466022615
RUNJOBID= node105-1466009078-4982
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= d9eb9f0b24ff8df070714ba4071021b6
RANDOM SEED=580977413

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31226200 kB
Buffers:           79728 kB
Cached:           340472 kB
SwapCached:            0 kB
Active:           430848 kB
Inactive:         335696 kB
Active(anon):     348784 kB
Inactive(anon):        0 kB
Active(file):      82064 kB
Inactive(file):   335696 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:        622844 kB
Mapped:            22000 kB
Shmem:               204 kB
Slab:             572456 kB
SReclaimable:      16336 kB
SUnreclaim:       556120 kB
KernelStack:        1768 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     980928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    430080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71748 MiB
End job on node105 at 2016-06-15 22:39:36