Trace number 4116646

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.09 896.667

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round22-1.opb
MD5SUM051ff1d048af7aa78801b624c4971239
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 variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
Number of constraints which are nor clauses,nor cardinality constraints864
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116646-1466956156.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.72/0.49	c ... done. Wall clock time 0.368s.
0.72/0.49	c declared #vars     4128
0.72/0.49	c #constraints  9984
0.72/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.72/0.49	c constraints type 
0.72/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.72/0.49	c org.sat4j.specs.Constr$1 => 904
0.72/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.72/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.72/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.72/0.49	c 9984 constraints processed.
0.72/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.72/0.49	c constraints type 
0.72/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.72/0.49	c org.sat4j.specs.Constr$1 => 904
0.72/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.72/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.72/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.72/0.49	c 9984 constraints processed.
4.43/1.41	c cleaning 2489 clauses out of 4998 with flag 15833/5000
5.63/1.99	c cleaning 4232 clauses out of 8509 with flag 38160/11000
7.32/2.71	c cleaning 5635 clauses out of 11277 with flag 67506/18000
8.97/3.55	c cleaning 6813 clauses out of 13642 with flag 102875/26000
11.05/4.53	c cleaning 7911 clauses out of 15829 with flag 146523/35000
13.06/5.59	c cleaning 8951 clauses out of 17918 with flag 194868/45000
15.78/6.87	c cleaning 9943 clauses out of 19967 with flag 248288/56000
18.59/8.23	c cleaning 10993 clauses out of 22024 with flag 308777/68000
21.87/9.82	c cleaning 12009 clauses out of 24032 with flag 379766/81001
25.27/11.53	c cleaning 12999 clauses out of 26022 with flag 454337/95000
29.32/13.50	c cleaning 13979 clauses out of 28024 with flag 536265/110001
33.57/15.56	c cleaning 15011 clauses out of 30046 with flag 625729/126002
36.01/16.74	c cleaning 0 clauses out of 5003 with flag 0/5003
38.94/18.01	c cleaning 16000 clauses out of 32033 with flag 723523/143000
43.94/20.55	c cleaning 17006 clauses out of 34033 with flag 825948/161000
49.15/23.18	c cleaning 17984 clauses out of 36027 with flag 939511/180000
55.31/26.11	c cleaning 18967 clauses out of 38043 with flag 1059456/200000
61.50/29.22	c cleaning 20003 clauses out of 40076 with flag 1185037/221000
67.90/32.46	c cleaning 21022 clauses out of 42074 with flag 1320497/243001
75.26/36.08	c cleaning 21996 clauses out of 44051 with flag 1456386/266000
83.06/39.95	c cleaning 23007 clauses out of 46055 with flag 1604489/290000
91.34/44.03	c cleaning 24005 clauses out of 48049 with flag 1755664/315001
100.01/48.40	c cleaning 24974 clauses out of 50043 with flag 1915090/341000
109.02/52.88	c cleaning 25985 clauses out of 52069 with flag 2080898/368000
119.10/57.81	c cleaning 27030 clauses out of 54085 with flag 2252001/396001
129.70/63.11	c cleaning 27987 clauses out of 56054 with flag 2428973/425000
140.59/68.56	c cleaning 29013 clauses out of 58067 with flag 2613331/455000
152.06/74.23	c cleaning 29953 clauses out of 60054 with flag 2803188/486000
163.86/80.19	c cleaning 31034 clauses out of 62101 with flag 3001212/518000
176.93/86.61	c cleaning 32020 clauses out of 64068 with flag 3207822/551001
190.23/93.26	c cleaning 33004 clauses out of 66047 with flag 3418669/585000
204.53/100.31	c cleaning 34008 clauses out of 68043 with flag 3635821/620000
219.81/107.92	c cleaning 35000 clauses out of 70037 with flag 3859388/656002
235.58/116.20	c cleaning 35980 clauses out of 72035 with flag 4088491/693000
252.11/124.31	c cleaning 37001 clauses out of 74055 with flag 4323649/731000
268.97/132.79	c cleaning 38006 clauses out of 76054 with flag 4566709/770000
287.05/141.75	c cleaning 39006 clauses out of 78050 with flag 4814584/810002
305.14/150.72	c cleaning 40004 clauses out of 80042 with flag 5073109/851000
309.54/153.00	c cleaning 0 clauses out of 11000 with flag 0/11000
324.83/160.58	c cleaning 40977 clauses out of 82039 with flag 5332043/893001
345.34/170.71	c cleaning 42033 clauses out of 84065 with flag 5600809/936004
366.06/181.09	c cleaning 42988 clauses out of 86028 with flag 5880069/980000
387.58/191.80	c cleaning 43989 clauses out of 88040 with flag 6164817/1025000
410.26/203.07	c cleaning 44993 clauses out of 90051 with flag 6453829/1071000
433.82/214.72	c cleaning 46010 clauses out of 92058 with flag 6749760/1118000
457.30/226.49	c cleaning 47017 clauses out of 94049 with flag 7052187/1166001
482.01/238.78	c cleaning 48006 clauses out of 96031 with flag 7364563/1215000
508.85/252.03	c cleaning 48969 clauses out of 98026 with flag 7678256/1265001
535.74/265.40	c cleaning 50004 clauses out of 100056 with flag 8000726/1316000
564.49/280.31	c cleaning 50995 clauses out of 102054 with flag 8328845/1368002
593.57/294.81	c cleaning 51983 clauses out of 104057 with flag 8662451/1421000
622.94/309.42	c cleaning 53026 clauses out of 106076 with flag 9005700/1475002
653.04/324.49	c cleaning 54017 clauses out of 108048 with flag 9351827/1530000
684.44/340.04	c cleaning 54980 clauses out of 110031 with flag 9706876/1586000
716.55/356.03	c cleaning 56003 clauses out of 112051 with flag 10068811/1643000
750.03/372.67	c cleaning 56998 clauses out of 114048 with flag 10437225/1701000
785.54/390.23	c cleaning 58010 clauses out of 116050 with flag 10812133/1760000
821.06/407.84	c cleaning 59011 clauses out of 118040 with flag 11189779/1820000
858.28/426.31	c cleaning 59981 clauses out of 120029 with flag 11574797/1881000
896.70/445.43	c cleaning 60993 clauses out of 122049 with flag 11962845/1943001
936.27/465.17	c cleaning 62010 clauses out of 124055 with flag 12359127/2006000
976.79/485.40	c cleaning 62993 clauses out of 126045 with flag 12760110/2070000
1018.93/506.36	c cleaning 63983 clauses out of 128052 with flag 13177445/2135000
1055.74/524.66	c cleaning 0 clauses out of 18000 with flag 0/18000
1061.88/527.60	c cleaning 65028 clauses out of 130071 with flag 13592532/2201002
1101.25/547.23	c cleaning 65962 clauses out of 132041 with flag 14015746/2268000
1143.22/568.20	c cleaning 67034 clauses out of 134079 with flag 14442588/2336000
1184.38/588.61	c cleaning 67998 clauses out of 136045 with flag 14875975/2405000
1225.57/609.19	c cleaning 68993 clauses out of 138047 with flag 15314801/2475000
1267.18/629.86	c cleaning 70007 clauses out of 140054 with flag 15760052/2546000
1313.14/652.73	c cleaning 71024 clauses out of 142048 with flag 16212316/2618001
1357.15/674.64	c cleaning 71986 clauses out of 144023 with flag 16667956/2691000
1400.35/696.28	c cleaning 73004 clauses out of 146037 with flag 17135114/2765000
1444.75/718.43	c cleaning 73999 clauses out of 148033 with flag 17607690/2840000
1489.53/740.83	c cleaning 75017 clauses out of 150035 with flag 18085926/2916001
1536.85/765.28	c cleaning 75989 clauses out of 152019 with flag 18573617/2993002
1582.84/788.20	c cleaning 76978 clauses out of 154028 with flag 19065516/3071000
1631.28/812.23	c cleaning 77978 clauses out of 156050 with flag 19562888/3150000
1680.89/837.08	c cleaning 78983 clauses out of 158072 with flag 20059611/3230000
1731.28/862.29	c cleaning 79979 clauses out of 160089 with flag 20572756/3311000
1781.87/887.56	c cleaning 81045 clauses out of 162110 with flag 21089144/3393000
1800.09/896.61	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/896.61	c starts		: 28480
1800.09/896.61	c conflicts		: 3428066
1800.09/896.61	c decisions		: 31948111
1800.09/896.61	c propagations		: 460161170
1800.09/896.61	c inspects		: 9906670028
1800.09/896.61	c shortcuts		: 0
1800.09/896.61	c learnt literals	: 2
1800.09/896.61	c learnt binary clauses	: 49
1800.09/896.61	c learnt ternary clauses	: 658
1800.09/896.61	c learnt constraints	: 3428064
1800.09/896.61	c ignored constraints	: 0
1800.09/896.61	c root simplifications	: 0
1800.09/896.61	c removed literals (reason simplification)	: 2620902
1800.09/896.61	c reason swapping (by a shorter reason)	: 0
1800.09/896.61	c Calls to reduceDB	: 78
1800.09/896.61	c Number of update (reduction) of LBD	: 741409
1800.09/896.61	c Imported unit clauses	: 0
1800.09/896.61	c number of reductions to clauses (during analyze)	: 0
1800.09/896.61	c number of learned constraints concerned by reduction	: 0
1800.09/896.61	c number of learning phase by resolution	: 0
1800.09/896.61	c number of learning phase by cutting planes	: 0
1800.09/896.61	c speed (assignments/second)	: 513510.2649342881
1800.09/896.61	c non guided choices	9413
1800.09/896.64	c learnt constraints type 
1800.09/896.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
1800.09/896.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116082
1800.09/896.64	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.09/896.64	c starts		: 44
1800.09/896.64	c conflicts		: 18564
1800.09/896.64	c decisions		: 67372
1800.09/896.64	c propagations		: 2208126
1800.09/896.64	c inspects		: 600077764
1800.09/896.64	c shortcuts		: 0
1800.09/896.64	c learnt literals	: 0
1800.09/896.64	c learnt binary clauses	: 0
1800.09/896.64	c learnt ternary clauses	: 0
1800.09/896.64	c learnt constraints	: 18563
1800.09/896.64	c ignored constraints	: 0
1800.09/896.64	c root simplifications	: 0
1800.09/896.64	c removed literals (reason simplification)	: 0
1800.09/896.64	c reason swapping (by a shorter reason)	: 0
1800.09/896.64	c Calls to reduceDB	: 3
1800.09/896.64	c Number of update (reduction) of LBD	: 0
1800.09/896.64	c Imported unit clauses	: 0
1800.09/896.64	c number of reductions to clauses (during analyze)	: 0
1800.09/896.64	c number of learned constraints concerned by reduction	: 0
1800.09/896.64	c number of learning phase by resolution	: 0
1800.09/896.64	c number of learning phase by cutting planes	: 0
1800.09/896.64	c speed (assignments/second)	: 2464.055080986682
1800.09/896.64	c non guided choices	262
1800.09/896.64	c learnt constraints type 
1800.09/896.64	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 12
1800.09/896.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18551
1800.09/896.64	s UNKNOWN
1800.09/896.64	c Total wall clock time (in seconds): 896.525

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

pid=24028
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.06 4.13 4.17 4/197 24031
/proc/meminfo: memFree=28004696/32872528 swapFree=681168/738400
[pid=24031] ppid=24028 vsize=5632 CPUtime=0 cores=1,3,5,7
/proc/24031/stat : 24031 (java) R 24028 24031 20053 0 -1 4202496 384 0 0 0 0 0 0 0 20 0 1 0 28655065 5767168 56 33554432000 1073741824 1073778376 140734829114112 140734829111240 213857168679 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/24031/statm: 1408 59 46 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 4.06 4.13 4.17 4/197 24031
/proc/meminfo: memFree=28004696/32872528 swapFree=681168/738400
[pid=24031] ppid=24028 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/24031/stat : 24031 (java) S 24028 24031 20053 0 -1 4202496 4409 0 1 0 8 1 0 0 20 0 18 0 28655065 9787879424 6039 33554432000 1073741824 1073778376 140734829114112 140734829105248 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24031/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200211 s]
/proc/loadavg: 4.06 4.13 4.17 4/197 24031
/proc/meminfo: memFree=28004696/32872528 swapFree=681168/738400
[pid=24031] ppid=24028 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/24031/stat : 24031 (java) S 24028 24031 20053 0 -1 4202496 4696 0 1 0 23 1 0 0 20 0 18 0 28655065 9787879424 6785 33554432000 1073741824 1073778376 140734829114112 140734829105248 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24031/statm: 2389619 6785 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 4.06 4.13 4.17 4/197 24031
/proc/meminfo: memFree=28004696/32872528 swapFree=681168/738400
[pid=24031] ppid=24028 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/24031/stat : 24031 (java) S 24028 24031 20053 0 -1 4202496 5751 0 1 0 46 2 0 0 20 0 18 0 28655065 9787879424 9003 33554432000 1073741824 1073778376 140734829114112 140734829105248 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24031/statm: 2389619 9003 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700206 s]
/proc/loadavg: 4.06 4.13 4.17 4/197 24031
/proc/meminfo: memFree=28004696/32872528 swapFree=681168/738400
[pid=24031] ppid=24028 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/24031/stat : 24031 (java) S 24028 24031 20053 0 -1 4202496 13525 0 1 0 178 4 0 0 20 0 22 0 28655065 10060525568 23409 33554432000 1073741824 1073778376 140734829114112 140734829105248 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24031/statm: 2456183 23409 2268 9 0 2446860 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.50101 s]
/proc/loadavg: 4.06 4.13 4.17 7/219 24053
/proc/meminfo: memFree=27871740/32872528 swapFree=681168/738400
[pid=24031] ppid=24028 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/24031/stat : 24031 (java) S 24028 24031 20053 0 -1 4202496 18245 0 1 0 469 6 0 0 20 0 22 0 28655065 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140734829105248 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24031/statm: 2456183 47250 2292 9 0 2446860 0
[pid=24031/tid=24033] ppid=24028 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/24031/task/24033/stat : 24033 (java) S 24028 24031 20053 0 -1 4202560 2432 0 1 0 43 3 0 0 20 0 22 0 28655066 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140389563630456 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24034] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24034/stat : 24034 (java) S 24028 24031 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28655067 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140389536082088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24035] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24035/stat : 24035 (java) S 24028 24031 20053 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 28655067 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140389535029544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24036] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24036/stat : 24036 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655067 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140389533977000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24037] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24037/stat : 24037 (java) S 24028 24031 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28655067 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140389532924456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24038] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24038/stat : 24038 (java) S 24028 24031 20053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28655067 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140389531871912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24039] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24039/stat : 24039 (java) S 24028 24031 20053 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28655067 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140389530819368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24040] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24040/stat : 24040 (java) S 24028 24031 20053 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28655067 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140389400488872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24041] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24041/stat : 24041 (java) S 24028 24031 20053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28655067 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140389399436328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24042] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24042/stat : 24042 (java) S 24028 24031 20053 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140388916488296 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24043] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24043/stat : 24043 (java) S 24028 24031 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140388915434616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24044] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24044/stat : 24044 (java) S 24028 24031 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140388914381960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24045] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24045/stat : 24045 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655071 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140388913330704 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24046] ppid=24028 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/24031/task/24046/stat : 24046 (java) S 24028 24031 20053 0 -1 4202560 6150 0 0 0 111 0 0 0 20 0 22 0 28655071 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140388912278072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24047] ppid=24028 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/24031/task/24047/stat : 24047 (java) S 24028 24031 20053 0 -1 4202560 8186 0 0 0 110 1 0 0 20 0 22 0 28655071 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140388911225528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24048] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24048/stat : 24048 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655071 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140388910173176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24049] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24049/stat : 24049 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655071 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140388909120840 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24050] ppid=24028 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/24031/task/24050/stat : 24050 (java) R 24028 24031 20053 0 -1 4202560 19 0 0 0 97 0 0 0 20 0 22 0 28655114 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140388908064728 140389412159643 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24051] ppid=24028 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/24031/task/24051/stat : 24051 (java) R 24028 24031 20053 0 -1 4202560 76 0 0 0 95 1 0 0 20 0 22 0 28655114 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140388907010880 140389412259662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24052] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24052/stat : 24052 (java) S 24028 24031 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28655115 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140388905960488 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24053] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24053/stat : 24053 (java) S 24028 24031 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28655115 10060525568 47250 33554432000 1073741824 1073778376 140734829114112 140388904907944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.05 4.13 4.17 5/219 24053
/proc/meminfo: memFree=27675568/32872528 swapFree=681168/738400
[pid=24031] ppid=24028 vsize=9824732 CPUtime=8.17 cores=1,3,5,7
/proc/24031/stat : 24031 (java) S 24028 24031 20053 0 -1 4202496 18530 0 1 0 804 13 0 0 20 0 22 0 28655065 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140734829105248 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24031/statm: 2456183 89878 2292 9 0 2446860 0
[pid=24031/tid=24033] ppid=24028 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/24031/task/24033/stat : 24033 (java) S 24028 24031 20053 0 -1 4202560 2432 0 1 0 43 3 0 0 20 0 22 0 28655066 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140389563630456 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24034] ppid=24028 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24031/task/24034/stat : 24034 (java) S 24028 24031 20053 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 28655067 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140389536082088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24035] ppid=24028 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24031/task/24035/stat : 24035 (java) S 24028 24031 20053 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 28655067 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140389535029544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24036] ppid=24028 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24031/task/24036/stat : 24036 (java) S 24028 24031 20053 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 28655067 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140389533977000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24037] ppid=24028 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24031/task/24037/stat : 24037 (java) S 24028 24031 20053 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 28655067 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140389532924456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24038] ppid=24028 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24031/task/24038/stat : 24038 (java) S 24028 24031 20053 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 28655067 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140389531871912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24039] ppid=24028 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24031/task/24039/stat : 24039 (java) S 24028 24031 20053 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 28655067 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140389530819368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24040] ppid=24028 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24031/task/24040/stat : 24040 (java) S 24028 24031 20053 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 28655067 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140389400488872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24041] ppid=24028 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24031/task/24041/stat : 24041 (java) S 24028 24031 20053 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 28655067 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140389399436328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24042] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24042/stat : 24042 (java) S 24028 24031 20053 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140388916488296 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24043] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24043/stat : 24043 (java) S 24028 24031 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140388915434616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24044] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24044/stat : 24044 (java) S 24028 24031 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140388914381960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24045] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24045/stat : 24045 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655071 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140388913330704 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24046] ppid=24028 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/24031/task/24046/stat : 24046 (java) S 24028 24031 20053 0 -1 4202560 6150 0 0 0 115 0 0 0 20 0 22 0 28655071 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140388912278072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24047] ppid=24028 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/24031/task/24047/stat : 24047 (java) S 24028 24031 20053 0 -1 4202560 8186 0 0 0 117 2 0 0 20 0 22 0 28655071 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140388911225528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24048] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24048/stat : 24048 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655071 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140388910173176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24049] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24049/stat : 24049 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655071 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140388909120840 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24050] ppid=24028 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/24031/task/24050/stat : 24050 (java) R 24028 24031 20053 0 -1 4202560 20 0 0 0 248 0 0 0 20 0 22 0 28655114 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140388908065352 140389412172872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24051] ppid=24028 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/24031/task/24051/stat : 24051 (java) R 24028 24031 20053 0 -1 4202560 137 0 0 0 246 2 0 0 20 0 22 0 28655114 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140388907010864 140389412320596 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24052] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24052/stat : 24052 (java) S 24028 24031 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28655115 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140388905960488 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24053] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24053/stat : 24053 (java) S 24028 24031 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28655115 10060525568 89878 33554432000 1073741824 1073778376 140734829114112 140388904907944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 9824732

[startup+6.30106 s]
/proc/loadavg: 4.05 4.13 4.17 5/219 24053
/proc/meminfo: memFree=27396340/32872528 swapFree=681168/738400
[pid=24031] ppid=24028 vsize=9824732 CPUtime=14.78 cores=1,3,5,7
/proc/24031/stat : 24031 (java) S 24028 24031 20053 0 -1 4202496 19177 0 1 0 1453 25 0 0 20 0 22 0 28655065 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140734829105248 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24031/statm: 2456183 161554 2292 9 0 2446860 0
[pid=24031/tid=24033] ppid=24028 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/24031/task/24033/stat : 24033 (java) S 24028 24031 20053 0 -1 4202560 2432 0 1 0 43 3 0 0 20 0 22 0 28655066 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140389563630456 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24034] ppid=24028 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24031/task/24034/stat : 24034 (java) S 24028 24031 20053 0 -1 4202560 63 0 0 0 4 0 0 0 20 0 22 0 28655067 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140389536082088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24035] ppid=24028 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/24031/task/24035/stat : 24035 (java) S 24028 24031 20053 0 -1 4202560 97 0 0 0 9 3 0 0 20 0 22 0 28655067 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140389535029544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24036] ppid=24028 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/24031/task/24036/stat : 24036 (java) S 24028 24031 20053 0 -1 4202560 60 0 0 0 6 3 0 0 20 0 22 0 28655067 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140389533977000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24037] ppid=24028 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24031/task/24037/stat : 24037 (java) S 24028 24031 20053 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 28655067 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140389532924456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24038] ppid=24028 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/24031/task/24038/stat : 24038 (java) S 24028 24031 20053 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 28655067 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140389531871912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24039] ppid=24028 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/24031/task/24039/stat : 24039 (java) S 24028 24031 20053 0 -1 4202560 41 0 0 0 6 1 0 0 20 0 22 0 28655067 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140389530819368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24040] ppid=24028 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24031/task/24040/stat : 24040 (java) S 24028 24031 20053 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 28655067 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140389400488872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24041] ppid=24028 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24031/task/24041/stat : 24041 (java) S 24028 24031 20053 0 -1 4202560 54 0 0 0 4 0 0 0 20 0 22 0 28655067 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140389399436328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24042] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24042/stat : 24042 (java) S 24028 24031 20053 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140388916488296 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24043] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24043/stat : 24043 (java) S 24028 24031 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140388915434616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24044] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24044/stat : 24044 (java) S 24028 24031 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140388914381960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24045] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24045/stat : 24045 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655071 10060525568 161554 33554432000 1073741824 1073778376 140734829114112 140388913330704 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24046] ppid=24028 vsize=9824732 CPUtime=1.22 cores=1,3,5,7

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

/proc/24031/task/24036/stat : 24036 (java) S 24028 24031 20053 0 -1 4202560 577 0 0 0 201 14 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389533977000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24037] ppid=24028 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/24031/task/24037/stat : 24037 (java) S 24028 24031 20053 0 -1 4202560 622 0 0 0 215 13 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389532924456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24038] ppid=24028 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/24031/task/24038/stat : 24038 (java) S 24028 24031 20053 0 -1 4202560 638 0 0 0 193 17 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389531871912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24039] ppid=24028 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/24031/task/24039/stat : 24039 (java) S 24028 24031 20053 0 -1 4202560 537 0 0 0 233 16 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389530819368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24040] ppid=24028 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/24031/task/24040/stat : 24040 (java) S 24028 24031 20053 0 -1 4202560 498 0 0 0 197 12 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389400488872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24041] ppid=24028 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/24031/task/24041/stat : 24041 (java) S 24028 24031 20053 0 -1 4202560 555 0 0 0 197 12 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389399436328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24042] ppid=24028 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/24031/task/24042/stat : 24042 (java) S 24028 24031 20053 0 -1 4202560 2488 0 0 0 359 9 0 0 20 0 22 0 28655068 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388916488296 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24043] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24043/stat : 24043 (java) S 24028 24031 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388915434616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24044] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24044/stat : 24044 (java) S 24028 24031 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388914381960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24045] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24045/stat : 24045 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388913330704 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24046] ppid=24028 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/24031/task/24046/stat : 24046 (java) S 24028 24031 20053 0 -1 4202560 9800 0 0 0 163 2 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388912278072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24047] ppid=24028 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/24031/task/24047/stat : 24047 (java) S 24028 24031 20053 0 -1 4202560 8186 0 0 0 136 2 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388911225528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24048] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24048/stat : 24048 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388910173176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24049] ppid=24028 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/24031/task/24049/stat : 24049 (java) S 24028 24031 20053 0 -1 4202560 47 0 0 0 13 21 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388909120840 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24050] ppid=24028 vsize=9824732 CPUtime=811.15 cores=1,3,5,7
/proc/24031/task/24050/stat : 24050 (java) R 24028 24031 20053 0 -1 4202560 59 0 0 0 81101 14 0 0 20 0 22 0 28655114 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388908056304 140389412146487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24051] ppid=24028 vsize=9824732 CPUtime=811.13 cores=1,3,5,7
/proc/24031/task/24051/stat : 24051 (java) R 24028 24031 20053 0 -1 4202560 2306 0 0 0 81063 50 0 0 20 0 22 0 28655114 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388907011344 140389412363854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24052] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24052/stat : 24052 (java) S 24028 24031 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28655115 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388905960488 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24053] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24053/stat : 24053 (java) S 24028 24031 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28655115 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388904907944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1651.49
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 2.20 3.07 3.71 3/191 24131
/proc/meminfo: memFree=27736896/32872528 swapFree=681168/738400
[pid=24031] ppid=24028 vsize=9824732 CPUtime=1771.49 cores=1,3,5,7
/proc/24031/stat : 24031 (java) S 24028 24031 20053 0 -1 4202496 31196 0 1 0 176968 181 0 0 20 0 22 0 28655065 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140734829105248 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24031/statm: 2456183 879939 2301 9 0 2446860 0
[pid=24031/tid=24033] ppid=24028 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/24031/task/24033/stat : 24033 (java) S 24028 24031 20053 0 -1 4202560 2440 0 1 0 46 4 0 0 20 0 22 0 28655066 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389563630456 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24034] ppid=24028 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/24031/task/24034/stat : 24034 (java) S 24028 24031 20053 0 -1 4202560 566 0 0 0 190 11 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389536082088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24035] ppid=24028 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/24031/task/24035/stat : 24035 (java) S 24028 24031 20053 0 -1 4202560 608 0 0 0 216 16 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389535029544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24036] ppid=24028 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/24031/task/24036/stat : 24036 (java) S 24028 24031 20053 0 -1 4202560 577 0 0 0 201 14 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389533977000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24037] ppid=24028 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/24031/task/24037/stat : 24037 (java) S 24028 24031 20053 0 -1 4202560 622 0 0 0 215 13 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389532924456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24038] ppid=24028 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/24031/task/24038/stat : 24038 (java) S 24028 24031 20053 0 -1 4202560 638 0 0 0 193 17 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389531871912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24039] ppid=24028 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/24031/task/24039/stat : 24039 (java) S 24028 24031 20053 0 -1 4202560 537 0 0 0 233 16 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389530819368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24040] ppid=24028 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/24031/task/24040/stat : 24040 (java) S 24028 24031 20053 0 -1 4202560 498 0 0 0 197 12 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389400488872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24041] ppid=24028 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/24031/task/24041/stat : 24041 (java) S 24028 24031 20053 0 -1 4202560 555 0 0 0 197 12 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389399436328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24042] ppid=24028 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/24031/task/24042/stat : 24042 (java) S 24028 24031 20053 0 -1 4202560 2488 0 0 0 359 9 0 0 20 0 22 0 28655068 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388916488296 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24043] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24043/stat : 24043 (java) S 24028 24031 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388915434616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24044] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24044/stat : 24044 (java) S 24028 24031 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388914381960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24045] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24045/stat : 24045 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388913330704 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24046] ppid=24028 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/24031/task/24046/stat : 24046 (java) S 24028 24031 20053 0 -1 4202560 9800 0 0 0 163 2 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388912278072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24047] ppid=24028 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/24031/task/24047/stat : 24047 (java) S 24028 24031 20053 0 -1 4202560 8186 0 0 0 136 2 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388911225528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24048] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24048/stat : 24048 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388910173176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24049] ppid=24028 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/24031/task/24049/stat : 24049 (java) S 24028 24031 20053 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388909120840 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24050] ppid=24028 vsize=9824732 CPUtime=871 cores=1,3,5,7
/proc/24031/task/24050/stat : 24050 (java) R 24028 24031 20053 0 -1 4202560 59 0 0 0 87085 15 0 0 20 0 22 0 28655114 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388908056304 140389412237091 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24051] ppid=24028 vsize=9824732 CPUtime=870.98 cores=1,3,5,7
/proc/24031/task/24051/stat : 24051 (java) R 24028 24031 20053 0 -1 4202560 2306 0 0 0 87047 51 0 0 20 0 22 0 28655114 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388907011344 140389412363902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24052] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24052/stat : 24052 (java) S 24028 24031 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28655115 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388905960488 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24053] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24053/stat : 24053 (java) S 24028 24031 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28655115 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388904907944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1771.49
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.608 s]
/proc/loadavg: 2.16 3.03 3.70 3/191 24132
/proc/meminfo: memFree=27736764/32872528 swapFree=681168/738400
[pid=24031] ppid=24028 vsize=9824732 CPUtime=1800.09 cores=1,3,5,7
/proc/24031/stat : 24031 (java) S 24028 24031 20053 0 -1 4202496 31198 0 1 0 179827 182 0 0 20 0 22 0 28655065 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140734829105248 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/24031/statm: 2456183 879939 2301 9 0 2446860 0
[pid=24031/tid=24033] ppid=24028 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/24031/task/24033/stat : 24033 (java) S 24028 24031 20053 0 -1 4202560 2440 0 1 0 46 4 0 0 20 0 22 0 28655066 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389563630456 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24034] ppid=24028 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/24031/task/24034/stat : 24034 (java) S 24028 24031 20053 0 -1 4202560 566 0 0 0 190 11 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389536082088 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24035] ppid=24028 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/24031/task/24035/stat : 24035 (java) S 24028 24031 20053 0 -1 4202560 608 0 0 0 216 16 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389535029544 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24036] ppid=24028 vsize=9824732 CPUtime=2.15 cores=1,3,5,7
/proc/24031/task/24036/stat : 24036 (java) S 24028 24031 20053 0 -1 4202560 577 0 0 0 201 14 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389533977000 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24037] ppid=24028 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/24031/task/24037/stat : 24037 (java) S 24028 24031 20053 0 -1 4202560 622 0 0 0 215 13 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389532924456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24038] ppid=24028 vsize=9824732 CPUtime=2.1 cores=1,3,5,7
/proc/24031/task/24038/stat : 24038 (java) S 24028 24031 20053 0 -1 4202560 638 0 0 0 193 17 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389531871912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24039] ppid=24028 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/24031/task/24039/stat : 24039 (java) S 24028 24031 20053 0 -1 4202560 537 0 0 0 233 16 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389530819368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24040] ppid=24028 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/24031/task/24040/stat : 24040 (java) S 24028 24031 20053 0 -1 4202560 498 0 0 0 197 12 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389400488872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24041] ppid=24028 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/24031/task/24041/stat : 24041 (java) S 24028 24031 20053 0 -1 4202560 555 0 0 0 197 12 0 0 20 0 22 0 28655067 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140389399436328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24042] ppid=24028 vsize=9824732 CPUtime=3.68 cores=1,3,5,7
/proc/24031/task/24042/stat : 24042 (java) S 24028 24031 20053 0 -1 4202560 2488 0 0 0 359 9 0 0 20 0 22 0 28655068 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388916488296 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24043] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24043/stat : 24043 (java) S 24028 24031 20053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388915434616 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24044] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24044/stat : 24044 (java) S 24028 24031 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28655068 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388914381960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24045] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24045/stat : 24045 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388913330704 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24046] ppid=24028 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/24031/task/24046/stat : 24046 (java) S 24028 24031 20053 0 -1 4202560 9800 0 0 0 163 2 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388912278072 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24047] ppid=24028 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/24031/task/24047/stat : 24047 (java) S 24028 24031 20053 0 -1 4202560 8186 0 0 0 136 2 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388911225528 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24048] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24048/stat : 24048 (java) S 24028 24031 20053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388910173176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24049] ppid=24028 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/24031/task/24049/stat : 24049 (java) S 24028 24031 20053 0 -1 4202560 53 0 0 0 14 24 0 0 20 0 22 0 28655071 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388909120840 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24031/tid=24050] ppid=24028 vsize=9824732 CPUtime=885.26 cores=1,3,5,7
/proc/24031/task/24050/stat : 24050 (java) R 24028 24031 20053 0 -1 4202560 59 0 0 0 88511 15 0 0 20 0 22 0 28655114 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388908056304 140389412172872 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24031/tid=24051] ppid=24028 vsize=9824732 CPUtime=885.24 cores=1,3,5,7
/proc/24031/task/24051/stat : 24051 (java) R 24028 24031 20053 0 -1 4202560 2306 0 0 0 88473 51 0 0 20 0 22 0 28655114 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388907011344 140389412363883 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24031/tid=24052] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24052/stat : 24052 (java) S 24028 24031 20053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28655115 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388905960488 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24031/tid=24053] ppid=24028 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24031/task/24053/stat : 24053 (java) S 24028 24031 20053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28655115 10060525568 879939 33554432000 1073741824 1073778376 140734829114112 140388904907944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 24031 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 24031 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=710314
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=350642
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.667
CPU time (s): 1800.09
CPU user time (s): 1798.27
CPU system time (s): 1.82
CPU usage (%): 200.754
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.71
system time used= 2.35064
maximum resident set size= 3573108
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31234
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23256
involuntary context switches= 25968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.00209 second user time and 7.2359 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-26 17:49:16
IDJOB=4116646
IDBENCH=109496
IDSOLVER=2543
FILE ID=node112/4116646-1466956156
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-size128-round22-1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116646-1466956156/watcher-4116646-1466956156 -o /tmp/evaluation-result-4116646-1466956156/solver-4116646-1466956156 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466939767-20070 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116646-1466956156.opb

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

MD5SUM BENCH= 051ff1d048af7aa78801b624c4971239
RANDOM SEED=1122018304

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:        28005224 kB
Buffers:           24808 kB
Cached:           152736 kB
SwapCached:         1692 kB
Active:          3271856 kB
Inactive:         153844 kB
Active(anon):    3248120 kB
Inactive(anon):     2540 kB
Active(file):      23736 kB
Inactive(file):   151304 kB
Unevictable:      738400 kB
Mlocked:          681168 kB
SwapTotal:      67108856 kB
SwapFree:       67098676 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:       3986152 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             566012 kB
SReclaimable:       9756 kB
SUnreclaim:       556256 kB
KernelStack:        1808 kB
PageTables:        12244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4181772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3248128 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 18:04:12