Trace number 4116926

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.9 895.757

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round22-3.opb
MD5SUMc16d0e7e51c092453a6d7919d70c7251
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 benchmark1731.89
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8720
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints864
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116926-1466958464.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.73/0.49	c ... done. Wall clock time 0.369s.
0.73/0.49	c declared #vars     4128
0.73/0.49	c #constraints  10016
0.73/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.73/0.49	c constraints type 
0.73/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.73/0.49	c org.sat4j.specs.Constr$1 => 920
0.73/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.73/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.73/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.73/0.49	c 10016 constraints processed.
0.73/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.73/0.49	c constraints type 
0.73/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.73/0.49	c org.sat4j.specs.Constr$1 => 920
0.73/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.73/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.73/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 520
0.73/0.49	c 10016 constraints processed.
4.20/1.39	c cleaning 2486 clauses out of 4998 with flag 16577/5000
5.88/2.01	c cleaning 4247 clauses out of 8512 with flag 38299/11000
7.31/2.75	c cleaning 5628 clauses out of 11265 with flag 67342/18000
9.00/3.60	c cleaning 6808 clauses out of 13637 with flag 101924/26000
11.27/4.61	c cleaning 7911 clauses out of 15830 with flag 142915/35001
13.47/5.70	c cleaning 8951 clauses out of 17920 with flag 190883/45002
16.15/7.00	c cleaning 9968 clauses out of 19967 with flag 245194/56000
18.75/8.38	c cleaning 10981 clauses out of 22000 with flag 305302/68001
22.08/9.98	c cleaning 12003 clauses out of 24019 with flag 371749/81001
25.47/11.68	c cleaning 12991 clauses out of 26015 with flag 447354/95000
29.44/13.57	c cleaning 13980 clauses out of 28024 with flag 528470/110000
33.84/15.71	c cleaning 15008 clauses out of 30045 with flag 617448/126001
38.57/18.03	c cleaning 15990 clauses out of 32037 with flag 714317/143001
38.77/18.19	c cleaning 0 clauses out of 5000 with flag 0/5000
43.87/20.55	c cleaning 16990 clauses out of 34046 with flag 816663/161000
49.28/23.27	c cleaning 17995 clauses out of 36056 with flag 927210/180000
55.22/26.18	c cleaning 19008 clauses out of 38061 with flag 1042379/200000
61.63/29.33	c cleaning 20006 clauses out of 40056 with flag 1162839/221003
68.43/32.80	c cleaning 21005 clauses out of 42047 with flag 1290512/243000
76.19/36.57	c cleaning 22007 clauses out of 44043 with flag 1423857/266001
83.99/40.44	c cleaning 23008 clauses out of 46037 with flag 1563645/290002
92.43/44.66	c cleaning 23993 clauses out of 48027 with flag 1709313/315000
101.51/49.12	c cleaning 24970 clauses out of 50034 with flag 1860755/341000
110.91/53.87	c cleaning 26022 clauses out of 52064 with flag 2018709/368000
121.02/58.86	c cleaning 27011 clauses out of 54042 with flag 2185557/396000
131.62/64.12	c cleaning 27977 clauses out of 56031 with flag 2361001/425000
142.50/69.51	c cleaning 29000 clauses out of 58054 with flag 2542493/455000
152.69/74.67	c cleaning 29956 clauses out of 60055 with flag 2729961/486001
163.09/79.84	c cleaning 31023 clauses out of 62098 with flag 2927362/518000
174.09/85.37	c cleaning 32009 clauses out of 64075 with flag 3131986/551000
186.48/91.59	c cleaning 33010 clauses out of 66067 with flag 3339986/585001
201.78/99.13	c cleaning 33997 clauses out of 68056 with flag 3550488/620000
216.65/106.57	c cleaning 34979 clauses out of 70060 with flag 3766715/656001
232.38/114.37	c cleaning 36026 clauses out of 72081 with flag 3995981/693001
248.64/122.47	c cleaning 36993 clauses out of 74056 with flag 4232501/731002
266.59/131.76	c cleaning 38003 clauses out of 76062 with flag 4469680/770001
284.50/140.62	c cleaning 38998 clauses out of 78058 with flag 4715758/810000
302.96/149.80	c cleaning 39990 clauses out of 80061 with flag 4969271/851001
322.04/159.33	c cleaning 41011 clauses out of 82071 with flag 5224591/893001
341.90/169.25	c cleaning 42014 clauses out of 84059 with flag 5486888/936000
351.96/174.27	c cleaning 0 clauses out of 11001 with flag 0/11001
362.98/179.74	c cleaning 42999 clauses out of 86045 with flag 5759106/980000
385.39/190.83	c cleaning 44009 clauses out of 88047 with flag 6034853/1025001
407.46/201.80	c cleaning 45011 clauses out of 90037 with flag 6320470/1071000
430.57/213.34	c cleaning 45972 clauses out of 92026 with flag 6608930/1118000
454.75/225.39	c cleaning 46994 clauses out of 94055 with flag 6905493/1166001
480.02/237.94	c cleaning 48013 clauses out of 96061 with flag 7205281/1215001
505.93/250.84	c cleaning 49011 clauses out of 98047 with flag 7514851/1265000
533.34/264.49	c cleaning 50007 clauses out of 100036 with flag 7830131/1316000
561.51/278.49	c cleaning 50984 clauses out of 102030 with flag 8151958/1368001
592.15/294.20	c cleaning 51998 clauses out of 104045 with flag 8475133/1421000
622.50/309.34	c cleaning 52999 clauses out of 106048 with flag 8811859/1475001
653.76/324.90	c cleaning 54010 clauses out of 108049 with flag 9151468/1530001
686.15/341.02	c cleaning 54980 clauses out of 110038 with flag 9494073/1586000
718.76/357.24	c cleaning 55981 clauses out of 112059 with flag 9841066/1643001
753.56/374.52	c cleaning 57000 clauses out of 114078 with flag 10196196/1701001
788.40/391.85	c cleaning 57974 clauses out of 116078 with flag 10557244/1760001
824.51/409.72	c cleaning 59017 clauses out of 118103 with flag 10926798/1820000
862.01/428.36	c cleaning 60025 clauses out of 120087 with flag 11303793/1881001
900.53/447.40	c cleaning 61014 clauses out of 122064 with flag 11684460/1943003
940.02/467.01	c cleaning 62011 clauses out of 124047 with flag 12070087/2006000
980.28/487.07	c cleaning 62985 clauses out of 126037 with flag 12463355/2070001
1022.23/507.97	c cleaning 63985 clauses out of 128051 with flag 12859438/2135000
1039.08/516.36	c cleaning 0 clauses out of 18000 with flag 0/18000
1066.64/530.06	c cleaning 65033 clauses out of 130066 with flag 13260624/2201000
1112.17/552.76	c cleaning 66008 clauses out of 132033 with flag 13669554/2268000
1157.41/575.29	c cleaning 66943 clauses out of 134025 with flag 14080458/2336000
1205.08/598.96	c cleaning 67991 clauses out of 136082 with flag 14501205/2405000
1253.47/622.95	c cleaning 69017 clauses out of 138093 with flag 14928067/2475002
1304.08/648.90	c cleaning 70001 clauses out of 140074 with flag 15363034/2546000
1355.06/674.35	c cleaning 71025 clauses out of 142073 with flag 15798811/2618000
1406.70/700.07	c cleaning 71964 clauses out of 144048 with flag 16245143/2691000
1460.59/726.87	c cleaning 73016 clauses out of 146084 with flag 16697196/2765000
1515.04/753.98	c cleaning 74011 clauses out of 148069 with flag 17154867/2840001
1571.78/782.17	c cleaning 75011 clauses out of 150058 with flag 17616822/2916001
1629.70/810.95	c cleaning 76012 clauses out of 152046 with flag 18085489/2993000
1688.47/840.16	c cleaning 76992 clauses out of 154035 with flag 18562413/3071001
1748.96/870.21	c cleaning 78010 clauses out of 156042 with flag 19041936/3150000
1800.16/895.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/895.70	c starts		: 28092
1800.16/895.70	c conflicts		: 3220632
1800.16/895.70	c decisions		: 28581372
1800.16/895.70	c propagations		: 424367539
1800.16/895.70	c inspects		: 9224576364
1800.16/895.70	c shortcuts		: 0
1800.16/895.70	c learnt literals	: 2
1800.16/895.70	c learnt binary clauses	: 55
1800.16/895.70	c learnt ternary clauses	: 768
1800.16/895.70	c learnt constraints	: 3220630
1800.16/895.70	c ignored constraints	: 0
1800.16/895.70	c root simplifications	: 0
1800.16/895.70	c removed literals (reason simplification)	: 2619996
1800.16/895.70	c reason swapping (by a shorter reason)	: 0
1800.16/895.70	c Calls to reduceDB	: 75
1800.16/895.70	c Number of update (reduction) of LBD	: 695300
1800.16/895.70	c Imported unit clauses	: 0
1800.16/895.70	c number of reductions to clauses (during analyze)	: 0
1800.16/895.70	c number of learned constraints concerned by reduction	: 0
1800.16/895.70	c number of learning phase by resolution	: 0
1800.16/895.70	c number of learning phase by cutting planes	: 0
1800.16/895.70	c speed (assignments/second)	: 474047.74240393203
1800.16/895.70	c non guided choices	7669
1800.16/895.73	c learnt constraints type 
1800.16/895.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55
1800.16/895.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 148609
1800.16/895.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/895.73	c starts		: 45
1800.16/895.73	c conflicts		: 22333
1800.16/895.73	c decisions		: 74235
1800.16/895.73	c propagations		: 2616741
1800.16/895.73	c inspects		: 862237402
1800.16/895.73	c shortcuts		: 0
1800.16/895.73	c learnt literals	: 0
1800.16/895.73	c learnt binary clauses	: 0
1800.16/895.73	c learnt ternary clauses	: 0
1800.16/895.73	c learnt constraints	: 22333
1800.16/895.73	c ignored constraints	: 0
1800.16/895.73	c root simplifications	: 0
1800.16/895.73	c removed literals (reason simplification)	: 0
1800.16/895.73	c reason swapping (by a shorter reason)	: 0
1800.16/895.73	c Calls to reduceDB	: 3
1800.16/895.73	c Number of update (reduction) of LBD	: 0
1800.16/895.73	c Imported unit clauses	: 0
1800.16/895.73	c number of reductions to clauses (during analyze)	: 0
1800.16/895.73	c number of learned constraints concerned by reduction	: 0
1800.16/895.73	c number of learning phase by resolution	: 0
1800.16/895.73	c number of learning phase by cutting planes	: 0
1800.16/895.73	c speed (assignments/second)	: 2923.011189415798
1800.16/895.73	c non guided choices	243
1800.16/895.74	c learnt constraints type 
1800.16/895.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 11
1800.16/895.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22322
1800.16/895.74	s UNKNOWN
1800.16/895.74	c Total wall clock time (in seconds): 895.619

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

pid=20610
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.25 4.28 4.22 4/197 20613
/proc/meminfo: memFree=27218028/32872528 swapFree=1437460/1543748
[pid=20613] ppid=20610 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20613/stat : 20613 (java) D 20610 20613 18126 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 28885726 9515008 182 33554432000 1073741824 1073778376 140733857277696 140733857268728 266435641013 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/20613/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.25 4.28 4.22 4/197 20613
/proc/meminfo: memFree=27218028/32872528 swapFree=1437460/1543748
[pid=20613] ppid=20610 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20613/stat : 20613 (java) S 20610 20613 18126 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 28885726 9787879424 6040 33554432000 1073741824 1073778376 140735724975824 140735724966960 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20613/statm: 2389619 6040 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 4.25 4.28 4.22 4/197 20613
/proc/meminfo: memFree=27218028/32872528 swapFree=1437460/1543748
[pid=20613] ppid=20610 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/20613/stat : 20613 (java) S 20610 20613 18126 0 -1 4202496 4692 0 1 0 23 1 0 0 20 0 18 0 28885726 9787879424 6790 33554432000 1073741824 1073778376 140735724975824 140735724966960 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20613/statm: 2389619 6790 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 4.25 4.28 4.22 4/197 20613
/proc/meminfo: memFree=27218028/32872528 swapFree=1437460/1543748
[pid=20613] ppid=20610 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/20613/stat : 20613 (java) S 20610 20613 18126 0 -1 4202496 5806 0 1 0 46 2 0 0 20 0 18 0 28885726 9787879424 8465 33554432000 1073741824 1073778376 140735724975824 140735724966960 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20613/statm: 2389619 8465 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700195 s]
/proc/loadavg: 4.25 4.28 4.22 4/197 20613
/proc/meminfo: memFree=27218028/32872528 swapFree=1437460/1543748
[pid=20613] ppid=20610 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/20613/stat : 20613 (java) S 20610 20613 18126 0 -1 4202496 15642 0 1 0 177 5 0 0 20 0 22 0 28885726 10060525568 23460 33554432000 1073741824 1073778376 140735724975824 140735724966960 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20613/statm: 2456183 23460 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.50089 s]
/proc/loadavg: 4.31 4.29 4.22 7/219 20635
/proc/meminfo: memFree=27084696/32872528 swapFree=1437460/1543748
[pid=20613] ppid=20610 vsize=9824732 CPUtime=4.75 cores=1,3,5,7
/proc/20613/stat : 20613 (java) S 20610 20613 18126 0 -1 4202496 22421 0 1 0 466 9 0 0 20 0 22 0 28885726 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 140735724966960 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20613/statm: 2456183 46924 2292 9 0 2446860 0
[pid=20613/tid=20615] ppid=20610 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/20613/task/20615/stat : 20615 (java) S 20610 20613 18126 0 -1 4202560 2438 0 1 0 44 2 0 0 20 0 22 0 28885727 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846598382456 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20616] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20616/stat : 20616 (java) S 20610 20613 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28885728 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846559873448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20617] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20617/stat : 20617 (java) S 20610 20613 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28885728 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846558820904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20618] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20618/stat : 20618 (java) S 20610 20613 18126 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 28885728 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846557767848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20619] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20619/stat : 20619 (java) S 20610 20613 18126 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 28885728 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846556715304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20620] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20620/stat : 20620 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885728 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846555663272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20621] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20621/stat : 20621 (java) S 20610 20613 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28885728 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846554610728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20622] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20622/stat : 20622 (java) S 20610 20613 18126 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 28885728 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846553557672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20623] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20623/stat : 20623 (java) S 20610 20613 18126 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28885728 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846552505128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20624] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20624/stat : 20624 (java) S 20610 20613 18126 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28885729 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846422272360 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20625] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20625/stat : 20625 (java) S 20610 20613 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28885730 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846421218680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20626] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20626/stat : 20626 (java) S 20610 20613 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28885730 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846420165512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20627] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20627/stat : 20627 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885732 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846419114256 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20628] ppid=20610 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/20613/task/20628/stat : 20628 (java) S 20610 20613 18126 0 -1 4202560 11128 0 0 0 110 3 0 0 20 0 22 0 28885732 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139846418062136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20629] ppid=20610 vsize=9824732 CPUtime=1.12 cores=1,3,5,7
/proc/20613/task/20629/stat : 20629 (java) S 20610 20613 18126 0 -1 4202560 7378 0 0 0 110 2 0 0 20 0 22 0 28885732 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139845544438712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20630] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20630/stat : 20630 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885732 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139845543385848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20631] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20631/stat : 20631 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885732 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139845542333512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20632] ppid=20610 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/20613/task/20632/stat : 20632 (java) R 20610 20613 18126 0 -1 4202560 19 0 0 0 97 0 0 0 20 0 22 0 28885776 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139845540904864 139846434354788 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20633] ppid=20610 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/20613/task/20633/stat : 20633 (java) R 20610 20613 18126 0 -1 4202560 73 0 0 0 94 2 0 0 20 0 22 0 28885776 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139845539860728 139846434442519 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20634] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20634/stat : 20634 (java) S 20610 20613 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28885777 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139845538808616 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20635] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20635/stat : 20635 (java) S 20610 20613 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28885777 10060525568 46924 33554432000 1073741824 1073778376 140735724975824 139845537756072 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.31 4.29 4.22 5/219 20635
/proc/meminfo: memFree=26945660/32872528 swapFree=1437460/1543748
[pid=20613] ppid=20610 vsize=9824732 CPUtime=8.19 cores=1,3,5,7
/proc/20613/stat : 20613 (java) S 20610 20613 18126 0 -1 4202496 22758 0 1 0 803 16 0 0 20 0 22 0 28885726 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 140735724966960 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20613/statm: 2456183 90616 2292 9 0 2446860 0
[pid=20613/tid=20615] ppid=20610 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/20613/task/20615/stat : 20615 (java) S 20610 20613 18126 0 -1 4202560 2438 0 1 0 44 2 0 0 20 0 22 0 28885727 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846598382456 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20616] ppid=20610 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20613/task/20616/stat : 20616 (java) S 20610 20613 18126 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 28885728 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846559873448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20617] ppid=20610 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20613/task/20617/stat : 20617 (java) S 20610 20613 18126 0 -1 4202560 47 0 0 0 5 0 0 0 20 0 22 0 28885728 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846558820904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20618] ppid=20610 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20613/task/20618/stat : 20618 (java) S 20610 20613 18126 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 28885728 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846557767848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20619] ppid=20610 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20613/task/20619/stat : 20619 (java) S 20610 20613 18126 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 22 0 28885728 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846556715304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20620] ppid=20610 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20613/task/20620/stat : 20620 (java) S 20610 20613 18126 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 22 0 28885728 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846555663272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20621] ppid=20610 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20613/task/20621/stat : 20621 (java) S 20610 20613 18126 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 28885728 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846554610728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20622] ppid=20610 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20613/task/20622/stat : 20622 (java) S 20610 20613 18126 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 28885728 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846553557672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20623] ppid=20610 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20613/task/20623/stat : 20623 (java) S 20610 20613 18126 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 28885728 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846552505128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20624] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20624/stat : 20624 (java) S 20610 20613 18126 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28885729 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846422272360 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20625] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20625/stat : 20625 (java) S 20610 20613 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28885730 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846421218680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20626] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20626/stat : 20626 (java) S 20610 20613 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28885730 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846420165512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20627] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20627/stat : 20627 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885732 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846419114256 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20628] ppid=20610 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/20613/task/20628/stat : 20628 (java) S 20610 20613 18126 0 -1 4202560 11128 0 0 0 114 3 0 0 20 0 22 0 28885732 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139846418062136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20629] ppid=20610 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/20613/task/20629/stat : 20629 (java) S 20610 20613 18126 0 -1 4202560 7378 0 0 0 116 2 0 0 20 0 22 0 28885732 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139845544438712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20630] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20630/stat : 20630 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885732 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139845543385848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20631] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20631/stat : 20631 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885732 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139845542333512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20632] ppid=20610 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/20613/task/20632/stat : 20632 (java) R 20610 20613 18126 0 -1 4202560 22 0 0 0 247 0 0 0 20 0 22 0 28885776 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139845540913952 139846434354940 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20633] ppid=20610 vsize=9824732 CPUtime=2.46 cores=1,3,5,7
/proc/20613/task/20633/stat : 20633 (java) R 20610 20613 18126 0 -1 4202560 132 0 0 0 241 5 0 0 20 0 22 0 28885776 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139845539859792 139846434442767 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20634] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20634/stat : 20634 (java) S 20610 20613 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28885777 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139845538808616 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20635] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20635/stat : 20635 (java) S 20610 20613 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28885777 10060525568 90616 33554432000 1073741824 1073778376 140735724975824 139845537756072 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.31 4.29 4.22 6/219 20635
/proc/meminfo: memFree=26557120/32872528 swapFree=1437460/1543748
[pid=20613] ppid=20610 vsize=9824732 CPUtime=14.75 cores=1,3,5,7
/proc/20613/stat : 20613 (java) S 20610 20613 18126 0 -1 4202496 23288 0 1 0 1446 29 0 0 20 0 22 0 28885726 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 140735724966960 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20613/statm: 2456183 162518 2292 9 0 2446860 0
[pid=20613/tid=20615] ppid=20610 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/20613/task/20615/stat : 20615 (java) S 20610 20613 18126 0 -1 4202560 2438 0 1 0 44 2 0 0 20 0 22 0 28885727 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 139846598382456 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20616] ppid=20610 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20613/task/20616/stat : 20616 (java) S 20610 20613 18126 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 28885728 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 139846559873448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20617] ppid=20610 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20613/task/20617/stat : 20617 (java) S 20610 20613 18126 0 -1 4202560 61 0 0 0 6 1 0 0 20 0 22 0 28885728 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 139846558820904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20618] ppid=20610 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/20613/task/20618/stat : 20618 (java) S 20610 20613 18126 0 -1 4202560 51 0 0 0 8 3 0 0 20 0 22 0 28885728 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 139846557767848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20619] ppid=20610 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/20613/task/20619/stat : 20619 (java) S 20610 20613 18126 0 -1 4202560 46 0 0 0 6 2 0 0 20 0 22 0 28885728 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 139846556715304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20620] ppid=20610 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/20613/task/20620/stat : 20620 (java) S 20610 20613 18126 0 -1 4202560 49 0 0 0 9 2 0 0 20 0 22 0 28885728 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 139846555663272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20621] ppid=20610 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20613/task/20621/stat : 20621 (java) S 20610 20613 18126 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 22 0 28885728 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 139846554610728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20622] ppid=20610 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20613/task/20622/stat : 20622 (java) S 20610 20613 18126 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 28885728 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 139846553557672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20623] ppid=20610 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/20613/task/20623/stat : 20623 (java) S 20610 20613 18126 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 22 0 28885728 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 139846552505128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20624] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20624/stat : 20624 (java) S 20610 20613 18126 0 -1 4202560 465 0 0 0 0 0 0 0 20 0 22 0 28885729 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 139846422272360 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20625] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20625/stat : 20625 (java) S 20610 20613 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28885730 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 139846421218680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20626] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20626/stat : 20626 (java) S 20610 20613 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28885730 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 139846420165512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20627] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20627/stat : 20627 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885732 10060525568 162518 33554432000 1073741824 1073778376 140735724975824 139846419114256 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20628] ppid=20610 vsize=9824732 CPUtime=1.19 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.79 4.42 4.30 6/219 20727
/proc/meminfo: memFree=23516304/32872528 swapFree=1437460/1543748
[pid=20613] ppid=20610 vsize=9824732 CPUtime=1773.28 cores=1,3,5,7
/proc/20613/stat : 20613 (java) S 20610 20613 18126 0 -1 4202496 33520 0 1 0 177134 194 0 0 20 0 22 0 28885726 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 140735724966960 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20613/statm: 2456183 909257 2301 9 0 2446860 0
[pid=20613/tid=20615] ppid=20610 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/20613/task/20615/stat : 20615 (java) S 20610 20613 18126 0 -1 4202560 2441 0 1 0 47 4 0 0 20 0 22 0 28885727 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846598382456 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20616] ppid=20610 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/20613/task/20616/stat : 20616 (java) S 20610 20613 18126 0 -1 4202560 660 0 0 0 266 17 0 0 20 0 22 0 28885728 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846559873448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20617] ppid=20610 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/20613/task/20617/stat : 20617 (java) S 20610 20613 18126 0 -1 4202560 598 0 0 0 243 17 0 0 20 0 22 0 28885728 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846558820904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20618] ppid=20610 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/20613/task/20618/stat : 20618 (java) S 20610 20613 18126 0 -1 4202560 509 0 0 0 251 14 0 0 20 0 22 0 28885728 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846557767848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20619] ppid=20610 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/20613/task/20619/stat : 20619 (java) S 20610 20613 18126 0 -1 4202560 506 0 0 0 251 14 0 0 20 0 22 0 28885728 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846556715304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20620] ppid=20610 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/20613/task/20620/stat : 20620 (java) S 20610 20613 18126 0 -1 4202560 693 0 0 0 283 18 0 0 20 0 22 0 28885728 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846555663272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20621] ppid=20610 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/20613/task/20621/stat : 20621 (java) S 20610 20613 18126 0 -1 4202560 523 0 0 0 243 14 0 0 20 0 22 0 28885728 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846554610728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20622] ppid=20610 vsize=9824732 CPUtime=2.71 cores=1,3,5,7
/proc/20613/task/20622/stat : 20622 (java) S 20610 20613 18126 0 -1 4202560 547 0 0 0 257 14 0 0 20 0 22 0 28885728 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846553557672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20623] ppid=20610 vsize=9824732 CPUtime=2.79 cores=1,3,5,7
/proc/20613/task/20623/stat : 20623 (java) S 20610 20613 18126 0 -1 4202560 524 0 0 0 264 15 0 0 20 0 22 0 28885728 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846552505128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20624] ppid=20610 vsize=9824732 CPUtime=3.62 cores=1,3,5,7
/proc/20613/task/20624/stat : 20624 (java) S 20610 20613 18126 0 -1 4202560 2285 0 0 0 353 9 0 0 20 0 22 0 28885729 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846422272360 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20625] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20625/stat : 20625 (java) S 20610 20613 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28885730 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846421218680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20626] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20626/stat : 20626 (java) S 20610 20613 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28885730 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846420165512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20627] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20627/stat : 20627 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885732 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846419114256 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20628] ppid=20610 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/20613/task/20628/stat : 20628 (java) S 20610 20613 18126 0 -1 4202560 13668 0 0 0 154 4 0 0 20 0 22 0 28885732 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139846418062136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20629] ppid=20610 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/20613/task/20629/stat : 20629 (java) S 20610 20613 18126 0 -1 4202560 7382 0 0 0 123 2 0 0 20 0 22 0 28885732 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139845544438712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20630] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20630/stat : 20630 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885732 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139845543385848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20631] ppid=20610 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/20613/task/20631/stat : 20631 (java) S 20610 20613 18126 0 -1 4202560 50 0 0 0 13 24 0 0 20 0 22 0 28885732 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139845542333512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20632] ppid=20610 vsize=9824732 CPUtime=872.18 cores=1,3,5,7
/proc/20613/task/20632/stat : 20632 (java) R 20610 20613 18126 0 -1 4202560 65 0 0 0 87202 16 0 0 20 0 22 0 28885776 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139845540912640 139846434460790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20633] ppid=20610 vsize=9824732 CPUtime=872.27 cores=1,3,5,7
/proc/20613/task/20633/stat : 20633 (java) R 20610 20613 18126 0 -1 4202560 1802 0 0 0 87175 52 0 0 20 0 22 0 28885776 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139845539858960 139846434640768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20634] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20634/stat : 20634 (java) S 20610 20613 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28885777 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139845538808616 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20635] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20635/stat : 20635 (java) S 20610 20613 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28885777 10060525568 909257 33554432000 1073741824 1073778376 140735724975824 139845537756072 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1773.28
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.701 s]
/proc/loadavg: 4.66 4.40 4.30 6/219 20728
/proc/meminfo: memFree=23475288/32872528 swapFree=1437460/1543748
[pid=20613] ppid=20610 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/20613/stat : 20613 (java) S 20610 20613 18126 0 -1 4202496 33800 0 1 0 179821 195 0 0 20 0 22 0 28885726 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 140735724966960 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20613/statm: 2456183 913607 2301 9 0 2446860 0
[pid=20613/tid=20615] ppid=20610 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/20613/task/20615/stat : 20615 (java) S 20610 20613 18126 0 -1 4202560 2441 0 1 0 47 4 0 0 20 0 22 0 28885727 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846598382456 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20616] ppid=20610 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/20613/task/20616/stat : 20616 (java) S 20610 20613 18126 0 -1 4202560 662 0 0 0 268 17 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846559873448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20617] ppid=20610 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/20613/task/20617/stat : 20617 (java) S 20610 20613 18126 0 -1 4202560 599 0 0 0 245 17 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846558820904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20618] ppid=20610 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/20613/task/20618/stat : 20618 (java) S 20610 20613 18126 0 -1 4202560 672 0 0 0 254 14 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846557767848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20619] ppid=20610 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/20613/task/20619/stat : 20619 (java) S 20610 20613 18126 0 -1 4202560 511 0 0 0 253 14 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846556715304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20620] ppid=20610 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/20613/task/20620/stat : 20620 (java) S 20610 20613 18126 0 -1 4202560 724 0 0 0 289 18 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846555663272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20621] ppid=20610 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/20613/task/20621/stat : 20621 (java) S 20610 20613 18126 0 -1 4202560 573 0 0 0 246 14 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846554610728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20622] ppid=20610 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/20613/task/20622/stat : 20622 (java) S 20610 20613 18126 0 -1 4202560 550 0 0 0 260 14 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846553557672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20623] ppid=20610 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/20613/task/20623/stat : 20623 (java) S 20610 20613 18126 0 -1 4202560 547 0 0 0 266 15 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846552505128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20624] ppid=20610 vsize=9824732 CPUtime=3.62 cores=1,3,5,7
/proc/20613/task/20624/stat : 20624 (java) S 20610 20613 18126 0 -1 4202560 2285 0 0 0 353 9 0 0 20 0 22 0 28885729 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846422272360 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20625] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20625/stat : 20625 (java) S 20610 20613 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28885730 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846421218680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20626] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20626/stat : 20626 (java) S 20610 20613 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28885730 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846420165512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20627] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20627/stat : 20627 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885732 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846419114256 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20628] ppid=20610 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/20613/task/20628/stat : 20628 (java) S 20610 20613 18126 0 -1 4202560 13668 0 0 0 154 4 0 0 20 0 22 0 28885732 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846418062136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20629] ppid=20610 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/20613/task/20629/stat : 20629 (java) S 20610 20613 18126 0 -1 4202560 7382 0 0 0 123 2 0 0 20 0 22 0 28885732 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845544438712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20630] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20630/stat : 20630 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885732 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845543385848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20631] ppid=20610 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/20613/task/20631/stat : 20631 (java) S 20610 20613 18126 0 -1 4202560 50 0 0 0 14 24 0 0 20 0 22 0 28885732 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845542333512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20632] ppid=20610 vsize=9824732 CPUtime=885.5 cores=1,3,5,7
/proc/20613/task/20632/stat : 20632 (java) R 20610 20613 18126 0 -1 4202560 66 0 0 0 88534 16 0 0 20 0 22 0 28885776 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845540912640 139846434365512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20633] ppid=20610 vsize=9824732 CPUtime=885.6 cores=1,3,5,7
/proc/20613/task/20633/stat : 20633 (java) R 20610 20613 18126 0 -1 4202560 1803 0 0 0 88508 52 0 0 20 0 22 0 28885776 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845539861320 139846434640710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20634] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20634/stat : 20634 (java) S 20610 20613 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28885777 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845538808616 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20635] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20635/stat : 20635 (java) S 20610 20613 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28885777 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845537756072 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 20613 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.701 s]
/proc/loadavg: 4.66 4.40 4.30 6/219 20728
/proc/meminfo: memFree=23475288/32872528 swapFree=1437460/1543748
[pid=20613] ppid=20610 vsize=9824732 CPUtime=1800.16 cores=1,3,5,7
/proc/20613/stat : 20613 (java) S 20610 20613 18126 0 -1 4202496 33800 0 1 0 179821 195 0 0 20 0 22 0 28885726 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 140735724966960 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20613/statm: 2456183 913607 2301 9 0 2446860 0
[pid=20613/tid=20615] ppid=20610 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/20613/task/20615/stat : 20615 (java) S 20610 20613 18126 0 -1 4202560 2441 0 1 0 47 4 0 0 20 0 22 0 28885727 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846598382456 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20616] ppid=20610 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/20613/task/20616/stat : 20616 (java) S 20610 20613 18126 0 -1 4202560 662 0 0 0 268 17 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846559873448 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20617] ppid=20610 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/20613/task/20617/stat : 20617 (java) S 20610 20613 18126 0 -1 4202560 599 0 0 0 245 17 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846558820904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20618] ppid=20610 vsize=9824732 CPUtime=2.68 cores=1,3,5,7
/proc/20613/task/20618/stat : 20618 (java) S 20610 20613 18126 0 -1 4202560 672 0 0 0 254 14 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846557767848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20619] ppid=20610 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/20613/task/20619/stat : 20619 (java) S 20610 20613 18126 0 -1 4202560 511 0 0 0 253 14 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846556715304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20620] ppid=20610 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/20613/task/20620/stat : 20620 (java) S 20610 20613 18126 0 -1 4202560 724 0 0 0 289 18 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846555663272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20621] ppid=20610 vsize=9824732 CPUtime=2.6 cores=1,3,5,7
/proc/20613/task/20621/stat : 20621 (java) S 20610 20613 18126 0 -1 4202560 573 0 0 0 246 14 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846554610728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20622] ppid=20610 vsize=9824732 CPUtime=2.74 cores=1,3,5,7
/proc/20613/task/20622/stat : 20622 (java) S 20610 20613 18126 0 -1 4202560 550 0 0 0 260 14 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846553557672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20623] ppid=20610 vsize=9824732 CPUtime=2.81 cores=1,3,5,7
/proc/20613/task/20623/stat : 20623 (java) S 20610 20613 18126 0 -1 4202560 547 0 0 0 266 15 0 0 20 0 22 0 28885728 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846552505128 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20624] ppid=20610 vsize=9824732 CPUtime=3.62 cores=1,3,5,7
/proc/20613/task/20624/stat : 20624 (java) S 20610 20613 18126 0 -1 4202560 2285 0 0 0 353 9 0 0 20 0 22 0 28885729 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846422272360 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20625] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20625/stat : 20625 (java) S 20610 20613 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28885730 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846421218680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20626] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20626/stat : 20626 (java) S 20610 20613 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28885730 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846420165512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20627] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20627/stat : 20627 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885732 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846419114256 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20613/tid=20628] ppid=20610 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/20613/task/20628/stat : 20628 (java) S 20610 20613 18126 0 -1 4202560 13668 0 0 0 154 4 0 0 20 0 22 0 28885732 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139846418062136 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20629] ppid=20610 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/20613/task/20629/stat : 20629 (java) S 20610 20613 18126 0 -1 4202560 7382 0 0 0 123 2 0 0 20 0 22 0 28885732 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845544438712 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20630] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20630/stat : 20630 (java) S 20610 20613 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28885732 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845543385848 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20631] ppid=20610 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/20613/task/20631/stat : 20631 (java) S 20610 20613 18126 0 -1 4202560 50 0 0 0 14 24 0 0 20 0 22 0 28885732 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845542333512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20632] ppid=20610 vsize=9824732 CPUtime=885.5 cores=1,3,5,7
/proc/20613/task/20632/stat : 20632 (java) R 20610 20613 18126 0 -1 4202560 66 0 0 0 88534 16 0 0 20 0 22 0 28885776 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845540912640 139846434365512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20613/tid=20633] ppid=20610 vsize=9824732 CPUtime=885.6 cores=1,3,5,7
/proc/20613/task/20633/stat : 20633 (java) R 20610 20613 18126 0 -1 4202560 1803 0 0 0 88508 52 0 0 20 0 22 0 28885776 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845539861320 139846434640710 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20613/tid=20634] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20634/stat : 20634 (java) S 20610 20613 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28885777 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845538808616 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20613/tid=20635] ppid=20610 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20613/task/20635/stat : 20635 (java) S 20610 20613 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28885777 10060525568 913607 33554432000 1073741824 1073778376 140735724975824 139845537756072 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 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.757
CPU time (s): 1800.9
CPU user time (s): 1798.39
CPU system time (s): 2.51162
CPU usage (%): 201.048
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 2.51162
maximum resident set size= 3654548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33834
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24126
involuntary context switches= 27547

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.81212 second user time and 7.57585 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-26 18:27:44
IDJOB=4116926
IDBENCH=109531
IDSOLVER=2543
FILE ID=node116/4116926-1466958464
RUNJOBID= node116-1466946428-18143
PBS_JOBID= 19976367
Free space on /tmp= 71680 MiB

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

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

MD5SUM BENCH= c16d0e7e51c092453a6d7919d70c7251
RANDOM SEED=328324821

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:        27218556 kB
Buffers:           21412 kB
Cached:           304680 kB
SwapCached:         2076 kB
Active:          3095284 kB
Inactive:         302344 kB
Active(anon):    3072124 kB
Inactive(anon):     1656 kB
Active(file):      23160 kB
Inactive(file):   300688 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098676 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:       4651144 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             565292 kB
SReclaimable:       9304 kB
SUnreclaim:       555988 kB
KernelStack:        1808 kB
PageTables:        13132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4972500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3164160 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 18:42:40