Trace number 4116438

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) 1801.04 897.414

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round21-2.opb
MD5SUM6df59df9dbb1067f1d813a340c83c82d
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark231.317
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7936
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints832
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-4116438-1466951290.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.72/0.47	c ... done. Wall clock time 0.354s.
0.72/0.47	c declared #vars     3968
0.72/0.47	c #constraints  9216
0.72/0.48	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.72/0.48	c constraints type 
0.72/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.72/0.48	c org.sat4j.specs.Constr$1 => 936
0.72/0.48	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.72/0.48	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.72/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.72/0.48	c 9216 constraints processed.
0.72/0.48	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.72/0.48	c constraints type 
0.72/0.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.72/0.48	c org.sat4j.specs.Constr$1 => 936
0.72/0.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5958
0.72/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1658
0.72/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
0.72/0.48	c 9216 constraints processed.
4.56/1.48	c cleaning 2492 clauses out of 4999 with flag 16914/5002
6.80/2.13	c cleaning 4242 clauses out of 8506 with flag 39039/11001
8.25/2.85	c cleaning 5629 clauses out of 11263 with flag 67802/18000
10.17/3.76	c cleaning 6805 clauses out of 13636 with flag 102523/26002
12.19/4.72	c cleaning 7907 clauses out of 15829 with flag 142595/35000
14.47/5.87	c cleaning 8955 clauses out of 17922 with flag 190822/45000
17.19/7.17	c cleaning 9960 clauses out of 19968 with flag 244070/56001
20.16/8.60	c cleaning 10985 clauses out of 22007 with flag 305452/68000
23.45/10.27	c cleaning 11979 clauses out of 24022 with flag 373398/81000
27.37/12.07	c cleaning 13021 clauses out of 26043 with flag 446977/95000
31.66/14.17	c cleaning 13967 clauses out of 28022 with flag 528227/110000
36.25/16.40	c cleaning 15015 clauses out of 30055 with flag 616598/126000
40.96/18.80	c cleaning 16015 clauses out of 32040 with flag 711891/143000
46.15/21.34	c cleaning 17005 clauses out of 34028 with flag 815449/161003
51.84/24.12	c cleaning 18008 clauses out of 36021 with flag 925345/180001
56.84/26.69	c cleaning 0 clauses out of 5000 with flag 0/5000
57.89/27.16	c cleaning 18981 clauses out of 38012 with flag 1041476/200000
64.75/30.41	c cleaning 20017 clauses out of 40033 with flag 1164304/221002
71.63/33.86	c cleaning 20979 clauses out of 42015 with flag 1293094/243001
79.04/37.56	c cleaning 22013 clauses out of 44035 with flag 1428338/266000
87.13/41.50	c cleaning 22988 clauses out of 46023 with flag 1571436/290001
95.52/45.76	c cleaning 24008 clauses out of 48034 with flag 1720871/315000
104.78/50.32	c cleaning 24987 clauses out of 50026 with flag 1877623/341000
114.39/55.13	c cleaning 25989 clauses out of 52042 with flag 2041618/368003
124.62/60.23	c cleaning 27003 clauses out of 54053 with flag 2210420/396003
135.32/65.59	c cleaning 27987 clauses out of 56047 with flag 2389726/425000
146.72/71.26	c cleaning 29016 clauses out of 58060 with flag 2573099/455000
158.82/77.30	c cleaning 30010 clauses out of 60046 with flag 2763523/486002
171.50/83.51	c cleaning 30998 clauses out of 62034 with flag 2960391/518000
184.63/90.08	c cleaning 32019 clauses out of 64038 with flag 3165132/551002
198.83/97.12	c cleaning 33002 clauses out of 66017 with flag 3376215/585000
214.22/105.17	c cleaning 34008 clauses out of 68016 with flag 3593005/620001
229.45/112.78	c cleaning 34990 clauses out of 70009 with flag 3817670/656002
245.50/120.70	c cleaning 35990 clauses out of 72017 with flag 4051343/693000
262.39/129.10	c cleaning 37000 clauses out of 74029 with flag 4291867/731002
279.46/137.66	c cleaning 37997 clauses out of 76027 with flag 4540347/770000
297.94/146.80	c cleaning 38980 clauses out of 78030 with flag 4792692/810000
316.86/156.23	c cleaning 40009 clauses out of 80051 with flag 5049673/851001
336.69/166.07	c cleaning 40988 clauses out of 82042 with flag 5317176/893001
357.42/176.36	c cleaning 42015 clauses out of 84055 with flag 5589050/936002
378.72/186.98	c cleaning 42996 clauses out of 86038 with flag 5871439/980000
381.93/188.56	c cleaning 0 clauses out of 11002 with flag 0/11002
401.85/198.42	c cleaning 44010 clauses out of 88042 with flag 6159514/1025000
425.34/210.12	c cleaning 44974 clauses out of 90032 with flag 6452338/1071000
449.74/222.30	c cleaning 46006 clauses out of 92059 with flag 6753145/1118001
475.06/234.90	c cleaning 47011 clauses out of 94052 with flag 7061887/1166000
501.76/248.04	c cleaning 48009 clauses out of 96045 with flag 7374165/1215004
527.89/261.02	c cleaning 48991 clauses out of 98033 with flag 7693143/1265001
551.50/272.89	c cleaning 50005 clauses out of 100041 with flag 8015874/1316000
575.70/284.99	c cleaning 50969 clauses out of 102038 with flag 8354089/1368002
600.68/297.45	c cleaning 52004 clauses out of 104068 with flag 8694691/1421001
628.54/312.20	c cleaning 53000 clauses out of 106063 with flag 9038295/1475000
654.34/325.17	c cleaning 54018 clauses out of 108063 with flag 9394779/1530000
681.54/338.76	c cleaning 55001 clauses out of 110046 with flag 9756397/1586001
709.93/352.94	c cleaning 55995 clauses out of 112046 with flag 10121441/1643002
738.94/367.47	c cleaning 57010 clauses out of 114050 with flag 10498033/1701001
769.52/382.71	c cleaning 57993 clauses out of 116039 with flag 10879320/1760000
800.73/398.32	c cleaning 59000 clauses out of 118046 with flag 11270934/1820000
832.31/414.18	c cleaning 60001 clauses out of 120046 with flag 11666116/1881000
865.11/430.55	c cleaning 61011 clauses out of 122046 with flag 12069941/1943001
899.56/447.62	c cleaning 62006 clauses out of 124036 with flag 12478241/2006002
934.17/464.93	c cleaning 63002 clauses out of 126028 with flag 12895059/2070000
970.77/483.22	c cleaning 63998 clauses out of 128026 with flag 13322504/2135000
1008.00/501.75	c cleaning 64988 clauses out of 130028 with flag 13751320/2201000
1044.57/520.08	c cleaning 65983 clauses out of 132041 with flag 14184124/2268001
1083.58/539.54	c cleaning 67008 clauses out of 134057 with flag 14628970/2336000
1122.78/559.12	c cleaning 68022 clauses out of 136049 with flag 15080410/2405000
1162.78/579.18	c cleaning 69007 clauses out of 138027 with flag 15538631/2475000
1207.91/601.56	c cleaning 69989 clauses out of 140020 with flag 16006137/2546000
1252.43/623.74	c cleaning 70999 clauses out of 142031 with flag 16481308/2618000
1296.45/645.80	c cleaning 72000 clauses out of 144032 with flag 16958109/2691000
1352.18/673.92	c cleaning 72990 clauses out of 146032 with flag 17441058/2765000
1404.76/700.15	c cleaning 74019 clauses out of 148042 with flag 17934950/2840000
1454.86/725.16	c cleaning 74985 clauses out of 150023 with flag 18432183/2916000
1511.67/753.35	c cleaning 75997 clauses out of 152040 with flag 18933007/2993002
1565.22/780.01	c cleaning 77008 clauses out of 154041 with flag 19441423/3071000
1616.49/805.66	c cleaning 77991 clauses out of 156033 with flag 19960040/3150000
1666.87/830.84	c cleaning 78994 clauses out of 158044 with flag 20482447/3230002
1718.67/856.79	c cleaning 79990 clauses out of 160048 with flag 21010314/3311000
1774.97/884.88	c cleaning 81007 clauses out of 162058 with flag 21547863/3393000
1800.17/897.36	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/897.36	c starts		: 33115
1800.17/897.36	c conflicts		: 3429387
1800.17/897.36	c decisions		: 28396837
1800.17/897.36	c propagations		: 450186049
1800.17/897.36	c inspects		: 11080086880
1800.17/897.36	c shortcuts		: 0
1800.17/897.36	c learnt literals	: 3
1800.17/897.36	c learnt binary clauses	: 84
1800.17/897.36	c learnt ternary clauses	: 875
1800.17/897.36	c learnt constraints	: 3429384
1800.17/897.36	c ignored constraints	: 0
1800.17/897.36	c root simplifications	: 0
1800.17/897.36	c removed literals (reason simplification)	: 3520360
1800.17/897.36	c reason swapping (by a shorter reason)	: 0
1800.17/897.36	c Calls to reduceDB	: 78
1800.17/897.36	c Number of update (reduction) of LBD	: 742171
1800.17/897.36	c Imported unit clauses	: 0
1800.17/897.36	c number of reductions to clauses (during analyze)	: 0
1800.17/897.36	c number of learned constraints concerned by reduction	: 0
1800.17/897.36	c number of learning phase by resolution	: 0
1800.17/897.36	c number of learning phase by cutting planes	: 0
1800.17/897.36	c speed (assignments/second)	: 501950.16133815894
1800.17/897.36	c non guided choices	4649
1800.17/897.39	c learnt constraints type 
1800.17/897.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 84
1800.17/897.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117354
1800.17/897.39	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/897.39	c starts		: 38
1800.17/897.39	c conflicts		: 13446
1800.17/897.39	c decisions		: 48874
1800.17/897.39	c propagations		: 1680083
1800.17/897.39	c inspects		: 361532231
1800.17/897.39	c shortcuts		: 0
1800.17/897.39	c learnt literals	: 0
1800.17/897.39	c learnt binary clauses	: 0
1800.17/897.39	c learnt ternary clauses	: 0
1800.17/897.39	c learnt constraints	: 13445
1800.17/897.39	c ignored constraints	: 0
1800.17/897.39	c root simplifications	: 0
1800.17/897.39	c removed literals (reason simplification)	: 0
1800.17/897.39	c reason swapping (by a shorter reason)	: 0
1800.17/897.39	c Calls to reduceDB	: 2
1800.17/897.39	c Number of update (reduction) of LBD	: 0
1800.17/897.39	c Imported unit clauses	: 0
1800.17/897.39	c number of reductions to clauses (during analyze)	: 0
1800.17/897.39	c number of learned constraints concerned by reduction	: 0
1800.17/897.39	c number of learning phase by resolution	: 0
1800.17/897.39	c number of learning phase by cutting planes	: 0
1800.17/897.39	c speed (assignments/second)	: 1873.2110603188762
1800.17/897.39	c non guided choices	305
1800.17/897.39	c learnt constraints type 
1800.17/897.39	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7
1800.17/897.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13438
1800.17/897.39	s UNKNOWN
1800.17/897.39	c Total wall clock time (in seconds): 897.275

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-4116438-1466951290/watcher-4116438-1466951290 -o /tmp/evaluation-result-4116438-1466951290/solver-4116438-1466951290 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466946428-18143 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116438-1466951290.opb 

pid=19288
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.30 4.22 4.18 4/197 19291
/proc/meminfo: memFree=27195412/32872528 swapFree=1437460/1543748
[pid=19291] ppid=19288 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/19291/stat : 19291 (java) R 19288 19291 18126 0 -1 4202496 472 0 0 0 0 0 0 0 20 0 1 0 28168310 9379840 127 33554432000 1073741824 1073778376 140736658898704 140736658895832 266435265648 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19291/statm: 2372 134 103 9 0 120 0

[startup+0.100112 s]
/proc/loadavg: 4.30 4.22 4.18 4/197 19291
/proc/meminfo: memFree=27195412/32872528 swapFree=1437460/1543748
[pid=19291] ppid=19288 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19291/stat : 19291 (java) S 19288 19291 18126 0 -1 4202496 4455 0 1 0 8 1 0 0 20 0 18 0 28168310 9787879424 6076 33554432000 1073741824 1073778376 140736658898704 140736658889840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19291/statm: 2389619 6076 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 4.30 4.22 4.18 4/197 19291
/proc/meminfo: memFree=27195412/32872528 swapFree=1437460/1543748
[pid=19291] ppid=19288 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/19291/stat : 19291 (java) S 19288 19291 18126 0 -1 4202496 4748 0 1 0 23 1 0 0 20 0 18 0 28168310 9787879424 6832 33554432000 1073741824 1073778376 140736658898704 140736658889840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19291/statm: 2389619 6832 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 4.30 4.22 4.18 4/197 19291
/proc/meminfo: memFree=27195412/32872528 swapFree=1437460/1543748
[pid=19291] ppid=19288 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/19291/stat : 19291 (java) S 19288 19291 18126 0 -1 4202496 5863 0 1 0 45 2 0 0 20 0 18 0 28168310 9787879424 9017 33554432000 1073741824 1073778376 140736658898704 140736658889840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19291/statm: 2389619 9017 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.70021 s]
/proc/loadavg: 4.30 4.22 4.18 4/197 19291
/proc/meminfo: memFree=27195412/32872528 swapFree=1437460/1543748
[pid=19291] ppid=19288 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/19291/stat : 19291 (java) S 19288 19291 18126 0 -1 4202496 14993 0 1 0 178 5 0 0 20 0 22 0 28168310 10060525568 22931 33554432000 1073741824 1073778376 140736658898704 140736658889840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19291/statm: 2456183 22931 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 9824732

[startup+1.50089 s]
/proc/loadavg: 4.30 4.22 4.18 8/219 19313
/proc/meminfo: memFree=27057564/32872528 swapFree=1437460/1543748
[pid=19291] ppid=19288 vsize=9824732 CPUtime=4.96 cores=1,3,5,7
/proc/19291/stat : 19291 (java) S 19288 19291 18126 0 -1 4202496 22464 0 1 0 488 8 0 0 20 0 22 0 28168310 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140736658889840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19291/statm: 2456183 48857 2292 9 0 2446860 0
[pid=19291/tid=19293] ppid=19288 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/19291/task/19293/stat : 19293 (java) S 19288 19291 18126 0 -1 4202560 2468 0 1 0 42 3 0 0 20 0 22 0 28168311 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679912395640 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19294] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19294/stat : 19294 (java) S 19288 19291 18126 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 28168313 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679756397224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19295] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19295/stat : 19295 (java) S 19288 19291 18126 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28168313 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679755344680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19296] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19296/stat : 19296 (java) S 19288 19291 18126 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28168313 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679754292136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19297] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19297/stat : 19297 (java) S 19288 19291 18126 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28168313 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679753239592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19298] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19298/stat : 19298 (java) S 19288 19291 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28168313 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679752186024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19299] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19299/stat : 19299 (java) S 19288 19291 18126 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28168313 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679751133480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19300] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19300/stat : 19300 (java) S 19288 19291 18126 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28168313 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679750080936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19301] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19301/stat : 19301 (java) S 19288 19291 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28168313 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679749028392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19302] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19302/stat : 19302 (java) S 19288 19291 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679736617576 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19303] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19303/stat : 19303 (java) S 19288 19291 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679735563896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19304] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19304/stat : 19304 (java) S 19288 19291 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679734511240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19305] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19305/stat : 19305 (java) S 19288 19291 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28168317 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679733459984 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19306] ppid=19288 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/19291/task/19306/stat : 19306 (java) R 19288 19291 18126 0 -1 4202560 9716 0 0 0 120 2 0 0 20 0 22 0 28168317 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679732383328 140679916512700 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19307] ppid=19288 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/19291/task/19307/stat : 19307 (java) R 19288 19291 18126 0 -1 4202560 8866 0 0 0 125 2 0 0 20 0 22 0 28168317 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679731351096 140679918352715 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19308] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19308/stat : 19308 (java) S 19288 19291 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28168317 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679730301432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19309] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19309/stat : 19309 (java) S 19288 19291 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28168317 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679729249096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19310] ppid=19288 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/19291/task/19310/stat : 19310 (java) R 19288 19291 18126 0 -1 4202560 18 0 0 0 97 0 0 0 20 0 22 0 28168359 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679727816864 140679785767115 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19311] ppid=19288 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/19291/task/19311/stat : 19311 (java) R 19288 19291 18126 0 -1 4202560 77 0 0 0 95 1 0 0 20 0 22 0 28168359 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679726771448 140679785728441 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19312] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19312/stat : 19312 (java) S 19288 19291 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28168360 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679725721128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19313] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19313/stat : 19313 (java) S 19288 19291 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28168360 10060525568 48857 33554432000 1073741824 1073778376 140736658898704 140679724668584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.30 4.22 4.18 6/219 19313
/proc/meminfo: memFree=26975836/32872528 swapFree=1437460/1543748
[pid=19291] ppid=19288 vsize=9824732 CPUtime=8.91 cores=1,3,5,7
/proc/19291/stat : 19291 (java) S 19288 19291 18126 0 -1 4202496 25619 0 1 0 874 17 0 0 20 0 22 0 28168310 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140736658889840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19291/statm: 2456183 88650 2292 9 0 2446860 0
[pid=19291/tid=19293] ppid=19288 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/19291/task/19293/stat : 19293 (java) S 19288 19291 18126 0 -1 4202560 2468 0 1 0 42 3 0 0 20 0 22 0 28168311 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679912395640 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19294] ppid=19288 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19291/task/19294/stat : 19294 (java) S 19288 19291 18126 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 28168313 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679756397224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19295] ppid=19288 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19291/task/19295/stat : 19295 (java) S 19288 19291 18126 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 28168313 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679755344680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19296] ppid=19288 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19291/task/19296/stat : 19296 (java) S 19288 19291 18126 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 28168313 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679754292136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19297] ppid=19288 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19291/task/19297/stat : 19297 (java) S 19288 19291 18126 0 -1 4202560 24 0 0 0 4 2 0 0 20 0 22 0 28168313 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679753239592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19298] ppid=19288 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19291/task/19298/stat : 19298 (java) S 19288 19291 18126 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 28168313 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679752186024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19299] ppid=19288 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19291/task/19299/stat : 19299 (java) S 19288 19291 18126 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 28168313 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679751133480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19300] ppid=19288 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19291/task/19300/stat : 19300 (java) S 19288 19291 18126 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 28168313 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679750080936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19301] ppid=19288 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19291/task/19301/stat : 19301 (java) S 19288 19291 18126 0 -1 4202560 22 0 0 0 4 1 0 0 20 0 22 0 28168313 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679749028392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19302] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19302/stat : 19302 (java) S 19288 19291 18126 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679736617576 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19303] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19303/stat : 19303 (java) S 19288 19291 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679735563896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19304] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19304/stat : 19304 (java) S 19288 19291 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679734511240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19305] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19305/stat : 19305 (java) S 19288 19291 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28168317 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679733459984 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19306] ppid=19288 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/19291/task/19306/stat : 19306 (java) S 19288 19291 18126 0 -1 4202560 9725 0 0 0 139 2 0 0 20 0 22 0 28168317 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679732406328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19307] ppid=19288 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/19291/task/19307/stat : 19307 (java) S 19288 19291 18126 0 -1 4202560 11659 0 0 0 166 2 0 0 20 0 22 0 28168317 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679731353784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19308] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19308/stat : 19308 (java) S 19288 19291 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28168317 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679730301432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19309] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19309/stat : 19309 (java) S 19288 19291 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28168317 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679729249096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19310] ppid=19288 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/19291/task/19310/stat : 19310 (java) R 19288 19291 18126 0 -1 4202560 19 0 0 0 246 0 0 0 20 0 22 0 28168359 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679727823872 140679785683887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19311] ppid=19288 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/19291/task/19311/stat : 19311 (java) R 19288 19291 18126 0 -1 4202560 129 0 0 0 242 4 0 0 20 0 22 0 28168359 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679726772008 140679785844929 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19312] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19312/stat : 19312 (java) S 19288 19291 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28168360 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679725721128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19313] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19313/stat : 19313 (java) S 19288 19291 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28168360 10060525568 88650 33554432000 1073741824 1073778376 140736658898704 140679724668584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.36 4.23 4.19 5/218 19313
/proc/meminfo: memFree=26566308/32872528 swapFree=1437460/1543748
[pid=19291] ppid=19288 vsize=9824732 CPUtime=15.47 cores=1,3,5,7
/proc/19291/stat : 19291 (java) S 19288 19291 18126 0 -1 4202496 26560 0 1 0 1520 27 0 0 20 0 22 0 28168310 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140736658889840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19291/statm: 2456183 155497 2292 9 0 2446860 0
[pid=19291/tid=19293] ppid=19288 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/19291/task/19293/stat : 19293 (java) S 19288 19291 18126 0 -1 4202560 2468 0 1 0 42 3 0 0 20 0 22 0 28168311 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140679912395640 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19294] ppid=19288 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19291/task/19294/stat : 19294 (java) S 19288 19291 18126 0 -1 4202560 48 0 0 0 4 2 0 0 20 0 22 0 28168313 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140679756397224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19295] ppid=19288 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19291/task/19295/stat : 19295 (java) S 19288 19291 18126 0 -1 4202560 27 0 0 0 7 0 0 0 20 0 22 0 28168313 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140679755344680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19296] ppid=19288 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19291/task/19296/stat : 19296 (java) S 19288 19291 18126 0 -1 4202560 134 0 0 0 5 2 0 0 20 0 22 0 28168313 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140679754292136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19297] ppid=19288 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/19291/task/19297/stat : 19297 (java) S 19288 19291 18126 0 -1 4202560 128 0 0 0 6 2 0 0 20 0 22 0 28168313 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140679753239592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19298] ppid=19288 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19291/task/19298/stat : 19298 (java) S 19288 19291 18126 0 -1 4202560 60 0 0 0 7 2 0 0 20 0 22 0 28168313 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140679752186024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19299] ppid=19288 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/19291/task/19299/stat : 19299 (java) S 19288 19291 18126 0 -1 4202560 129 0 0 0 5 2 0 0 20 0 22 0 28168313 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140679751133480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19300] ppid=19288 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/19291/task/19300/stat : 19300 (java) S 19288 19291 18126 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 28168313 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140679750080936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19301] ppid=19288 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/19291/task/19301/stat : 19301 (java) S 19288 19291 18126 0 -1 4202560 188 0 0 0 8 2 0 0 20 0 22 0 28168313 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140679749028392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19302] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19302/stat : 19302 (java) S 19288 19291 18126 0 -1 4202560 453 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140679736617576 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19303] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19303/stat : 19303 (java) S 19288 19291 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140679735563896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19304] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19304/stat : 19304 (java) S 19288 19291 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140679734511240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19305] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19305/stat : 19305 (java) S 19288 19291 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28168317 10060525568 155497 33554432000 1073741824 1073778376 140736658898704 140679733459984 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19306] ppid=19288 vsize=9824732 CPUtime=1.42 cores=1,3,5,7

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

[pid=19291/tid=19295] ppid=19288 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/19291/task/19295/stat : 19295 (java) S 19288 19291 18126 0 -1 4202560 1859 0 0 0 143 14 0 0 20 0 22 0 28168313 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679755344680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19296] ppid=19288 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/19291/task/19296/stat : 19296 (java) S 19288 19291 18126 0 -1 4202560 1330 0 0 0 145 17 0 0 20 0 22 0 28168313 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679754292136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19297] ppid=19288 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/19291/task/19297/stat : 19297 (java) S 19288 19291 18126 0 -1 4202560 839 0 0 0 134 15 0 0 20 0 22 0 28168313 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679753239592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19298] ppid=19288 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/19291/task/19298/stat : 19298 (java) S 19288 19291 18126 0 -1 4202560 886 0 0 0 143 15 0 0 20 0 22 0 28168313 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679752186024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19299] ppid=19288 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/19291/task/19299/stat : 19299 (java) S 19288 19291 18126 0 -1 4202560 1151 0 0 0 150 16 0 0 20 0 22 0 28168313 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679751133480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19300] ppid=19288 vsize=9824732 CPUtime=1.69 cores=1,3,5,7
/proc/19291/task/19300/stat : 19300 (java) S 19288 19291 18126 0 -1 4202560 1394 0 0 0 151 18 0 0 20 0 22 0 28168313 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679750080936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19301] ppid=19288 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/19291/task/19301/stat : 19301 (java) S 19288 19291 18126 0 -1 4202560 1423 0 0 0 134 15 0 0 20 0 22 0 28168313 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679749028392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19302] ppid=19288 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/19291/task/19302/stat : 19302 (java) S 19288 19291 18126 0 -1 4202560 4253 0 0 0 377 7 0 0 20 0 22 0 28168314 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679736617576 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19303] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19303/stat : 19303 (java) S 19288 19291 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679735563896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19304] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19304/stat : 19304 (java) S 19288 19291 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679734511240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19305] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19305/stat : 19305 (java) S 19288 19291 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28168317 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679733459984 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19306] ppid=19288 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/19291/task/19306/stat : 19306 (java) S 19288 19291 18126 0 -1 4202560 11763 0 0 0 185 3 0 0 20 0 22 0 28168317 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679732406328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19307] ppid=19288 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/19291/task/19307/stat : 19307 (java) S 19288 19291 18126 0 -1 4202560 14004 0 0 0 193 2 0 0 20 0 22 0 28168317 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679731353784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19308] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19308/stat : 19308 (java) S 19288 19291 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28168317 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679730301432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19309] ppid=19288 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/19291/task/19309/stat : 19309 (java) S 19288 19291 18126 0 -1 4202560 47 0 0 0 10 23 0 0 20 0 22 0 28168317 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679729249096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19310] ppid=19288 vsize=9824732 CPUtime=814.31 cores=1,3,5,7
/proc/19291/task/19310/stat : 19310 (java) R 19288 19291 18126 0 -1 4202560 61 0 0 0 81415 16 0 0 20 0 22 0 28168359 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679727816944 140679785669448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19311] ppid=19288 vsize=9824732 CPUtime=814.35 cores=1,3,5,7
/proc/19291/task/19311/stat : 19311 (java) R 19288 19291 18126 0 -1 4202560 1379 0 0 0 81385 50 0 0 20 0 22 0 28168359 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679726770592 140679786059305 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19312] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19312/stat : 19312 (java) S 19288 19291 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28168360 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679725721128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19313] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19313/stat : 19313 (java) S 19288 19291 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28168360 10060525568 937198 33554432000 1073741824 1073778376 140736658898704 140679724668584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1649.88
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.39 4.35 4.27 5/219 19404
/proc/meminfo: memFree=23522128/32872528 swapFree=1437460/1543748
[pid=19291] ppid=19288 vsize=9824732 CPUtime=1769.99 cores=1,3,5,7
/proc/19291/stat : 19291 (java) S 19288 19291 18126 0 -1 4202496 45942 0 1 0 176792 207 0 0 20 0 22 0 28168310 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140736658889840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19291/statm: 2456183 915952 2301 9 0 2446860 0
[pid=19291/tid=19293] ppid=19288 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/19291/task/19293/stat : 19293 (java) S 19288 19291 18126 0 -1 4202560 2477 0 1 0 44 5 0 0 20 0 22 0 28168311 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679912395640 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19294] ppid=19288 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/19291/task/19294/stat : 19294 (java) S 19288 19291 18126 0 -1 4202560 1773 0 0 0 171 19 0 0 20 0 22 0 28168313 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679756397224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19295] ppid=19288 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/19291/task/19295/stat : 19295 (java) S 19288 19291 18126 0 -1 4202560 1859 0 0 0 145 14 0 0 20 0 22 0 28168313 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679755344680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19296] ppid=19288 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/19291/task/19296/stat : 19296 (java) S 19288 19291 18126 0 -1 4202560 1330 0 0 0 148 17 0 0 20 0 22 0 28168313 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679754292136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19297] ppid=19288 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/19291/task/19297/stat : 19297 (java) S 19288 19291 18126 0 -1 4202560 859 0 0 0 138 15 0 0 20 0 22 0 28168313 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679753239592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19298] ppid=19288 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/19291/task/19298/stat : 19298 (java) S 19288 19291 18126 0 -1 4202560 887 0 0 0 145 15 0 0 20 0 22 0 28168313 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679752186024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19299] ppid=19288 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/19291/task/19299/stat : 19299 (java) S 19288 19291 18126 0 -1 4202560 1161 0 0 0 151 17 0 0 20 0 22 0 28168313 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679751133480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19300] ppid=19288 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/19291/task/19300/stat : 19300 (java) S 19288 19291 18126 0 -1 4202560 1394 0 0 0 153 18 0 0 20 0 22 0 28168313 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679750080936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19301] ppid=19288 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/19291/task/19301/stat : 19301 (java) S 19288 19291 18126 0 -1 4202560 1423 0 0 0 140 15 0 0 20 0 22 0 28168313 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679749028392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19302] ppid=19288 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/19291/task/19302/stat : 19302 (java) S 19288 19291 18126 0 -1 4202560 4255 0 0 0 377 7 0 0 20 0 22 0 28168314 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679736617576 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19303] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19303/stat : 19303 (java) S 19288 19291 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679735563896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19304] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19304/stat : 19304 (java) S 19288 19291 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679734511240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19305] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19305/stat : 19305 (java) S 19288 19291 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28168317 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679733459984 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19306] ppid=19288 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/19291/task/19306/stat : 19306 (java) S 19288 19291 18126 0 -1 4202560 11763 0 0 0 185 3 0 0 20 0 22 0 28168317 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679732406328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19307] ppid=19288 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/19291/task/19307/stat : 19307 (java) S 19288 19291 18126 0 -1 4202560 14004 0 0 0 193 2 0 0 20 0 22 0 28168317 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679731353784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19308] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19308/stat : 19308 (java) S 19288 19291 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28168317 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679730301432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19309] ppid=19288 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/19291/task/19309/stat : 19309 (java) S 19288 19291 18126 0 -1 4202560 51 0 0 0 10 25 0 0 20 0 22 0 28168317 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679729249096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19310] ppid=19288 vsize=9824732 CPUtime=874.25 cores=1,3,5,7
/proc/19291/task/19310/stat : 19310 (java) R 19288 19291 18126 0 -1 4202560 62 0 0 0 87408 17 0 0 20 0 22 0 28168359 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679727824576 140679785753607 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19311] ppid=19288 vsize=9824732 CPUtime=874.27 cores=1,3,5,7
/proc/19291/task/19311/stat : 19311 (java) R 19288 19291 18126 0 -1 4202560 1379 0 0 0 87376 51 0 0 20 0 22 0 28168359 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679726771232 140679785729282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19312] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19312/stat : 19312 (java) S 19288 19291 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28168360 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679725721128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19313] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19313/stat : 19313 (java) S 19288 19291 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28168360 10060525568 915952 33554432000 1073741824 1073778376 140736658898704 140679724668584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1769.99
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.301 s]
/proc/loadavg: 4.38 4.35 4.27 5/219 19405
/proc/meminfo: memFree=23484024/32872528 swapFree=1437460/1543748
[pid=19291] ppid=19288 vsize=9824732 CPUtime=1800.17 cores=1,3,5,7
/proc/19291/stat : 19291 (java) S 19288 19291 18126 0 -1 4202496 46291 0 1 0 179806 211 0 0 20 0 22 0 28168310 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140736658889840 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19291/statm: 2456183 922899 2301 9 0 2446860 0
[pid=19291/tid=19293] ppid=19288 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/19291/task/19293/stat : 19293 (java) S 19288 19291 18126 0 -1 4202560 2479 0 1 0 44 5 0 0 20 0 22 0 28168311 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679912395640 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19294] ppid=19288 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/19291/task/19294/stat : 19294 (java) S 19288 19291 18126 0 -1 4202560 1818 0 0 0 177 20 0 0 20 0 22 0 28168313 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679756397224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19295] ppid=19288 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/19291/task/19295/stat : 19295 (java) S 19288 19291 18126 0 -1 4202560 1868 0 0 0 151 15 0 0 20 0 22 0 28168313 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679755344680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19296] ppid=19288 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/19291/task/19296/stat : 19296 (java) S 19288 19291 18126 0 -1 4202560 1413 0 0 0 154 18 0 0 20 0 22 0 28168313 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679754292136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19297] ppid=19288 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/19291/task/19297/stat : 19297 (java) S 19288 19291 18126 0 -1 4202560 868 0 0 0 140 15 0 0 20 0 22 0 28168313 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679753239592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19298] ppid=19288 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/19291/task/19298/stat : 19298 (java) S 19288 19291 18126 0 -1 4202560 903 0 0 0 148 15 0 0 20 0 22 0 28168313 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679752186024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19299] ppid=19288 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/19291/task/19299/stat : 19299 (java) S 19288 19291 18126 0 -1 4202560 1236 0 0 0 154 17 0 0 20 0 22 0 28168313 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679751133480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19300] ppid=19288 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/19291/task/19300/stat : 19300 (java) S 19288 19291 18126 0 -1 4202560 1399 0 0 0 158 18 0 0 20 0 22 0 28168313 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679750080936 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19301] ppid=19288 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/19291/task/19301/stat : 19301 (java) S 19288 19291 18126 0 -1 4202560 1476 0 0 0 144 16 0 0 20 0 22 0 28168313 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679749028392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19291/tid=19302] ppid=19288 vsize=9824732 CPUtime=3.84 cores=1,3,5,7
/proc/19291/task/19302/stat : 19302 (java) S 19288 19291 18126 0 -1 4202560 4306 0 0 0 377 7 0 0 20 0 22 0 28168314 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679736617576 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19303] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19303/stat : 19303 (java) S 19288 19291 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679735563896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19304] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19304/stat : 19304 (java) S 19288 19291 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28168314 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679734511240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19305] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19305/stat : 19305 (java) S 19288 19291 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28168317 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679733459984 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19306] ppid=19288 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/19291/task/19306/stat : 19306 (java) S 19288 19291 18126 0 -1 4202560 11763 0 0 0 185 3 0 0 20 0 22 0 28168317 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679732406328 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19307] ppid=19288 vsize=9824732 CPUtime=1.95 cores=1,3,5,7
/proc/19291/task/19307/stat : 19307 (java) S 19288 19291 18126 0 -1 4202560 14005 0 0 0 193 2 0 0 20 0 22 0 28168317 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679731353784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19308] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19308/stat : 19308 (java) S 19288 19291 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28168317 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679730301432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19291/tid=19309] ppid=19288 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/19291/task/19309/stat : 19309 (java) S 19288 19291 18126 0 -1 4202560 51 0 0 0 10 25 0 0 20 0 22 0 28168317 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679729249096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19310] ppid=19288 vsize=9824732 CPUtime=889.14 cores=1,3,5,7
/proc/19291/task/19310/stat : 19310 (java) R 19288 19291 18126 0 -1 4202560 62 0 0 0 88897 17 0 0 20 0 22 0 28168359 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679727823744 140679785669448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19311] ppid=19288 vsize=9824732 CPUtime=889.17 cores=1,3,5,7
/proc/19291/task/19311/stat : 19311 (java) R 19288 19291 18126 0 -1 4202560 1379 0 0 0 88866 51 0 0 20 0 22 0 28168359 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679726773320 140679785954816 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19291/tid=19312] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19312/stat : 19312 (java) S 19288 19291 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28168360 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679725721128 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19291/tid=19313] ppid=19288 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19313/stat : 19313 (java) S 19288 19291 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28168360 10060525568 922899 33554432000 1073741824 1073778376 140736658898704 140679724668584 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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 19291 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.405 s]
/proc/loadavg: 4.38 4.35 4.27 5/219 19405
/proc/meminfo: memFree=23484024/32872528 swapFree=1437460/1543748
[pid=19291] ppid=19288 vsize=0 CPUtime=1801.03 cores=1,3,5,7
/proc/19291/stat : 19291 (java) Z 19288 19291 18126 0 -1 4203532 46386 0 1 0 179841 262 0 0 20 0 2 0 28168310 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19291/statm: 0 0 0 0 0 0 0
[pid=19291/tid=19303] ppid=19288 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/19291/task/19303/stat : 19303 (java) R 19288 19291 18126 0 -1 4203588 17 0 0 0 0 0 0 0 20 0 2 0 28168314 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1801.03
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 897.414
CPU time (s): 1801.04
CPU user time (s): 1798.42
CPU system time (s): 2.6236
CPU usage (%): 200.692
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.42
system time used= 2.6236
maximum resident set size= 3748916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46386
page faults= 1
swaps= 0
block input operations= 0
block output operations= 800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23336
involuntary context switches= 24128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.34219 second user time and 7.97379 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 16:28:10
IDJOB=4116438
IDBENCH=109470
IDSOLVER=2543
FILE ID=node116/4116438-1466951290
RUNJOBID= node116-1466946428-18143
PBS_JOBID= 19976367
Free space on /tmp= 71680 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round21-2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116438-1466951290/watcher-4116438-1466951290 -o /tmp/evaluation-result-4116438-1466951290/solver-4116438-1466951290 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466946428-18143 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116438-1466951290.opb

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

MD5SUM BENCH= 6df59df9dbb1067f1d813a340c83c82d
RANDOM SEED=627715758

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.206
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.206
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:        27196212 kB
Buffers:           11996 kB
Cached:           301512 kB
SwapCached:         2084 kB
Active:          3136776 kB
Inactive:         290920 kB
Active(anon):    3114776 kB
Inactive(anon):     1656 kB
Active(file):      22000 kB
Inactive(file):   289264 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:              1296 kB
Writeback:             0 kB
AnonPages:       4658976 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             564904 kB
SReclaimable:       8792 kB
SUnreclaim:       556112 kB
KernelStack:        1632 kB
PageTables:        13160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4965908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3174400 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= 71680 MiB
End job on node116 at 2016-06-26 16:43:07