Trace number 4089226

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 Res+CP PB16? (TO) 1800.01 896.863

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid8x21-hard.opb
MD5SUM4e99f92911c5936a9db3be1adf3910dd
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.045993
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables168
Total number of constraints337
Number of constraints which are clauses336
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 constraint168
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 87
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 255
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.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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4089226-1466012828.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.16	c ... done. Wall clock time 0.05s.
0.11/0.16	c declared #vars     168
0.11/0.16	c #constraints  337
0.11/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 336
0.11/0.16	c 337 constraints processed.
0.11/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 336
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.11/0.16	c 337 constraints processed.
2.22/0.74	c cleaning 2500 clauses out of 5000 with flag 10732/5000
3.41/1.02	c cleaning 4250 clauses out of 8500 with flag 23562/11000
4.35/1.34	c cleaning 5625 clauses out of 11250 with flag 38570/18000
5.17/1.71	c cleaning 6811 clauses out of 13625 with flag 55749/26000
6.01/2.15	c cleaning 7908 clauses out of 15816 with flag 74935/35002
7.26/2.71	c cleaning 8953 clauses out of 17908 with flag 96325/45002
8.49/3.33	c cleaning 9977 clauses out of 19954 with flag 119732/56001
9.92/4.08	c cleaning 10988 clauses out of 21978 with flag 145326/68002
11.52/4.90	c cleaning 11992 clauses out of 23988 with flag 173200/81000
13.57/5.84	c cleaning 12998 clauses out of 25998 with flag 203113/95002
15.57/6.87	c cleaning 13997 clauses out of 28000 with flag 235249/110002
18.00/8.07	c cleaning 15002 clauses out of 30003 with flag 269442/126002
20.60/9.36	c cleaning 15998 clauses out of 32000 with flag 305776/143001
23.86/10.90	c cleaning 17000 clauses out of 34002 with flag 344269/161001
26.85/12.45	c cleaning 18000 clauses out of 36001 with flag 384886/180000
30.25/14.20	c cleaning 19001 clauses out of 38001 with flag 427674/200000
34.32/16.19	c cleaning 19997 clauses out of 40003 with flag 472436/221003
38.92/18.41	c cleaning 21000 clauses out of 42004 with flag 518998/243001
43.34/20.69	c cleaning 22002 clauses out of 44003 with flag 568366/266000
47.74/22.89	c cleaning 23001 clauses out of 46001 with flag 619795/290000
52.75/25.40	c cleaning 23993 clauses out of 48000 with flag 672922/315000
57.74/27.89	c cleaning 25000 clauses out of 50007 with flag 727876/341000
63.14/30.57	c cleaning 25994 clauses out of 52007 with flag 785535/368000
68.74/33.38	c cleaning 27005 clauses out of 54013 with flag 845368/396000
74.95/36.45	c cleaning 28002 clauses out of 56008 with flag 906930/425000
80.93/39.47	c cleaning 29003 clauses out of 58007 with flag 970622/455001
87.53/42.71	c cleaning 30000 clauses out of 60003 with flag 1036713/486000
94.33/46.17	c cleaning 31000 clauses out of 62003 with flag 1105215/518000
101.34/49.68	c cleaning 32002 clauses out of 64004 with flag 1175918/551001
108.73/53.31	c cleaning 32999 clauses out of 66002 with flag 1248432/585001
116.53/57.29	c cleaning 33998 clauses out of 68002 with flag 1322973/620000
125.54/61.73	c cleaning 35002 clauses out of 70004 with flag 1399240/656000
134.52/66.22	c cleaning 36001 clauses out of 72003 with flag 1477796/693001
143.32/70.67	c cleaning 36999 clauses out of 74002 with flag 1558511/731001
153.31/75.65	c cleaning 37997 clauses out of 76003 with flag 1641631/770001
162.92/80.49	c cleaning 39003 clauses out of 78006 with flag 1726528/810001
172.90/85.44	c cleaning 40002 clauses out of 80003 with flag 1813438/851001
184.51/91.26	c cleaning 41000 clauses out of 82001 with flag 1902333/893001
195.51/96.79	c cleaning 41996 clauses out of 84000 with flag 1994253/936000
207.87/102.86	c cleaning 0 clauses out of 5004 with flag 0/5004
210.10/103.79	c cleaning 43001 clauses out of 86006 with flag 2087938/980002
225.75/111.54	c cleaning 43997 clauses out of 88003 with flag 2183808/1025000
241.84/119.58	c cleaning 45004 clauses out of 90008 with flag 2281837/1071002
258.87/128.09	c cleaning 46001 clauses out of 92002 with flag 2382201/1118000
277.69/137.44	c cleaning 46999 clauses out of 94002 with flag 2484721/1166001
297.61/147.32	c cleaning 47998 clauses out of 96003 with flag 2589160/1215001
317.91/157.48	c cleaning 48998 clauses out of 98004 with flag 2695016/1265000
338.36/167.63	c cleaning 50004 clauses out of 100007 with flag 2803091/1316001
359.85/178.31	c cleaning 50999 clauses out of 102004 with flag 2913795/1368002
381.52/189.14	c cleaning 51992 clauses out of 104004 with flag 3026840/1421001
403.22/199.99	c cleaning 53003 clauses out of 106014 with flag 3141893/1475003
426.15/211.48	c cleaning 54002 clauses out of 108008 with flag 3259509/1530000
451.07/223.82	c cleaning 55004 clauses out of 110007 with flag 3378895/1586001
473.97/235.23	c cleaning 56000 clauses out of 112003 with flag 3500166/1643001
498.71/247.54	c cleaning 56994 clauses out of 114002 with flag 3623784/1701000
523.22/259.75	c cleaning 58000 clauses out of 116010 with flag 3749842/1760002
548.72/272.40	c cleaning 59005 clauses out of 118011 with flag 3878035/1820003
577.06/286.58	c cleaning 60000 clauses out of 120003 with flag 4008056/1881000
612.11/304.10	c cleaning 61000 clauses out of 122005 with flag 4140340/1943002
627.98/312.07	c cleaning 0 clauses out of 11000 with flag 0/11000
645.26/320.60	c cleaning 61997 clauses out of 124004 with flag 4274719/2006001
678.83/337.39	c cleaning 63002 clauses out of 126008 with flag 4411237/2070002
715.83/355.74	c cleaning 63999 clauses out of 128005 with flag 4550064/2135001
751.38/373.44	c cleaning 65000 clauses out of 130007 with flag 4690373/2201002
780.48/387.93	c cleaning 66000 clauses out of 132005 with flag 4832647/2268000
814.69/405.20	c cleaning 67003 clauses out of 134007 with flag 4977172/2336002
842.95/419.26	c cleaning 68001 clauses out of 136002 with flag 5124175/2405000
877.47/436.46	c cleaning 69001 clauses out of 138001 with flag 5273412/2475000
915.60/455.44	c cleaning 70001 clauses out of 140001 with flag 5424512/2546001
953.91/474.58	c cleaning 70994 clauses out of 142000 with flag 5577838/2618001
990.62/492.86	c cleaning 71998 clauses out of 144005 with flag 5732839/2691000
1027.75/511.34	c cleaning 73003 clauses out of 146008 with flag 5890701/2765001
1062.76/528.84	c cleaning 74001 clauses out of 148004 with flag 6050630/2840000
1098.13/546.72	c cleaning 74991 clauses out of 150003 with flag 6212977/2916000
1137.43/566.33	c cleaning 76004 clauses out of 152013 with flag 6377352/2993001
1182.00/588.53	c cleaning 76997 clauses out of 154008 with flag 6543247/3071000
1218.12/606.52	c cleaning 78005 clauses out of 156013 with flag 6711823/3150002
1260.07/627.40	c cleaning 78998 clauses out of 158008 with flag 6881807/3230002
1300.10/647.45	c cleaning 79998 clauses out of 160009 with flag 7053833/3311001
1347.07/670.86	c cleaning 81001 clauses out of 162011 with flag 7228287/3393001
1395.61/695.08	c cleaning 82001 clauses out of 164010 with flag 7404716/3476001
1445.89/720.29	c cleaning 83001 clauses out of 166008 with flag 7583720/3560000
1497.08/745.80	c cleaning 84004 clauses out of 168007 with flag 7764245/3645000
1562.79/778.43	c cleaning 84998 clauses out of 170005 with flag 7957399/3731002
1613.46/803.69	c cleaning 85997 clauses out of 172005 with flag 8171117/3818000
1687.97/840.83	c cleaning 87001 clauses out of 174009 with flag 8394145/3906001
1772.98/883.34	c cleaning 88000 clauses out of 176009 with flag 8613057/3995002
1800.01/896.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.80	c starts		: 6215
1800.01/896.80	c conflicts		: 4014537
1800.01/896.80	c decisions		: 4640623
1800.01/896.80	c propagations		: 21044536
1800.01/896.80	c inspects		: 13547226234
1800.01/896.80	c shortcuts		: 0
1800.01/896.80	c learnt literals	: 0
1800.01/896.80	c learnt binary clauses	: 0
1800.01/896.80	c learnt ternary clauses	: 0
1800.01/896.80	c learnt constraints	: 4014537
1800.01/896.80	c ignored constraints	: 0
1800.01/896.80	c root simplifications	: 0
1800.01/896.80	c removed literals (reason simplification)	: 80389409
1800.01/896.80	c reason swapping (by a shorter reason)	: 0
1800.01/896.80	c Calls to reduceDB	: 85
1800.01/896.80	c Number of update (reduction) of LBD	: 79962
1800.01/896.80	c Imported unit clauses	: 0
1800.01/896.80	c number of reductions to clauses (during analyze)	: 0
1800.01/896.80	c number of learned constraints concerned by reduction	: 0
1800.01/896.80	c number of learning phase by resolution	: 0
1800.01/896.80	c number of learning phase by cutting planes	: 0
1800.01/896.80	c speed (assignments/second)	: 23470.493108701616
1800.01/896.80	c non guided choices	79
1800.01/896.83	c learnt constraints type 
1800.01/896.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107544
1800.01/896.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.83	c starts		: 42
1800.01/896.83	c conflicts		: 14810
1800.01/896.83	c decisions		: 21338
1800.01/896.83	c propagations		: 235959
1800.01/896.83	c inspects		: 487459034
1800.01/896.83	c shortcuts		: 0
1800.01/896.83	c learnt literals	: 0
1800.01/896.83	c learnt binary clauses	: 0
1800.01/896.83	c learnt ternary clauses	: 0
1800.01/896.83	c learnt constraints	: 14810
1800.01/896.83	c ignored constraints	: 0
1800.01/896.83	c root simplifications	: 0
1800.01/896.83	c removed literals (reason simplification)	: 0
1800.01/896.83	c reason swapping (by a shorter reason)	: 0
1800.01/896.83	c Calls to reduceDB	: 2
1800.01/896.83	c Number of update (reduction) of LBD	: 0
1800.01/896.83	c Imported unit clauses	: 0
1800.01/896.83	c number of reductions to clauses (during analyze)	: 0
1800.01/896.83	c number of learned constraints concerned by reduction	: 0
1800.01/896.83	c number of learning phase by resolution	: 0
1800.01/896.83	c number of learning phase by cutting planes	: 0
1800.01/896.83	c speed (assignments/second)	: 263.1517902449633
1800.01/896.83	c non guided choices	79
1800.01/896.84	c learnt constraints type 
1800.01/896.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.01/896.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 218
1800.01/896.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14591
1800.01/896.84	s UNKNOWN
1800.01/896.84	c Total wall clock time (in seconds): 896.73

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-4089226-1466012828/watcher-4089226-1466012828 -o /tmp/evaluation-result-4089226-1466012828/solver-4089226-1466012828 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089226-1466012828.opb 

pid=11052
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.94 4.16 4.16 4/197 11055
/proc/meminfo: memFree=28017696/32872528 swapFree=1073728/1155488
[pid=11055] ppid=11052 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11055/stat : 11055 (java) S 11052 11055 5545 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3331997 98570240 977 33554432000 1073741824 1073778376 140735355894080 140735355885216 219517321277 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11055/statm: 24065 977 743 9 0 16771 0
[pid=11055/tid=11056] ppid=11052 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11056/stat : 11056 (java) R 11052 11055 5545 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 3331997 98570240 977 33554432000 1073741824 1073778376 140735355894080 140037723889192 219513963904 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 3.94 4.16 4.16 4/197 11055
/proc/meminfo: memFree=28017696/32872528 swapFree=1073728/1155488
[pid=11055] ppid=11052 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/11055/stat : 11055 (java) S 11052 11055 5545 0 -1 4202496 4481 0 1 0 10 1 0 0 20 0 18 0 3331997 9787879424 6105 33554432000 1073741824 1073778376 140735355894080 140735355885216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11055/statm: 2389619 6105 2156 9 0 2380296 0
[pid=11055/tid=11056] ppid=11052 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/11055/task/11056/stat : 11056 (java) R 11052 11055 5545 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 3331997 9787879424 6105 33554432000 1073741824 1073778376 140735355894080 140037723892640 140037559796615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200291 s]
/proc/loadavg: 3.94 4.16 4.16 4/197 11055
/proc/meminfo: memFree=28017696/32872528 swapFree=1073728/1155488
[pid=11055] ppid=11052 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/11055/stat : 11055 (java) S 11052 11055 5545 0 -1 4202496 5261 0 1 0 27 2 0 0 20 0 22 0 3331997 10060525568 8286 33554432000 1073741824 1073778376 140735355894080 140735355885216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11055/statm: 2456183 8286 2223 9 0 2446860 0
[pid=11055/tid=11056] ppid=11052 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/11055/task/11056/stat : 11056 (java) S 11052 11055 5545 0 -1 4202560 2424 0 1 0 13 1 0 0 20 0 22 0 3331997 10060525568 8286 33554432000 1073741824 1073778376 140735355894080 140037723894648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9824732

[startup+0.300307 s]
/proc/loadavg: 3.94 4.16 4.16 4/197 11055
/proc/meminfo: memFree=28017696/32872528 swapFree=1073728/1155488
[pid=11055] ppid=11052 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/11055/stat : 11055 (java) S 11052 11055 5545 0 -1 4202496 7055 0 1 0 60 2 0 0 20 0 22 0 3331997 10060525568 9595 33554432000 1073741824 1073778376 140735355894080 140735355885216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11055/statm: 2456183 9595 2238 9 0 2446860 0
[pid=11055/tid=11056] ppid=11052 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/11055/task/11056/stat : 11056 (java) S 11052 11055 5545 0 -1 4202560 2424 0 1 0 13 1 0 0 20 0 22 0 3331997 10060525568 9595 33554432000 1073741824 1073778376 140735355894080 140037723894648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 9824732

[startup+0.700243 s]
/proc/loadavg: 3.94 4.16 4.16 4/197 11055
/proc/meminfo: memFree=28017696/32872528 swapFree=1073728/1155488
[pid=11055] ppid=11052 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/11055/stat : 11055 (java) S 11052 11055 5545 0 -1 4202496 16822 0 1 0 219 3 0 0 20 0 22 0 3331997 10060525568 23945 33554432000 1073741824 1073778376 140735355894080 140735355885216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11055/statm: 2456183 23945 2259 9 0 2446860 0
[pid=11055/tid=11056] ppid=11052 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/11055/task/11056/stat : 11056 (java) S 11052 11055 5545 0 -1 4202560 2424 0 1 0 13 1 0 0 20 0 22 0 3331997 10060525568 23945 33554432000 1073741824 1073778376 140735355894080 140037723894648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 3.94 4.16 4.16 7/219 11077
/proc/meminfo: memFree=27841936/32872528 swapFree=1073728/1155488
[pid=11055] ppid=11052 vsize=9824732 CPUtime=4.76 cores=1,3,5,7
/proc/11055/stat : 11055 (java) S 11052 11055 5545 0 -1 4202496 25094 0 1 0 468 8 0 0 20 0 22 0 3331997 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140735355885216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11055/statm: 2456183 48905 2283 9 0 2446860 0
[pid=11055/tid=11056] ppid=11052 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/11055/task/11056/stat : 11056 (java) S 11052 11055 5545 0 -1 4202560 2424 0 1 0 13 1 0 0 20 0 22 0 3331997 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140037723894648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11058] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11058/stat : 11058 (java) S 11052 11055 5545 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 3331998 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140037685385384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11059] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11059/stat : 11059 (java) S 11052 11055 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3331998 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140037684332840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11060] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11060/stat : 11060 (java) S 11052 11055 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3331998 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140037683280296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11061] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11061/stat : 11061 (java) S 11052 11055 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3331998 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140037682227752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11062] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11062/stat : 11062 (java) S 11052 11055 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3331998 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140037681175208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11063] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11063/stat : 11063 (java) S 11052 11055 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3331998 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140037680122664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11064] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11064/stat : 11064 (java) S 11052 11055 5545 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 3331998 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140037679070120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11065] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11065/stat : 11065 (java) S 11052 11055 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3331998 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140037559675944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11066] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11066/stat : 11066 (java) S 11052 11055 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3331999 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140037547477096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11067] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11067/stat : 11067 (java) S 11052 11055 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3331999 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140037546423416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11068] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11068/stat : 11068 (java) S 11052 11055 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3331999 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140037545370760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11069] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11069/stat : 11069 (java) S 11052 11055 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3332002 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140037544319504 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11070] ppid=11052 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/11055/task/11070/stat : 11070 (java) S 11052 11055 5545 0 -1 4202560 11067 0 0 0 94 2 0 0 20 0 22 0 3332002 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140036804700728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11071] ppid=11052 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/11055/task/11071/stat : 11071 (java) S 11052 11055 5545 0 -1 4202560 10079 0 0 0 93 2 0 0 20 0 22 0 3332002 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140036803648184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11072] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11072/stat : 11072 (java) S 11052 11055 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3332002 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140036802595832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11073] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11073/stat : 11073 (java) S 11052 11055 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3332002 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140036801543496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11074] ppid=11052 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/11055/task/11074/stat : 11074 (java) R 11052 11055 5545 0 -1 4202560 26 0 0 0 128 0 0 0 20 0 22 0 3332013 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140036800485776 140037560166474 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11055/tid=11075] ppid=11052 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/11055/task/11075/stat : 11075 (java) R 11052 11055 5545 0 -1 4202560 103 0 0 0 127 2 0 0 20 0 22 0 3332013 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140036799433888 140037560400313 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11076] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11076/stat : 11076 (java) S 11052 11055 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3332014 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140036798383144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11077] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11077/stat : 11077 (java) S 11052 11055 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3332014 10060525568 48905 33554432000 1073741824 1073778376 140735355894080 140036797330600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 3.94 4.16 4.16 5/219 11077
/proc/meminfo: memFree=27710296/32872528 swapFree=1073728/1155488
[pid=11055] ppid=11052 vsize=9824732 CPUtime=8.07 cores=1,3,5,7
/proc/11055/stat : 11055 (java) S 11052 11055 5545 0 -1 4202496 25692 0 1 0 794 13 0 0 20 0 22 0 3331997 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140735355885216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11055/statm: 2456183 85739 2283 9 0 2446860 0
[pid=11055/tid=11056] ppid=11052 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/11055/task/11056/stat : 11056 (java) S 11052 11055 5545 0 -1 4202560 2424 0 1 0 13 1 0 0 20 0 22 0 3331997 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140037723894648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11058] ppid=11052 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11055/task/11058/stat : 11058 (java) S 11052 11055 5545 0 -1 4202560 112 0 0 0 1 0 0 0 20 0 22 0 3331998 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140037685385384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11059] ppid=11052 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11055/task/11059/stat : 11059 (java) S 11052 11055 5545 0 -1 4202560 104 0 0 0 2 0 0 0 20 0 22 0 3331998 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140037684332840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11060] ppid=11052 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11055/task/11060/stat : 11060 (java) S 11052 11055 5545 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 3331998 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140037683280296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11055/tid=11061] ppid=11052 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11055/task/11061/stat : 11061 (java) S 11052 11055 5545 0 -1 4202560 113 0 0 0 2 1 0 0 20 0 22 0 3331998 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140037682227752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11062] ppid=11052 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11055/task/11062/stat : 11062 (java) S 11052 11055 5545 0 -1 4202560 115 0 0 0 2 0 0 0 20 0 22 0 3331998 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140037681175208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11055/tid=11063] ppid=11052 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11055/task/11063/stat : 11063 (java) S 11052 11055 5545 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 3331998 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140037680122664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11064] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11064/stat : 11064 (java) S 11052 11055 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3331998 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140037679070120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11065] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11065/stat : 11065 (java) S 11052 11055 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3331998 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140037559675944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11066] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11066/stat : 11066 (java) S 11052 11055 5545 0 -1 4202560 190 0 0 0 0 0 0 0 20 0 22 0 3331999 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140037547477096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11067] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11067/stat : 11067 (java) S 11052 11055 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3331999 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140037546423416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11068] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11068/stat : 11068 (java) S 11052 11055 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3331999 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140037545370760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11069] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11069/stat : 11069 (java) S 11052 11055 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3332002 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140037544319504 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11070] ppid=11052 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/11055/task/11070/stat : 11070 (java) S 11052 11055 5545 0 -1 4202560 11067 0 0 0 102 2 0 0 20 0 22 0 3332002 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140036804700728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11071] ppid=11052 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/11055/task/11071/stat : 11071 (java) S 11052 11055 5545 0 -1 4202560 10079 0 0 0 94 2 0 0 20 0 22 0 3332002 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140036803648184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11072] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11072/stat : 11072 (java) S 11052 11055 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3332002 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140036802595832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11073] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11073/stat : 11073 (java) S 11052 11055 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3332002 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140036801543496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11074] ppid=11052 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/11055/task/11074/stat : 11074 (java) R 11052 11055 5545 0 -1 4202560 30 0 0 0 283 0 0 0 20 0 22 0 3332013 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140036800487928 140037560191817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11075] ppid=11052 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/11055/task/11075/stat : 11075 (java) R 11052 11055 5545 0 -1 4202560 156 0 0 0 281 3 0 0 20 0 22 0 3332013 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140036799433904 140037560633271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11076] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11076/stat : 11076 (java) S 11052 11055 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3332014 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140036798383144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11077] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11077/stat : 11077 (java) S 11052 11055 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3332014 10060525568 85739 33554432000 1073741824 1073778376 140735355894080 140036797330600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.07
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 3.94 4.16 4.16 5/219 11077
/proc/meminfo: memFree=27405392/32872528 swapFree=1073728/1155488
[pid=11055] ppid=11052 vsize=9824732 CPUtime=14.57 cores=1,3,5,7
/proc/11055/stat : 11055 (java) S 11052 11055 5545 0 -1 4202496 26331 0 1 0 1434 23 0 0 20 0 22 0 3331997 10060525568 168270 33554432000 1073741824 1073778376 140735355894080 140735355885216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11055/statm: 2456183 168270 2283 9 0 2446860 0
[pid=11055/tid=11056] ppid=11052 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/11055/task/11056/stat : 11056 (java) S 11052 11055 5545 0 -1 4202560 2424 0 1 0 13 1 0 0 20 0 22 0 3331997 10060525568 168270 33554432000 1073741824 1073778376 140735355894080 140037723894648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11058] ppid=11052 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11055/task/11058/stat : 11058 (java) S 11052 11055 5545 0 -1 4202560 128 0 0 0 2 1 0 0 20 0 22 0 3331998 10060525568 168270 33554432000 1073741824 1073778376 140735355894080 140037685385384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11059] ppid=11052 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/11055/task/11059/stat : 11059 (java) S 11052 11055 5545 0 -1 4202560 128 0 0 0 3 2 0 0 20 0 22 0 3331998 10060525568 168270 33554432000 1073741824 1073778376 140735355894080 140037684332840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11060] ppid=11052 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11055/task/11060/stat : 11060 (java) S 11052 11055 5545 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 22 0 3331998 10060525568 168270 33554432000 1073741824 1073778376 140735355894080 140037683280296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11061] ppid=11052 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11055/task/11061/stat : 11061 (java) S 11052 11055 5545 0 -1 4202560 122 0 0 0 2 2 0 0 20 0 22 0 3331998 10060525568 168270 33554432000 1073741824 1073778376 140735355894080 140037682227752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11062] ppid=11052 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/11055/task/11062/stat : 11062 (java) S 11052 11055 5545 0 -1 4202560 115 0 0 0 2 2 0 0 20 0 22 0 3331998 10060525568 168270 33554432000 1073741824 1073778376 140735355894080 140037681175208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11055/tid=11063] ppid=11052 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11055/task/11063/stat : 11063 (java) S 11052 11055 5545 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 3331998 10060525568 168270 33554432000 1073741824 1073778376 140735355894080 140037680122664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11055/tid=11064] ppid=11052 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11055/task/11064/stat : 11064 (java) S 11052 11055 5545 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 22 0 3331998 10060525568 168270 33554432000 1073741824 1073778376 140735355894080 140037679070120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11065] ppid=11052 vsize=9824732 CPUtime=0.01 cores=1,3,5,7

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

/proc/11055/task/11060/stat : 11060 (java) S 11052 11055 5545 0 -1 4202560 354 0 0 0 186 10 0 0 20 0 22 0 3331998 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140037683280296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11055/tid=11061] ppid=11052 vsize=9824732 CPUtime=1.94 cores=1,3,5,7
/proc/11055/task/11061/stat : 11061 (java) S 11052 11055 5545 0 -1 4202560 461 0 0 0 184 10 0 0 20 0 22 0 3331998 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140037682227752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11062] ppid=11052 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/11055/task/11062/stat : 11062 (java) S 11052 11055 5545 0 -1 4202560 414 0 0 0 168 9 0 0 20 0 22 0 3331998 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140037681175208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11063] ppid=11052 vsize=9824732 CPUtime=1.75 cores=1,3,5,7
/proc/11055/task/11063/stat : 11063 (java) S 11052 11055 5545 0 -1 4202560 374 0 0 0 167 8 0 0 20 0 22 0 3331998 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140037680122664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11055/tid=11064] ppid=11052 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/11055/task/11064/stat : 11064 (java) S 11052 11055 5545 0 -1 4202560 424 0 0 0 168 11 0 0 20 0 22 0 3331998 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140037679070120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11065] ppid=11052 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/11055/task/11065/stat : 11065 (java) S 11052 11055 5545 0 -1 4202560 301 0 0 0 172 8 0 0 20 0 22 0 3331998 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140037559675944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11066] ppid=11052 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/11055/task/11066/stat : 11066 (java) S 11052 11055 5545 0 -1 4202560 1846 0 0 0 187 18 0 0 20 0 22 0 3331999 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140037547477096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11067] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11067/stat : 11067 (java) S 11052 11055 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3331999 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140037546423416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11068] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11068/stat : 11068 (java) S 11052 11055 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3331999 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140037545370760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11069] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11069/stat : 11069 (java) S 11052 11055 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3332002 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140037544319504 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11070] ppid=11052 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/11055/task/11070/stat : 11070 (java) S 11052 11055 5545 0 -1 4202560 14767 0 0 0 147 3 0 0 20 0 22 0 3332002 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140036804700728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11071] ppid=11052 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/11055/task/11071/stat : 11071 (java) S 11052 11055 5545 0 -1 4202560 10755 0 0 0 117 2 0 0 20 0 22 0 3332002 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140036803648184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11072] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11072/stat : 11072 (java) S 11052 11055 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3332002 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140036802595832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11073] ppid=11052 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/11055/task/11073/stat : 11073 (java) S 11052 11055 5545 0 -1 4202560 47 0 0 0 13 20 0 0 20 0 22 0 3332002 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140036801543496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=11055/tid=11074] ppid=11052 vsize=9824732 CPUtime=813.4 cores=1,3,5,7
/proc/11055/task/11074/stat : 11074 (java) R 11052 11055 5545 0 -1 4202560 260 0 0 0 81321 19 0 0 20 0 22 0 3332013 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140036800486528 140037560248321 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11075] ppid=11052 vsize=9824732 CPUtime=813.46 cores=1,3,5,7
/proc/11055/task/11075/stat : 11075 (java) R 11052 11055 5545 0 -1 4202560 1493 0 0 0 81297 49 0 0 20 0 22 0 3332013 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140036799433088 140037560804026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11076] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11076/stat : 11076 (java) S 11052 11055 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3332014 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140036798383144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11077] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11077/stat : 11077 (java) S 11052 11055 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3332014 10060525568 425892 33554432000 1073741824 1073778376 140735355894080 140036797330600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1650.87
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.00 4.13 4.16 5/220 11939
/proc/meminfo: memFree=27103688/32872528 swapFree=1073728/1155488
[pid=11055] ppid=11052 vsize=9824732 CPUtime=1770.98 cores=1,3,5,7
/proc/11055/stat : 11055 (java) S 11052 11055 5545 0 -1 4202496 37388 0 1 0 176917 181 0 0 20 0 22 0 3331997 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140735355885216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11055/statm: 2456183 510459 2292 9 0 2446860 0
[pid=11055/tid=11056] ppid=11052 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/11055/task/11056/stat : 11056 (java) S 11052 11055 5545 0 -1 4202560 2434 0 1 0 16 3 0 0 20 0 22 0 3331997 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140037723894648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11058] ppid=11052 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/11055/task/11058/stat : 11058 (java) S 11052 11055 5545 0 -1 4202560 581 0 0 0 189 11 0 0 20 0 22 0 3331998 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140037685385384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11059] ppid=11052 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/11055/task/11059/stat : 11059 (java) S 11052 11055 5545 0 -1 4202560 534 0 0 0 187 14 0 0 20 0 22 0 3331998 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140037684332840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11060] ppid=11052 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/11055/task/11060/stat : 11060 (java) S 11052 11055 5545 0 -1 4202560 417 0 0 0 201 11 0 0 20 0 22 0 3331998 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140037683280296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11061] ppid=11052 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/11055/task/11061/stat : 11061 (java) S 11052 11055 5545 0 -1 4202560 515 0 0 0 202 12 0 0 20 0 22 0 3331998 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140037682227752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11062] ppid=11052 vsize=9824732 CPUtime=1.93 cores=1,3,5,7
/proc/11055/task/11062/stat : 11062 (java) S 11052 11055 5545 0 -1 4202560 447 0 0 0 183 10 0 0 20 0 22 0 3331998 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140037681175208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11055/tid=11063] ppid=11052 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/11055/task/11063/stat : 11063 (java) S 11052 11055 5545 0 -1 4202560 395 0 0 0 180 9 0 0 20 0 22 0 3331998 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140037680122664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11055/tid=11064] ppid=11052 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/11055/task/11064/stat : 11064 (java) S 11052 11055 5545 0 -1 4202560 479 0 0 0 179 12 0 0 20 0 22 0 3331998 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140037679070120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11065] ppid=11052 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/11055/task/11065/stat : 11065 (java) S 11052 11055 5545 0 -1 4202560 316 0 0 0 186 9 0 0 20 0 22 0 3331998 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140037559675944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11066] ppid=11052 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/11055/task/11066/stat : 11066 (java) S 11052 11055 5545 0 -1 4202560 2068 0 0 0 225 19 0 0 20 0 22 0 3331999 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140037547477096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11067] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11067/stat : 11067 (java) S 11052 11055 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3331999 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140037546423416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11068] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11068/stat : 11068 (java) S 11052 11055 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3331999 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140037545370760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11069] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11069/stat : 11069 (java) S 11052 11055 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3332002 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140037544319504 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11070] ppid=11052 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/11055/task/11070/stat : 11070 (java) S 11052 11055 5545 0 -1 4202560 14767 0 0 0 147 3 0 0 20 0 22 0 3332002 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140036804700728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11071] ppid=11052 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/11055/task/11071/stat : 11071 (java) S 11052 11055 5545 0 -1 4202560 10755 0 0 0 117 2 0 0 20 0 22 0 3332002 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140036803648184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11072] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11072/stat : 11072 (java) S 11052 11055 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3332002 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140036802595832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11073] ppid=11052 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/11055/task/11073/stat : 11073 (java) S 11052 11055 5545 0 -1 4202560 51 0 0 0 14 21 0 0 20 0 22 0 3332002 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140036801543496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=11055/tid=11074] ppid=11052 vsize=9824732 CPUtime=872.49 cores=1,3,5,7
/proc/11055/task/11074/stat : 11074 (java) R 11052 11055 5545 0 -1 4202560 283 0 0 0 87228 21 0 0 20 0 22 0 3332013 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140036800485664 140037560921488 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11075] ppid=11052 vsize=9824732 CPUtime=872.52 cores=1,3,5,7
/proc/11055/task/11075/stat : 11075 (java) R 11052 11055 5545 0 -1 4202560 2081 0 0 0 87197 55 0 0 20 0 22 0 3332013 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140036799433920 140037560343583 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11076] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11076/stat : 11076 (java) S 11052 11055 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3332014 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140036798383144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11077] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11077/stat : 11077 (java) S 11052 11055 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3332014 10060525568 510459 33554432000 1073741824 1073778376 140735355894080 140036797330600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1770.98
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.801 s]
/proc/loadavg: 4.00 4.12 4.16 5/219 11939
/proc/meminfo: memFree=26097828/32872528 swapFree=1073728/1155488
[pid=11055] ppid=11052 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/11055/stat : 11055 (java) S 11052 11055 5545 0 -1 4202496 37391 0 1 0 179819 182 0 0 20 0 22 0 3331997 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140735355885216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11055/statm: 2456183 509884 2292 9 0 2446860 0
[pid=11055/tid=11056] ppid=11052 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/11055/task/11056/stat : 11056 (java) S 11052 11055 5545 0 -1 4202560 2434 0 1 0 16 3 0 0 20 0 22 0 3331997 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140037723894648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11058] ppid=11052 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/11055/task/11058/stat : 11058 (java) S 11052 11055 5545 0 -1 4202560 581 0 0 0 189 11 0 0 20 0 22 0 3331998 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140037685385384 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11059] ppid=11052 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/11055/task/11059/stat : 11059 (java) S 11052 11055 5545 0 -1 4202560 534 0 0 0 188 14 0 0 20 0 22 0 3331998 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140037684332840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11060] ppid=11052 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/11055/task/11060/stat : 11060 (java) S 11052 11055 5545 0 -1 4202560 417 0 0 0 202 11 0 0 20 0 22 0 3331998 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140037683280296 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11061] ppid=11052 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/11055/task/11061/stat : 11061 (java) S 11052 11055 5545 0 -1 4202560 515 0 0 0 202 12 0 0 20 0 22 0 3331998 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140037682227752 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11062] ppid=11052 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/11055/task/11062/stat : 11062 (java) S 11052 11055 5545 0 -1 4202560 449 0 0 0 185 10 0 0 20 0 22 0 3331998 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140037681175208 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11063] ppid=11052 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/11055/task/11063/stat : 11063 (java) S 11052 11055 5545 0 -1 4202560 395 0 0 0 183 9 0 0 20 0 22 0 3331998 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140037680122664 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11064] ppid=11052 vsize=9824732 CPUtime=1.92 cores=1,3,5,7
/proc/11055/task/11064/stat : 11064 (java) S 11052 11055 5545 0 -1 4202560 479 0 0 0 180 12 0 0 20 0 22 0 3331998 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140037679070120 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11055/tid=11065] ppid=11052 vsize=9824732 CPUtime=1.96 cores=1,3,5,7
/proc/11055/task/11065/stat : 11065 (java) S 11052 11055 5545 0 -1 4202560 316 0 0 0 187 9 0 0 20 0 22 0 3331998 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140037559675944 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11066] ppid=11052 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/11055/task/11066/stat : 11066 (java) S 11052 11055 5545 0 -1 4202560 2068 0 0 0 225 19 0 0 20 0 22 0 3331999 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140037547477096 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11067] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11067/stat : 11067 (java) S 11052 11055 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3331999 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140037546423416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11068] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11068/stat : 11068 (java) S 11052 11055 5545 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3331999 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140037545370760 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11069] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11069/stat : 11069 (java) S 11052 11055 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3332002 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140037544319504 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11070] ppid=11052 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/11055/task/11070/stat : 11070 (java) S 11052 11055 5545 0 -1 4202560 14767 0 0 0 147 3 0 0 20 0 22 0 3332002 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140036804700728 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11071] ppid=11052 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/11055/task/11071/stat : 11071 (java) S 11052 11055 5545 0 -1 4202560 10755 0 0 0 117 2 0 0 20 0 22 0 3332002 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140036803648184 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11055/tid=11072] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11072/stat : 11072 (java) S 11052 11055 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3332002 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140036802595832 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11073] ppid=11052 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/11055/task/11073/stat : 11073 (java) S 11052 11055 5545 0 -1 4202560 51 0 0 0 14 22 0 0 20 0 22 0 3332002 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140036801543496 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=11055/tid=11074] ppid=11052 vsize=9824732 CPUtime=886.91 cores=1,3,5,7
/proc/11055/task/11074/stat : 11074 (java) R 11052 11055 5545 0 -1 4202560 283 0 0 0 88670 21 0 0 20 0 22 0 3332013 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140036800485744 140037560248316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11055/tid=11075] ppid=11052 vsize=9824732 CPUtime=886.94 cores=1,3,5,7
/proc/11055/task/11075/stat : 11075 (java) R 11052 11055 5545 0 -1 4202560 2082 0 0 0 88639 55 0 0 20 0 22 0 3332013 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140036799433888 140037560400728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11076] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11076/stat : 11076 (java) S 11052 11055 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3332014 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140036798383144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11055/tid=11077] ppid=11052 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11055/task/11077/stat : 11077 (java) S 11052 11055 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3332014 10060525568 509884 33554432000 1073741824 1073778376 140735355894080 140036797330600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

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 11055 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11055 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=699316
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=291651
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.863
CPU time (s): 1800.01
CPU user time (s): 1798.19
CPU system time (s): 1.82
CPU usage (%): 200.701
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.7
system time used= 2.29165
maximum resident set size= 2911188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37433
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28618
involuntary context switches= 38219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75312 second user time and 7.55585 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 19:47:08
IDJOB=4089226
IDBENCH=107376
IDSOLVER=2543
FILE ID=node114/4089226-1466012828
RUNJOBID= node114-1466008022-5562
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid8x21-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089226-1466012828/watcher-4089226-1466012828 -o /tmp/evaluation-result-4089226-1466012828/solver-4089226-1466012828 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5562 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089226-1466012828.opb

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

MD5SUM BENCH= 4e99f92911c5936a9db3be1adf3910dd
RANDOM SEED=1289124775

node114.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.761
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.52
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.761
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.56
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.761
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.54
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.761
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.761
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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.761
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.761
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:        28018224 kB
Buffers:           11336 kB
Cached:            41808 kB
SwapCached:        33296 kB
Active:          2928448 kB
Inactive:          62312 kB
Active(anon):    2906684 kB
Inactive(anon):    33292 kB
Active(file):      21764 kB
Inactive(file):    29020 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:              1184 kB
Writeback:             0 kB
AnonPages:       4064436 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             566780 kB
SReclaimable:       9456 kB
SUnreclaim:       557324 kB
KernelStack:        1688 kB
PageTables:        12020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4420064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2938880 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 node114 at 2016-06-15 20:02:05