Trace number 4115998

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 894.867

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round23-7.opb
MD5SUM935c4ce5f931d101d829070a69f3ff5c
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 constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4115998-1466945360.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  no objective function found
1.01/0.54	c ... done. Wall clock time 0.413s.
1.01/0.54	c declared #vars     4288
1.01/0.54	c #constraints  10816
1.01/0.54	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.01/0.54	c constraints type 
1.01/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.01/0.54	c org.sat4j.specs.Constr$1 => 904
1.01/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.01/0.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
1.01/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.01/0.54	c 10816 constraints processed.
1.01/0.54	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.01/0.54	c constraints type 
1.01/0.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.01/0.54	c org.sat4j.specs.Constr$1 => 904
1.01/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.01/0.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.01/0.54	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
1.01/0.54	c 10816 constraints processed.
4.22/1.48	c cleaning 2493 clauses out of 4998 with flag 16567/5000
6.26/2.17	c cleaning 4246 clauses out of 8505 with flag 38920/11000
8.11/3.06	c cleaning 5618 clauses out of 11259 with flag 67962/18000
9.97/3.92	c cleaning 6813 clauses out of 13641 with flag 105914/26000
12.49/5.03	c cleaning 7887 clauses out of 15830 with flag 147138/35002
14.97/6.20	c cleaning 8957 clauses out of 17941 with flag 194987/45000
17.57/7.53	c cleaning 9959 clauses out of 19985 with flag 249686/56001
20.65/9.04	c cleaning 10998 clauses out of 22025 with flag 310739/68000
23.85/10.66	c cleaning 11968 clauses out of 24027 with flag 376984/81000
27.56/12.47	c cleaning 13009 clauses out of 26059 with flag 450327/95000
31.95/14.43	c cleaning 14014 clauses out of 28050 with flag 531578/110000
36.14/16.59	c cleaning 15015 clauses out of 30037 with flag 619061/126001
37.73/17.39	c cleaning 0 clauses out of 5000 with flag 0/5000
41.33/19.06	c cleaning 15974 clauses out of 32021 with flag 714538/143000
46.74/21.65	c cleaning 17006 clauses out of 34047 with flag 814332/161000
52.34/24.47	c cleaning 17998 clauses out of 36041 with flag 923315/180000
58.50/27.41	c cleaning 19016 clauses out of 38044 with flag 1040999/200001
64.90/30.60	c cleaning 19995 clauses out of 40027 with flag 1160661/221000
72.26/34.21	c cleaning 20999 clauses out of 42033 with flag 1286970/243001
79.85/38.06	c cleaning 21985 clauses out of 44034 with flag 1420495/266001
87.66/41.96	c cleaning 23016 clauses out of 46050 with flag 1560264/290002
96.57/46.34	c cleaning 23966 clauses out of 48032 with flag 1708834/315000
106.08/51.04	c cleaning 25023 clauses out of 50068 with flag 1865518/341002
116.07/56.03	c cleaning 26003 clauses out of 52043 with flag 2024250/368000
126.55/61.21	c cleaning 27004 clauses out of 54040 with flag 2192335/396000
137.65/66.77	c cleaning 28012 clauses out of 56037 with flag 2368895/425001
149.51/72.69	c cleaning 28987 clauses out of 58024 with flag 2547817/455000
161.09/78.46	c cleaning 29988 clauses out of 60038 with flag 2736051/486001
173.98/84.82	c cleaning 30990 clauses out of 62049 with flag 2931040/518000
187.25/91.46	c cleaning 32025 clauses out of 64059 with flag 3131509/551000
200.89/98.22	c cleaning 33006 clauses out of 66034 with flag 3335907/585000
215.90/106.03	c cleaning 34002 clauses out of 68028 with flag 3553503/620000
230.54/113.31	c cleaning 35010 clauses out of 70027 with flag 3774925/656001
245.99/121.03	c cleaning 35978 clauses out of 72016 with flag 4000699/693000
261.72/128.81	c cleaning 36984 clauses out of 74038 with flag 4234333/731000
278.45/137.15	c cleaning 37980 clauses out of 76054 with flag 4477409/770000
283.05/139.43	c cleaning 0 clauses out of 11000 with flag 0/11000
295.95/145.85	c cleaning 39036 clauses out of 78074 with flag 4724599/810000
314.42/155.02	c cleaning 39996 clauses out of 80038 with flag 4977396/851000
334.51/165.06	c cleaning 41010 clauses out of 82043 with flag 5238016/893001
354.96/175.20	c cleaning 41976 clauses out of 84033 with flag 5504784/936001
376.13/185.76	c cleaning 42991 clauses out of 86057 with flag 5779786/980001
397.22/196.27	c cleaning 44018 clauses out of 88065 with flag 6055679/1025000
419.15/207.17	c cleaning 44989 clauses out of 90047 with flag 6338954/1071000
441.91/218.45	c cleaning 46022 clauses out of 92059 with flag 6628774/1118001
465.80/230.25	c cleaning 46925 clauses out of 94036 with flag 6924201/1166000
489.95/242.26	c cleaning 48030 clauses out of 96112 with flag 7226974/1215001
515.09/254.73	c cleaning 48979 clauses out of 98081 with flag 7532809/1265000
542.40/268.84	c cleaning 50035 clauses out of 100103 with flag 7845642/1316001
569.04/282.13	c cleaning 51034 clauses out of 102067 with flag 8167545/1368000
596.97/296.05	c cleaning 52002 clauses out of 104033 with flag 8490431/1421000
627.31/311.10	c cleaning 52966 clauses out of 106031 with flag 8822662/1475000
658.68/326.78	c cleaning 54005 clauses out of 108067 with flag 9158829/1530002
689.67/342.16	c cleaning 54983 clauses out of 110060 with flag 9501967/1586000
722.13/358.23	c cleaning 56014 clauses out of 112079 with flag 9848950/1643002
755.75/374.98	c cleaning 57014 clauses out of 114063 with flag 10205137/1701000
790.61/392.26	c cleaning 58011 clauses out of 116049 with flag 10563556/1760000
827.87/410.79	c cleaning 59008 clauses out of 118038 with flag 10927963/1820000
864.32/428.87	c cleaning 59986 clauses out of 120030 with flag 11296219/1881000
901.16/447.11	c cleaning 61003 clauses out of 122044 with flag 11677554/1943000
939.71/466.26	c cleaning 61963 clauses out of 124041 with flag 12063487/2006000
979.04/485.88	c cleaning 63009 clauses out of 126078 with flag 12455180/2070000
1019.41/505.91	c cleaning 63997 clauses out of 128070 with flag 12856483/2135001
1060.02/526.13	c cleaning 0 clauses out of 18002 with flag 0/18002
1060.62/526.42	c cleaning 64998 clauses out of 130072 with flag 13257209/2201000
1104.65/548.21	c cleaning 66012 clauses out of 132074 with flag 13668586/2268000
1150.16/570.83	c cleaning 67006 clauses out of 134062 with flag 14085098/2336000
1197.94/595.35	c cleaning 68003 clauses out of 136056 with flag 14506743/2405000
1244.53/618.56	c cleaning 69007 clauses out of 138053 with flag 14935404/2475000
1291.70/642.07	c cleaning 70010 clauses out of 140046 with flag 15365194/2546000
1340.32/666.22	c cleaning 70985 clauses out of 142036 with flag 15802536/2618000
1392.04/691.94	c cleaning 72003 clauses out of 144051 with flag 16252603/2691000
1444.79/718.17	c cleaning 72988 clauses out of 146050 with flag 16696251/2765002
1497.66/744.49	c cleaning 73987 clauses out of 148061 with flag 17155371/2840001
1552.52/771.74	c cleaning 75021 clauses out of 150073 with flag 17618350/2916000
1609.03/799.85	c cleaning 75970 clauses out of 152053 with flag 18081476/2993001
1665.84/828.19	c cleaning 77028 clauses out of 154082 with flag 18557239/3071000
1723.75/856.99	c cleaning 77992 clauses out of 156055 with flag 19030134/3150001
1783.06/886.46	c cleaning 79012 clauses out of 158062 with flag 19516233/3230000
1800.00/894.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/894.80	c starts		: 23452
1800.00/894.80	c conflicts		: 3257352
1800.00/894.80	c decisions		: 27904163
1800.00/894.80	c propagations		: 425213615
1800.00/894.80	c inspects		: 8641059469
1800.00/894.80	c shortcuts		: 0
1800.00/894.80	c learnt literals	: 2
1800.00/894.80	c learnt binary clauses	: 56
1800.00/894.80	c learnt ternary clauses	: 697
1800.00/894.80	c learnt constraints	: 3257350
1800.00/894.80	c ignored constraints	: 0
1800.00/894.80	c root simplifications	: 0
1800.00/894.80	c removed literals (reason simplification)	: 2703078
1800.00/894.80	c reason swapping (by a shorter reason)	: 0
1800.00/894.80	c Calls to reduceDB	: 76
1800.00/894.80	c Number of update (reduction) of LBD	: 718184
1800.00/894.80	c Imported unit clauses	: 0
1800.00/894.80	c number of reductions to clauses (during analyze)	: 0
1800.00/894.80	c number of learned constraints concerned by reduction	: 0
1800.00/894.80	c number of learning phase by resolution	: 0
1800.00/894.80	c number of learning phase by cutting planes	: 0
1800.00/894.80	c speed (assignments/second)	: 475496.4092895515
1800.00/894.80	c non guided choices	16971
1800.00/894.83	c learnt constraints type 
1800.00/894.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 56
1800.00/894.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 106346
1800.00/894.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/894.83	c starts		: 50
1800.00/894.83	c conflicts		: 22092
1800.00/894.83	c decisions		: 80476
1800.00/894.83	c propagations		: 2714913
1800.00/894.83	c inspects		: 855291690
1800.00/894.83	c shortcuts		: 0
1800.00/894.83	c learnt literals	: 0
1800.00/894.83	c learnt binary clauses	: 0
1800.00/894.83	c learnt ternary clauses	: 0
1800.00/894.83	c learnt constraints	: 22092
1800.00/894.83	c ignored constraints	: 0
1800.00/894.83	c root simplifications	: 0
1800.00/894.83	c removed literals (reason simplification)	: 0
1800.00/894.83	c reason swapping (by a shorter reason)	: 0
1800.00/894.83	c Calls to reduceDB	: 3
1800.00/894.83	c Number of update (reduction) of LBD	: 0
1800.00/894.83	c Imported unit clauses	: 0
1800.00/894.83	c number of reductions to clauses (during analyze)	: 0
1800.00/894.83	c number of learned constraints concerned by reduction	: 0
1800.00/894.83	c number of learning phase by resolution	: 0
1800.00/894.83	c number of learning phase by cutting planes	: 0
1800.00/894.83	c speed (assignments/second)	: 3035.8781852582424
1800.00/894.83	c non guided choices	398
1800.00/894.84	c learnt constraints type 
1800.00/894.84	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 52
1800.00/894.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22040
1800.00/894.84	s UNKNOWN
1800.00/894.84	c Total wall clock time (in seconds): 894.714

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-4115998-1466945360/watcher-4115998-1466945360 -o /tmp/evaluation-result-4115998-1466945360/solver-4115998-1466945360 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20069 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4115998-1466945360.opb 

pid=21234
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.18 4.13 5/197 21237
/proc/meminfo: memFree=28174448/32872528 swapFree=681168/738400
[pid=21237] ppid=21234 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/21237/stat : 21237 (java) R 21234 21237 20053 0 -1 4202496 384 0 0 0 0 0 0 0 20 0 1 0 27575506 5767168 56 33554432000 1073741824 1073778376 140737167224288 140737167221416 213857168679 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/21237/statm: 2298 60 47 9 0 30 0

[startup+0.100061 s]
/proc/loadavg: 4.22 4.18 4.13 5/197 21237
/proc/meminfo: memFree=28174448/32872528 swapFree=681168/738400
[pid=21237] ppid=21234 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21237/stat : 21237 (java) S 21234 21237 20053 0 -1 4202496 4410 0 1 0 7 2 0 0 20 0 18 0 27575506 9787879424 6035 33554432000 1073741824 1073778376 140737167224288 140737167215424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21237/statm: 2389619 6035 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 4.22 4.18 4.13 5/197 21237
/proc/meminfo: memFree=28174448/32872528 swapFree=681168/738400
[pid=21237] ppid=21234 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/21237/stat : 21237 (java) S 21234 21237 20053 0 -1 4202496 4672 0 1 0 22 2 0 0 20 0 18 0 27575506 9787879424 6760 33554432000 1073741824 1073778376 140737167224288 140737167215424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21237/statm: 2389619 6760 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 4.22 4.18 4.13 5/197 21237
/proc/meminfo: memFree=28174448/32872528 swapFree=681168/738400
[pid=21237] ppid=21234 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/21237/stat : 21237 (java) S 21234 21237 20053 0 -1 4202496 5787 0 1 0 45 2 0 0 20 0 18 0 27575506 9787879424 8352 33554432000 1073741824 1073778376 140737167224288 140737167215424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21237/statm: 2389619 8352 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700174 s]
/proc/loadavg: 4.22 4.18 4.13 5/197 21237
/proc/meminfo: memFree=28174448/32872528 swapFree=681168/738400
[pid=21237] ppid=21234 vsize=9824732 CPUtime=1.55 cores=0,2,4,6
/proc/21237/stat : 21237 (java) S 21234 21237 20053 0 -1 4202496 12038 0 1 0 151 4 0 0 20 0 22 0 27575506 10060525568 22232 33554432000 1073741824 1073778376 140737167224288 140737167215424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21237/statm: 2456183 22232 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.21 4.18 4.13 8/219 21259
/proc/meminfo: memFree=28053532/32872528 swapFree=681168/738400
[pid=21237] ppid=21234 vsize=9824732 CPUtime=4.55 cores=0,2,4,6
/proc/21237/stat : 21237 (java) S 21234 21237 20053 0 -1 4202496 21365 0 1 0 448 7 0 0 20 0 22 0 27575506 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140737167215424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21237/statm: 2456183 46754 2292 9 0 2446860 0
[pid=21237/tid=21239] ppid=21234 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/21237/task/21239/stat : 21239 (java) S 21234 21237 20053 0 -1 4202560 2500 0 1 0 49 2 0 0 20 0 22 0 27575507 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321769616248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21240] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21240/stat : 21240 (java) S 21234 21237 20053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 27575508 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321758677416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21241] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21241/stat : 21241 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575508 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321757624872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21242] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21242/stat : 21242 (java) S 21234 21237 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27575508 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321756571816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21243] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21243/stat : 21243 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575508 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321755519272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21244] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21244/stat : 21244 (java) S 21234 21237 20053 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 27575508 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321754467240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21245] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21245/stat : 21245 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575508 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321753414696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21246] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21246/stat : 21246 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575508 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321752361640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21247] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21247/stat : 21247 (java) S 21234 21237 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27575508 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321751309096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21248] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21248/stat : 21248 (java) S 21234 21237 20053 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27575509 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321593833832 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21249] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21249/stat : 21249 (java) S 21234 21237 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27575510 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321592780152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21250] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21250/stat : 21250 (java) S 21234 21237 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27575510 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321591726984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21251] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21251/stat : 21251 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575512 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321590675728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21252] ppid=21234 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/21237/task/21252/stat : 21252 (java) R 21234 21237 20053 0 -1 4202560 6826 0 0 0 117 1 0 0 20 0 22 0 27575512 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321589623608 140321773463103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21253] ppid=21234 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/21237/task/21253/stat : 21253 (java) R 21234 21237 20053 0 -1 4202560 10573 0 0 0 103 2 0 0 20 0 22 0 27575512 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321588548424 140321775576200 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21254] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21254/stat : 21254 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575512 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321587518200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21255] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21255/stat : 21255 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575512 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321586465864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21256] ppid=21234 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/21237/task/21256/stat : 21256 (java) R 21234 21237 20053 0 -1 4202560 17 0 0 0 85 0 0 0 20 0 22 0 27575561 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321585401760 140321632329879 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21257] ppid=21234 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/21237/task/21257/stat : 21257 (java) R 21234 21237 20053 0 -1 4202560 73 0 0 0 84 2 0 0 20 0 22 0 27575561 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321584357944 140321632295203 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21258] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21258/stat : 21258 (java) S 21234 21237 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27575561 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321583305512 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21259] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21259/stat : 21259 (java) S 21234 21237 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27575562 10060525568 46754 33554432000 1073741824 1073778376 140737167224288 140321582252968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.21 4.18 4.13 5/219 21259
/proc/meminfo: memFree=27925136/32872528 swapFree=681168/738400
[pid=21237] ppid=21234 vsize=9824732 CPUtime=8.37 cores=0,2,4,6
/proc/21237/stat : 21237 (java) S 21234 21237 20053 0 -1 4202496 25527 0 1 0 822 15 0 0 20 0 22 0 27575506 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140737167215424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21237/statm: 2456183 91447 2292 9 0 2446860 0
[pid=21237/tid=21239] ppid=21234 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/21237/task/21239/stat : 21239 (java) S 21234 21237 20053 0 -1 4202560 2500 0 1 0 49 2 0 0 20 0 22 0 27575507 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321769616248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21240] ppid=21234 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21237/task/21240/stat : 21240 (java) S 21234 21237 20053 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 22 0 27575508 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321758677416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21241] ppid=21234 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21237/task/21241/stat : 21241 (java) S 21234 21237 20053 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 27575508 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321757624872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21242] ppid=21234 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21237/task/21242/stat : 21242 (java) S 21234 21237 20053 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 27575508 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321756571816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21243] ppid=21234 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21237/task/21243/stat : 21243 (java) S 21234 21237 20053 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 27575508 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321755519272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21244] ppid=21234 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21237/task/21244/stat : 21244 (java) S 21234 21237 20053 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 27575508 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321754467240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21245] ppid=21234 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21237/task/21245/stat : 21245 (java) S 21234 21237 20053 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 27575508 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321753414696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21246] ppid=21234 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/21237/task/21246/stat : 21246 (java) S 21234 21237 20053 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 27575508 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321752361640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21247] ppid=21234 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/21237/task/21247/stat : 21247 (java) S 21234 21237 20053 0 -1 4202560 36 0 0 0 3 0 0 0 20 0 22 0 27575508 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321751309096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21248] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21248/stat : 21248 (java) S 21234 21237 20053 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27575509 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321593833832 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21249] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21249/stat : 21249 (java) S 21234 21237 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27575510 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321592780152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21250] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21250/stat : 21250 (java) S 21234 21237 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27575510 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321591726984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21251] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21251/stat : 21251 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575512 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321590675728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21252] ppid=21234 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/21237/task/21252/stat : 21252 (java) S 21234 21237 20053 0 -1 4202560 6826 0 0 0 132 1 0 0 20 0 22 0 27575512 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321589623608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21253] ppid=21234 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/21237/task/21253/stat : 21253 (java) S 21234 21237 20053 0 -1 4202560 14408 0 0 0 140 3 0 0 20 0 22 0 27575512 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321588571064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21254] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21254/stat : 21254 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575512 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321587518200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21255] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21255/stat : 21255 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575512 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321586465864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21256] ppid=21234 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/21237/task/21256/stat : 21256 (java) R 21234 21237 20053 0 -1 4202560 18 0 0 0 234 0 0 0 20 0 22 0 27575561 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321585401760 140321632242709 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21257] ppid=21234 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/21237/task/21257/stat : 21257 (java) R 21234 21237 20053 0 -1 4202560 133 0 0 0 233 3 0 0 20 0 22 0 27575561 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321584357416 140321632298115 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21258] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21258/stat : 21258 (java) S 21234 21237 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27575561 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321583305512 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21259] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21259/stat : 21259 (java) S 21234 21237 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27575562 10060525568 91447 33554432000 1073741824 1073778376 140737167224288 140321582252968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.19 4.18 4.13 5/219 21259
/proc/meminfo: memFree=27563632/32872528 swapFree=681168/738400
[pid=21237] ppid=21234 vsize=9824732 CPUtime=15.17 cores=0,2,4,6
/proc/21237/stat : 21237 (java) S 21234 21237 20053 0 -1 4202496 27337 0 1 0 1490 27 0 0 20 0 22 0 27575506 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140737167215424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21237/statm: 2456183 161416 2292 9 0 2446860 0
[pid=21237/tid=21239] ppid=21234 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/21237/task/21239/stat : 21239 (java) S 21234 21237 20053 0 -1 4202560 2500 0 1 0 49 2 0 0 20 0 22 0 27575507 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140321769616248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21240] ppid=21234 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/21237/task/21240/stat : 21240 (java) S 21234 21237 20053 0 -1 4202560 41 0 0 0 4 2 0 0 20 0 22 0 27575508 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140321758677416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21241] ppid=21234 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/21237/task/21241/stat : 21241 (java) S 21234 21237 20053 0 -1 4202560 60 0 0 0 7 3 0 0 20 0 22 0 27575508 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140321757624872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21242] ppid=21234 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21237/task/21242/stat : 21242 (java) S 21234 21237 20053 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 22 0 27575508 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140321756571816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21243] ppid=21234 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/21237/task/21243/stat : 21243 (java) S 21234 21237 20053 0 -1 4202560 43 0 0 0 7 2 0 0 20 0 22 0 27575508 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140321755519272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21244] ppid=21234 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/21237/task/21244/stat : 21244 (java) S 21234 21237 20053 0 -1 4202560 57 0 0 0 7 2 0 0 20 0 22 0 27575508 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140321754467240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21245] ppid=21234 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/21237/task/21245/stat : 21245 (java) S 21234 21237 20053 0 -1 4202560 54 0 0 0 7 2 0 0 20 0 22 0 27575508 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140321753414696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21246] ppid=21234 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/21237/task/21246/stat : 21246 (java) S 21234 21237 20053 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 27575508 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140321752361640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21247] ppid=21234 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/21237/task/21247/stat : 21247 (java) S 21234 21237 20053 0 -1 4202560 50 0 0 0 4 1 0 0 20 0 22 0 27575508 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140321751309096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21248] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21248/stat : 21248 (java) S 21234 21237 20053 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 22 0 27575509 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140321593833832 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21249] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21249/stat : 21249 (java) S 21234 21237 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27575510 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140321592780152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21250] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21250/stat : 21250 (java) S 21234 21237 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27575510 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140321591726984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21251] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21251/stat : 21251 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575512 10060525568 161416 33554432000 1073741824 1073778376 140737167224288 140321590675728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21252] ppid=21234 vsize=9824732 CPUtime=1.34 cores=0,2,4,6

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

/proc/21237/task/21242/stat : 21242 (java) S 21234 21237 20053 0 -1 4202560 521 0 0 0 273 16 0 0 20 0 22 0 27575508 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321756571816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21243] ppid=21234 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/21237/task/21243/stat : 21243 (java) S 21234 21237 20053 0 -1 4202560 523 0 0 0 266 13 0 0 20 0 22 0 27575508 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321755519272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21244] ppid=21234 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/21237/task/21244/stat : 21244 (java) S 21234 21237 20053 0 -1 4202560 515 0 0 0 240 15 0 0 20 0 22 0 27575508 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321754467240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21245] ppid=21234 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/21237/task/21245/stat : 21245 (java) S 21234 21237 20053 0 -1 4202560 712 0 0 0 298 17 0 0 20 0 22 0 27575508 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321753414696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21246] ppid=21234 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/21237/task/21246/stat : 21246 (java) S 21234 21237 20053 0 -1 4202560 633 0 0 0 257 13 0 0 20 0 22 0 27575508 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321752361640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21247] ppid=21234 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/21237/task/21247/stat : 21247 (java) S 21234 21237 20053 0 -1 4202560 525 0 0 0 266 14 0 0 20 0 22 0 27575508 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321751309096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21248] ppid=21234 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/21237/task/21248/stat : 21248 (java) S 21234 21237 20053 0 -1 4202560 2293 0 0 0 353 7 0 0 20 0 22 0 27575509 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321593833832 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21249] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21249/stat : 21249 (java) S 21234 21237 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27575510 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321592780152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21250] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21250/stat : 21250 (java) S 21234 21237 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27575510 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321591726984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21251] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21251/stat : 21251 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575512 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321590675728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21252] ppid=21234 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/21237/task/21252/stat : 21252 (java) S 21234 21237 20053 0 -1 4202560 6831 0 0 0 151 1 0 0 20 0 22 0 27575512 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321589623608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21253] ppid=21234 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/21237/task/21253/stat : 21253 (java) S 21234 21237 20053 0 -1 4202560 20747 0 0 0 218 4 0 0 20 0 22 0 27575512 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321588571064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21254] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21254/stat : 21254 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575512 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321587518200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21255] ppid=21234 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/21237/task/21255/stat : 21255 (java) S 21234 21237 20053 0 -1 4202560 47 0 0 0 13 18 0 0 20 0 22 0 27575512 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321586465864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21256] ppid=21234 vsize=9824732 CPUtime=809.88 cores=0,2,4,6
/proc/21237/task/21256/stat : 21256 (java) R 21234 21237 20053 0 -1 4202560 63 0 0 0 80974 14 0 0 20 0 22 0 27575561 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321585409488 140321632318578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21257] ppid=21234 vsize=9824732 CPUtime=809.97 cores=0,2,4,6
/proc/21237/task/21257/stat : 21257 (java) R 21234 21237 20053 0 -1 4202560 1842 0 0 0 80948 49 0 0 20 0 22 0 27575561 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321584358080 140321632293522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21258] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21258/stat : 21258 (java) S 21234 21237 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27575561 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321583305512 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21259] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21259/stat : 21259 (java) S 21234 21237 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27575562 10060525568 915039 33554432000 1073741824 1073778376 140737167224288 140321582252968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1654.16
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.08 4.14 4.10 5/219 21375
/proc/meminfo: memFree=24540844/32872528 swapFree=681168/738400
[pid=21237] ppid=21234 vsize=9824732 CPUtime=1774.88 cores=0,2,4,6
/proc/21237/stat : 21237 (java) S 21234 21237 20053 0 -1 4202496 40622 0 1 0 177295 193 0 0 20 0 22 0 27575506 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140737167215424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21237/statm: 2456183 919568 2301 9 0 2446860 0
[pid=21237/tid=21239] ppid=21234 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/21237/task/21239/stat : 21239 (java) S 21234 21237 20053 0 -1 4202560 2501 0 1 0 51 4 0 0 20 0 22 0 27575507 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321769616248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21240] ppid=21234 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/21237/task/21240/stat : 21240 (java) S 21234 21237 20053 0 -1 4202560 530 0 0 0 237 14 0 0 20 0 22 0 27575508 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321758677416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21241] ppid=21234 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/21237/task/21241/stat : 21241 (java) S 21234 21237 20053 0 -1 4202560 606 0 0 0 277 18 0 0 20 0 22 0 27575508 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321757624872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21242] ppid=21234 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/21237/task/21242/stat : 21242 (java) S 21234 21237 20053 0 -1 4202560 523 0 0 0 296 17 0 0 20 0 22 0 27575508 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321756571816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21243] ppid=21234 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/21237/task/21243/stat : 21243 (java) S 21234 21237 20053 0 -1 4202560 523 0 0 0 289 13 0 0 20 0 22 0 27575508 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321755519272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21244] ppid=21234 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/21237/task/21244/stat : 21244 (java) S 21234 21237 20053 0 -1 4202560 558 0 0 0 258 15 0 0 20 0 22 0 27575508 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321754467240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21245] ppid=21234 vsize=9824732 CPUtime=3.33 cores=0,2,4,6
/proc/21237/task/21245/stat : 21245 (java) S 21234 21237 20053 0 -1 4202560 749 0 0 0 315 18 0 0 20 0 22 0 27575508 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321753414696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21246] ppid=21234 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/21237/task/21246/stat : 21246 (java) S 21234 21237 20053 0 -1 4202560 817 0 0 0 277 13 0 0 20 0 22 0 27575508 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321752361640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21247] ppid=21234 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/21237/task/21247/stat : 21247 (java) S 21234 21237 20053 0 -1 4202560 710 0 0 0 282 14 0 0 20 0 22 0 27575508 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321751309096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21248] ppid=21234 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/21237/task/21248/stat : 21248 (java) S 21234 21237 20053 0 -1 4202560 2299 0 0 0 353 7 0 0 20 0 22 0 27575509 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321593833832 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21249] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21249/stat : 21249 (java) S 21234 21237 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27575510 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321592780152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21250] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21250/stat : 21250 (java) S 21234 21237 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27575510 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321591726984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21251] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21251/stat : 21251 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575512 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321590675728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21252] ppid=21234 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/21237/task/21252/stat : 21252 (java) S 21234 21237 20053 0 -1 4202560 6831 0 0 0 151 1 0 0 20 0 22 0 27575512 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321589623608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21253] ppid=21234 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/21237/task/21253/stat : 21253 (java) S 21234 21237 20053 0 -1 4202560 20747 0 0 0 218 4 0 0 20 0 22 0 27575512 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321588571064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21254] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21254/stat : 21254 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575512 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321587518200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21255] ppid=21234 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/21237/task/21255/stat : 21255 (java) S 21234 21237 20053 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 27575512 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321586465864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21256] ppid=21234 vsize=9824732 CPUtime=869.33 cores=0,2,4,6
/proc/21237/task/21256/stat : 21256 (java) R 21234 21237 20053 0 -1 4202560 63 0 0 0 86918 15 0 0 20 0 22 0 27575561 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321585409488 140321632318496 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21257] ppid=21234 vsize=9824732 CPUtime=869.41 cores=0,2,4,6
/proc/21237/task/21257/stat : 21257 (java) R 21234 21237 20053 0 -1 4202560 1849 0 0 0 86891 50 0 0 20 0 22 0 27575561 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321584358016 140321632291966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21258] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21258/stat : 21258 (java) S 21234 21237 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27575561 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321583305512 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21259] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21259/stat : 21259 (java) S 21234 21237 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27575562 10060525568 919568 33554432000 1073741824 1073778376 140737167224288 140321582252968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1774.88
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.801 s]
/proc/loadavg: 4.06 4.14 4.10 5/219 21375
/proc/meminfo: memFree=24502920/32872528 swapFree=681168/738400
[pid=21237] ppid=21234 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/21237/stat : 21237 (java) S 21234 21237 20053 0 -1 4202496 40625 0 1 0 179806 194 0 0 20 0 22 0 27575506 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140737167215424 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/21237/statm: 2456183 920080 2301 9 0 2446860 0
[pid=21237/tid=21239] ppid=21234 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/21237/task/21239/stat : 21239 (java) S 21234 21237 20053 0 -1 4202560 2501 0 1 0 51 4 0 0 20 0 22 0 27575507 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321769616248 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21240] ppid=21234 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/21237/task/21240/stat : 21240 (java) S 21234 21237 20053 0 -1 4202560 530 0 0 0 239 14 0 0 20 0 22 0 27575508 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321758677416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21241] ppid=21234 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/21237/task/21241/stat : 21241 (java) S 21234 21237 20053 0 -1 4202560 606 0 0 0 283 18 0 0 20 0 22 0 27575508 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321757624872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21242] ppid=21234 vsize=9824732 CPUtime=3.2 cores=0,2,4,6
/proc/21237/task/21242/stat : 21242 (java) S 21234 21237 20053 0 -1 4202560 524 0 0 0 303 17 0 0 20 0 22 0 27575508 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321756571816 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21243] ppid=21234 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/21237/task/21243/stat : 21243 (java) S 21234 21237 20053 0 -1 4202560 523 0 0 0 290 13 0 0 20 0 22 0 27575508 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321755519272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21244] ppid=21234 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/21237/task/21244/stat : 21244 (java) S 21234 21237 20053 0 -1 4202560 558 0 0 0 259 15 0 0 20 0 22 0 27575508 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321754467240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21245] ppid=21234 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/21237/task/21245/stat : 21245 (java) S 21234 21237 20053 0 -1 4202560 749 0 0 0 317 18 0 0 20 0 22 0 27575508 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321753414696 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21246] ppid=21234 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/21237/task/21246/stat : 21246 (java) S 21234 21237 20053 0 -1 4202560 818 0 0 0 278 13 0 0 20 0 22 0 27575508 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321752361640 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21247] ppid=21234 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/21237/task/21247/stat : 21247 (java) S 21234 21237 20053 0 -1 4202560 710 0 0 0 289 14 0 0 20 0 22 0 27575508 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321751309096 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21248] ppid=21234 vsize=9824732 CPUtime=3.6 cores=0,2,4,6
/proc/21237/task/21248/stat : 21248 (java) S 21234 21237 20053 0 -1 4202560 2299 0 0 0 353 7 0 0 20 0 22 0 27575509 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321593833832 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21249] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21249/stat : 21249 (java) S 21234 21237 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27575510 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321592780152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21250] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21250/stat : 21250 (java) S 21234 21237 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27575510 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321591726984 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21251] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21251/stat : 21251 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575512 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321590675728 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21252] ppid=21234 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/21237/task/21252/stat : 21252 (java) S 21234 21237 20053 0 -1 4202560 6831 0 0 0 151 1 0 0 20 0 22 0 27575512 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321589623608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21253] ppid=21234 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/21237/task/21253/stat : 21253 (java) S 21234 21237 20053 0 -1 4202560 20747 0 0 0 218 4 0 0 20 0 22 0 27575512 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321588571064 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21254] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21254/stat : 21254 (java) S 21234 21237 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27575512 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321587518200 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21237/tid=21255] ppid=21234 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/21237/task/21255/stat : 21255 (java) S 21234 21237 20053 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 27575512 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321586465864 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21237/tid=21256] ppid=21234 vsize=9824732 CPUtime=881.72 cores=0,2,4,6
/proc/21237/task/21256/stat : 21256 (java) R 21234 21237 20053 0 -1 4202560 63 0 0 0 88157 15 0 0 20 0 22 0 27575561 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321585409488 140321632280776 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21237/tid=21257] ppid=21234 vsize=9824732 CPUtime=881.8 cores=0,2,4,6
/proc/21237/task/21257/stat : 21257 (java) R 21234 21237 20053 0 -1 4202560 1850 0 0 0 88130 50 0 0 20 0 22 0 27575561 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321584358016 140321632292964 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21258] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21258/stat : 21258 (java) S 21234 21237 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27575561 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321583305512 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21237/tid=21259] ppid=21234 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/21237/task/21259/stat : 21259 (java) S 21234 21237 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27575562 10060525568 920080 33554432000 1073741824 1073778376 140737167224288 140321582252968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 21237 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 21237 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=550338
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=391636
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 894.867
CPU time (s): 1800
CPU user time (s): 1798.06
CPU system time (s): 1.94
CPU usage (%): 201.147
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.55
system time used= 2.39164
maximum resident set size= 3680436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40659
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24445
involuntary context switches= 26153

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.45417 second user time and 7.44287 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 14:49:20
IDJOB=4115998
IDBENCH=109415
IDSOLVER=2543
FILE ID=node112/4115998-1466945360
RUNJOBID= node112-1466939767-20069
PBS_JOBID= 19976335
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round23-7.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115998-1466945360/watcher-4115998-1466945360 -o /tmp/evaluation-result-4115998-1466945360/solver-4115998-1466945360 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20069 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4115998-1466945360.opb

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

MD5SUM BENCH= 935c4ce5f931d101d829070a69f3ff5c
RANDOM SEED=716174024

node112.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.959
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
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.56
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.959
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.959
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.56
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.959
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.959
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:        28174092 kB
Buffers:            9992 kB
Cached:           147480 kB
SwapCached:         1708 kB
Active:          3099736 kB
Inactive:         136516 kB
Active(anon):    3078756 kB
Inactive(anon):     2540 kB
Active(file):      20980 kB
Inactive(file):   133976 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098660 kB
Dirty:              1268 kB
Writeback:             0 kB
AnonPages:       3837084 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             565412 kB
SReclaimable:       9016 kB
SUnreclaim:       556396 kB
KernelStack:        1600 kB
PageTables:        11836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4156228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3096576 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= 71688 MiB
End job on node112 at 2016-06-26 15:04:15