Trace number 4089411

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.91 1797.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid4x21-hard.opb
MD5SUMdde958ccc8a40404034f54f903b25bc9
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.004999
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables84
Total number of constraints169
Number of constraints which are clauses168
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 constraint84
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 43
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 127
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4089411-1466024969.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.11/0.13	c ... done. Wall clock time 0.024s.
0.11/0.13	c declared #vars     84
0.11/0.13	c #constraints  169
0.11/0.13	c constraints type 
0.11/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 168
0.11/0.13	c 169 constraints processed.
0.50/0.37	c cleaning 2501 clauses out of 5001 with flag 10389/5001
0.92/0.54	c cleaning 4250 clauses out of 8500 with flag 22845/11001
1.14/0.72	c cleaning 5625 clauses out of 11250 with flag 37400/18001
1.38/0.96	c cleaning 6807 clauses out of 13624 with flag 54264/26000
1.76/1.23	c cleaning 7906 clauses out of 15817 with flag 73639/35000
2.05/1.54	c cleaning 8956 clauses out of 17911 with flag 94784/45000
2.35/1.89	c cleaning 9978 clauses out of 19955 with flag 117784/56000
2.76/2.28	c cleaning 10988 clauses out of 21977 with flag 142873/68000
3.16/2.69	c cleaning 11995 clauses out of 23989 with flag 170027/81000
3.67/3.18	c cleaning 12996 clauses out of 25995 with flag 199478/95001
4.37/3.80	c cleaning 13998 clauses out of 27998 with flag 233230/110000
4.98/4.47	c cleaning 14995 clauses out of 30000 with flag 269060/126000
5.68/5.10	c cleaning 15999 clauses out of 32008 with flag 306433/143003
6.28/5.79	c cleaning 17001 clauses out of 34007 with flag 344162/161001
7.08/6.51	c cleaning 18003 clauses out of 36005 with flag 384039/180000
7.88/7.34	c cleaning 19001 clauses out of 38003 with flag 425851/200001
8.97/8.43	c cleaning 19998 clauses out of 40002 with flag 469878/221001
9.87/9.37	c cleaning 21001 clauses out of 42003 with flag 516300/243000
10.87/10.35	c cleaning 21999 clauses out of 44002 with flag 564587/266000
11.97/11.44	c cleaning 23001 clauses out of 46004 with flag 615495/290001
13.47/12.90	c cleaning 23997 clauses out of 48003 with flag 668523/315001
14.89/14.38	c cleaning 25001 clauses out of 50006 with flag 723036/341001
16.38/15.81	c cleaning 26002 clauses out of 52005 with flag 779889/368001
17.78/17.26	c cleaning 27000 clauses out of 54004 with flag 840636/396002
19.17/18.70	c cleaning 27999 clauses out of 56002 with flag 901458/425000
21.07/20.51	c cleaning 28996 clauses out of 58004 with flag 964723/455001
22.37/21.88	c cleaning 30002 clauses out of 60009 with flag 1029814/486002
24.07/23.58	c cleaning 31003 clauses out of 62005 with flag 1096714/518000
25.58/25.03	c cleaning 31997 clauses out of 64003 with flag 1165897/551001
27.71/27.17	c cleaning 33001 clauses out of 66007 with flag 1237344/585002
29.81/29.29	c cleaning 33997 clauses out of 68004 with flag 1310826/620000
32.01/31.44	c cleaning 35000 clauses out of 70008 with flag 1387468/656001
34.31/33.75	c cleaning 36001 clauses out of 72009 with flag 1466020/693002
36.92/36.40	c cleaning 37004 clauses out of 74007 with flag 1547100/731001
39.81/39.29	c cleaning 37999 clauses out of 76003 with flag 1628513/770001
42.61/42.05	c cleaning 39002 clauses out of 78003 with flag 1713280/810000
45.41/44.87	c cleaning 39998 clauses out of 80001 with flag 1799733/851000
49.31/48.71	c cleaning 40998 clauses out of 82004 with flag 1888337/893001
52.91/52.34	c cleaning 41997 clauses out of 84005 with flag 1978424/936000
55.81/55.22	c cleaning 42998 clauses out of 86008 with flag 2070587/980000
58.81/58.25	c cleaning 44004 clauses out of 88010 with flag 2165064/1025000
62.31/61.71	c cleaning 44997 clauses out of 90007 with flag 2261650/1071001
65.71/65.16	c cleaning 46000 clauses out of 92009 with flag 2360127/1118000
70.01/69.32	c cleaning 47001 clauses out of 94009 with flag 2461373/1166000
74.71/74.02	c cleaning 48001 clauses out of 96009 with flag 2566500/1215001
79.01/78.34	c cleaning 49002 clauses out of 98008 with flag 2674294/1265001
84.81/84.13	c cleaning 50001 clauses out of 100005 with flag 2789600/1316000
89.71/89.08	c cleaning 51000 clauses out of 102004 with flag 2904216/1368000
95.01/94.31	c cleaning 52001 clauses out of 104005 with flag 3020999/1421001
102.11/101.40	c cleaning 53001 clauses out of 106003 with flag 3141449/1475000
107.61/106.91	c cleaning 53999 clauses out of 108004 with flag 3256878/1530002
113.91/113.23	c cleaning 55000 clauses out of 110004 with flag 3373965/1586001
119.91/119.29	c cleaning 56000 clauses out of 112003 with flag 3493010/1643000
126.21/125.51	c cleaning 56998 clauses out of 114004 with flag 3614451/1701001
132.61/131.97	c cleaning 58003 clauses out of 116006 with flag 3739242/1760001
139.09/138.38	c cleaning 58997 clauses out of 118003 with flag 3868089/1820001
145.49/144.70	c cleaning 60000 clauses out of 120005 with flag 3996064/1881000
152.49/151.74	c cleaning 61001 clauses out of 122005 with flag 4125562/1943000
159.59/158.85	c cleaning 62001 clauses out of 124004 with flag 4257146/2006000
166.90/166.16	c cleaning 63002 clauses out of 126003 with flag 4391545/2070000
175.80/175.03	c cleaning 63999 clauses out of 128004 with flag 4527984/2135003
184.40/183.67	c cleaning 64997 clauses out of 130003 with flag 4665812/2201001
193.00/192.21	c cleaning 66000 clauses out of 132005 with flag 4805584/2268000
202.50/201.74	c cleaning 66999 clauses out of 134007 with flag 4948133/2336002
212.35/211.41	c cleaning 68001 clauses out of 136007 with flag 5100045/2405001
223.16/222.24	c cleaning 69000 clauses out of 138006 with flag 5249941/2475001
232.75/231.84	c cleaning 70000 clauses out of 140006 with flag 5399375/2546001
243.96/243.10	c cleaning 70999 clauses out of 142006 with flag 5550255/2618001
256.56/255.60	c cleaning 72000 clauses out of 144007 with flag 5702887/2691001
266.26/265.30	c cleaning 73003 clauses out of 146006 with flag 5858656/2765000
277.46/276.51	c cleaning 74002 clauses out of 148003 with flag 6015699/2840000
288.07/287.14	c cleaning 74998 clauses out of 150001 with flag 6174871/2916000
302.20/301.12	c cleaning 75996 clauses out of 152003 with flag 6335577/2993000
315.20/314.18	c cleaning 77000 clauses out of 154007 with flag 6498719/3071000
329.10/328.06	c cleaning 78000 clauses out of 156008 with flag 6663741/3150001
342.60/341.53	c cleaning 79002 clauses out of 158007 with flag 6830947/3230000
357.10/356.09	c cleaning 79999 clauses out of 160005 with flag 7000124/3311000
371.10/370.08	c cleaning 80999 clauses out of 162008 with flag 7171685/3393002
385.40/384.39	c cleaning 82001 clauses out of 164007 with flag 7344856/3476000
400.52/399.37	c cleaning 82999 clauses out of 166006 with flag 7528416/3560000
416.31/415.18	c cleaning 83996 clauses out of 168008 with flag 7711876/3645001
427.12/425.95	c cleaning 85003 clauses out of 170013 with flag 7898643/3731002
440.12/438.92	c cleaning 85999 clauses out of 172009 with flag 8087432/3818001
453.52/452.31	c cleaning 87004 clauses out of 174009 with flag 8275961/3906000
467.32/466.12	c cleaning 87999 clauses out of 176005 with flag 8462658/3995000
483.03/481.84	c cleaning 89004 clauses out of 178007 with flag 8651264/4085001
497.77/496.44	c cleaning 90000 clauses out of 180003 with flag 8841598/4176001
516.37/515.08	c cleaning 91000 clauses out of 182004 with flag 9034053/4268002
537.76/536.49	c cleaning 91999 clauses out of 184002 with flag 9228495/4361000
558.48/557.19	c cleaning 92998 clauses out of 186003 with flag 9425218/4455000
578.77/577.42	c cleaning 94000 clauses out of 188005 with flag 9623941/4550000
598.07/596.72	c cleaning 94999 clauses out of 190005 with flag 9824577/4646000
617.54/616.03	c cleaning 96005 clauses out of 192009 with flag 10027575/4743003
635.64/634.18	c cleaning 96994 clauses out of 194003 with flag 10233122/4841002
657.24/655.78	c cleaning 97997 clauses out of 196007 with flag 10441585/4940000
676.23/674.74	c cleaning 99000 clauses out of 198011 with flag 10657036/5040001
699.83/698.32	c cleaning 99997 clauses out of 200010 with flag 10872405/5141000
723.06/721.36	c cleaning 100999 clauses out of 202013 with flag 11087484/5243000
743.96/742.29	c cleaning 102004 clauses out of 204016 with flag 11304266/5346002
766.28/764.53	c cleaning 103002 clauses out of 206010 with flag 11526279/5450000
795.17/793.44	c cleaning 104000 clauses out of 208008 with flag 11749316/5555000
818.67/816.90	c cleaning 104999 clauses out of 210008 with flag 11977336/5661000
841.24/839.26	c cleaning 105999 clauses out of 212010 with flag 12210223/5768001
863.34/861.33	c cleaning 107004 clauses out of 214011 with flag 12441371/5876001
888.04/886.00	c cleaning 107999 clauses out of 216007 with flag 12681936/5985001
910.44/908.47	c cleaning 108998 clauses out of 218007 with flag 12923444/6095000
935.85/933.87	c cleaning 110004 clauses out of 220009 with flag 13163582/6206000
967.71/965.42	c cleaning 111001 clauses out of 222005 with flag 13398524/6318000
1002.31/1000.06	c cleaning 112002 clauses out of 224005 with flag 13637459/6431001
1041.32/1039.03	c cleaning 113000 clauses out of 226002 with flag 13878844/6545000
1079.02/1076.75	c cleaning 114002 clauses out of 228003 with flag 14121422/6660001
1117.73/1115.30	c cleaning 114994 clauses out of 230000 with flag 14378473/6776000
1146.13/1143.79	c cleaning 115997 clauses out of 232007 with flag 14635694/6893001
1173.84/1171.45	c cleaning 117001 clauses out of 234009 with flag 14892327/7011000
1205.85/1203.46	c cleaning 118002 clauses out of 236009 with flag 15157482/7130001
1234.09/1231.52	c cleaning 119001 clauses out of 238008 with flag 15418631/7250002
1270.30/1267.75	c cleaning 120000 clauses out of 240006 with flag 15683043/7371001
1300.70/1298.14	c cleaning 120997 clauses out of 242005 with flag 15954148/7493000
1328.21/1325.63	c cleaning 122000 clauses out of 244008 with flag 16222547/7616000
1359.95/1357.32	c cleaning 123005 clauses out of 246009 with flag 16487180/7740001
1388.66/1386.06	c cleaning 123998 clauses out of 248003 with flag 16753238/7865000
1422.66/1420.08	c cleaning 125003 clauses out of 250005 with flag 17033285/7991000
1469.67/1466.94	c cleaning 125995 clauses out of 252002 with flag 17320323/8118000
1509.58/1506.89	c cleaning 126999 clauses out of 254007 with flag 17590638/8246000
1550.88/1548.16	c cleaning 128004 clauses out of 256010 with flag 17860670/8375002
1601.60/1598.71	c cleaning 129000 clauses out of 258004 with flag 18138021/8505000
1644.50/1641.65	c cleaning 129995 clauses out of 260004 with flag 18413888/8636000
1693.90/1691.02	c cleaning 131000 clauses out of 262009 with flag 18691985/8768000
1744.41/1741.54	c cleaning 132002 clauses out of 264009 with flag 18971187/8901000
1795.88/1792.99	c cleaning 133002 clauses out of 266008 with flag 19253434/9035001
1800.08/1797.10	c starts		: 25561
1800.08/1797.10	c conflicts		: 9053520
1800.08/1797.10	c decisions		: 10222115
1800.08/1797.10	c propagations		: 46529557
1800.08/1797.10	c inspects		: 29301477555
1800.08/1797.10	c shortcuts		: 0
1800.08/1797.10	c timeout
1800.08/1797.10	c learnt literals	: 0
1800.08/1797.10	c learnt binary clauses	: 0
1800.08/1797.10	c learnt ternary clauses	: 0
1800.08/1797.10	c learnt constraints	: 9053520
1800.08/1797.10	c ignored constraints	: 0
1800.08/1797.10	c root simplifications	: 0
1800.08/1797.10	c removed literals (reason simplification)	: 0
1800.08/1797.10	c reason swapping (by a shorter reason)	: 0
1800.08/1797.10	c Calls to reduceDB	: 130
1800.08/1797.10	c Number of update (reduction) of LBD	: 339774
1800.08/1797.10	c Imported unit clauses	: 0
1800.08/1797.10	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.10	c number of learned constraints concerned by reduction	: 0
1800.08/1797.10	c number of learning phase by resolution	: 0
1800.08/1797.10	c number of learning phase by cutting planes	: 0
1800.08/1797.10	c speed (assignments/second)	: 25893.26896590103
1800.08/1797.10	c non guided choices	39
1800.08/1797.13	c learnt constraints type 
1800.08/1797.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151525
1800.08/1797.13	s UNKNOWN
1800.08/1797.13	c Total wall clock time (in seconds): 1797.03

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

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.04 2.01 3/194 8598
/proc/meminfo: memFree=31047588/32872528 swapFree=162364/176672
[pid=8598] ppid=8595 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/8598/stat : 8598 (java) S 8595 8598 4966 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 4546834 95129600 927 33554432000 1073741824 1073778376 140734450845152 140734450836288 224925876285 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8598/statm: 23225 927 703 9 0 16769 0
[pid=8598/tid=8599] ppid=8595 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8599/stat : 8599 (java) R 8595 8598 4966 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 2 0 4546834 96370688 929 33554432000 1073741824 1073778376 140734450845152 139853054852648 224913291214 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.08 2.04 2.01 3/194 8598
/proc/meminfo: memFree=31047588/32872528 swapFree=162364/176672
[pid=8598] ppid=8595 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/8598/stat : 8598 (java) S 8595 8598 4966 0 -1 4202496 4552 0 1 0 9 2 0 0 20 0 18 0 4546834 9787879424 5672 33554432000 1073741824 1073778376 140734450845152 140734450836288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8598/statm: 2389619 5672 2157 9 0 2380296 0
[pid=8598/tid=8599] ppid=8595 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8598/task/8599/stat : 8599 (java) R 8595 8598 4966 0 -1 4202560 2430 0 1 0 6 1 0 0 20 0 18 0 4546834 9787879424 5672 33554432000 1073741824 1073778376 140734450845152 139853054856456 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200274 s]
/proc/loadavg: 2.08 2.04 2.01 3/194 8598
/proc/meminfo: memFree=31047588/32872528 swapFree=162364/176672
[pid=8598] ppid=8595 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/8598/stat : 8598 (java) S 8595 8598 4966 0 -1 4202496 6770 0 1 0 30 2 0 0 20 0 19 0 4546834 9856040960 6936 33554432000 1073741824 1073778376 140734450845152 140734450836288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8598/statm: 2406260 6936 2220 9 0 2396937 0
[pid=8598/tid=8599] ppid=8595 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/8598/task/8599/stat : 8599 (java) R 8595 8598 4966 0 -1 4202560 2453 0 1 0 16 1 0 0 20 0 19 0 4546834 9856040960 6936 33554432000 1073741824 1073778376 140734450845152 139853054857856 139852994671620 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9625040

[startup+0.300263 s]
/proc/loadavg: 2.08 2.04 2.01 3/194 8598
/proc/meminfo: memFree=31047588/32872528 swapFree=162364/176672
[pid=8598] ppid=8595 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/8598/stat : 8598 (java) S 8595 8598 4966 0 -1 4202496 6829 0 1 0 48 2 0 0 20 0 19 0 4546834 9856040960 7492 33554432000 1073741824 1073778376 140734450845152 140734450836288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8598/statm: 2406260 7492 2226 9 0 2396937 0
[pid=8598/tid=8599] ppid=8595 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8598/task/8599/stat : 8599 (java) R 8595 8598 4966 0 -1 4202560 2454 0 1 0 26 1 0 0 20 0 19 0 4546834 9856040960 7492 33554432000 1073741824 1073778376 140734450845152 139853054857856 139852995036576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700259 s]
/proc/loadavg: 2.08 2.04 2.01 3/194 8598
/proc/meminfo: memFree=31047588/32872528 swapFree=162364/176672
[pid=8598] ppid=8595 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/8598/stat : 8598 (java) S 8595 8598 4966 0 -1 4202496 12728 0 1 0 111 3 0 0 20 0 19 0 4546834 9856040960 11952 33554432000 1073741824 1073778376 140734450845152 140734450836288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8598/statm: 2406260 11952 2239 9 0 2396937 0
[pid=8598/tid=8599] ppid=8595 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8598/task/8599/stat : 8599 (java) R 8595 8598 4966 0 -1 4202560 2455 0 1 0 66 1 0 0 20 0 19 0 4546834 9856040960 11952 33554432000 1073741824 1073778376 140734450845152 139853054857592 139852994956519 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.07 2.04 2.00 3/213 8617
/proc/meminfo: memFree=31004456/32872528 swapFree=162364/176672
[pid=8598] ppid=8595 vsize=9625040 CPUtime=2.05 cores=0,2,4,6
/proc/8598/stat : 8598 (java) S 8595 8598 4966 0 -1 4202496 12794 0 1 0 202 3 0 0 20 0 19 0 4546834 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 140734450836288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8598/statm: 2406260 13550 2248 9 0 2396937 0
[pid=8598/tid=8599] ppid=8595 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/8598/task/8599/stat : 8599 (java) R 8595 8598 4966 0 -1 4202560 2465 0 1 0 146 1 0 0 20 0 19 0 4546834 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139853054848688 139852994981722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8601] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8601/stat : 8601 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852898842920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8602] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8602/stat : 8602 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852897790120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8603] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8603/stat : 8603 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852896737832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8604] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8604/stat : 8604 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852895685032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8605] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8605/stat : 8605 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852894632744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8606] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8606/stat : 8606 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852893579944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8607] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8607/stat : 8607 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852892527656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8608] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8608/stat : 8608 (java) S 8595 8598 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852891474856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8609] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8609/stat : 8609 (java) S 8595 8598 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4546836 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852879063272 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8610] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8610/stat : 8610 (java) S 8595 8598 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4546836 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852878009336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8611] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8611/stat : 8611 (java) S 8595 8598 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4546837 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852876956936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8612] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8612/stat : 8612 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852875905424 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8613] ppid=8595 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8598/task/8613/stat : 8613 (java) S 8595 8598 4966 0 -1 4202560 5853 0 0 0 29 0 0 0 20 0 19 0 4546839 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852874853048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8614] ppid=8595 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8598/task/8614/stat : 8614 (java) S 8595 8598 4966 0 -1 4202560 3205 0 0 0 25 0 0 0 20 0 19 0 4546839 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852873800248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8615] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8615/stat : 8615 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852872748152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8616] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8616/stat : 8616 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852871695560 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8617] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8617/stat : 8617 (java) S 8595 8598 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4546847 9856040960 13550 33554432000 1073741824 1073778376 140734450845152 139852870640552 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.07 2.04 2.00 3/213 8617
/proc/meminfo: memFree=30997752/32872528 swapFree=162364/176672
[pid=8598] ppid=8595 vsize=9625040 CPUtime=3.67 cores=0,2,4,6
/proc/8598/stat : 8598 (java) S 8595 8598 4966 0 -1 4202496 12806 0 1 0 364 3 0 0 20 0 19 0 4546834 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 140734450836288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8598/statm: 2406260 16628 2248 9 0 2396937 0
[pid=8598/tid=8599] ppid=8595 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/8598/task/8599/stat : 8599 (java) R 8595 8598 4966 0 -1 4202560 2471 0 1 0 306 2 0 0 20 0 19 0 4546834 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139853054848672 139852994981695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8601] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8601/stat : 8601 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852898842920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8602] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8602/stat : 8602 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852897790120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8603] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8603/stat : 8603 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852896737832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8604] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8604/stat : 8604 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852895685032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8605] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8605/stat : 8605 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852894632744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8606] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8606/stat : 8606 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852893579944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8607] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8607/stat : 8607 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852892527656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8608] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8608/stat : 8608 (java) S 8595 8598 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852891474856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8609] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8609/stat : 8609 (java) S 8595 8598 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4546836 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852879063272 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8610] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8610/stat : 8610 (java) S 8595 8598 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4546836 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852878009336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8611] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8611/stat : 8611 (java) S 8595 8598 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4546837 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852876956936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8612] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8612/stat : 8612 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852875905424 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8613] ppid=8595 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/8598/task/8613/stat : 8613 (java) S 8595 8598 4966 0 -1 4202560 5859 0 0 0 31 0 0 0 20 0 19 0 4546839 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852874853048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8614] ppid=8595 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8598/task/8614/stat : 8614 (java) S 8595 8598 4966 0 -1 4202560 3205 0 0 0 25 0 0 0 20 0 19 0 4546839 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852873800248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8615] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8615/stat : 8615 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852872748152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8616] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8616/stat : 8616 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852871695560 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8617] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8617/stat : 8617 (java) S 8595 8598 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4546847 9856040960 16628 33554432000 1073741824 1073778376 140734450845152 139852870640552 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.07 2.04 2.00 3/213 8617
/proc/meminfo: memFree=30976756/32872528 swapFree=162364/176672
[pid=8598] ppid=8595 vsize=9625040 CPUtime=6.88 cores=0,2,4,6
/proc/8598/stat : 8598 (java) S 8595 8598 4966 0 -1 4202496 12817 0 1 0 684 4 0 0 20 0 19 0 4546834 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 140734450836288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8598/statm: 2406260 21220 2249 9 0 2396937 0
[pid=8598/tid=8599] ppid=8595 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/8598/task/8599/stat : 8599 (java) R 8595 8598 4966 0 -1 4202560 2481 0 1 0 625 2 0 0 20 0 19 0 4546834 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139853054848688 139852995050107 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8601] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8601/stat : 8601 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139852898842920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8602] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8602/stat : 8602 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139852897790120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8603] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8603/stat : 8603 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139852896737832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8604] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8604/stat : 8604 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139852895685032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8605] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8605/stat : 8605 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139852894632744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8606] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8606/stat : 8606 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139852893579944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8607] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8607/stat : 8607 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139852892527656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8608] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8608/stat : 8608 (java) S 8595 8598 4966 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4546835 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139852891474856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8609] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8609/stat : 8609 (java) S 8595 8598 4966 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4546836 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139852879063272 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8610] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8610/stat : 8610 (java) S 8595 8598 4966 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4546836 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139852878009336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8611] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8611/stat : 8611 (java) S 8595 8598 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4546837 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139852876956936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8612] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8612/stat : 8612 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139852875905424 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8613] ppid=8595 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/8598/task/8613/stat : 8613 (java) S 8595 8598 4966 0 -1 4202560 5859 0 0 0 31 0 0 0 20 0 19 0 4546839 9856040960 21220 33554432000 1073741824 1073778376 140734450845152 139852874853048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8614] ppid=8595 vsize=9625040 CPUtime=0.25 cores=0,2,4,6

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

[pid=8598/tid=8610] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8610/stat : 8610 (java) S 8595 8598 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4546836 9856040960 151443 33554432000 1073741824 1073778376 140734450845152 139852878009336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8611] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8611/stat : 8611 (java) S 8595 8598 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4546837 9856040960 151443 33554432000 1073741824 1073778376 140734450845152 139852876956936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8612] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8612/stat : 8612 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 151443 33554432000 1073741824 1073778376 140734450845152 139852875905424 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8613] ppid=8595 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8598/task/8613/stat : 8613 (java) S 8595 8598 4966 0 -1 4202560 5876 0 0 0 34 0 0 0 20 0 19 0 4546839 9856040960 151443 33554432000 1073741824 1073778376 140734450845152 139852874853048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8614] ppid=8595 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8598/task/8614/stat : 8614 (java) S 8595 8598 4966 0 -1 4202560 3205 0 0 0 25 0 0 0 20 0 19 0 4546839 9856040960 151443 33554432000 1073741824 1073778376 140734450845152 139852873800248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8615] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8615/stat : 8615 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 151443 33554432000 1073741824 1073778376 140734450845152 139852872748152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8616] ppid=8595 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8598/task/8616/stat : 8616 (java) S 8595 8598 4966 0 -1 4202560 100 0 0 0 35 32 0 0 20 0 19 0 4546839 9856040960 151443 33554432000 1073741824 1073778376 140734450845152 139852871695560 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8617] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8617/stat : 8617 (java) S 8595 8598 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4546847 9856040960 151443 33554432000 1073741824 1073778376 140734450845152 139852870640552 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.2
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 8727
/proc/meminfo: memFree=30490132/32872528 swapFree=162364/176672
[pid=8598] ppid=8595 vsize=9625040 CPUtime=1785.28 cores=0,2,4,6
/proc/8598/stat : 8598 (java) S 8595 8598 4966 0 -1 4202496 15173 0 1 0 178458 70 0 0 20 0 19 0 4546834 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 140734450836288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8598/statm: 2406260 150754 2271 9 0 2396937 0
[pid=8598/tid=8599] ppid=8595 vsize=9625040 CPUtime=1781.47 cores=0,2,4,6
/proc/8598/task/8599/stat : 8599 (java) R 8595 8598 4966 0 -1 4202560 2543 0 1 0 178116 31 0 0 20 0 19 0 4546834 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139853054856480 139852995014674 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8601] ppid=8595 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/8598/task/8601/stat : 8601 (java) S 8595 8598 4966 0 -1 4202560 263 0 0 0 27 5 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852898842920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8602] ppid=8595 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8598/task/8602/stat : 8602 (java) S 8595 8598 4966 0 -1 4202560 173 0 0 0 24 5 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852897790120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8603] ppid=8595 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8598/task/8603/stat : 8603 (java) S 8595 8598 4966 0 -1 4202560 355 0 0 0 29 5 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852896737832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8604] ppid=8595 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/8598/task/8604/stat : 8604 (java) S 8595 8598 4966 0 -1 4202560 151 0 0 0 34 6 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852895685032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8605] ppid=8595 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/8598/task/8605/stat : 8605 (java) S 8595 8598 4966 0 -1 4202560 173 0 0 0 28 5 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852894632744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8606] ppid=8595 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/8598/task/8606/stat : 8606 (java) S 8595 8598 4966 0 -1 4202560 267 0 0 0 29 4 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852893579944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8607] ppid=8595 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/8598/task/8607/stat : 8607 (java) S 8595 8598 4966 0 -1 4202560 320 0 0 0 29 6 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852892527656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8608] ppid=8595 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/8598/task/8608/stat : 8608 (java) S 8595 8598 4966 0 -1 4202560 338 0 0 0 42 9 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852891474856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8609] ppid=8595 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/8598/task/8609/stat : 8609 (java) S 8595 8598 4966 0 -1 4202560 148 0 0 0 14 0 0 0 20 0 19 0 4546836 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852879063272 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8610] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8610/stat : 8610 (java) S 8595 8598 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4546836 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852878009336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8611] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8611/stat : 8611 (java) S 8595 8598 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4546837 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852876956936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8612] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8612/stat : 8612 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852875905424 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8613] ppid=8595 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8598/task/8613/stat : 8613 (java) S 8595 8598 4966 0 -1 4202560 5876 0 0 0 34 0 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852874853048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8614] ppid=8595 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8598/task/8614/stat : 8614 (java) S 8595 8598 4966 0 -1 4202560 3205 0 0 0 25 0 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852873800248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8615] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8615/stat : 8615 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852872748152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8616] ppid=8595 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/8598/task/8616/stat : 8616 (java) S 8595 8598 4966 0 -1 4202560 104 0 0 0 37 33 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852871695560 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8617] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8617/stat : 8617 (java) S 8595 8598 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4546847 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852870640552 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.28
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.12 2.03 2.01 3/213 8727
/proc/meminfo: memFree=30490260/32872528 swapFree=162364/176672
[pid=8598] ppid=8595 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/8598/stat : 8598 (java) S 8595 8598 4966 0 -1 4202496 15173 0 1 0 179938 70 0 0 20 0 19 0 4546834 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 140734450836288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8598/statm: 2406260 150754 2271 9 0 2396937 0
[pid=8598/tid=8599] ppid=8595 vsize=9625040 CPUtime=1796.27 cores=0,2,4,6
/proc/8598/task/8599/stat : 8599 (java) R 8595 8598 4966 0 -1 4202560 2543 0 1 0 179596 31 0 0 20 0 19 0 4546834 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139853054848784 139852994981706 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8601] ppid=8595 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/8598/task/8601/stat : 8601 (java) S 8595 8598 4966 0 -1 4202560 263 0 0 0 27 5 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852898842920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8602] ppid=8595 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8598/task/8602/stat : 8602 (java) S 8595 8598 4966 0 -1 4202560 173 0 0 0 24 5 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852897790120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8603] ppid=8595 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8598/task/8603/stat : 8603 (java) S 8595 8598 4966 0 -1 4202560 355 0 0 0 29 5 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852896737832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8604] ppid=8595 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/8598/task/8604/stat : 8604 (java) S 8595 8598 4966 0 -1 4202560 151 0 0 0 34 6 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852895685032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8605] ppid=8595 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/8598/task/8605/stat : 8605 (java) S 8595 8598 4966 0 -1 4202560 173 0 0 0 28 5 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852894632744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8606] ppid=8595 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/8598/task/8606/stat : 8606 (java) S 8595 8598 4966 0 -1 4202560 267 0 0 0 29 4 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852893579944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8607] ppid=8595 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/8598/task/8607/stat : 8607 (java) S 8595 8598 4966 0 -1 4202560 320 0 0 0 29 6 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852892527656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8608] ppid=8595 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/8598/task/8608/stat : 8608 (java) S 8595 8598 4966 0 -1 4202560 338 0 0 0 42 9 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852891474856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8609] ppid=8595 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/8598/task/8609/stat : 8609 (java) S 8595 8598 4966 0 -1 4202560 148 0 0 0 14 0 0 0 20 0 19 0 4546836 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852879063272 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8610] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8610/stat : 8610 (java) S 8595 8598 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4546836 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852878009336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8611] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8611/stat : 8611 (java) S 8595 8598 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4546837 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852876956936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8612] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8612/stat : 8612 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852875905424 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8613] ppid=8595 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8598/task/8613/stat : 8613 (java) S 8595 8598 4966 0 -1 4202560 5876 0 0 0 34 0 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852874853048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8614] ppid=8595 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8598/task/8614/stat : 8614 (java) S 8595 8598 4966 0 -1 4202560 3205 0 0 0 25 0 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852873800248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8615] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8615/stat : 8615 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852872748152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8616] ppid=8595 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/8598/task/8616/stat : 8616 (java) S 8595 8598 4966 0 -1 4202560 104 0 0 0 37 33 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852871695560 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8617] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8617/stat : 8617 (java) S 8595 8598 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4546847 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852870640552 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 8598 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.1 s]
/proc/loadavg: 2.12 2.03 2.01 3/213 8727
/proc/meminfo: memFree=30490260/32872528 swapFree=162364/176672
[pid=8598] ppid=8595 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/8598/stat : 8598 (java) S 8595 8598 4966 0 -1 4202496 15173 0 1 0 179938 70 0 0 20 0 19 0 4546834 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 140734450836288 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/8598/statm: 2406260 150754 2271 9 0 2396937 0
[pid=8598/tid=8599] ppid=8595 vsize=9625040 CPUtime=1796.27 cores=0,2,4,6
/proc/8598/task/8599/stat : 8599 (java) R 8595 8598 4966 0 -1 4202560 2543 0 1 0 179596 31 0 0 20 0 19 0 4546834 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139853054848784 139852994981706 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8601] ppid=8595 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/8598/task/8601/stat : 8601 (java) S 8595 8598 4966 0 -1 4202560 263 0 0 0 27 5 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852898842920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8602] ppid=8595 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/8598/task/8602/stat : 8602 (java) S 8595 8598 4966 0 -1 4202560 173 0 0 0 24 5 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852897790120 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8603] ppid=8595 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8598/task/8603/stat : 8603 (java) S 8595 8598 4966 0 -1 4202560 355 0 0 0 29 5 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852896737832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8604] ppid=8595 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/8598/task/8604/stat : 8604 (java) S 8595 8598 4966 0 -1 4202560 151 0 0 0 34 6 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852895685032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8605] ppid=8595 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/8598/task/8605/stat : 8605 (java) S 8595 8598 4966 0 -1 4202560 173 0 0 0 28 5 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852894632744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8598/tid=8606] ppid=8595 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/8598/task/8606/stat : 8606 (java) S 8595 8598 4966 0 -1 4202560 267 0 0 0 29 4 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852893579944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8607] ppid=8595 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/8598/task/8607/stat : 8607 (java) S 8595 8598 4966 0 -1 4202560 320 0 0 0 29 6 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852892527656 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8608] ppid=8595 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/8598/task/8608/stat : 8608 (java) S 8595 8598 4966 0 -1 4202560 338 0 0 0 42 9 0 0 20 0 19 0 4546835 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852891474856 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8609] ppid=8595 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/8598/task/8609/stat : 8609 (java) S 8595 8598 4966 0 -1 4202560 148 0 0 0 14 0 0 0 20 0 19 0 4546836 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852879063272 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8610] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8610/stat : 8610 (java) S 8595 8598 4966 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4546836 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852878009336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8611] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8611/stat : 8611 (java) S 8595 8598 4966 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4546837 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852876956936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8612] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8612/stat : 8612 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852875905424 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8613] ppid=8595 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/8598/task/8613/stat : 8613 (java) S 8595 8598 4966 0 -1 4202560 5876 0 0 0 34 0 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852874853048 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8598/tid=8614] ppid=8595 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/8598/task/8614/stat : 8614 (java) S 8595 8598 4966 0 -1 4202560 3205 0 0 0 25 0 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852873800248 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8615] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8615/stat : 8615 (java) S 8595 8598 4966 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852872748152 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8598/tid=8616] ppid=8595 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/8598/task/8616/stat : 8616 (java) S 8595 8598 4966 0 -1 4202560 104 0 0 0 37 33 0 0 20 0 19 0 4546839 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852871695560 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8598/tid=8617] ppid=8595 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8598/task/8617/stat : 8617 (java) S 8595 8598 4966 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4546847 9856040960 150754 33554432000 1073741824 1073778376 140734450845152 139852870640552 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.14
CPU time (s): 1800.91
CPU user time (s): 1799.67
CPU system time (s): 1.24181
CPU usage (%): 100.21
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 1.24181
maximum resident set size= 660936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15219
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38402
involuntary context switches= 4271

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7042 second user time and 12.3531 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-15 23:09:29
IDJOB=4089411
IDBENCH=107402
IDSOLVER=2546
FILE ID=node105/4089411-1466024969
RUNJOBID= node105-1466009078-4982
PBS_JOBID= 19902809
Free space on /tmp= 71748 MiB

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

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

MD5SUM BENCH= dde958ccc8a40404034f54f903b25bc9
RANDOM SEED=571252715

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:        31048496 kB
Buffers:           82580 kB
Cached:           341300 kB
SwapCached:            0 kB
Active:           602056 kB
Inactive:         339364 kB
Active(anon):     519604 kB
Inactive(anon):      160 kB
Active(file):      82452 kB
Inactive(file):   339204 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               508 kB
Writeback:             0 kB
AnonPages:        650276 kB
Mapped:            22064 kB
Shmem:               204 kB
Slab:             572616 kB
SReclaimable:      16520 kB
SUnreclaim:       556096 kB
KernelStack:        1696 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     841584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    462848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

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