Trace number 4115958

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.01 896.866

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round23-7.opb
MD5SUMd947cadbd770aa54d6f08fe458b7d633
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 constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
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-4115958-1466944320.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.02/0.51	c ... done. Wall clock time 0.391s.
1.02/0.51	c declared #vars     4288
1.02/0.51	c #constraints  10752
1.02/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.02/0.51	c constraints type 
1.02/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.02/0.51	c org.sat4j.specs.Constr$1 => 872
1.02/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.02/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
1.02/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.02/0.51	c 10752 constraints processed.
1.02/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.02/0.52	c constraints type 
1.02/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.02/0.52	c org.sat4j.specs.Constr$1 => 872
1.02/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.02/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.02/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 472
1.02/0.52	c 10752 constraints processed.
4.32/1.44	c cleaning 2492 clauses out of 4998 with flag 15417/5000
5.88/2.10	c cleaning 4232 clauses out of 8507 with flag 39344/11001
7.51/2.90	c cleaning 5617 clauses out of 11274 with flag 64592/18000
9.38/3.81	c cleaning 6826 clauses out of 13659 with flag 97956/26002
11.46/4.82	c cleaning 7905 clauses out of 15831 with flag 137670/35000
13.95/6.03	c cleaning 8910 clauses out of 17926 with flag 184771/45000
16.55/7.31	c cleaning 9988 clauses out of 20016 with flag 238336/56000
19.64/8.82	c cleaning 11009 clauses out of 22028 with flag 298296/68000
22.83/10.43	c cleaning 11981 clauses out of 24020 with flag 363180/81001
26.73/12.30	c cleaning 13009 clauses out of 26038 with flag 434589/95000
30.52/14.20	c cleaning 13990 clauses out of 28029 with flag 514822/110000
34.73/16.36	c cleaning 15015 clauses out of 30039 with flag 599461/126000
35.93/16.95	c cleaning 0 clauses out of 5002 with flag 0/5002
40.19/18.90	c cleaning 15984 clauses out of 32024 with flag 689868/143000
45.36/21.46	c cleaning 16983 clauses out of 34040 with flag 790413/161000
50.88/24.20	c cleaning 18019 clauses out of 36057 with flag 897114/180000
57.03/27.18	c cleaning 19013 clauses out of 38038 with flag 1008222/200000
63.22/30.29	c cleaning 20006 clauses out of 40027 with flag 1127076/221002
70.38/33.74	c cleaning 20974 clauses out of 42019 with flag 1252599/243000
77.79/37.42	c cleaning 21988 clauses out of 44045 with flag 1385033/266000
84.77/40.98	c cleaning 23014 clauses out of 46057 with flag 1519775/290000
93.07/45.02	c cleaning 24002 clauses out of 48043 with flag 1665484/315000
101.87/49.47	c cleaning 24995 clauses out of 50041 with flag 1815152/341000
111.56/54.23	c cleaning 25980 clauses out of 52046 with flag 1971514/368000
121.24/59.05	c cleaning 27023 clauses out of 54067 with flag 2137592/396001
131.64/64.22	c cleaning 27977 clauses out of 56043 with flag 2311785/425000
142.55/69.64	c cleaning 29005 clauses out of 58066 with flag 2486330/455000
154.23/75.43	c cleaning 30021 clauses out of 60063 with flag 2672631/486002
166.25/81.46	c cleaning 30962 clauses out of 62041 with flag 2866428/518001
179.28/87.96	c cleaning 32011 clauses out of 64080 with flag 3062876/551002
192.55/94.60	c cleaning 32998 clauses out of 66067 with flag 3268999/585000
206.63/101.57	c cleaning 33992 clauses out of 68069 with flag 3477630/620000
221.53/108.98	c cleaning 34986 clauses out of 70077 with flag 3696147/656000
237.67/117.39	c cleaning 36006 clauses out of 72091 with flag 3918309/693000
253.73/125.37	c cleaning 37004 clauses out of 74085 with flag 4149209/731000
260.55/128.77	c cleaning 0 clauses out of 11000 with flag 0/11000
270.23/133.59	c cleaning 38030 clauses out of 76081 with flag 4383477/770000
287.55/142.19	c cleaning 39026 clauses out of 78052 with flag 4630074/810001
305.87/151.28	c cleaning 39994 clauses out of 80026 with flag 4880669/851001
324.39/160.42	c cleaning 40956 clauses out of 82032 with flag 5140419/893001
343.70/170.01	c cleaning 42033 clauses out of 84075 with flag 5402012/936000
363.83/180.02	c cleaning 43008 clauses out of 86043 with flag 5666826/980001
384.74/190.43	c cleaning 44009 clauses out of 88034 with flag 5940335/1025000
406.44/201.28	c cleaning 44988 clauses out of 90025 with flag 6224169/1071000
429.07/212.48	c cleaning 45977 clauses out of 92038 with flag 6510088/1118001
452.35/224.06	c cleaning 46992 clauses out of 94060 with flag 6802252/1166000
476.83/236.28	c cleaning 47993 clauses out of 96068 with flag 7099513/1215000
502.20/248.88	c cleaning 49028 clauses out of 98075 with flag 7405142/1265000
528.32/261.90	c cleaning 49987 clauses out of 100048 with flag 7717282/1316001
555.76/275.40	c cleaning 51028 clauses out of 102061 with flag 8039552/1368001
583.48/289.21	c cleaning 51985 clauses out of 104033 with flag 8365364/1421001
612.33/303.54	c cleaning 53010 clauses out of 106047 with flag 8693593/1475000
642.06/318.24	c cleaning 53994 clauses out of 108040 with flag 9029046/1530003
674.34/334.91	c cleaning 54998 clauses out of 110044 with flag 9369824/1586001
706.25/350.88	c cleaning 56017 clauses out of 112045 with flag 9721415/1643000
739.25/367.28	c cleaning 57000 clauses out of 114029 with flag 10077103/1701001
772.86/383.94	c cleaning 57935 clauses out of 116028 with flag 10436504/1760000
807.88/401.38	c cleaning 59034 clauses out of 118094 with flag 10802671/1820001
843.70/419.11	c cleaning 60009 clauses out of 120060 with flag 11173212/1881001
880.73/437.53	c cleaning 61011 clauses out of 122051 with flag 11551480/1943001
918.78/456.50	c cleaning 62005 clauses out of 124039 with flag 11937243/2006000
948.28/471.11	c cleaning 0 clauses out of 18000 with flag 0/18000
957.82/475.86	c cleaning 62966 clauses out of 126034 with flag 12334025/2070000
998.28/495.97	c cleaning 64024 clauses out of 128069 with flag 12731809/2135001
1040.29/516.81	c cleaning 64971 clauses out of 130044 with flag 13132673/2201000
1081.48/537.40	c cleaning 66038 clauses out of 132075 with flag 13538798/2268002
1124.09/558.57	c cleaning 67010 clauses out of 134035 with flag 13957488/2336000
1164.44/578.61	c cleaning 67997 clauses out of 136026 with flag 14378288/2405001
1209.62/601.91	c cleaning 68997 clauses out of 138029 with flag 14808218/2475001
1253.90/623.87	c cleaning 69989 clauses out of 140031 with flag 15243942/2546000
1294.68/644.28	c cleaning 70999 clauses out of 142043 with flag 15687202/2618001
1335.25/664.44	c cleaning 72000 clauses out of 144043 with flag 16134695/2691000
1376.04/684.85	c cleaning 72986 clauses out of 146043 with flag 16587167/2765000
1418.24/705.90	c cleaning 73999 clauses out of 148058 with flag 17046348/2840001
1461.23/727.40	c cleaning 75020 clauses out of 150058 with flag 17509957/2916000
1505.03/749.38	c cleaning 75986 clauses out of 152038 with flag 17982999/2993000
1549.83/771.75	c cleaning 76984 clauses out of 154052 with flag 18456974/3071000
1597.43/795.51	c cleaning 78008 clauses out of 156068 with flag 18937251/3150000
1644.22/818.93	c cleaning 78984 clauses out of 158062 with flag 19429756/3230002
1692.82/843.23	c cleaning 80017 clauses out of 160076 with flag 19923005/3311000
1742.62/868.10	c cleaning 81031 clauses out of 162061 with flag 20424170/3393002
1793.41/893.51	c cleaning 81980 clauses out of 164030 with flag 20934135/3476002
1800.01/896.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.80	c starts		: 24840
1800.01/896.80	c conflicts		: 3489945
1800.01/896.80	c decisions		: 32973516
1800.01/896.80	c propagations		: 469782755
1800.01/896.80	c inspects		: 9553781481
1800.01/896.80	c shortcuts		: 0
1800.01/896.80	c learnt literals	: 2
1800.01/896.80	c learnt binary clauses	: 37
1800.01/896.80	c learnt ternary clauses	: 600
1800.01/896.80	c learnt constraints	: 3489943
1800.01/896.80	c ignored constraints	: 0
1800.01/896.80	c root simplifications	: 0
1800.01/896.80	c removed literals (reason simplification)	: 2508604
1800.01/896.80	c reason swapping (by a shorter reason)	: 0
1800.01/896.80	c Calls to reduceDB	: 79
1800.01/896.80	c Number of update (reduction) of LBD	: 746633
1800.01/896.80	c Imported unit clauses	: 0
1800.01/896.80	c number of reductions to clauses (during analyze)	: 0
1800.01/896.80	c number of learned constraints concerned by reduction	: 0
1800.01/896.80	c number of learning phase by resolution	: 0
1800.01/896.80	c number of learning phase by cutting planes	: 0
1800.01/896.80	c speed (assignments/second)	: 524147.8992590477
1800.01/896.80	c non guided choices	16739
1800.01/896.83	c learnt constraints type 
1800.01/896.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
1800.01/896.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95956
1800.01/896.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.83	c starts		: 45
1800.01/896.83	c conflicts		: 19216
1800.01/896.83	c decisions		: 71331
1800.01/896.83	c propagations		: 2315022
1800.01/896.83	c inspects		: 590338688
1800.01/896.83	c shortcuts		: 0
1800.01/896.83	c learnt literals	: 0
1800.01/896.83	c learnt binary clauses	: 0
1800.01/896.83	c learnt ternary clauses	: 0
1800.01/896.83	c learnt constraints	: 19215
1800.01/896.83	c ignored constraints	: 0
1800.01/896.83	c root simplifications	: 0
1800.01/896.83	c removed literals (reason simplification)	: 0
1800.01/896.83	c reason swapping (by a shorter reason)	: 0
1800.01/896.83	c Calls to reduceDB	: 3
1800.01/896.83	c Number of update (reduction) of LBD	: 0
1800.01/896.83	c Imported unit clauses	: 0
1800.01/896.83	c number of reductions to clauses (during analyze)	: 0
1800.01/896.83	c number of learned constraints concerned by reduction	: 0
1800.01/896.83	c number of learning phase by resolution	: 0
1800.01/896.83	c number of learning phase by cutting planes	: 0
1800.01/896.83	c speed (assignments/second)	: 2582.859348746293
1800.01/896.83	c non guided choices	311
1800.01/896.83	c learnt constraints type 
1800.01/896.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 23
1800.01/896.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19192
1800.01/896.83	s UNKNOWN
1800.01/896.83	c Total wall clock time (in seconds): 896.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-4115958-1466944320/watcher-4115958-1466944320 -o /tmp/evaluation-result-4115958-1466944320/solver-4115958-1466944320 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4115958-1466944320.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.18 4.20 4.14 4/196 21008
/proc/meminfo: memFree=28333148/32872528 swapFree=681168/738400
[pid=21008] ppid=21005 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/21008/stat : 21008 (java) R 21005 21008 20053 0 -1 4202496 408 0 0 0 0 0 0 0 20 0 1 0 27471491 9445376 79 33554432000 1073741824 1073778376 140736895471088 140736895468216 213857122399 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21008/statm: 2306 92 74 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 4.18 4.20 4.14 4/196 21008
/proc/meminfo: memFree=28333148/32872528 swapFree=681168/738400
[pid=21008] ppid=21005 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21008/stat : 21008 (java) S 21005 21008 20053 0 -1 4202496 4418 0 1 0 8 1 0 0 20 0 18 0 27471491 9787879424 6032 33554432000 1073741824 1073778376 140736895471088 140736895462224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21008/statm: 2389619 6032 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200253 s]
/proc/loadavg: 4.18 4.20 4.14 4/196 21008
/proc/meminfo: memFree=28333148/32872528 swapFree=681168/738400
[pid=21008] ppid=21005 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/21008/stat : 21008 (java) S 21005 21008 20053 0 -1 4202496 4713 0 1 0 23 1 0 0 20 0 18 0 27471491 9787879424 6790 33554432000 1073741824 1073778376 140736895471088 140736895462224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21008/statm: 2389619 6790 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300235 s]
/proc/loadavg: 4.18 4.20 4.14 4/196 21008
/proc/meminfo: memFree=28333148/32872528 swapFree=681168/738400
[pid=21008] ppid=21005 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/21008/stat : 21008 (java) S 21005 21008 20053 0 -1 4202496 5829 0 1 0 47 1 0 0 20 0 18 0 27471491 9787879424 8466 33554432000 1073741824 1073778376 140736895471088 140736895462224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21008/statm: 2389619 8466 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700211 s]
/proc/loadavg: 4.18 4.20 4.14 4/196 21008
/proc/meminfo: memFree=28333148/32872528 swapFree=681168/738400
[pid=21008] ppid=21005 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/21008/stat : 21008 (java) S 21005 21008 20053 0 -1 4202496 13768 0 1 0 170 4 0 0 20 0 22 0 27471491 10060525568 23587 33554432000 1073741824 1073778376 140736895471088 140736895462224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21008/statm: 2456183 23587 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.09 4.18 4.14 8/218 21030
/proc/meminfo: memFree=28190428/32872528 swapFree=681168/738400
[pid=21008] ppid=21005 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/21008/stat : 21008 (java) S 21005 21008 20053 0 -1 4202496 23874 0 1 0 449 8 0 0 20 0 22 0 27471491 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140736895462224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21008/statm: 2456183 47576 2292 9 0 2446860 0
[pid=21008/tid=21010] ppid=21005 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/21008/task/21010/stat : 21010 (java) S 21005 21008 20053 0 -1 4202560 2469 0 1 0 47 1 0 0 20 0 22 0 27471492 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491184178040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21011] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21011/stat : 21011 (java) S 21005 21008 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27471493 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491145669672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21012] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21012/stat : 21012 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471493 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491144616872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21013] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21013/stat : 21013 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471493 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491143564072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21014] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21014/stat : 21014 (java) S 21005 21008 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27471493 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491142511272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21015] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21015/stat : 21015 (java) S 21005 21008 20053 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 27471493 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491141458472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21016] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21016/stat : 21016 (java) S 21005 21008 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27471493 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491140405672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21017] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21017/stat : 21017 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471493 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491139352872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21018] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21018/stat : 21018 (java) S 21005 21008 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27471493 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491138300072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21019] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21019/stat : 21019 (java) S 21005 21008 20053 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491007953896 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21020] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21020/stat : 21020 (java) S 21005 21008 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491006899960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21021] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21021/stat : 21021 (java) S 21005 21008 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491005847048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21022] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21022/stat : 21022 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471497 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491004795536 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21023] ppid=21005 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/21008/task/21023/stat : 21023 (java) S 21005 21008 20053 0 -1 4202560 6645 0 0 0 108 1 0 0 20 0 22 0 27471497 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491003742648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21024] ppid=21005 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/21008/task/21024/stat : 21024 (java) S 21005 21008 20053 0 -1 4202560 13296 0 0 0 101 3 0 0 20 0 22 0 27471497 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491002689848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21025] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21025/stat : 21025 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471497 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491001637240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21026] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21026/stat : 21026 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471497 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140491000584648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21027] ppid=21005 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/21008/task/21027/stat : 21027 (java) R 21005 21008 20053 0 -1 4202560 18 0 0 0 90 0 0 0 20 0 22 0 27471543 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140490999521824 140491015094699 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21028] ppid=21005 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/21008/task/21028/stat : 21028 (java) R 21005 21008 20053 0 -1 4202560 73 0 0 0 92 1 0 0 20 0 22 0 27471543 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140489856639752 140491015364643 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21029] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21029/stat : 21029 (java) S 21005 21008 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27471544 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140489855587752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21030] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21030/stat : 21030 (java) S 21005 21008 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27471544 10060525568 47576 33554432000 1073741824 1073778376 140736895471088 140489854534952 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 9824732

[startup+3.10102 s]
/proc/loadavg: 4.09 4.18 4.14 6/218 21030
/proc/meminfo: memFree=28051600/32872528 swapFree=681168/738400
[pid=21008] ppid=21005 vsize=9824732 CPUtime=7.98 cores=1,3,5,7
/proc/21008/stat : 21008 (java) S 21005 21008 20053 0 -1 4202496 24162 0 1 0 783 15 0 0 20 0 22 0 27471491 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140736895462224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21008/statm: 2456183 90714 2292 9 0 2446860 0
[pid=21008/tid=21010] ppid=21005 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/21008/task/21010/stat : 21010 (java) S 21005 21008 20053 0 -1 4202560 2469 0 1 0 47 1 0 0 20 0 22 0 27471492 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491184178040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21011] ppid=21005 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21008/task/21011/stat : 21011 (java) S 21005 21008 20053 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 27471493 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491145669672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21012] ppid=21005 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21008/task/21012/stat : 21012 (java) S 21005 21008 20053 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 27471493 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491144616872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21013] ppid=21005 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21008/task/21013/stat : 21013 (java) S 21005 21008 20053 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 27471493 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491143564072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21014] ppid=21005 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21008/task/21014/stat : 21014 (java) S 21005 21008 20053 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 27471493 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491142511272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21015] ppid=21005 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21008/task/21015/stat : 21015 (java) S 21005 21008 20053 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 27471493 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491141458472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21016] ppid=21005 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21008/task/21016/stat : 21016 (java) S 21005 21008 20053 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 22 0 27471493 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491140405672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21017] ppid=21005 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21008/task/21017/stat : 21017 (java) S 21005 21008 20053 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 27471493 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491139352872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21018] ppid=21005 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21008/task/21018/stat : 21018 (java) S 21005 21008 20053 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 27471493 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491138300072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21019] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21019/stat : 21019 (java) S 21005 21008 20053 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491007953896 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21020] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21020/stat : 21020 (java) S 21005 21008 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491006899960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21021] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21021/stat : 21021 (java) S 21005 21008 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491005847048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21022] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21022/stat : 21022 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471497 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491004795536 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21023] ppid=21005 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/21008/task/21023/stat : 21023 (java) S 21005 21008 20053 0 -1 4202560 6645 0 0 0 112 2 0 0 20 0 22 0 27471497 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491003742648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21024] ppid=21005 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/21008/task/21024/stat : 21024 (java) S 21005 21008 20053 0 -1 4202560 13296 0 0 0 108 3 0 0 20 0 22 0 27471497 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491002689848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21025] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21025/stat : 21025 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471497 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491001637240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21026] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21026/stat : 21026 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471497 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140491000584648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21027] ppid=21005 vsize=9824732 CPUtime=2.41 cores=1,3,5,7
/proc/21008/task/21027/stat : 21027 (java) R 21005 21008 20053 0 -1 4202560 21 0 0 0 241 0 0 0 20 0 22 0 27471543 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140490999530856 140491015023021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21028] ppid=21005 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/21008/task/21028/stat : 21028 (java) R 21005 21008 20053 0 -1 4202560 131 0 0 0 240 3 0 0 20 0 22 0 27471543 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140489856638656 140491015067584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21029] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21029/stat : 21029 (java) S 21005 21008 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27471544 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140489855587752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21030] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21030/stat : 21030 (java) S 21005 21008 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27471544 10060525568 90714 33554432000 1073741824 1073778376 140736895471088 140489854534952 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.98
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 4.08 4.18 4.14 6/219 21031
/proc/meminfo: memFree=27721236/32872528 swapFree=681168/738400
[pid=21008] ppid=21005 vsize=9824732 CPUtime=14.55 cores=1,3,5,7
/proc/21008/stat : 21008 (java) S 21005 21008 20053 0 -1 4202496 24687 0 1 0 1429 26 0 0 20 0 22 0 27471491 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140736895462224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21008/statm: 2456183 163285 2292 9 0 2446860 0
[pid=21008/tid=21010] ppid=21005 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/21008/task/21010/stat : 21010 (java) S 21005 21008 20053 0 -1 4202560 2469 0 1 0 47 1 0 0 20 0 22 0 27471492 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140491184178040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21011] ppid=21005 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/21008/task/21011/stat : 21011 (java) S 21005 21008 20053 0 -1 4202560 60 0 0 0 9 3 0 0 20 0 22 0 27471493 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140491145669672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21012] ppid=21005 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21008/task/21012/stat : 21012 (java) S 21005 21008 20053 0 -1 4202560 35 0 0 0 6 1 0 0 20 0 22 0 27471493 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140491144616872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21013] ppid=21005 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21008/task/21013/stat : 21013 (java) S 21005 21008 20053 0 -1 4202560 34 0 0 0 5 2 0 0 20 0 22 0 27471493 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140491143564072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21014] ppid=21005 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/21008/task/21014/stat : 21014 (java) S 21005 21008 20053 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 27471493 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140491142511272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21015] ppid=21005 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/21008/task/21015/stat : 21015 (java) S 21005 21008 20053 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 22 0 27471493 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140491141458472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21016] ppid=21005 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/21008/task/21016/stat : 21016 (java) S 21005 21008 20053 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 22 0 27471493 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140491140405672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21017] ppid=21005 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21008/task/21017/stat : 21017 (java) S 21005 21008 20053 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 27471493 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140491139352872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21018] ppid=21005 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21008/task/21018/stat : 21018 (java) S 21005 21008 20053 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 27471493 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140491138300072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21019] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21019/stat : 21019 (java) S 21005 21008 20053 0 -1 4202560 468 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140491007953896 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21020] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21020/stat : 21020 (java) S 21005 21008 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140491006899960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21021] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21021/stat : 21021 (java) S 21005 21008 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140491005847048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21022] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21022/stat : 21022 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471497 10060525568 163285 33554432000 1073741824 1073778376 140736895471088 140491004795536 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21023] ppid=21005 vsize=9824732 CPUtime=1.16 cores=1,3,5,7

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

/proc/21008/task/21013/stat : 21013 (java) S 21005 21008 20053 0 -1 4202560 839 0 0 0 185 16 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491143564072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21014] ppid=21005 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/21008/task/21014/stat : 21014 (java) S 21005 21008 20053 0 -1 4202560 633 0 0 0 215 15 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491142511272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21015] ppid=21005 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/21008/task/21015/stat : 21015 (java) S 21005 21008 20053 0 -1 4202560 565 0 0 0 199 14 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491141458472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21016] ppid=21005 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/21008/task/21016/stat : 21016 (java) S 21005 21008 20053 0 -1 4202560 583 0 0 0 197 21 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491140405672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21017] ppid=21005 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/21008/task/21017/stat : 21017 (java) S 21005 21008 20053 0 -1 4202560 584 0 0 0 175 14 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491139352872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21018] ppid=21005 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/21008/task/21018/stat : 21018 (java) S 21005 21008 20053 0 -1 4202560 564 0 0 0 208 17 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491138300072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21019] ppid=21005 vsize=9824732 CPUtime=3.73 cores=1,3,5,7
/proc/21008/task/21019/stat : 21019 (java) S 21005 21008 20053 0 -1 4202560 2713 0 0 0 367 6 0 0 20 0 22 0 27471494 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491007953896 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21020] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21020/stat : 21020 (java) S 21005 21008 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491006899960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21021] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21021/stat : 21021 (java) S 21005 21008 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491005847048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21022] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21022/stat : 21022 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491004795536 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21023] ppid=21005 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/21008/task/21023/stat : 21023 (java) S 21005 21008 20053 0 -1 4202560 9560 0 0 0 151 2 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491003742648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21024] ppid=21005 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/21008/task/21024/stat : 21024 (java) S 21005 21008 20053 0 -1 4202560 13303 0 0 0 121 3 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491002689848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21025] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21025/stat : 21025 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491001637240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21026] ppid=21005 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/21008/task/21026/stat : 21026 (java) S 21005 21008 20053 0 -1 4202560 47 0 0 0 14 21 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491000584648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21027] ppid=21005 vsize=9824732 CPUtime=811.24 cores=1,3,5,7
/proc/21008/task/21027/stat : 21027 (java) R 21005 21008 20053 0 -1 4202560 71 0 0 0 81110 14 0 0 20 0 22 0 27471543 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140490999521904 140491015023421 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21028] ppid=21005 vsize=9824732 CPUtime=811.31 cores=1,3,5,7
/proc/21008/task/21028/stat : 21028 (java) R 21005 21008 20053 0 -1 4202560 2013 0 0 0 81082 49 0 0 20 0 22 0 27471543 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140489856637792 140491015600789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21029] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21029/stat : 21029 (java) S 21005 21008 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27471544 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140489855587752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21030] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21030/stat : 21030 (java) S 21005 21008 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27471544 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140489854534952 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1651.02
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.12 4.12 4.11 5/219 21118
/proc/meminfo: memFree=23980396/32872528 swapFree=681168/738400
[pid=21008] ppid=21005 vsize=9824732 CPUtime=1771.03 cores=1,3,5,7
/proc/21008/stat : 21008 (java) S 21005 21008 20053 0 -1 4202496 36470 0 1 0 176898 205 0 0 20 0 22 0 27471491 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140736895462224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21008/statm: 2456183 918100 2301 9 0 2446860 0
[pid=21008/tid=21010] ppid=21005 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/21008/task/21010/stat : 21010 (java) S 21005 21008 20053 0 -1 4202560 2473 0 1 0 49 4 0 0 20 0 22 0 27471492 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491184178040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21011] ppid=21005 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/21008/task/21011/stat : 21011 (java) S 21005 21008 20053 0 -1 4202560 670 0 0 0 207 20 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491145669672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21012] ppid=21005 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/21008/task/21012/stat : 21012 (java) S 21005 21008 20053 0 -1 4202560 585 0 0 0 187 17 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491144616872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21013] ppid=21005 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/21008/task/21013/stat : 21013 (java) S 21005 21008 20053 0 -1 4202560 839 0 0 0 185 16 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491143564072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21014] ppid=21005 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/21008/task/21014/stat : 21014 (java) S 21005 21008 20053 0 -1 4202560 633 0 0 0 215 15 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491142511272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21015] ppid=21005 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/21008/task/21015/stat : 21015 (java) S 21005 21008 20053 0 -1 4202560 565 0 0 0 199 14 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491141458472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21016] ppid=21005 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/21008/task/21016/stat : 21016 (java) S 21005 21008 20053 0 -1 4202560 583 0 0 0 197 21 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491140405672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21017] ppid=21005 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/21008/task/21017/stat : 21017 (java) S 21005 21008 20053 0 -1 4202560 584 0 0 0 175 14 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491139352872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21018] ppid=21005 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/21008/task/21018/stat : 21018 (java) S 21005 21008 20053 0 -1 4202560 564 0 0 0 208 17 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491138300072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21019] ppid=21005 vsize=9824732 CPUtime=3.73 cores=1,3,5,7
/proc/21008/task/21019/stat : 21019 (java) S 21005 21008 20053 0 -1 4202560 2713 0 0 0 367 6 0 0 20 0 22 0 27471494 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491007953896 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21020] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21020/stat : 21020 (java) S 21005 21008 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491006899960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21021] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21021/stat : 21021 (java) S 21005 21008 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491005847048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21022] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21022/stat : 21022 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491004795536 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21023] ppid=21005 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/21008/task/21023/stat : 21023 (java) S 21005 21008 20053 0 -1 4202560 9560 0 0 0 151 2 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491003742648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21024] ppid=21005 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/21008/task/21024/stat : 21024 (java) S 21005 21008 20053 0 -1 4202560 13303 0 0 0 121 3 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491002689848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21025] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21025/stat : 21025 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491001637240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21026] ppid=21005 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/21008/task/21026/stat : 21026 (java) S 21005 21008 20053 0 -1 4202560 51 0 0 0 14 24 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491000584648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21027] ppid=21005 vsize=9824732 CPUtime=871.09 cores=1,3,5,7
/proc/21008/task/21027/stat : 21027 (java) R 21005 21008 20053 0 -1 4202560 71 0 0 0 87093 16 0 0 20 0 22 0 27471543 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140490999521904 140491015093556 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21028] ppid=21005 vsize=9824732 CPUtime=871.17 cores=1,3,5,7
/proc/21008/task/21028/stat : 21028 (java) R 21005 21008 20053 0 -1 4202560 2013 0 0 0 87067 50 0 0 20 0 22 0 27471543 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140489856637792 140491015230099 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21029] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21029/stat : 21029 (java) S 21005 21008 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27471544 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140489855587752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21030] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21030/stat : 21030 (java) S 21005 21008 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27471544 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140489854534952 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1771.03
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.801 s]
/proc/loadavg: 4.09 4.11 4.11 5/219 21118
/proc/meminfo: memFree=23970160/32872528 swapFree=681168/738400
[pid=21008] ppid=21005 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/21008/stat : 21008 (java) S 21005 21008 20053 0 -1 4202496 36470 0 1 0 179796 205 0 0 20 0 22 0 27471491 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140736895462224 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/21008/statm: 2456183 918100 2301 9 0 2446860 0
[pid=21008/tid=21010] ppid=21005 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/21008/task/21010/stat : 21010 (java) S 21005 21008 20053 0 -1 4202560 2473 0 1 0 49 4 0 0 20 0 22 0 27471492 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491184178040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21011] ppid=21005 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/21008/task/21011/stat : 21011 (java) S 21005 21008 20053 0 -1 4202560 670 0 0 0 207 20 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491145669672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21012] ppid=21005 vsize=9824732 CPUtime=2.04 cores=1,3,5,7
/proc/21008/task/21012/stat : 21012 (java) S 21005 21008 20053 0 -1 4202560 585 0 0 0 187 17 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491144616872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21013] ppid=21005 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/21008/task/21013/stat : 21013 (java) S 21005 21008 20053 0 -1 4202560 839 0 0 0 185 16 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491143564072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21014] ppid=21005 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/21008/task/21014/stat : 21014 (java) S 21005 21008 20053 0 -1 4202560 633 0 0 0 215 15 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491142511272 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21015] ppid=21005 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/21008/task/21015/stat : 21015 (java) S 21005 21008 20053 0 -1 4202560 565 0 0 0 199 14 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491141458472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21016] ppid=21005 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/21008/task/21016/stat : 21016 (java) S 21005 21008 20053 0 -1 4202560 583 0 0 0 197 21 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491140405672 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21017] ppid=21005 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/21008/task/21017/stat : 21017 (java) S 21005 21008 20053 0 -1 4202560 584 0 0 0 175 14 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491139352872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21018] ppid=21005 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/21008/task/21018/stat : 21018 (java) S 21005 21008 20053 0 -1 4202560 564 0 0 0 208 17 0 0 20 0 22 0 27471493 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491138300072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21019] ppid=21005 vsize=9824732 CPUtime=3.73 cores=1,3,5,7
/proc/21008/task/21019/stat : 21019 (java) S 21005 21008 20053 0 -1 4202560 2713 0 0 0 367 6 0 0 20 0 22 0 27471494 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491007953896 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21020] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21020/stat : 21020 (java) S 21005 21008 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491006899960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21021] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21021/stat : 21021 (java) S 21005 21008 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27471494 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491005847048 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21022] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21022/stat : 21022 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491004795536 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21023] ppid=21005 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/21008/task/21023/stat : 21023 (java) S 21005 21008 20053 0 -1 4202560 9560 0 0 0 151 2 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491003742648 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21008/tid=21024] ppid=21005 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/21008/task/21024/stat : 21024 (java) S 21005 21008 20053 0 -1 4202560 13303 0 0 0 121 3 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491002689848 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21025] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21025/stat : 21025 (java) S 21005 21008 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491001637240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21026] ppid=21005 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/21008/task/21026/stat : 21026 (java) S 21005 21008 20053 0 -1 4202560 51 0 0 0 15 24 0 0 20 0 22 0 27471497 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140491000584648 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21008/tid=21027] ppid=21005 vsize=9824732 CPUtime=885.54 cores=1,3,5,7
/proc/21008/task/21027/stat : 21027 (java) R 21005 21008 20053 0 -1 4202560 71 0 0 0 88538 16 0 0 20 0 22 0 27471543 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140490999521904 140491015093908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21008/tid=21028] ppid=21005 vsize=9824732 CPUtime=885.62 cores=1,3,5,7
/proc/21008/task/21028/stat : 21028 (java) R 21005 21008 20053 0 -1 4202560 2013 0 0 0 88512 50 0 0 20 0 22 0 27471543 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140489856637792 140491015230026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21029] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21029/stat : 21029 (java) S 21005 21008 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27471544 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140489855587752 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21008/tid=21030] ppid=21005 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21008/task/21030/stat : 21030 (java) S 21005 21008 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27471544 10060525568 918100 33554432000 1073741824 1073778376 140736895471088 140489854534952 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 21008 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 21008 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=508345
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=571609
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.866
CPU time (s): 1800.01
CPU user time (s): 1797.96
CPU system time (s): 2.05
CPU usage (%): 200.7
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.51
system time used= 2.57161
maximum resident set size= 3672516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36506
page faults= 1
swaps= 0
block input operations= 0
block output operations= 832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23394
involuntary context switches= 19161

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.07308 second user time and 7.37488 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 14:32:00
IDJOB=4115958
IDBENCH=109410
IDSOLVER=2543
FILE ID=node112/4115958-1466944320
RUNJOBID= node112-1466939767-20070
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-size96-round23-7.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115958-1466944320/watcher-4115958-1466944320 -o /tmp/evaluation-result-4115958-1466944320/solver-4115958-1466944320 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4115958-1466944320.opb

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

MD5SUM BENCH= d947cadbd770aa54d6f08fe458b7d633
RANDOM SEED=80690653

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:        28333040 kB
Buffers:            8556 kB
Cached:           146652 kB
SwapCached:         1708 kB
Active:          2953444 kB
Inactive:         134872 kB
Active(anon):    2932796 kB
Inactive(anon):     2540 kB
Active(file):      20648 kB
Inactive(file):   132332 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098660 kB
Dirty:              1296 kB
Writeback:             0 kB
AnonPages:       3680656 kB
Mapped:            15336 kB
Shmem:                 0 kB
Slab:             565420 kB
SReclaimable:       8980 kB
SUnreclaim:       556440 kB
KernelStack:        1608 kB
PageTables:        11196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3995376 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2957312 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 14:46:57