Trace number 4089187

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.64 1796.94

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid6x15-hard.opb
MD5SUM4898c620f3888c6d81d6a7d880f53326
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.008998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables90
Total number of constraints181
Number of constraints which are clauses180
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 constraint90
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 137
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4089187-1466019784.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.028s.
0.10/0.14	c declared #vars     90
0.10/0.14	c #constraints  181
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 180
0.10/0.14	c 181 constraints processed.
0.49/0.39	c cleaning 2500 clauses out of 5000 with flag 10401/5000
0.78/0.58	c cleaning 4247 clauses out of 8500 with flag 22917/11000
1.00/0.78	c cleaning 5627 clauses out of 11254 with flag 37544/18001
1.31/1.07	c cleaning 6811 clauses out of 13626 with flag 54141/26000
1.65/1.38	c cleaning 7907 clauses out of 15819 with flag 73103/35004
2.11/1.73	c cleaning 8951 clauses out of 17908 with flag 94595/45000
2.41/2.09	c cleaning 9973 clauses out of 19957 with flag 119184/56000
2.81/2.44	c cleaning 10989 clauses out of 21984 with flag 145781/68000
3.31/2.99	c cleaning 11996 clauses out of 23996 with flag 174029/81001
3.91/3.57	c cleaning 12999 clauses out of 25999 with flag 205928/95000
4.61/4.27	c cleaning 14002 clauses out of 28003 with flag 238666/110003
5.52/5.19	c cleaning 15000 clauses out of 29999 with flag 273705/126001
6.42/6.03	c cleaning 15996 clauses out of 32000 with flag 309347/143002
7.42/7.01	c cleaning 16998 clauses out of 34002 with flag 346967/161000
8.52/8.10	c cleaning 18001 clauses out of 36005 with flag 387117/180001
9.62/9.22	c cleaning 18999 clauses out of 38003 with flag 428773/200000
11.12/10.71	c cleaning 20001 clauses out of 40006 with flag 472485/221002
12.52/12.20	c cleaning 21000 clauses out of 42003 with flag 518394/243000
13.91/13.54	c cleaning 22002 clauses out of 44003 with flag 566533/266000
15.41/15.01	c cleaning 22999 clauses out of 46002 with flag 616649/290001
17.12/16.73	c cleaning 23995 clauses out of 48003 with flag 668923/315001
18.71/18.33	c cleaning 25002 clauses out of 50008 with flag 723089/341001
20.71/20.35	c cleaning 25999 clauses out of 52006 with flag 779305/368001
22.61/22.27	c cleaning 26998 clauses out of 54007 with flag 837861/396001
24.91/24.58	c cleaning 28000 clauses out of 56008 with flag 898321/425000
27.22/26.90	c cleaning 29001 clauses out of 58010 with flag 960887/455002
30.02/29.66	c cleaning 30003 clauses out of 60010 with flag 1025391/486003
33.02/32.66	c cleaning 31003 clauses out of 62005 with flag 1091998/518001
35.43/35.08	c cleaning 31998 clauses out of 64001 with flag 1162298/551000
38.33/37.94	c cleaning 33002 clauses out of 66005 with flag 1235251/585002
40.73/40.37	c cleaning 33997 clauses out of 68002 with flag 1310138/620001
43.44/43.03	c cleaning 35001 clauses out of 70004 with flag 1385533/656000
46.23/45.82	c cleaning 36000 clauses out of 72005 with flag 1463831/693002
49.43/49.04	c cleaning 36999 clauses out of 74004 with flag 1544452/731001
52.33/52.00	c cleaning 37996 clauses out of 76004 with flag 1625781/770000
55.32/54.92	c cleaning 39002 clauses out of 78008 with flag 1709209/810000
59.12/58.78	c cleaning 40004 clauses out of 80008 with flag 1794627/851002
62.52/62.18	c cleaning 40996 clauses out of 82003 with flag 1882546/893001
65.62/65.22	c cleaning 42001 clauses out of 84006 with flag 1972772/936000
68.92/68.56	c cleaning 43002 clauses out of 86006 with flag 2064412/980001
73.72/73.39	c cleaning 43999 clauses out of 88004 with flag 2158481/1025001
78.82/78.47	c cleaning 44998 clauses out of 90004 with flag 2255278/1071000
83.95/83.59	c cleaning 46000 clauses out of 92006 with flag 2355226/1118000
88.25/87.86	c cleaning 46998 clauses out of 94006 with flag 2455268/1166000
92.55/92.12	c cleaning 48004 clauses out of 96010 with flag 2557296/1215002
97.25/96.89	c cleaning 48998 clauses out of 98005 with flag 2661635/1265001
103.15/102.78	c cleaning 50003 clauses out of 100007 with flag 2767478/1316001
108.75/108.31	c cleaning 50997 clauses out of 102003 with flag 2875629/1368000
114.55/114.18	c cleaning 51999 clauses out of 104007 with flag 2986561/1421001
121.35/120.98	c cleaning 53001 clauses out of 106007 with flag 3099717/1475000
128.15/127.72	c cleaning 54001 clauses out of 108007 with flag 3214830/1530001
135.34/134.98	c cleaning 54998 clauses out of 110006 with flag 3332322/1586001
143.12/142.61	c cleaning 56003 clauses out of 112008 with flag 3452223/1643001
150.01/149.53	c cleaning 56997 clauses out of 114004 with flag 3573723/1701000
156.82/156.39	c cleaning 58000 clauses out of 116009 with flag 3697992/1760002
163.11/162.69	c cleaning 59002 clauses out of 118009 with flag 3824226/1820002
170.11/169.68	c cleaning 60001 clauses out of 120005 with flag 3952403/1881000
177.21/176.72	c cleaning 60999 clauses out of 122004 with flag 4081965/1943000
185.61/185.17	c cleaning 62000 clauses out of 124005 with flag 4213888/2006000
194.81/194.32	c cleaning 63001 clauses out of 126007 with flag 4353717/2070002
202.81/202.38	c cleaning 64000 clauses out of 128004 with flag 4493659/2135000
209.82/209.25	c cleaning 64996 clauses out of 130004 with flag 4631633/2201000
216.42/215.89	c cleaning 66002 clauses out of 132008 with flag 4771274/2268000
223.72/223.12	c cleaning 67003 clauses out of 134006 with flag 4913022/2336000
232.14/231.55	c cleaning 67997 clauses out of 136004 with flag 5057091/2405001
242.34/241.75	c cleaning 69000 clauses out of 138006 with flag 5203697/2475000
251.45/250.85	c cleaning 70000 clauses out of 140006 with flag 5351982/2546000
263.14/262.52	c cleaning 70998 clauses out of 142006 with flag 5505825/2618000
274.03/273.44	c cleaning 71998 clauses out of 144008 with flag 5664267/2691000
283.09/282.38	c cleaning 73001 clauses out of 146010 with flag 5818995/2765000
293.19/292.40	c cleaning 74001 clauses out of 148009 with flag 5975317/2840000
305.19/304.43	c cleaning 75003 clauses out of 150011 with flag 6133779/2916003
314.89/314.15	c cleaning 75993 clauses out of 152006 with flag 6294744/2993001
328.18/327.41	c cleaning 77002 clauses out of 154012 with flag 6460544/3071000
337.69/336.90	c cleaning 78004 clauses out of 156011 with flag 6625673/3150001
349.60/348.81	c cleaning 78999 clauses out of 158007 with flag 6792784/3230001
363.69/362.77	c cleaning 80001 clauses out of 160009 with flag 6966755/3311002
376.40/375.40	c cleaning 81001 clauses out of 162008 with flag 7139075/3393002
388.99/388.07	c cleaning 81996 clauses out of 164005 with flag 7312179/3476000
405.49/404.53	c cleaning 83005 clauses out of 166009 with flag 7488413/3560000
422.48/421.59	c cleaning 84002 clauses out of 168005 with flag 7673360/3645001
437.49/436.53	c cleaning 84997 clauses out of 170002 with flag 7858554/3731000
451.90/450.77	c cleaning 85998 clauses out of 172006 with flag 8040872/3818001
465.60/464.46	c cleaning 86998 clauses out of 174007 with flag 8227423/3906000
482.69/481.50	c cleaning 88001 clauses out of 176009 with flag 8419753/3995000
498.10/496.96	c cleaning 89005 clauses out of 178011 with flag 8608167/4085003
512.19/511.07	c cleaning 89998 clauses out of 180003 with flag 8800055/4176000
526.79/525.67	c cleaning 90997 clauses out of 182005 with flag 8992301/4268000
542.35/541.03	c cleaning 92003 clauses out of 184010 with flag 9186031/4361002
560.76/559.46	c cleaning 92998 clauses out of 186005 with flag 9382273/4455000
582.45/581.14	c cleaning 94000 clauses out of 188008 with flag 9584104/4550001
601.15/599.87	c cleaning 95005 clauses out of 190010 with flag 9785417/4646003
623.37/621.83	c cleaning 95999 clauses out of 192004 with flag 9987170/4743002
646.07/644.54	c cleaning 96996 clauses out of 194004 with flag 10192367/4841001
665.36/663.83	c cleaning 97997 clauses out of 196007 with flag 10404284/4940000
684.26/682.71	c cleaning 99001 clauses out of 198010 with flag 10616313/5040000
705.89/704.16	c cleaning 100004 clauses out of 200009 with flag 10831676/5141000
728.49/726.76	c cleaning 101003 clauses out of 202006 with flag 11047070/5243001
750.99/749.28	c cleaning 102000 clauses out of 204004 with flag 11266777/5346002
768.08/766.39	c cleaning 102993 clauses out of 206002 with flag 11483564/5450000
796.37/794.32	c cleaning 103996 clauses out of 208010 with flag 11723108/5555001
817.76/815.73	c cleaning 105005 clauses out of 210014 with flag 11949694/5661001
841.36/839.40	c cleaning 105997 clauses out of 212008 with flag 12178643/5768000
867.36/865.38	c cleaning 107008 clauses out of 214015 with flag 12413597/5876004
899.18/897.00	c cleaning 108001 clauses out of 216003 with flag 12657124/5985000
920.18/918.04	c cleaning 108999 clauses out of 218004 with flag 12893995/6095002
940.77/938.60	c cleaning 109998 clauses out of 220004 with flag 13133199/6206001
961.17/958.97	c cleaning 110999 clauses out of 222007 with flag 13376211/6318002
982.07/979.86	c cleaning 112004 clauses out of 224007 with flag 13619337/6431001
1005.18/1002.92	c cleaning 112998 clauses out of 226003 with flag 13867468/6545001
1057.28/1054.99	c cleaning 114001 clauses out of 228005 with flag 14114378/6660001
1116.09/1113.75	c cleaning 114999 clauses out of 230005 with flag 14379455/6776002
1151.80/1149.40	c cleaning 115996 clauses out of 232005 with flag 14634999/6893001
1185.04/1182.60	c cleaning 117001 clauses out of 234008 with flag 14892052/7011000
1218.74/1216.28	c cleaning 118004 clauses out of 236008 with flag 15148749/7130001
1252.55/1250.04	c cleaning 118995 clauses out of 238003 with flag 15407518/7250000
1284.56/1282.07	c cleaning 120001 clauses out of 240010 with flag 15664722/7371002
1329.84/1327.21	c cleaning 121002 clauses out of 242007 with flag 15927633/7493000
1377.55/1374.91	c cleaning 121999 clauses out of 244005 with flag 16203471/7616000
1426.16/1423.45	c cleaning 123003 clauses out of 246006 with flag 16490252/7740000
1465.57/1462.80	c cleaning 123999 clauses out of 248004 with flag 16769373/7865001
1502.87/1500.15	c cleaning 124999 clauses out of 250004 with flag 17050108/7991000
1530.89/1528.08	c cleaning 126001 clauses out of 252008 with flag 17316268/8118003
1568.38/1565.58	c cleaning 126999 clauses out of 254005 with flag 17601799/8246001
1621.28/1618.44	c cleaning 127996 clauses out of 256005 with flag 17904911/8375000
1655.91/1652.91	c cleaning 129000 clauses out of 258010 with flag 18180341/8505001
1692.62/1689.62	c cleaning 130002 clauses out of 260010 with flag 18454206/8636001
1738.66/1735.54	c cleaning 131001 clauses out of 262007 with flag 18732879/8768000
1779.16/1776.03	c cleaning 132002 clauses out of 264006 with flag 19010476/8901000
1800.07/1796.91	c starts		: 5761
1800.07/1796.91	c conflicts		: 9000617
1800.07/1796.91	c decisions		: 9564717
1800.07/1796.91	c propagations		: 45621474
1800.07/1796.91	c inspects		: 26164841542
1800.07/1796.91	c shortcuts		: 0
1800.07/1796.91	c learnt literals	: 0
1800.07/1796.91	c learnt binary clauses	: 0
1800.07/1796.91	c learnt ternary clauses	: 0
1800.07/1796.91	c learnt constraints	: 9000617
1800.07/1796.91	c ignored constraints	: 0
1800.07/1796.91	c root simplifications	: 0
1800.07/1796.91	c removed literals (reason simplification)	: 0
1800.07/1796.91	c reason swapping (by a shorter reason)	: 0
1800.07/1796.91	c Calls to reduceDB	: 129
1800.07/1796.91	c Number of update (reduction) of LBD	: 285318
1800.07/1796.91	c Imported unit clauses	: 0
1800.07/1796.91	c timeout
1800.07/1796.91	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.91	c number of learned constraints concerned by reduction	: 0
1800.07/1796.91	c number of learning phase by resolution	: 0
1800.07/1796.91	c number of learning phase by cutting planes	: 0
1800.07/1796.91	c speed (assignments/second)	: 25390.854022333435
1800.07/1796.91	c non guided choices	41
1800.07/1796.94	c learnt constraints type 
1800.07/1796.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 231621
1800.07/1796.94	s UNKNOWN
1800.07/1796.94	c Total wall clock time (in seconds): 1796.828

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

pid=8697
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.10 2.15 2.17 3/194 8700
/proc/meminfo: memFree=30192136/32872528 swapFree=1243664/1390832
[pid=8700] ppid=8697 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8700/stat : 8700 (java) S 8697 8700 5929 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 4027022 98570240 977 33554432000 1073741824 1073778376 140735502617664 140735502608800 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8700/statm: 24065 977 743 9 0 16771 0
[pid=8700/tid=8701] ppid=8697 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8701/stat : 8701 (java) R 8697 8700 5929 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 4027022 98570240 977 33554432000 1073741824 1073778376 140735502617664 140539447283240 272886482304 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.10 2.15 2.17 3/194 8700
/proc/meminfo: memFree=30192136/32872528 swapFree=1243664/1390832
[pid=8700] ppid=8697 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8700/stat : 8700 (java) S 8697 8700 5929 0 -1 4202496 4429 0 1 0 9 1 0 0 20 0 18 0 4027022 9787879424 6049 33554432000 1073741824 1073778376 140735502617664 140735502608800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8700/statm: 2389619 6049 2125 9 0 2380296 0
[pid=8700/tid=8701] ppid=8697 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8700/task/8701/stat : 8701 (java) R 8697 8700 5929 0 -1 4202560 2411 0 1 0 6 1 0 0 20 0 18 0 4027022 9787879424 6049 33554432000 1073741824 1073778376 140735502617664 140539447286856 272889865485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200328 s]
/proc/loadavg: 2.10 2.15 2.17 3/194 8700
/proc/meminfo: memFree=30192136/32872528 swapFree=1243664/1390832
[pid=8700] ppid=8697 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/8700/stat : 8700 (java) S 8697 8700 5929 0 -1 4202496 6477 0 1 0 29 2 0 0 20 0 19 0 4027022 9856040960 7347 33554432000 1073741824 1073778376 140735502617664 140735502608800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8700/statm: 2406260 7347 2232 9 0 2396937 0
[pid=8700/tid=8701] ppid=8697 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8700/task/8701/stat : 8701 (java) R 8697 8700 5929 0 -1 4202560 2432 0 1 0 16 2 0 0 20 0 19 0 4027022 9856040960 7347 33554432000 1073741824 1073778376 140735502617664 140539447288448 140539387069516 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9625040

[startup+0.300335 s]
/proc/loadavg: 2.10 2.15 2.17 3/194 8700
/proc/meminfo: memFree=30192136/32872528 swapFree=1243664/1390832
[pid=8700] ppid=8697 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8700/stat : 8700 (java) S 8697 8700 5929 0 -1 4202496 6562 0 1 0 47 2 0 0 20 0 19 0 4027022 9856040960 7943 33554432000 1073741824 1073778376 140735502617664 140735502608800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8700/statm: 2406260 7943 2238 9 0 2396937 0
[pid=8700/tid=8701] ppid=8697 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/8700/task/8701/stat : 8701 (java) R 8697 8700 5929 0 -1 4202560 2433 0 1 0 26 2 0 0 20 0 19 0 4027022 9856040960 7943 33554432000 1073741824 1073778376 140735502617664 140539447288448 140539387384519 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700253 s]
/proc/loadavg: 2.10 2.15 2.17 3/194 8700
/proc/meminfo: memFree=30192136/32872528 swapFree=1243664/1390832
[pid=8700] ppid=8697 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/8700/stat : 8700 (java) S 8697 8700 5929 0 -1 4202496 7579 0 1 0 98 2 0 0 20 0 19 0 4027022 9856040960 8489 33554432000 1073741824 1073778376 140735502617664 140735502608800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8700/statm: 2406260 8489 2248 9 0 2396937 0
[pid=8700/tid=8701] ppid=8697 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/8700/task/8701/stat : 8701 (java) R 8697 8700 5929 0 -1 4202560 2434 0 1 0 66 2 0 0 20 0 19 0 4027022 9856040960 8489 33554432000 1073741824 1073778376 140735502617664 140539447288216 140539387408759 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.10 2.15 2.17 3/213 8719
/proc/meminfo: memFree=30161712/32872528 swapFree=1243664/1390832
[pid=8700] ppid=8697 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/8700/stat : 8700 (java) S 8697 8700 5929 0 -1 4202496 8510 0 1 0 190 2 0 0 20 0 19 0 4027022 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140735502608800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8700/statm: 2406260 10340 2250 9 0 2396937 0
[pid=8700/tid=8701] ppid=8697 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/8700/task/8701/stat : 8701 (java) R 8697 8700 5929 0 -1 4202560 2438 0 1 0 146 2 0 0 20 0 19 0 4027022 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539447279296 140539387416808 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8703] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8703/stat : 8703 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539386018344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8704] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8704/stat : 8704 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539384965544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8705] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8705/stat : 8705 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539288303912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8700/tid=8706] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8706/stat : 8706 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539287251112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8707] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8707/stat : 8707 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539286199336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8708] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8708/stat : 8708 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539285146536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8709] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8709/stat : 8709 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539284093736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8710] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8710/stat : 8710 (java) S 8697 8700 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539283040936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8711] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8711/stat : 8711 (java) S 8697 8700 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4027024 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539270842856 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8712] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8712/stat : 8712 (java) S 8697 8700 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539269788920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8713] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8713/stat : 8713 (java) S 8697 8700 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539268736008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8714] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8714/stat : 8714 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539267684496 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8715] ppid=8697 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/8700/task/8715/stat : 8715 (java) S 8697 8700 5929 0 -1 4202560 2626 0 0 0 19 0 0 0 20 0 19 0 4027027 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539266632632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8716] ppid=8697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8700/task/8716/stat : 8716 (java) S 8697 8700 5929 0 -1 4202560 2176 0 0 0 21 0 0 0 20 0 19 0 4027027 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539265579832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8717] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8717/stat : 8717 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539264527224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8718] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8718/stat : 8718 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539263474632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8719] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8719/stat : 8719 (java) S 8697 8700 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4027036 9856040960 10340 33554432000 1073741824 1073778376 140735502617664 140539262420136 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.10 2.15 2.17 3/213 8719
/proc/meminfo: memFree=30151784/32872528 swapFree=1243664/1390832
[pid=8700] ppid=8697 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/8700/stat : 8700 (java) S 8697 8700 5929 0 -1 4202496 8515 0 1 0 349 2 0 0 20 0 19 0 4027022 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140735502608800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8700/statm: 2406260 12900 2250 9 0 2396937 0
[pid=8700/tid=8701] ppid=8697 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/8700/task/8701/stat : 8701 (java) R 8697 8700 5929 0 -1 4202560 2443 0 1 0 306 2 0 0 20 0 19 0 4027022 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539447279296 140539387466403 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8703] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8703/stat : 8703 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539386018344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8704] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8704/stat : 8704 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539384965544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8705] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8705/stat : 8705 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539288303912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8700/tid=8706] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8706/stat : 8706 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539287251112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8707] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8707/stat : 8707 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539286199336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8708] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8708/stat : 8708 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539285146536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8709] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8709/stat : 8709 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539284093736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8710] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8710/stat : 8710 (java) S 8697 8700 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539283040936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8711] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8711/stat : 8711 (java) S 8697 8700 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4027024 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539270842856 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8712] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8712/stat : 8712 (java) S 8697 8700 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539269788920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8713] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8713/stat : 8713 (java) S 8697 8700 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539268736008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8714] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8714/stat : 8714 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539267684496 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8715] ppid=8697 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/8700/task/8715/stat : 8715 (java) S 8697 8700 5929 0 -1 4202560 2626 0 0 0 19 0 0 0 20 0 19 0 4027027 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539266632632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8716] ppid=8697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8700/task/8716/stat : 8716 (java) S 8697 8700 5929 0 -1 4202560 2176 0 0 0 21 0 0 0 20 0 19 0 4027027 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539265579832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8717] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8717/stat : 8717 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539264527224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8718] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8718/stat : 8718 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539263474632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8719] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8719/stat : 8719 (java) S 8697 8700 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4027036 9856040960 12900 33554432000 1073741824 1073778376 140735502617664 140539262420136 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.09 2.15 2.17 3/213 8719
/proc/meminfo: memFree=30135464/32872528 swapFree=1243664/1390832
[pid=8700] ppid=8697 vsize=9625040 CPUtime=6.72 cores=0,2,4,6
/proc/8700/stat : 8700 (java) S 8697 8700 5929 0 -1 4202496 8525 0 1 0 669 3 0 0 20 0 19 0 4027022 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140735502608800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8700/statm: 2406260 16957 2251 9 0 2396937 0
[pid=8700/tid=8701] ppid=8697 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/8700/task/8701/stat : 8701 (java) R 8697 8700 5929 0 -1 4202560 2452 0 1 0 625 2 0 0 20 0 19 0 4027022 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539447279296 140539387466514 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8703] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8703/stat : 8703 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539386018344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8704] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8704/stat : 8704 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539384965544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8705] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8705/stat : 8705 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539288303912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8700/tid=8706] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8706/stat : 8706 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539287251112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8707] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8707/stat : 8707 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539286199336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8708] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8708/stat : 8708 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539285146536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8709] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8709/stat : 8709 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539284093736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8710] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8710/stat : 8710 (java) S 8697 8700 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4027023 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539283040936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8711] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8711/stat : 8711 (java) S 8697 8700 5929 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4027024 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539270842856 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8712] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8712/stat : 8712 (java) S 8697 8700 5929 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539269788920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8713] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8713/stat : 8713 (java) S 8697 8700 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539268736008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8714] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8714/stat : 8714 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539267684496 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8715] ppid=8697 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/8700/task/8715/stat : 8715 (java) S 8697 8700 5929 0 -1 4202560 2626 0 0 0 19 0 0 0 20 0 19 0 4027027 9856040960 16957 33554432000 1073741824 1073778376 140735502617664 140539266632632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8716] ppid=8697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6

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

[pid=8700/tid=8712] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8712/stat : 8712 (java) S 8697 8700 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539269788920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8713] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8713/stat : 8713 (java) S 8697 8700 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539268736008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8714] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8714/stat : 8714 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539267684496 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8715] ppid=8697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8700/task/8715/stat : 8715 (java) S 8697 8700 5929 0 -1 4202560 2683 0 0 0 21 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539266632632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8716] ppid=8697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8700/task/8716/stat : 8716 (java) S 8697 8700 5929 0 -1 4202560 2176 0 0 0 21 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539265579832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8717] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8717/stat : 8717 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539264527224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8718] ppid=8697 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/8700/task/8718/stat : 8718 (java) S 8697 8700 5929 0 -1 4202560 100 0 0 0 30 27 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539263474632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8719] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8719/stat : 8719 (java) S 8697 8700 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4027036 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539262420136 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.46
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.16 2.14 3/212 8851
/proc/meminfo: memFree=29646576/32872528 swapFree=1243664/1390832
[pid=8700] ppid=8697 vsize=9625040 CPUtime=1785.46 cores=0,2,4,6
/proc/8700/stat : 8700 (java) S 8697 8700 5929 0 -1 4202496 12309 0 1 0 178468 78 0 0 20 0 19 0 4027022 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140735502608800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8700/statm: 2406260 136746 2277 9 0 2396937 0
[pid=8700/tid=8701] ppid=8697 vsize=9625040 CPUtime=1780.88 cores=0,2,4,6
/proc/8700/task/8701/stat : 8701 (java) R 8697 8700 5929 0 -1 4202560 2519 0 1 0 178054 34 0 0 20 0 19 0 4027022 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539447279296 140539387466514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8703] ppid=8697 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/8700/task/8703/stat : 8703 (java) S 8697 8700 5929 0 -1 4202560 506 0 0 0 42 6 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539386018344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8704] ppid=8697 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8700/task/8704/stat : 8704 (java) S 8697 8700 5929 0 -1 4202560 464 0 0 0 41 8 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539384965544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8705] ppid=8697 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8700/task/8705/stat : 8705 (java) S 8697 8700 5929 0 -1 4202560 306 0 0 0 35 4 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539288303912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8706] ppid=8697 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8700/task/8706/stat : 8706 (java) S 8697 8700 5929 0 -1 4202560 421 0 0 0 44 6 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539287251112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8700/tid=8707] ppid=8697 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8700/task/8707/stat : 8707 (java) S 8697 8700 5929 0 -1 4202560 223 0 0 0 37 4 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539286199336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8708] ppid=8697 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8700/task/8708/stat : 8708 (java) S 8697 8700 5929 0 -1 4202560 338 0 0 0 36 5 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539285146536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8700/tid=8709] ppid=8697 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8700/task/8709/stat : 8709 (java) S 8697 8700 5929 0 -1 4202560 541 0 0 0 41 8 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539284093736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8710] ppid=8697 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8700/task/8710/stat : 8710 (java) S 8697 8700 5929 0 -1 4202560 625 0 0 0 42 7 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539283040936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8711] ppid=8697 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/8700/task/8711/stat : 8711 (java) S 8697 8700 5929 0 -1 4202560 145 0 0 0 13 1 0 0 20 0 19 0 4027024 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539270842856 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8712] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8712/stat : 8712 (java) S 8697 8700 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539269788920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8713] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8713/stat : 8713 (java) S 8697 8700 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539268736008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8714] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8714/stat : 8714 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539267684496 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8715] ppid=8697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8700/task/8715/stat : 8715 (java) S 8697 8700 5929 0 -1 4202560 2683 0 0 0 21 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539266632632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8716] ppid=8697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8700/task/8716/stat : 8716 (java) S 8697 8700 5929 0 -1 4202560 2176 0 0 0 21 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539265579832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8717] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8717/stat : 8717 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539264527224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8718] ppid=8697 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/8700/task/8718/stat : 8718 (java) S 8697 8700 5929 0 -1 4202560 104 0 0 0 31 28 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539263474632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8719] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8719/stat : 8719 (java) S 8697 8700 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4027036 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539262420136 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.46
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.23 2.17 2.14 3/213 8853
/proc/meminfo: memFree=29653336/32872528 swapFree=1243664/1390832
[pid=8700] ppid=8697 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/8700/stat : 8700 (java) S 8697 8700 5929 0 -1 4202496 12309 0 1 0 179929 78 0 0 20 0 19 0 4027022 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140735502608800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8700/statm: 2406260 136746 2277 9 0 2396937 0
[pid=8700/tid=8701] ppid=8697 vsize=9625040 CPUtime=1795.48 cores=0,2,4,6
/proc/8700/task/8701/stat : 8701 (java) R 8697 8700 5929 0 -1 4202560 2519 0 1 0 179514 34 0 0 20 0 19 0 4027022 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539447279296 140539387407792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8703] ppid=8697 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/8700/task/8703/stat : 8703 (java) S 8697 8700 5929 0 -1 4202560 506 0 0 0 42 6 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539386018344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8704] ppid=8697 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8700/task/8704/stat : 8704 (java) S 8697 8700 5929 0 -1 4202560 464 0 0 0 41 8 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539384965544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8705] ppid=8697 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8700/task/8705/stat : 8705 (java) S 8697 8700 5929 0 -1 4202560 306 0 0 0 35 4 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539288303912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8706] ppid=8697 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8700/task/8706/stat : 8706 (java) S 8697 8700 5929 0 -1 4202560 421 0 0 0 44 6 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539287251112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8700/tid=8707] ppid=8697 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8700/task/8707/stat : 8707 (java) S 8697 8700 5929 0 -1 4202560 223 0 0 0 37 4 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539286199336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8708] ppid=8697 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8700/task/8708/stat : 8708 (java) S 8697 8700 5929 0 -1 4202560 338 0 0 0 36 5 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539285146536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8700/tid=8709] ppid=8697 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8700/task/8709/stat : 8709 (java) S 8697 8700 5929 0 -1 4202560 541 0 0 0 41 8 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539284093736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8710] ppid=8697 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8700/task/8710/stat : 8710 (java) S 8697 8700 5929 0 -1 4202560 625 0 0 0 42 7 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539283040936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8711] ppid=8697 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/8700/task/8711/stat : 8711 (java) S 8697 8700 5929 0 -1 4202560 145 0 0 0 13 1 0 0 20 0 19 0 4027024 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539270842856 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8712] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8712/stat : 8712 (java) S 8697 8700 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539269788920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8713] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8713/stat : 8713 (java) S 8697 8700 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539268736008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8714] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8714/stat : 8714 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539267684496 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8715] ppid=8697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8700/task/8715/stat : 8715 (java) S 8697 8700 5929 0 -1 4202560 2683 0 0 0 21 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539266632632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8716] ppid=8697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8700/task/8716/stat : 8716 (java) S 8697 8700 5929 0 -1 4202560 2176 0 0 0 21 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539265579832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8717] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8717/stat : 8717 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539264527224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8718] ppid=8697 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8700/task/8718/stat : 8718 (java) S 8697 8700 5929 0 -1 4202560 104 0 0 0 31 29 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539263474632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8719] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8719/stat : 8719 (java) S 8697 8700 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4027036 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539262420136 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 8700 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.9 s]
/proc/loadavg: 2.23 2.17 2.14 3/213 8853
/proc/meminfo: memFree=29653336/32872528 swapFree=1243664/1390832
[pid=8700] ppid=8697 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/8700/stat : 8700 (java) S 8697 8700 5929 0 -1 4202496 12309 0 1 0 179929 78 0 0 20 0 19 0 4027022 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140735502608800 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8700/statm: 2406260 136746 2277 9 0 2396937 0
[pid=8700/tid=8701] ppid=8697 vsize=9625040 CPUtime=1795.48 cores=0,2,4,6
/proc/8700/task/8701/stat : 8701 (java) R 8697 8700 5929 0 -1 4202560 2519 0 1 0 179514 34 0 0 20 0 19 0 4027022 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539447279296 140539387407792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8703] ppid=8697 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/8700/task/8703/stat : 8703 (java) S 8697 8700 5929 0 -1 4202560 506 0 0 0 42 6 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539386018344 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8704] ppid=8697 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8700/task/8704/stat : 8704 (java) S 8697 8700 5929 0 -1 4202560 464 0 0 0 41 8 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539384965544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8705] ppid=8697 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/8700/task/8705/stat : 8705 (java) S 8697 8700 5929 0 -1 4202560 306 0 0 0 35 4 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539288303912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8706] ppid=8697 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8700/task/8706/stat : 8706 (java) S 8697 8700 5929 0 -1 4202560 421 0 0 0 44 6 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539287251112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8700/tid=8707] ppid=8697 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8700/task/8707/stat : 8707 (java) S 8697 8700 5929 0 -1 4202560 223 0 0 0 37 4 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539286199336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8708] ppid=8697 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/8700/task/8708/stat : 8708 (java) S 8697 8700 5929 0 -1 4202560 338 0 0 0 36 5 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539285146536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8700/tid=8709] ppid=8697 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8700/task/8709/stat : 8709 (java) S 8697 8700 5929 0 -1 4202560 541 0 0 0 41 8 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539284093736 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8710] ppid=8697 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8700/task/8710/stat : 8710 (java) S 8697 8700 5929 0 -1 4202560 625 0 0 0 42 7 0 0 20 0 19 0 4027023 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539283040936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8711] ppid=8697 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/8700/task/8711/stat : 8711 (java) S 8697 8700 5929 0 -1 4202560 145 0 0 0 13 1 0 0 20 0 19 0 4027024 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539270842856 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8712] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8712/stat : 8712 (java) S 8697 8700 5929 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539269788920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8713] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8713/stat : 8713 (java) S 8697 8700 5929 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4027025 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539268736008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8714] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8714/stat : 8714 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539267684496 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8715] ppid=8697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8700/task/8715/stat : 8715 (java) S 8697 8700 5929 0 -1 4202560 2683 0 0 0 21 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539266632632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8700/tid=8716] ppid=8697 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/8700/task/8716/stat : 8716 (java) S 8697 8700 5929 0 -1 4202560 2176 0 0 0 21 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539265579832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8717] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8717/stat : 8717 (java) S 8697 8700 5929 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539264527224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8700/tid=8718] ppid=8697 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/8700/task/8718/stat : 8718 (java) S 8697 8700 5929 0 -1 4202560 104 0 0 0 31 29 0 0 20 0 19 0 4027027 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539263474632 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8700/tid=8719] ppid=8697 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8700/task/8719/stat : 8719 (java) S 8697 8700 5929 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4027036 9856040960 136746 33554432000 1073741824 1073778376 140735502617664 140539262420136 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1796.94
CPU time (s): 1800.64
CPU user time (s): 1799.38
CPU system time (s): 1.26381
CPU usage (%): 100.206
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 1.26381
maximum resident set size= 607244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12354
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38610
involuntary context switches= 21806

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6644 second user time and 13.5719 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-15 21:43:04
IDJOB=4089187
IDBENCH=107370
IDSOLVER=2546
FILE ID=node119/4089187-1466019784
RUNJOBID= node119-1466012072-5945
PBS_JOBID= 19902816
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 4898c620f3888c6d81d6a7d880f53326
RANDOM SEED=2028037984

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30192564 kB
Buffers:           13756 kB
Cached:            91304 kB
SwapCached:        14200 kB
Active:           493192 kB
Inactive:          95700 kB
Active(anon):     472344 kB
Inactive(anon):    14104 kB
Active(file):      20848 kB
Inactive(file):    81596 kB
Unevictable:     1390832 kB
Mlocked:         1243664 kB
SwapTotal:      67108856 kB
SwapFree:       67088056 kB
Dirty:               428 kB
Writeback:             0 kB
AnonPages:       1865916 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             565228 kB
SReclaimable:       9068 kB
SUnreclaim:       556160 kB
KernelStack:        1712 kB
PageTables:         8020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2002864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node119 at 2016-06-15 22:13:01