Trace number 4116150

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.82 895.758

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round23-8.opb
MD5SUM64f83e92e9499eb11dc8bcd5da77f0bb
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 constraints9536
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)448
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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-4116150-1466979158.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.02/0.51	c ... done. Wall clock time 0.393s.
1.02/0.51	c declared #vars     4288
1.02/0.51	c #constraints  10880
1.02/0.51	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.02/0.51	c constraints type 
1.02/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.02/0.51	c org.sat4j.specs.Constr$1 => 936
1.02/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.02/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
1.02/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.02/0.51	c 10880 constraints processed.
1.02/0.51	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.02/0.51	c constraints type 
1.02/0.51	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.02/0.51	c org.sat4j.specs.Constr$1 => 936
1.02/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.02/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.02/0.51	c org.sat4j.pb.constraints.pb.UnitClausePB => 536
1.02/0.51	c 10880 constraints processed.
4.36/1.44	c cleaning 2478 clauses out of 4998 with flag 16030/5001
6.28/2.06	c cleaning 4244 clauses out of 8519 with flag 39039/11000
7.74/2.76	c cleaning 5620 clauses out of 11275 with flag 68501/18000
9.62/3.62	c cleaning 6801 clauses out of 13655 with flag 102409/26000
11.71/4.63	c cleaning 7919 clauses out of 15854 with flag 141423/35000
13.72/5.67	c cleaning 8962 clauses out of 17935 with flag 186924/45000
16.38/6.93	c cleaning 9939 clauses out of 19973 with flag 242204/56000
19.18/8.33	c cleaning 11005 clauses out of 22035 with flag 300852/68001
22.47/9.92	c cleaning 11998 clauses out of 24029 with flag 367998/81000
25.86/11.62	c cleaning 12980 clauses out of 26031 with flag 439892/95000
29.76/13.54	c cleaning 13980 clauses out of 28053 with flag 517963/110002
33.96/15.68	c cleaning 14988 clauses out of 30071 with flag 599391/126000
37.61/17.41	c cleaning 0 clauses out of 5000 with flag 0/5000
38.90/17.94	c cleaning 16027 clauses out of 32084 with flag 689497/143001
44.17/20.39	c cleaning 16991 clauses out of 34056 with flag 786578/161000
49.36/22.97	c cleaning 17983 clauses out of 36065 with flag 892232/180000
55.16/25.80	c cleaning 19017 clauses out of 38083 with flag 1005530/200001
61.53/28.90	c cleaning 20005 clauses out of 40065 with flag 1123653/221000
67.94/32.10	c cleaning 21017 clauses out of 42060 with flag 1250415/243000
75.08/35.68	c cleaning 22009 clauses out of 44044 with flag 1380089/266001
82.67/39.42	c cleaning 23002 clauses out of 46034 with flag 1514852/290000
90.77/43.46	c cleaning 23997 clauses out of 48033 with flag 1658868/315001
99.37/47.70	c cleaning 25010 clauses out of 50035 with flag 1812224/341000
108.47/52.23	c cleaning 26002 clauses out of 52025 with flag 1967602/368000
117.87/56.97	c cleaning 26992 clauses out of 54023 with flag 2130131/396000
128.16/62.05	c cleaning 28007 clauses out of 56031 with flag 2295415/425000
138.58/67.24	c cleaning 29008 clauses out of 58024 with flag 2470108/455000
149.70/72.71	c cleaning 29997 clauses out of 60016 with flag 2653791/486000
161.20/78.46	c cleaning 30998 clauses out of 62019 with flag 2841929/518000
173.40/84.52	c cleaning 32004 clauses out of 64021 with flag 3035132/551000
186.50/91.02	c cleaning 32993 clauses out of 66017 with flag 3234205/585000
200.74/98.46	c cleaning 33974 clauses out of 68025 with flag 3437128/620001
214.57/105.32	c cleaning 35006 clauses out of 70050 with flag 3646554/656000
229.42/112.76	c cleaning 35975 clauses out of 72045 with flag 3861706/693001
244.88/120.41	c cleaning 36930 clauses out of 74071 with flag 4082499/731002
261.18/128.51	c cleaning 38015 clauses out of 76139 with flag 4313133/770000
278.08/136.98	c cleaning 39039 clauses out of 78124 with flag 4546127/810000
293.00/144.39	c cleaning 0 clauses out of 11000 with flag 0/11000
296.00/145.82	c cleaning 40032 clauses out of 80085 with flag 4786837/851000
314.72/155.14	c cleaning 41014 clauses out of 82054 with flag 5032984/893001
335.30/165.36	c cleaning 42006 clauses out of 84039 with flag 5287656/936000
355.43/175.35	c cleaning 42998 clauses out of 86033 with flag 5545847/980000
375.74/185.44	c cleaning 44010 clauses out of 88038 with flag 5812134/1025003
399.66/197.31	c cleaning 44981 clauses out of 90026 with flag 6077786/1071001
422.67/208.76	c cleaning 46011 clauses out of 92045 with flag 6352754/1118001
445.95/220.37	c cleaning 46987 clauses out of 94033 with flag 6633446/1166000
470.05/232.36	c cleaning 47993 clauses out of 96046 with flag 6920946/1215000
494.77/244.63	c cleaning 49007 clauses out of 98053 with flag 7217259/1265000
520.63/257.47	c cleaning 50015 clauses out of 100047 with flag 7519760/1316001
549.93/272.59	c cleaning 51002 clauses out of 102031 with flag 7825767/1368000
578.17/286.66	c cleaning 51986 clauses out of 104029 with flag 8138558/1421000
606.69/300.89	c cleaning 53000 clauses out of 106043 with flag 8452997/1475000
635.99/315.45	c cleaning 53995 clauses out of 108043 with flag 8772114/1530000
665.98/330.31	c cleaning 54990 clauses out of 110048 with flag 9099416/1586000
698.60/346.60	c cleaning 56006 clauses out of 112061 with flag 9432085/1643003
733.64/363.97	c cleaning 57020 clauses out of 114052 with flag 9766487/1701000
769.37/381.60	c cleaning 58007 clauses out of 116032 with flag 10111650/1760000
804.64/399.13	c cleaning 59005 clauses out of 118026 with flag 10458772/1820001
839.98/416.68	c cleaning 59932 clauses out of 120020 with flag 10816071/1881000
878.47/435.71	c cleaning 61021 clauses out of 122088 with flag 11178238/1943000
917.61/455.29	c cleaning 62023 clauses out of 124067 with flag 11542937/2006000
959.18/475.92	c cleaning 62970 clauses out of 126044 with flag 11915823/2070000
974.42/483.55	c cleaning 0 clauses out of 18002 with flag 0/18002
998.51/495.59	c cleaning 64003 clauses out of 128074 with flag 12294109/2135000
1033.91/513.27	c cleaning 65029 clauses out of 130073 with flag 12680612/2201002
1073.41/532.90	c cleaning 65974 clauses out of 132043 with flag 13069714/2268001
1110.95/551.69	c cleaning 67006 clauses out of 134068 with flag 13464088/2336000
1154.57/574.12	c cleaning 68018 clauses out of 136062 with flag 13864824/2405000
1192.58/593.19	c cleaning 68970 clauses out of 138044 with flag 14272019/2475000
1234.03/613.85	c cleaning 70012 clauses out of 140074 with flag 14679686/2546000
1277.29/635.45	c cleaning 70993 clauses out of 142063 with flag 15092118/2618001
1321.38/657.46	c cleaning 71995 clauses out of 144069 with flag 15515509/2691000
1362.77/678.12	c cleaning 73015 clauses out of 146074 with flag 15940714/2765000
1405.80/699.67	c cleaning 74024 clauses out of 148059 with flag 16376624/2840000
1456.05/724.63	c cleaning 74968 clauses out of 150037 with flag 16818640/2916002
1510.69/751.80	c cleaning 76020 clauses out of 152067 with flag 17260384/2993000
1565.54/779.07	c cleaning 77015 clauses out of 154047 with flag 17702882/3071000
1622.83/807.57	c cleaning 77977 clauses out of 156033 with flag 18157831/3150001
1681.05/836.53	c cleaning 79000 clauses out of 158056 with flag 18618812/3230001
1740.82/866.29	c cleaning 79992 clauses out of 160055 with flag 19087815/3311000
1800.16/895.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/895.70	c starts		: 26637
1800.16/895.70	c conflicts		: 3389365
1800.16/895.70	c decisions		: 27027744
1800.16/895.70	c propagations		: 426845264
1800.16/895.70	c inspects		: 9295872155
1800.16/895.70	c shortcuts		: 0
1800.16/895.70	c learnt literals	: 3
1800.16/895.70	c learnt binary clauses	: 89
1800.16/895.70	c learnt ternary clauses	: 877
1800.16/895.70	c learnt constraints	: 3389362
1800.16/895.70	c ignored constraints	: 0
1800.16/895.70	c root simplifications	: 0
1800.16/895.70	c removed literals (reason simplification)	: 2993783
1800.16/895.70	c reason swapping (by a shorter reason)	: 0
1800.16/895.70	c Calls to reduceDB	: 77
1800.16/895.70	c Number of update (reduction) of LBD	: 748933
1800.16/895.70	c Imported unit clauses	: 0
1800.16/895.70	c number of reductions to clauses (during analyze)	: 0
1800.16/895.70	c number of learned constraints concerned by reduction	: 0
1800.16/895.70	c number of learning phase by resolution	: 0
1800.16/895.70	c number of learning phase by cutting planes	: 0
1800.16/895.70	c speed (assignments/second)	: 476828.3153257013
1800.16/895.70	c non guided choices	14447
1800.16/895.73	c learnt constraints type 
1800.16/895.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 89
1800.16/895.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 158339
1800.16/895.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/895.73	c starts		: 45
1800.16/895.73	c conflicts		: 20510
1800.16/895.73	c decisions		: 70530
1800.16/895.73	c propagations		: 2362428
1800.16/895.73	c inspects		: 641263662
1800.16/895.73	c shortcuts		: 0
1800.16/895.73	c learnt literals	: 0
1800.16/895.73	c learnt binary clauses	: 0
1800.16/895.73	c learnt ternary clauses	: 0
1800.16/895.73	c learnt constraints	: 20510
1800.16/895.73	c ignored constraints	: 0
1800.16/895.73	c root simplifications	: 0
1800.16/895.73	c removed literals (reason simplification)	: 0
1800.16/895.73	c reason swapping (by a shorter reason)	: 0
1800.16/895.73	c Calls to reduceDB	: 3
1800.16/895.73	c Number of update (reduction) of LBD	: 0
1800.16/895.73	c Imported unit clauses	: 0
1800.16/895.73	c number of reductions to clauses (during analyze)	: 0
1800.16/895.73	c number of learned constraints concerned by reduction	: 0
1800.16/895.73	c number of learning phase by resolution	: 0
1800.16/895.73	c number of learning phase by cutting planes	: 0
1800.16/895.73	c speed (assignments/second)	: 2638.979898459012
1800.16/895.73	c non guided choices	437
1800.16/895.74	c learnt constraints type 
1800.16/895.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 58
1800.16/895.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20452
1800.16/895.74	s UNKNOWN
1800.16/895.74	c Total wall clock time (in seconds): 895.622

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

pid=23839
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.67 4.34 4.23 4/197 23842
/proc/meminfo: memFree=26485420/32872528 swapFree=1437460/1543748
[pid=23842] ppid=23839 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23842/stat : 23842 (java) D 23839 23842 22007 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 30955116 9515008 186 33554432000 1073741824 1073778376 140735142314496 140735142303560 266426477863 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/23842/statm: 2323 186 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.67 4.34 4.23 4/197 23842
/proc/meminfo: memFree=26485420/32872528 swapFree=1437460/1543748
[pid=23842] ppid=23839 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23842/stat : 23842 (java) S 23839 23842 22007 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 30955116 9787879424 6032 33554432000 1073741824 1073778376 140735142314496 140735142305632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23842/statm: 2389619 6032 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 4.67 4.34 4.23 4/197 23842
/proc/meminfo: memFree=26485420/32872528 swapFree=1437460/1543748
[pid=23842] ppid=23839 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/23842/stat : 23842 (java) S 23839 23842 22007 0 -1 4202496 4699 0 1 0 24 1 0 0 20 0 18 0 30955116 9787879424 6788 33554432000 1073741824 1073778376 140735142314496 140735142305632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23842/statm: 2389619 6788 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300229 s]
/proc/loadavg: 4.67 4.34 4.23 4/197 23842
/proc/meminfo: memFree=26485420/32872528 swapFree=1437460/1543748
[pid=23842] ppid=23839 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/23842/stat : 23842 (java) S 23839 23842 22007 0 -1 4202496 5731 0 1 0 47 1 0 0 20 0 18 0 30955116 9787879424 8864 33554432000 1073741824 1073778376 140735142314496 140735142305632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23842/statm: 2389619 8864 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700192 s]
/proc/loadavg: 4.67 4.34 4.23 4/197 23842
/proc/meminfo: memFree=26485420/32872528 swapFree=1437460/1543748
[pid=23842] ppid=23839 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/23842/stat : 23842 (java) S 23839 23842 22007 0 -1 4202496 12624 0 1 0 169 4 0 0 20 0 22 0 30955116 10060525568 23327 33554432000 1073741824 1073778376 140735142314496 140735142305632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23842/statm: 2456183 23327 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.78 4.37 4.24 7/219 23864
/proc/meminfo: memFree=26351684/32872528 swapFree=1437460/1543748
[pid=23842] ppid=23839 vsize=9824732 CPUtime=4.71 cores=0,2,4,6
/proc/23842/stat : 23842 (java) S 23839 23842 22007 0 -1 4202496 23036 0 1 0 464 7 0 0 20 0 22 0 30955116 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 140735142305632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23842/statm: 2456183 48132 2292 9 0 2446860 0
[pid=23842/tid=23844] ppid=23839 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23842/task/23844/stat : 23844 (java) S 23839 23842 22007 0 -1 4202560 2482 0 1 0 46 2 0 0 20 0 22 0 30955117 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139898075853688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23845] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23845/stat : 23845 (java) S 23839 23842 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955118 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139898037345064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23846] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23846/stat : 23846 (java) S 23839 23842 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955118 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139898036292264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23847] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23847/stat : 23847 (java) S 23839 23842 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955118 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139898035239976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23848] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23848/stat : 23848 (java) S 23839 23842 22007 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 30955118 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139898034187176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23849] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23849/stat : 23849 (java) S 23839 23842 22007 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30955118 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139898033133864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23850] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23850/stat : 23850 (java) S 23839 23842 22007 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 30955118 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139898032081064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23851] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23851/stat : 23851 (java) S 23839 23842 22007 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30955118 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139898031028776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23852] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23852/stat : 23852 (java) S 23839 23842 22007 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30955118 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139898029975976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23853] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23853/stat : 23853 (java) S 23839 23842 22007 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30955119 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139897899813608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23854] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23854/stat : 23854 (java) S 23839 23842 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30955120 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139897898759672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23855] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23855/stat : 23855 (java) S 23839 23842 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955120 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139897897707272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23856] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23856/stat : 23856 (java) S 23839 23842 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955122 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139897896655760 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23857] ppid=23839 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/23842/task/23857/stat : 23857 (java) R 23839 23842 22007 0 -1 4202560 8875 0 0 0 107 1 0 0 20 0 22 0 30955122 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139897895602360 139898078726208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23858] ppid=23839 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/23842/task/23858/stat : 23858 (java) R 23839 23842 22007 0 -1 4202560 10206 0 0 0 116 3 0 0 20 0 22 0 30955122 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139897894527336 139898082658383 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23859] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23859/stat : 23859 (java) S 23839 23842 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955122 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139897893497464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23860] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23860/stat : 23860 (java) S 23839 23842 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955122 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139897892444872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23861] ppid=23839 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/23842/task/23861/stat : 23861 (java) R 23839 23842 22007 0 -1 4202560 18 0 0 0 91 0 0 0 20 0 22 0 30955168 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139897891390400 139897906965206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23862] ppid=23839 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/23842/task/23862/stat : 23862 (java) R 23839 23842 22007 0 -1 4202560 72 0 0 0 90 1 0 0 20 0 22 0 30955168 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139896748497856 139897906716638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23863] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23863/stat : 23863 (java) S 23839 23842 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955169 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139896747447976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23864] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23864/stat : 23864 (java) S 23839 23842 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955169 10060525568 48132 33554432000 1073741824 1073778376 140735142314496 139896746395176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.78 4.37 4.24 5/219 23864
/proc/meminfo: memFree=26217328/32872528 swapFree=1437460/1543748
[pid=23842] ppid=23839 vsize=9824732 CPUtime=8.62 cores=0,2,4,6
/proc/23842/stat : 23842 (java) S 23839 23842 22007 0 -1 4202496 26576 0 1 0 848 14 0 0 20 0 22 0 30955116 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 140735142305632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23842/statm: 2456183 91629 2292 9 0 2446860 0
[pid=23842/tid=23844] ppid=23839 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23842/task/23844/stat : 23844 (java) S 23839 23842 22007 0 -1 4202560 2482 0 1 0 46 2 0 0 20 0 22 0 30955117 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139898075853688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23845] ppid=23839 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23842/task/23845/stat : 23845 (java) S 23839 23842 22007 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 30955118 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139898037345064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23846] ppid=23839 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23842/task/23846/stat : 23846 (java) S 23839 23842 22007 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 30955118 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139898036292264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23847] ppid=23839 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23842/task/23847/stat : 23847 (java) S 23839 23842 22007 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 30955118 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139898035239976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23848] ppid=23839 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23842/task/23848/stat : 23848 (java) S 23839 23842 22007 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 22 0 30955118 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139898034187176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23849] ppid=23839 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23842/task/23849/stat : 23849 (java) S 23839 23842 22007 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 22 0 30955118 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139898033133864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23850] ppid=23839 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23842/task/23850/stat : 23850 (java) S 23839 23842 22007 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 30955118 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139898032081064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23851] ppid=23839 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23842/task/23851/stat : 23851 (java) S 23839 23842 22007 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 30955118 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139898031028776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23852] ppid=23839 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23842/task/23852/stat : 23852 (java) S 23839 23842 22007 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 22 0 30955118 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139898029975976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23853] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23853/stat : 23853 (java) S 23839 23842 22007 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30955119 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139897899813608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23854] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23854/stat : 23854 (java) S 23839 23842 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30955120 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139897898759672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23855] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23855/stat : 23855 (java) S 23839 23842 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955120 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139897897707272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23856] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23856/stat : 23856 (java) S 23839 23842 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955122 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139897896655760 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23857] ppid=23839 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/23842/task/23857/stat : 23857 (java) S 23839 23842 22007 0 -1 4202560 10130 0 0 0 125 2 0 0 20 0 22 0 30955122 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139897895602360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23858] ppid=23839 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/23842/task/23858/stat : 23858 (java) S 23839 23842 22007 0 -1 4202560 12214 0 0 0 156 3 0 0 20 0 22 0 30955122 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139897894549560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23859] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23859/stat : 23859 (java) S 23839 23842 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955122 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139897893497464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23860] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23860/stat : 23860 (java) S 23839 23842 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955122 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139897892444872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23861] ppid=23839 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/23842/task/23861/stat : 23861 (java) R 23839 23842 22007 0 -1 4202560 21 0 0 0 242 0 0 0 20 0 22 0 30955168 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139897891388264 139897906870870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23862] ppid=23839 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/23842/task/23862/stat : 23862 (java) R 23839 23842 22007 0 -1 4202560 130 0 0 0 238 4 0 0 20 0 22 0 30955168 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139896748498656 139897906935275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23863] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23863/stat : 23863 (java) S 23839 23842 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955169 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139896747447976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23864] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23864/stat : 23864 (java) S 23839 23842 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955169 10060525568 91629 33554432000 1073741824 1073778376 140735142314496 139896746395176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.78 4.37 4.24 5/219 23864
/proc/meminfo: memFree=25858072/32872528 swapFree=1437460/1543748
[pid=23842] ppid=23839 vsize=9824732 CPUtime=15.18 cores=0,2,4,6
/proc/23842/stat : 23842 (java) S 23839 23842 22007 0 -1 4202496 27278 0 1 0 1491 27 0 0 20 0 22 0 30955116 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 140735142305632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23842/statm: 2456183 161892 2292 9 0 2446860 0
[pid=23842/tid=23844] ppid=23839 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/23842/task/23844/stat : 23844 (java) S 23839 23842 22007 0 -1 4202560 2482 0 1 0 46 2 0 0 20 0 22 0 30955117 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 139898075853688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23845] ppid=23839 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23842/task/23845/stat : 23845 (java) S 23839 23842 22007 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 22 0 30955118 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 139898037345064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23846] ppid=23839 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23842/task/23846/stat : 23846 (java) S 23839 23842 22007 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 30955118 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 139898036292264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23847] ppid=23839 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23842/task/23847/stat : 23847 (java) S 23839 23842 22007 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 22 0 30955118 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 139898035239976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23848] ppid=23839 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23842/task/23848/stat : 23848 (java) S 23839 23842 22007 0 -1 4202560 79 0 0 0 6 1 0 0 20 0 22 0 30955118 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 139898034187176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23849] ppid=23839 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/23842/task/23849/stat : 23849 (java) S 23839 23842 22007 0 -1 4202560 115 0 0 0 7 2 0 0 20 0 22 0 30955118 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 139898033133864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23850] ppid=23839 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23842/task/23850/stat : 23850 (java) S 23839 23842 22007 0 -1 4202560 70 0 0 0 4 2 0 0 20 0 22 0 30955118 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 139898032081064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23851] ppid=23839 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23842/task/23851/stat : 23851 (java) S 23839 23842 22007 0 -1 4202560 59 0 0 0 5 2 0 0 20 0 22 0 30955118 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 139898031028776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23852] ppid=23839 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/23842/task/23852/stat : 23852 (java) S 23839 23842 22007 0 -1 4202560 39 0 0 0 8 2 0 0 20 0 22 0 30955118 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 139898029975976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23853] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23853/stat : 23853 (java) S 23839 23842 22007 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 30955119 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 139897899813608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23854] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23854/stat : 23854 (java) S 23839 23842 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30955120 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 139897898759672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23855] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23855/stat : 23855 (java) S 23839 23842 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955120 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 139897897707272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23856] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23856/stat : 23856 (java) S 23839 23842 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955122 10060525568 161892 33554432000 1073741824 1073778376 140735142314496 139897896655760 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23857] ppid=23839 vsize=9824732 CPUtime=1.27 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.29 4.29 4.26 6/219 23953
/proc/meminfo: memFree=22649708/32872528 swapFree=1437460/1543748
[pid=23842] ppid=23839 vsize=9824732 CPUtime=1773.16 cores=0,2,4,6
/proc/23842/stat : 23842 (java) S 23839 23842 22007 0 -1 4202496 38657 0 1 0 177109 207 0 0 20 0 22 0 30955116 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 140735142305632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23842/statm: 2456183 942620 2301 9 0 2446860 0
[pid=23842/tid=23844] ppid=23839 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/23842/task/23844/stat : 23844 (java) S 23839 23842 22007 0 -1 4202560 2488 0 1 0 50 3 0 0 20 0 22 0 30955117 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139898075853688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23845] ppid=23839 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/23842/task/23845/stat : 23845 (java) S 23839 23842 22007 0 -1 4202560 618 0 0 0 203 17 0 0 20 0 22 0 30955118 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139898037345064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23846] ppid=23839 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/23842/task/23846/stat : 23846 (java) S 23839 23842 22007 0 -1 4202560 651 0 0 0 232 16 0 0 20 0 22 0 30955118 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139898036292264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23847] ppid=23839 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/23842/task/23847/stat : 23847 (java) S 23839 23842 22007 0 -1 4202560 829 0 0 0 248 21 0 0 20 0 22 0 30955118 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139898035239976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23848] ppid=23839 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/23842/task/23848/stat : 23848 (java) S 23839 23842 22007 0 -1 4202560 644 0 0 0 248 19 0 0 20 0 22 0 30955118 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139898034187176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23849] ppid=23839 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/23842/task/23849/stat : 23849 (java) S 23839 23842 22007 0 -1 4202560 697 0 0 0 224 18 0 0 20 0 22 0 30955118 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139898033133864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23850] ppid=23839 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/23842/task/23850/stat : 23850 (java) S 23839 23842 22007 0 -1 4202560 586 0 0 0 218 18 0 0 20 0 22 0 30955118 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139898032081064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23851] ppid=23839 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/23842/task/23851/stat : 23851 (java) S 23839 23842 22007 0 -1 4202560 692 0 0 0 224 15 0 0 20 0 22 0 30955118 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139898031028776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23852] ppid=23839 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/23842/task/23852/stat : 23852 (java) S 23839 23842 22007 0 -1 4202560 748 0 0 0 234 18 0 0 20 0 22 0 30955118 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139898029975976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23853] ppid=23839 vsize=9824732 CPUtime=3.52 cores=0,2,4,6
/proc/23842/task/23853/stat : 23853 (java) S 23839 23842 22007 0 -1 4202560 2327 0 0 0 343 9 0 0 20 0 22 0 30955119 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139897899813608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23854] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23854/stat : 23854 (java) S 23839 23842 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30955120 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139897898759672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23855] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23855/stat : 23855 (java) S 23839 23842 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955120 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139897897707272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23856] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23856/stat : 23856 (java) S 23839 23842 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955122 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139897896655760 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23857] ppid=23839 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/23842/task/23857/stat : 23857 (java) S 23839 23842 22007 0 -1 4202560 11521 0 0 0 159 2 0 0 20 0 22 0 30955122 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139897895602360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23858] ppid=23839 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/23842/task/23858/stat : 23858 (java) S 23839 23842 22007 0 -1 4202560 13936 0 0 0 198 3 0 0 20 0 22 0 30955122 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139897894549560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23859] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23859/stat : 23859 (java) S 23839 23842 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955122 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139897893497464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23860] ppid=23839 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/23842/task/23860/stat : 23860 (java) S 23839 23842 22007 0 -1 4202560 51 0 0 0 18 19 0 0 20 0 22 0 30955122 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139897892444872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23861] ppid=23839 vsize=9824732 CPUtime=872.82 cores=0,2,4,6
/proc/23842/task/23861/stat : 23861 (java) R 23839 23842 22007 0 -1 4202560 68 0 0 0 87267 15 0 0 20 0 22 0 30955168 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139897891389296 139897906898851 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23862] ppid=23839 vsize=9824732 CPUtime=872.81 cores=0,2,4,6
/proc/23842/task/23862/stat : 23862 (java) R 23839 23842 22007 0 -1 4202560 1537 0 0 0 87229 52 0 0 20 0 22 0 30955168 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139896748499712 139897906912311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23863] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23863/stat : 23863 (java) S 23839 23842 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955169 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139896747447976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23864] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23864/stat : 23864 (java) S 23839 23842 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955169 10060525568 942620 33554432000 1073741824 1073778376 140735142314496 139896746395176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1773.16
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.701 s]
/proc/loadavg: 4.25 4.28 4.26 5/219 23953
/proc/meminfo: memFree=22576536/32872528 swapFree=1437460/1543748
[pid=23842] ppid=23839 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/23842/stat : 23842 (java) S 23839 23842 22007 0 -1 4202496 38727 0 1 0 179805 211 0 0 20 0 22 0 30955116 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 140735142305632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23842/statm: 2456183 951839 2301 9 0 2446860 0
[pid=23842/tid=23844] ppid=23839 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/23842/task/23844/stat : 23844 (java) S 23839 23842 22007 0 -1 4202560 2488 0 1 0 50 3 0 0 20 0 22 0 30955117 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898075853688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23845] ppid=23839 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/23842/task/23845/stat : 23845 (java) S 23839 23842 22007 0 -1 4202560 629 0 0 0 208 18 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898037345064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23846] ppid=23839 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/23842/task/23846/stat : 23846 (java) S 23839 23842 22007 0 -1 4202560 663 0 0 0 239 16 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898036292264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23847] ppid=23839 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/23842/task/23847/stat : 23847 (java) S 23839 23842 22007 0 -1 4202560 833 0 0 0 254 21 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898035239976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23848] ppid=23839 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/23842/task/23848/stat : 23848 (java) S 23839 23842 22007 0 -1 4202560 652 0 0 0 255 19 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898034187176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23849] ppid=23839 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/23842/task/23849/stat : 23849 (java) S 23839 23842 22007 0 -1 4202560 709 0 0 0 232 19 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898033133864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23850] ppid=23839 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/23842/task/23850/stat : 23850 (java) S 23839 23842 22007 0 -1 4202560 591 0 0 0 222 18 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898032081064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23851] ppid=23839 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/23842/task/23851/stat : 23851 (java) S 23839 23842 22007 0 -1 4202560 700 0 0 0 227 15 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898031028776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23852] ppid=23839 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/23842/task/23852/stat : 23852 (java) S 23839 23842 22007 0 -1 4202560 751 0 0 0 237 18 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898029975976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23853] ppid=23839 vsize=9824732 CPUtime=3.53 cores=0,2,4,6
/proc/23842/task/23853/stat : 23853 (java) S 23839 23842 22007 0 -1 4202560 2330 0 0 0 344 9 0 0 20 0 22 0 30955119 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897899813608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23854] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23854/stat : 23854 (java) S 23839 23842 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30955120 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897898759672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23855] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23855/stat : 23855 (java) S 23839 23842 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955120 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897897707272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23856] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23856/stat : 23856 (java) S 23839 23842 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955122 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897896655760 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23857] ppid=23839 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/23842/task/23857/stat : 23857 (java) S 23839 23842 22007 0 -1 4202560 11521 0 0 0 159 2 0 0 20 0 22 0 30955122 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897895602360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23858] ppid=23839 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/23842/task/23858/stat : 23858 (java) S 23839 23842 22007 0 -1 4202560 13936 0 0 0 198 3 0 0 20 0 22 0 30955122 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897894549560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23859] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23859/stat : 23859 (java) S 23839 23842 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955122 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897893497464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23860] ppid=23839 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/23842/task/23860/stat : 23860 (java) S 23839 23842 22007 0 -1 4202560 53 0 0 0 18 19 0 0 20 0 22 0 30955122 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897892444872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23861] ppid=23839 vsize=9824732 CPUtime=886.09 cores=0,2,4,6
/proc/23842/task/23861/stat : 23861 (java) R 23839 23842 22007 0 -1 4202560 69 0 0 0 88594 15 0 0 20 0 22 0 30955168 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897891389312 139897906898888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23862] ppid=23839 vsize=9824732 CPUtime=886.08 cores=0,2,4,6
/proc/23842/task/23862/stat : 23862 (java) R 23839 23842 22007 0 -1 4202560 1538 0 0 0 88556 52 0 0 20 0 22 0 30955168 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139896748499872 139897907085709 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23863] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23863/stat : 23863 (java) S 23839 23842 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955169 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139896747447976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23864] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23864/stat : 23864 (java) S 23839 23842 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955169 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139896746395176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 23842 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.701 s]
/proc/loadavg: 4.25 4.28 4.26 5/219 23953
/proc/meminfo: memFree=22576536/32872528 swapFree=1437460/1543748
[pid=23842] ppid=23839 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/23842/stat : 23842 (java) S 23839 23842 22007 0 -1 4202496 38727 0 1 0 179805 211 0 0 20 0 22 0 30955116 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 140735142305632 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23842/statm: 2456183 951839 2301 9 0 2446860 0
[pid=23842/tid=23844] ppid=23839 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/23842/task/23844/stat : 23844 (java) S 23839 23842 22007 0 -1 4202560 2488 0 1 0 50 3 0 0 20 0 22 0 30955117 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898075853688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23845] ppid=23839 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/23842/task/23845/stat : 23845 (java) S 23839 23842 22007 0 -1 4202560 629 0 0 0 208 18 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898037345064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23846] ppid=23839 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/23842/task/23846/stat : 23846 (java) S 23839 23842 22007 0 -1 4202560 663 0 0 0 239 16 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898036292264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23847] ppid=23839 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/23842/task/23847/stat : 23847 (java) S 23839 23842 22007 0 -1 4202560 833 0 0 0 254 21 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898035239976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23848] ppid=23839 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/23842/task/23848/stat : 23848 (java) S 23839 23842 22007 0 -1 4202560 652 0 0 0 255 19 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898034187176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23849] ppid=23839 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/23842/task/23849/stat : 23849 (java) S 23839 23842 22007 0 -1 4202560 709 0 0 0 232 19 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898033133864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23850] ppid=23839 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/23842/task/23850/stat : 23850 (java) S 23839 23842 22007 0 -1 4202560 591 0 0 0 222 18 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898032081064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23851] ppid=23839 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/23842/task/23851/stat : 23851 (java) S 23839 23842 22007 0 -1 4202560 700 0 0 0 227 15 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898031028776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23852] ppid=23839 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/23842/task/23852/stat : 23852 (java) S 23839 23842 22007 0 -1 4202560 751 0 0 0 237 18 0 0 20 0 22 0 30955118 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139898029975976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23853] ppid=23839 vsize=9824732 CPUtime=3.53 cores=0,2,4,6
/proc/23842/task/23853/stat : 23853 (java) S 23839 23842 22007 0 -1 4202560 2330 0 0 0 344 9 0 0 20 0 22 0 30955119 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897899813608 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23854] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23854/stat : 23854 (java) S 23839 23842 22007 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30955120 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897898759672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23855] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23855/stat : 23855 (java) S 23839 23842 22007 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30955120 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897897707272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23856] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23856/stat : 23856 (java) S 23839 23842 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955122 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897896655760 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23857] ppid=23839 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/23842/task/23857/stat : 23857 (java) S 23839 23842 22007 0 -1 4202560 11521 0 0 0 159 2 0 0 20 0 22 0 30955122 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897895602360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23858] ppid=23839 vsize=9824732 CPUtime=2.01 cores=0,2,4,6
/proc/23842/task/23858/stat : 23858 (java) S 23839 23842 22007 0 -1 4202560 13936 0 0 0 198 3 0 0 20 0 22 0 30955122 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897894549560 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23842/tid=23859] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23859/stat : 23859 (java) S 23839 23842 22007 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30955122 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897893497464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23860] ppid=23839 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/23842/task/23860/stat : 23860 (java) S 23839 23842 22007 0 -1 4202560 53 0 0 0 18 19 0 0 20 0 22 0 30955122 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897892444872 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23842/tid=23861] ppid=23839 vsize=9824732 CPUtime=886.09 cores=0,2,4,6
/proc/23842/task/23861/stat : 23861 (java) R 23839 23842 22007 0 -1 4202560 69 0 0 0 88594 15 0 0 20 0 22 0 30955168 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139897891389312 139897906898888 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23842/tid=23862] ppid=23839 vsize=9824732 CPUtime=886.08 cores=0,2,4,6
/proc/23842/task/23862/stat : 23862 (java) R 23839 23842 22007 0 -1 4202560 1538 0 0 0 88556 52 0 0 20 0 22 0 30955168 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139896748499872 139897907085709 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23863] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23863/stat : 23863 (java) S 23839 23842 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955169 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139896747447976 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23842/tid=23864] ppid=23839 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23842/task/23864/stat : 23864 (java) S 23839 23842 22007 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30955169 10060525568 951839 33554432000 1073741824 1073778376 140735142314496 139896746395176 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.758
CPU time (s): 1800.82
CPU user time (s): 1798.18
CPU system time (s): 2.6426
CPU usage (%): 201.039
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.18
system time used= 2.6426
maximum resident set size= 3807472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38762
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23976
involuntary context switches= 20337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50216 second user time and 7.60384 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-27 00:12:38
IDJOB=4116150
IDBENCH=109434
IDSOLVER=2543
FILE ID=node116/4116150-1466979158
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-size160-round23-8.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116150-1466979158/watcher-4116150-1466979158 -o /tmp/evaluation-result-4116150-1466979158/solver-4116150-1466979158 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466969304-22023 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116150-1466979158.opb

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

MD5SUM BENCH= 64f83e92e9499eb11dc8bcd5da77f0bb
RANDOM SEED=1842758305

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:        26485948 kB
Buffers:           42808 kB
Cached:           318624 kB
SwapCached:         2072 kB
Active:          3799704 kB
Inactive:         328808 kB
Active(anon):    3768044 kB
Inactive(anon):     1660 kB
Active(file):      31660 kB
Inactive(file):   327148 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098684 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:       5377992 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             566612 kB
SReclaimable:      10620 kB
SUnreclaim:       555992 kB
KernelStack:        1800 kB
PageTables:        14172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5563752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3876864 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-27 00:27:34