Trace number 4089530

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 PB16? (TO) 1800.82 1796.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid8x11-hard.opb
MD5SUMc447caa242cb00f939d069011caec601
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.012997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables88
Total number of constraints177
Number of constraints which are clauses176
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 constraint88
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 47
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 135
Number of bits of the biggest sum of numbers8
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-4089530-1466027724.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.14	c ... done. Wall clock time 0.025s.
0.09/0.14	c declared #vars     88
0.09/0.14	c #constraints  177
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 => 176
0.09/0.14	c 177 constraints processed.
0.49/0.39	c cleaning 2500 clauses out of 5000 with flag 10348/5000
0.81/0.55	c cleaning 4251 clauses out of 8501 with flag 22757/11001
1.03/0.73	c cleaning 5626 clauses out of 11251 with flag 37325/18002
1.24/0.97	c cleaning 6812 clauses out of 13623 with flag 53901/26000
1.65/1.26	c cleaning 7898 clauses out of 15811 with flag 73242/35000
2.05/1.63	c cleaning 8955 clauses out of 17913 with flag 95904/45000
2.46/2.05	c cleaning 9979 clauses out of 19958 with flag 120481/56000
2.97/2.56	c cleaning 10984 clauses out of 21979 with flag 145894/68000
3.57/3.17	c cleaning 11998 clauses out of 23996 with flag 172867/81001
4.37/3.93	c cleaning 12996 clauses out of 25997 with flag 203832/95000
5.16/4.78	c cleaning 13999 clauses out of 28001 with flag 238586/110000
5.97/5.57	c cleaning 15001 clauses out of 30002 with flag 271834/126000
6.86/6.45	c cleaning 15999 clauses out of 32001 with flag 307268/143000
7.86/7.49	c cleaning 16997 clauses out of 34003 with flag 344740/161001
9.16/8.71	c cleaning 18000 clauses out of 36005 with flag 384269/180000
10.37/9.94	c cleaning 18998 clauses out of 38005 with flag 425847/200000
11.76/11.38	c cleaning 20002 clauses out of 40007 with flag 469497/221000
13.37/12.97	c cleaning 21000 clauses out of 42007 with flag 515097/243002
14.97/14.53	c cleaning 22002 clauses out of 44005 with flag 562799/266000
16.67/16.22	c cleaning 22997 clauses out of 46003 with flag 612673/290000
18.27/17.88	c cleaning 24002 clauses out of 48006 with flag 664991/315000
20.07/19.62	c cleaning 25003 clauses out of 50005 with flag 719549/341001
22.07/21.63	c cleaning 25997 clauses out of 52001 with flag 775920/368000
23.97/23.57	c cleaning 26999 clauses out of 54005 with flag 834095/396001
26.36/25.90	c cleaning 28003 clauses out of 56006 with flag 894306/425001
28.36/27.98	c cleaning 28998 clauses out of 58003 with flag 956652/455001
30.86/30.42	c cleaning 29999 clauses out of 60004 with flag 1020978/486000
32.96/32.56	c cleaning 31000 clauses out of 62005 with flag 1087523/518000
35.49/35.01	c cleaning 32003 clauses out of 64005 with flag 1156306/551000
38.19/37.73	c cleaning 32998 clauses out of 66004 with flag 1227524/585002
40.99/40.53	c cleaning 34001 clauses out of 68005 with flag 1300324/620001
43.89/43.48	c cleaning 35000 clauses out of 70004 with flag 1375168/656001
46.98/46.52	c cleaning 36001 clauses out of 72003 with flag 1452044/693000
50.28/49.80	c cleaning 36996 clauses out of 74002 with flag 1531264/731000
53.48/53.07	c cleaning 38001 clauses out of 76006 with flag 1613416/770000
56.88/56.48	c cleaning 39001 clauses out of 78005 with flag 1699307/810000
61.09/60.65	c cleaning 40001 clauses out of 80005 with flag 1785921/851001
65.18/64.74	c cleaning 40999 clauses out of 82004 with flag 1873815/893001
69.18/68.76	c cleaning 41996 clauses out of 84004 with flag 1964352/936000
73.58/73.18	c cleaning 43001 clauses out of 86009 with flag 2056586/980001
78.08/77.61	c cleaning 44003 clauses out of 88009 with flag 2151013/1025002
82.48/82.03	c cleaning 45003 clauses out of 90007 with flag 2247151/1071003
86.65/86.17	c cleaning 45996 clauses out of 92001 with flag 2345673/1118000
91.05/90.56	c cleaning 47003 clauses out of 94006 with flag 2447139/1166001
96.55/96.01	c cleaning 47998 clauses out of 96002 with flag 2551517/1215000
102.25/101.76	c cleaning 49000 clauses out of 98004 with flag 2656124/1265000
107.75/107.26	c cleaning 50002 clauses out of 100005 with flag 2762499/1316001
113.85/113.33	c cleaning 50996 clauses out of 102002 with flag 2871789/1368000
119.85/119.34	c cleaning 51999 clauses out of 104006 with flag 2983819/1421000
126.05/125.54	c cleaning 53002 clauses out of 106007 with flag 3097437/1475000
132.25/131.71	c cleaning 54002 clauses out of 108005 with flag 3212152/1530000
138.65/138.18	c cleaning 54996 clauses out of 110003 with flag 3328837/1586000
145.32/144.73	c cleaning 55999 clauses out of 112007 with flag 3448871/1643000
152.12/151.53	c cleaning 57003 clauses out of 114009 with flag 3573741/1701001
158.62/158.09	c cleaning 58001 clauses out of 116005 with flag 3697629/1760000
166.52/165.98	c cleaning 59000 clauses out of 118005 with flag 3822389/1820001
174.12/173.55	c cleaning 59997 clauses out of 120006 with flag 3948706/1881002
182.42/181.81	c cleaning 61002 clauses out of 122008 with flag 4078011/1943001
191.23/190.64	c cleaning 61999 clauses out of 124005 with flag 4209609/2006000
202.83/202.23	c cleaning 63003 clauses out of 126007 with flag 4350636/2070001
212.83/212.29	c cleaning 63997 clauses out of 128003 with flag 4487752/2135000
222.75/222.02	c cleaning 64999 clauses out of 130006 with flag 4626381/2201000
232.96/232.27	c cleaning 66002 clauses out of 132009 with flag 4765843/2268002
243.55/242.85	c cleaning 66998 clauses out of 134006 with flag 4907154/2336001
253.88/253.16	c cleaning 68003 clauses out of 136007 with flag 5051116/2405000
265.37/264.65	c cleaning 69001 clauses out of 138004 with flag 5196610/2475000
278.58/277.85	c cleaning 69998 clauses out of 140005 with flag 5344158/2546002
292.78/292.02	c cleaning 71001 clauses out of 142005 with flag 5494010/2618000
306.88/306.12	c cleaning 72003 clauses out of 144005 with flag 5645780/2691001
320.77/319.84	c cleaning 72997 clauses out of 146002 with flag 5799392/2765001
333.87/332.96	c cleaning 74000 clauses out of 148005 with flag 5956535/2840001
348.18/347.26	c cleaning 74998 clauses out of 150004 with flag 6119286/2916000
361.57/360.63	c cleaning 75996 clauses out of 152008 with flag 6284534/2993002
373.98/373.02	c cleaning 77004 clauses out of 154010 with flag 6455294/3071000
388.97/388.03	c cleaning 77997 clauses out of 156006 with flag 6629320/3150000
404.37/403.49	c cleaning 79000 clauses out of 158010 with flag 6812634/3230001
420.55/419.46	c cleaning 80000 clauses out of 160010 with flag 6996967/3311001
436.45/435.37	c cleaning 81005 clauses out of 162009 with flag 7170558/3393000
450.75/449.69	c cleaning 82000 clauses out of 164004 with flag 7345458/3476000
466.35/465.24	c cleaning 82997 clauses out of 166004 with flag 7520686/3560000
481.45/480.39	c cleaning 83997 clauses out of 168008 with flag 7700739/3645001
497.05/495.99	c cleaning 85003 clauses out of 170012 with flag 7880448/3731002
514.58/513.28	c cleaning 86004 clauses out of 172008 with flag 8062076/3818001
531.47/530.15	c cleaning 86998 clauses out of 174005 with flag 8246363/3906002
546.87/545.57	c cleaning 88002 clauses out of 176005 with flag 8431536/3995000
563.97/562.66	c cleaning 88999 clauses out of 178003 with flag 8618965/4085000
580.48/579.15	c cleaning 90001 clauses out of 180005 with flag 8810380/4176001
596.68/595.32	c cleaning 91002 clauses out of 182004 with flag 9003589/4268001
615.01/613.42	c cleaning 92000 clauses out of 184002 with flag 9200389/4361001
632.91/631.33	c cleaning 92998 clauses out of 186001 with flag 9395774/4455000
652.30/650.73	c cleaning 93999 clauses out of 188003 with flag 9594464/4550000
672.51/670.94	c cleaning 95000 clauses out of 190004 with flag 9802008/4646000
691.70/689.94	c cleaning 95999 clauses out of 192004 with flag 10009163/4743000
714.11/712.33	c cleaning 97000 clauses out of 194006 with flag 10220013/4841001
734.30/732.53	c cleaning 98004 clauses out of 196007 with flag 10432616/4940002
756.59/754.86	c cleaning 98997 clauses out of 198001 with flag 10646052/5040000
778.24/776.27	c cleaning 100001 clauses out of 200006 with flag 10858139/5141002
804.63/802.60	c cleaning 100995 clauses out of 202003 with flag 11077103/5243000
825.23/823.20	c cleaning 102000 clauses out of 204008 with flag 11296310/5346000
849.53/847.54	c cleaning 103003 clauses out of 206011 with flag 11520065/5450003
881.64/879.42	c cleaning 104000 clauses out of 208006 with flag 11754998/5555001
915.64/913.48	c cleaning 104995 clauses out of 210005 with flag 11991326/5661000
940.84/938.70	c cleaning 106002 clauses out of 212010 with flag 12216293/5768000
967.14/964.95	c cleaning 107005 clauses out of 214010 with flag 12445364/5876002
990.10/987.88	c cleaning 107996 clauses out of 216003 with flag 12674776/5985000
1009.90/1007.64	c cleaning 109004 clauses out of 218007 with flag 12903317/6095000
1033.99/1031.72	c cleaning 109998 clauses out of 220003 with flag 13134683/6206000
1056.80/1054.42	c cleaning 111001 clauses out of 222008 with flag 13367882/6318003
1079.40/1077.03	c cleaning 112002 clauses out of 224004 with flag 13603021/6431000
1110.40/1108.08	c cleaning 112997 clauses out of 226002 with flag 13844342/6545000
1143.03/1140.53	c cleaning 114002 clauses out of 228005 with flag 14089143/6660000
1183.13/1180.67	c cleaning 114995 clauses out of 230003 with flag 14338080/6776000
1204.94/1202.45	c cleaning 115999 clauses out of 232008 with flag 14582346/6893000
1229.45/1226.83	c cleaning 116999 clauses out of 234009 with flag 14829966/7011000
1258.74/1256.18	c cleaning 118006 clauses out of 236011 with flag 15077531/7130001
1302.75/1300.20	c cleaning 119000 clauses out of 238005 with flag 15326010/7250001
1345.27/1342.51	c cleaning 119998 clauses out of 240004 with flag 15577723/7371000
1386.98/1384.21	c cleaning 121003 clauses out of 242008 with flag 15830274/7493002
1423.27/1420.59	c cleaning 122002 clauses out of 244004 with flag 16085909/7616001
1461.30/1458.48	c cleaning 122998 clauses out of 246002 with flag 16344893/7740001
1504.11/1501.26	c cleaning 124000 clauses out of 248004 with flag 16605118/7865001
1545.70/1542.86	c cleaning 124997 clauses out of 250003 with flag 16867172/7991000
1590.04/1587.07	c cleaning 125998 clauses out of 252007 with flag 17144746/8118001
1641.34/1638.33	c cleaning 127001 clauses out of 254009 with flag 17430227/8246001
1697.64/1694.55	c cleaning 128001 clauses out of 256007 with flag 17711675/8375000
1756.15/1753.05	c cleaning 129000 clauses out of 258008 with flag 17993679/8505002
1800.04/1796.90	c starts		: 6601
1800.04/1796.90	c conflicts		: 8627538
1800.04/1796.90	c decisions		: 9201977
1800.04/1796.90	c propagations		: 44012642
1800.04/1796.90	c inspects		: 29796842783
1800.04/1796.90	c shortcuts		: 0
1800.04/1796.90	c learnt literals	: 0
1800.04/1796.90	c learnt binary clauses	: 0
1800.04/1796.90	c learnt ternary clauses	: 0
1800.04/1796.90	c learnt constraints	: 8627539
1800.04/1796.90	c ignored constraints	: 0
1800.04/1796.90	c root simplifications	: 0
1800.04/1796.90	c timeout
1800.04/1796.90	c removed literals (reason simplification)	: 0
1800.04/1796.90	c reason swapping (by a shorter reason)	: 0
1800.04/1796.90	c Calls to reduceDB	: 126
1800.04/1796.90	c Number of update (reduction) of LBD	: 262329
1800.04/1796.90	c Imported unit clauses	: 0
1800.04/1796.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.90	c number of learned constraints concerned by reduction	: 0
1800.04/1796.90	c number of learning phase by resolution	: 0
1800.04/1796.90	c number of learning phase by cutting planes	: 0
1800.04/1796.90	c speed (assignments/second)	: 24495.532519053722
1800.04/1796.90	c non guided choices	39
1800.04/1796.93	c learnt constraints type 
1800.04/1796.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 251545
1800.04/1796.93	s UNKNOWN
1800.04/1796.93	c Total wall clock time (in seconds): 1796.82

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

pid=8938
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.53 2.18 2.05 3/194 8941
/proc/meminfo: memFree=31011812/32872528 swapFree=162364/176672
[pid=8941] ppid=8938 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8941/stat : 8941 (java) D 8938 8941 4966 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 4822298 9515008 185 33554432000 1073741824 1073778376 140737013163840 140737013152904 224913354023 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.53 2.18 2.05 3/194 8941
/proc/meminfo: memFree=31011812/32872528 swapFree=162364/176672
[pid=8941] ppid=8938 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 4966 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 4822298 9787879424 6034 33554432000 1073741824 1073778376 140737013163840 140737013154976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 2.53 2.18 2.05 3/194 8941
/proc/meminfo: memFree=31011812/32872528 swapFree=162364/176672
[pid=8941] ppid=8938 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 4966 0 -1 4202496 6689 0 1 0 27 1 0 0 20 0 19 0 4822298 9856040960 7499 33554432000 1073741824 1073778376 140737013163840 140737013154976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2406260 7499 2217 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.30033 s]
/proc/loadavg: 2.53 2.18 2.05 3/194 8941
/proc/meminfo: memFree=31011812/32872528 swapFree=162364/176672
[pid=8941] ppid=8938 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 4966 0 -1 4202496 6749 0 1 0 48 1 0 0 20 0 19 0 4822298 9856040960 8048 33554432000 1073741824 1073778376 140737013163840 140737013154976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2406260 8048 2232 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700218 s]
/proc/loadavg: 2.53 2.18 2.05 3/194 8941
/proc/meminfo: memFree=31011812/32872528 swapFree=162364/176672
[pid=8941] ppid=8938 vsize=9625040 CPUtime=1.03 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 4966 0 -1 4202496 7651 0 1 0 101 2 0 0 20 0 19 0 4822298 9856040960 8606 33554432000 1073741824 1073778376 140737013163840 140737013154976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2406260 8606 2245 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.53 2.18 2.05 3/213 8960
/proc/meminfo: memFree=30981496/32872528 swapFree=162364/176672
[pid=8941] ppid=8938 vsize=9625040 CPUtime=1.95 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 4966 0 -1 4202496 8499 0 1 0 193 2 0 0 20 0 19 0 4822298 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 140737013154976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2406260 10660 2248 9 0 2396937 0
[pid=8941/tid=8943] ppid=8938 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/8941/task/8943/stat : 8943 (java) R 8938 8941 4966 0 -1 4202560 2408 0 1 0 146 0 0 0 20 0 19 0 4822299 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899857170984 139899718502474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8944] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8944/stat : 8944 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899846232488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8945] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8945/stat : 8945 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899845179944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8946] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8946/stat : 8946 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899844126888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8947] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8947/stat : 8947 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899843074344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8948] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8948/stat : 8948 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899842022312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8949] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8949/stat : 8949 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899840969768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8950] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8950/stat : 8950 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899839916712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8951] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8951/stat : 8951 (java) S 8938 8941 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899838864168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8952] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8952/stat : 8952 (java) S 8938 8941 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4822301 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899681024360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8953] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8953/stat : 8953 (java) S 8938 8941 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899679970680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8954] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8954/stat : 8954 (java) S 8938 8941 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899678917512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8955] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8955/stat : 8955 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899677866256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8956] ppid=8938 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/8941/task/8956/stat : 8956 (java) S 8938 8941 4966 0 -1 4202560 1719 0 0 0 21 0 0 0 20 0 19 0 4822304 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899676814136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8957] ppid=8938 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8941/task/8957/stat : 8957 (java) S 8938 8941 4966 0 -1 4202560 3100 0 0 0 23 0 0 0 20 0 19 0 4822304 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899675761592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8958] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8958/stat : 8958 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899674708728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8959] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8959/stat : 8959 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899673656392 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8960] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8960/stat : 8960 (java) S 8938 8941 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4822313 9856040960 10660 33554432000 1073741824 1073778376 140737013163840 139899672601640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.49 2.17 2.05 3/213 8960
/proc/meminfo: memFree=30972684/32872528 swapFree=162364/176672
[pid=8941] ppid=8938 vsize=9625040 CPUtime=3.57 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 4966 0 -1 4202496 8503 0 1 0 355 2 0 0 20 0 19 0 4822298 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 140737013154976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2406260 12708 2248 9 0 2396937 0
[pid=8941/tid=8943] ppid=8938 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/8941/task/8943/stat : 8943 (java) R 8938 8941 4966 0 -1 4202560 2412 0 1 0 306 0 0 0 20 0 19 0 4822299 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899857161920 139899718587335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8944] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8944/stat : 8944 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899846232488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8945] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8945/stat : 8945 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899845179944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8946] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8946/stat : 8946 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899844126888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8947] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8947/stat : 8947 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899843074344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8948] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8948/stat : 8948 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899842022312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8949] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8949/stat : 8949 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899840969768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8950] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8950/stat : 8950 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899839916712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8951] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8951/stat : 8951 (java) S 8938 8941 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899838864168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8952] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8952/stat : 8952 (java) S 8938 8941 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4822301 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899681024360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8953] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8953/stat : 8953 (java) S 8938 8941 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899679970680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8954] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8954/stat : 8954 (java) S 8938 8941 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899678917512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8955] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8955/stat : 8955 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899677866256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8956] ppid=8938 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8941/task/8956/stat : 8956 (java) S 8938 8941 4966 0 -1 4202560 1719 0 0 0 23 0 0 0 20 0 19 0 4822304 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899676814136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8957] ppid=8938 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8941/task/8957/stat : 8957 (java) S 8938 8941 4966 0 -1 4202560 3100 0 0 0 23 0 0 0 20 0 19 0 4822304 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899675761592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8958] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8958/stat : 8958 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899674708728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8959] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8959/stat : 8959 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899673656392 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8960] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8960/stat : 8960 (java) S 8938 8941 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4822313 9856040960 12708 33554432000 1073741824 1073778376 140737013163840 139899672601640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.49 2.17 2.05 3/213 8960
/proc/meminfo: memFree=30958176/32872528 swapFree=162364/176672
[pid=8941] ppid=8938 vsize=9625040 CPUtime=6.76 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 4966 0 -1 4202496 8512 0 1 0 674 2 0 0 20 0 19 0 4822298 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 140737013154976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2406260 16261 2249 9 0 2396937 0
[pid=8941/tid=8943] ppid=8938 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/8941/task/8943/stat : 8943 (java) R 8938 8941 4966 0 -1 4202560 2420 0 1 0 625 1 0 0 20 0 19 0 4822299 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899857161920 139899718587335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8944] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8944/stat : 8944 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899846232488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8945] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8945/stat : 8945 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899845179944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8946] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8946/stat : 8946 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899844126888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8947] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8947/stat : 8947 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899843074344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8948] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8948/stat : 8948 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899842022312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8949] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8949/stat : 8949 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899840969768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8950] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8950/stat : 8950 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899839916712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8951] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8951/stat : 8951 (java) S 8938 8941 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4822300 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899838864168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8952] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8952/stat : 8952 (java) S 8938 8941 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4822301 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899681024360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8953] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8953/stat : 8953 (java) S 8938 8941 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899679970680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8954] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8954/stat : 8954 (java) S 8938 8941 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899678917512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8955] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8955/stat : 8955 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899677866256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8956] ppid=8938 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8941/task/8956/stat : 8956 (java) S 8938 8941 4966 0 -1 4202560 1719 0 0 0 23 0 0 0 20 0 19 0 4822304 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899676814136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8957] ppid=8938 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8941/task/8957/stat : 8957 (java) S 8938 8941 4966 0 -1 4202560 3100 0 0 0 23 0 0 0 20 0 19 0 4822304 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899675761592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8958] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8958/stat : 8958 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899674708728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8959] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8959/stat : 8959 (java) S 8938 8941 4966 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899673656392 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8960] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8960/stat : 8960 (java) S 8938 8941 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4822313 9856040960 16261 33554432000 1073741824 1073778376 140737013163840 139899672601640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9625040


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

[pid=8941/tid=8953] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8953/stat : 8953 (java) S 8938 8941 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899679970680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8954] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8954/stat : 8954 (java) S 8938 8941 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899678917512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8955] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8955/stat : 8955 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899677866256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8956] ppid=8938 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8941/task/8956/stat : 8956 (java) S 8938 8941 4966 0 -1 4202560 2061 0 0 0 25 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899676814136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8957] ppid=8938 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8941/task/8957/stat : 8957 (java) S 8938 8941 4966 0 -1 4202560 3100 0 0 0 23 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899675761592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8958] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8958/stat : 8958 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899674708728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8959] ppid=8938 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/8941/task/8959/stat : 8959 (java) S 8938 8941 4966 0 -1 4202560 100 0 0 0 33 35 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899673656392 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8960] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8960/stat : 8960 (java) S 8938 8941 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4822313 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899672601640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.44
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 9092
/proc/meminfo: memFree=30413668/32872528 swapFree=162364/176672
[pid=8941] ppid=8938 vsize=9625040 CPUtime=1785.45 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 4966 0 -1 4202496 11967 0 1 0 178476 69 0 0 20 0 19 0 4822298 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 140737013154976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2406260 144118 2271 9 0 2396937 0
[pid=8941/tid=8943] ppid=8938 vsize=9625040 CPUtime=1780.97 cores=1,3,5,7
/proc/8941/task/8943/stat : 8943 (java) R 8938 8941 4966 0 -1 4202560 2488 0 1 0 178066 31 0 0 20 0 19 0 4822299 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899857161920 139899718587841 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8944] ppid=8938 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8941/task/8944/stat : 8944 (java) S 8938 8941 4966 0 -1 4202560 284 0 0 0 46 7 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899846232488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8945] ppid=8938 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8941/task/8945/stat : 8945 (java) S 8938 8941 4966 0 -1 4202560 496 0 0 0 35 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899845179944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8946] ppid=8938 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8941/task/8946/stat : 8946 (java) S 8938 8941 4966 0 -1 4202560 369 0 0 0 43 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899844126888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8947] ppid=8938 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/8941/task/8947/stat : 8947 (java) S 8938 8941 4966 0 -1 4202560 254 0 0 0 41 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899843074344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8948] ppid=8938 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/8941/task/8948/stat : 8948 (java) S 8938 8941 4966 0 -1 4202560 306 0 0 0 31 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899842022312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8949] ppid=8938 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8941/task/8949/stat : 8949 (java) S 8938 8941 4966 0 -1 4202560 402 0 0 0 36 7 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899840969768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8950] ppid=8938 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8941/task/8950/stat : 8950 (java) S 8938 8941 4966 0 -1 4202560 235 0 0 0 38 6 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899839916712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8951] ppid=8938 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8941/task/8951/stat : 8951 (java) S 8938 8941 4966 0 -1 4202560 445 0 0 0 33 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899838864168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8952] ppid=8938 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8941/task/8952/stat : 8952 (java) S 8938 8941 4966 0 -1 4202560 164 0 0 0 23 2 0 0 20 0 19 0 4822301 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899681024360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8953] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8953/stat : 8953 (java) S 8938 8941 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899679970680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8954] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8954/stat : 8954 (java) S 8938 8941 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899678917512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8955] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8955/stat : 8955 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899677866256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8956] ppid=8938 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8941/task/8956/stat : 8956 (java) S 8938 8941 4966 0 -1 4202560 2061 0 0 0 25 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899676814136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8957] ppid=8938 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8941/task/8957/stat : 8957 (java) S 8938 8941 4966 0 -1 4202560 3100 0 0 0 23 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899675761592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8958] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8958/stat : 8958 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899674708728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8959] ppid=8938 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/8941/task/8959/stat : 8959 (java) S 8938 8941 4966 0 -1 4202560 104 0 0 0 33 38 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899673656392 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8960] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8960/stat : 8960 (java) S 8938 8941 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4822313 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899672601640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 9092
/proc/meminfo: memFree=30413672/32872528 swapFree=162364/176672
[pid=8941] ppid=8938 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 4966 0 -1 4202496 11967 0 1 0 179935 69 0 0 20 0 19 0 4822298 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 140737013154976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2406260 144118 2271 9 0 2396937 0
[pid=8941/tid=8943] ppid=8938 vsize=9625040 CPUtime=1795.57 cores=1,3,5,7
/proc/8941/task/8943/stat : 8943 (java) R 8938 8941 4966 0 -1 4202560 2488 0 1 0 179526 31 0 0 20 0 19 0 4822299 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899857161920 139899718587335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8944] ppid=8938 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8941/task/8944/stat : 8944 (java) S 8938 8941 4966 0 -1 4202560 284 0 0 0 46 7 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899846232488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8945] ppid=8938 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8941/task/8945/stat : 8945 (java) S 8938 8941 4966 0 -1 4202560 496 0 0 0 35 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899845179944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8946] ppid=8938 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8941/task/8946/stat : 8946 (java) S 8938 8941 4966 0 -1 4202560 369 0 0 0 43 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899844126888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8947] ppid=8938 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/8941/task/8947/stat : 8947 (java) S 8938 8941 4966 0 -1 4202560 254 0 0 0 41 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899843074344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8948] ppid=8938 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/8941/task/8948/stat : 8948 (java) S 8938 8941 4966 0 -1 4202560 306 0 0 0 31 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899842022312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8949] ppid=8938 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8941/task/8949/stat : 8949 (java) S 8938 8941 4966 0 -1 4202560 402 0 0 0 36 7 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899840969768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8950] ppid=8938 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8941/task/8950/stat : 8950 (java) S 8938 8941 4966 0 -1 4202560 235 0 0 0 38 6 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899839916712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8951] ppid=8938 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8941/task/8951/stat : 8951 (java) S 8938 8941 4966 0 -1 4202560 445 0 0 0 33 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899838864168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8952] ppid=8938 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/8941/task/8952/stat : 8952 (java) S 8938 8941 4966 0 -1 4202560 164 0 0 0 24 2 0 0 20 0 19 0 4822301 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899681024360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8953] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8953/stat : 8953 (java) S 8938 8941 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899679970680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8954] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8954/stat : 8954 (java) S 8938 8941 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899678917512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8955] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8955/stat : 8955 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899677866256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8956] ppid=8938 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8941/task/8956/stat : 8956 (java) S 8938 8941 4966 0 -1 4202560 2061 0 0 0 25 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899676814136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8957] ppid=8938 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8941/task/8957/stat : 8957 (java) S 8938 8941 4966 0 -1 4202560 3100 0 0 0 23 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899675761592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8958] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8958/stat : 8958 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899674708728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8959] ppid=8938 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/8941/task/8959/stat : 8959 (java) S 8938 8941 4966 0 -1 4202560 104 0 0 0 33 38 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899673656392 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8960] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8960/stat : 8960 (java) S 8938 8941 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4822313 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899672601640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8941 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 9092
/proc/meminfo: memFree=30413672/32872528 swapFree=162364/176672
[pid=8941] ppid=8938 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/8941/stat : 8941 (java) S 8938 8941 4966 0 -1 4202496 11967 0 1 0 179935 69 0 0 20 0 19 0 4822298 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 140737013154976 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8941/statm: 2406260 144118 2271 9 0 2396937 0
[pid=8941/tid=8943] ppid=8938 vsize=9625040 CPUtime=1795.57 cores=1,3,5,7
/proc/8941/task/8943/stat : 8943 (java) R 8938 8941 4966 0 -1 4202560 2488 0 1 0 179526 31 0 0 20 0 19 0 4822299 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899857161920 139899718587335 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8944] ppid=8938 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/8941/task/8944/stat : 8944 (java) S 8938 8941 4966 0 -1 4202560 284 0 0 0 46 7 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899846232488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8945] ppid=8938 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/8941/task/8945/stat : 8945 (java) S 8938 8941 4966 0 -1 4202560 496 0 0 0 35 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899845179944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8946] ppid=8938 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/8941/task/8946/stat : 8946 (java) S 8938 8941 4966 0 -1 4202560 369 0 0 0 43 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899844126888 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8947] ppid=8938 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/8941/task/8947/stat : 8947 (java) S 8938 8941 4966 0 -1 4202560 254 0 0 0 41 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899843074344 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8948] ppid=8938 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/8941/task/8948/stat : 8948 (java) S 8938 8941 4966 0 -1 4202560 306 0 0 0 31 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899842022312 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8949] ppid=8938 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/8941/task/8949/stat : 8949 (java) S 8938 8941 4966 0 -1 4202560 402 0 0 0 36 7 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899840969768 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8941/tid=8950] ppid=8938 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8941/task/8950/stat : 8950 (java) S 8938 8941 4966 0 -1 4202560 235 0 0 0 38 6 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899839916712 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8951] ppid=8938 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/8941/task/8951/stat : 8951 (java) S 8938 8941 4966 0 -1 4202560 445 0 0 0 33 5 0 0 20 0 19 0 4822300 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899838864168 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8952] ppid=8938 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/8941/task/8952/stat : 8952 (java) S 8938 8941 4966 0 -1 4202560 164 0 0 0 24 2 0 0 20 0 19 0 4822301 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899681024360 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8953] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8953/stat : 8953 (java) S 8938 8941 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899679970680 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8954] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8954/stat : 8954 (java) S 8938 8941 4966 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4822302 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899678917512 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8955] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8955/stat : 8955 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899677866256 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8956] ppid=8938 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/8941/task/8956/stat : 8956 (java) S 8938 8941 4966 0 -1 4202560 2061 0 0 0 25 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899676814136 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8941/tid=8957] ppid=8938 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8941/task/8957/stat : 8957 (java) S 8938 8941 4966 0 -1 4202560 3100 0 0 0 23 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899675761592 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8958] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8958/stat : 8958 (java) S 8938 8941 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899674708728 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8941/tid=8959] ppid=8938 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/8941/task/8959/stat : 8959 (java) S 8938 8941 4966 0 -1 4202560 104 0 0 0 33 38 0 0 20 0 19 0 4822304 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899673656392 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8941/tid=8960] ppid=8938 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8941/task/8960/stat : 8960 (java) S 8938 8941 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4822313 9856040960 144118 33554432000 1073741824 1073778376 140737013163840 139899672601640 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1796.94
CPU time (s): 1800.82
CPU user time (s): 1799.52
CPU system time (s): 1.3028
CPU usage (%): 100.216
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.52
system time used= 1.3028
maximum resident set size= 672912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12011
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38451
involuntary context switches= 10606

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.96648 second user time and 14.3598 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 23:55:24
IDJOB=4089530
IDBENCH=107419
IDSOLVER=2546
FILE ID=node105/4089530-1466027724
RUNJOBID= node105-1466009078-4983
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-grid8x11-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089530-1466027724/watcher-4089530-1466027724 -o /tmp/evaluation-result-4089530-1466027724/solver-4089530-1466027724 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466009078-4983 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089530-1466027724.opb

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

MD5SUM BENCH= c447caa242cb00f939d069011caec601
RANDOM SEED=2117648750

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:        31012720 kB
Buffers:           85756 kB
Cached:           342820 kB
SwapCached:            0 kB
Active:           636584 kB
Inactive:         343136 kB
Active(anon):     553568 kB
Inactive(anon):        0 kB
Active(file):      83016 kB
Inactive(file):   343136 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               840 kB
Writeback:             4 kB
AnonPages:        727308 kB
Mapped:            21920 kB
Shmem:               204 kB
Slab:             572800 kB
SReclaimable:      16720 kB
SUnreclaim:       556080 kB
KernelStack:        1616 kB
PageTables:         5788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     857964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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-16 00:25:21