Trace number 4099794

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.04 897.848

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-air04.opb
MD5SUM015f32a31b4a3d7bbfc82031e4222c83
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57953
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 57799
Optimality of the best value was proved NO
Number of variables8904
Total number of constraints823
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)823
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint368
Number of terms in the objective function 8904
Biggest coefficient in the objective function 2258
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 5135151
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2258
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 5135151
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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-4099794-1466206174.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.72/0.49	c ... done. Wall clock time 0.373s.
0.72/0.49	c declared #vars     8904
0.72/0.49	c #constraints  1646
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 => 821
0.72/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 821
0.72/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.72/0.49	c 1646 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 => 4
0.72/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 821
0.72/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 821
0.72/0.49	c 1646 constraints processed.
0.72/0.49	c objective function length is 8904 literals
4.82/1.78	c cleaning 2478 clauses out of 4955 with flag 29208/5001
7.78/3.12	c cleaning 4197 clauses out of 8437 with flag 76439/11000
12.10/5.28	c cleaning 5600 clauses out of 11213 with flag 148282/18001
15.12/6.76	c cleaning 6769 clauses out of 13571 with flag 244532/26000
18.93/8.61	c cleaning 7828 clauses out of 15778 with flag 368091/35002
23.23/10.79	c cleaning 8938 clauses out of 17914 with flag 523728/45001
28.35/13.29	c cleaning 9954 clauses out of 19939 with flag 700628/56000
33.75/15.99	c cleaning 10954 clauses out of 21969 with flag 907885/68002
40.25/19.18	c cleaning 11963 clauses out of 24008 with flag 1128383/81001
47.45/22.71	c cleaning 12957 clauses out of 26037 with flag 1398132/95000
54.45/26.25	c cleaning 13981 clauses out of 28050 with flag 1708881/110002
62.86/30.48	c cleaning 15013 clauses out of 30050 with flag 2054370/126000
71.85/34.85	c cleaning 15946 clauses out of 32016 with flag 2430125/143000
81.25/39.55	c cleaning 16999 clauses out of 34049 with flag 2810090/161001
91.06/44.43	c cleaning 17921 clauses out of 36033 with flag 3227114/180000
104.06/50.82	c cleaning 18961 clauses out of 38095 with flag 3699229/200000
115.26/56.46	c cleaning 19972 clauses out of 40125 with flag 4198901/221001
127.86/62.78	c cleaning 21050 clauses out of 42135 with flag 4729457/243002
141.27/69.49	c cleaning 22012 clauses out of 44075 with flag 5250561/266000
155.92/76.62	c cleaning 22957 clauses out of 46042 with flag 5842431/290000
171.31/84.30	c cleaning 23997 clauses out of 48077 with flag 6464849/315003
188.71/93.08	c cleaning 24974 clauses out of 50066 with flag 7131722/341001
207.25/102.12	c cleaning 25984 clauses out of 52081 with flag 7809915/368000
224.25/110.68	c cleaning 26933 clauses out of 54085 with flag 8493318/396001
245.39/121.47	c cleaning 28048 clauses out of 56133 with flag 9250978/425000
265.38/131.48	c cleaning 29002 clauses out of 58073 with flag 10001094/455002
286.19/141.83	c cleaning 29978 clauses out of 60048 with flag 10805996/486001
309.09/153.26	c cleaning 30939 clauses out of 62064 with flag 11657508/518003
332.09/164.76	c cleaning 32004 clauses out of 64108 with flag 12568870/551001
357.10/177.21	c cleaning 33017 clauses out of 66099 with flag 13543177/585004
383.14/190.15	c cleaning 33965 clauses out of 68070 with flag 14546794/620000
409.54/203.37	c cleaning 35022 clauses out of 70102 with flag 15569598/656000
437.13/217.17	c cleaning 35967 clauses out of 72075 with flag 16638789/693000
464.94/231.07	c cleaning 36903 clauses out of 74102 with flag 17677577/731000
493.76/245.89	c cleaning 38061 clauses out of 76190 with flag 18766883/770000
522.55/260.25	c cleaning 39009 clauses out of 78120 with flag 19869008/810002
553.35/275.67	c cleaning 39952 clauses out of 80105 with flag 21006879/851003
586.54/292.28	c cleaning 41043 clauses out of 82143 with flag 22243014/893002
622.19/309.91	c cleaning 41905 clauses out of 84090 with flag 23498635/936001
656.98/327.37	c cleaning 43062 clauses out of 86179 with flag 24788058/980000
695.04/346.23	c cleaning 43966 clauses out of 88105 with flag 26084031/1025002
735.75/366.42	c cleaning 44994 clauses out of 90126 with flag 27453207/1071004
776.15/386.62	c cleaning 45985 clauses out of 92116 with flag 28842364/1118000
818.42/407.65	c cleaning 47031 clauses out of 94123 with flag 30230152/1166000
863.23/429.83	c cleaning 47848 clauses out of 96087 with flag 31690869/1215000
908.45/452.33	c cleaning 49057 clauses out of 98231 with flag 33157218/1265002
953.53/474.72	c cleaning 50036 clauses out of 100166 with flag 34675122/1316001
999.11/497.54	c cleaning 50990 clauses out of 102124 with flag 36263685/1368001
1015.93/505.92	c cleaning 0 clauses out of 4998 with flag 0/5000
1046.96/521.30	c cleaning 51999 clauses out of 104126 with flag 37914610/1421001
1098.31/547.73	c cleaning 52989 clauses out of 106118 with flag 39588977/1475002
1149.69/573.48	c cleaning 53966 clauses out of 108123 with flag 41300352/1530000
1202.07/599.55	c cleaning 55055 clauses out of 110153 with flag 42936494/1586001
1254.25/625.64	c cleaning 55942 clauses out of 112096 with flag 44603686/1643001
1310.08/653.39	c cleaning 57000 clauses out of 114145 with flag 46291123/1701000
1365.53/680.97	c cleaning 57985 clauses out of 116138 with flag 48016938/1760000
1422.31/709.31	c cleaning 59036 clauses out of 118149 with flag 49926169/1820001
1480.70/738.59	c cleaning 59935 clauses out of 120112 with flag 51747123/1881002
1540.24/768.16	c cleaning 61041 clauses out of 122173 with flag 53666326/1943001
1601.02/798.55	c cleaning 62061 clauses out of 124124 with flag 55638194/2006000
1662.83/829.41	c cleaning 63007 clauses out of 126060 with flag 57590938/2070003
1726.20/861.20	c cleaning 63926 clauses out of 128041 with flag 59583414/2135000
1794.64/895.17	c cleaning 64911 clauses out of 130110 with flag 61764410/2201000
1800.04/897.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/897.80	c starts		: 11833
1800.04/897.80	c conflicts		: 2207567
1800.04/897.80	c decisions		: 29819205
1800.04/897.80	c propagations		: 638613158
1800.04/897.80	c inspects		: 4956069826
1800.04/897.80	c shortcuts		: 0
1800.04/897.80	c learnt literals	: 826
1800.04/897.80	c learnt binary clauses	: 2182
1800.04/897.80	c learnt ternary clauses	: 2918
1800.04/897.80	c learnt constraints	: 2206741
1800.04/897.80	c ignored constraints	: 0
1800.04/897.80	c root simplifications	: 0
1800.04/897.80	c removed literals (reason simplification)	: 44014258
1800.04/897.80	c reason swapping (by a shorter reason)	: 0
1800.04/897.80	c Calls to reduceDB	: 62
1800.04/897.80	c Number of update (reduction) of LBD	: 1850439
1800.04/897.80	c Imported unit clauses	: 0
1800.04/897.80	c number of reductions to clauses (during analyze)	: 0
1800.04/897.80	c number of learned constraints concerned by reduction	: 0
1800.04/897.80	c number of learning phase by resolution	: 0
1800.04/897.80	c number of learning phase by cutting planes	: 0
1800.04/897.80	c speed (assignments/second)	: 711725.1210609903
1800.04/897.80	c non guided choices	9591
1800.04/897.83	c learnt constraints type 
1800.04/897.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2182
1800.04/897.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 69584
1800.04/897.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/897.83	c starts		: 15
1800.04/897.83	c conflicts		: 5739
1800.04/897.83	c decisions		: 214623
1800.04/897.83	c propagations		: 2987634
1800.04/897.83	c inspects		: 159282037
1800.04/897.83	c shortcuts		: 0
1800.04/897.83	c learnt literals	: 2
1800.04/897.83	c learnt binary clauses	: 4
1800.04/897.83	c learnt ternary clauses	: 1
1800.04/897.83	c learnt constraints	: 5736
1800.04/897.83	c ignored constraints	: 0
1800.04/897.83	c root simplifications	: 0
1800.04/897.83	c removed literals (reason simplification)	: 0
1800.04/897.83	c reason swapping (by a shorter reason)	: 0
1800.04/897.83	c Calls to reduceDB	: 1
1800.04/897.83	c Number of update (reduction) of LBD	: 0
1800.04/897.83	c Imported unit clauses	: 0
1800.04/897.83	c number of reductions to clauses (during analyze)	: 0
1800.04/897.83	c number of learned constraints concerned by reduction	: 0
1800.04/897.83	c number of learning phase by resolution	: 0
1800.04/897.83	c number of learning phase by cutting planes	: 0
1800.04/897.83	c speed (assignments/second)	: 3329.5895009238848
1800.04/897.83	c non guided choices	0
1800.04/897.83	c learnt constraints type 
1800.04/897.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6
1800.04/897.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 935
1800.04/897.83	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 1
1800.04/897.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4794
1800.04/897.83	s UNKNOWN
1800.04/897.83	c Total wall clock time (in seconds): 897.71

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-4099794-1466206174/watcher-4099794-1466206174 -o /tmp/evaluation-result-4099794-1466206174/solver-4099794-1466206174 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099794-1466206174.opb 

pid=2095
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: 2.22 0.68 0.29 4/197 2098
/proc/meminfo: memFree=30476832/32872528 swapFree=877056/942464
[pid=2098] ppid=2095 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2098/stat : 2098 (java) R 2095 2098 1299 0 -1 4202496 524 0 0 0 0 0 0 0 20 0 1 0 22666311 9515008 176 33554432000 1073741824 1073778376 140736661667456 140736661650184 213193147280 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2098/statm: 2331 183 139 9 0 79 0

[startup+0.100108 s]
/proc/loadavg: 2.22 0.68 0.29 4/197 2098
/proc/meminfo: memFree=30476832/32872528 swapFree=877056/942464
[pid=2098] ppid=2095 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/2098/stat : 2098 (java) S 2095 2098 1299 0 -1 4202496 4469 0 1 0 8 1 0 0 20 0 18 0 22666311 9787879424 5585 33554432000 1073741824 1073778376 140736661667456 140736661658592 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2098/statm: 2389619 5585 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 2.22 0.68 0.29 4/197 2098
/proc/meminfo: memFree=30476832/32872528 swapFree=877056/942464
[pid=2098] ppid=2095 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/2098/stat : 2098 (java) S 2095 2098 1299 0 -1 4202496 5127 0 1 0 28 1 0 0 20 0 18 0 22666311 9787879424 6582 33554432000 1073741824 1073778376 140736661667456 140736661658592 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2098/statm: 2389619 6582 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300309 s]
/proc/loadavg: 2.22 0.68 0.29 4/197 2098
/proc/meminfo: memFree=30476832/32872528 swapFree=877056/942464
[pid=2098] ppid=2095 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/2098/stat : 2098 (java) S 2095 2098 1299 0 -1 4202496 7164 0 1 0 50 2 0 0 20 0 18 0 22666311 9787879424 11734 33554432000 1073741824 1073778376 140736661667456 140736661658592 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2098/statm: 2389619 11734 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 2.22 0.68 0.29 4/197 2098
/proc/meminfo: memFree=30476832/32872528 swapFree=877056/942464
[pid=2098] ppid=2095 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/2098/stat : 2098 (java) S 2095 2098 1299 0 -1 4202496 9792 0 1 0 157 6 0 0 20 0 22 0 22666311 10060525568 41999 33554432000 1073741824 1073778376 140736661667456 140736661658592 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2098/statm: 2456183 41999 2269 9 0 2446860 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9824732

[startup+1.50095 s]
/proc/loadavg: 2.22 0.68 0.29 7/219 2120
/proc/meminfo: memFree=30290760/32872528 swapFree=877056/942464
[pid=2098] ppid=2095 vsize=9824732 CPUtime=4.39 cores=1,3,5,7
/proc/2098/stat : 2098 (java) S 2095 2098 1299 0 -1 4202496 23238 0 1 0 430 9 0 0 20 0 22 0 22666311 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140736661658592 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2098/statm: 2456183 50989 2280 9 0 2446860 0
[pid=2098/tid=2100] ppid=2095 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/2098/task/2100/stat : 2100 (java) S 2095 2098 1299 0 -1 4202560 2538 0 1 0 41 4 0 0 20 0 22 0 22666311 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166262264696 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2101] ppid=2095 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2098/task/2101/stat : 2101 (java) S 2095 2098 1299 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 22666313 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166106311464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2102] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2102/stat : 2102 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166105258664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2103] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2103/stat : 2103 (java) S 2095 2098 1299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166104206376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2104] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2104/stat : 2104 (java) S 2095 2098 1299 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166103153576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2105] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2105/stat : 2105 (java) S 2095 2098 1299 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166102100264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2106] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2106/stat : 2106 (java) S 2095 2098 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166101047464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2107] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2107/stat : 2107 (java) S 2095 2098 1299 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166099995176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2108] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2108/stat : 2108 (java) S 2095 2098 1299 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166098942376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2109] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2109/stat : 2109 (java) S 2095 2098 1299 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166086531816 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2110] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2110/stat : 2110 (java) S 2095 2098 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166085477880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2111] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2111/stat : 2111 (java) S 2095 2098 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166084425480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2112] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2112/stat : 2112 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666316 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166083373968 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2113] ppid=2095 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/2098/task/2113/stat : 2113 (java) S 2095 2098 1299 0 -1 4202560 11022 0 0 0 94 2 0 0 20 0 22 0 22666316 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166082320568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2114] ppid=2095 vsize=9824732 CPUtime=0.97 cores=1,3,5,7
/proc/2098/task/2114/stat : 2114 (java) S 2095 2098 1299 0 -1 4202560 8232 0 0 0 96 1 0 0 20 0 22 0 22666316 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166081267768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2115] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2115/stat : 2115 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666316 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166080215672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2116] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2116/stat : 2116 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666317 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166079163080 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2117] ppid=2095 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/2098/task/2117/stat : 2117 (java) R 2095 2098 1299 0 -1 4202560 23 0 0 0 91 0 0 0 20 0 22 0 22666361 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166078059288 140166135686898 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2118] ppid=2095 vsize=9824732 CPUtime=0.9 cores=1,3,5,7
/proc/2098/task/2118/stat : 2118 (java) R 2095 2098 1299 0 -1 4202560 28 0 0 0 90 0 0 0 20 0 22 0 22666361 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166077006184 140166135614615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2119] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2119/stat : 2119 (java) S 2095 2098 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22666364 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166075954856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2120] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2120/stat : 2120 (java) S 2095 2098 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22666364 10060525568 50989 33554432000 1073741824 1073778376 140736661667456 140166074902056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 2.22 0.68 0.29 5/219 2120
/proc/meminfo: memFree=30245020/32872528 swapFree=877056/942464
[pid=2098] ppid=2095 vsize=9824732 CPUtime=7.78 cores=1,3,5,7
/proc/2098/stat : 2098 (java) S 2095 2098 1299 0 -1 4202496 23323 0 1 0 767 11 0 0 20 0 22 0 22666311 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140736661658592 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2098/statm: 2456183 78664 2284 9 0 2446860 0
[pid=2098/tid=2100] ppid=2095 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/2098/task/2100/stat : 2100 (java) S 2095 2098 1299 0 -1 4202560 2538 0 1 0 41 4 0 0 20 0 22 0 22666311 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166262264696 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2101] ppid=2095 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/2098/task/2101/stat : 2101 (java) S 2095 2098 1299 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 22666313 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166106311464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2102] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2102/stat : 2102 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166105258664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2103] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2103/stat : 2103 (java) S 2095 2098 1299 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166104206376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2104] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2104/stat : 2104 (java) S 2095 2098 1299 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166103153576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2105] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2105/stat : 2105 (java) S 2095 2098 1299 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166102100264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2106] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2106/stat : 2106 (java) S 2095 2098 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166101047464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2107] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2107/stat : 2107 (java) S 2095 2098 1299 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166099995176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2108] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2108/stat : 2108 (java) S 2095 2098 1299 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 22666313 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166098942376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2109] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2109/stat : 2109 (java) S 2095 2098 1299 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166086531816 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2110] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2110/stat : 2110 (java) S 2095 2098 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166085477880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2111] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2111/stat : 2111 (java) S 2095 2098 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166084425480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2112] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2112/stat : 2112 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666316 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166083373968 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2113] ppid=2095 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/2098/task/2113/stat : 2113 (java) S 2095 2098 1299 0 -1 4202560 11041 0 0 0 107 2 0 0 20 0 22 0 22666316 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166082320568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2114] ppid=2095 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/2098/task/2114/stat : 2114 (java) S 2095 2098 1299 0 -1 4202560 8243 0 0 0 104 2 0 0 20 0 22 0 22666316 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166081267768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2115] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2115/stat : 2115 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666316 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166080215672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2116] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2116/stat : 2116 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666317 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166079163080 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2117] ppid=2095 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/2098/task/2117/stat : 2117 (java) R 2095 2098 1299 0 -1 4202560 25 0 0 0 249 0 0 0 20 0 22 0 22666361 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166078059192 140166135686958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2118] ppid=2095 vsize=9824732 CPUtime=2.49 cores=1,3,5,7
/proc/2098/task/2118/stat : 2118 (java) R 2095 2098 1299 0 -1 4202560 81 0 0 0 248 1 0 0 20 0 22 0 22666361 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166077006152 140166136096417 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2119] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2119/stat : 2119 (java) S 2095 2098 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22666364 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166075954856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2120] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2120/stat : 2120 (java) S 2095 2098 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22666364 10060525568 78664 33554432000 1073741824 1073778376 140736661667456 140166074902056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 2.36 0.74 0.31 5/219 2120
/proc/meminfo: memFree=30098444/32872528 swapFree=877056/942464
[pid=2098] ppid=2095 vsize=9824732 CPUtime=14.3 cores=1,3,5,7
/proc/2098/stat : 2098 (java) S 2095 2098 1299 0 -1 4202496 23680 0 1 0 1412 18 0 0 20 0 22 0 22666311 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140736661658592 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2098/statm: 2456183 96162 2284 9 0 2446860 0
[pid=2098/tid=2100] ppid=2095 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/2098/task/2100/stat : 2100 (java) S 2095 2098 1299 0 -1 4202560 2538 0 1 0 41 4 0 0 20 0 22 0 22666311 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140166262264696 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2101] ppid=2095 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2098/task/2101/stat : 2101 (java) S 2095 2098 1299 0 -1 4202560 43 0 0 0 3 1 0 0 20 0 22 0 22666313 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140166106311464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2102] ppid=2095 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/2098/task/2102/stat : 2102 (java) S 2095 2098 1299 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 22 0 22666313 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140166105258664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2103] ppid=2095 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2098/task/2103/stat : 2103 (java) S 2095 2098 1299 0 -1 4202560 39 0 0 0 3 1 0 0 20 0 22 0 22666313 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140166104206376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2104] ppid=2095 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/2098/task/2104/stat : 2104 (java) S 2095 2098 1299 0 -1 4202560 41 0 0 0 4 0 0 0 20 0 22 0 22666313 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140166103153576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2105] ppid=2095 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2098/task/2105/stat : 2105 (java) S 2095 2098 1299 0 -1 4202560 27 0 0 0 1 2 0 0 20 0 22 0 22666313 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140166102100264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2106] ppid=2095 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2098/task/2106/stat : 2106 (java) S 2095 2098 1299 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 22666313 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140166101047464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2107] ppid=2095 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2098/task/2107/stat : 2107 (java) S 2095 2098 1299 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 22 0 22666313 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140166099995176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2108] ppid=2095 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/2098/task/2108/stat : 2108 (java) S 2095 2098 1299 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 22 0 22666313 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140166098942376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2109] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2109/stat : 2109 (java) S 2095 2098 1299 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140166086531816 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2110] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2110/stat : 2110 (java) S 2095 2098 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140166085477880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2111] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2111/stat : 2111 (java) S 2095 2098 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140166084425480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2112] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2112/stat : 2112 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666316 10060525568 96162 33554432000 1073741824 1073778376 140736661667456 140166083373968 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2113] ppid=2095 vsize=9824732 CPUtime=1.1 cores=1,3,5,7

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

/proc/2098/task/2103/stat : 2103 (java) S 2095 2098 1299 0 -1 4202560 724 0 0 0 131 23 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166104206376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2104] ppid=2095 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/2098/task/2104/stat : 2104 (java) S 2095 2098 1299 0 -1 4202560 484 0 0 0 169 19 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166103153576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2105] ppid=2095 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/2098/task/2105/stat : 2105 (java) S 2095 2098 1299 0 -1 4202560 550 0 0 0 138 22 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166102100264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2106] ppid=2095 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/2098/task/2106/stat : 2106 (java) S 2095 2098 1299 0 -1 4202560 472 0 0 0 135 18 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166101047464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2107] ppid=2095 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/2098/task/2107/stat : 2107 (java) S 2095 2098 1299 0 -1 4202560 460 0 0 0 118 16 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166099995176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2108] ppid=2095 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/2098/task/2108/stat : 2108 (java) S 2095 2098 1299 0 -1 4202560 565 0 0 0 134 19 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166098942376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2109] ppid=2095 vsize=9824732 CPUtime=3.78 cores=1,3,5,7
/proc/2098/task/2109/stat : 2109 (java) S 2095 2098 1299 0 -1 4202560 2248 0 0 0 375 3 0 0 20 0 22 0 22666314 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166086531816 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2110] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2110/stat : 2110 (java) S 2095 2098 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166085477880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2111] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2111/stat : 2111 (java) S 2095 2098 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166084425480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2112] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2112/stat : 2112 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666316 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166083373968 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2113] ppid=2095 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/2098/task/2113/stat : 2113 (java) S 2095 2098 1299 0 -1 4202560 12403 0 0 0 144 2 0 0 20 0 22 0 22666316 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166082320568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2114] ppid=2095 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/2098/task/2114/stat : 2114 (java) S 2095 2098 1299 0 -1 4202560 8266 0 0 0 124 2 0 0 20 0 22 0 22666316 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166081267768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2115] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2115/stat : 2115 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666316 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166080215672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2116] ppid=2095 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/2098/task/2116/stat : 2116 (java) S 2095 2098 1299 0 -1 4202560 47 0 0 0 12 16 0 0 20 0 22 0 22666317 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166079163080 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2117] ppid=2095 vsize=9824732 CPUtime=812.39 cores=1,3,5,7
/proc/2098/task/2117/stat : 2117 (java) R 2095 2098 1299 0 -1 4202560 54 0 0 0 81226 13 0 0 20 0 22 0 22666361 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166078050576 140166135628295 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2118] ppid=2095 vsize=9824732 CPUtime=812.31 cores=1,3,5,7
/proc/2098/task/2118/stat : 2118 (java) R 2095 2098 1299 0 -1 4202560 1635 0 0 0 81191 40 0 0 20 0 22 0 22666361 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166077004408 140166136091512 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2119] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2119/stat : 2119 (java) S 2095 2098 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22666364 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166075954856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2120] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2120/stat : 2120 (java) S 2095 2098 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22666364 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166074902056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1648.61
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.15 3.97 2.64 5/219 2246
/proc/meminfo: memFree=26453448/32872528 swapFree=877056/942464
[pid=2098] ppid=2095 vsize=9824732 CPUtime=1768.62 cores=1,3,5,7
/proc/2098/stat : 2098 (java) S 2095 2098 1299 0 -1 4202496 32782 0 1 0 176645 217 0 0 20 0 22 0 22666311 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140736661658592 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2098/statm: 2456183 891534 2294 9 0 2446860 0
[pid=2098/tid=2100] ppid=2095 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/2098/task/2100/stat : 2100 (java) S 2095 2098 1299 0 -1 4202560 2550 0 1 0 43 6 0 0 20 0 22 0 22666311 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166262264696 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2101] ppid=2095 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/2098/task/2101/stat : 2101 (java) S 2095 2098 1299 0 -1 4202560 496 0 0 0 134 19 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166106311464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2102] ppid=2095 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/2098/task/2102/stat : 2102 (java) S 2095 2098 1299 0 -1 4202560 556 0 0 0 139 21 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166105258664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2103] ppid=2095 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/2098/task/2103/stat : 2103 (java) S 2095 2098 1299 0 -1 4202560 724 0 0 0 131 23 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166104206376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2104] ppid=2095 vsize=9824732 CPUtime=1.88 cores=1,3,5,7
/proc/2098/task/2104/stat : 2104 (java) S 2095 2098 1299 0 -1 4202560 484 0 0 0 169 19 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166103153576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2105] ppid=2095 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/2098/task/2105/stat : 2105 (java) S 2095 2098 1299 0 -1 4202560 550 0 0 0 138 22 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166102100264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2106] ppid=2095 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/2098/task/2106/stat : 2106 (java) S 2095 2098 1299 0 -1 4202560 472 0 0 0 135 18 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166101047464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2107] ppid=2095 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/2098/task/2107/stat : 2107 (java) S 2095 2098 1299 0 -1 4202560 460 0 0 0 118 16 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166099995176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2108] ppid=2095 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/2098/task/2108/stat : 2108 (java) S 2095 2098 1299 0 -1 4202560 565 0 0 0 134 19 0 0 20 0 22 0 22666313 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166098942376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2109] ppid=2095 vsize=9824732 CPUtime=3.78 cores=1,3,5,7
/proc/2098/task/2109/stat : 2109 (java) S 2095 2098 1299 0 -1 4202560 2248 0 0 0 375 3 0 0 20 0 22 0 22666314 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166086531816 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2110] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2110/stat : 2110 (java) S 2095 2098 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166085477880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2111] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2111/stat : 2111 (java) S 2095 2098 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166084425480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2112] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2112/stat : 2112 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666316 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166083373968 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2113] ppid=2095 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/2098/task/2113/stat : 2113 (java) S 2095 2098 1299 0 -1 4202560 12405 0 0 0 145 2 0 0 20 0 22 0 22666316 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166082320568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2114] ppid=2095 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/2098/task/2114/stat : 2114 (java) S 2095 2098 1299 0 -1 4202560 8266 0 0 0 124 2 0 0 20 0 22 0 22666316 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166081267768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2115] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2115/stat : 2115 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666316 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166080215672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2116] ppid=2095 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/2098/task/2116/stat : 2116 (java) S 2095 2098 1299 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 22 0 22666317 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166079163080 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2117] ppid=2095 vsize=9824732 CPUtime=872.24 cores=1,3,5,7
/proc/2098/task/2117/stat : 2117 (java) R 2095 2098 1299 0 -1 4202560 54 0 0 0 87209 15 0 0 20 0 22 0 22666361 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166078050576 140166135553622 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2118] ppid=2095 vsize=9824732 CPUtime=872.16 cores=1,3,5,7
/proc/2098/task/2118/stat : 2118 (java) R 2095 2098 1299 0 -1 4202560 1635 0 0 0 87175 41 0 0 20 0 22 0 22666361 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166077006040 140166136095701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2119] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2119/stat : 2119 (java) S 2095 2098 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22666364 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166075954856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2120] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2120/stat : 2120 (java) S 2095 2098 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22666364 10060525568 891534 33554432000 1073741824 1073778376 140736661667456 140166074902056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1768.62
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.801 s]
/proc/loadavg: 4.10 3.97 2.66 5/219 2246
/proc/meminfo: memFree=25799404/32872528 swapFree=877056/942464
[pid=2098] ppid=2095 vsize=9824732 CPUtime=1800.04 cores=1,3,5,7
/proc/2098/stat : 2098 (java) S 2095 2098 1299 0 -1 4202496 32982 0 1 0 179782 222 0 0 20 0 22 0 22666311 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140736661658592 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2098/statm: 2456183 903418 2294 9 0 2446860 0
[pid=2098/tid=2100] ppid=2095 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/2098/task/2100/stat : 2100 (java) S 2095 2098 1299 0 -1 4202560 2551 0 1 0 43 6 0 0 20 0 22 0 22666311 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166262264696 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2101] ppid=2095 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/2098/task/2101/stat : 2101 (java) S 2095 2098 1299 0 -1 4202560 518 0 0 0 141 20 0 0 20 0 22 0 22666313 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166106311464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2102] ppid=2095 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/2098/task/2102/stat : 2102 (java) S 2095 2098 1299 0 -1 4202560 575 0 0 0 150 22 0 0 20 0 22 0 22666313 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166105258664 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2103] ppid=2095 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/2098/task/2103/stat : 2103 (java) S 2095 2098 1299 0 -1 4202560 749 0 0 0 146 24 0 0 20 0 22 0 22666313 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166104206376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2104] ppid=2095 vsize=9824732 CPUtime=1.99 cores=1,3,5,7
/proc/2098/task/2104/stat : 2104 (java) S 2095 2098 1299 0 -1 4202560 512 0 0 0 179 20 0 0 20 0 22 0 22666313 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166103153576 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2105] ppid=2095 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/2098/task/2105/stat : 2105 (java) S 2095 2098 1299 0 -1 4202560 559 0 0 0 152 22 0 0 20 0 22 0 22666313 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166102100264 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2106] ppid=2095 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/2098/task/2106/stat : 2106 (java) S 2095 2098 1299 0 -1 4202560 507 0 0 0 143 18 0 0 20 0 22 0 22666313 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166101047464 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2107] ppid=2095 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/2098/task/2107/stat : 2107 (java) S 2095 2098 1299 0 -1 4202560 499 0 0 0 123 16 0 0 20 0 22 0 22666313 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166099995176 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2098/tid=2108] ppid=2095 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/2098/task/2108/stat : 2108 (java) S 2095 2098 1299 0 -1 4202560 584 0 0 0 148 19 0 0 20 0 22 0 22666313 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166098942376 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2109] ppid=2095 vsize=9824732 CPUtime=3.78 cores=1,3,5,7
/proc/2098/task/2109/stat : 2109 (java) S 2095 2098 1299 0 -1 4202560 2249 0 0 0 375 3 0 0 20 0 22 0 22666314 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166086531816 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2110] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2110/stat : 2110 (java) S 2095 2098 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166085477880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2111] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2111/stat : 2111 (java) S 2095 2098 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22666314 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166084425480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2112] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2112/stat : 2112 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666316 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166083373968 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2113] ppid=2095 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/2098/task/2113/stat : 2113 (java) S 2095 2098 1299 0 -1 4202560 12405 0 0 0 145 2 0 0 20 0 22 0 22666316 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166082320568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2114] ppid=2095 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/2098/task/2114/stat : 2114 (java) S 2095 2098 1299 0 -1 4202560 8266 0 0 0 124 2 0 0 20 0 22 0 22666316 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166081267768 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2115] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2115/stat : 2115 (java) S 2095 2098 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22666316 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166080215672 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2116] ppid=2095 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/2098/task/2116/stat : 2116 (java) S 2095 2098 1299 0 -1 4202560 53 0 0 0 13 18 0 0 20 0 22 0 22666317 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166079163080 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2098/tid=2117] ppid=2095 vsize=9824732 CPUtime=887.46 cores=1,3,5,7
/proc/2098/task/2117/stat : 2117 (java) R 2095 2098 1299 0 -1 4202560 54 0 0 0 88731 15 0 0 20 0 22 0 22666361 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166078050576 140166135686982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2118] ppid=2095 vsize=9824732 CPUtime=887.39 cores=1,3,5,7
/proc/2098/task/2118/stat : 2118 (java) R 2095 2098 1299 0 -1 4202560 1635 0 0 0 88698 41 0 0 20 0 22 0 22666361 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166077005168 140166136095649 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2098/tid=2119] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2119/stat : 2119 (java) S 2095 2098 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22666364 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166075954856 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2098/tid=2120] ppid=2095 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2098/task/2120/stat : 2120 (java) S 2095 2098 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22666364 10060525568 903418 33554432000 1073741824 1073778376 140736661667456 140166074902056 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 2098 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2098 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=329372
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=651596
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.848
CPU time (s): 1800.04
CPU user time (s): 1797.82
CPU system time (s): 2.22
CPU usage (%): 200.484
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.33
system time used= 2.6516
maximum resident set size= 3613792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33025
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21990
involuntary context switches= 17482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.68214 second user time and 7.27589 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 01:29:34
IDJOB=4099794
IDBENCH=1523
IDSOLVER=2543
FILE ID=node113/4099794-1466206174
RUNJOBID= node113-1466206100-1316
PBS_JOBID= 19918163
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-air04.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099794-1466206174/watcher-4099794-1466206174 -o /tmp/evaluation-result-4099794-1466206174/solver-4099794-1466206174 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099794-1466206174.opb

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

MD5SUM BENCH= 015f32a31b4a3d7bbfc82031e4222c83
RANDOM SEED=123641287

node113.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.799
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	: 5333.59
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.799
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.799
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.799
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.799
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.799
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.54
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.799
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.54
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.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30477104 kB
Buffers:           36092 kB
Cached:            67528 kB
SwapCached:         1976 kB
Active:           664564 kB
Inactive:          61228 kB
Active(anon):     623436 kB
Inactive(anon):     1496 kB
Active(file):      41128 kB
Inactive(file):    59732 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098888 kB
Dirty:              3128 kB
Writeback:             0 kB
AnonPages:       1550172 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             567428 kB
SReclaimable:      11456 kB
SUnreclaim:       555972 kB
KernelStack:        1784 kB
PageTables:         7452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2604456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    632832 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= 71696 MiB
End job on node113 at 2016-06-18 01:44:32