Trace number 4116862

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.77 895.579

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round21-9.opb
MD5SUM891fdd7d9d8dedfbcfc79e70ea31f47e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark75.5455
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7872
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.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.12	c solving HOME/instance-4116862-1466947436.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.71/0.48	c ... done. Wall clock time 0.369s.
0.71/0.48	c declared #vars     3968
0.71/0.48	c #constraints  9088
0.71/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.71/0.49	c constraints type 
0.71/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.71/0.49	c org.sat4j.specs.Constr$1 => 872
0.71/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.71/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.71/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.71/0.49	c 9088 constraints processed.
0.71/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.71/0.49	c constraints type 
0.71/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.71/0.49	c org.sat4j.specs.Constr$1 => 872
0.71/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5958
0.71/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1658
0.71/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 472
0.71/0.49	c 9088 constraints processed.
4.58/1.46	c cleaning 2496 clauses out of 4998 with flag 15173/5000
6.14/2.12	c cleaning 4246 clauses out of 8502 with flag 36406/11000
7.61/2.90	c cleaning 5609 clauses out of 11256 with flag 62592/18000
9.66/3.86	c cleaning 6813 clauses out of 13648 with flag 95075/26001
11.94/4.99	c cleaning 7884 clauses out of 15836 with flag 134265/35002
14.61/6.21	c cleaning 8960 clauses out of 17950 with flag 179997/45000
17.42/7.61	c cleaning 9993 clauses out of 19990 with flag 233660/56000
20.72/9.28	c cleaning 10987 clauses out of 21997 with flag 291429/68000
24.12/10.95	c cleaning 11987 clauses out of 24010 with flag 357534/81000
28.13/12.85	c cleaning 12990 clauses out of 26023 with flag 430441/95000
32.14/14.89	c cleaning 13988 clauses out of 28033 with flag 511478/110000
36.94/17.23	c cleaning 15017 clauses out of 30045 with flag 598987/126000
42.31/19.81	c cleaning 15997 clauses out of 32029 with flag 693988/143001
44.51/20.97	c cleaning 0 clauses out of 5001 with flag 0/5001
48.22/22.60	c cleaning 17005 clauses out of 34032 with flag 795889/161001
54.73/25.74	c cleaning 17997 clauses out of 36027 with flag 903389/180001
60.93/28.90	c cleaning 19011 clauses out of 38029 with flag 1018960/200000
67.93/32.39	c cleaning 19968 clauses out of 40019 with flag 1145206/221001
75.68/36.13	c cleaning 21020 clauses out of 42054 with flag 1276620/243004
83.48/40.06	c cleaning 21970 clauses out of 44031 with flag 1415151/266001
91.98/44.21	c cleaning 23006 clauses out of 46060 with flag 1557941/290000
100.98/48.73	c cleaning 24016 clauses out of 48054 with flag 1706590/315000
110.49/53.48	c cleaning 25019 clauses out of 50038 with flag 1864935/341000
120.69/58.54	c cleaning 25991 clauses out of 52019 with flag 2029440/368000
131.74/63.97	c cleaning 26993 clauses out of 54028 with flag 2204018/396000
142.80/69.49	c cleaning 27983 clauses out of 56035 with flag 2383879/425000
154.17/75.14	c cleaning 28994 clauses out of 58054 with flag 2569841/455002
166.26/81.18	c cleaning 30029 clauses out of 60059 with flag 2763720/486001
178.66/87.30	c cleaning 31004 clauses out of 62029 with flag 2965349/518000
191.35/93.61	c cleaning 32004 clauses out of 64027 with flag 3173975/551002
206.34/101.47	c cleaning 32997 clauses out of 66021 with flag 3388290/585000
220.78/108.67	c cleaning 33987 clauses out of 68024 with flag 3612095/620000
236.44/116.49	c cleaning 35011 clauses out of 70037 with flag 3842001/656000
253.90/125.15	c cleaning 35989 clauses out of 72026 with flag 4078712/693000
271.78/134.01	c cleaning 37007 clauses out of 74037 with flag 4321696/731000
290.48/143.38	c cleaning 37980 clauses out of 76030 with flag 4575311/770000
309.39/152.72	c cleaning 39013 clauses out of 78050 with flag 4837651/810000
328.29/162.16	c cleaning 40007 clauses out of 80037 with flag 5104291/851000
348.43/172.19	c cleaning 40998 clauses out of 82030 with flag 5377676/893000
369.57/182.62	c cleaning 42001 clauses out of 84033 with flag 5660022/936001
376.65/186.14	c cleaning 0 clauses out of 11000 with flag 0/11000
392.17/193.89	c cleaning 42997 clauses out of 86031 with flag 5947791/980000
417.10/206.23	c cleaning 43998 clauses out of 88035 with flag 6241538/1025001
441.81/218.51	c cleaning 45011 clauses out of 90037 with flag 6546390/1071001
468.02/231.57	c cleaning 45985 clauses out of 92026 with flag 6853259/1118001
494.53/244.78	c cleaning 47019 clauses out of 94040 with flag 7169623/1166000
520.59/257.62	c cleaning 47997 clauses out of 96021 with flag 7490049/1215000
547.16/270.87	c cleaning 48992 clauses out of 98024 with flag 7820299/1265000
576.85/285.55	c cleaning 50006 clauses out of 100032 with flag 8157410/1316000
606.61/301.07	c cleaning 51007 clauses out of 102026 with flag 8499152/1368000
635.70/315.45	c cleaning 51991 clauses out of 104019 with flag 8850808/1421000
666.44/330.74	c cleaning 52990 clauses out of 106028 with flag 9209337/1475000
695.83/345.44	c cleaning 53989 clauses out of 108040 with flag 9572551/1530002
726.36/360.65	c cleaning 55006 clauses out of 110050 with flag 9944441/1586001
758.51/376.60	c cleaning 56008 clauses out of 112044 with flag 10321513/1643001
790.71/392.75	c cleaning 57014 clauses out of 114035 with flag 10707012/1701000
822.30/408.59	c cleaning 57982 clauses out of 116022 with flag 11097810/1760001
856.08/425.46	c cleaning 59001 clauses out of 118040 with flag 11493936/1820001
890.58/442.67	c cleaning 60008 clauses out of 120038 with flag 11901439/1881000
925.97/460.36	c cleaning 61011 clauses out of 122030 with flag 12310496/1943000
962.57/478.57	c cleaning 61973 clauses out of 124021 with flag 12731135/2006002
1002.89/499.21	c cleaning 62991 clauses out of 126046 with flag 13158103/2070000
1044.86/520.02	c cleaning 64015 clauses out of 128055 with flag 13594482/2135000
1090.66/542.74	c cleaning 64984 clauses out of 130040 with flag 14032864/2201000
1136.90/565.74	c cleaning 65989 clauses out of 132059 with flag 14484532/2268003
1184.16/589.29	c cleaning 67027 clauses out of 134067 with flag 14935572/2336000
1235.03/614.52	c cleaning 68009 clauses out of 136042 with flag 15400867/2405002
1289.02/641.45	c cleaning 69006 clauses out of 138031 with flag 15867766/2475000
1336.92/665.39	c cleaning 70008 clauses out of 140025 with flag 16340034/2546000
1385.28/689.48	c cleaning 70990 clauses out of 142017 with flag 16817081/2618000
1439.10/716.18	c cleaning 72014 clauses out of 144028 with flag 17299485/2691001
1497.06/744.95	c cleaning 72969 clauses out of 146014 with flag 17797095/2765001
1555.17/773.84	c cleaning 73983 clauses out of 148044 with flag 18295427/2840000
1616.76/804.43	c cleaning 75014 clauses out of 150063 with flag 18800757/2916002
1678.70/835.28	c cleaning 75998 clauses out of 152049 with flag 19311246/2993002
1741.83/866.69	c cleaning 77001 clauses out of 154049 with flag 19831121/3071000
1800.16/895.52	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/895.52	c starts		: 30989
1800.16/895.52	c conflicts		: 3144881
1800.16/895.52	c decisions		: 33749387
1800.16/895.52	c propagations		: 448820523
1800.16/895.52	c inspects		: 9582889843
1800.16/895.52	c shortcuts		: 0
1800.16/895.52	c learnt literals	: 2
1800.16/895.52	c learnt binary clauses	: 43
1800.16/895.52	c learnt ternary clauses	: 611
1800.16/895.52	c learnt constraints	: 3144879
1800.16/895.52	c ignored constraints	: 0
1800.16/895.52	c root simplifications	: 0
1800.16/895.52	c removed literals (reason simplification)	: 2227178
1800.16/895.52	c reason swapping (by a shorter reason)	: 0
1800.16/895.52	c Calls to reduceDB	: 74
1800.16/895.52	c Number of update (reduction) of LBD	: 658698
1800.16/895.52	c Imported unit clauses	: 0
1800.16/895.52	c number of reductions to clauses (during analyze)	: 0
1800.16/895.52	c number of learned constraints concerned by reduction	: 0
1800.16/895.52	c number of learning phase by resolution	: 0
1800.16/895.52	c number of learning phase by cutting planes	: 0
1800.16/895.52	c speed (assignments/second)	: 501464.7990713046
1800.16/895.52	c non guided choices	6146
1800.16/895.54	c learnt constraints type 
1800.16/895.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43
1800.16/895.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 150886
1800.16/895.54	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/895.54	c starts		: 43
1800.16/895.54	c conflicts		: 16391
1800.16/895.54	c decisions		: 62777
1800.16/895.54	c propagations		: 2153876
1800.16/895.54	c inspects		: 564405387
1800.16/895.54	c shortcuts		: 0
1800.16/895.54	c learnt literals	: 0
1800.16/895.54	c learnt binary clauses	: 0
1800.16/895.54	c learnt ternary clauses	: 0
1800.16/895.54	c learnt constraints	: 16391
1800.16/895.54	c ignored constraints	: 0
1800.16/895.54	c root simplifications	: 0
1800.16/895.54	c removed literals (reason simplification)	: 0
1800.16/895.54	c reason swapping (by a shorter reason)	: 0
1800.16/895.54	c Calls to reduceDB	: 2
1800.16/895.54	c Number of update (reduction) of LBD	: 0
1800.16/895.54	c Imported unit clauses	: 0
1800.16/895.54	c number of reductions to clauses (during analyze)	: 0
1800.16/895.54	c number of learned constraints concerned by reduction	: 0
1800.16/895.54	c number of learning phase by resolution	: 0
1800.16/895.54	c number of learning phase by cutting planes	: 0
1800.16/895.54	c speed (assignments/second)	: 2406.4443687188914
1800.16/895.54	c non guided choices	291
1800.16/895.55	c learnt constraints type 
1800.16/895.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6
1800.16/895.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16385
1800.16/895.55	s UNKNOWN
1800.16/895.55	c Total wall clock time (in seconds): 895.435

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

pid=18487
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.34 4.17 3.36 4/197 18490
/proc/meminfo: memFree=27366248/32872528 swapFree=1437460/1543748
[pid=18490] ppid=18487 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/18490/stat : 18490 (java) S 18487 18490 18126 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 27782923 95129600 927 33554432000 1073741824 1073778376 140736522932112 140736522923248 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18490/statm: 23225 927 703 9 0 16769 0
[pid=18490/tid=18491] ppid=18487 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18491/stat : 18491 (java) R 18487 18490 18126 0 -1 4202560 90 0 0 0 0 0 0 0 20 0 2 0 27782924 98635776 946 33554432000 1073741824 1073778376 140736522932112 140614222691880 266426421691 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 4.34 4.17 3.36 4/197 18490
/proc/meminfo: memFree=27366248/32872528 swapFree=1437460/1543748
[pid=18490] ppid=18487 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/18490/stat : 18490 (java) S 18487 18490 18126 0 -1 4202496 4417 0 1 0 8 2 0 0 20 0 18 0 27782923 9787879424 6045 33554432000 1073741824 1073778376 140736522932112 140736522923248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18490/statm: 2389619 6045 2126 9 0 2380296 0
[pid=18490/tid=18491] ppid=18487 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/18490/task/18491/stat : 18491 (java) R 18487 18490 18126 0 -1 4202560 2383 0 1 0 6 1 0 0 20 0 18 0 27782924 9787879424 6045 33554432000 1073741824 1073778376 140736522932112 140614222695328 140614225477956 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.200288 s]
/proc/loadavg: 4.34 4.17 3.36 4/197 18490
/proc/meminfo: memFree=27366248/32872528 swapFree=1437460/1543748
[pid=18490] ppid=18487 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/18490/stat : 18490 (java) S 18487 18490 18126 0 -1 4202496 4700 0 1 0 23 2 0 0 20 0 18 0 27782923 9787879424 6798 33554432000 1073741824 1073778376 140736522932112 140736522923248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18490/statm: 2389619 6798 2202 9 0 2380296 0
[pid=18490/tid=18491] ppid=18487 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/18490/task/18491/stat : 18491 (java) R 18487 18490 18126 0 -1 4202560 2399 0 1 0 16 1 0 0 20 0 18 0 27782924 9787879424 6798 33554432000 1073741824 1073778376 140736522932112 140614222687000 140614091995716 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30031 s]
/proc/loadavg: 4.34 4.17 3.36 4/197 18490
/proc/meminfo: memFree=27366248/32872528 swapFree=1437460/1543748
[pid=18490] ppid=18487 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/18490/stat : 18490 (java) S 18487 18490 18126 0 -1 4202496 5816 0 1 0 47 2 0 0 20 0 18 0 27782923 9787879424 8352 33554432000 1073741824 1073778376 140736522932112 140736522923248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18490/statm: 2389619 8352 2232 9 0 2380296 0
[pid=18490/tid=18491] ppid=18487 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/18490/task/18491/stat : 18491 (java) R 18487 18490 18126 0 -1 4202560 2401 0 1 0 25 2 0 0 20 0 18 0 27782924 9787879424 8352 33554432000 1073741824 1073778376 140736522932112 140614222687000 140614092044527 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.70023 s]
/proc/loadavg: 4.34 4.17 3.36 4/197 18490
/proc/meminfo: memFree=27366248/32872528 swapFree=1437460/1543748
[pid=18490] ppid=18487 vsize=9824732 CPUtime=1.82 cores=0,2,4,6
/proc/18490/stat : 18490 (java) S 18487 18490 18126 0 -1 4202496 15352 0 1 0 177 5 0 0 20 0 22 0 27782923 10060525568 22191 33554432000 1073741824 1073778376 140736522932112 140736522923248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18490/statm: 2456183 22191 2265 9 0 2446860 0
[pid=18490/tid=18491] ppid=18487 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/18490/task/18491/stat : 18491 (java) S 18487 18490 18126 0 -1 4202560 2431 0 1 0 45 2 0 0 20 0 22 0 27782924 10060525568 22191 33554432000 1073741824 1073778376 140736522932112 140614222697336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.34 4.17 3.36 7/219 18512
/proc/meminfo: memFree=27248704/32872528 swapFree=1437460/1543748
[pid=18490] ppid=18487 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/18490/stat : 18490 (java) S 18487 18490 18126 0 -1 4202496 19514 0 1 0 478 7 0 0 20 0 22 0 27782923 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140736522923248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18490/statm: 2456183 47306 2292 9 0 2446860 0
[pid=18490/tid=18491] ppid=18487 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/18490/task/18491/stat : 18491 (java) S 18487 18490 18126 0 -1 4202560 2431 0 1 0 45 2 0 0 20 0 22 0 27782924 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614222697336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18493] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18493/stat : 18493 (java) S 18487 18490 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27782925 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614211758888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18494] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18494/stat : 18494 (java) S 18487 18490 18126 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 27782925 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614210706088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18495] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18495/stat : 18495 (java) S 18487 18490 18126 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 27782925 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614064356392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18496] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18496/stat : 18496 (java) S 18487 18490 18126 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 27782925 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614063303592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18497] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18497/stat : 18497 (java) S 18487 18490 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27782925 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614062250280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18498] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18498/stat : 18498 (java) S 18487 18490 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27782925 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614061197480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18499] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18499/stat : 18499 (java) S 18487 18490 18126 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 27782925 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614060145192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18500] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18500/stat : 18500 (java) S 18487 18490 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27782925 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614059092392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18501] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18501/stat : 18501 (java) S 18487 18490 18126 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27782926 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614046894824 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18502] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18502/stat : 18502 (java) S 18487 18490 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27782927 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614045840888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18503] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18503/stat : 18503 (java) S 18487 18490 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27782927 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614044788488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18504] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18504/stat : 18504 (java) S 18487 18490 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27782929 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614043736976 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18505] ppid=18487 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/18490/task/18505/stat : 18505 (java) S 18487 18490 18126 0 -1 4202560 8850 0 0 0 113 2 0 0 20 0 22 0 27782929 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614042683576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18506] ppid=18487 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/18490/task/18506/stat : 18506 (java) S 18487 18490 18126 0 -1 4202560 6758 0 0 0 118 2 0 0 20 0 22 0 27782929 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614041630776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18507] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18507/stat : 18507 (java) S 18487 18490 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27782929 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614040578680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18508] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18508/stat : 18508 (java) S 18487 18490 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27782929 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614039526088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18509] ppid=18487 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/18490/task/18509/stat : 18509 (java) R 18487 18490 18126 0 -1 4202560 19 0 0 0 96 0 0 0 20 0 22 0 27782973 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614038094080 140614092663909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18510] ppid=18487 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/18490/task/18510/stat : 18510 (java) R 18487 18490 18126 0 -1 4202560 75 0 0 0 96 2 0 0 20 0 22 0 27782973 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614037049688 140614092802075 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18511] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18511/stat : 18511 (java) S 18487 18490 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27782974 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614035998376 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18512] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18512/stat : 18512 (java) S 18487 18490 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27782974 10060525568 47306 33554432000 1073741824 1073778376 140736522932112 140614034945576 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.31 4.16 3.36 5/219 18512
/proc/meminfo: memFree=27094352/32872528 swapFree=1437460/1543748
[pid=18490] ppid=18487 vsize=9824732 CPUtime=8.26 cores=0,2,4,6
/proc/18490/stat : 18490 (java) S 18487 18490 18126 0 -1 4202496 19801 0 1 0 811 15 0 0 20 0 22 0 27782923 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140736522923248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18490/statm: 2456183 89933 2292 9 0 2446860 0
[pid=18490/tid=18491] ppid=18487 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/18490/task/18491/stat : 18491 (java) S 18487 18490 18126 0 -1 4202560 2431 0 1 0 45 2 0 0 20 0 22 0 27782924 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614222697336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18493] ppid=18487 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18490/task/18493/stat : 18493 (java) S 18487 18490 18126 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 27782925 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614211758888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18494] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18494/stat : 18494 (java) S 18487 18490 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 27782925 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614210706088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18495] ppid=18487 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18490/task/18495/stat : 18495 (java) S 18487 18490 18126 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 27782925 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614064356392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18496] ppid=18487 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18490/task/18496/stat : 18496 (java) S 18487 18490 18126 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 27782925 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614063303592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18497] ppid=18487 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18490/task/18497/stat : 18497 (java) S 18487 18490 18126 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 27782925 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614062250280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18498] ppid=18487 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18490/task/18498/stat : 18498 (java) S 18487 18490 18126 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 27782925 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614061197480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18499] ppid=18487 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18490/task/18499/stat : 18499 (java) S 18487 18490 18126 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 27782925 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614060145192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18500] ppid=18487 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18490/task/18500/stat : 18500 (java) S 18487 18490 18126 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 27782925 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614059092392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18501] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18501/stat : 18501 (java) S 18487 18490 18126 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27782926 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614046894824 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18502] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18502/stat : 18502 (java) S 18487 18490 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27782927 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614045840888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18503] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18503/stat : 18503 (java) S 18487 18490 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27782927 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614044788488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18504] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18504/stat : 18504 (java) S 18487 18490 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27782929 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614043736976 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18505] ppid=18487 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/18490/task/18505/stat : 18505 (java) S 18487 18490 18126 0 -1 4202560 8850 0 0 0 116 2 0 0 20 0 22 0 27782929 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614042683576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18506] ppid=18487 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/18490/task/18506/stat : 18506 (java) S 18487 18490 18126 0 -1 4202560 6758 0 0 0 125 2 0 0 20 0 22 0 27782929 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614041630776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18507] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18507/stat : 18507 (java) S 18487 18490 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27782929 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614040578680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18508] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18508/stat : 18508 (java) S 18487 18490 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27782929 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614039526088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18509] ppid=18487 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/18490/task/18509/stat : 18509 (java) R 18487 18490 18126 0 -1 4202560 20 0 0 0 248 0 0 0 20 0 22 0 27782973 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614038100864 140614092734149 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18510] ppid=18487 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/18490/task/18510/stat : 18510 (java) R 18487 18490 18126 0 -1 4202560 135 0 0 0 244 4 0 0 20 0 22 0 27782973 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614037048208 140614092758232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18511] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18511/stat : 18511 (java) S 18487 18490 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27782974 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614035998376 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18512] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18512/stat : 18512 (java) S 18487 18490 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27782974 10060525568 89933 33554432000 1073741824 1073778376 140736522932112 140614034945576 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.31 4.16 3.36 5/219 18512
/proc/meminfo: memFree=26764020/32872528 swapFree=1437460/1543748
[pid=18490] ppid=18487 vsize=9824732 CPUtime=14.81 cores=0,2,4,6
/proc/18490/stat : 18490 (java) S 18487 18490 18126 0 -1 4202496 20595 0 1 0 1455 26 0 0 20 0 22 0 27782923 10060525568 160206 33554432000 1073741824 1073778376 140736522932112 140736522923248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18490/statm: 2456183 160206 2292 9 0 2446860 0
[pid=18490/tid=18491] ppid=18487 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/18490/task/18491/stat : 18491 (java) S 18487 18490 18126 0 -1 4202560 2431 0 1 0 45 2 0 0 20 0 22 0 27782924 10060525568 160206 33554432000 1073741824 1073778376 140736522932112 140614222697336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18493] ppid=18487 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18490/task/18493/stat : 18493 (java) S 18487 18490 18126 0 -1 4202560 82 0 0 0 3 0 0 0 20 0 22 0 27782925 10060525568 160206 33554432000 1073741824 1073778376 140736522932112 140614211758888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18494] ppid=18487 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18490/task/18494/stat : 18494 (java) S 18487 18490 18126 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 22 0 27782925 10060525568 160206 33554432000 1073741824 1073778376 140736522932112 140614210706088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18495] ppid=18487 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/18490/task/18495/stat : 18495 (java) S 18487 18490 18126 0 -1 4202560 120 0 0 0 6 2 0 0 20 0 22 0 27782925 10060525568 160206 33554432000 1073741824 1073778376 140736522932112 140614064356392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18496] ppid=18487 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/18490/task/18496/stat : 18496 (java) S 18487 18490 18126 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 22 0 27782925 10060525568 160206 33554432000 1073741824 1073778376 140736522932112 140614063303592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18497] ppid=18487 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/18490/task/18497/stat : 18497 (java) S 18487 18490 18126 0 -1 4202560 115 0 0 0 6 2 0 0 20 0 22 0 27782925 10060525568 160206 33554432000 1073741824 1073778376 140736522932112 140614062250280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18498] ppid=18487 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/18490/task/18498/stat : 18498 (java) S 18487 18490 18126 0 -1 4202560 42 0 0 0 5 3 0 0 20 0 22 0 27782925 10060525568 160206 33554432000 1073741824 1073778376 140736522932112 140614061197480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18499] ppid=18487 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/18490/task/18499/stat : 18499 (java) S 18487 18490 18126 0 -1 4202560 107 0 0 0 5 1 0 0 20 0 22 0 27782925 10060525568 160206 33554432000 1073741824 1073778376 140736522932112 140614060145192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18500] ppid=18487 vsize=9824732 CPUtime=0.03 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.55 4.39 3.95 6/219 18600
/proc/meminfo: memFree=22744996/32872528 swapFree=1437460/1543748
[pid=18490] ppid=18487 vsize=9824732 CPUtime=1773.51 cores=0,2,4,6
/proc/18490/stat : 18490 (java) S 18487 18490 18126 0 -1 4202496 40353 0 1 0 177118 233 0 0 20 0 22 0 27782923 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140736522923248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18490/statm: 2456183 1005496 2301 9 0 2446860 0
[pid=18490/tid=18491] ppid=18487 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/18490/task/18491/stat : 18491 (java) S 18487 18490 18126 0 -1 4202560 2443 0 1 0 47 4 0 0 20 0 22 0 27782924 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614222697336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18493] ppid=18487 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/18490/task/18493/stat : 18493 (java) S 18487 18490 18126 0 -1 4202560 1571 0 0 0 250 23 0 0 20 0 22 0 27782925 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614211758888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18494] ppid=18487 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/18490/task/18494/stat : 18494 (java) S 18487 18490 18126 0 -1 4202560 1972 0 0 0 240 23 0 0 20 0 22 0 27782925 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614210706088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18495] ppid=18487 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/18490/task/18495/stat : 18495 (java) S 18487 18490 18126 0 -1 4202560 1370 0 0 0 230 21 0 0 20 0 22 0 27782925 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614064356392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18496] ppid=18487 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/18490/task/18496/stat : 18496 (java) S 18487 18490 18126 0 -1 4202560 1377 0 0 0 249 21 0 0 20 0 22 0 27782925 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614063303592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18497] ppid=18487 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/18490/task/18497/stat : 18497 (java) S 18487 18490 18126 0 -1 4202560 1786 0 0 0 226 19 0 0 20 0 22 0 27782925 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614062250280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18498] ppid=18487 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/18490/task/18498/stat : 18498 (java) S 18487 18490 18126 0 -1 4202560 1756 0 0 0 263 22 0 0 20 0 22 0 27782925 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614061197480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18499] ppid=18487 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/18490/task/18499/stat : 18499 (java) S 18487 18490 18126 0 -1 4202560 1632 0 0 0 259 18 0 0 20 0 22 0 27782925 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614060145192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18500] ppid=18487 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/18490/task/18500/stat : 18500 (java) S 18487 18490 18126 0 -1 4202560 1559 0 0 0 236 18 0 0 20 0 22 0 27782925 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614059092392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18501] ppid=18487 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/18490/task/18501/stat : 18501 (java) S 18487 18490 18126 0 -1 4202560 2986 0 0 0 329 9 0 0 20 0 22 0 27782926 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614046894824 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18502] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18502/stat : 18502 (java) S 18487 18490 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27782927 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614045840888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18503] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18503/stat : 18503 (java) S 18487 18490 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27782927 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614044788488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18504] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18504/stat : 18504 (java) S 18487 18490 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27782929 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614043736976 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18505] ppid=18487 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/18490/task/18505/stat : 18505 (java) S 18487 18490 18126 0 -1 4202560 9035 0 0 0 140 2 0 0 20 0 22 0 27782929 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614042683576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18506] ppid=18487 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/18490/task/18506/stat : 18506 (java) S 18487 18490 18126 0 -1 4202560 10045 0 0 0 189 2 0 0 20 0 22 0 27782929 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614041630776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18507] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18507/stat : 18507 (java) S 18487 18490 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27782929 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614040578680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18508] ppid=18487 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/18490/task/18508/stat : 18508 (java) S 18487 18490 18126 0 -1 4202560 51 0 0 0 17 18 0 0 20 0 22 0 27782929 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614039526088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18509] ppid=18487 vsize=9824732 CPUtime=872.38 cores=0,2,4,6
/proc/18490/task/18509/stat : 18509 (java) R 18487 18490 18126 0 -1 4202560 62 0 0 0 87221 17 0 0 20 0 22 0 27782973 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614038101840 140614092742098 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18510] ppid=18487 vsize=9824732 CPUtime=872.59 cores=0,2,4,6
/proc/18490/task/18510/stat : 18510 (java) R 18487 18490 18126 0 -1 4202560 1443 0 0 0 87210 49 0 0 20 0 22 0 27782973 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614037050080 140614092954253 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18511] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18511/stat : 18511 (java) S 18487 18490 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27782974 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614035998376 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18512] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18512/stat : 18512 (java) S 18487 18490 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27782974 10060525568 1005496 33554432000 1073741824 1073778376 140736522932112 140614034945576 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1773.51
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.515 s]
/proc/loadavg: 4.47 4.38 3.95 11/219 18600
/proc/meminfo: memFree=22702056/32872528 swapFree=1437460/1543748
[pid=18490] ppid=18487 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/18490/stat : 18490 (java) S 18487 18490 18126 0 -1 4202496 40386 0 1 0 179779 237 0 0 20 0 22 0 27782923 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140736522923248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18490/statm: 2456183 1010104 2301 9 0 2446860 0
[pid=18490/tid=18491] ppid=18487 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/18490/task/18491/stat : 18491 (java) S 18487 18490 18126 0 -1 4202560 2443 0 1 0 47 4 0 0 20 0 22 0 27782924 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614222697336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18493] ppid=18487 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/18490/task/18493/stat : 18493 (java) S 18487 18490 18126 0 -1 4202560 1573 0 0 0 254 23 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614211758888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18494] ppid=18487 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/18490/task/18494/stat : 18494 (java) S 18487 18490 18126 0 -1 4202560 1976 0 0 0 248 23 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614210706088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18495] ppid=18487 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/18490/task/18495/stat : 18495 (java) S 18487 18490 18126 0 -1 4202560 1377 0 0 0 238 22 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614064356392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18496] ppid=18487 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/18490/task/18496/stat : 18496 (java) S 18487 18490 18126 0 -1 4202560 1381 0 0 0 257 21 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614063303592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18497] ppid=18487 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/18490/task/18497/stat : 18497 (java) S 18487 18490 18126 0 -1 4202560 1787 0 0 0 230 19 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614062250280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18498] ppid=18487 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/18490/task/18498/stat : 18498 (java) S 18487 18490 18126 0 -1 4202560 1761 0 0 0 270 22 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614061197480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18499] ppid=18487 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/18490/task/18499/stat : 18499 (java) S 18487 18490 18126 0 -1 4202560 1635 0 0 0 261 19 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614060145192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18500] ppid=18487 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/18490/task/18500/stat : 18500 (java) S 18487 18490 18126 0 -1 4202560 1564 0 0 0 240 19 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614059092392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18501] ppid=18487 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/18490/task/18501/stat : 18501 (java) S 18487 18490 18126 0 -1 4202560 2986 0 0 0 329 9 0 0 20 0 22 0 27782926 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614046894824 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18502] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18502/stat : 18502 (java) S 18487 18490 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27782927 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614045840888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18503] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18503/stat : 18503 (java) S 18487 18490 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27782927 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614044788488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18504] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18504/stat : 18504 (java) S 18487 18490 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27782929 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614043736976 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18505] ppid=18487 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/18490/task/18505/stat : 18505 (java) S 18487 18490 18126 0 -1 4202560 9035 0 0 0 140 2 0 0 20 0 22 0 27782929 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614042683576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18506] ppid=18487 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/18490/task/18506/stat : 18506 (java) S 18487 18490 18126 0 -1 4202560 10045 0 0 0 189 2 0 0 20 0 22 0 27782929 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614041630776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18507] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18507/stat : 18507 (java) S 18487 18490 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27782929 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614040578680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18508] ppid=18487 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/18490/task/18508/stat : 18508 (java) S 18487 18490 18126 0 -1 4202560 51 0 0 0 17 18 0 0 20 0 22 0 27782929 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614039526088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18509] ppid=18487 vsize=9824732 CPUtime=885.46 cores=0,2,4,6
/proc/18490/task/18509/stat : 18509 (java) R 18487 18490 18126 0 -1 4202560 62 0 0 0 88529 17 0 0 20 0 22 0 27782973 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614038101840 140614092741918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18510] ppid=18487 vsize=9824732 CPUtime=885.66 cores=0,2,4,6
/proc/18490/task/18510/stat : 18510 (java) R 18487 18490 18126 0 -1 4202560 1445 0 0 0 88517 49 0 0 20 0 22 0 27782973 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614037050080 140614092754285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18511] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18511/stat : 18511 (java) S 18487 18490 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27782974 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614035998376 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18512] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18512/stat : 18512 (java) S 18487 18490 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27782974 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614034945576 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 18490 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.515 s]
/proc/loadavg: 4.47 4.38 3.95 11/219 18600
/proc/meminfo: memFree=22702056/32872528 swapFree=1437460/1543748
[pid=18490] ppid=18487 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/18490/stat : 18490 (java) S 18487 18490 18126 0 -1 4202496 40386 0 1 0 179779 237 0 0 20 0 22 0 27782923 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140736522923248 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18490/statm: 2456183 1010104 2301 9 0 2446860 0
[pid=18490/tid=18491] ppid=18487 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/18490/task/18491/stat : 18491 (java) S 18487 18490 18126 0 -1 4202560 2443 0 1 0 47 4 0 0 20 0 22 0 27782924 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614222697336 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18493] ppid=18487 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/18490/task/18493/stat : 18493 (java) S 18487 18490 18126 0 -1 4202560 1573 0 0 0 254 23 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614211758888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18494] ppid=18487 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/18490/task/18494/stat : 18494 (java) S 18487 18490 18126 0 -1 4202560 1976 0 0 0 248 23 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614210706088 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18495] ppid=18487 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/18490/task/18495/stat : 18495 (java) S 18487 18490 18126 0 -1 4202560 1377 0 0 0 238 22 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614064356392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18496] ppid=18487 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/18490/task/18496/stat : 18496 (java) S 18487 18490 18126 0 -1 4202560 1381 0 0 0 257 21 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614063303592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18497] ppid=18487 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/18490/task/18497/stat : 18497 (java) S 18487 18490 18126 0 -1 4202560 1787 0 0 0 230 19 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614062250280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18498] ppid=18487 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/18490/task/18498/stat : 18498 (java) S 18487 18490 18126 0 -1 4202560 1761 0 0 0 270 22 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614061197480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18499] ppid=18487 vsize=9824732 CPUtime=2.8 cores=0,2,4,6
/proc/18490/task/18499/stat : 18499 (java) S 18487 18490 18126 0 -1 4202560 1635 0 0 0 261 19 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614060145192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18500] ppid=18487 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/18490/task/18500/stat : 18500 (java) S 18487 18490 18126 0 -1 4202560 1564 0 0 0 240 19 0 0 20 0 22 0 27782925 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614059092392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18501] ppid=18487 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/18490/task/18501/stat : 18501 (java) S 18487 18490 18126 0 -1 4202560 2986 0 0 0 329 9 0 0 20 0 22 0 27782926 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614046894824 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18502] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18502/stat : 18502 (java) S 18487 18490 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27782927 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614045840888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18503] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18503/stat : 18503 (java) S 18487 18490 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27782927 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614044788488 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18504] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18504/stat : 18504 (java) S 18487 18490 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27782929 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614043736976 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18490/tid=18505] ppid=18487 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/18490/task/18505/stat : 18505 (java) S 18487 18490 18126 0 -1 4202560 9035 0 0 0 140 2 0 0 20 0 22 0 27782929 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614042683576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18506] ppid=18487 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/18490/task/18506/stat : 18506 (java) S 18487 18490 18126 0 -1 4202560 10045 0 0 0 189 2 0 0 20 0 22 0 27782929 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614041630776 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18507] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18507/stat : 18507 (java) S 18487 18490 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27782929 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614040578680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18508] ppid=18487 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/18490/task/18508/stat : 18508 (java) S 18487 18490 18126 0 -1 4202560 51 0 0 0 17 18 0 0 20 0 22 0 27782929 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614039526088 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18509] ppid=18487 vsize=9824732 CPUtime=885.46 cores=0,2,4,6
/proc/18490/task/18509/stat : 18509 (java) R 18487 18490 18126 0 -1 4202560 62 0 0 0 88529 17 0 0 20 0 22 0 27782973 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614038101840 140614092741918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18490/tid=18510] ppid=18487 vsize=9824732 CPUtime=885.66 cores=0,2,4,6
/proc/18490/task/18510/stat : 18510 (java) R 18487 18490 18126 0 -1 4202560 1445 0 0 0 88517 49 0 0 20 0 22 0 27782973 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614037050080 140614092754285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18490/tid=18511] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18511/stat : 18511 (java) S 18487 18490 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27782974 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614035998376 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18490/tid=18512] ppid=18487 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18490/task/18512/stat : 18512 (java) S 18487 18490 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27782974 10060525568 1010104 33554432000 1073741824 1073778376 140736522932112 140614034945576 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 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.579
CPU time (s): 1800.77
CPU user time (s): 1797.9
CPU system time (s): 2.87156
CPU usage (%): 201.073
Max. virtual memory (cumulated for all children) (KiB): 9825992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.9
system time used= 2.87156
maximum resident set size= 4040532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40419
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= 24332
involuntary context switches= 31842

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.49216 second user time and 7.78482 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 15:23:56
IDJOB=4116862
IDBENCH=109523
IDSOLVER=2543
FILE ID=node116/4116862-1466947436
RUNJOBID= node116-1466946428-18142
PBS_JOBID= 19976367
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= 891fdd7d9d8dedfbcfc79e70ea31f47e
RANDOM SEED=1775800876

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:        27366776 kB
Buffers:            6728 kB
Cached:           299628 kB
SwapCached:         2088 kB
Active:          2973568 kB
Inactive:         285036 kB
Active(anon):    2952576 kB
Inactive(anon):     1656 kB
Active(file):      20992 kB
Inactive(file):   283380 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098664 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       4498612 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             564636 kB
SReclaimable:       8492 kB
SUnreclaim:       556144 kB
KernelStack:        1792 kB
PageTables:        13272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4831976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3010560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71680 MiB
End job on node116 at 2016-06-26 15:38:52