Trace number 4101114

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.65 898.848

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-pilot4.opb
MD5SUM65e439e03cbe6c14c849336d6093c9a6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26494
Total number of constraints657
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints657
Minimum length of a constraint10
Maximum length of a constraint1427
Number of terms in the objective function 120
Biggest coefficient in the objective function 65537
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524404
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262399
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525515
Number of bits of the biggest sum of numbers20
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	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.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4101114-1466212612.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
1.69/0.84	c ... done. Wall clock time 0.714s.
1.69/0.84	c declared #vars     26494
1.69/0.84	c #constraints  944
1.69/0.85	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.69/0.85	c constraints type 
1.69/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1.69/0.85	c org.sat4j.specs.Constr$1 => 11
1.69/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 931
1.69/0.85	c 944 constraints processed.
1.69/0.85	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.69/0.85	c constraints type 
1.69/0.85	c org.sat4j.specs.Constr$1 => 11
1.69/0.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1.69/0.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 931
1.69/0.85	c 944 constraints processed.
1.69/0.85	c objective function length is 120 literals
5.28/2.04	c cleaning 2500 clauses out of 5002 with flag 11024/5003
7.96/3.13	c cleaning 4249 clauses out of 8499 with flag 26768/11000
10.20/4.29	c cleaning 5625 clauses out of 11250 with flag 45561/18000
12.60/5.47	c cleaning 6809 clauses out of 13626 with flag 66109/26001
16.21/7.21	c cleaning 7908 clauses out of 15815 with flag 89007/35000
19.27/8.80	c cleaning 8954 clauses out of 17908 with flag 125486/45001
22.87/10.55	c cleaning 9977 clauses out of 19954 with flag 162519/56001
27.53/12.85	c cleaning 10981 clauses out of 21976 with flag 205477/68000
34.97/16.59	c cleaning 11988 clauses out of 24002 with flag 248580/81007
41.67/19.88	c cleaning 13003 clauses out of 26008 with flag 297295/95001
48.47/23.24	c cleaning 13999 clauses out of 28004 with flag 350987/110000
58.65/28.39	c cleaning 15003 clauses out of 30006 with flag 408854/126001
69.25/33.70	c cleaning 15993 clauses out of 32002 with flag 471246/143000
84.52/41.24	c cleaning 17003 clauses out of 34017 with flag 532013/161008
99.32/48.62	c cleaning 17994 clauses out of 36007 with flag 585020/180001
107.12/52.52	c cleaning 18996 clauses out of 38013 with flag 649091/200001
116.65/57.25	c cleaning 19995 clauses out of 40017 with flag 717665/221001
128.64/63.25	c cleaning 21001 clauses out of 42021 with flag 805757/243000
139.04/68.42	c cleaning 21989 clauses out of 44021 with flag 854158/266001
149.04/73.49	c cleaning 23001 clauses out of 46035 with flag 904287/290004
161.70/79.78	c cleaning 24003 clauses out of 48030 with flag 1005285/315000
172.30/85.08	c cleaning 25010 clauses out of 50028 with flag 1072736/341001
183.91/90.84	c cleaning 25994 clauses out of 52017 with flag 1146406/368000
199.50/98.70	c cleaning 27009 clauses out of 54024 with flag 1250479/396001
217.31/107.52	c cleaning 27999 clauses out of 56014 with flag 1389456/425000
231.32/114.55	c cleaning 29000 clauses out of 58015 with flag 1469922/455000
246.45/122.07	c cleaning 29985 clauses out of 60015 with flag 1559172/486000
263.64/130.61	c cleaning 30988 clauses out of 62031 with flag 1628093/518001
283.04/140.31	c cleaning 32016 clauses out of 64042 with flag 1700098/551000
297.63/147.66	c cleaning 33008 clauses out of 66026 with flag 1803993/585000
313.83/155.72	c cleaning 34010 clauses out of 68019 with flag 1939836/620001
330.83/164.24	c cleaning 35003 clauses out of 70008 with flag 2098540/656000
351.23/174.40	c cleaning 35993 clauses out of 72005 with flag 2231281/693000
372.51/185.08	c cleaning 36998 clauses out of 74012 with flag 2359903/731000
394.91/196.27	c cleaning 37996 clauses out of 76015 with flag 2538866/770001
417.31/207.45	c cleaning 39004 clauses out of 78018 with flag 2699318/810000
438.33/217.91	c cleaning 40004 clauses out of 80016 with flag 2838784/851002
458.51/228.06	c cleaning 41004 clauses out of 82011 with flag 2944567/893001
480.87/239.34	c cleaning 41996 clauses out of 84013 with flag 3071372/936007
505.88/251.88	c cleaning 42988 clauses out of 86011 with flag 3229498/980001
538.67/268.26	c cleaning 44000 clauses out of 88023 with flag 3441869/1025001
565.69/281.73	c cleaning 45002 clauses out of 90023 with flag 3568051/1071001
590.52/294.17	c cleaning 46001 clauses out of 92020 with flag 3678826/1118000
614.92/306.34	c cleaning 47006 clauses out of 94019 with flag 3803407/1166000
640.35/319.02	c cleaning 48005 clauses out of 96013 with flag 3932674/1215000
670.14/333.91	c cleaning 48985 clauses out of 98007 with flag 4089295/1265000
704.22/350.96	c cleaning 50002 clauses out of 100022 with flag 4307772/1316000
736.91/367.29	c cleaning 51003 clauses out of 102022 with flag 4571035/1368002
774.11/385.80	c cleaning 52002 clauses out of 104016 with flag 4810169/1421000
811.38/404.40	c cleaning 52960 clauses out of 106014 with flag 5058283/1475000
845.40/421.43	c cleaning 54018 clauses out of 108055 with flag 5240908/1530001
882.56/440.20	c cleaning 55012 clauses out of 110036 with flag 5435866/1586000
917.76/457.71	c cleaning 56004 clauses out of 112024 with flag 5687469/1643000
951.94/474.85	c cleaning 57005 clauses out of 114020 with flag 5886685/1701000
987.16/492.44	c cleaning 58001 clauses out of 116015 with flag 6088105/1760000
1028.38/513.03	c cleaning 58999 clauses out of 118014 with flag 6313976/1820000
1068.58/533.16	c cleaning 60002 clauses out of 120016 with flag 6605801/1881001
1106.56/552.18	c cleaning 61000 clauses out of 122013 with flag 6815321/1943000
1150.79/574.24	c cleaning 62003 clauses out of 124013 with flag 7042775/2006000
1187.98/592.80	c cleaning 62994 clauses out of 126011 with flag 7227271/2070001
1231.62/614.69	c cleaning 63998 clauses out of 128016 with flag 7489422/2135000
1272.82/635.22	c cleaning 65010 clauses out of 130020 with flag 7665083/2201002
1315.88/656.79	c cleaning 66002 clauses out of 132009 with flag 7835882/2268001
1366.86/682.26	c cleaning 66997 clauses out of 134006 with flag 8096861/2336000
1416.91/707.21	c cleaning 67991 clauses out of 136010 with flag 8411726/2405001
1470.95/734.22	c cleaning 69005 clauses out of 138020 with flag 8734239/2475002
1520.16/758.87	c cleaning 69985 clauses out of 140018 with flag 8996067/2546005
1572.81/785.13	c cleaning 71009 clauses out of 142028 with flag 9302862/2618000
1620.68/809.03	c cleaning 72003 clauses out of 144019 with flag 9653724/2691000
1676.26/836.99	c cleaning 72998 clauses out of 146016 with flag 9977701/2765000
1729.70/863.69	c cleaning 74004 clauses out of 148019 with flag 10298770/2840001
1783.88/890.78	c cleaning 74994 clauses out of 150014 with flag 10625256/2916000
1800.11/898.81	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/898.81	c starts		: 9895
1800.11/898.81	c conflicts		: 2940485
1800.11/898.81	c decisions		: 4598985
1800.11/898.81	c propagations		: 200202092
1800.11/898.81	c inspects		: 8252110779
1800.11/898.81	c shortcuts		: 0
1800.11/898.81	c learnt literals	: 4
1800.11/898.81	c learnt binary clauses	: 21
1800.11/898.81	c learnt ternary clauses	: 25
1800.11/898.81	c learnt constraints	: 2940481
1800.11/898.81	c ignored constraints	: 0
1800.11/898.81	c root simplifications	: 0
1800.11/898.81	c removed literals (reason simplification)	: 7984887
1800.11/898.81	c reason swapping (by a shorter reason)	: 0
1800.11/898.81	c Calls to reduceDB	: 72
1800.11/898.81	c Number of update (reduction) of LBD	: 318154
1800.11/898.81	c Imported unit clauses	: 0
1800.11/898.81	c number of reductions to clauses (during analyze)	: 0
1800.11/898.81	c number of learned constraints concerned by reduction	: 0
1800.11/898.81	c number of learning phase by resolution	: 0
1800.11/898.81	c number of learning phase by cutting planes	: 0
1800.11/898.81	c speed (assignments/second)	: 222961.06574721247
1800.11/898.81	c non guided choices	540
1800.11/898.83	c learnt constraints type 
1800.11/898.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 21
1800.11/898.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99484
1800.11/898.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/898.83	c starts		: 1
1800.11/898.83	c conflicts		: 136
1800.11/898.83	c decisions		: 6050
1800.11/898.83	c propagations		: 26344
1800.11/898.83	c inspects		: 239460
1800.11/898.83	c shortcuts		: 0
1800.11/898.83	c learnt literals	: 0
1800.11/898.83	c learnt binary clauses	: 0
1800.11/898.83	c learnt ternary clauses	: 0
1800.11/898.83	c learnt constraints	: 135
1800.11/898.83	c ignored constraints	: 0
1800.11/898.83	c root simplifications	: 0
1800.11/898.83	c removed literals (reason simplification)	: 0
1800.11/898.83	c reason swapping (by a shorter reason)	: 0
1800.11/898.83	c Calls to reduceDB	: 0
1800.11/898.83	c Number of update (reduction) of LBD	: 0
1800.11/898.83	c Imported unit clauses	: 0
1800.11/898.83	c number of reductions to clauses (during analyze)	: 0
1800.11/898.83	c number of learned constraints concerned by reduction	: 0
1800.11/898.83	c number of learning phase by resolution	: 0
1800.11/898.83	c number of learning phase by cutting planes	: 0
1800.11/898.83	c speed (assignments/second)	: 29.33813244478498
1800.11/898.83	c non guided choices	3
1800.11/898.83	c learnt constraints type 
1800.11/898.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 135
1800.11/898.83	s UNKNOWN
1800.11/898.83	c Total wall clock time (in seconds): 898.705

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-4101114-1466212612/watcher-4101114-1466212612 -o /tmp/evaluation-result-4101114-1466212612/solver-4101114-1466212612 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101114-1466212612.opb 

pid=17338
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.02 4.05 4.06 4/198 17341
/proc/meminfo: memFree=29330432/32872528 swapFree=338416/354768
[pid=17341] ppid=17338 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/17341/stat : 17341 (java) D 17338 17341 14474 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 23307987 2560000 46 33554432000 1073741824 1073778376 140736975960224 140736975957352 242158234919 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/17341/statm: 625 46 37 9 0 29 0

[startup+0.100062 s]
/proc/loadavg: 4.02 4.05 4.06 4/198 17341
/proc/meminfo: memFree=29330432/32872528 swapFree=338416/354768
[pid=17341] ppid=17338 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17341/stat : 17341 (java) S 17338 17341 14474 0 -1 4202496 4424 0 1 0 8 1 0 0 20 0 18 0 23307987 9787879424 5034 33554432000 1073741824 1073778376 140736975960224 140736975951360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17341/statm: 2389619 5034 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 4.02 4.05 4.06 4/198 17341
/proc/meminfo: memFree=29330432/32872528 swapFree=338416/354768
[pid=17341] ppid=17338 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/17341/stat : 17341 (java) S 17338 17341 14474 0 -1 4202496 4772 0 1 0 23 1 0 0 20 0 18 0 23307987 9787879424 6852 33554432000 1073741824 1073778376 140736975960224 140736975951360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17341/statm: 2389619 6852 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300245 s]
/proc/loadavg: 4.02 4.05 4.06 4/198 17341
/proc/meminfo: memFree=29330432/32872528 swapFree=338416/354768
[pid=17341] ppid=17338 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/17341/stat : 17341 (java) S 17338 17341 14474 0 -1 4202496 5975 0 1 0 50 1 0 0 20 0 18 0 23307987 9787879424 9543 33554432000 1073741824 1073778376 140736975960224 140736975951360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17341/statm: 2389619 9543 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.710108 s]
/proc/loadavg: 4.02 4.05 4.06 4/198 17341
/proc/meminfo: memFree=29330432/32872528 swapFree=338416/354768
[pid=17341] ppid=17338 vsize=9558476 CPUtime=1.49 cores=1,3,5,7
/proc/17341/stat : 17341 (java) S 17338 17341 14474 0 -1 4202496 14114 0 1 0 144 5 0 0 20 0 18 0 23307987 9787879424 45943 33554432000 1073741824 1073778376 140736975960224 140736975951360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17341/statm: 2389619 45943 2264 9 0 2380296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9558476

[startup+1.50087 s]
/proc/loadavg: 4.02 4.05 4.06 7/220 17363
/proc/meminfo: memFree=29128708/32872528 swapFree=338416/354768
[pid=17341] ppid=17338 vsize=9824732 CPUtime=4.09 cores=1,3,5,7
/proc/17341/stat : 17341 (java) S 17338 17341 14474 0 -1 4202496 15315 0 1 0 401 8 0 0 20 0 22 0 23307987 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140736975951360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17341/statm: 2456183 52451 2284 9 0 2446860 0
[pid=17341/tid=17343] ppid=17338 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/17341/task/17343/stat : 17343 (java) S 17338 17341 14474 0 -1 4202560 2533 0 1 0 73 3 0 0 20 0 22 0 23307988 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140235045581688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17344] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17344/stat : 17344 (java) S 17338 17341 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23307989 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234889619880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17345] ppid=17338 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17341/task/17345/stat : 17345 (java) S 17338 17341 14474 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 23307989 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234888567336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17346] ppid=17338 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17341/task/17346/stat : 17346 (java) S 17338 17341 14474 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 23307989 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234887514280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17347] ppid=17338 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17341/task/17347/stat : 17347 (java) S 17338 17341 14474 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 23307989 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234886461736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17348] ppid=17338 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17341/task/17348/stat : 17348 (java) S 17338 17341 14474 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 23307989 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234885409704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17349] ppid=17338 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/17341/task/17349/stat : 17349 (java) S 17338 17341 14474 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23307989 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234884357160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17350] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17350/stat : 17350 (java) S 17338 17341 14474 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23307989 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234883304104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17351] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17351/stat : 17351 (java) S 17338 17341 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23307989 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234882251560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17352] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17352/stat : 17352 (java) S 17338 17341 14474 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234869840232 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17353] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17353/stat : 17353 (java) S 17338 17341 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234868786552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17354] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17354/stat : 17354 (java) S 17338 17341 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234867733384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17355] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17355/stat : 17355 (java) S 17338 17341 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23307994 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234866682128 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17356] ppid=17338 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/17341/task/17356/stat : 17356 (java) S 17338 17341 14474 0 -1 4202560 5885 0 0 0 90 2 0 0 20 0 22 0 23307994 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234865630008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17357] ppid=17338 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/17341/task/17357/stat : 17357 (java) S 17338 17341 14474 0 -1 4202560 5426 0 0 0 91 0 0 0 20 0 22 0 23307994 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234864577464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17358] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17358/stat : 17358 (java) S 17338 17341 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23307994 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234863524600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17359] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17359/stat : 17359 (java) S 17338 17341 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23307994 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234862472264 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17360] ppid=17338 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/17341/task/17360/stat : 17360 (java) R 17338 17341 14474 0 -1 4202560 25 0 0 0 63 0 0 0 20 0 22 0 23308073 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234861367864 140234918758430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17361] ppid=17338 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/17341/task/17361/stat : 17361 (java) R 17338 17341 14474 0 -1 4202560 23 0 0 0 62 0 0 0 20 0 22 0 23308073 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234860314152 140234918999833 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17362] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17362/stat : 17362 (java) S 17338 17341 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23308076 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234859262760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17363] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17363/stat : 17363 (java) S 17338 17341 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23308077 10060525568 52451 33554432000 1073741824 1073778376 140736975960224 140234858210216 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.02 4.05 4.06 5/220 17363
/proc/meminfo: memFree=28744516/32872528 swapFree=338416/354768
[pid=17341] ppid=17338 vsize=9824732 CPUtime=7.96 cores=1,3,5,7
/proc/17341/stat : 17341 (java) S 17338 17341 14474 0 -1 4202496 19644 0 1 0 776 20 0 0 20 0 22 0 23307987 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140736975951360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17341/statm: 2456183 98154 2290 9 0 2446860 0
[pid=17341/tid=17343] ppid=17338 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/17341/task/17343/stat : 17343 (java) S 17338 17341 14474 0 -1 4202560 2533 0 1 0 73 3 0 0 20 0 22 0 23307988 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140235045581688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17344] ppid=17338 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/17341/task/17344/stat : 17344 (java) S 17338 17341 14474 0 -1 4202560 136 0 0 0 7 3 0 0 20 0 22 0 23307989 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234889619880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17345] ppid=17338 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17341/task/17345/stat : 17345 (java) S 17338 17341 14474 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 22 0 23307989 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234888567336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17346] ppid=17338 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17341/task/17346/stat : 17346 (java) S 17338 17341 14474 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 23307989 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234887514280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17347] ppid=17338 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/17341/task/17347/stat : 17347 (java) S 17338 17341 14474 0 -1 4202560 42 0 0 0 5 1 0 0 20 0 22 0 23307989 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234886461736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17348] ppid=17338 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/17341/task/17348/stat : 17348 (java) S 17338 17341 14474 0 -1 4202560 117 0 0 0 5 2 0 0 20 0 22 0 23307989 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234885409704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17349] ppid=17338 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17341/task/17349/stat : 17349 (java) S 17338 17341 14474 0 -1 4202560 103 0 0 0 2 2 0 0 20 0 22 0 23307989 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234884357160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17350] ppid=17338 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17341/task/17350/stat : 17350 (java) S 17338 17341 14474 0 -1 4202560 104 0 0 0 4 0 0 0 20 0 22 0 23307989 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234883304104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17351] ppid=17338 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/17341/task/17351/stat : 17351 (java) S 17338 17341 14474 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 23307989 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234882251560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17352] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17352/stat : 17352 (java) S 17338 17341 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234869840232 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17353] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17353/stat : 17353 (java) S 17338 17341 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234868786552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17354] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17354/stat : 17354 (java) S 17338 17341 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234867733384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17355] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17355/stat : 17355 (java) S 17338 17341 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23307994 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234866682128 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17356] ppid=17338 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/17341/task/17356/stat : 17356 (java) S 17338 17341 14474 0 -1 4202560 5891 0 0 0 96 2 0 0 20 0 22 0 23307994 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234865630008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17357] ppid=17338 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/17341/task/17357/stat : 17357 (java) S 17338 17341 14474 0 -1 4202560 9059 0 0 0 134 2 0 0 20 0 22 0 23307994 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234864577464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17358] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17358/stat : 17358 (java) S 17338 17341 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23307994 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234863524600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17359] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17359/stat : 17359 (java) S 17338 17341 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23307994 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234862472264 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17360] ppid=17338 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/17341/task/17360/stat : 17360 (java) R 17338 17341 14474 0 -1 4202560 35 0 0 0 212 0 0 0 20 0 22 0 23308073 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234861367880 140234919110048 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17361] ppid=17338 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/17341/task/17361/stat : 17361 (java) R 17338 17341 14474 0 -1 4202560 68 0 0 0 210 1 0 0 20 0 22 0 23308073 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234860313536 140234919191739 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17362] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17362/stat : 17362 (java) S 17338 17341 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23308076 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234859262760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17363] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17363/stat : 17363 (java) S 17338 17341 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23308077 10060525568 98154 33554432000 1073741824 1073778376 140736975960224 140234858210216 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.02 4.05 4.06 5/220 17363
/proc/meminfo: memFree=28543396/32872528 swapFree=338416/354768
[pid=17341] ppid=17338 vsize=9824732 CPUtime=14.41 cores=1,3,5,7
/proc/17341/stat : 17341 (java) S 17338 17341 14474 0 -1 4202496 19970 0 1 0 1417 24 0 0 20 0 22 0 23307987 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140736975951360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17341/statm: 2456183 126316 2290 9 0 2446860 0
[pid=17341/tid=17343] ppid=17338 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/17341/task/17343/stat : 17343 (java) S 17338 17341 14474 0 -1 4202560 2533 0 1 0 73 3 0 0 20 0 22 0 23307988 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140235045581688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17344] ppid=17338 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/17341/task/17344/stat : 17344 (java) S 17338 17341 14474 0 -1 4202560 140 0 0 0 8 3 0 0 20 0 22 0 23307989 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140234889619880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17345] ppid=17338 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/17341/task/17345/stat : 17345 (java) S 17338 17341 14474 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 22 0 23307989 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140234888567336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17346] ppid=17338 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17341/task/17346/stat : 17346 (java) S 17338 17341 14474 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 23307989 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140234887514280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17347] ppid=17338 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/17341/task/17347/stat : 17347 (java) S 17338 17341 14474 0 -1 4202560 69 0 0 0 7 2 0 0 20 0 22 0 23307989 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140234886461736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17348] ppid=17338 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/17341/task/17348/stat : 17348 (java) S 17338 17341 14474 0 -1 4202560 133 0 0 0 5 3 0 0 20 0 22 0 23307989 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140234885409704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17349] ppid=17338 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/17341/task/17349/stat : 17349 (java) S 17338 17341 14474 0 -1 4202560 108 0 0 0 3 2 0 0 20 0 22 0 23307989 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140234884357160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17350] ppid=17338 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/17341/task/17350/stat : 17350 (java) S 17338 17341 14474 0 -1 4202560 108 0 0 0 4 0 0 0 20 0 22 0 23307989 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140234883304104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17351] ppid=17338 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/17341/task/17351/stat : 17351 (java) S 17338 17341 14474 0 -1 4202560 61 0 0 0 5 1 0 0 20 0 22 0 23307989 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140234882251560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17352] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17352/stat : 17352 (java) S 17338 17341 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140234869840232 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17353] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17353/stat : 17353 (java) S 17338 17341 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140234868786552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17354] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17354/stat : 17354 (java) S 17338 17341 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140234867733384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17355] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17355/stat : 17355 (java) S 17338 17341 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23307994 10060525568 126316 33554432000 1073741824 1073778376 140736975960224 140234866682128 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17356] ppid=17338 vsize=9824732 CPUtime=1 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.33 4.16 4.09 5/221 17454
/proc/meminfo: memFree=27235384/32872528 swapFree=338416/354768
[pid=17341] ppid=17338 vsize=9824732 CPUtime=1647.28 cores=1,3,5,7
/proc/17341/stat : 17341 (java) S 17338 17341 14474 0 -1 4202496 25051 0 1 0 164594 134 0 0 20 0 22 0 23307987 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140736975951360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17341/statm: 2456183 618835 2299 9 0 2446860 0
[pid=17341/tid=17343] ppid=17338 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/17341/task/17343/stat : 17343 (java) S 17338 17341 14474 0 -1 4202560 2537 0 1 0 76 4 0 0 20 0 22 0 23307988 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140235045581688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17344] ppid=17338 vsize=9824732 CPUtime=0.69 cores=1,3,5,7
/proc/17341/task/17344/stat : 17344 (java) S 17338 17341 14474 0 -1 4202560 511 0 0 0 52 17 0 0 20 0 22 0 23307989 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234889619880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17345] ppid=17338 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/17341/task/17345/stat : 17345 (java) S 17338 17341 14474 0 -1 4202560 307 0 0 0 38 11 0 0 20 0 22 0 23307989 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234888567336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17346] ppid=17338 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/17341/task/17346/stat : 17346 (java) S 17338 17341 14474 0 -1 4202560 314 0 0 0 37 8 0 0 20 0 22 0 23307989 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234887514280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17347] ppid=17338 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/17341/task/17347/stat : 17347 (java) S 17338 17341 14474 0 -1 4202560 321 0 0 0 39 9 0 0 20 0 22 0 23307989 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234886461736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17348] ppid=17338 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/17341/task/17348/stat : 17348 (java) S 17338 17341 14474 0 -1 4202560 346 0 0 0 39 10 0 0 20 0 22 0 23307989 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234885409704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17349] ppid=17338 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/17341/task/17349/stat : 17349 (java) S 17338 17341 14474 0 -1 4202560 293 0 0 0 35 11 0 0 20 0 22 0 23307989 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234884357160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17350] ppid=17338 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/17341/task/17350/stat : 17350 (java) S 17338 17341 14474 0 -1 4202560 341 0 0 0 42 9 0 0 20 0 22 0 23307989 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234883304104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17351] ppid=17338 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/17341/task/17351/stat : 17351 (java) S 17338 17341 14474 0 -1 4202560 329 0 0 0 35 8 0 0 20 0 22 0 23307989 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234882251560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17352] ppid=17338 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/17341/task/17352/stat : 17352 (java) S 17338 17341 14474 0 -1 4202560 1476 0 0 0 59 5 0 0 20 0 22 0 23307991 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234869840232 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17353] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17353/stat : 17353 (java) S 17338 17341 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234868786552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17354] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17354/stat : 17354 (java) S 17338 17341 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234867733384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17355] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17355/stat : 17355 (java) S 17338 17341 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23307994 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234866682128 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17356] ppid=17338 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/17341/task/17356/stat : 17356 (java) S 17338 17341 14474 0 -1 4202560 5891 0 0 0 98 2 0 0 20 0 22 0 23307994 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234865630008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17357] ppid=17338 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/17341/task/17357/stat : 17357 (java) S 17338 17341 14474 0 -1 4202560 9064 0 0 0 142 2 0 0 20 0 22 0 23307994 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234864577464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17358] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17358/stat : 17358 (java) S 17338 17341 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23307994 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234863524600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17359] ppid=17338 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/17341/task/17359/stat : 17359 (java) S 17338 17341 14474 0 -1 4202560 47 0 0 0 15 13 0 0 20 0 22 0 23307994 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234862472264 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17360] ppid=17338 vsize=9824732 CPUtime=819.61 cores=1,3,5,7
/proc/17341/task/17360/stat : 17360 (java) R 17338 17341 14474 0 -1 4202560 625 0 0 0 81931 30 0 0 20 0 22 0 23308073 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234861358976 140234918758208 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17361] ppid=17338 vsize=9824732 CPUtime=819.65 cores=1,3,5,7
/proc/17341/task/17361/stat : 17361 (java) R 17338 17341 14474 0 -1 4202560 1383 0 0 0 81938 27 0 0 20 0 22 0 23308073 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234860312720 140234919147599 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17362] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17362/stat : 17362 (java) S 17338 17341 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23308076 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234859262760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17363] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17363/stat : 17363 (java) S 17338 17341 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23308077 10060525568 618835 33554432000 1073741824 1073778376 140736975960224 140234858210216 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1647.28
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.06 4.11 4.08 5/220 17458
/proc/meminfo: memFree=26421440/32872528 swapFree=338416/354768
[pid=17341] ppid=17338 vsize=9824732 CPUtime=1767.09 cores=1,3,5,7
/proc/17341/stat : 17341 (java) S 17338 17341 14474 0 -1 4202496 25300 0 1 0 176565 144 0 0 20 0 22 0 23307987 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140736975951360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17341/statm: 2456183 625407 2299 9 0 2446860 0
[pid=17341/tid=17343] ppid=17338 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/17341/task/17343/stat : 17343 (java) S 17338 17341 14474 0 -1 4202560 2537 0 1 0 76 4 0 0 20 0 22 0 23307988 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140235045581688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17344] ppid=17338 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/17341/task/17344/stat : 17344 (java) S 17338 17341 14474 0 -1 4202560 524 0 0 0 54 18 0 0 20 0 22 0 23307989 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234889619880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17345] ppid=17338 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/17341/task/17345/stat : 17345 (java) S 17338 17341 14474 0 -1 4202560 317 0 0 0 39 12 0 0 20 0 22 0 23307989 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234888567336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17346] ppid=17338 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/17341/task/17346/stat : 17346 (java) S 17338 17341 14474 0 -1 4202560 361 0 0 0 42 10 0 0 20 0 22 0 23307989 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234887514280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17347] ppid=17338 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/17341/task/17347/stat : 17347 (java) S 17338 17341 14474 0 -1 4202560 341 0 0 0 41 10 0 0 20 0 22 0 23307989 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234886461736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17348] ppid=17338 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/17341/task/17348/stat : 17348 (java) S 17338 17341 14474 0 -1 4202560 361 0 0 0 41 11 0 0 20 0 22 0 23307989 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234885409704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17349] ppid=17338 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/17341/task/17349/stat : 17349 (java) S 17338 17341 14474 0 -1 4202560 329 0 0 0 39 13 0 0 20 0 22 0 23307989 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234884357160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17350] ppid=17338 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/17341/task/17350/stat : 17350 (java) S 17338 17341 14474 0 -1 4202560 356 0 0 0 43 10 0 0 20 0 22 0 23307989 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234883304104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17351] ppid=17338 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/17341/task/17351/stat : 17351 (java) S 17338 17341 14474 0 -1 4202560 332 0 0 0 38 8 0 0 20 0 22 0 23307989 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234882251560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17352] ppid=17338 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/17341/task/17352/stat : 17352 (java) S 17338 17341 14474 0 -1 4202560 1560 0 0 0 92 5 0 0 20 0 22 0 23307991 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234869840232 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17353] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17353/stat : 17353 (java) S 17338 17341 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234868786552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17354] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17354/stat : 17354 (java) S 17338 17341 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234867733384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17355] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17355/stat : 17355 (java) S 17338 17341 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23307994 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234866682128 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17356] ppid=17338 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/17341/task/17356/stat : 17356 (java) S 17338 17341 14474 0 -1 4202560 5891 0 0 0 98 2 0 0 20 0 22 0 23307994 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234865630008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17357] ppid=17338 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/17341/task/17357/stat : 17357 (java) S 17338 17341 14474 0 -1 4202560 9064 0 0 0 142 2 0 0 20 0 22 0 23307994 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234864577464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17358] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17358/stat : 17358 (java) S 17338 17341 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23307994 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234863524600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17359] ppid=17338 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/17341/task/17359/stat : 17359 (java) S 17338 17341 14474 0 -1 4202560 51 0 0 0 17 14 0 0 20 0 22 0 23307994 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234862472264 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17360] ppid=17338 vsize=9824732 CPUtime=879.2 cores=1,3,5,7
/proc/17341/task/17360/stat : 17360 (java) R 17338 17341 14474 0 -1 4202560 626 0 0 0 87888 32 0 0 20 0 22 0 23308073 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234861358976 140234918758562 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17361] ppid=17338 vsize=9824732 CPUtime=879.24 cores=1,3,5,7
/proc/17341/task/17361/stat : 17361 (java) R 17338 17341 14474 0 -1 4202560 1384 0 0 0 87896 28 0 0 20 0 22 0 23308073 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234860313632 140234919147024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17362] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17362/stat : 17362 (java) S 17338 17341 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23308076 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234859262760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17363] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17363/stat : 17363 (java) S 17338 17341 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23308077 10060525568 625407 33554432000 1073741824 1073778376 140736975960224 140234858210216 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1767.09
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.808 s]
/proc/loadavg: 4.05 4.11 4.08 5/220 17458
/proc/meminfo: memFree=26453960/32872528 swapFree=338416/354768
[pid=17341] ppid=17338 vsize=9824732 CPUtime=1800.11 cores=1,3,5,7
/proc/17341/stat : 17341 (java) S 17338 17341 14474 0 -1 4202496 25307 0 1 0 179867 144 0 0 20 0 22 0 23307987 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140736975951360 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/17341/statm: 2456183 603961 2299 9 0 2446860 0
[pid=17341/tid=17343] ppid=17338 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/17341/task/17343/stat : 17343 (java) S 17338 17341 14474 0 -1 4202560 2537 0 1 0 76 4 0 0 20 0 22 0 23307988 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140235045581688 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17344] ppid=17338 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/17341/task/17344/stat : 17344 (java) S 17338 17341 14474 0 -1 4202560 528 0 0 0 55 18 0 0 20 0 22 0 23307989 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234889619880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17345] ppid=17338 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/17341/task/17345/stat : 17345 (java) S 17338 17341 14474 0 -1 4202560 317 0 0 0 39 12 0 0 20 0 22 0 23307989 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234888567336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17346] ppid=17338 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/17341/task/17346/stat : 17346 (java) S 17338 17341 14474 0 -1 4202560 361 0 0 0 42 10 0 0 20 0 22 0 23307989 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234887514280 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17347] ppid=17338 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/17341/task/17347/stat : 17347 (java) S 17338 17341 14474 0 -1 4202560 341 0 0 0 41 10 0 0 20 0 22 0 23307989 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234886461736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17348] ppid=17338 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/17341/task/17348/stat : 17348 (java) S 17338 17341 14474 0 -1 4202560 361 0 0 0 42 11 0 0 20 0 22 0 23307989 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234885409704 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17349] ppid=17338 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/17341/task/17349/stat : 17349 (java) S 17338 17341 14474 0 -1 4202560 329 0 0 0 40 13 0 0 20 0 22 0 23307989 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234884357160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17350] ppid=17338 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/17341/task/17350/stat : 17350 (java) S 17338 17341 14474 0 -1 4202560 356 0 0 0 44 10 0 0 20 0 22 0 23307989 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234883304104 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17351] ppid=17338 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/17341/task/17351/stat : 17351 (java) S 17338 17341 14474 0 -1 4202560 332 0 0 0 38 8 0 0 20 0 22 0 23307989 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234882251560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17352] ppid=17338 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/17341/task/17352/stat : 17352 (java) S 17338 17341 14474 0 -1 4202560 1562 0 0 0 92 5 0 0 20 0 22 0 23307991 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234869840232 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17353] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17353/stat : 17353 (java) S 17338 17341 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234868786552 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17354] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17354/stat : 17354 (java) S 17338 17341 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23307991 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234867733384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17355] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17355/stat : 17355 (java) S 17338 17341 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23307994 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234866682128 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17356] ppid=17338 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/17341/task/17356/stat : 17356 (java) S 17338 17341 14474 0 -1 4202560 5891 0 0 0 98 2 0 0 20 0 22 0 23307994 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234865630008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17341/tid=17357] ppid=17338 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/17341/task/17357/stat : 17357 (java) S 17338 17341 14474 0 -1 4202560 9064 0 0 0 142 2 0 0 20 0 22 0 23307994 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234864577464 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17358] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17358/stat : 17358 (java) S 17338 17341 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23307994 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234863524600 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17359] ppid=17338 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/17341/task/17359/stat : 17359 (java) S 17338 17341 14474 0 -1 4202560 51 0 0 0 17 14 0 0 20 0 22 0 23307994 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234862472264 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17341/tid=17360] ppid=17338 vsize=9824732 CPUtime=895.69 cores=1,3,5,7
/proc/17341/task/17360/stat : 17360 (java) R 17338 17341 14474 0 -1 4202560 627 0 0 0 89537 32 0 0 20 0 22 0 23308073 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234861366672 140234918758701 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17361] ppid=17338 vsize=9824732 CPUtime=895.73 cores=1,3,5,7
/proc/17341/task/17361/stat : 17361 (java) R 17338 17341 14474 0 -1 4202560 1384 0 0 0 89545 28 0 0 20 0 22 0 23308073 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234860313040 140234919147046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17341/tid=17362] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17362/stat : 17362 (java) S 17338 17341 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23308076 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234859262760 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17341/tid=17363] ppid=17338 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17341/task/17363/stat : 17363 (java) S 17338 17341 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23308077 10060525568 603961 33554432000 1073741824 1073778376 140736975960224 140234858210216 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 17341 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 898.848
CPU time (s): 1800.65
CPU user time (s): 1798.7
CPU system time (s): 1.9527
CPU usage (%): 200.329
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 1.9527
maximum resident set size= 3016912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25340
page faults= 1
swaps= 0
block input operations= 0
block output operations= 840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21867
involuntary context switches= 11076

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.37218 second user time and 7.81581 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 03:16:53
IDJOB=4101114
IDBENCH=1702
IDSOLVER=2543
FILE ID=node126/4101114-1466212612
RUNJOBID= node126-1466206074-14491
PBS_JOBID= 19918151
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-pilot4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101114-1466212612/watcher-4101114-1466212612 -o /tmp/evaluation-result-4101114-1466212612/solver-4101114-1466212612 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14491 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101114-1466212612.opb

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

MD5SUM BENCH= 65e439e03cbe6c14c849336d6093c9a6
RANDOM SEED=713266995

node126.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.121
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.24
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.121
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.121
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.55
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.121
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.121
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.121
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.121
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.121
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:        29331232 kB
Buffers:           47704 kB
Cached:            96752 kB
SwapCached:         1060 kB
Active:          2343516 kB
Inactive:          92860 kB
Active(anon):    2293460 kB
Inactive(anon):      960 kB
Active(file):      50056 kB
Inactive(file):    91900 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100072 kB
Dirty:              2124 kB
Writeback:             0 kB
AnonPages:       2707460 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             571588 kB
SReclaimable:      15592 kB
SUnreclaim:       555996 kB
KernelStack:        1680 kB
PageTables:         9632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3711208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2318336 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= 71720 MiB
End job on node126 at 2016-06-18 03:31:52