Trace number 4116094

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round22-7.opb
MD5SUM1f2f356ca8bb85193bb403eac8ee557f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4116094-1466955774.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.72/0.49	c ... done. Wall clock time 0.368s.
0.72/0.49	c declared #vars     4128
0.72/0.49	c #constraints  9984
0.72/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.72/0.49	c constraints type 
0.72/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.72/0.49	c org.sat4j.specs.Constr$1 => 904
0.72/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.72/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.72/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.72/0.49	c 9984 constraints processed.
0.72/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.72/0.49	c constraints type 
0.72/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 128
0.72/0.49	c org.sat4j.specs.Constr$1 => 904
0.72/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6726
0.72/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1722
0.72/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 504
0.72/0.49	c 9984 constraints processed.
4.20/1.36	c cleaning 2499 clauses out of 4998 with flag 15568/5000
5.76/1.98	c cleaning 4246 clauses out of 8500 with flag 39118/11001
7.18/2.69	c cleaning 5618 clauses out of 11253 with flag 67789/18000
9.32/3.61	c cleaning 6815 clauses out of 13637 with flag 101683/26002
11.15/4.59	c cleaning 7904 clauses out of 15820 with flag 142947/35000
13.59/5.77	c cleaning 8951 clauses out of 17918 with flag 189779/45002
16.26/7.02	c cleaning 9966 clauses out of 19965 with flag 245991/56000
19.07/8.40	c cleaning 10963 clauses out of 22000 with flag 306409/68001
22.15/9.97	c cleaning 11962 clauses out of 24037 with flag 376698/81001
25.54/11.69	c cleaning 13030 clauses out of 26075 with flag 452119/95001
29.62/13.64	c cleaning 13991 clauses out of 28045 with flag 538040/110001
33.83/15.75	c cleaning 15008 clauses out of 30054 with flag 627035/126001
38.53/18.03	c cleaning 16000 clauses out of 32046 with flag 725211/143001
39.34/18.41	c cleaning 0 clauses out of 5001 with flag 0/5001
43.64/20.50	c cleaning 17018 clauses out of 34047 with flag 827772/161002
49.28/23.24	c cleaning 17975 clauses out of 36028 with flag 939209/180001
55.26/26.29	c cleaning 19020 clauses out of 38052 with flag 1056200/200000
61.66/29.45	c cleaning 19993 clauses out of 40033 with flag 1180266/221001
68.35/32.76	c cleaning 20964 clauses out of 42041 with flag 1310330/243002
75.57/36.32	c cleaning 22023 clauses out of 44076 with flag 1448287/266001
83.25/40.14	c cleaning 22984 clauses out of 46053 with flag 1592428/290001
91.28/44.19	c cleaning 23998 clauses out of 48068 with flag 1741460/315000
99.98/48.48	c cleaning 25020 clauses out of 50071 with flag 1899682/341001
109.17/53.01	c cleaning 26007 clauses out of 52052 with flag 2063641/368002
118.86/57.89	c cleaning 26977 clauses out of 54048 with flag 2234701/396005
129.26/63.07	c cleaning 27985 clauses out of 56066 with flag 2409763/425000
140.35/68.55	c cleaning 29019 clauses out of 58081 with flag 2591070/455000
152.04/74.30	c cleaning 30019 clauses out of 60062 with flag 2781901/486000
163.84/80.24	c cleaning 31002 clauses out of 62043 with flag 2980053/518000
176.71/86.63	c cleaning 31988 clauses out of 64045 with flag 3179963/551004
189.78/93.11	c cleaning 33009 clauses out of 66053 with flag 3392708/585000
203.66/100.04	c cleaning 34005 clauses out of 68045 with flag 3607634/620001
218.32/107.35	c cleaning 34989 clauses out of 70040 with flag 3827969/656001
233.79/115.05	c cleaning 36011 clauses out of 72051 with flag 4058355/693001
242.67/119.89	c cleaning 0 clauses out of 11001 with flag 0/11001
250.67/123.86	c cleaning 37006 clauses out of 74039 with flag 4292327/731000
267.36/132.11	c cleaning 37965 clauses out of 76034 with flag 4534577/770001
284.62/140.77	c cleaning 39012 clauses out of 78069 with flag 4784108/810001
302.74/149.72	c cleaning 40009 clauses out of 80056 with flag 5039302/851000
321.41/159.05	c cleaning 41011 clauses out of 82047 with flag 5301699/893000
340.89/168.70	c cleaning 41991 clauses out of 84036 with flag 5571248/936000
361.41/178.93	c cleaning 42990 clauses out of 86045 with flag 5844253/980000
382.35/189.37	c cleaning 44024 clauses out of 88056 with flag 6122864/1025001
404.07/200.20	c cleaning 44986 clauses out of 90032 with flag 6409206/1071001
427.32/211.67	c cleaning 45991 clauses out of 92045 with flag 6705080/1118000
450.88/223.37	c cleaning 47001 clauses out of 94054 with flag 7006325/1166000
474.98/235.35	c cleaning 48014 clauses out of 96053 with flag 7314977/1215000
500.90/248.22	c cleaning 49000 clauses out of 98040 with flag 7626998/1265001
528.37/262.45	c cleaning 49988 clauses out of 100039 with flag 7947152/1316000
555.23/275.86	c cleaning 51012 clauses out of 102051 with flag 8274996/1368000
583.11/289.76	c cleaning 51990 clauses out of 104040 with flag 8610022/1421001
612.72/304.42	c cleaning 53017 clauses out of 106049 with flag 8944932/1475000
643.15/319.54	c cleaning 53992 clauses out of 108032 with flag 9283878/1530000
675.00/335.32	c cleaning 54977 clauses out of 110040 with flag 9635188/1586000
708.14/351.71	c cleaning 56020 clauses out of 112063 with flag 9987481/1643000
742.00/368.60	c cleaning 57005 clauses out of 114045 with flag 10345170/1701002
776.66/385.76	c cleaning 57997 clauses out of 116038 with flag 10713216/1760000
812.66/403.68	c cleaning 59012 clauses out of 118042 with flag 11081496/1820001
849.07/421.78	c cleaning 59995 clauses out of 120029 with flag 11461309/1881000
887.63/440.97	c cleaning 60981 clauses out of 122034 with flag 11845817/1943000
926.99/460.56	c cleaning 61997 clauses out of 124055 with flag 12236522/2006002
967.01/480.47	c cleaning 63005 clauses out of 126056 with flag 12632110/2070000
1008.82/501.18	c cleaning 64003 clauses out of 128051 with flag 13035214/2135000
1051.50/522.34	c cleaning 65008 clauses out of 130049 with flag 13443141/2201001
1079.06/536.09	c cleaning 0 clauses out of 18000 with flag 0/18000
1095.59/544.21	c cleaning 66000 clauses out of 132041 with flag 13860482/2268001
1142.21/567.33	c cleaning 66999 clauses out of 134040 with flag 14276262/2336000
1187.82/590.04	c cleaning 67991 clauses out of 136042 with flag 14704884/2405001
1235.56/613.78	c cleaning 68986 clauses out of 138050 with flag 15140121/2475000
1284.90/638.26	c cleaning 70018 clauses out of 140064 with flag 15579987/2546000
1336.19/663.72	c cleaning 71003 clauses out of 142046 with flag 16026192/2618000
1387.82/689.38	c cleaning 71992 clauses out of 144044 with flag 16475000/2691001
1441.81/717.13	c cleaning 73021 clauses out of 146052 with flag 16937172/2765001
1496.00/744.14	c cleaning 73993 clauses out of 148031 with flag 17402173/2840001
1550.63/771.26	c cleaning 75004 clauses out of 150037 with flag 17879144/2916000
1604.08/797.85	c cleaning 75971 clauses out of 152033 with flag 18360553/2993000
1652.82/822.12	c cleaning 76994 clauses out of 154063 with flag 18850655/3071001
1700.81/846.18	c cleaning 77996 clauses out of 156070 with flag 19342149/3150002
1750.61/871.03	c cleaning 79004 clauses out of 158074 with flag 19841928/3230002
1800.00/895.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.70	c starts		: 28146
1800.00/895.70	c conflicts		: 3310045
1800.00/895.70	c decisions		: 31152072
1800.00/895.70	c propagations		: 446717239
1800.00/895.70	c inspects		: 9560123233
1800.00/895.70	c shortcuts		: 0
1800.00/895.70	c learnt literals	: 2
1800.00/895.70	c learnt binary clauses	: 54
1800.00/895.70	c learnt ternary clauses	: 691
1800.00/895.70	c learnt constraints	: 3310044
1800.00/895.70	c ignored constraints	: 0
1800.00/895.70	c root simplifications	: 0
1800.00/895.70	c removed literals (reason simplification)	: 2508325
1800.00/895.70	c reason swapping (by a shorter reason)	: 0
1800.00/895.70	c Calls to reduceDB	: 76
1800.00/895.70	c Number of update (reduction) of LBD	: 713001
1800.00/895.70	c Imported unit clauses	: 0
1800.00/895.70	c number of reductions to clauses (during analyze)	: 0
1800.00/895.70	c number of learned constraints concerned by reduction	: 0
1800.00/895.70	c number of learning phase by resolution	: 0
1800.00/895.70	c number of learning phase by cutting planes	: 0
1800.00/895.70	c speed (assignments/second)	: 499015.01232129656
1800.00/895.70	c non guided choices	8336
1800.00/895.73	c learnt constraints type 
1800.00/895.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 54
1800.00/895.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159060
1800.00/895.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/895.73	c starts		: 45
1800.00/895.73	c conflicts		: 20420
1800.00/895.73	c decisions		: 72993
1800.00/895.73	c propagations		: 2538742
1800.00/895.73	c inspects		: 757976590
1800.00/895.73	c shortcuts		: 0
1800.00/895.73	c learnt literals	: 0
1800.00/895.73	c learnt binary clauses	: 0
1800.00/895.73	c learnt ternary clauses	: 0
1800.00/895.73	c learnt constraints	: 20420
1800.00/895.73	c ignored constraints	: 0
1800.00/895.73	c root simplifications	: 0
1800.00/895.73	c removed literals (reason simplification)	: 0
1800.00/895.73	c reason swapping (by a shorter reason)	: 0
1800.00/895.73	c Calls to reduceDB	: 3
1800.00/895.73	c Number of update (reduction) of LBD	: 0
1800.00/895.73	c Imported unit clauses	: 0
1800.00/895.73	c number of reductions to clauses (during analyze)	: 0
1800.00/895.73	c number of learned constraints concerned by reduction	: 0
1800.00/895.73	c number of learning phase by resolution	: 0
1800.00/895.73	c number of learning phase by cutting planes	: 0
1800.00/895.73	c speed (assignments/second)	: 2835.8576408941176
1800.00/895.73	c non guided choices	330
1800.00/895.74	c learnt constraints type 
1800.00/895.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 20
1800.00/895.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20400
1800.00/895.74	s UNKNOWN
1800.00/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-4116094-1466955774/watcher-4116094-1466955774 -o /tmp/evaluation-result-4116094-1466955774/solver-4116094-1466955774 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466946428-18143 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4116094-1466955774.opb 

pid=20111
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.18 4.22 4.18 4/197 20114
/proc/meminfo: memFree=27406592/32872528 swapFree=1437460/1543748
[pid=20114] ppid=20111 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20114/stat : 20114 (java) D 20111 20114 18126 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 28616732 9515008 183 33554432000 1073741824 1073778376 140736987594480 140736987585512 266435641013 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/20114/statm: 2323 183 140 9 0 71 0

[startup+0.100092 s]
/proc/loadavg: 4.18 4.22 4.18 4/197 20114
/proc/meminfo: memFree=27406592/32872528 swapFree=1437460/1543748
[pid=20114] ppid=20111 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20114/stat : 20114 (java) S 20111 20114 18126 0 -1 4202496 4411 0 1 0 8 1 0 0 20 0 18 0 28616732 9787879424 6036 33554432000 1073741824 1073778376 140737287739200 140737287730336 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20114/statm: 2389619 6036 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 4.18 4.22 4.18 4/197 20114
/proc/meminfo: memFree=27406592/32872528 swapFree=1437460/1543748
[pid=20114] ppid=20111 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/20114/stat : 20114 (java) S 20111 20114 18126 0 -1 4202496 4706 0 1 0 23 1 0 0 20 0 18 0 28616732 9787879424 6805 33554432000 1073741824 1073778376 140737287739200 140737287730336 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20114/statm: 2389619 6805 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300284 s]
/proc/loadavg: 4.18 4.22 4.18 4/197 20114
/proc/meminfo: memFree=27406592/32872528 swapFree=1437460/1543748
[pid=20114] ppid=20111 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/20114/stat : 20114 (java) S 20111 20114 18126 0 -1 4202496 5759 0 1 0 46 2 0 0 20 0 18 0 28616732 9787879424 8498 33554432000 1073741824 1073778376 140737287739200 140737287730336 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20114/statm: 2389619 8498 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700192 s]
/proc/loadavg: 4.18 4.22 4.18 4/197 20114
/proc/meminfo: memFree=27406592/32872528 swapFree=1437460/1543748
[pid=20114] ppid=20111 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/20114/stat : 20114 (java) S 20111 20114 18126 0 -1 4202496 13488 0 1 0 178 4 0 0 20 0 22 0 28616732 10060525568 23436 33554432000 1073741824 1073778376 140737287739200 140737287730336 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20114/statm: 2456183 23436 2266 9 0 2446860 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.18 4.22 4.18 7/219 20136
/proc/meminfo: memFree=27259172/32872528 swapFree=1437460/1543748
[pid=20114] ppid=20111 vsize=9824732 CPUtime=4.72 cores=1,3,5,7
/proc/20114/stat : 20114 (java) S 20111 20114 18126 0 -1 4202496 18957 0 1 0 465 7 0 0 20 0 22 0 28616732 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140737287730336 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20114/statm: 2456183 47150 2292 9 0 2446860 0
[pid=20114/tid=20116] ppid=20111 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/20114/task/20116/stat : 20116 (java) S 20111 20114 18126 0 -1 4202560 2436 0 1 0 44 2 0 0 20 0 22 0 28616734 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313974616952 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20117] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20117/stat : 20117 (java) S 20111 20114 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28616735 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313818512168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20118] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20118/stat : 20118 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616735 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313817459368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20119] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20119/stat : 20119 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616735 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313816407080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20120] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20120/stat : 20120 (java) S 20111 20114 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28616735 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313815354280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20121] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20121/stat : 20121 (java) S 20111 20114 18126 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 28616735 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313814300968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20122] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20122/stat : 20122 (java) S 20111 20114 18126 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 28616735 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313813248168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20123] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20123/stat : 20123 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616735 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313812195880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20124] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20124/stat : 20124 (java) S 20111 20114 18126 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 28616735 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313811143080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20125] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20125/stat : 20125 (java) S 20111 20114 18126 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313798732520 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20126] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20126/stat : 20126 (java) S 20111 20114 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313797678584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20127] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20127/stat : 20127 (java) S 20111 20114 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313796626184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20128] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20128/stat : 20128 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616739 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313795574672 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20129] ppid=20111 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/20114/task/20129/stat : 20129 (java) R 20111 20114 18126 0 -1 4202560 7798 0 0 0 112 1 0 0 20 0 22 0 28616739 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313794521272 140313976573377 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20130] ppid=20111 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/20114/task/20130/stat : 20130 (java) S 20111 20114 18126 0 -1 4202560 7314 0 0 0 108 2 0 0 20 0 22 0 28616739 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313793468472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20131] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20131/stat : 20131 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616739 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313792416376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20132] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20132/stat : 20132 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616739 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313791363784 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20133] ppid=20111 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/20114/task/20133/stat : 20133 (java) R 20111 20114 18126 0 -1 4202560 17 0 0 0 96 0 0 0 20 0 22 0 28616782 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313789944408 140313847649491 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20134] ppid=20111 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/20114/task/20134/stat : 20134 (java) R 20111 20114 18126 0 -1 4202560 75 0 0 0 96 2 0 0 20 0 22 0 28616782 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313788891176 140313847426334 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20135] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20135/stat : 20135 (java) S 20111 20114 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28616783 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313787840168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20136] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20136/stat : 20136 (java) S 20111 20114 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28616783 10060525568 47150 33554432000 1073741824 1073778376 140737287739200 140313786787368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.18 4.22 4.18 5/219 20136
/proc/meminfo: memFree=27189036/32872528 swapFree=1437460/1543748
[pid=20114] ppid=20111 vsize=9824732 CPUtime=8.26 cores=1,3,5,7
/proc/20114/stat : 20114 (java) S 20111 20114 18126 0 -1 4202496 19308 0 1 0 811 15 0 0 20 0 22 0 28616732 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140737287730336 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20114/statm: 2456183 86258 2292 9 0 2446860 0
[pid=20114/tid=20116] ppid=20111 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/20114/task/20116/stat : 20116 (java) S 20111 20114 18126 0 -1 4202560 2436 0 1 0 44 2 0 0 20 0 22 0 28616734 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313974616952 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20117] ppid=20111 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20114/task/20117/stat : 20117 (java) S 20111 20114 18126 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 22 0 28616735 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313818512168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20118] ppid=20111 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20114/task/20118/stat : 20118 (java) S 20111 20114 18126 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 28616735 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313817459368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20119] ppid=20111 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20114/task/20119/stat : 20119 (java) S 20111 20114 18126 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 28616735 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313816407080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20120] ppid=20111 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20114/task/20120/stat : 20120 (java) S 20111 20114 18126 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 28616735 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313815354280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20121] ppid=20111 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20114/task/20121/stat : 20121 (java) S 20111 20114 18126 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 22 0 28616735 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313814300968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20122] ppid=20111 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20114/task/20122/stat : 20122 (java) S 20111 20114 18126 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 28616735 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313813248168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20123] ppid=20111 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/20114/task/20123/stat : 20123 (java) S 20111 20114 18126 0 -1 4202560 24 0 0 0 2 2 0 0 20 0 22 0 28616735 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313812195880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20124] ppid=20111 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/20114/task/20124/stat : 20124 (java) S 20111 20114 18126 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 22 0 28616735 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313811143080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20125] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20125/stat : 20125 (java) S 20111 20114 18126 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313798732520 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20126] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20126/stat : 20126 (java) S 20111 20114 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313797678584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20127] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20127/stat : 20127 (java) S 20111 20114 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313796626184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20128] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20128/stat : 20128 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616739 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313795574672 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20129] ppid=20111 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/20114/task/20129/stat : 20129 (java) S 20111 20114 18126 0 -1 4202560 7799 0 0 0 120 1 0 0 20 0 22 0 28616739 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313794521272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20130] ppid=20111 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/20114/task/20130/stat : 20130 (java) S 20111 20114 18126 0 -1 4202560 7314 0 0 0 123 2 0 0 20 0 22 0 28616739 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313793468472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20131] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20131/stat : 20131 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616739 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313792416376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20132] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20132/stat : 20132 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616739 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313791363784 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20133] ppid=20111 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/20114/task/20133/stat : 20133 (java) R 20111 20114 18126 0 -1 4202560 20 0 0 0 247 0 0 0 20 0 22 0 28616782 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313789942656 140313847588704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20134] ppid=20111 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/20114/task/20134/stat : 20134 (java) R 20111 20114 18126 0 -1 4202560 124 0 0 0 247 3 0 0 20 0 22 0 28616782 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313788890904 140313847646172 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20135] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20135/stat : 20135 (java) S 20111 20114 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28616783 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313787840168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20136] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20136/stat : 20136 (java) S 20111 20114 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28616783 10060525568 86258 33554432000 1073741824 1073778376 140737287739200 140313786787368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.26
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.25 4.23 4.19 5/219 20136
/proc/meminfo: memFree=26797480/32872528 swapFree=1437460/1543748
[pid=20114] ppid=20111 vsize=9824732 CPUtime=14.86 cores=1,3,5,7
/proc/20114/stat : 20114 (java) S 20111 20114 18126 0 -1 4202496 19987 0 1 0 1458 28 0 0 20 0 22 0 28616732 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140737287730336 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20114/statm: 2456183 160954 2292 9 0 2446860 0
[pid=20114/tid=20116] ppid=20111 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/20114/task/20116/stat : 20116 (java) S 20111 20114 18126 0 -1 4202560 2436 0 1 0 44 2 0 0 20 0 22 0 28616734 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140313974616952 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20117] ppid=20111 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/20114/task/20117/stat : 20117 (java) S 20111 20114 18126 0 -1 4202560 97 0 0 0 9 3 0 0 20 0 22 0 28616735 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140313818512168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20118] ppid=20111 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20114/task/20118/stat : 20118 (java) S 20111 20114 18126 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 28616735 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140313817459368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20119] ppid=20111 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/20114/task/20119/stat : 20119 (java) S 20111 20114 18126 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 28616735 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140313816407080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20120] ppid=20111 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20114/task/20120/stat : 20120 (java) S 20111 20114 18126 0 -1 4202560 73 0 0 0 5 2 0 0 20 0 22 0 28616735 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140313815354280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20121] ppid=20111 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/20114/task/20121/stat : 20121 (java) S 20111 20114 18126 0 -1 4202560 52 0 0 0 6 3 0 0 20 0 22 0 28616735 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140313814300968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20122] ppid=20111 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/20114/task/20122/stat : 20122 (java) S 20111 20114 18126 0 -1 4202560 63 0 0 0 4 2 0 0 20 0 22 0 28616735 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140313813248168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20123] ppid=20111 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/20114/task/20123/stat : 20123 (java) S 20111 20114 18126 0 -1 4202560 53 0 0 0 7 3 0 0 20 0 22 0 28616735 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140313812195880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20124] ppid=20111 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/20114/task/20124/stat : 20124 (java) S 20111 20114 18126 0 -1 4202560 91 0 0 0 7 3 0 0 20 0 22 0 28616735 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140313811143080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20125] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20125/stat : 20125 (java) S 20111 20114 18126 0 -1 4202560 451 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140313798732520 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20126] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20126/stat : 20126 (java) S 20111 20114 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140313797678584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20127] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20127/stat : 20127 (java) S 20111 20114 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140313796626184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20128] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20128/stat : 20128 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616739 10060525568 160954 33554432000 1073741824 1073778376 140737287739200 140313795574672 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20129] ppid=20111 vsize=9824732 CPUtime=1.21 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.17 4.19 4.17 5/219 20224
/proc/meminfo: memFree=23507304/32872528 swapFree=1437460/1543748
[pid=20114] ppid=20111 vsize=9824732 CPUtime=1773.22 cores=1,3,5,7
/proc/20114/stat : 20114 (java) S 20111 20114 18126 0 -1 4202496 30525 0 1 0 177123 199 0 0 20 0 22 0 28616732 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140737287730336 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20114/statm: 2456183 921118 2301 9 0 2446860 0
[pid=20114/tid=20116] ppid=20111 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/20114/task/20116/stat : 20116 (java) S 20111 20114 18126 0 -1 4202560 2440 0 1 0 47 4 0 0 20 0 22 0 28616734 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313974616952 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20117] ppid=20111 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/20114/task/20117/stat : 20117 (java) S 20111 20114 18126 0 -1 4202560 683 0 0 0 281 18 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313818512168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20118] ppid=20111 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/20114/task/20118/stat : 20118 (java) S 20111 20114 18126 0 -1 4202560 512 0 0 0 239 16 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313817459368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20119] ppid=20111 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/20114/task/20119/stat : 20119 (java) S 20111 20114 18126 0 -1 4202560 508 0 0 0 259 14 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313816407080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20120] ppid=20111 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/20114/task/20120/stat : 20120 (java) S 20111 20114 18126 0 -1 4202560 522 0 0 0 282 13 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313815354280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20121] ppid=20111 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/20114/task/20121/stat : 20121 (java) S 20111 20114 18126 0 -1 4202560 563 0 0 0 289 18 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313814300968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20122] ppid=20111 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/20114/task/20122/stat : 20122 (java) S 20111 20114 18126 0 -1 4202560 623 0 0 0 230 14 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313813248168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20123] ppid=20111 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/20114/task/20123/stat : 20123 (java) S 20111 20114 18126 0 -1 4202560 516 0 0 0 236 14 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313812195880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20124] ppid=20111 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/20114/task/20124/stat : 20124 (java) S 20111 20114 18126 0 -1 4202560 609 0 0 0 270 17 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313811143080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20125] ppid=20111 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/20114/task/20125/stat : 20125 (java) S 20111 20114 18126 0 -1 4202560 2304 0 0 0 386 9 0 0 20 0 22 0 28616736 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313798732520 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20126] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20126/stat : 20126 (java) S 20111 20114 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313797678584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20127] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20127/stat : 20127 (java) S 20111 20114 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313796626184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20128] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20128/stat : 20128 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313795574672 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20129] ppid=20111 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/20114/task/20129/stat : 20129 (java) S 20111 20114 18126 0 -1 4202560 10551 0 0 0 148 2 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313794521272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20130] ppid=20111 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/20114/task/20130/stat : 20130 (java) S 20111 20114 18126 0 -1 4202560 7326 0 0 0 130 2 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313793468472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20131] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20131/stat : 20131 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313792416376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20132] ppid=20111 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/20114/task/20132/stat : 20132 (java) S 20111 20114 18126 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313791363784 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20133] ppid=20111 vsize=9824732 CPUtime=871.84 cores=1,3,5,7
/proc/20114/task/20133/stat : 20133 (java) R 20111 20114 18126 0 -1 4202560 68 0 0 0 87168 16 0 0 20 0 22 0 28616782 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313789935984 140313847620810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20134] ppid=20111 vsize=9824732 CPUtime=871.92 cores=1,3,5,7
/proc/20114/task/20134/stat : 20134 (java) R 20111 20114 18126 0 -1 4202560 1983 0 0 0 87144 48 0 0 20 0 22 0 28616782 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313788891776 140313847904415 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20135] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20135/stat : 20135 (java) S 20111 20114 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28616783 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313787840168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20136] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20136/stat : 20136 (java) S 20111 20114 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28616783 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313786787368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1773.22
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.701 s]
/proc/loadavg: 4.29 4.21 4.18 5/219 20224
/proc/meminfo: memFree=23502964/32872528 swapFree=1437460/1543748
[pid=20114] ppid=20111 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/20114/stat : 20114 (java) S 20111 20114 18126 0 -1 4202496 30527 0 1 0 179801 199 0 0 20 0 22 0 28616732 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140737287730336 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20114/statm: 2456183 921118 2301 9 0 2446860 0
[pid=20114/tid=20116] ppid=20111 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/20114/task/20116/stat : 20116 (java) S 20111 20114 18126 0 -1 4202560 2440 0 1 0 47 4 0 0 20 0 22 0 28616734 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313974616952 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20117] ppid=20111 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/20114/task/20117/stat : 20117 (java) S 20111 20114 18126 0 -1 4202560 683 0 0 0 281 18 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313818512168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20118] ppid=20111 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/20114/task/20118/stat : 20118 (java) S 20111 20114 18126 0 -1 4202560 512 0 0 0 239 16 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313817459368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20119] ppid=20111 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/20114/task/20119/stat : 20119 (java) S 20111 20114 18126 0 -1 4202560 508 0 0 0 259 14 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313816407080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20120] ppid=20111 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/20114/task/20120/stat : 20120 (java) S 20111 20114 18126 0 -1 4202560 522 0 0 0 282 13 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313815354280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20121] ppid=20111 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/20114/task/20121/stat : 20121 (java) S 20111 20114 18126 0 -1 4202560 563 0 0 0 289 18 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313814300968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20122] ppid=20111 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/20114/task/20122/stat : 20122 (java) S 20111 20114 18126 0 -1 4202560 623 0 0 0 230 14 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313813248168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20123] ppid=20111 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/20114/task/20123/stat : 20123 (java) S 20111 20114 18126 0 -1 4202560 516 0 0 0 236 14 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313812195880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20124] ppid=20111 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/20114/task/20124/stat : 20124 (java) S 20111 20114 18126 0 -1 4202560 609 0 0 0 270 17 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313811143080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20125] ppid=20111 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/20114/task/20125/stat : 20125 (java) S 20111 20114 18126 0 -1 4202560 2304 0 0 0 386 9 0 0 20 0 22 0 28616736 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313798732520 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20126] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20126/stat : 20126 (java) S 20111 20114 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313797678584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20127] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20127/stat : 20127 (java) S 20111 20114 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313796626184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20128] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20128/stat : 20128 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313795574672 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20129] ppid=20111 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/20114/task/20129/stat : 20129 (java) S 20111 20114 18126 0 -1 4202560 10551 0 0 0 148 2 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313794521272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20130] ppid=20111 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/20114/task/20130/stat : 20130 (java) S 20111 20114 18126 0 -1 4202560 7326 0 0 0 130 2 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313793468472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20131] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20131/stat : 20131 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313792416376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20132] ppid=20111 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/20114/task/20132/stat : 20132 (java) S 20111 20114 18126 0 -1 4202560 53 0 0 0 12 23 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313791363784 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20133] ppid=20111 vsize=9824732 CPUtime=885.22 cores=1,3,5,7
/proc/20114/task/20133/stat : 20133 (java) R 20111 20114 18126 0 -1 4202560 68 0 0 0 88506 16 0 0 20 0 22 0 28616782 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313789935984 140313847428685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20134] ppid=20111 vsize=9824732 CPUtime=885.31 cores=1,3,5,7
/proc/20114/task/20134/stat : 20134 (java) R 20111 20114 18126 0 -1 4202560 1983 0 0 0 88483 48 0 0 20 0 22 0 28616782 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313788891776 140313847426474 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20135] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20135/stat : 20135 (java) S 20111 20114 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28616783 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313787840168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20136] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20136/stat : 20136 (java) S 20111 20114 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28616783 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313786787368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 20114 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.701 s]
/proc/loadavg: 4.29 4.21 4.18 5/219 20224
/proc/meminfo: memFree=23502964/32872528 swapFree=1437460/1543748
[pid=20114] ppid=20111 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/20114/stat : 20114 (java) S 20111 20114 18126 0 -1 4202496 30527 0 1 0 179801 199 0 0 20 0 22 0 28616732 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140737287730336 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20114/statm: 2456183 921118 2301 9 0 2446860 0
[pid=20114/tid=20116] ppid=20111 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/20114/task/20116/stat : 20116 (java) S 20111 20114 18126 0 -1 4202560 2440 0 1 0 47 4 0 0 20 0 22 0 28616734 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313974616952 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20117] ppid=20111 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/20114/task/20117/stat : 20117 (java) S 20111 20114 18126 0 -1 4202560 683 0 0 0 281 18 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313818512168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20118] ppid=20111 vsize=9824732 CPUtime=2.55 cores=1,3,5,7
/proc/20114/task/20118/stat : 20118 (java) S 20111 20114 18126 0 -1 4202560 512 0 0 0 239 16 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313817459368 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20119] ppid=20111 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/20114/task/20119/stat : 20119 (java) S 20111 20114 18126 0 -1 4202560 508 0 0 0 259 14 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313816407080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20120] ppid=20111 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/20114/task/20120/stat : 20120 (java) S 20111 20114 18126 0 -1 4202560 522 0 0 0 282 13 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313815354280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20121] ppid=20111 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/20114/task/20121/stat : 20121 (java) S 20111 20114 18126 0 -1 4202560 563 0 0 0 289 18 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313814300968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20122] ppid=20111 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/20114/task/20122/stat : 20122 (java) S 20111 20114 18126 0 -1 4202560 623 0 0 0 230 14 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313813248168 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20123] ppid=20111 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/20114/task/20123/stat : 20123 (java) S 20111 20114 18126 0 -1 4202560 516 0 0 0 236 14 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313812195880 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20124] ppid=20111 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/20114/task/20124/stat : 20124 (java) S 20111 20114 18126 0 -1 4202560 609 0 0 0 270 17 0 0 20 0 22 0 28616735 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313811143080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20125] ppid=20111 vsize=9824732 CPUtime=3.95 cores=1,3,5,7
/proc/20114/task/20125/stat : 20125 (java) S 20111 20114 18126 0 -1 4202560 2304 0 0 0 386 9 0 0 20 0 22 0 28616736 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313798732520 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20126] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20126/stat : 20126 (java) S 20111 20114 18126 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313797678584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20127] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20127/stat : 20127 (java) S 20111 20114 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28616736 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313796626184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20128] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20128/stat : 20128 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313795574672 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20129] ppid=20111 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/20114/task/20129/stat : 20129 (java) S 20111 20114 18126 0 -1 4202560 10551 0 0 0 148 2 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313794521272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20114/tid=20130] ppid=20111 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/20114/task/20130/stat : 20130 (java) S 20111 20114 18126 0 -1 4202560 7326 0 0 0 130 2 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313793468472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20131] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20131/stat : 20131 (java) S 20111 20114 18126 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313792416376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20132] ppid=20111 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/20114/task/20132/stat : 20132 (java) S 20111 20114 18126 0 -1 4202560 53 0 0 0 12 23 0 0 20 0 22 0 28616739 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313791363784 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20133] ppid=20111 vsize=9824732 CPUtime=885.22 cores=1,3,5,7
/proc/20114/task/20133/stat : 20133 (java) R 20111 20114 18126 0 -1 4202560 68 0 0 0 88506 16 0 0 20 0 22 0 28616782 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313789935984 140313847428685 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20114/tid=20134] ppid=20111 vsize=9824732 CPUtime=885.31 cores=1,3,5,7
/proc/20114/task/20134/stat : 20134 (java) R 20111 20114 18126 0 -1 4202560 1983 0 0 0 88483 48 0 0 20 0 22 0 28616782 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313788891776 140313847426474 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20114/tid=20135] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20135/stat : 20135 (java) S 20111 20114 18126 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28616783 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313787840168 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20114/tid=20136] ppid=20111 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20114/task/20136/stat : 20136 (java) S 20111 20114 18126 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28616783 10060525568 921118 33554432000 1073741824 1073778376 140737287739200 140313786787368 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.757
CPU time (s): 1800.68
CPU user time (s): 1798.23
CPU system time (s): 2.45063
CPU usage (%): 201.023
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.23
system time used= 2.45063
maximum resident set size= 3684588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30564
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23879
involuntary context switches= 24060

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

The end

Launcher Data

Begin job on node116 at 2016-06-26 17:42:54
IDJOB=4116094
IDBENCH=109427
IDSOLVER=2543
FILE ID=node116/4116094-1466955774
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-size128-round22-7.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116094-1466955774/watcher-4116094-1466955774 -o /tmp/evaluation-result-4116094-1466955774/solver-4116094-1466955774 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466946428-18143 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4116094-1466955774.opb

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

MD5SUM BENCH= 1f2f356ca8bb85193bb403eac8ee557f
RANDOM SEED=1157826823

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:        27407212 kB
Buffers:           17908 kB
Cached:           303528 kB
SwapCached:         2080 kB
Active:          2920016 kB
Inactive:         298224 kB
Active(anon):    2897384 kB
Inactive(anon):     1656 kB
Active(file):      22632 kB
Inactive(file):   296568 kB
Unevictable:     1543748 kB
Mlocked:         1437460 kB
SwapTotal:      67108856 kB
SwapFree:       67098672 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:       4417060 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             565208 kB
SReclaimable:       9084 kB
SUnreclaim:       556124 kB
KernelStack:        1816 kB
PageTables:        12732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4986348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2936832 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 17:57:50