Trace number 4116990

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.86 896.166

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round23-0.opb
MD5SUM4afa13d1f672d029d1dc624e017e47fc
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 constraints9504
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)416
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4116990-1466977233.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.02/0.51	c ... done. Wall clock time 0.401s.
1.02/0.51	c declared #vars     4288
1.02/0.51	c #constraints  10816
1.02/0.52	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.02/0.52	c constraints type 
1.02/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
1.02/0.52	c org.sat4j.specs.Constr$1 => 904
1.02/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
1.02/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
1.02/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
1.02/0.52	c 10816 constraints processed.
1.02/0.52	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.02/0.52	c constraints type 
1.02/0.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
1.02/0.52	c org.sat4j.specs.Constr$1 => 904
1.02/0.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7494
1.02/0.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1786
1.02/0.52	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
1.02/0.52	c 10816 constraints processed.
4.43/1.44	c cleaning 2490 clauses out of 4998 with flag 16257/5000
6.19/2.09	c cleaning 4242 clauses out of 8508 with flag 38861/11000
7.83/2.88	c cleaning 5629 clauses out of 11268 with flag 67690/18002
9.68/3.80	c cleaning 6799 clauses out of 13637 with flag 103541/26000
11.94/4.86	c cleaning 7897 clauses out of 15838 with flag 144969/35000
14.61/6.14	c cleaning 8957 clauses out of 17941 with flag 192287/45000
17.55/7.55	c cleaning 9958 clauses out of 19984 with flag 247458/56000
20.80/9.15	c cleaning 11008 clauses out of 22026 with flag 309561/68000
24.00/10.78	c cleaning 11948 clauses out of 24018 with flag 375940/81000
28.11/12.73	c cleaning 13036 clauses out of 26072 with flag 447946/95002
32.11/14.78	c cleaning 13954 clauses out of 28035 with flag 530361/110001
36.72/17.08	c cleaning 15010 clauses out of 30080 with flag 615466/126000
36.72/17.09	c cleaning 0 clauses out of 5000 with flag 0/5000
42.13/19.62	c cleaning 16016 clauses out of 32072 with flag 711615/143002
47.33/22.16	c cleaning 17017 clauses out of 34055 with flag 815114/161001
53.24/25.00	c cleaning 17987 clauses out of 36037 with flag 924951/180000
59.02/27.96	c cleaning 19012 clauses out of 38051 with flag 1041857/200001
65.82/31.33	c cleaning 19988 clauses out of 40038 with flag 1162478/221000
73.15/34.92	c cleaning 20994 clauses out of 42051 with flag 1290958/243001
80.37/38.57	c cleaning 22009 clauses out of 44056 with flag 1427251/266000
88.25/42.46	c cleaning 22991 clauses out of 46047 with flag 1569342/290000
96.25/46.44	c cleaning 24006 clauses out of 48057 with flag 1714727/315001
104.97/50.79	c cleaning 25007 clauses out of 50050 with flag 1864391/341000
114.54/55.50	c cleaning 25991 clauses out of 52043 with flag 2020892/368000
124.47/60.48	c cleaning 27013 clauses out of 54052 with flag 2186701/396000
134.86/65.65	c cleaning 28005 clauses out of 56041 with flag 2356880/425002
146.16/71.21	c cleaning 28963 clauses out of 58035 with flag 2533253/455001
157.36/76.85	c cleaning 30003 clauses out of 60071 with flag 2719699/486000
169.46/82.88	c cleaning 31022 clauses out of 62068 with flag 2907682/518000
182.16/89.13	c cleaning 32020 clauses out of 64046 with flag 3104701/551000
195.63/95.81	c cleaning 32993 clauses out of 66026 with flag 3309900/585000
210.37/103.59	c cleaning 34006 clauses out of 68033 with flag 3520065/620000
225.01/110.89	c cleaning 34984 clauses out of 70028 with flag 3740692/656001
240.06/118.31	c cleaning 35983 clauses out of 72043 with flag 3963903/693000
255.97/126.21	c cleaning 37009 clauses out of 74061 with flag 4196274/731001
273.05/134.76	c cleaning 38002 clauses out of 76051 with flag 4435270/770000
273.25/134.86	c cleaning 0 clauses out of 11002 with flag 0/11002
291.78/144.01	c cleaning 38989 clauses out of 78051 with flag 4677838/810002
310.10/153.14	c cleaning 40019 clauses out of 80061 with flag 4928920/851001
328.81/162.45	c cleaning 41008 clauses out of 82041 with flag 5185015/893000
349.33/172.66	c cleaning 41972 clauses out of 84033 with flag 5446127/936000
370.16/182.90	c cleaning 42991 clauses out of 86061 with flag 5710817/980000
389.76/192.79	c cleaning 44022 clauses out of 88070 with flag 5988265/1025000
408.36/202.05	c cleaning 44986 clauses out of 90050 with flag 6264397/1071002
427.70/211.68	c cleaning 45980 clauses out of 92062 with flag 6550031/1118000
447.30/221.41	c cleaning 46991 clauses out of 94082 with flag 6844017/1166000
468.09/231.88	c cleaning 48032 clauses out of 96091 with flag 7144148/1215000
489.30/242.42	c cleaning 49016 clauses out of 98060 with flag 7448107/1265001
511.09/253.33	c cleaning 50009 clauses out of 100044 with flag 7759320/1316001
533.89/264.74	c cleaning 51013 clauses out of 102035 with flag 8075648/1368001
557.08/276.32	c cleaning 52001 clauses out of 104021 with flag 8396374/1421000
583.47/289.93	c cleaning 53000 clauses out of 106020 with flag 8729261/1475000
609.07/302.76	c cleaning 54002 clauses out of 108020 with flag 9058913/1530000
641.71/318.98	c cleaning 54977 clauses out of 110020 with flag 9395310/1586002
675.14/335.57	c cleaning 56002 clauses out of 112041 with flag 9747450/1643000
708.55/352.11	c cleaning 57011 clauses out of 114040 with flag 10107129/1701001
742.61/369.04	c cleaning 57996 clauses out of 116028 with flag 10466519/1760000
778.75/387.07	c cleaning 59009 clauses out of 118033 with flag 10828067/1820001
816.34/405.77	c cleaning 59975 clauses out of 120023 with flag 11193089/1881000
855.33/425.12	c cleaning 61002 clauses out of 122048 with flag 11570911/1943000
893.11/443.96	c cleaning 62005 clauses out of 124046 with flag 11950211/2006000
933.77/464.14	c cleaning 63002 clauses out of 126041 with flag 12335716/2070000
975.53/484.97	c cleaning 64002 clauses out of 128039 with flag 12726978/2135000
1019.05/506.54	c cleaning 65001 clauses out of 130038 with flag 13124905/2201001
1061.25/527.52	c cleaning 65992 clauses out of 132036 with flag 13533667/2268000
1107.07/550.35	c cleaning 66979 clauses out of 134045 with flag 13941891/2336001
1153.32/573.30	c cleaning 68013 clauses out of 136065 with flag 14356965/2405000
1199.15/596.17	c cleaning 68985 clauses out of 138052 with flag 14779686/2475000
1247.94/621.11	c cleaning 70002 clauses out of 140067 with flag 15205236/2546000
1298.93/646.52	c cleaning 71021 clauses out of 142066 with flag 15638549/2618001
1338.51/666.22	c cleaning 0 clauses out of 18003 with flag 0/18003
1352.38/673.16	c cleaning 72016 clauses out of 144044 with flag 16075602/2691000
1404.04/698.89	c cleaning 72967 clauses out of 146030 with flag 16525599/2765002
1456.05/724.78	c cleaning 74019 clauses out of 148062 with flag 16975211/2840001
1509.89/751.53	c cleaning 74978 clauses out of 150042 with flag 17432045/2916000
1564.32/778.62	c cleaning 76017 clauses out of 152064 with flag 17895109/2993000
1612.61/802.71	c cleaning 76960 clauses out of 154047 with flag 18369293/3071000
1662.51/827.62	c cleaning 78038 clauses out of 156087 with flag 18839641/3150000
1714.34/853.48	c cleaning 79014 clauses out of 158049 with flag 19320699/3230000
1776.26/884.23	c cleaning 79968 clauses out of 160035 with flag 19811037/3311000
1800.19/896.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/896.10	c starts		: 24919
1800.19/896.10	c conflicts		: 3348017
1800.19/896.10	c decisions		: 29200487
1800.19/896.10	c propagations		: 441878919
1800.19/896.10	c inspects		: 9122302220
1800.19/896.10	c shortcuts		: 0
1800.19/896.10	c learnt literals	: 2
1800.19/896.10	c learnt binary clauses	: 54
1800.19/896.10	c learnt ternary clauses	: 768
1800.19/896.10	c learnt constraints	: 3348015
1800.19/896.10	c ignored constraints	: 0
1800.19/896.10	c root simplifications	: 0
1800.19/896.10	c removed literals (reason simplification)	: 2746166
1800.19/896.10	c reason swapping (by a shorter reason)	: 0
1800.19/896.10	c Calls to reduceDB	: 77
1800.19/896.10	c Number of update (reduction) of LBD	: 732529
1800.19/896.10	c Imported unit clauses	: 0
1800.19/896.10	c number of reductions to clauses (during analyze)	: 0
1800.19/896.10	c number of learned constraints concerned by reduction	: 0
1800.19/896.10	c number of learning phase by resolution	: 0
1800.19/896.10	c number of learning phase by cutting planes	: 0
1800.19/896.10	c speed (assignments/second)	: 493401.9212216495
1800.19/896.10	c non guided choices	14494
1800.19/896.13	c learnt constraints type 
1800.19/896.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 54
1800.19/896.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117030
1800.19/896.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/896.13	c starts		: 45
1800.19/896.13	c conflicts		: 19606
1800.19/896.13	c decisions		: 73506
1800.19/896.13	c propagations		: 2351427
1800.19/896.13	c inspects		: 628963250
1800.19/896.13	c shortcuts		: 0
1800.19/896.13	c learnt literals	: 0
1800.19/896.13	c learnt binary clauses	: 0
1800.19/896.13	c learnt ternary clauses	: 0
1800.19/896.13	c learnt constraints	: 19605
1800.19/896.13	c ignored constraints	: 0
1800.19/896.13	c root simplifications	: 0
1800.19/896.13	c removed literals (reason simplification)	: 0
1800.19/896.13	c reason swapping (by a shorter reason)	: 0
1800.19/896.13	c Calls to reduceDB	: 3
1800.19/896.13	c Number of update (reduction) of LBD	: 0
1800.19/896.13	c Imported unit clauses	: 0
1800.19/896.13	c number of reductions to clauses (during analyze)	: 0
1800.19/896.13	c number of learned constraints concerned by reduction	: 0
1800.19/896.13	c number of learning phase by resolution	: 0
1800.19/896.13	c number of learning phase by cutting planes	: 0
1800.19/896.13	c speed (assignments/second)	: 2625.529672253604
1800.19/896.13	c non guided choices	373
1800.19/896.14	c learnt constraints type 
1800.19/896.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 30
1800.19/896.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19575
1800.19/896.14	s UNKNOWN
1800.19/896.14	c Total wall clock time (in seconds): 896.026

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-4116990-1466977233/watcher-4116990-1466977233 -o /tmp/evaluation-result-4116990-1466977233/solver-4116990-1466977233 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466975440-23497 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116990-1466977233.opb 

pid=23864
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.31 4.27 3.84 6/198 23867
/proc/meminfo: memFree=30470104/32872528 swapFree=1094508/1184444
[pid=23867] ppid=23864 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (java) S 23864 23867 23481 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 30763046 98570240 978 33554432000 1073741824 1073778376 140736566535952 140736566527088 271790932029 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23867/statm: 24065 978 744 9 0 16771 0
[pid=23867/tid=23868] ppid=23864 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23868/stat : 23868 (java) R 23864 23867 23481 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 30763047 98570240 978 33554432000 1073741824 1073778376 140736566535952 139830299708968 271787574656 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100071 s]
/proc/loadavg: 4.31 4.27 3.84 6/198 23867
/proc/meminfo: memFree=30470104/32872528 swapFree=1094508/1184444
[pid=23867] ppid=23864 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23867/stat : 23867 (java) S 23864 23867 23481 0 -1 4202496 4457 0 1 0 9 1 0 0 20 0 18 0 30763046 9787879424 6084 33554432000 1073741824 1073778376 140736566535952 140736566527088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23867/statm: 2389619 6084 2141 9 0 2380296 0
[pid=23867/tid=23868] ppid=23864 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23867/task/23868/stat : 23868 (java) R 23864 23867 23481 0 -1 4202560 2388 0 1 0 7 1 0 0 20 0 18 0 30763047 9787879424 6084 33554432000 1073741824 1073778376 140736566535952 139830299713240 139830304258755 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 4.31 4.27 3.84 6/198 23867
/proc/meminfo: memFree=30470104/32872528 swapFree=1094508/1184444
[pid=23867] ppid=23864 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/23867/stat : 23867 (java) S 23864 23867 23481 0 -1 4202496 4704 0 1 0 25 1 0 0 20 0 18 0 30763046 9787879424 6779 33554432000 1073741824 1073778376 140736566535952 140736566527088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23867/statm: 2389619 6779 2203 9 0 2380296 0
[pid=23867/tid=23868] ppid=23864 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/23867/task/23868/stat : 23868 (java) R 23864 23867 23481 0 -1 4202560 2404 0 1 0 17 1 0 0 20 0 18 0 30763047 9787879424 6779 33554432000 1073741824 1073778376 140736566535952 139830299713240 139830126298497 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300251 s]
/proc/loadavg: 4.31 4.27 3.84 6/198 23867
/proc/meminfo: memFree=30470104/32872528 swapFree=1094508/1184444
[pid=23867] ppid=23864 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/23867/stat : 23867 (java) S 23864 23867 23481 0 -1 4202496 5826 0 1 0 48 1 0 0 20 0 18 0 30763046 9787879424 8865 33554432000 1073741824 1073778376 140736566535952 140736566527088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23867/statm: 2389619 8870 2234 9 0 2380296 0
[pid=23867/tid=23868] ppid=23864 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/23867/task/23868/stat : 23868 (java) R 23864 23867 23481 0 -1 4202560 2407 0 1 0 27 1 0 0 20 0 18 0 30763047 9787879424 8870 33554432000 1073741824 1073778376 140736566535952 139830299713576 271790947384 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700229 s]
/proc/loadavg: 4.31 4.27 3.84 6/198 23867
/proc/meminfo: memFree=30470104/32872528 swapFree=1094508/1184444
[pid=23867] ppid=23864 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/23867/stat : 23867 (java) S 23864 23867 23481 0 -1 4202496 13646 0 1 0 170 3 0 0 20 0 22 0 30763046 10060525568 24309 33554432000 1073741824 1073778376 140736566535952 140736566527088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23867/statm: 2456183 24309 2265 9 0 2446860 0
[pid=23867/tid=23868] ppid=23864 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/23867/task/23868/stat : 23868 (java) S 23864 23867 23481 0 -1 4202560 2496 0 1 0 48 2 0 0 20 0 22 0 30763047 10060525568 24309 33554432000 1073741824 1073778376 140736566535952 139830299714424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.37 4.28 3.85 7/220 23889
/proc/meminfo: memFree=30168104/32872528 swapFree=1094508/1184444
[pid=23867] ppid=23864 vsize=9824732 CPUtime=4.78 cores=0,2,4,6
/proc/23867/stat : 23867 (java) S 23864 23867 23481 0 -1 4202496 23662 0 1 0 470 8 0 0 20 0 22 0 30763046 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 140736566527088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23867/statm: 2456183 48320 2292 9 0 2446860 0
[pid=23867/tid=23868] ppid=23864 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/23867/task/23868/stat : 23868 (java) S 23864 23867 23481 0 -1 4202560 2496 0 1 0 48 2 0 0 20 0 22 0 30763047 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 139830299714424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23870] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23870/stat : 23870 (java) S 23864 23867 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30763047 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 139830261205672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23871] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23871/stat : 23871 (java) S 23864 23867 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30763047 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 139830260153128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23872] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23872/stat : 23872 (java) S 23864 23867 23481 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30763047 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 139830259100584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23873] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23873/stat : 23873 (java) S 23864 23867 23481 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 30763047 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 139830258048040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23874] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23874/stat : 23874 (java) S 23864 23867 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30763047 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 139830256994472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23875] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23875/stat : 23875 (java) S 23864 23867 23481 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 30763047 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 139830255941928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23876] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23876/stat : 23876 (java) S 23864 23867 23481 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30763047 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 139830254889384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23877] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23877/stat : 23877 (java) S 23864 23867 23481 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30763047 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 139830253836840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23878] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23878/stat : 23878 (java) S 23864 23867 23481 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30763049 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 139830123018856 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23879] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23879/stat : 23879 (java) S 23864 23867 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30763049 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 139830121965176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23880] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23880/stat : 23880 (java) S 23864 23867 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30763049 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 139830120912520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23881] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23881/stat : 23881 (java) S 23864 23867 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30763051 10060525568 48320 33554432000 1073741824 1073778376 140736566535952 139830119861264 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23882] ppid=23864 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/23867/task/23882/stat : 23882 (java) S 23864 23867 23481 0 -1 4202560 11291 0 0 0 113 1 0 0 20 0 22 0 30763051 10060525568 48326 33554432000 1073741824 1073778376 140736566535952 139830118807608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23883] ppid=23864 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/23867/task/23883/stat : 23883 (java) R 23864 23867 23481 0 -1 4202560 8423 0 0 0 111 2 0 0 20 0 22 0 30763051 10060525568 48341 33554432000 1073741824 1073778376 140736566535952 139830117755064 139830306505144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23884] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23884/stat : 23884 (java) S 23864 23867 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30763051 10060525568 48357 33554432000 1073741824 1073778376 140736566535952 139830116702712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23885] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23885/stat : 23885 (java) S 23864 23867 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30763051 10060525568 48374 33554432000 1073741824 1073778376 140736566535952 139830115650376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23886] ppid=23864 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/23867/task/23886/stat : 23886 (java) R 23864 23867 23481 0 -1 4202560 18 0 0 0 93 0 0 0 20 0 22 0 30763098 10060525568 48386 33554432000 1073741824 1073778376 140736566535952 139830114586784 139830126927004 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23887] ppid=23864 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/23867/task/23887/stat : 23887 (java) R 23864 23867 23481 0 -1 4202560 73 0 0 0 93 1 0 0 20 0 22 0 30763098 10060525568 48405 33554432000 1073741824 1073778376 140736566535952 139830113541384 139830127230225 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23888] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23888/stat : 23888 (java) S 23864 23867 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30763099 10060525568 48423 33554432000 1073741824 1073778376 140736566535952 139830112491048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23889] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23889/stat : 23889 (java) S 23864 23867 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30763099 10060525568 48442 33554432000 1073741824 1073778376 140736566535952 139830111438504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.37 4.28 3.85 5/220 23889
/proc/meminfo: memFree=30025744/32872528 swapFree=1094508/1184444
[pid=23867] ppid=23864 vsize=9824732 CPUtime=8.48 cores=0,2,4,6
/proc/23867/stat : 23867 (java) S 23864 23867 23481 0 -1 4202496 25482 0 1 0 835 13 0 0 20 0 22 0 30763046 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 140736566527088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23867/statm: 2456183 92375 2292 9 0 2446860 0
[pid=23867/tid=23868] ppid=23864 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/23867/task/23868/stat : 23868 (java) S 23864 23867 23481 0 -1 4202560 2497 0 1 0 48 2 0 0 20 0 22 0 30763047 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830299714424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23870] ppid=23864 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23867/task/23870/stat : 23870 (java) S 23864 23867 23481 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 30763047 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830261205672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23871] ppid=23864 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23867/task/23871/stat : 23871 (java) S 23864 23867 23481 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 30763047 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830260153128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23872] ppid=23864 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23867/task/23872/stat : 23872 (java) S 23864 23867 23481 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 30763047 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830259100584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23873] ppid=23864 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23867/task/23873/stat : 23873 (java) S 23864 23867 23481 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 30763047 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830258048040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23874] ppid=23864 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23867/task/23874/stat : 23874 (java) S 23864 23867 23481 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 30763047 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830256994472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23875] ppid=23864 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23867/task/23875/stat : 23875 (java) S 23864 23867 23481 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 22 0 30763047 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830255941928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23876] ppid=23864 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23867/task/23876/stat : 23876 (java) S 23864 23867 23481 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 30763047 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830254889384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23877] ppid=23864 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23867/task/23877/stat : 23877 (java) S 23864 23867 23481 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 30763047 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830253836840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23878] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23878/stat : 23878 (java) S 23864 23867 23481 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 30763049 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830123018856 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23879] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23879/stat : 23879 (java) S 23864 23867 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30763049 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830121965176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23880] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23880/stat : 23880 (java) S 23864 23867 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30763049 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830120912520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23881] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23881/stat : 23881 (java) S 23864 23867 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30763051 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830119861264 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23882] ppid=23864 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/23867/task/23882/stat : 23882 (java) S 23864 23867 23481 0 -1 4202560 11291 0 0 0 116 2 0 0 20 0 22 0 30763051 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830118807608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23883] ppid=23864 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/23867/task/23883/stat : 23883 (java) S 23864 23867 23481 0 -1 4202560 9936 0 0 0 147 2 0 0 20 0 22 0 30763051 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830117755064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23884] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23884/stat : 23884 (java) S 23864 23867 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30763051 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830116702712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23885] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23885/stat : 23885 (java) S 23864 23867 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30763051 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830115650376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23886] ppid=23864 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/23867/task/23886/stat : 23886 (java) R 23864 23867 23481 0 -1 4202560 20 0 0 0 243 0 0 0 20 0 22 0 30763098 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830114593600 139830126935043 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23887] ppid=23864 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/23867/task/23887/stat : 23887 (java) R 23864 23867 23481 0 -1 4202560 131 0 0 0 242 4 0 0 20 0 22 0 30763098 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830113541920 139830127107731 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23888] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23888/stat : 23888 (java) S 23864 23867 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30763099 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830112491048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23889] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23889/stat : 23889 (java) S 23864 23867 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30763099 10060525568 92375 33554432000 1073741824 1073778376 140736566535952 139830111438504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.48
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.37 4.28 3.85 5/220 23889
/proc/meminfo: memFree=29397544/32872528 swapFree=1094508/1184444
[pid=23867] ppid=23864 vsize=9824732 CPUtime=15.01 cores=0,2,4,6
/proc/23867/stat : 23867 (java) S 23864 23867 23481 0 -1 4202496 25979 0 1 0 1478 23 0 0 20 0 22 0 30763046 10060525568 162800 33554432000 1073741824 1073778376 140736566535952 140736566527088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23867/statm: 2456183 162800 2292 9 0 2446860 0
[pid=23867/tid=23868] ppid=23864 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/23867/task/23868/stat : 23868 (java) S 23864 23867 23481 0 -1 4202560 2498 0 1 0 48 2 0 0 20 0 22 0 30763047 10060525568 162800 33554432000 1073741824 1073778376 140736566535952 139830299714424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23870] ppid=23864 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23867/task/23870/stat : 23870 (java) S 23864 23867 23481 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 22 0 30763047 10060525568 162800 33554432000 1073741824 1073778376 140736566535952 139830261205672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23871] ppid=23864 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23867/task/23871/stat : 23871 (java) S 23864 23867 23481 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 30763047 10060525568 162800 33554432000 1073741824 1073778376 140736566535952 139830260153128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23872] ppid=23864 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23867/task/23872/stat : 23872 (java) S 23864 23867 23481 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 30763047 10060525568 162800 33554432000 1073741824 1073778376 140736566535952 139830259100584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23873] ppid=23864 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23867/task/23873/stat : 23873 (java) S 23864 23867 23481 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 22 0 30763047 10060525568 162800 33554432000 1073741824 1073778376 140736566535952 139830258048040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23874] ppid=23864 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23867/task/23874/stat : 23874 (java) S 23864 23867 23481 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 22 0 30763047 10060525568 162800 33554432000 1073741824 1073778376 140736566535952 139830256994472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23875] ppid=23864 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/23867/task/23875/stat : 23875 (java) S 23864 23867 23481 0 -1 4202560 55 0 0 0 10 2 0 0 20 0 22 0 30763047 10060525568 162800 33554432000 1073741824 1073778376 140736566535952 139830255941928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23876] ppid=23864 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23867/task/23876/stat : 23876 (java) S 23864 23867 23481 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 30763047 10060525568 162800 33554432000 1073741824 1073778376 140736566535952 139830254889384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23877] ppid=23864 vsize=9824732 CPUtime=0.08 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.25 4.15 4.00 5/219 23920
/proc/meminfo: memFree=23039952/32872528 swapFree=1094508/1184444
[pid=23867] ppid=23864 vsize=9824732 CPUtime=1772.47 cores=0,2,4,6
/proc/23867/stat : 23867 (java) S 23864 23867 23481 0 -1 4202496 36415 0 1 0 177044 203 0 0 20 0 22 0 30763046 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 140736566527088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23867/statm: 2456183 955106 2301 9 0 2446860 0
[pid=23867/tid=23868] ppid=23864 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/23867/task/23868/stat : 23868 (java) S 23864 23867 23481 0 -1 4202560 2500 0 1 0 51 3 0 0 20 0 22 0 30763047 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830299714424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23870] ppid=23864 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/23867/task/23870/stat : 23870 (java) S 23864 23867 23481 0 -1 4202560 726 0 0 0 222 19 0 0 20 0 22 0 30763047 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830261205672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23871] ppid=23864 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/23867/task/23871/stat : 23871 (java) S 23864 23867 23481 0 -1 4202560 592 0 0 0 206 17 0 0 20 0 22 0 30763047 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830260153128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23872] ppid=23864 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/23867/task/23872/stat : 23872 (java) S 23864 23867 23481 0 -1 4202560 620 0 0 0 217 17 0 0 20 0 22 0 30763047 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830259100584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23873] ppid=23864 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/23867/task/23873/stat : 23873 (java) S 23864 23867 23481 0 -1 4202560 668 0 0 0 219 17 0 0 20 0 22 0 30763047 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830258048040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23874] ppid=23864 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/23867/task/23874/stat : 23874 (java) S 23864 23867 23481 0 -1 4202560 544 0 0 0 203 16 0 0 20 0 22 0 30763047 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830256994472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23875] ppid=23864 vsize=9824732 CPUtime=2.5 cores=0,2,4,6
/proc/23867/task/23875/stat : 23875 (java) S 23864 23867 23481 0 -1 4202560 616 0 0 0 234 16 0 0 20 0 22 0 30763047 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830255941928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23876] ppid=23864 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/23867/task/23876/stat : 23876 (java) S 23864 23867 23481 0 -1 4202560 647 0 0 0 247 22 0 0 20 0 22 0 30763047 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830254889384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23877] ppid=23864 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/23867/task/23877/stat : 23877 (java) S 23864 23867 23481 0 -1 4202560 552 0 0 0 219 15 0 0 20 0 22 0 30763047 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830253836840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23878] ppid=23864 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/23867/task/23878/stat : 23878 (java) S 23864 23867 23481 0 -1 4202560 2266 0 0 0 328 6 0 0 20 0 22 0 30763049 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830123018856 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23879] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23879/stat : 23879 (java) S 23864 23867 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30763049 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830121965176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23880] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23880/stat : 23880 (java) S 23864 23867 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30763049 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830120912520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23881] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23881/stat : 23881 (java) S 23864 23867 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30763051 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830119861264 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23882] ppid=23864 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/23867/task/23882/stat : 23882 (java) S 23864 23867 23481 0 -1 4202560 13271 0 0 0 149 2 0 0 20 0 22 0 30763051 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830118807608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23883] ppid=23864 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/23867/task/23883/stat : 23883 (java) S 23864 23867 23481 0 -1 4202560 9949 0 0 0 167 3 0 0 20 0 22 0 30763051 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830117755064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23884] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23884/stat : 23884 (java) S 23864 23867 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30763051 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830116702712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23885] ppid=23864 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/23867/task/23885/stat : 23885 (java) S 23864 23867 23481 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 30763051 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830115650376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23886] ppid=23864 vsize=9824732 CPUtime=873.05 cores=0,2,4,6
/proc/23867/task/23886/stat : 23886 (java) R 23864 23867 23481 0 -1 4202560 63 0 0 0 87289 16 0 0 20 0 22 0 30763098 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830114595792 139830126741248 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23887] ppid=23864 vsize=9824732 CPUtime=873.17 cores=0,2,4,6
/proc/23867/task/23887/stat : 23887 (java) R 23864 23867 23481 0 -1 4202560 2084 0 0 0 87266 51 0 0 20 0 22 0 30763098 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830113541904 139830126981269 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23888] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23888/stat : 23888 (java) S 23864 23867 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30763099 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830112491048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23889] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23889/stat : 23889 (java) S 23864 23867 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30763099 10060525568 955106 33554432000 1073741824 1073778376 140736566535952 139830111438504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1772.47
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.101 s]
/proc/loadavg: 4.29 4.16 4.01 7/219 23989
/proc/meminfo: memFree=26645220/32872528 swapFree=1094508/1184444
[pid=23867] ppid=23864 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/23867/stat : 23867 (java) S 23864 23867 23481 0 -1 4202496 36424 0 1 0 179815 204 0 0 20 0 22 0 30763046 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 140736566527088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23867/statm: 2456183 956129 2301 9 0 2446860 0
[pid=23867/tid=23868] ppid=23864 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/23867/task/23868/stat : 23868 (java) S 23864 23867 23481 0 -1 4202560 2500 0 1 0 51 3 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830299714424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23870] ppid=23864 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/23867/task/23870/stat : 23870 (java) S 23864 23867 23481 0 -1 4202560 726 0 0 0 226 19 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830261205672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23871] ppid=23864 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/23867/task/23871/stat : 23871 (java) S 23864 23867 23481 0 -1 4202560 593 0 0 0 211 17 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830260153128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23872] ppid=23864 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/23867/task/23872/stat : 23872 (java) S 23864 23867 23481 0 -1 4202560 620 0 0 0 220 17 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830259100584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23873] ppid=23864 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/23867/task/23873/stat : 23873 (java) S 23864 23867 23481 0 -1 4202560 668 0 0 0 222 17 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830258048040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23874] ppid=23864 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/23867/task/23874/stat : 23874 (java) S 23864 23867 23481 0 -1 4202560 544 0 0 0 206 16 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830256994472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23875] ppid=23864 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/23867/task/23875/stat : 23875 (java) S 23864 23867 23481 0 -1 4202560 618 0 0 0 239 16 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830255941928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23876] ppid=23864 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/23867/task/23876/stat : 23876 (java) S 23864 23867 23481 0 -1 4202560 649 0 0 0 253 22 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830254889384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23877] ppid=23864 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/23867/task/23877/stat : 23877 (java) S 23864 23867 23481 0 -1 4202560 553 0 0 0 221 15 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830253836840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23878] ppid=23864 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/23867/task/23878/stat : 23878 (java) S 23864 23867 23481 0 -1 4202560 2267 0 0 0 329 6 0 0 20 0 22 0 30763049 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830123018856 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23879] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23879/stat : 23879 (java) S 23864 23867 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30763049 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830121965176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23880] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23880/stat : 23880 (java) S 23864 23867 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30763049 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830120912520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23881] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23881/stat : 23881 (java) S 23864 23867 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30763051 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830119861264 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23882] ppid=23864 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/23867/task/23882/stat : 23882 (java) S 23864 23867 23481 0 -1 4202560 13271 0 0 0 149 2 0 0 20 0 22 0 30763051 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830118807608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23883] ppid=23864 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/23867/task/23883/stat : 23883 (java) S 23864 23867 23481 0 -1 4202560 9949 0 0 0 167 3 0 0 20 0 22 0 30763051 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830117755064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23884] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23884/stat : 23884 (java) S 23864 23867 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30763051 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830116702712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23885] ppid=23864 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/23867/task/23885/stat : 23885 (java) S 23864 23867 23481 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 30763051 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830115650376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23886] ppid=23864 vsize=9824732 CPUtime=886.76 cores=0,2,4,6
/proc/23867/task/23886/stat : 23886 (java) R 23864 23867 23481 0 -1 4202560 63 0 0 0 88660 16 0 0 20 0 22 0 30763098 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830114594544 139830126998811 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23887] ppid=23864 vsize=9824732 CPUtime=886.88 cores=0,2,4,6
/proc/23867/task/23887/stat : 23887 (java) R 23864 23867 23481 0 -1 4202560 2086 0 0 0 88637 51 0 0 20 0 22 0 30763098 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830113542912 139830126943983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23888] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23888/stat : 23888 (java) S 23864 23867 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30763099 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830112491048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23889] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23889/stat : 23889 (java) S 23864 23867 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30763099 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830111438504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 23867 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.101 s]
/proc/loadavg: 4.29 4.16 4.01 7/219 23989
/proc/meminfo: memFree=26645220/32872528 swapFree=1094508/1184444
[pid=23867] ppid=23864 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/23867/stat : 23867 (java) S 23864 23867 23481 0 -1 4202496 36424 0 1 0 179815 204 0 0 20 0 22 0 30763046 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 140736566527088 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23867/statm: 2456183 956129 2301 9 0 2446860 0
[pid=23867/tid=23868] ppid=23864 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/23867/task/23868/stat : 23868 (java) S 23864 23867 23481 0 -1 4202560 2500 0 1 0 51 3 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830299714424 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23870] ppid=23864 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/23867/task/23870/stat : 23870 (java) S 23864 23867 23481 0 -1 4202560 726 0 0 0 226 19 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830261205672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23871] ppid=23864 vsize=9824732 CPUtime=2.28 cores=0,2,4,6
/proc/23867/task/23871/stat : 23871 (java) S 23864 23867 23481 0 -1 4202560 593 0 0 0 211 17 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830260153128 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23872] ppid=23864 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/23867/task/23872/stat : 23872 (java) S 23864 23867 23481 0 -1 4202560 620 0 0 0 220 17 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830259100584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23873] ppid=23864 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/23867/task/23873/stat : 23873 (java) S 23864 23867 23481 0 -1 4202560 668 0 0 0 222 17 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830258048040 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23874] ppid=23864 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/23867/task/23874/stat : 23874 (java) S 23864 23867 23481 0 -1 4202560 544 0 0 0 206 16 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830256994472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23875] ppid=23864 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/23867/task/23875/stat : 23875 (java) S 23864 23867 23481 0 -1 4202560 618 0 0 0 239 16 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830255941928 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23876] ppid=23864 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/23867/task/23876/stat : 23876 (java) S 23864 23867 23481 0 -1 4202560 649 0 0 0 253 22 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830254889384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23877] ppid=23864 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/23867/task/23877/stat : 23877 (java) S 23864 23867 23481 0 -1 4202560 553 0 0 0 221 15 0 0 20 0 22 0 30763047 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830253836840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23878] ppid=23864 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/23867/task/23878/stat : 23878 (java) S 23864 23867 23481 0 -1 4202560 2267 0 0 0 329 6 0 0 20 0 22 0 30763049 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830123018856 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23879] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23879/stat : 23879 (java) S 23864 23867 23481 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30763049 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830121965176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23880] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23880/stat : 23880 (java) S 23864 23867 23481 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30763049 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830120912520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23881] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23881/stat : 23881 (java) S 23864 23867 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30763051 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830119861264 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23882] ppid=23864 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/23867/task/23882/stat : 23882 (java) S 23864 23867 23481 0 -1 4202560 13271 0 0 0 149 2 0 0 20 0 22 0 30763051 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830118807608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23883] ppid=23864 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/23867/task/23883/stat : 23883 (java) S 23864 23867 23481 0 -1 4202560 9949 0 0 0 167 3 0 0 20 0 22 0 30763051 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830117755064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23884] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23884/stat : 23884 (java) S 23864 23867 23481 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30763051 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830116702712 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23885] ppid=23864 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/23867/task/23885/stat : 23885 (java) S 23864 23867 23481 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 30763051 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830115650376 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23867/tid=23886] ppid=23864 vsize=9824732 CPUtime=886.76 cores=0,2,4,6
/proc/23867/task/23886/stat : 23886 (java) R 23864 23867 23481 0 -1 4202560 63 0 0 0 88660 16 0 0 20 0 22 0 30763098 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830114594544 139830126998811 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23867/tid=23887] ppid=23864 vsize=9824732 CPUtime=886.88 cores=0,2,4,6
/proc/23867/task/23887/stat : 23887 (java) R 23864 23867 23481 0 -1 4202560 2086 0 0 0 88637 51 0 0 20 0 22 0 30763098 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830113542912 139830126943983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23867/tid=23888] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23888/stat : 23888 (java) S 23864 23867 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30763099 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830112491048 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23867/tid=23889] ppid=23864 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23867/task/23889/stat : 23889 (java) S 23864 23867 23481 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30763099 10060525568 956129 33554432000 1073741824 1073778376 140736566535952 139830111438504 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.166
CPU time (s): 1800.86
CPU user time (s): 1798.3
CPU system time (s): 2.56361
CPU usage (%): 200.952
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.3
system time used= 2.56361
maximum resident set size= 3824636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36457
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24324
involuntary context switches= 31931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.54431 second user time and 8.42572 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-26 23:40:33
IDJOB=4116990
IDBENCH=109539
IDSOLVER=2543
FILE ID=node115/4116990-1466977233
RUNJOBID= node115-1466975440-23497
PBS_JOBID= 19976385
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round23-0.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116990-1466977233/watcher-4116990-1466977233 -o /tmp/evaluation-result-4116990-1466977233/solver-4116990-1466977233 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466975440-23497 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116990-1466977233.opb

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

MD5SUM BENCH= 4afa13d1f672d029d1dc624e017e47fc
RANDOM SEED=757289358

node115.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.395
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.79
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.395
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.395
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.57
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.395
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.395
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.395
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.395
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.56
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.395
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:        30470384 kB
Buffers:           76860 kB
Cached:           222580 kB
SwapCached:         1676 kB
Active:           226636 kB
Inactive:         253852 kB
Active(anon):     183244 kB
Inactive(anon):      684 kB
Active(file):      43392 kB
Inactive(file):   253168 kB
Unevictable:     1184444 kB
Mlocked:         1094508 kB
SwapTotal:      67108856 kB
SwapFree:       67099168 kB
Dirty:              2440 kB
Writeback:             0 kB
AnonPages:       1260720 kB
Mapped:            15612 kB
Shmem:                 0 kB
Slab:             595900 kB
SReclaimable:      39616 kB
SUnreclaim:       556284 kB
KernelStack:        1808 kB
PageTables:         6520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1876164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 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= 71660 MiB
End job on node115 at 2016-06-26 23:55:29