Trace number 4116838

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.76 898.658

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round23-4.opb
MD5SUMef75d0fa559b60e210d6da0ea8998a08
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9520
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4116838-1466979027.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  no objective function found
1.00/0.52	c ... done. Wall clock time 0.403s.
1.00/0.52	c declared #vars     4288
1.00/0.52	c #constraints  10848
1.00/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.00/0.52	c constraints type 
1.00/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.00/0.52	c org.sat4j.specs.Constr$1 => 920
1.00/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.00/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
1.00/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.00/0.52	c 10848 constraints processed.
1.00/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.00/0.52	c constraints type 
1.00/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.00/0.52	c org.sat4j.specs.Constr$1 => 920
1.00/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.00/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.00/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
1.00/0.52	c 10848 constraints processed.
4.37/1.45	c cleaning 2495 clauses out of 4998 with flag 16321/5000
6.40/2.13	c cleaning 4251 clauses out of 8503 with flag 38763/11000
8.03/2.92	c cleaning 5618 clauses out of 11255 with flag 67963/18003
9.90/3.82	c cleaning 6807 clauses out of 13636 with flag 103312/26002
11.96/4.88	c cleaning 7902 clauses out of 15827 with flag 145116/35000
14.42/6.08	c cleaning 8928 clauses out of 17925 with flag 193022/45000
17.02/7.32	c cleaning 9966 clauses out of 19997 with flag 246921/56000
20.01/8.79	c cleaning 11005 clauses out of 22031 with flag 308390/68000
23.60/10.51	c cleaning 12003 clauses out of 24027 with flag 373334/81001
27.29/12.35	c cleaning 12999 clauses out of 26023 with flag 446300/95000
31.30/14.38	c cleaning 13991 clauses out of 28024 with flag 524954/110000
33.73/15.51	c cleaning 0 clauses out of 5000 with flag 0/5000
36.13/16.68	c cleaning 14958 clauses out of 30034 with flag 611459/126001
41.22/19.11	c cleaning 16017 clauses out of 32075 with flag 702998/143000
46.23/21.65	c cleaning 17010 clauses out of 34059 with flag 803312/161001
51.96/24.49	c cleaning 17988 clauses out of 36048 with flag 910536/180000
57.56/27.25	c cleaning 18990 clauses out of 38060 with flag 1024850/200000
63.96/30.42	c cleaning 20026 clauses out of 40071 with flag 1144801/221001
70.69/33.76	c cleaning 20987 clauses out of 42044 with flag 1271671/243000
77.49/37.17	c cleaning 21981 clauses out of 44060 with flag 1405933/266003
85.60/41.15	c cleaning 23004 clauses out of 46076 with flag 1540584/290000
93.99/45.39	c cleaning 23986 clauses out of 48072 with flag 1682298/315000
103.10/49.88	c cleaning 25024 clauses out of 50086 with flag 1832803/341000
112.70/54.65	c cleaning 26029 clauses out of 52062 with flag 1987986/368000
123.43/59.92	c cleaning 26995 clauses out of 54033 with flag 2150896/396000
134.22/65.34	c cleaning 27979 clauses out of 56039 with flag 2318563/425001
144.89/70.67	c cleaning 28988 clauses out of 58059 with flag 2494135/455000
156.37/76.32	c cleaning 29943 clauses out of 60071 with flag 2677768/486000
167.97/82.18	c cleaning 31021 clauses out of 62131 with flag 2866680/518003
180.05/88.18	c cleaning 31997 clauses out of 64107 with flag 3063012/551000
191.90/94.07	c cleaning 33039 clauses out of 66110 with flag 3264392/585000
204.10/100.12	c cleaning 34023 clauses out of 68071 with flag 3471876/620000
216.49/106.30	c cleaning 35015 clauses out of 70048 with flag 3684048/656000
229.28/112.76	c cleaning 36016 clauses out of 72033 with flag 3899916/693000
242.88/119.55	c cleaning 36965 clauses out of 74018 with flag 4126405/731001
257.73/127.25	c cleaning 37983 clauses out of 76053 with flag 4356394/770001
271.52/134.17	c cleaning 39027 clauses out of 78069 with flag 4592754/810000
286.13/141.49	c cleaning 39974 clauses out of 80042 with flag 4839409/851000
301.32/149.03	c cleaning 41028 clauses out of 82069 with flag 5086968/893001
316.91/156.84	c cleaning 41963 clauses out of 84040 with flag 5342898/936000
333.10/164.95	c cleaning 43002 clauses out of 86077 with flag 5604537/980000
350.12/173.44	c cleaning 44017 clauses out of 88075 with flag 5869843/1025000
367.72/182.22	c cleaning 44988 clauses out of 90059 with flag 6150845/1071001
386.92/191.84	c cleaning 46001 clauses out of 92070 with flag 6431384/1118000
406.13/201.42	c cleaning 47012 clauses out of 94069 with flag 6711889/1166000
426.31/211.53	c cleaning 47995 clauses out of 96058 with flag 7001362/1215001
446.71/221.79	c cleaning 48957 clauses out of 98064 with flag 7296747/1265002
467.72/232.27	c cleaning 50049 clauses out of 100105 with flag 7599204/1316000
489.92/243.30	c cleaning 50994 clauses out of 102056 with flag 7906718/1368000
512.71/254.78	c cleaning 52024 clauses out of 104062 with flag 8223118/1421000
536.11/266.50	c cleaning 53009 clauses out of 106040 with flag 8546663/1475002
560.91/278.80	c cleaning 53981 clauses out of 108030 with flag 8865099/1530001
586.90/291.87	c cleaning 54987 clauses out of 110048 with flag 9189662/1586000
613.30/305.01	c cleaning 55984 clauses out of 112061 with flag 9526003/1643000
640.24/318.49	c cleaning 57031 clauses out of 114077 with flag 9863466/1701000
667.23/331.93	c cleaning 58011 clauses out of 116049 with flag 10210577/1760003
694.63/345.66	c cleaning 59005 clauses out of 118035 with flag 10563688/1820000
723.05/359.83	c cleaning 59991 clauses out of 120030 with flag 10918105/1881000
752.44/374.54	c cleaning 61010 clauses out of 122039 with flag 11285207/1943000
782.24/389.48	c cleaning 61980 clauses out of 124030 with flag 11655480/2006001
813.43/405.01	c cleaning 63002 clauses out of 126051 with flag 12031272/2070002
845.22/420.98	c cleaning 63990 clauses out of 128047 with flag 12411146/2135000
878.41/437.57	c cleaning 64981 clauses out of 130057 with flag 12799254/2201000
912.62/454.63	c cleaning 66039 clauses out of 132078 with flag 13191622/2268002
947.61/472.11	c cleaning 66984 clauses out of 134037 with flag 13587153/2336000
983.60/490.19	c cleaning 68019 clauses out of 136053 with flag 13989234/2405000
1020.02/508.33	c cleaning 68983 clauses out of 138037 with flag 14407052/2475003
1057.41/527.10	c cleaning 69964 clauses out of 140051 with flag 14823120/2546000
1095.79/546.22	c cleaning 71012 clauses out of 142087 with flag 15244878/2618000
1134.99/565.89	c cleaning 72016 clauses out of 144075 with flag 15672190/2691000
1174.89/585.76	c cleaning 73012 clauses out of 146059 with flag 16106779/2765000
1214.88/605.71	c cleaning 73973 clauses out of 148049 with flag 16539300/2840002
1257.49/627.02	c cleaning 75018 clauses out of 150074 with flag 16976029/2916000
1301.69/649.13	c cleaning 75992 clauses out of 152057 with flag 17427883/2993001
1347.27/671.91	c cleaning 76976 clauses out of 154064 with flag 17888216/3071000
1392.86/694.75	c cleaning 78013 clauses out of 156089 with flag 18348621/3150001
1438.26/717.45	c cleaning 78996 clauses out of 158077 with flag 18816830/3230002
1485.45/741.04	c cleaning 80019 clauses out of 160080 with flag 19289590/3311001
1533.05/764.87	c cleaning 80983 clauses out of 162061 with flag 19760507/3393001
1582.04/789.36	c cleaning 82035 clauses out of 164077 with flag 20242409/3476000
1632.23/814.49	c cleaning 83018 clauses out of 166043 with flag 20732146/3560001
1684.24/840.49	c cleaning 84001 clauses out of 168025 with flag 21231641/3645001
1737.03/866.82	c cleaning 84955 clauses out of 170024 with flag 21733509/3731001
1791.21/893.99	c cleaning 85966 clauses out of 172068 with flag 22243372/3818000
1800.16/898.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/898.60	c starts		: 29071
1800.16/898.60	c conflicts		: 3834238
1800.16/898.60	c decisions		: 31649663
1800.16/898.60	c propagations		: 492983415
1800.16/898.60	c inspects		: 11023663901
1800.16/898.60	c shortcuts		: 0
1800.16/898.60	c learnt literals	: 2
1800.16/898.60	c learnt binary clauses	: 67
1800.16/898.60	c learnt ternary clauses	: 876
1800.16/898.60	c learnt constraints	: 3834236
1800.16/898.60	c ignored constraints	: 0
1800.16/898.60	c root simplifications	: 0
1800.16/898.60	c removed literals (reason simplification)	: 3398577
1800.16/898.60	c reason swapping (by a shorter reason)	: 0
1800.16/898.60	c Calls to reduceDB	: 83
1800.16/898.60	c Number of update (reduction) of LBD	: 844251
1800.16/898.60	c Imported unit clauses	: 0
1800.16/898.60	c number of reductions to clauses (during analyze)	: 0
1800.16/898.60	c number of learned constraints concerned by reduction	: 0
1800.16/898.60	c number of learning phase by resolution	: 0
1800.16/898.60	c number of learning phase by cutting planes	: 0
1800.16/898.60	c speed (assignments/second)	: 548935.2913797557
1800.16/898.60	c non guided choices	15598
1800.16/898.63	c learnt constraints type 
1800.16/898.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 67
1800.16/898.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102273
1800.16/898.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/898.63	c starts		: 34
1800.16/898.63	c conflicts		: 10269
1800.16/898.63	c decisions		: 47055
1800.16/898.63	c propagations		: 1143120
1800.16/898.63	c inspects		: 110817456
1800.16/898.63	c shortcuts		: 0
1800.16/898.63	c learnt literals	: 0
1800.16/898.63	c learnt binary clauses	: 0
1800.16/898.63	c learnt ternary clauses	: 0
1800.16/898.63	c learnt constraints	: 10268
1800.16/898.63	c ignored constraints	: 0
1800.16/898.63	c root simplifications	: 0
1800.16/898.63	c removed literals (reason simplification)	: 0
1800.16/898.63	c reason swapping (by a shorter reason)	: 0
1800.16/898.63	c Calls to reduceDB	: 1
1800.16/898.63	c Number of update (reduction) of LBD	: 0
1800.16/898.63	c Imported unit clauses	: 0
1800.16/898.63	c number of reductions to clauses (during analyze)	: 0
1800.16/898.63	c number of learned constraints concerned by reduction	: 0
1800.16/898.63	c number of learning phase by resolution	: 0
1800.16/898.63	c number of learning phase by cutting planes	: 0
1800.16/898.63	c speed (assignments/second)	: 1272.8289020971079
1800.16/898.63	c non guided choices	288
1800.16/898.63	c learnt constraints type 
1800.16/898.63	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 31
1800.16/898.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10237
1800.16/898.63	s UNKNOWN
1800.16/898.63	c Total wall clock time (in seconds): 898.517

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-4116838-1466979027/watcher-4116838-1466979027 -o /tmp/evaluation-result-4116838-1466979027/solver-4116838-1466979027 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466975440-23497 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116838-1466979027.opb 

pid=24217
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: 4.22 4.15 4.07 4/198 24220
/proc/meminfo: memFree=30386848/32872528 swapFree=1094508/1184444
[pid=24220] ppid=24217 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24220/stat : 24220 (java) S 24217 24220 23481 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 30942509 98570240 977 33554432000 1073741824 1073778376 140733698734032 140733698725168 271790932029 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24220/statm: 24065 977 743 9 0 16771 0
[pid=24220/tid=24221] ppid=24217 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24221/stat : 24221 (java) R 24217 24220 23481 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 30942509 98570240 977 33554432000 1073741824 1073778376 140733698734032 140480153607720 271787574656 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 4.22 4.15 4.07 4/198 24220
/proc/meminfo: memFree=30386848/32872528 swapFree=1094508/1184444
[pid=24220] ppid=24217 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/24220/stat : 24220 (java) S 24217 24220 23481 0 -1 4202496 4412 0 1 0 9 1 0 0 20 0 18 0 30942509 9787879424 6036 33554432000 1073741824 1073778376 140733698734032 140733698725168 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24220/statm: 2389619 6036 2126 9 0 2380296 0
[pid=24220/tid=24221] ppid=24217 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24220/task/24221/stat : 24221 (java) R 24217 24220 23481 0 -1 4202560 2389 0 1 0 8 0 0 0 20 0 18 0 30942509 9787879424 6036 33554432000 1073741824 1073778376 140733698734032 140480153611168 271790957837 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 4.22 4.15 4.07 4/198 24220
/proc/meminfo: memFree=30386848/32872528 swapFree=1094508/1184444
[pid=24220] ppid=24217 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/24220/stat : 24220 (java) S 24217 24220 23481 0 -1 4202496 4701 0 1 0 24 1 0 0 20 0 18 0 30942509 9787879424 6795 33554432000 1073741824 1073778376 140733698734032 140733698725168 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24220/statm: 2389619 6795 2202 9 0 2380296 0
[pid=24220/tid=24221] ppid=24217 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/24220/task/24221/stat : 24221 (java) R 24217 24220 23481 0 -1 4202560 2401 0 1 0 18 0 0 0 20 0 18 0 30942509 9787879424 6795 33554432000 1073741824 1073778376 140733698734032 140480153611168 140480156898199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300313 s]
/proc/loadavg: 4.22 4.15 4.07 4/198 24220
/proc/meminfo: memFree=30386848/32872528 swapFree=1094508/1184444
[pid=24220] ppid=24217 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/24220/stat : 24220 (java) S 24217 24220 23481 0 -1 4202496 5865 0 1 0 47 1 0 0 20 0 18 0 30942509 9787879424 8360 33554432000 1073741824 1073778376 140733698734032 140733698725168 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24220/statm: 2389619 8360 2232 9 0 2380296 0
[pid=24220/tid=24221] ppid=24217 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/24220/task/24221/stat : 24221 (java) R 24217 24220 23481 0 -1 4202560 2403 0 1 0 28 0 0 0 20 0 18 0 30942509 9787879424 8360 33554432000 1073741824 1073778376 140733698734032 140480153611168 140480008840696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700217 s]
/proc/loadavg: 4.22 4.15 4.07 4/198 24220
/proc/meminfo: memFree=30386848/32872528 swapFree=1094508/1184444
[pid=24220] ppid=24217 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/24220/stat : 24220 (java) S 24217 24220 23481 0 -1 4202496 14582 0 1 0 168 3 0 0 20 0 22 0 30942509 10060525568 24667 33554432000 1073741824 1073778376 140733698734032 140733698725168 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24220/statm: 2456183 24667 2264 9 0 2446860 0
[pid=24220/tid=24221] ppid=24217 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/24220/task/24221/stat : 24221 (java) S 24217 24220 23481 0 -1 4202560 2476 0 1 0 48 2 0 0 20 0 22 0 30942509 10060525568 24667 33554432000 1073741824 1073778376 140733698734032 140480153613176 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.22 4.15 4.07 7/220 24242
/proc/meminfo: memFree=30167312/32872528 swapFree=1094508/1184444
[pid=24220] ppid=24217 vsize=9824732 CPUtime=4.63 cores=0,2,4,6
/proc/24220/stat : 24220 (java) S 24217 24220 23481 0 -1 4202496 19781 0 1 0 457 6 0 0 20 0 22 0 30942509 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140733698725168 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24220/statm: 2456183 47183 2292 9 0 2446860 0
[pid=24220/tid=24221] ppid=24217 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/24220/task/24221/stat : 24221 (java) S 24217 24220 23481 0 -1 4202560 2476 0 1 0 48 2 0 0 20 0 22 0 30942509 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140480153613176 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24223] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24223/stat : 24223 (java) S 24217 24220 23481 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 30942510 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479997454888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24224] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24224/stat : 24224 (java) S 24217 24220 23481 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30942510 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479996402088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24225] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24225/stat : 24225 (java) S 24217 24220 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30942510 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479995349288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24226] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24226/stat : 24226 (java) S 24217 24220 23481 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 30942510 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479994296488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24227] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24227/stat : 24227 (java) S 24217 24220 23481 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30942510 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479993244712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24228] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24228/stat : 24228 (java) S 24217 24220 23481 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30942510 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479656094632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24229] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24229/stat : 24229 (java) S 24217 24220 23481 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30942510 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479655041832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24230] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24230/stat : 24230 (java) S 24217 24220 23481 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30942510 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479653989032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24231] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24231/stat : 24231 (java) S 24217 24220 23481 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30942511 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479641790952 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24232] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24232/stat : 24232 (java) S 24217 24220 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30942512 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479640737016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24233] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24233/stat : 24233 (java) S 24217 24220 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30942512 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479639684104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24234] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24234/stat : 24234 (java) S 24217 24220 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30942514 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479638632592 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24235] ppid=24217 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/24220/task/24235/stat : 24235 (java) S 24217 24220 23481 0 -1 4202560 8015 0 0 0 109 1 0 0 20 0 22 0 30942514 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479637580728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24236] ppid=24217 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/24220/task/24236/stat : 24236 (java) S 24217 24220 23481 0 -1 4202560 7821 0 0 0 112 2 0 0 20 0 22 0 30942514 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479636527928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24237] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24237/stat : 24237 (java) S 24217 24220 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30942514 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479635475320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24238] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24238/stat : 24238 (java) S 24217 24220 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30942514 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479634422728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24239] ppid=24217 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/24220/task/24239/stat : 24239 (java) R 24217 24220 23481 0 -1 4202560 18 0 0 0 91 0 0 0 20 0 22 0 30942561 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479633260576 140480009292631 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24240] ppid=24217 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/24220/task/24240/stat : 24240 (java) R 24217 24220 23481 0 -1 4202560 72 0 0 0 85 2 0 0 20 0 22 0 30942561 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479632214920 140480009342445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24241] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24241/stat : 24241 (java) S 24217 24220 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30942562 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479631164328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24242] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24242/stat : 24242 (java) S 24217 24220 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30942563 10060525568 47183 33554432000 1073741824 1073778376 140733698734032 140479630111528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.36 4.18 4.08 5/220 24242
/proc/meminfo: memFree=29779404/32872528 swapFree=1094508/1184444
[pid=24220] ppid=24217 vsize=9824732 CPUtime=8.48 cores=0,2,4,6
/proc/24220/stat : 24220 (java) S 24217 24220 23481 0 -1 4202496 23306 0 1 0 835 13 0 0 20 0 22 0 30942509 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140733698725168 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24220/statm: 2456183 90320 2292 9 0 2446860 0
[pid=24220/tid=24221] ppid=24217 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/24220/task/24221/stat : 24221 (java) S 24217 24220 23481 0 -1 4202560 2476 0 1 0 48 2 0 0 20 0 22 0 30942509 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140480153613176 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24223] ppid=24217 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24220/task/24223/stat : 24223 (java) S 24217 24220 23481 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 30942510 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479997454888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24224] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24224/stat : 24224 (java) S 24217 24220 23481 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 30942510 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479996402088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24225] ppid=24217 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24220/task/24225/stat : 24225 (java) S 24217 24220 23481 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 30942510 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479995349288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24226] ppid=24217 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24220/task/24226/stat : 24226 (java) S 24217 24220 23481 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 30942510 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479994296488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24227] ppid=24217 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24220/task/24227/stat : 24227 (java) S 24217 24220 23481 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 30942510 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479993244712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24228] ppid=24217 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24220/task/24228/stat : 24228 (java) S 24217 24220 23481 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 22 0 30942510 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479656094632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24229] ppid=24217 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/24220/task/24229/stat : 24229 (java) S 24217 24220 23481 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 30942510 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479655041832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24230] ppid=24217 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24220/task/24230/stat : 24230 (java) S 24217 24220 23481 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 30942510 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479653989032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24231] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24231/stat : 24231 (java) S 24217 24220 23481 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30942511 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479641790952 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24232] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24232/stat : 24232 (java) S 24217 24220 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30942512 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479640737016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24233] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24233/stat : 24233 (java) S 24217 24220 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30942512 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479639684104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24234] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24234/stat : 24234 (java) S 24217 24220 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30942514 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479638632592 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24235] ppid=24217 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/24220/task/24235/stat : 24235 (java) S 24217 24220 23481 0 -1 4202560 8305 0 0 0 135 1 0 0 20 0 22 0 30942514 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479637580728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24236] ppid=24217 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/24220/task/24236/stat : 24236 (java) S 24217 24220 23481 0 -1 4202560 10775 0 0 0 143 2 0 0 20 0 22 0 30942514 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479636527928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24237] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24237/stat : 24237 (java) S 24217 24220 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30942514 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479635475320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24238] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24238/stat : 24238 (java) S 24217 24220 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30942514 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479634422728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24239] ppid=24217 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/24220/task/24239/stat : 24239 (java) R 24217 24220 23481 0 -1 4202560 20 0 0 0 243 0 0 0 20 0 22 0 30942561 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479633267328 140480009161166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24240] ppid=24217 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/24220/task/24240/stat : 24240 (java) R 24217 24220 23481 0 -1 4202560 131 0 0 0 235 3 0 0 20 0 22 0 30942561 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479632215112 140480009342683 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24241] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24241/stat : 24241 (java) S 24217 24220 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30942562 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479631164328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24242] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24242/stat : 24242 (java) S 24217 24220 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30942563 10060525568 90320 33554432000 1073741824 1073778376 140733698734032 140479630111528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.36 4.18 4.08 6/220 24242
/proc/meminfo: memFree=29161036/32872528 swapFree=1094508/1184444
[pid=24220] ppid=24217 vsize=9824732 CPUtime=15.02 cores=0,2,4,6
/proc/24220/stat : 24220 (java) S 24217 24220 23481 0 -1 4202496 23804 0 1 0 1479 23 0 0 20 0 22 0 30942509 10060525568 162586 33554432000 1073741824 1073778376 140733698734032 140733698725168 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24220/statm: 2456183 162586 2292 9 0 2446860 0
[pid=24220/tid=24221] ppid=24217 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/24220/task/24221/stat : 24221 (java) S 24217 24220 23481 0 -1 4202560 2476 0 1 0 48 2 0 0 20 0 22 0 30942509 10060525568 162586 33554432000 1073741824 1073778376 140733698734032 140480153613176 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24223] ppid=24217 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/24220/task/24223/stat : 24223 (java) S 24217 24220 23481 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 30942510 10060525568 162586 33554432000 1073741824 1073778376 140733698734032 140479997454888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24224] ppid=24217 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24220/task/24224/stat : 24224 (java) S 24217 24220 23481 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 30942510 10060525568 162586 33554432000 1073741824 1073778376 140733698734032 140479996402088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24225] ppid=24217 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/24220/task/24225/stat : 24225 (java) S 24217 24220 23481 0 -1 4202560 38 0 0 0 7 2 0 0 20 0 22 0 30942510 10060525568 162586 33554432000 1073741824 1073778376 140733698734032 140479995349288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24226] ppid=24217 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24220/task/24226/stat : 24226 (java) S 24217 24220 23481 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 30942510 10060525568 162586 33554432000 1073741824 1073778376 140733698734032 140479994296488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24227] ppid=24217 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24220/task/24227/stat : 24227 (java) S 24217 24220 23481 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 22 0 30942510 10060525568 162586 33554432000 1073741824 1073778376 140733698734032 140479993244712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24228] ppid=24217 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/24220/task/24228/stat : 24228 (java) S 24217 24220 23481 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 22 0 30942510 10060525568 162586 33554432000 1073741824 1073778376 140733698734032 140479656094632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24229] ppid=24217 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/24220/task/24229/stat : 24229 (java) S 24217 24220 23481 0 -1 4202560 40 0 0 0 6 3 0 0 20 0 22 0 30942510 10060525568 162586 33554432000 1073741824 1073778376 140733698734032 140479655041832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24230] ppid=24217 vsize=9824732 CPUtime=0.03 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.14 4.21 4.14 5/219 24261
/proc/meminfo: memFree=24009472/32872528 swapFree=1094508/1184444
[pid=24220] ppid=24217 vsize=9824732 CPUtime=1648.03 cores=0,2,4,6
/proc/24220/stat : 24220 (java) S 24217 24220 23481 0 -1 4202496 29347 0 1 0 164671 132 0 0 20 0 22 0 30942509 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140733698725168 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24220/statm: 2456183 768423 2301 9 0 2446860 0
[pid=24220/tid=24221] ppid=24217 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/24220/task/24221/stat : 24221 (java) S 24217 24220 23481 0 -1 4202560 2478 0 1 0 51 3 0 0 20 0 22 0 30942509 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140480153613176 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24223] ppid=24217 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/24220/task/24223/stat : 24223 (java) S 24217 24220 23481 0 -1 4202560 263 0 0 0 40 12 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479997454888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24224] ppid=24217 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/24220/task/24224/stat : 24224 (java) S 24217 24220 23481 0 -1 4202560 208 0 0 0 29 8 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479996402088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24225] ppid=24217 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/24220/task/24225/stat : 24225 (java) S 24217 24220 23481 0 -1 4202560 197 0 0 0 33 7 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479995349288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24226] ppid=24217 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/24220/task/24226/stat : 24226 (java) S 24217 24220 23481 0 -1 4202560 204 0 0 0 35 9 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479994296488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24227] ppid=24217 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/24220/task/24227/stat : 24227 (java) S 24217 24220 23481 0 -1 4202560 212 0 0 0 37 8 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479993244712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24228] ppid=24217 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/24220/task/24228/stat : 24228 (java) S 24217 24220 23481 0 -1 4202560 242 0 0 0 38 11 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479656094632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24229] ppid=24217 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/24220/task/24229/stat : 24229 (java) S 24217 24220 23481 0 -1 4202560 324 0 0 0 42 12 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479655041832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24230] ppid=24217 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/24220/task/24230/stat : 24230 (java) S 24217 24220 23481 0 -1 4202560 224 0 0 0 40 10 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479653989032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24231] ppid=24217 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/24220/task/24231/stat : 24231 (java) S 24217 24220 23481 0 -1 4202560 1507 0 0 0 69 4 0 0 20 0 22 0 30942511 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479641790952 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24232] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24232/stat : 24232 (java) S 24217 24220 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30942512 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479640737016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24233] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24233/stat : 24233 (java) S 24217 24220 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30942512 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479639684104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24234] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24234/stat : 24234 (java) S 24217 24220 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30942514 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479638632592 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24235] ppid=24217 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/24220/task/24235/stat : 24235 (java) S 24217 24220 23481 0 -1 4202560 10164 0 0 0 165 2 0 0 20 0 22 0 30942514 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479637580728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24236] ppid=24217 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/24220/task/24236/stat : 24236 (java) S 24217 24220 23481 0 -1 4202560 10778 0 0 0 167 2 0 0 20 0 22 0 30942514 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479636527928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24237] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24237/stat : 24237 (java) S 24217 24220 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30942514 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479635475320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24238] ppid=24217 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/24220/task/24238/stat : 24238 (java) S 24217 24220 23481 0 -1 4202560 47 0 0 0 13 14 0 0 20 0 22 0 30942514 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479634422728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24239] ppid=24217 vsize=9824732 CPUtime=819.94 cores=0,2,4,6
/proc/24220/task/24239/stat : 24239 (java) R 24217 24220 23481 0 -1 4202560 48 0 0 0 81980 14 0 0 20 0 22 0 30942561 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479633260656 140480009421871 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24240] ppid=24217 vsize=9824732 CPUtime=819.64 cores=0,2,4,6
/proc/24220/task/24240/stat : 24240 (java) R 24217 24220 23481 0 -1 4202560 1187 0 0 0 81914 50 0 0 20 0 22 0 30942561 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479632214432 140480009397934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24241] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24241/stat : 24241 (java) S 24217 24220 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30942562 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479631164328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24242] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24242/stat : 24242 (java) S 24217 24220 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30942563 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479630111528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1648.03
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.19 4.21 4.14 5/219 24262
/proc/meminfo: memFree=23970680/32872528 swapFree=1094508/1184444
[pid=24220] ppid=24217 vsize=9824732 CPUtime=1768.03 cores=0,2,4,6
/proc/24220/stat : 24220 (java) S 24217 24220 23481 0 -1 4202496 29351 0 1 0 176670 133 0 0 20 0 22 0 30942509 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140733698725168 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24220/statm: 2456183 768423 2301 9 0 2446860 0
[pid=24220/tid=24221] ppid=24217 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/24220/task/24221/stat : 24221 (java) S 24217 24220 23481 0 -1 4202560 2478 0 1 0 51 3 0 0 20 0 22 0 30942509 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140480153613176 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24223] ppid=24217 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/24220/task/24223/stat : 24223 (java) S 24217 24220 23481 0 -1 4202560 263 0 0 0 40 12 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479997454888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24224] ppid=24217 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/24220/task/24224/stat : 24224 (java) S 24217 24220 23481 0 -1 4202560 208 0 0 0 29 8 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479996402088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24225] ppid=24217 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/24220/task/24225/stat : 24225 (java) S 24217 24220 23481 0 -1 4202560 197 0 0 0 33 7 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479995349288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24226] ppid=24217 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/24220/task/24226/stat : 24226 (java) S 24217 24220 23481 0 -1 4202560 204 0 0 0 35 9 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479994296488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24227] ppid=24217 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/24220/task/24227/stat : 24227 (java) S 24217 24220 23481 0 -1 4202560 212 0 0 0 37 8 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479993244712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24228] ppid=24217 vsize=9824732 CPUtime=0.49 cores=0,2,4,6
/proc/24220/task/24228/stat : 24228 (java) S 24217 24220 23481 0 -1 4202560 242 0 0 0 38 11 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479656094632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24229] ppid=24217 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/24220/task/24229/stat : 24229 (java) S 24217 24220 23481 0 -1 4202560 324 0 0 0 42 12 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479655041832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24230] ppid=24217 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/24220/task/24230/stat : 24230 (java) S 24217 24220 23481 0 -1 4202560 224 0 0 0 40 10 0 0 20 0 22 0 30942510 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479653989032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24231] ppid=24217 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/24220/task/24231/stat : 24231 (java) S 24217 24220 23481 0 -1 4202560 1507 0 0 0 69 4 0 0 20 0 22 0 30942511 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479641790952 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24232] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24232/stat : 24232 (java) S 24217 24220 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30942512 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479640737016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24233] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24233/stat : 24233 (java) S 24217 24220 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30942512 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479639684104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24234] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24234/stat : 24234 (java) S 24217 24220 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30942514 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479638632592 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24235] ppid=24217 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/24220/task/24235/stat : 24235 (java) S 24217 24220 23481 0 -1 4202560 10164 0 0 0 165 2 0 0 20 0 22 0 30942514 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479637580728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24236] ppid=24217 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/24220/task/24236/stat : 24236 (java) S 24217 24220 23481 0 -1 4202560 10778 0 0 0 167 2 0 0 20 0 22 0 30942514 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479636527928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24237] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24237/stat : 24237 (java) S 24217 24220 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30942514 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479635475320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24238] ppid=24217 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/24220/task/24238/stat : 24238 (java) S 24217 24220 23481 0 -1 4202560 51 0 0 0 15 14 0 0 20 0 22 0 30942514 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479634422728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24239] ppid=24217 vsize=9824732 CPUtime=879.95 cores=0,2,4,6
/proc/24220/task/24239/stat : 24239 (java) R 24217 24220 23481 0 -1 4202560 48 0 0 0 87980 15 0 0 20 0 22 0 30942561 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479633260656 140480009188195 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24240] ppid=24217 vsize=9824732 CPUtime=879.63 cores=0,2,4,6
/proc/24220/task/24240/stat : 24240 (java) R 24217 24220 23481 0 -1 4202560 1187 0 0 0 87912 51 0 0 20 0 22 0 30942561 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479632214432 140480009397840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24241] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24241/stat : 24241 (java) S 24217 24220 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30942562 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479631164328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24242] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24242/stat : 24242 (java) S 24217 24220 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30942563 10060525568 768423 33554432000 1073741824 1073778376 140733698734032 140479630111528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1768.03
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.601 s]
/proc/loadavg: 4.07 4.18 4.13 11/219 24331
/proc/meminfo: memFree=26933124/32872528 swapFree=1094508/1184444
[pid=24220] ppid=24217 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/24220/stat : 24220 (java) S 24217 24220 23481 0 -1 4202496 29706 0 1 0 179877 139 0 0 20 0 22 0 30942509 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140733698725168 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24220/statm: 2456183 773960 2301 9 0 2446860 0
[pid=24220/tid=24221] ppid=24217 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/24220/task/24221/stat : 24221 (java) S 24217 24220 23481 0 -1 4202560 2478 0 1 0 51 3 0 0 20 0 22 0 30942509 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140480153613176 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24223] ppid=24217 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/24220/task/24223/stat : 24223 (java) S 24217 24220 23481 0 -1 4202560 292 0 0 0 45 14 0 0 20 0 22 0 30942510 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479997454888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24224] ppid=24217 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/24220/task/24224/stat : 24224 (java) S 24217 24220 23481 0 -1 4202560 254 0 0 0 31 8 0 0 20 0 22 0 30942510 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479996402088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24225] ppid=24217 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/24220/task/24225/stat : 24225 (java) S 24217 24220 23481 0 -1 4202560 228 0 0 0 36 8 0 0 20 0 22 0 30942510 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479995349288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24226] ppid=24217 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/24220/task/24226/stat : 24226 (java) S 24217 24220 23481 0 -1 4202560 245 0 0 0 36 9 0 0 20 0 22 0 30942510 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479994296488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24227] ppid=24217 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/24220/task/24227/stat : 24227 (java) S 24217 24220 23481 0 -1 4202560 244 0 0 0 38 9 0 0 20 0 22 0 30942510 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479993244712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24228] ppid=24217 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/24220/task/24228/stat : 24228 (java) S 24217 24220 23481 0 -1 4202560 280 0 0 0 39 12 0 0 20 0 22 0 30942510 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479656094632 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24229] ppid=24217 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/24220/task/24229/stat : 24229 (java) S 24217 24220 23481 0 -1 4202560 345 0 0 0 47 13 0 0 20 0 22 0 30942510 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479655041832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24230] ppid=24217 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/24220/task/24230/stat : 24230 (java) S 24217 24220 23481 0 -1 4202560 246 0 0 0 41 11 0 0 20 0 22 0 30942510 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479653989032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24231] ppid=24217 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/24220/task/24231/stat : 24231 (java) S 24217 24220 23481 0 -1 4202560 1601 0 0 0 125 4 0 0 20 0 22 0 30942511 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479641790952 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24232] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24232/stat : 24232 (java) S 24217 24220 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30942512 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479640737016 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24233] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24233/stat : 24233 (java) S 24217 24220 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30942512 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479639684104 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24234] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24234/stat : 24234 (java) S 24217 24220 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30942514 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479638632592 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24235] ppid=24217 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/24220/task/24235/stat : 24235 (java) S 24217 24220 23481 0 -1 4202560 10164 0 0 0 165 2 0 0 20 0 22 0 30942514 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479637580728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24236] ppid=24217 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/24220/task/24236/stat : 24236 (java) S 24217 24220 23481 0 -1 4202560 10778 0 0 0 167 2 0 0 20 0 22 0 30942514 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479636527928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24237] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24237/stat : 24237 (java) S 24217 24220 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30942514 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479635475320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24238] ppid=24217 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/24220/task/24238/stat : 24238 (java) S 24217 24220 23481 0 -1 4202560 51 0 0 0 15 14 0 0 20 0 22 0 30942514 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479634422728 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24220/tid=24239] ppid=24217 vsize=9824732 CPUtime=895.62 cores=0,2,4,6
/proc/24220/task/24239/stat : 24239 (java) R 24217 24220 23481 0 -1 4202560 49 0 0 0 89547 15 0 0 20 0 22 0 30942561 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479633269504 140480009247600 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24220/tid=24240] ppid=24217 vsize=9824732 CPUtime=895.3 cores=0,2,4,6
/proc/24220/task/24240/stat : 24240 (java) R 24217 24220 23481 0 -1 4202560 1187 0 0 0 89479 51 0 0 20 0 22 0 30942561 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479632214960 140480009752034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24220/tid=24241] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24241/stat : 24241 (java) S 24217 24220 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30942562 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479631164328 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24220/tid=24242] ppid=24217 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24220/task/24242/stat : 24242 (java) S 24217 24220 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30942563 10060525568 773960 33554432000 1073741824 1073778376 140733698734032 140479630111528 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 24220 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 898.658
CPU time (s): 1800.76
CPU user time (s): 1798.84
CPU system time (s): 1.91971
CPU usage (%): 200.383
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.91971
maximum resident set size= 3135744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29740
page faults= 1
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21738
involuntary context switches= 14397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.46817 second user time and 8.68568 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-27 00:10:27
IDJOB=4116838
IDBENCH=109520
IDSOLVER=2543
FILE ID=node115/4116838-1466979027
RUNJOBID= node115-1466975440-23497
PBS_JOBID= 19976385
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round23-4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116838-1466979027/watcher-4116838-1466979027 -o /tmp/evaluation-result-4116838-1466979027/solver-4116838-1466979027 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466975440-23497 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116838-1466979027.opb

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

MD5SUM BENCH= ef75d0fa559b60e210d6da0ea8998a08
RANDOM SEED=636214375

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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:        30395304 kB
Buffers:           79028 kB
Cached:           223864 kB
SwapCached:         1676 kB
Active:           301648 kB
Inactive:         257192 kB
Active(anon):     257884 kB
Inactive(anon):      684 kB
Active(file):      43764 kB
Inactive(file):   256508 kB
Unevictable:     1184444 kB
Mlocked:         1094508 kB
SwapTotal:      67108856 kB
SwapFree:       67099168 kB
Dirty:              2548 kB
Writeback:             0 kB
AnonPages:       1387040 kB
Mapped:            15496 kB
Shmem:                 0 kB
Slab:             596192 kB
SReclaimable:      39772 kB
SUnreclaim:       556420 kB
KernelStack:        1720 kB
PageTables:         7124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2004864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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= 71660 MiB
End job on node115 at 2016-06-27 00:25:26