Trace number 4116294

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.71 894.565

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-0.opb
MD5SUMd00c6e0d896449632541fc8326733986
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4116294-1466974680.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
1.01/0.51	c ... done. Wall clock time 0.39s.
1.01/0.51	c declared #vars     4288
1.01/0.51	c #constraints  10784
1.01/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.01/0.51	c org.sat4j.specs.Constr$1 => 888
1.01/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.01/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.01/0.51	c 10784 constraints processed.
1.01/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.01/0.51	c constraints type 
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.01/0.51	c org.sat4j.specs.Constr$1 => 888
1.01/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.01/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.01/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 488
1.01/0.51	c 10784 constraints processed.
4.11/1.37	c cleaning 2498 clauses out of 4999 with flag 15892/5001
6.42/2.07	c cleaning 4232 clauses out of 8506 with flag 37622/11006
8.27/2.90	c cleaning 5611 clauses out of 11268 with flag 64650/18000
9.91/3.75	c cleaning 6816 clauses out of 13657 with flag 99760/26000
12.19/4.83	c cleaning 7917 clauses out of 15842 with flag 140521/35001
14.65/6.03	c cleaning 8940 clauses out of 17924 with flag 187818/45000
17.05/7.25	c cleaning 9969 clauses out of 19984 with flag 240655/56000
20.14/8.76	c cleaning 10976 clauses out of 22015 with flag 304388/68000
23.34/10.37	c cleaning 11988 clauses out of 24039 with flag 369597/81000
27.26/12.23	c cleaning 13010 clauses out of 26051 with flag 442530/95000
31.05/14.18	c cleaning 14012 clauses out of 28043 with flag 523338/110002
35.25/16.25	c cleaning 0 clauses out of 5000 with flag 0/5000
35.50/16.34	c cleaning 14979 clauses out of 30033 with flag 609400/126004
40.68/18.77	c cleaning 16003 clauses out of 32051 with flag 702777/143001
46.06/21.40	c cleaning 17001 clauses out of 34047 with flag 805784/161000
51.46/24.15	c cleaning 18011 clauses out of 36046 with flag 912841/180000
57.81/27.24	c cleaning 19009 clauses out of 38036 with flag 1027208/200001
64.21/30.43	c cleaning 20000 clauses out of 40026 with flag 1148005/221000
71.56/34.01	c cleaning 21005 clauses out of 42028 with flag 1276749/243002
78.58/37.52	c cleaning 21991 clauses out of 44022 with flag 1409021/266001
85.76/41.13	c cleaning 22983 clauses out of 46031 with flag 1552840/290001
93.89/45.19	c cleaning 24001 clauses out of 48047 with flag 1702414/315000
102.47/49.50	c cleaning 25006 clauses out of 50047 with flag 1855110/341001
112.21/54.20	c cleaning 25988 clauses out of 52040 with flag 2016212/368000
121.81/59.09	c cleaning 26990 clauses out of 54052 with flag 2181641/396000
132.53/64.32	c cleaning 28016 clauses out of 56064 with flag 2353635/425002
143.14/69.63	c cleaning 28985 clauses out of 58046 with flag 2532330/455000
155.03/75.52	c cleaning 30016 clauses out of 60061 with flag 2717422/486000
168.58/82.64	c cleaning 30982 clauses out of 62045 with flag 2910855/518000
182.20/89.43	c cleaning 31987 clauses out of 64064 with flag 3110144/551001
196.24/96.49	c cleaning 33022 clauses out of 66076 with flag 3316368/585000
210.52/103.52	c cleaning 33999 clauses out of 68054 with flag 3529967/620000
226.18/111.33	c cleaning 35021 clauses out of 70055 with flag 3748798/656000
242.49/119.48	c cleaning 36004 clauses out of 72035 with flag 3970647/693001
260.02/128.11	c cleaning 37000 clauses out of 74030 with flag 4201014/731000
270.81/133.59	c cleaning 0 clauses out of 11000 with flag 0/11000
277.92/137.05	c cleaning 37992 clauses out of 76030 with flag 4440020/770000
295.84/145.95	c cleaning 38987 clauses out of 78038 with flag 4681583/810000
313.56/154.74	c cleaning 40008 clauses out of 80051 with flag 4930914/851000
332.14/163.95	c cleaning 40985 clauses out of 82045 with flag 5186027/893002
352.69/174.10	c cleaning 42024 clauses out of 84058 with flag 5447905/936000
373.46/184.41	c cleaning 43006 clauses out of 86034 with flag 5720014/980000
394.93/195.06	c cleaning 43946 clauses out of 88031 with flag 5997932/1025003
418.07/206.53	c cleaning 45017 clauses out of 90082 with flag 6277533/1071000
441.20/218.03	c cleaning 46013 clauses out of 92065 with flag 6567233/1118000
465.50/230.05	c cleaning 47018 clauses out of 94052 with flag 6859968/1166000
490.80/242.65	c cleaning 47955 clauses out of 96034 with flag 7160385/1215000
517.26/255.73	c cleaning 49015 clauses out of 98079 with flag 7462643/1265000
546.17/270.18	c cleaning 50026 clauses out of 100064 with flag 7778006/1316000
576.11/284.92	c cleaning 51020 clauses out of 102040 with flag 8099784/1368002
606.11/300.44	c cleaning 51974 clauses out of 104019 with flag 8421932/1421001
634.56/314.64	c cleaning 53010 clauses out of 106044 with flag 8754334/1475000
665.12/329.86	c cleaning 54007 clauses out of 108036 with flag 9085982/1530002
697.52/345.94	c cleaning 54983 clauses out of 110027 with flag 9428764/1586000
730.35/362.29	c cleaning 55983 clauses out of 112044 with flag 9778198/1643000
763.67/378.85	c cleaning 57014 clauses out of 114061 with flag 10133229/1701000
797.73/395.78	c cleaning 57978 clauses out of 116047 with flag 10496467/1760000
833.23/413.32	c cleaning 59020 clauses out of 118070 with flag 10865549/1820001
869.55/431.37	c cleaning 59989 clauses out of 120050 with flag 11240362/1881001
906.89/449.87	c cleaning 61012 clauses out of 122060 with flag 11619521/1943000
945.87/469.10	c cleaning 61960 clauses out of 124048 with flag 12003582/2006000
949.66/471.05	c cleaning 0 clauses out of 18000 with flag 0/18000
985.01/488.56	c cleaning 62964 clauses out of 126088 with flag 12398834/2070000
1025.15/508.40	c cleaning 64054 clauses out of 128124 with flag 12795802/2135000
1068.52/529.93	c cleaning 65019 clauses out of 130071 with flag 13193621/2201001
1111.54/551.33	c cleaning 65986 clauses out of 132052 with flag 13601385/2268001
1155.43/573.15	c cleaning 67025 clauses out of 134065 with flag 14016821/2336000
1200.36/595.55	c cleaning 68001 clauses out of 136040 with flag 14434530/2405000
1247.20/618.87	c cleaning 68994 clauses out of 138040 with flag 14859991/2475001
1295.57/642.83	c cleaning 70014 clauses out of 140045 with flag 15293553/2546000
1347.98/669.82	c cleaning 70996 clauses out of 142032 with flag 15727257/2618001
1400.44/695.96	c cleaning 71975 clauses out of 144035 with flag 16163898/2691000
1454.76/722.95	c cleaning 73015 clauses out of 146060 with flag 16612681/2765000
1510.25/750.48	c cleaning 74013 clauses out of 148047 with flag 17065349/2840002
1565.46/777.82	c cleaning 74998 clauses out of 150035 with flag 17523005/2916003
1625.31/807.66	c cleaning 76007 clauses out of 152034 with flag 17990413/2993000
1683.80/836.77	c cleaning 76992 clauses out of 154027 with flag 18465082/3071000
1745.11/867.20	c cleaning 77985 clauses out of 156036 with flag 18936490/3150001
1800.03/894.50	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/894.50	c starts		: 23797
1800.03/894.50	c conflicts		: 3224662
1800.03/894.50	c decisions		: 29361044
1800.03/894.50	c propagations		: 429533289
1800.03/894.50	c inspects		: 8664100710
1800.03/894.50	c shortcuts		: 0
1800.03/894.50	c learnt literals	: 2
1800.03/894.50	c learnt binary clauses	: 48
1800.03/894.50	c learnt ternary clauses	: 699
1800.03/894.50	c learnt constraints	: 3224660
1800.03/894.50	c ignored constraints	: 0
1800.03/894.50	c root simplifications	: 0
1800.03/894.50	c removed literals (reason simplification)	: 2496540
1800.03/894.50	c reason swapping (by a shorter reason)	: 0
1800.03/894.50	c Calls to reduceDB	: 75
1800.03/894.50	c Number of update (reduction) of LBD	: 697095
1800.03/894.50	c Imported unit clauses	: 0
1800.03/894.50	c number of reductions to clauses (during analyze)	: 0
1800.03/894.50	c number of learned constraints concerned by reduction	: 0
1800.03/894.50	c number of learning phase by resolution	: 0
1800.03/894.50	c number of learning phase by cutting planes	: 0
1800.03/894.50	c speed (assignments/second)	: 480473.04078391014
1800.03/894.50	c non guided choices	16228
1800.03/894.53	c learnt constraints type 
1800.03/894.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 48
1800.03/894.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 152664
1800.03/894.53	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/894.53	c starts		: 51
1800.03/894.53	c conflicts		: 22446
1800.03/894.53	c decisions		: 81505
1800.03/894.53	c propagations		: 2679707
1800.03/894.53	c inspects		: 827624568
1800.03/894.53	c shortcuts		: 0
1800.03/894.53	c learnt literals	: 0
1800.03/894.53	c learnt binary clauses	: 0
1800.03/894.53	c learnt ternary clauses	: 0
1800.03/894.53	c learnt constraints	: 22445
1800.03/894.53	c ignored constraints	: 0
1800.03/894.53	c root simplifications	: 0
1800.03/894.53	c removed literals (reason simplification)	: 0
1800.03/894.53	c reason swapping (by a shorter reason)	: 0
1800.03/894.53	c Calls to reduceDB	: 3
1800.03/894.53	c Number of update (reduction) of LBD	: 0
1800.03/894.53	c Imported unit clauses	: 0
1800.03/894.53	c number of reductions to clauses (during analyze)	: 0
1800.03/894.53	c number of learned constraints concerned by reduction	: 0
1800.03/894.53	c number of learning phase by resolution	: 0
1800.03/894.53	c number of learning phase by cutting planes	: 0
1800.03/894.53	c speed (assignments/second)	: 2997.4150061632695
1800.03/894.53	c non guided choices	317
1800.03/894.54	c learnt constraints type 
1800.03/894.54	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 53
1800.03/894.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22392
1800.03/894.54	s UNKNOWN
1800.03/894.54	c Total wall clock time (in seconds): 894.42

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

pid=22983
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.19 4.26 4.31 4/197 22986
/proc/meminfo: memFree=27242732/32872528 swapFree=1437460/1543748
[pid=22986] ppid=22983 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/22986/stat : 22986 (java) R 22983 22986 22007 0 -1 4194304 335 0 0 0 0 0 0 0 20 0 1 0 30507378 274432 7 33554432000 1073741824 1073778376 140736032278128 140733920153000 266426388813 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22986/statm: 68 23 17 9 0 25 0

[startup+0.100061 s]
/proc/loadavg: 4.19 4.26 4.31 4/197 22986
/proc/meminfo: memFree=27242732/32872528 swapFree=1437460/1543748
[pid=22986] ppid=22983 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/22986/stat : 22986 (java) S 22983 22986 22007 0 -1 4202496 4394 0 1 0 9 1 0 0 20 0 18 0 30507378 9787879424 6031 33554432000 1073741824 1073778376 140736032278128 140736032269264 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22986/statm: 2389619 6031 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200194 s]
/proc/loadavg: 4.19 4.26 4.31 4/197 22986
/proc/meminfo: memFree=27242732/32872528 swapFree=1437460/1543748
[pid=22986] ppid=22983 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/22986/stat : 22986 (java) S 22983 22986 22007 0 -1 4202496 4686 0 1 0 24 1 0 0 20 0 18 0 30507378 9787879424 6786 33554432000 1073741824 1073778376 140736032278128 140736032269264 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22986/statm: 2389619 6786 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300194 s]
/proc/loadavg: 4.19 4.26 4.31 4/197 22986
/proc/meminfo: memFree=27242732/32872528 swapFree=1437460/1543748
[pid=22986] ppid=22983 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/22986/stat : 22986 (java) S 22983 22986 22007 0 -1 4202496 5624 0 1 0 47 1 0 0 20 0 18 0 30507378 9787879424 8501 33554432000 1073741824 1073778376 140736032278128 140736032269264 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22986/statm: 2389619 8501 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 4.19 4.26 4.31 4/197 22986
/proc/meminfo: memFree=27242732/32872528 swapFree=1437460/1543748
[pid=22986] ppid=22983 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/22986/stat : 22986 (java) S 22983 22986 22007 0 -1 4202496 12812 0 1 0 171 3 0 0 20 0 22 0 30507378 10060525568 23838 33554432000 1073741824 1073778376 140736032278128 140736032269264 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22986/statm: 2456183 23838 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.19 4.26 4.31 5/196 23010
/proc/meminfo: memFree=30138052/32872528 swapFree=1437460/1543748
[pid=22986] ppid=22983 vsize=9824732 CPUtime=4.84 cores=0,2,4,6
/proc/22986/stat : 22986 (java) S 22983 22986 22007 0 -1 4202496 20049 0 1 0 477 7 0 0 20 0 22 0 30507378 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 140736032269264 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22986/statm: 2456183 47845 2292 9 0 2446860 0
[pid=22986/tid=22988] ppid=22983 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/22986/task/22988/stat : 22988 (java) S 22983 22986 22007 0 -1 4202560 2456 0 1 0 46 2 0 0 20 0 22 0 30507379 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139704180163448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22989] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22989/stat : 22989 (java) S 22983 22986 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507380 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139704152615720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22990] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22990/stat : 22990 (java) S 22983 22986 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30507380 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139704151562920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22991] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22991/stat : 22991 (java) S 22983 22986 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30507380 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139704150510632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=22992] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22992/stat : 22992 (java) S 22983 22986 22007 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30507380 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139704149457832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22993] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22993/stat : 22993 (java) S 22983 22986 22007 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 30507380 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139704148404520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22994] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22994/stat : 22994 (java) S 22983 22986 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30507380 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139704147351720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=22995] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22995/stat : 22995 (java) S 22983 22986 22007 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 30507380 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139704017660456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22996] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22996/stat : 22996 (java) S 22983 22986 22007 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 30507380 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139704016607656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22997] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22997/stat : 22997 (java) S 22983 22986 22007 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139703533660904 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22998] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22998/stat : 22998 (java) S 22983 22986 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139703532606968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22999] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22999/stat : 22999 (java) S 22983 22986 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139703531554568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23000] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23000/stat : 23000 (java) S 22983 22986 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507384 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139703530503056 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23001] ppid=22983 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/22986/task/23001/stat : 23001 (java) R 22983 22986 22007 0 -1 4202560 8331 0 0 0 120 0 0 0 20 0 22 0 30507384 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139703529427768 139704184250993 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23002] ppid=22983 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/22986/task/23002/stat : 23002 (java) R 22983 22986 22007 0 -1 4202560 7791 0 0 0 113 1 0 0 20 0 22 0 30507384 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139703528396856 139704183786358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=23003] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23003/stat : 23003 (java) S 22983 22986 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507384 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139703527344760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=23004] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23004/stat : 23004 (java) S 22983 22986 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507384 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139703526292168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23005] ppid=22983 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/22986/task/23005/stat : 23005 (java) R 22983 22986 22007 0 -1 4202560 19 0 0 0 93 0 0 0 20 0 22 0 30507429 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139703525228832 139704029494275 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=23006] ppid=22983 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/22986/task/23006/stat : 23006 (java) R 22983 22986 22007 0 -1 4202560 72 0 0 0 93 1 0 0 20 0 22 0 30507429 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139703524183056 139704029234164 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=23007] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23007/stat : 23007 (java) S 22983 22986 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507430 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139703523133096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=23008] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23008/stat : 23008 (java) S 22983 22986 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507430 10060525568 47845 33554432000 1073741824 1073778376 140736032278128 139703522080296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 4.19 4.26 4.31 7/219 23077
/proc/meminfo: memFree=29947412/32872528 swapFree=1437460/1543748
[pid=22986] ppid=22983 vsize=9824732 CPUtime=8.72 cores=0,2,4,6
/proc/22986/stat : 22986 (java) S 22983 22986 22007 0 -1 4202496 22627 0 1 0 857 15 0 0 20 0 22 0 30507378 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 140736032269264 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22986/statm: 2456183 92646 2292 9 0 2446860 0
[pid=22986/tid=22988] ppid=22983 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/22986/task/22988/stat : 22988 (java) S 22983 22986 22007 0 -1 4202560 2456 0 1 0 46 2 0 0 20 0 22 0 30507379 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139704180163448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22989] ppid=22983 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22986/task/22989/stat : 22989 (java) S 22983 22986 22007 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 30507380 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139704152615720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22990] ppid=22983 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22986/task/22990/stat : 22990 (java) S 22983 22986 22007 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 30507380 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139704151562920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22991] ppid=22983 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22986/task/22991/stat : 22991 (java) S 22983 22986 22007 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 30507380 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139704150510632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22992] ppid=22983 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22986/task/22992/stat : 22992 (java) S 22983 22986 22007 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 30507380 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139704149457832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22993] ppid=22983 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22986/task/22993/stat : 22993 (java) S 22983 22986 22007 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 22 0 30507380 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139704148404520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=22994] ppid=22983 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/22986/task/22994/stat : 22994 (java) S 22983 22986 22007 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 22 0 30507380 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139704147351720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22995] ppid=22983 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22986/task/22995/stat : 22995 (java) S 22983 22986 22007 0 -1 4202560 47 0 0 0 3 2 0 0 20 0 22 0 30507380 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139704017660456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=22996] ppid=22983 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/22986/task/22996/stat : 22996 (java) S 22983 22986 22007 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 30507380 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139704016607656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22997] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22997/stat : 22997 (java) S 22983 22986 22007 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139703533660904 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22998] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22998/stat : 22998 (java) S 22983 22986 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139703532606968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22999] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22999/stat : 22999 (java) S 22983 22986 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139703531554568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23000] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23000/stat : 23000 (java) S 22983 22986 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507384 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139703530503056 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23001] ppid=22983 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/22986/task/23001/stat : 23001 (java) S 22983 22986 22007 0 -1 4202560 9614 0 0 0 160 0 0 0 20 0 22 0 30507384 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139703529449656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23002] ppid=22983 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/22986/task/23002/stat : 23002 (java) S 22983 22986 22007 0 -1 4202560 8756 0 0 0 130 2 0 0 20 0 22 0 30507384 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139703528396856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=23003] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23003/stat : 23003 (java) S 22983 22986 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507384 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139703527344760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=23004] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23004/stat : 23004 (java) S 22983 22986 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507384 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139703526292168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23005] ppid=22983 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/22986/task/23005/stat : 23005 (java) R 22983 22986 22007 0 -1 4202560 22 0 0 0 243 0 0 0 20 0 22 0 30507429 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139703525237664 139704029419687 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=23006] ppid=22983 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/22986/task/23006/stat : 23006 (java) R 22983 22986 22007 0 -1 4202560 130 0 0 0 242 4 0 0 20 0 22 0 30507429 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139703524183488 139704029565297 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23007] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23007/stat : 23007 (java) S 22983 22986 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507430 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139703523133096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=23008] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23008/stat : 23008 (java) S 22983 22986 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507430 10060525568 92646 33554432000 1073741824 1073778376 140736032278128 139703522080296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.33 4.29 4.32 6/219 23077
/proc/meminfo: memFree=29297160/32872528 swapFree=1437460/1543748
[pid=22986] ppid=22983 vsize=9824732 CPUtime=15.25 cores=0,2,4,6
/proc/22986/stat : 22986 (java) S 22983 22986 22007 0 -1 4202496 23228 0 1 0 1500 25 0 0 20 0 22 0 30507378 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 140736032269264 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22986/statm: 2456183 163157 2292 9 0 2446860 0
[pid=22986/tid=22988] ppid=22983 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/22986/task/22988/stat : 22988 (java) S 22983 22986 22007 0 -1 4202560 2456 0 1 0 46 2 0 0 20 0 22 0 30507379 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 139704180163448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22989] ppid=22983 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22986/task/22989/stat : 22989 (java) S 22983 22986 22007 0 -1 4202560 52 0 0 0 5 0 0 0 20 0 22 0 30507380 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 139704152615720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22990] ppid=22983 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/22986/task/22990/stat : 22990 (java) S 22983 22986 22007 0 -1 4202560 44 0 0 0 3 2 0 0 20 0 22 0 30507380 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 139704151562920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22991] ppid=22983 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22986/task/22991/stat : 22991 (java) S 22983 22986 22007 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 30507380 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 139704150510632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22992] ppid=22983 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/22986/task/22992/stat : 22992 (java) S 22983 22986 22007 0 -1 4202560 66 0 0 0 7 2 0 0 20 0 22 0 30507380 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 139704149457832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22993] ppid=22983 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/22986/task/22993/stat : 22993 (java) S 22983 22986 22007 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 22 0 30507380 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 139704148404520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22994] ppid=22983 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22986/task/22994/stat : 22994 (java) S 22983 22986 22007 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 22 0 30507380 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 139704147351720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22995] ppid=22983 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/22986/task/22995/stat : 22995 (java) S 22983 22986 22007 0 -1 4202560 74 0 0 0 6 3 0 0 20 0 22 0 30507380 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 139704017660456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22996] ppid=22983 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/22986/task/22996/stat : 22996 (java) S 22983 22986 22007 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 22 0 30507380 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 139704016607656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22997] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22997/stat : 22997 (java) S 22983 22986 22007 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 139703533660904 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22998] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22998/stat : 22998 (java) S 22983 22986 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 139703532606968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22999] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22999/stat : 22999 (java) S 22983 22986 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 139703531554568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23000] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23000/stat : 23000 (java) S 22983 22986 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507384 10060525568 163157 33554432000 1073741824 1073778376 140736032278128 139703530503056 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23001] ppid=22983 vsize=9824732 CPUtime=1.62 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.21 4.25 4.26 5/219 23123
/proc/meminfo: memFree=22801336/32872528 swapFree=1437460/1543748
[pid=22986] ppid=22983 vsize=9824732 CPUtime=1775.54 cores=0,2,4,6
/proc/22986/stat : 22986 (java) S 22983 22986 22007 0 -1 4202496 31298 0 1 0 177381 173 0 0 20 0 22 0 30507378 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 140736032269264 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22986/statm: 2456183 917996 2301 9 0 2446860 0
[pid=22986/tid=22988] ppid=22983 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/22986/task/22988/stat : 22988 (java) S 22983 22986 22007 0 -1 4202560 2460 0 1 0 50 4 0 0 20 0 22 0 30507379 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139704180163448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22989] ppid=22983 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/22986/task/22989/stat : 22989 (java) S 22983 22986 22007 0 -1 4202560 503 0 0 0 296 14 0 0 20 0 22 0 30507380 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139704152615720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22990] ppid=22983 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/22986/task/22990/stat : 22990 (java) S 22983 22986 22007 0 -1 4202560 502 0 0 0 299 14 0 0 20 0 22 0 30507380 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139704151562920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22991] ppid=22983 vsize=9824732 CPUtime=3.64 cores=0,2,4,6
/proc/22986/task/22991/stat : 22991 (java) S 22983 22986 22007 0 -1 4202560 513 0 0 0 348 16 0 0 20 0 22 0 30507380 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139704150510632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22992] ppid=22983 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/22986/task/22992/stat : 22992 (java) S 22983 22986 22007 0 -1 4202560 505 0 0 0 308 14 0 0 20 0 22 0 30507380 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139704149457832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22993] ppid=22983 vsize=9824732 CPUtime=3.39 cores=0,2,4,6
/proc/22986/task/22993/stat : 22993 (java) S 22983 22986 22007 0 -1 4202560 480 0 0 0 326 13 0 0 20 0 22 0 30507380 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139704148404520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22994] ppid=22983 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/22986/task/22994/stat : 22994 (java) S 22983 22986 22007 0 -1 4202560 512 0 0 0 309 14 0 0 20 0 22 0 30507380 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139704147351720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22995] ppid=22983 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/22986/task/22995/stat : 22995 (java) S 22983 22986 22007 0 -1 4202560 515 0 0 0 280 12 0 0 20 0 22 0 30507380 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139704017660456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22996] ppid=22983 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/22986/task/22996/stat : 22996 (java) S 22983 22986 22007 0 -1 4202560 553 0 0 0 316 16 0 0 20 0 22 0 30507380 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139704016607656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22997] ppid=22983 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/22986/task/22997/stat : 22997 (java) S 22983 22986 22007 0 -1 4202560 2239 0 0 0 379 7 0 0 20 0 22 0 30507381 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139703533660904 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22998] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22998/stat : 22998 (java) S 22983 22986 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139703532606968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22999] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22999/stat : 22999 (java) S 22983 22986 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139703531554568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23000] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23000/stat : 23000 (java) S 22983 22986 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507384 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139703530503056 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23001] ppid=22983 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/22986/task/23001/stat : 23001 (java) S 22983 22986 22007 0 -1 4202560 10664 0 0 0 189 2 0 0 20 0 22 0 30507384 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139703529449656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23002] ppid=22983 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/22986/task/23002/stat : 23002 (java) S 22983 22986 22007 0 -1 4202560 8771 0 0 0 137 2 0 0 20 0 22 0 30507384 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139703528396856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=23003] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23003/stat : 23003 (java) S 22983 22986 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507384 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139703527344760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=23004] ppid=22983 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/22986/task/23004/stat : 23004 (java) S 22983 22986 22007 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 30507384 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139703526292168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=23005] ppid=22983 vsize=9824732 CPUtime=870.93 cores=0,2,4,6
/proc/22986/task/23005/stat : 23005 (java) R 22983 22986 22007 0 -1 4202560 67 0 0 0 87078 15 0 0 20 0 22 0 30507429 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139703525237760 139704029419680 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=23006] ppid=22983 vsize=9824732 CPUtime=870.89 cores=0,2,4,6
/proc/22986/task/23006/stat : 23006 (java) R 22983 22986 22007 0 -1 4202560 1698 0 0 0 87042 47 0 0 20 0 22 0 30507429 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139703524183568 139704029234066 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23007] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23007/stat : 23007 (java) S 22983 22986 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507430 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139703523133096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=23008] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23008/stat : 23008 (java) S 22983 22986 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507430 10060525568 917996 33554432000 1073741824 1073778376 140736032278128 139703522080296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1775.54
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.501 s]
/proc/loadavg: 4.38 4.28 4.27 5/219 23123
/proc/meminfo: memFree=22799292/32872528 swapFree=1437460/1543748
[pid=22986] ppid=22983 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/22986/stat : 22986 (java) S 22983 22986 22007 0 -1 4202496 31302 0 1 0 179829 174 0 0 20 0 22 0 30507378 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 140736032269264 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22986/statm: 2456183 918508 2301 9 0 2446860 0
[pid=22986/tid=22988] ppid=22983 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/22986/task/22988/stat : 22988 (java) S 22983 22986 22007 0 -1 4202560 2460 0 1 0 50 4 0 0 20 0 22 0 30507379 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704180163448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22989] ppid=22983 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/22986/task/22989/stat : 22989 (java) S 22983 22986 22007 0 -1 4202560 504 0 0 0 298 14 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704152615720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22990] ppid=22983 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/22986/task/22990/stat : 22990 (java) S 22983 22986 22007 0 -1 4202560 502 0 0 0 301 14 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704151562920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22991] ppid=22983 vsize=9824732 CPUtime=3.69 cores=0,2,4,6
/proc/22986/task/22991/stat : 22991 (java) S 22983 22986 22007 0 -1 4202560 513 0 0 0 353 16 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704150510632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22992] ppid=22983 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/22986/task/22992/stat : 22992 (java) S 22983 22986 22007 0 -1 4202560 506 0 0 0 311 14 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704149457832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22993] ppid=22983 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/22986/task/22993/stat : 22993 (java) S 22983 22986 22007 0 -1 4202560 480 0 0 0 328 13 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704148404520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22994] ppid=22983 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/22986/task/22994/stat : 22994 (java) S 22983 22986 22007 0 -1 4202560 513 0 0 0 316 14 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704147351720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22995] ppid=22983 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/22986/task/22995/stat : 22995 (java) S 22983 22986 22007 0 -1 4202560 515 0 0 0 283 12 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704017660456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22996] ppid=22983 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/22986/task/22996/stat : 22996 (java) S 22983 22986 22007 0 -1 4202560 553 0 0 0 318 16 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704016607656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=22997] ppid=22983 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/22986/task/22997/stat : 22997 (java) S 22983 22986 22007 0 -1 4202560 2239 0 0 0 379 7 0 0 20 0 22 0 30507381 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703533660904 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22998] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22998/stat : 22998 (java) S 22983 22986 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703532606968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22999] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22999/stat : 22999 (java) S 22983 22986 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703531554568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23000] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23000/stat : 23000 (java) S 22983 22986 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507384 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703530503056 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23001] ppid=22983 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/22986/task/23001/stat : 23001 (java) S 22983 22986 22007 0 -1 4202560 10664 0 0 0 189 2 0 0 20 0 22 0 30507384 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703529449656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23002] ppid=22983 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/22986/task/23002/stat : 23002 (java) S 22983 22986 22007 0 -1 4202560 8771 0 0 0 137 2 0 0 20 0 22 0 30507384 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703528396856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=23003] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23003/stat : 23003 (java) S 22983 22986 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507384 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703527344760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=23004] ppid=22983 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/22986/task/23004/stat : 23004 (java) S 22983 22986 22007 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 30507384 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703526292168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=23005] ppid=22983 vsize=9824732 CPUtime=883.04 cores=0,2,4,6
/proc/22986/task/23005/stat : 23005 (java) R 22983 22986 22007 0 -1 4202560 67 0 0 0 88289 15 0 0 20 0 22 0 30507429 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703525235936 139704029476601 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=23006] ppid=22983 vsize=9824732 CPUtime=882.99 cores=0,2,4,6
/proc/22986/task/23006/stat : 23006 (java) R 22983 22986 22007 0 -1 4202560 1699 0 0 0 88252 47 0 0 20 0 22 0 30507429 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703524183648 139704029402305 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23007] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23007/stat : 23007 (java) S 22983 22986 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507430 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703523133096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=23008] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23008/stat : 23008 (java) S 22983 22986 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507430 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703522080296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 22986 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.501 s]
/proc/loadavg: 4.38 4.28 4.27 5/219 23123
/proc/meminfo: memFree=22799292/32872528 swapFree=1437460/1543748
[pid=22986] ppid=22983 vsize=9824732 CPUtime=1800.03 cores=0,2,4,6
/proc/22986/stat : 22986 (java) S 22983 22986 22007 0 -1 4202496 31302 0 1 0 179829 174 0 0 20 0 22 0 30507378 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 140736032269264 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22986/statm: 2456183 918508 2301 9 0 2446860 0
[pid=22986/tid=22988] ppid=22983 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/22986/task/22988/stat : 22988 (java) S 22983 22986 22007 0 -1 4202560 2460 0 1 0 50 4 0 0 20 0 22 0 30507379 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704180163448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22989] ppid=22983 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/22986/task/22989/stat : 22989 (java) S 22983 22986 22007 0 -1 4202560 504 0 0 0 298 14 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704152615720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22990] ppid=22983 vsize=9824732 CPUtime=3.15 cores=0,2,4,6
/proc/22986/task/22990/stat : 22990 (java) S 22983 22986 22007 0 -1 4202560 502 0 0 0 301 14 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704151562920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22991] ppid=22983 vsize=9824732 CPUtime=3.69 cores=0,2,4,6
/proc/22986/task/22991/stat : 22991 (java) S 22983 22986 22007 0 -1 4202560 513 0 0 0 353 16 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704150510632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22992] ppid=22983 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/22986/task/22992/stat : 22992 (java) S 22983 22986 22007 0 -1 4202560 506 0 0 0 311 14 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704149457832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22993] ppid=22983 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/22986/task/22993/stat : 22993 (java) S 22983 22986 22007 0 -1 4202560 480 0 0 0 328 13 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704148404520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22986/tid=22994] ppid=22983 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/22986/task/22994/stat : 22994 (java) S 22983 22986 22007 0 -1 4202560 513 0 0 0 316 14 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704147351720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22995] ppid=22983 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/22986/task/22995/stat : 22995 (java) S 22983 22986 22007 0 -1 4202560 515 0 0 0 283 12 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704017660456 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22996] ppid=22983 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/22986/task/22996/stat : 22996 (java) S 22983 22986 22007 0 -1 4202560 553 0 0 0 318 16 0 0 20 0 22 0 30507380 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139704016607656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=22997] ppid=22983 vsize=9824732 CPUtime=3.86 cores=0,2,4,6
/proc/22986/task/22997/stat : 22997 (java) S 22983 22986 22007 0 -1 4202560 2239 0 0 0 379 7 0 0 20 0 22 0 30507381 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703533660904 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=22998] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22998/stat : 22998 (java) S 22983 22986 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703532606968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=22999] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/22999/stat : 22999 (java) S 22983 22986 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30507381 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703531554568 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23000] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23000/stat : 23000 (java) S 22983 22986 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507384 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703530503056 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23001] ppid=22983 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/22986/task/23001/stat : 23001 (java) S 22983 22986 22007 0 -1 4202560 10664 0 0 0 189 2 0 0 20 0 22 0 30507384 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703529449656 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23002] ppid=22983 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/22986/task/23002/stat : 23002 (java) S 22983 22986 22007 0 -1 4202560 8771 0 0 0 137 2 0 0 20 0 22 0 30507384 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703528396856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=23003] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23003/stat : 23003 (java) S 22983 22986 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30507384 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703527344760 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=23004] ppid=22983 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/22986/task/23004/stat : 23004 (java) S 22983 22986 22007 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 30507384 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703526292168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22986/tid=23005] ppid=22983 vsize=9824732 CPUtime=883.04 cores=0,2,4,6
/proc/22986/task/23005/stat : 23005 (java) R 22983 22986 22007 0 -1 4202560 67 0 0 0 88289 15 0 0 20 0 22 0 30507429 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703525235936 139704029476601 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=23006] ppid=22983 vsize=9824732 CPUtime=882.99 cores=0,2,4,6
/proc/22986/task/23006/stat : 23006 (java) R 22983 22986 22007 0 -1 4202560 1699 0 0 0 88252 47 0 0 20 0 22 0 30507429 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703524183648 139704029402305 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22986/tid=23007] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23007/stat : 23007 (java) S 22983 22986 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507430 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703523133096 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22986/tid=23008] ppid=22983 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/22986/task/23008/stat : 23008 (java) S 22983 22986 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30507430 10060525568 918508 33554432000 1073741824 1073778376 140736032278128 139703522080296 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 894.565
CPU time (s): 1800.71
CPU user time (s): 1798.43
CPU system time (s): 2.28365
CPU usage (%): 201.295
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.43
system time used= 2.28365
maximum resident set size= 3674148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31335
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24243
involuntary context switches= 29502

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.2532 second user time and 7.8828 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 22:58:01
IDJOB=4116294
IDBENCH=109452
IDSOLVER=2543
FILE ID=node116/4116294-1466974680
RUNJOBID= node116-1466969304-22023
PBS_JOBID= 19976377
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-size112-round23-0.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116294-1466974680/watcher-4116294-1466974680 -o /tmp/evaluation-result-4116294-1466974680/solver-4116294-1466974680 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22023 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116294-1466974680.opb

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

MD5SUM BENCH= d00c6e0d896449632541fc8326733986
RANDOM SEED=1089430792

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:        27243524 kB
Buffers:           37068 kB
Cached:           315548 kB
SwapCached:         2072 kB
Active:          3045392 kB
Inactive:         321164 kB
Active(anon):    3014784 kB
Inactive(anon):     1656 kB
Active(file):      30608 kB
Inactive(file):   319508 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098680 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:       4571276 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             566428 kB
SReclaimable:      10236 kB
SUnreclaim:       556192 kB
KernelStack:        1608 kB
PageTables:        13264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4966548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3082240 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 23:12:55