Trace number 4116238

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.69 896.167

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round22-4.opb
MD5SUMf04d3d6fc51f4b7608ff050c353aa18a
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 constraints8672
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)384
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-4116238-1466953083.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.73/0.49	c ... done. Wall clock time 0.371s.
0.73/0.49	c declared #vars     4128
0.73/0.49	c #constraints  9920
0.73/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.73/0.49	c constraints type 
0.73/0.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.73/0.50	c org.sat4j.specs.Constr$1 => 872
0.73/0.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.73/0.50	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.73/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.73/0.50	c 9920 constraints processed.
0.73/0.50	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.73/0.50	c constraints type 
0.73/0.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.73/0.50	c org.sat4j.specs.Constr$1 => 872
0.73/0.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.73/0.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
1.03/0.50	c org.sat4j.pb.constraints.pb.UnitClausePB => 472
1.03/0.50	c 9920 constraints processed.
4.94/1.55	c cleaning 2478 clauses out of 4998 with flag 15033/5000
6.77/2.18	c cleaning 4255 clauses out of 8520 with flag 36202/11000
8.26/2.89	c cleaning 5615 clauses out of 11265 with flag 64580/18000
9.92/3.68	c cleaning 6810 clauses out of 13650 with flag 97689/26000
12.00/4.64	c cleaning 7886 clauses out of 15840 with flag 135698/35000
14.01/5.69	c cleaning 8970 clauses out of 17958 with flag 180783/45004
16.67/6.94	c cleaning 9980 clauses out of 19984 with flag 230235/56000
19.48/8.33	c cleaning 10991 clauses out of 22004 with flag 288396/68000
22.57/9.89	c cleaning 11985 clauses out of 24013 with flag 351715/81000
26.27/11.65	c cleaning 13003 clauses out of 26028 with flag 423043/95000
29.87/13.47	c cleaning 13987 clauses out of 28026 with flag 501640/110001
33.89/15.45	c cleaning 14990 clauses out of 30038 with flag 586567/126000
37.07/17.06	c cleaning 0 clauses out of 5000 with flag 0/5000
38.52/17.70	c cleaning 16000 clauses out of 32048 with flag 677935/143000
44.06/20.20	c cleaning 17010 clauses out of 34048 with flag 775228/161000
49.26/22.85	c cleaning 18003 clauses out of 36038 with flag 880597/180000
54.97/25.69	c cleaning 18991 clauses out of 38036 with flag 992759/200001
60.98/28.67	c cleaning 19997 clauses out of 40045 with flag 1113729/221001
67.17/31.76	c cleaning 21011 clauses out of 42047 with flag 1236947/243000
74.11/35.10	c cleaning 22007 clauses out of 44036 with flag 1370484/266000
81.32/38.76	c cleaning 22997 clauses out of 46029 with flag 1510010/290000
89.24/42.67	c cleaning 24003 clauses out of 48032 with flag 1658022/315000
97.64/46.80	c cleaning 24986 clauses out of 50030 with flag 1810617/341001
106.36/51.10	c cleaning 26009 clauses out of 52043 with flag 1971231/368000
115.36/55.60	c cleaning 26959 clauses out of 54034 with flag 2134591/396000
124.96/60.49	c cleaning 28002 clauses out of 56075 with flag 2306754/425000
136.08/65.94	c cleaning 29011 clauses out of 58073 with flag 2484321/455000
147.17/71.49	c cleaning 30022 clauses out of 60062 with flag 2670334/486000
159.05/77.37	c cleaning 30994 clauses out of 62040 with flag 2866445/518000
171.55/83.50	c cleaning 31996 clauses out of 64048 with flag 3065530/551002
185.38/90.73	c cleaning 32997 clauses out of 66050 with flag 3270836/585000
199.01/97.54	c cleaning 34014 clauses out of 68053 with flag 3484015/620000
213.46/104.72	c cleaning 34971 clauses out of 70039 with flag 3703702/656000
228.70/112.34	c cleaning 36029 clauses out of 72069 with flag 3933819/693001
244.54/120.21	c cleaning 37008 clauses out of 74040 with flag 4165693/731001
261.25/128.55	c cleaning 37987 clauses out of 76031 with flag 4408265/770000
277.97/136.81	c cleaning 38991 clauses out of 78044 with flag 4657197/810000
295.29/145.42	c cleaning 39991 clauses out of 80053 with flag 4911501/851000
312.70/154.12	c cleaning 40988 clauses out of 82062 with flag 5171268/893000
329.98/162.72	c cleaning 42023 clauses out of 84074 with flag 5438895/936000
347.79/171.65	c cleaning 43005 clauses out of 86054 with flag 5712687/980003
365.74/180.57	c cleaning 44015 clauses out of 88046 with flag 5993385/1025000
384.32/189.86	c cleaning 44998 clauses out of 90032 with flag 6280008/1071001
404.72/200.01	c cleaning 45986 clauses out of 92033 with flag 6574674/1118000
425.40/210.34	c cleaning 46978 clauses out of 94049 with flag 6878560/1166002
445.20/220.23	c cleaning 48028 clauses out of 96072 with flag 7186177/1215003
466.59/230.91	c cleaning 48995 clauses out of 98042 with flag 7499493/1265001
487.99/241.62	c cleaning 50022 clauses out of 100046 with flag 7822606/1316000
510.39/252.83	c cleaning 51014 clauses out of 102027 with flag 8149351/1368003
533.58/264.43	c cleaning 51983 clauses out of 104010 with flag 8479834/1421000
559.57/277.33	c cleaning 53004 clauses out of 106027 with flag 8819344/1475000
592.06/294.30	c cleaning 53997 clauses out of 108023 with flag 9165339/1530000
606.11/301.31	c cleaning 0 clauses out of 11001 with flag 0/11001
622.37/309.46	c cleaning 54990 clauses out of 110026 with flag 9514384/1586000
654.37/325.38	c cleaning 56019 clauses out of 112037 with flag 9874985/1643001
687.54/341.81	c cleaning 56992 clauses out of 114017 with flag 10239528/1701000
720.90/358.47	c cleaning 57962 clauses out of 116026 with flag 10610010/1760001
755.63/375.75	c cleaning 58989 clauses out of 118063 with flag 10989110/1820000
791.20/393.45	c cleaning 59996 clauses out of 120075 with flag 11373790/1881001
827.73/411.56	c cleaning 60970 clauses out of 122078 with flag 11763925/1943000
865.00/430.09	c cleaning 62030 clauses out of 124108 with flag 12159026/2006000
902.96/448.95	c cleaning 63021 clauses out of 126080 with flag 12561267/2070002
943.14/468.90	c cleaning 64001 clauses out of 128058 with flag 12974156/2135001
984.54/489.56	c cleaning 65004 clauses out of 130056 with flag 13387702/2201000
1027.20/510.79	c cleaning 66008 clauses out of 132052 with flag 13808292/2268000
1066.31/530.21	c cleaning 67000 clauses out of 134045 with flag 14238397/2336001
1105.02/549.57	c cleaning 68005 clauses out of 136044 with flag 14671819/2405000
1143.02/568.52	c cleaning 69009 clauses out of 138040 with flag 15113684/2475001
1182.62/588.38	c cleaning 69988 clauses out of 140030 with flag 15559201/2546000
1223.00/609.10	c cleaning 70998 clauses out of 142042 with flag 16012533/2618000
1264.88/630.03	c cleaning 71986 clauses out of 144045 with flag 16472197/2691001
1307.77/651.48	c cleaning 73011 clauses out of 146058 with flag 16940068/2765000
1354.57/674.75	c cleaning 74001 clauses out of 148047 with flag 17417038/2840000
1400.48/697.67	c cleaning 74983 clauses out of 150046 with flag 17896770/2916000
1454.63/724.44	c cleaning 76006 clauses out of 152063 with flag 18378929/2993000
1511.63/752.70	c cleaning 77029 clauses out of 154057 with flag 18868392/3071000
1569.79/781.65	c cleaning 77979 clauses out of 156028 with flag 19365543/3150000
1630.29/811.78	c cleaning 78990 clauses out of 158050 with flag 19867785/3230001
1692.75/842.83	c cleaning 79986 clauses out of 160059 with flag 20379112/3311000
1755.76/874.18	c cleaning 80989 clauses out of 162073 with flag 20898007/3393000
1800.01/896.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.10	c starts		: 29075
1800.01/896.10	c conflicts		: 3455456
1800.01/896.10	c decisions		: 36214692
1800.01/896.10	c propagations		: 480198586
1800.01/896.10	c inspects		: 10083723822
1800.01/896.10	c shortcuts		: 0
1800.01/896.10	c learnt literals	: 2
1800.01/896.10	c learnt binary clauses	: 44
1800.01/896.10	c learnt ternary clauses	: 607
1800.01/896.10	c learnt constraints	: 3455454
1800.01/896.10	c ignored constraints	: 0
1800.01/896.10	c root simplifications	: 0
1800.01/896.10	c removed literals (reason simplification)	: 2147580
1800.01/896.10	c reason swapping (by a shorter reason)	: 0
1800.01/896.10	c Calls to reduceDB	: 78
1800.01/896.10	c Number of update (reduction) of LBD	: 716066
1800.01/896.10	c Imported unit clauses	: 0
1800.01/896.10	c number of reductions to clauses (during analyze)	: 0
1800.01/896.10	c number of learned constraints concerned by reduction	: 0
1800.01/896.10	c number of learning phase by resolution	: 0
1800.01/896.10	c number of learning phase by cutting planes	: 0
1800.01/896.10	c speed (assignments/second)	: 536179.4766149356
1800.01/896.10	c non guided choices	7621
1800.01/896.13	c learnt constraints type 
1800.01/896.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44
1800.01/896.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 143496
1800.01/896.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/896.13	c starts		: 42
1800.01/896.13	c conflicts		: 16529
1800.01/896.13	c decisions		: 63933
1800.01/896.13	c propagations		: 2100170
1800.01/896.13	c inspects		: 508811040
1800.01/896.13	c shortcuts		: 0
1800.01/896.13	c learnt literals	: 0
1800.01/896.13	c learnt binary clauses	: 0
1800.01/896.13	c learnt ternary clauses	: 0
1800.01/896.13	c learnt constraints	: 16529
1800.01/896.13	c ignored constraints	: 0
1800.01/896.13	c root simplifications	: 0
1800.01/896.13	c removed literals (reason simplification)	: 0
1800.01/896.13	c reason swapping (by a shorter reason)	: 0
1800.01/896.13	c Calls to reduceDB	: 2
1800.01/896.13	c Number of update (reduction) of LBD	: 0
1800.01/896.13	c Imported unit clauses	: 0
1800.01/896.13	c number of reductions to clauses (during analyze)	: 0
1800.01/896.13	c number of learned constraints concerned by reduction	: 0
1800.01/896.13	c number of learning phase by resolution	: 0
1800.01/896.13	c number of learning phase by cutting planes	: 0
1800.01/896.13	c speed (assignments/second)	: 2344.9263808544442
1800.01/896.13	c non guided choices	223
1800.01/896.14	c learnt constraints type 
1800.01/896.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7
1800.01/896.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16522
1800.01/896.14	s UNKNOWN
1800.01/896.14	c Total wall clock time (in seconds): 896.015

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

pid=19608
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.15 4.21 5/197 19611
/proc/meminfo: memFree=27182180/32872528 swapFree=1437460/1543748
[pid=19611] ppid=19608 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/19611/stat : 19611 (java) R 19608 19611 18126 0 -1 4202496 492 0 0 0 0 0 0 0 20 0 1 0 28347673 9515008 146 33554432000 1073741824 1073778376 140735826586608 140735826583736 266435262720 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/19611/statm: 2323 150 110 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 4.06 4.15 4.21 5/197 19611
/proc/meminfo: memFree=27182180/32872528 swapFree=1437460/1543748
[pid=19611] ppid=19608 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/19611/stat : 19611 (java) S 19608 19611 18126 0 -1 4202496 4430 0 1 0 8 1 0 0 20 0 18 0 28347673 9787879424 6050 33554432000 1073741824 1073778376 140735826586608 140735826577744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19611/statm: 2389619 6050 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 4.06 4.15 4.21 5/197 19611
/proc/meminfo: memFree=27182180/32872528 swapFree=1437460/1543748
[pid=19611] ppid=19608 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/19611/stat : 19611 (java) S 19608 19611 18126 0 -1 4202496 4713 0 1 0 22 2 0 0 20 0 18 0 28347673 9787879424 6792 33554432000 1073741824 1073778376 140735826586608 140735826577744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19611/statm: 2389619 6792 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 4.06 4.15 4.21 5/197 19611
/proc/meminfo: memFree=27182180/32872528 swapFree=1437460/1543748
[pid=19611] ppid=19608 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/19611/stat : 19611 (java) S 19608 19611 18126 0 -1 4202496 5840 0 1 0 46 2 0 0 20 0 18 0 28347673 9787879424 8318 33554432000 1073741824 1073778376 140735826586608 140735826577744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19611/statm: 2389619 8318 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700198 s]
/proc/loadavg: 4.06 4.15 4.21 5/197 19611
/proc/meminfo: memFree=27182180/32872528 swapFree=1437460/1543748
[pid=19611] ppid=19608 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/19611/stat : 19611 (java) S 19608 19611 18126 0 -1 4202496 14672 0 1 0 178 4 0 0 20 0 22 0 28347673 10060525568 23428 33554432000 1073741824 1073778376 140735826586608 140735826577744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19611/statm: 2456183 23428 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 4.06 4.15 4.21 8/219 19633
/proc/meminfo: memFree=27055660/32872528 swapFree=1437460/1543748
[pid=19611] ppid=19608 vsize=9824732 CPUtime=4.94 cores=1,3,5,7
/proc/19611/stat : 19611 (java) S 19608 19611 18126 0 -1 4202496 23657 0 1 0 486 8 0 0 20 0 22 0 28347673 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140735826577744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19611/statm: 2456183 47648 2288 9 0 2446860 0
[pid=19611/tid=19613] ppid=19608 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/19611/task/19613/stat : 19613 (java) R 19608 19611 18126 0 -1 4202560 2435 0 1 0 44 2 0 0 20 0 22 0 28347674 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674189861752 266439014313 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19614] ppid=19608 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19611/task/19614/stat : 19614 (java) S 19608 19611 18126 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 28347676 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674151353000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19615] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19615/stat : 19615 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347676 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674150300456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19616] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19616/stat : 19616 (java) S 19608 19611 18126 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 28347676 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674149247912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19617] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19617/stat : 19617 (java) S 19608 19611 18126 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28347676 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674148195368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=19611/tid=19618] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19618/stat : 19618 (java) S 19608 19611 18126 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28347676 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674147141800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19619] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19619/stat : 19619 (java) S 19608 19611 18126 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28347676 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674146089256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19620] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19620/stat : 19620 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347676 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674145036712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19621] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19621/stat : 19621 (java) S 19608 19611 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28347676 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674143984168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19622] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19622/stat : 19622 (java) S 19608 19611 18126 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674013825640 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19623] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19623/stat : 19623 (java) S 19608 19611 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674012771960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19624] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19624/stat : 19624 (java) S 19608 19611 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674011719304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19625] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19625/stat : 19625 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347680 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674010668048 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19626] ppid=19608 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/19611/task/19626/stat : 19626 (java) S 19608 19611 18126 0 -1 4202560 9353 0 0 0 113 2 0 0 20 0 22 0 28347680 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674009614392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19627] ppid=19608 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/19611/task/19627/stat : 19627 (java) R 19608 19611 18126 0 -1 4202560 10401 0 0 0 124 1 0 0 20 0 22 0 28347680 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674008538296 140674193949808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19628] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19628/stat : 19628 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347680 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674007509496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19629] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19629/stat : 19629 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347680 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674006457160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19630] ppid=19608 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/19611/task/19630/stat : 19630 (java) R 19608 19611 18126 0 -1 4202560 20 0 0 0 95 0 0 0 20 0 22 0 28347723 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140674005037776 140674020848171 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19631] ppid=19608 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/19611/task/19631/stat : 19631 (java) R 19608 19611 18126 0 -1 4202560 75 0 0 0 94 1 0 0 20 0 22 0 28347724 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140672862511192 140674020901467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19632] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19632/stat : 19632 (java) S 19608 19611 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28347724 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140672861460008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19633] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19633/stat : 19633 (java) S 19608 19611 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28347724 10060525568 47648 33554432000 1073741824 1073778376 140735826586608 140672860407464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.06 4.15 4.21 5/219 19633
/proc/meminfo: memFree=26916832/32872528 swapFree=1437460/1543748
[pid=19611] ppid=19608 vsize=9824732 CPUtime=8.92 cores=1,3,5,7
/proc/19611/stat : 19611 (java) S 19608 19611 18126 0 -1 4202496 26234 0 1 0 878 14 0 0 20 0 22 0 28347673 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140735826577744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19611/statm: 2456183 90791 2292 9 0 2446860 0
[pid=19611/tid=19613] ppid=19608 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/19611/task/19613/stat : 19613 (java) S 19608 19611 18126 0 -1 4202560 2436 0 1 0 44 2 0 0 20 0 22 0 28347674 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674189861752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19614] ppid=19608 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19611/task/19614/stat : 19614 (java) S 19608 19611 18126 0 -1 4202560 25 0 0 0 6 0 0 0 20 0 22 0 28347676 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674151353000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19615] ppid=19608 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19611/task/19615/stat : 19615 (java) S 19608 19611 18126 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 28347676 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674150300456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19616] ppid=19608 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19611/task/19616/stat : 19616 (java) S 19608 19611 18126 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 28347676 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674149247912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19617] ppid=19608 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19611/task/19617/stat : 19617 (java) S 19608 19611 18126 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 22 0 28347676 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674148195368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=19611/tid=19618] ppid=19608 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/19611/task/19618/stat : 19618 (java) S 19608 19611 18126 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 28347676 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674147141800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19619] ppid=19608 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19611/task/19619/stat : 19619 (java) S 19608 19611 18126 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 28347676 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674146089256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19620] ppid=19608 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/19611/task/19620/stat : 19620 (java) S 19608 19611 18126 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 28347676 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674145036712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19621] ppid=19608 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/19611/task/19621/stat : 19621 (java) S 19608 19611 18126 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 28347676 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674143984168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19622] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19622/stat : 19622 (java) S 19608 19611 18126 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674013825640 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19623] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19623/stat : 19623 (java) S 19608 19611 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674012771960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19624] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19624/stat : 19624 (java) S 19608 19611 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674011719304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19625] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19625/stat : 19625 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347680 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674010668048 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19626] ppid=19608 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/19611/task/19626/stat : 19626 (java) S 19608 19611 18126 0 -1 4202560 9357 0 0 0 139 2 0 0 20 0 22 0 28347680 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674009614392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19627] ppid=19608 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/19611/task/19627/stat : 19627 (java) S 19608 19611 18126 0 -1 4202560 12685 0 0 0 162 2 0 0 20 0 22 0 28347680 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674008561848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19628] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19628/stat : 19628 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347680 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674007509496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19629] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19629/stat : 19629 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347680 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674006457160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19630] ppid=19608 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/19611/task/19630/stat : 19630 (java) R 19608 19611 18126 0 -1 4202560 21 0 0 0 247 0 0 0 20 0 22 0 28347723 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140674005036056 140674020848144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19631] ppid=19608 vsize=9824732 CPUtime=2.48 cores=1,3,5,7
/proc/19611/task/19631/stat : 19631 (java) R 19608 19611 18126 0 -1 4202560 135 0 0 0 245 3 0 0 20 0 22 0 28347724 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140672862510864 140674021278673 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19632] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19632/stat : 19632 (java) S 19608 19611 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28347724 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140672861460008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19633] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19633/stat : 19633 (java) S 19608 19611 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28347724 10060525568 90791 33554432000 1073741824 1073778376 140735826586608 140672860407464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.92
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.06 4.15 4.21 5/219 19633
/proc/meminfo: memFree=26556960/32872528 swapFree=1437460/1543748
[pid=19611] ppid=19608 vsize=9824732 CPUtime=15.48 cores=1,3,5,7
/proc/19611/stat : 19611 (java) S 19608 19611 18126 0 -1 4202496 26744 0 1 0 1525 23 0 0 20 0 22 0 28347673 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140735826577744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19611/statm: 2456183 162824 2292 9 0 2446860 0
[pid=19611/tid=19613] ppid=19608 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/19611/task/19613/stat : 19613 (java) S 19608 19611 18126 0 -1 4202560 2436 0 1 0 44 2 0 0 20 0 22 0 28347674 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140674189861752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19614] ppid=19608 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19611/task/19614/stat : 19614 (java) S 19608 19611 18126 0 -1 4202560 37 0 0 0 7 2 0 0 20 0 22 0 28347676 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140674151353000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19615] ppid=19608 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19611/task/19615/stat : 19615 (java) S 19608 19611 18126 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 22 0 28347676 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140674150300456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19616] ppid=19608 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/19611/task/19616/stat : 19616 (java) S 19608 19611 18126 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 22 0 28347676 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140674149247912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19617] ppid=19608 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/19611/task/19617/stat : 19617 (java) S 19608 19611 18126 0 -1 4202560 49 0 0 0 8 2 0 0 20 0 22 0 28347676 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140674148195368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=19611/tid=19618] ppid=19608 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/19611/task/19618/stat : 19618 (java) S 19608 19611 18126 0 -1 4202560 39 0 0 0 8 2 0 0 20 0 22 0 28347676 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140674147141800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19619] ppid=19608 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/19611/task/19619/stat : 19619 (java) S 19608 19611 18126 0 -1 4202560 40 0 0 0 7 2 0 0 20 0 22 0 28347676 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140674146089256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19620] ppid=19608 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19611/task/19620/stat : 19620 (java) S 19608 19611 18126 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 22 0 28347676 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140674145036712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19621] ppid=19608 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/19611/task/19621/stat : 19621 (java) S 19608 19611 18126 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 22 0 28347676 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140674143984168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19622] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19622/stat : 19622 (java) S 19608 19611 18126 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140674013825640 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19623] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19623/stat : 19623 (java) S 19608 19611 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140674012771960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19624] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19624/stat : 19624 (java) S 19608 19611 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140674011719304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19625] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19625/stat : 19625 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347680 10060525568 162824 33554432000 1073741824 1073778376 140735826586608 140674010668048 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19626] ppid=19608 vsize=9824732 CPUtime=1.42 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.20 4.22 4.19 5/219 19747
/proc/meminfo: memFree=23377460/32872528 swapFree=1437460/1543748
[pid=19611] ppid=19608 vsize=9824732 CPUtime=1772.23 cores=1,3,5,7
/proc/19611/stat : 19611 (java) S 19608 19611 18126 0 -1 4202496 44901 0 1 0 176995 228 0 0 20 0 22 0 28347673 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140735826577744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19611/statm: 2456183 952396 2301 9 0 2446860 0
[pid=19611/tid=19613] ppid=19608 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/19611/task/19613/stat : 19613 (java) S 19608 19611 18126 0 -1 4202560 2444 0 1 0 48 3 0 0 20 0 22 0 28347674 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674189861752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19614] ppid=19608 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/19611/task/19614/stat : 19614 (java) S 19608 19611 18126 0 -1 4202560 2195 0 0 0 208 19 0 0 20 0 22 0 28347676 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674151353000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19615] ppid=19608 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/19611/task/19615/stat : 19615 (java) S 19608 19611 18126 0 -1 4202560 1969 0 0 0 208 21 0 0 20 0 22 0 28347676 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674150300456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19616] ppid=19608 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/19611/task/19616/stat : 19616 (java) S 19608 19611 18126 0 -1 4202560 1440 0 0 0 211 18 0 0 20 0 22 0 28347676 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674149247912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19617] ppid=19608 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/19611/task/19617/stat : 19617 (java) S 19608 19611 18126 0 -1 4202560 2033 0 0 0 213 19 0 0 20 0 22 0 28347676 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674148195368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=19611/tid=19618] ppid=19608 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/19611/task/19618/stat : 19618 (java) S 19608 19611 18126 0 -1 4202560 958 0 0 0 212 17 0 0 20 0 22 0 28347676 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674147141800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19619] ppid=19608 vsize=9824732 CPUtime=2.59 cores=1,3,5,7
/proc/19611/task/19619/stat : 19619 (java) S 19608 19611 18126 0 -1 4202560 1905 0 0 0 233 26 0 0 20 0 22 0 28347676 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674146089256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19620] ppid=19608 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/19611/task/19620/stat : 19620 (java) S 19608 19611 18126 0 -1 4202560 1107 0 0 0 188 18 0 0 20 0 22 0 28347676 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674145036712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19621] ppid=19608 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/19611/task/19621/stat : 19621 (java) S 19608 19611 18126 0 -1 4202560 1353 0 0 0 224 20 0 0 20 0 22 0 28347676 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674143984168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19622] ppid=19608 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/19611/task/19622/stat : 19622 (java) S 19608 19611 18126 0 -1 4202560 2257 0 0 0 386 9 0 0 20 0 22 0 28347677 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674013825640 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19623] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19623/stat : 19623 (java) S 19608 19611 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674012771960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19624] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19624/stat : 19624 (java) S 19608 19611 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674011719304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19625] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19625/stat : 19625 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347680 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674010668048 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19626] ppid=19608 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/19611/task/19626/stat : 19626 (java) S 19608 19611 18126 0 -1 4202560 11428 0 0 0 185 3 0 0 20 0 22 0 28347680 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674009614392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19627] ppid=19608 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/19611/task/19627/stat : 19627 (java) S 19608 19611 18126 0 -1 4202560 12692 0 0 0 172 2 0 0 20 0 22 0 28347680 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674008561848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19628] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19628/stat : 19628 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347680 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674007509496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19629] ppid=19608 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/19611/task/19629/stat : 19629 (java) S 19608 19611 18126 0 -1 4202560 50 0 0 0 13 22 0 0 20 0 22 0 28347680 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674006457160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19630] ppid=19608 vsize=9824732 CPUtime=872.81 cores=1,3,5,7
/proc/19611/task/19630/stat : 19630 (java) R 19608 19611 18126 0 -1 4202560 58 0 0 0 87265 16 0 0 20 0 22 0 28347723 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140674005036800 140674020688303 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19631] ppid=19608 vsize=9824732 CPUtime=872.72 cores=1,3,5,7
/proc/19611/task/19631/stat : 19631 (java) R 19608 19611 18126 0 -1 4202560 1747 0 0 0 87220 52 0 0 20 0 22 0 28347724 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140672862509808 140674020966608 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19632] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19632/stat : 19632 (java) S 19608 19611 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28347724 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140672861460008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19633] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19633/stat : 19633 (java) S 19608 19611 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28347724 10060525568 952396 33554432000 1073741824 1073778376 140735826586608 140672860407464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1772.23
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.101 s]
/proc/loadavg: 4.22 4.22 4.20 5/219 19748
/proc/meminfo: memFree=23357788/32872528 swapFree=1437460/1543748
[pid=19611] ppid=19608 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/19611/stat : 19611 (java) S 19608 19611 18126 0 -1 4202496 44915 0 1 0 179772 229 0 0 20 0 22 0 28347673 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140735826577744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19611/statm: 2456183 954447 2301 9 0 2446860 0
[pid=19611/tid=19613] ppid=19608 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/19611/task/19613/stat : 19613 (java) S 19608 19611 18126 0 -1 4202560 2444 0 1 0 48 3 0 0 20 0 22 0 28347674 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674189861752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19614] ppid=19608 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/19611/task/19614/stat : 19614 (java) S 19608 19611 18126 0 -1 4202560 2197 0 0 0 212 19 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674151353000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19615] ppid=19608 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/19611/task/19615/stat : 19615 (java) S 19608 19611 18126 0 -1 4202560 1970 0 0 0 215 21 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674150300456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19616] ppid=19608 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/19611/task/19616/stat : 19616 (java) S 19608 19611 18126 0 -1 4202560 1442 0 0 0 217 18 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674149247912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19617] ppid=19608 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/19611/task/19617/stat : 19617 (java) S 19608 19611 18126 0 -1 4202560 2033 0 0 0 216 19 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674148195368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=19611/tid=19618] ppid=19608 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/19611/task/19618/stat : 19618 (java) S 19608 19611 18126 0 -1 4202560 958 0 0 0 215 17 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674147141800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19619] ppid=19608 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/19611/task/19619/stat : 19619 (java) S 19608 19611 18126 0 -1 4202560 1906 0 0 0 238 26 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674146089256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19620] ppid=19608 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/19611/task/19620/stat : 19620 (java) S 19608 19611 18126 0 -1 4202560 1110 0 0 0 195 18 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674145036712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19621] ppid=19608 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/19611/task/19621/stat : 19621 (java) S 19608 19611 18126 0 -1 4202560 1353 0 0 0 229 20 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674143984168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19622] ppid=19608 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/19611/task/19622/stat : 19622 (java) S 19608 19611 18126 0 -1 4202560 2260 0 0 0 386 9 0 0 20 0 22 0 28347677 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674013825640 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19623] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19623/stat : 19623 (java) S 19608 19611 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674012771960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19624] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19624/stat : 19624 (java) S 19608 19611 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674011719304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19625] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19625/stat : 19625 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347680 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674010668048 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19626] ppid=19608 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/19611/task/19626/stat : 19626 (java) S 19608 19611 18126 0 -1 4202560 11428 0 0 0 185 3 0 0 20 0 22 0 28347680 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674009614392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19627] ppid=19608 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/19611/task/19627/stat : 19627 (java) S 19608 19611 18126 0 -1 4202560 12692 0 0 0 172 2 0 0 20 0 22 0 28347680 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674008561848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19628] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19628/stat : 19628 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347680 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674007509496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19629] ppid=19608 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/19611/task/19629/stat : 19629 (java) S 19608 19611 18126 0 -1 4202560 50 0 0 0 13 23 0 0 20 0 22 0 28347680 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674006457160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19630] ppid=19608 vsize=9824732 CPUtime=886.48 cores=1,3,5,7
/proc/19611/task/19630/stat : 19630 (java) R 19608 19611 18126 0 -1 4202560 58 0 0 0 88632 16 0 0 20 0 22 0 28347723 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674005036128 140674020882499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19631] ppid=19608 vsize=9824732 CPUtime=886.4 cores=1,3,5,7
/proc/19611/task/19631/stat : 19631 (java) R 19608 19611 18126 0 -1 4202560 1749 0 0 0 88588 52 0 0 20 0 22 0 28347724 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140672862510880 140674020704772 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19632] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19632/stat : 19632 (java) S 19608 19611 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28347724 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140672861460008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19633] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19633/stat : 19633 (java) S 19608 19611 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28347724 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140672860407464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19611 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.101 s]
/proc/loadavg: 4.22 4.22 4.20 5/219 19748
/proc/meminfo: memFree=23357788/32872528 swapFree=1437460/1543748
[pid=19611] ppid=19608 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/19611/stat : 19611 (java) S 19608 19611 18126 0 -1 4202496 44915 0 1 0 179772 229 0 0 20 0 22 0 28347673 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140735826577744 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/19611/statm: 2456183 954447 2301 9 0 2446860 0
[pid=19611/tid=19613] ppid=19608 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/19611/task/19613/stat : 19613 (java) S 19608 19611 18126 0 -1 4202560 2444 0 1 0 48 3 0 0 20 0 22 0 28347674 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674189861752 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19614] ppid=19608 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/19611/task/19614/stat : 19614 (java) S 19608 19611 18126 0 -1 4202560 2197 0 0 0 212 19 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674151353000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19615] ppid=19608 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/19611/task/19615/stat : 19615 (java) S 19608 19611 18126 0 -1 4202560 1970 0 0 0 215 21 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674150300456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19616] ppid=19608 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/19611/task/19616/stat : 19616 (java) S 19608 19611 18126 0 -1 4202560 1442 0 0 0 217 18 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674149247912 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19617] ppid=19608 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/19611/task/19617/stat : 19617 (java) S 19608 19611 18126 0 -1 4202560 2033 0 0 0 216 19 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674148195368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=19611/tid=19618] ppid=19608 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/19611/task/19618/stat : 19618 (java) S 19608 19611 18126 0 -1 4202560 958 0 0 0 215 17 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674147141800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19619] ppid=19608 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/19611/task/19619/stat : 19619 (java) S 19608 19611 18126 0 -1 4202560 1906 0 0 0 238 26 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674146089256 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19620] ppid=19608 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/19611/task/19620/stat : 19620 (java) S 19608 19611 18126 0 -1 4202560 1110 0 0 0 195 18 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674145036712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19621] ppid=19608 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/19611/task/19621/stat : 19621 (java) S 19608 19611 18126 0 -1 4202560 1353 0 0 0 229 20 0 0 20 0 22 0 28347676 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674143984168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19622] ppid=19608 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/19611/task/19622/stat : 19622 (java) S 19608 19611 18126 0 -1 4202560 2260 0 0 0 386 9 0 0 20 0 22 0 28347677 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674013825640 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19623] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19623/stat : 19623 (java) S 19608 19611 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674012771960 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19624] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19624/stat : 19624 (java) S 19608 19611 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28347677 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674011719304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19625] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19625/stat : 19625 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347680 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674010668048 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19626] ppid=19608 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/19611/task/19626/stat : 19626 (java) S 19608 19611 18126 0 -1 4202560 11428 0 0 0 185 3 0 0 20 0 22 0 28347680 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674009614392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19627] ppid=19608 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/19611/task/19627/stat : 19627 (java) S 19608 19611 18126 0 -1 4202560 12692 0 0 0 172 2 0 0 20 0 22 0 28347680 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674008561848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19628] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19628/stat : 19628 (java) S 19608 19611 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28347680 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674007509496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19611/tid=19629] ppid=19608 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/19611/task/19629/stat : 19629 (java) S 19608 19611 18126 0 -1 4202560 50 0 0 0 13 23 0 0 20 0 22 0 28347680 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674006457160 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19630] ppid=19608 vsize=9824732 CPUtime=886.48 cores=1,3,5,7
/proc/19611/task/19630/stat : 19630 (java) R 19608 19611 18126 0 -1 4202560 58 0 0 0 88632 16 0 0 20 0 22 0 28347723 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140674005036128 140674020882499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19611/tid=19631] ppid=19608 vsize=9824732 CPUtime=886.4 cores=1,3,5,7
/proc/19611/task/19631/stat : 19631 (java) R 19608 19611 18126 0 -1 4202560 1749 0 0 0 88588 52 0 0 20 0 22 0 28347724 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140672862510880 140674020704772 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19611/tid=19632] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19632/stat : 19632 (java) S 19608 19611 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28347724 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140672861460008 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19611/tid=19633] ppid=19608 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/19611/task/19633/stat : 19633 (java) S 19608 19611 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28347724 10060525568 954447 33554432000 1073741824 1073778376 140735826586608 140672860407464 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.167
CPU time (s): 1800.69
CPU user time (s): 1797.86
CPU system time (s): 2.83157
CPU usage (%): 200.932
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.86
system time used= 2.83157
maximum resident set size= 3817904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44948
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24373
involuntary context switches= 30387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.8808 second user time and 5.49716 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 16:58:03
IDJOB=4116238
IDBENCH=109445
IDSOLVER=2543
FILE ID=node116/4116238-1466953083
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-size96-round22-4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116238-1466953083/watcher-4116238-1466953083 -o /tmp/evaluation-result-4116238-1466953083/solver-4116238-1466953083 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466946428-18143 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116238-1466953083.opb

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

MD5SUM BENCH= f04d3d6fc51f4b7608ff050c353aa18a
RANDOM SEED=366291833

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:        27182444 kB
Buffers:           14344 kB
Cached:           302692 kB
SwapCached:         2084 kB
Active:          3148256 kB
Inactive:         293916 kB
Active(anon):    3126280 kB
Inactive(anon):     1656 kB
Active(file):      21976 kB
Inactive(file):   292260 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098668 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:       4668444 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             565200 kB
SReclaimable:       8940 kB
SUnreclaim:       556260 kB
KernelStack:        1600 kB
PageTables:        13384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4978888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3178496 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 17:13:00