Trace number 4103138

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.89 892.382

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
MD5SUMd6efb238990ec55ca510b102fead8acf
Bench CategoryOPT-BIGINT (optimisation, big 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 variables1466812
Total number of constraints24336
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 constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 3531010623397850041104
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
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.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4103138-1466219705.opb
0.07/0.13	c reading problem ... 
0.07/0.15	c  objective function found
38.01/24.01	c ... done. Wall clock time 23.885s.
38.01/24.01	c declared #vars     1466812
38.01/24.01	c #constraints  48620
38.01/24.02	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
38.01/24.02	c constraints type 
38.01/24.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 48420
38.01/24.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 200
38.01/24.02	c 48620 constraints processed.
38.01/24.02	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
38.01/24.02	c constraints type 
38.01/24.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 48620
38.01/24.02	c 48620 constraints processed.
38.01/24.02	c objective function length is 748132 literals
120.17/64.92	c cleaning 2502 clauses out of 5004 with flag 15212/5004
127.14/68.13	c cleaning 4248 clauses out of 8498 with flag 27338/11000
134.44/71.78	c cleaning 5627 clauses out of 11254 with flag 41373/18004
143.94/76.34	c cleaning 6808 clauses out of 13624 with flag 57602/26001
155.80/81.92	c cleaning 7909 clauses out of 15818 with flag 76046/35003
167.61/87.69	c cleaning 8952 clauses out of 17907 with flag 96042/45001
180.94/94.03	c cleaning 9977 clauses out of 19955 with flag 118042/56001
195.31/101.00	c cleaning 10990 clauses out of 21980 with flag 142046/68003
211.41/108.73	c cleaning 11993 clauses out of 23987 with flag 168040/81000
228.94/117.24	c cleaning 12994 clauses out of 25994 with flag 196040/95000
247.41/126.15	c cleaning 13993 clauses out of 28001 with flag 226042/110001
266.77/135.57	c cleaning 15003 clauses out of 30008 with flag 258042/126001
289.75/146.53	c cleaning 15997 clauses out of 32004 with flag 292040/143000
318.51/160.05	c cleaning 17000 clauses out of 34007 with flag 328040/161000
351.54/175.90	c cleaning 18002 clauses out of 36007 with flag 366040/180000
386.64/193.04	c cleaning 19000 clauses out of 38005 with flag 406040/200000
421.21/209.92	c cleaning 0 clauses out of 5000 with flag 0/5000
424.16/211.17	c cleaning 20001 clauses out of 40007 with flag 448044/221002
460.61/228.99	c cleaning 20997 clauses out of 42004 with flag 492040/243000
500.45/248.56	c cleaning 22000 clauses out of 44008 with flag 538042/266001
541.64/268.75	c cleaning 22999 clauses out of 46007 with flag 586040/290000
586.38/290.78	c cleaning 24004 clauses out of 48008 with flag 636040/315000
630.96/312.64	c cleaning 25001 clauses out of 50005 with flag 688042/341001
681.56/337.43	c cleaning 25999 clauses out of 52004 with flag 742042/368001
722.40/357.38	c cleaning 0 clauses out of 11002 with flag 0/11002
734.94/363.52	c cleaning 27001 clauses out of 54005 with flag 798042/396001
794.85/392.92	c cleaning 28001 clauses out of 56003 with flag 856040/425000
856.90/423.40	c cleaning 29003 clauses out of 58005 with flag 916046/455003
931.41/459.98	c cleaning 29999 clauses out of 59999 with flag 978040/486000
1004.76/498.53	c cleaning 31001 clauses out of 62002 with flag 1042044/518002
1083.24/537.45	c cleaning 31998 clauses out of 64002 with flag 1108046/551003
1165.21/577.92	c cleaning 33001 clauses out of 66001 with flag 1176040/585000
1244.74/617.32	c cleaning 0 clauses out of 18000 with flag 0/18000
1245.54/617.79	c cleaning 33995 clauses out of 68002 with flag 1246044/620002
1333.73/661.47	c cleaning 35002 clauses out of 70005 with flag 1318040/656000
1431.35/709.73	c cleaning 36001 clauses out of 72003 with flag 1392040/693000
1522.48/754.91	c cleaning 37000 clauses out of 74003 with flag 1468042/731001
1620.20/803.39	c cleaning 37999 clauses out of 76002 with flag 1546040/770000
1724.42/854.99	c cleaning 38997 clauses out of 78004 with flag 1626042/810001
1800.05/892.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/892.30	c starts		: 94
1800.05/892.30	c conflicts		: 840803
1800.05/892.30	c decisions		: 2377196
1800.05/892.30	c propagations		: 19695519
1800.05/892.30	c inspects		: 4712287934
1800.05/892.30	c shortcuts		: 0
1800.05/892.30	c learnt literals	: 0
1800.05/892.30	c learnt binary clauses	: 0
1800.05/892.30	c learnt ternary clauses	: 0
1800.05/892.30	c learnt constraints	: 840803
1800.05/892.30	c ignored constraints	: 0
1800.05/892.30	c root simplifications	: 0
1800.05/892.30	c removed literals (reason simplification)	: 8639831
1800.05/892.30	c reason swapping (by a shorter reason)	: 0
1800.05/892.30	c Calls to reduceDB	: 36
1800.05/892.30	c Number of update (reduction) of LBD	: 747
1800.05/892.30	c Imported unit clauses	: 0
1800.05/892.30	c number of reductions to clauses (during analyze)	: 0
1800.05/892.30	c number of learned constraints concerned by reduction	: 0
1800.05/892.30	c number of learning phase by resolution	: 0
1800.05/892.30	c number of learning phase by cutting planes	: 0
1800.05/892.30	c speed (assignments/second)	: 22697.671979744922
1800.05/892.30	c non guided choices	0
1800.05/892.34	c learnt constraints type 
1800.05/892.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 69809
1800.05/892.34	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/892.34	c starts		: 51
1800.05/892.34	c conflicts		: 23194
1800.05/892.34	c decisions		: 7709668
1800.05/892.34	c propagations		: 14853900
1800.05/892.34	c inspects		: 398667607
1800.05/892.34	c shortcuts		: 0
1800.05/892.34	c learnt literals	: 0
1800.05/892.34	c learnt binary clauses	: 0
1800.05/892.34	c learnt ternary clauses	: 0
1800.05/892.34	c learnt constraints	: 23193
1800.05/892.34	c ignored constraints	: 0
1800.05/892.34	c root simplifications	: 0
1800.05/892.34	c removed literals (reason simplification)	: 0
1800.05/892.34	c reason swapping (by a shorter reason)	: 0
1800.05/892.34	c Calls to reduceDB	: 3
1800.05/892.34	c Number of update (reduction) of LBD	: 0
1800.05/892.34	c Imported unit clauses	: 0
1800.05/892.34	c number of reductions to clauses (during analyze)	: 0
1800.05/892.34	c number of learned constraints concerned by reduction	: 0
1800.05/892.34	c number of learning phase by resolution	: 0
1800.05/892.34	c number of learning phase by cutting planes	: 0
1800.05/892.34	c speed (assignments/second)	: 17121.032939825862
1800.05/892.34	c non guided choices	0
1800.05/892.35	c learnt constraints type 
1800.05/892.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 18
1800.05/892.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23175
1800.05/892.35	s UNKNOWN
1800.05/892.35	c Total wall clock time (in seconds): 892.219

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-4103138-1466219705/watcher-4103138-1466219705 -o /tmp/evaluation-result-4103138-1466219705/solver-4103138-1466219705 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103138-1466219705.opb 

pid=17038
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.16 4.25 4.23 4/197 17041
/proc/meminfo: memFree=26134228/32872528 swapFree=1499884/1696108
[pid=17041] ppid=17038 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17041/stat : 17041 (java) D 17038 17041 8337 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 24016547 9515008 175 33554432000 1073741824 1073778376 140735126840896 140735126823624 225444709264 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/17041/statm: 2323 175 133 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 4.16 4.25 4.23 4/197 17041
/proc/meminfo: memFree=26134228/32872528 swapFree=1499884/1696108
[pid=17041] ppid=17038 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17041/stat : 17041 (java) S 17038 17041 8337 0 -1 4202496 4317 0 1 0 7 0 0 0 20 0 18 0 24016547 9787879424 5436 33554432000 1073741824 1073778376 140733283845200 140733283836336 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17041/statm: 2389619 5437 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 4.16 4.25 4.23 4/197 17041
/proc/meminfo: memFree=26134228/32872528 swapFree=1499884/1696108
[pid=17041] ppid=17038 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/17041/stat : 17041 (java) S 17038 17041 8337 0 -1 4202496 4848 0 1 0 24 1 0 0 20 0 18 0 24016547 9787879424 23256 33554432000 1073741824 1073778376 140733283845200 140733283836336 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17041/statm: 2389619 23256 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300246 s]
/proc/loadavg: 4.16 4.25 4.23 4/197 17041
/proc/meminfo: memFree=26134228/32872528 swapFree=1499884/1696108
[pid=17041] ppid=17038 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/17041/stat : 17041 (java) S 17038 17041 8337 0 -1 4202496 5933 0 1 0 44 1 0 0 20 0 18 0 24016547 9787879424 26385 33554432000 1073741824 1073778376 140733283845200 140733283836336 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17041/statm: 2389619 26385 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700321 s]
/proc/loadavg: 4.16 4.25 4.23 4/197 17041
/proc/meminfo: memFree=26134228/32872528 swapFree=1499884/1696108
[pid=17041] ppid=17038 vsize=9558476 CPUtime=1.01 cores=1,3,5,7
/proc/17041/stat : 17041 (java) S 17038 17041 8337 0 -1 4202496 6091 0 1 0 96 5 0 0 20 0 18 0 24016547 9787879424 57196 33554432000 1073741824 1073778376 140733283845200 140733283836336 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17041/statm: 2389619 57196 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 4.16 4.25 4.23 4/215 17059
/proc/meminfo: memFree=25875572/32872528 swapFree=1499884/1696108
[pid=17041] ppid=17038 vsize=9558476 CPUtime=1.95 cores=1,3,5,7
/proc/17041/stat : 17041 (java) S 17038 17041 8337 0 -1 4202496 6506 0 1 0 189 6 0 0 20 0 18 0 24016547 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 140733283836336 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17041/statm: 2389619 66779 2248 9 0 2380296 0
[pid=17041/tid=17043] ppid=17038 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/17041/task/17043/stat : 17043 (java) R 17038 17041 8337 0 -1 4202560 2466 0 1 0 133 3 0 0 20 0 18 0 24016548 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139831426318128 139831267493588 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17044] ppid=17038 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/17041/task/17044/stat : 17044 (java) S 17038 17041 8337 0 -1 4202560 80 0 0 0 5 0 0 0 20 0 18 0 24016550 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139831387818920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17045] ppid=17038 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/17041/task/17045/stat : 17045 (java) S 17038 17041 8337 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 18 0 24016550 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139831386766376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17046] ppid=17038 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/17041/task/17046/stat : 17046 (java) S 17038 17041 8337 0 -1 4202560 64 0 0 0 3 0 0 0 20 0 18 0 24016550 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139831385713320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17047] ppid=17038 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/17041/task/17047/stat : 17047 (java) S 17038 17041 8337 0 -1 4202560 26 0 0 0 5 0 0 0 20 0 18 0 24016550 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139831267027752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17048] ppid=17038 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/17041/task/17048/stat : 17048 (java) S 17038 17041 8337 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 18 0 24016550 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139831265974696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17049] ppid=17038 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/17041/task/17049/stat : 17049 (java) S 17038 17041 8337 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 24016550 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139831264922152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17050] ppid=17038 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/17041/task/17050/stat : 17050 (java) S 17038 17041 8337 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 24016550 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139831263869096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17051] ppid=17038 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/17041/task/17051/stat : 17051 (java) S 17038 17041 8337 0 -1 4202560 262 0 0 0 5 0 0 0 20 0 18 0 24016550 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139831262816552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17052] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17052/stat : 17052 (java) S 17038 17041 8337 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 24016551 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139830780488552 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17053] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17053/stat : 17053 (java) S 17038 17041 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24016551 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139830779434872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17054] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17054/stat : 17054 (java) S 17038 17041 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24016551 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139830778381704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17055] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17055/stat : 17055 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24016554 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139830777330448 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17056] ppid=17038 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/17041/task/17056/stat : 17056 (java) S 17038 17041 8337 0 -1 4202560 784 0 0 0 7 0 0 0 20 0 18 0 24016554 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139830776277304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17057] ppid=17038 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/17041/task/17057/stat : 17057 (java) S 17038 17041 8337 0 -1 4202560 1451 0 0 0 9 0 0 0 20 0 18 0 24016554 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139830775224760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17058] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17058/stat : 17058 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24016554 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139830774171896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17059] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17059/stat : 17059 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24016554 9787879424 66779 33554432000 1073741824 1073778376 140733283845200 139830773119560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 4.06 4.23 4.23 4/215 17059
/proc/meminfo: memFree=25558420/32872528 swapFree=1499884/1696108
[pid=17041] ppid=17038 vsize=9558476 CPUtime=4.84 cores=1,3,5,7
/proc/17041/stat : 17041 (java) S 17038 17041 8337 0 -1 4202496 16624 0 1 0 457 27 0 0 20 0 18 0 24016547 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 140733283836336 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17041/statm: 2389619 146141 2264 9 0 2380296 0
[pid=17041/tid=17043] ppid=17038 vsize=9558476 CPUtime=2.68 cores=1,3,5,7
/proc/17041/task/17043/stat : 17043 (java) R 17038 17041 8337 0 -1 4202560 2524 0 1 0 262 6 0 0 20 0 18 0 24016548 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139831426324952 139831267445337 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17044] ppid=17038 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/17041/task/17044/stat : 17044 (java) S 17038 17041 8337 0 -1 4202560 372 0 0 0 16 3 0 0 20 0 18 0 24016550 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139831387818920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17045] ppid=17038 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/17041/task/17045/stat : 17045 (java) S 17038 17041 8337 0 -1 4202560 316 0 0 0 12 2 0 0 20 0 18 0 24016550 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139831386766376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17046] ppid=17038 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/17041/task/17046/stat : 17046 (java) S 17038 17041 8337 0 -1 4202560 145 0 0 0 9 3 0 0 20 0 18 0 24016550 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139831385713320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17047] ppid=17038 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/17041/task/17047/stat : 17047 (java) S 17038 17041 8337 0 -1 4202560 505 0 0 0 12 1 0 0 20 0 18 0 24016550 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139831267027752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17048] ppid=17038 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/17041/task/17048/stat : 17048 (java) S 17038 17041 8337 0 -1 4202560 117 0 0 0 13 3 0 0 20 0 18 0 24016550 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139831265974696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17049] ppid=17038 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/17041/task/17049/stat : 17049 (java) S 17038 17041 8337 0 -1 4202560 110 0 0 0 15 3 0 0 20 0 18 0 24016550 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139831264922152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17050] ppid=17038 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/17041/task/17050/stat : 17050 (java) S 17038 17041 8337 0 -1 4202560 72 0 0 0 11 2 0 0 20 0 18 0 24016550 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139831263869096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17051] ppid=17038 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/17041/task/17051/stat : 17051 (java) S 17038 17041 8337 0 -1 4202560 361 0 0 0 20 3 0 0 20 0 18 0 24016550 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139831262816552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17052] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17052/stat : 17052 (java) S 17038 17041 8337 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 24016551 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139830780488552 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17053] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17053/stat : 17053 (java) S 17038 17041 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24016551 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139830779434872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17054] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17054/stat : 17054 (java) S 17038 17041 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24016551 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139830778381704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17055] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17055/stat : 17055 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24016554 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139830777330448 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17056] ppid=17038 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/17041/task/17056/stat : 17056 (java) S 17038 17041 8337 0 -1 4202560 4180 0 0 0 33 0 0 0 20 0 18 0 24016554 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139830776277304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17057] ppid=17038 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/17041/task/17057/stat : 17057 (java) S 17038 17041 8337 0 -1 4202560 6475 0 0 0 40 2 0 0 20 0 18 0 24016554 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139830775224760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17058] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17058/stat : 17058 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24016554 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139830774171896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17059] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17059/stat : 17059 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24016554 9787879424 146141 33554432000 1073741824 1073778376 140733283845200 139830773119560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 9558476

[startup+6.3008 s]
/proc/loadavg: 4.06 4.23 4.23 5/215 17059
/proc/meminfo: memFree=25173804/32872528 swapFree=1499884/1696108
[pid=17041] ppid=17038 vsize=9558476 CPUtime=9.5 cores=1,3,5,7
/proc/17041/stat : 17041 (java) S 17038 17041 8337 0 -1 4202496 24731 0 1 0 891 59 0 0 20 0 18 0 24016547 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 140733283836336 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17041/statm: 2389619 275231 2282 9 0 2380296 0
[pid=17041/tid=17043] ppid=17038 vsize=9558476 CPUtime=4.37 cores=1,3,5,7
/proc/17041/task/17043/stat : 17043 (java) R 17038 17041 8337 0 -1 4202560 2809 0 1 0 427 10 0 0 20 0 18 0 24016548 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139831426318288 139831267677679 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17044] ppid=17038 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/17041/task/17044/stat : 17044 (java) S 17038 17041 8337 0 -1 4202560 699 0 0 0 38 7 0 0 20 0 18 0 24016550 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139831387818920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17045] ppid=17038 vsize=9558476 CPUtime=0.39 cores=1,3,5,7
/proc/17041/task/17045/stat : 17045 (java) S 17038 17041 8337 0 -1 4202560 770 0 0 0 32 7 0 0 20 0 18 0 24016550 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139831386766376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17046] ppid=17038 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/17041/task/17046/stat : 17046 (java) S 17038 17041 8337 0 -1 4202560 1391 0 0 0 41 8 0 0 20 0 18 0 24016550 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139831385713320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17047] ppid=17038 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/17041/task/17047/stat : 17047 (java) S 17038 17041 8337 0 -1 4202560 1261 0 0 0 35 3 0 0 20 0 18 0 24016550 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139831267027752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17048] ppid=17038 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/17041/task/17048/stat : 17048 (java) S 17038 17041 8337 0 -1 4202560 1398 0 0 0 30 6 0 0 20 0 18 0 24016550 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139831265974696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17049] ppid=17038 vsize=9558476 CPUtime=0.34 cores=1,3,5,7
/proc/17041/task/17049/stat : 17049 (java) S 17038 17041 8337 0 -1 4202560 1032 0 0 0 29 5 0 0 20 0 18 0 24016550 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139831264922152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17050] ppid=17038 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/17041/task/17050/stat : 17050 (java) S 17038 17041 8337 0 -1 4202560 1214 0 0 0 31 7 0 0 20 0 18 0 24016550 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139831263869096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17051] ppid=17038 vsize=9558476 CPUtime=0.39 cores=1,3,5,7
/proc/17041/task/17051/stat : 17051 (java) S 17038 17041 8337 0 -1 4202560 1327 0 0 0 33 6 0 0 20 0 18 0 24016550 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139831262816552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17052] ppid=17038 vsize=9558476 CPUtime=0.97 cores=1,3,5,7
/proc/17041/task/17052/stat : 17052 (java) S 17038 17041 8337 0 -1 4202560 912 0 0 0 97 0 0 0 20 0 18 0 24016551 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139830780488552 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17053] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17053/stat : 17053 (java) S 17038 17041 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24016551 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139830779434872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17054] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17054/stat : 17054 (java) S 17038 17041 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24016551 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139830778381704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17055] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17055/stat : 17055 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24016554 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139830777330448 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17056] ppid=17038 vsize=9558476 CPUtime=0.39 cores=1,3,5,7
/proc/17041/task/17056/stat : 17056 (java) S 17038 17041 8337 0 -1 4202560 4192 0 0 0 39 0 0 0 20 0 18 0 24016554 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139830776277304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17057] ppid=17038 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/17041/task/17057/stat : 17057 (java) S 17038 17041 8337 0 -1 4202560 6475 0 0 0 43 2 0 0 20 0 18 0 24016554 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139830775224760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17058] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17058/stat : 17058 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24016554 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139830774171896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17059] ppid=17038 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17059/stat : 17059 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24016554 9787879424 275231 33554432000 1073741824 1073778376 140733283845200 139830773119560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.5
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 4.06 4.23 4.22 4/215 17059
/proc/meminfo: memFree=24171312/32872528 swapFree=1499884/1696108
[pid=17041] ppid=17038 vsize=9558476 CPUtime=19.57 cores=1,3,5,7
/proc/17041/stat : 17041 (java) S 17038 17041 8337 0 -1 4202496 39582 0 1 0 1819 138 0 0 20 0 18 0 24016547 9787879424 547952 33554432000 1073741824 1073778376 140733283845200 140733283836336 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17041/statm: 2389619 547952 2283 9 0 2380296 0

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


[startup+822.301 s]
/proc/loadavg: 4.19 4.25 4.27 6/219 17247
/proc/meminfo: memFree=22255900/32872528 swapFree=1499884/1696108
[pid=17041] ppid=17038 vsize=9824732 CPUtime=1658.63 cores=1,3,5,7
/proc/17041/stat : 17041 (java) S 17038 17041 8337 0 -1 4202496 104489 0 1 0 165286 577 0 0 20 0 22 0 24016547 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 140733283836336 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17041/statm: 2456183 1402112 2299 9 0 2446860 0
[pid=17041/tid=17043] ppid=17038 vsize=9824732 CPUtime=12.35 cores=1,3,5,7
/proc/17041/task/17043/stat : 17043 (java) S 17038 17041 8337 0 -1 4202560 3403 0 1 0 1220 15 0 0 20 0 22 0 24016548 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139831426327416 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17044] ppid=17038 vsize=9824732 CPUtime=11.82 cores=1,3,5,7
/proc/17041/task/17044/stat : 17044 (java) S 17038 17041 8337 0 -1 4202560 6529 0 0 0 1107 75 0 0 20 0 22 0 24016550 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139831387818920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17045] ppid=17038 vsize=9824732 CPUtime=10.87 cores=1,3,5,7
/proc/17041/task/17045/stat : 17045 (java) S 17038 17041 8337 0 -1 4202560 12713 0 0 0 1023 64 0 0 20 0 22 0 24016550 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139831386766376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17046] ppid=17038 vsize=9824732 CPUtime=11.37 cores=1,3,5,7
/proc/17041/task/17046/stat : 17046 (java) S 17038 17041 8337 0 -1 4202560 14389 0 0 0 1073 64 0 0 20 0 22 0 24016550 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139831385713320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17047] ppid=17038 vsize=9824732 CPUtime=11.33 cores=1,3,5,7
/proc/17041/task/17047/stat : 17047 (java) S 17038 17041 8337 0 -1 4202560 5604 0 0 0 1066 67 0 0 20 0 22 0 24016550 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139831267027752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17048] ppid=17038 vsize=9824732 CPUtime=10.95 cores=1,3,5,7
/proc/17041/task/17048/stat : 17048 (java) S 17038 17041 8337 0 -1 4202560 11682 0 0 0 1030 65 0 0 20 0 22 0 24016550 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139831265974696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17049] ppid=17038 vsize=9824732 CPUtime=10.94 cores=1,3,5,7
/proc/17041/task/17049/stat : 17049 (java) S 17038 17041 8337 0 -1 4202560 6967 0 0 0 1032 62 0 0 20 0 22 0 24016550 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139831264922152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17050] ppid=17038 vsize=9824732 CPUtime=10.94 cores=1,3,5,7
/proc/17041/task/17050/stat : 17050 (java) S 17038 17041 8337 0 -1 4202560 11291 0 0 0 1030 64 0 0 20 0 22 0 24016550 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139831263869096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17051] ppid=17038 vsize=9824732 CPUtime=11.06 cores=1,3,5,7
/proc/17041/task/17051/stat : 17051 (java) S 17038 17041 8337 0 -1 4202560 6759 0 0 0 1045 61 0 0 20 0 22 0 24016550 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139831262816552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17052] ppid=17038 vsize=9824732 CPUtime=18.98 cores=1,3,5,7
/proc/17041/task/17052/stat : 17052 (java) S 17038 17041 8337 0 -1 4202560 5094 0 0 0 1879 19 0 0 20 0 22 0 24016551 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139830780488552 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17053] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17053/stat : 17053 (java) S 17038 17041 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24016551 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139830779434872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17054] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17054/stat : 17054 (java) S 17038 17041 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24016551 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139830778381704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17055] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17055/stat : 17055 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24016554 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139830777330448 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17056] ppid=17038 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/17041/task/17056/stat : 17056 (java) S 17038 17041 8337 0 -1 4202560 4253 0 0 0 122 0 0 0 20 0 22 0 24016554 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139830776277304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17057] ppid=17038 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/17041/task/17057/stat : 17057 (java) S 17038 17041 8337 0 -1 4202560 14203 0 0 0 200 2 0 0 20 0 22 0 24016554 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139830775224760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17058] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17058/stat : 17058 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24016554 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139830774171896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17059] ppid=17038 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/17041/task/17059/stat : 17059 (java) S 17038 17041 8337 0 -1 4202560 47 0 0 0 14 20 0 0 20 0 22 0 24016554 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139830773119560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17060] ppid=17038 vsize=9824732 CPUtime=767.43 cores=1,3,5,7
/proc/17041/task/17060/stat : 17060 (java) R 17038 17041 8337 0 -1 4202560 79 0 0 0 76730 13 0 0 20 0 22 0 24018949 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139830772063104 139831268024909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17061] ppid=17038 vsize=9824732 CPUtime=767.34 cores=1,3,5,7
/proc/17041/task/17061/stat : 17061 (java) R 17038 17041 8337 0 -1 4202560 212 0 0 0 76720 14 0 0 20 0 22 0 24018949 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139830771011440 139831267993935 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17062] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17062/stat : 17062 (java) S 17038 17041 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24019004 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139830769960232 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17063] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17063/stat : 17063 (java) S 17038 17041 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24019023 10060525568 1402112 33554432000 1073741824 1073778376 140733283845200 139830768907688 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1658.63
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.20 4.25 4.27 6/219 17248
/proc/meminfo: memFree=22343404/32872528 swapFree=1499884/1696108
[pid=17041] ppid=17038 vsize=9824732 CPUtime=1779.83 cores=1,3,5,7
/proc/17041/stat : 17041 (java) S 17038 17041 8337 0 -1 4202496 104584 0 1 0 177399 584 0 0 20 0 22 0 24016547 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 140733283836336 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17041/statm: 2456183 1413376 2299 9 0 2446860 0
[pid=17041/tid=17043] ppid=17038 vsize=9824732 CPUtime=12.35 cores=1,3,5,7
/proc/17041/task/17043/stat : 17043 (java) S 17038 17041 8337 0 -1 4202560 3403 0 1 0 1220 15 0 0 20 0 22 0 24016548 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139831426327416 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17044] ppid=17038 vsize=9824732 CPUtime=12.24 cores=1,3,5,7
/proc/17041/task/17044/stat : 17044 (java) S 17038 17041 8337 0 -1 4202560 6540 0 0 0 1149 75 0 0 20 0 22 0 24016550 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139831387818920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17045] ppid=17038 vsize=9824732 CPUtime=11.22 cores=1,3,5,7
/proc/17041/task/17045/stat : 17045 (java) S 17038 17041 8337 0 -1 4202560 12723 0 0 0 1057 65 0 0 20 0 22 0 24016550 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139831386766376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17046] ppid=17038 vsize=9824732 CPUtime=11.69 cores=1,3,5,7
/proc/17041/task/17046/stat : 17046 (java) S 17038 17041 8337 0 -1 4202560 14396 0 0 0 1104 65 0 0 20 0 22 0 24016550 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139831385713320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17047] ppid=17038 vsize=9824732 CPUtime=11.58 cores=1,3,5,7
/proc/17041/task/17047/stat : 17047 (java) S 17038 17041 8337 0 -1 4202560 5609 0 0 0 1091 67 0 0 20 0 22 0 24016550 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139831267027752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17048] ppid=17038 vsize=9824732 CPUtime=11.23 cores=1,3,5,7
/proc/17041/task/17048/stat : 17048 (java) S 17038 17041 8337 0 -1 4202560 11692 0 0 0 1057 66 0 0 20 0 22 0 24016550 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139831265974696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17049] ppid=17038 vsize=9824732 CPUtime=11.24 cores=1,3,5,7
/proc/17041/task/17049/stat : 17049 (java) S 17038 17041 8337 0 -1 4202560 6974 0 0 0 1061 63 0 0 20 0 22 0 24016550 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139831264922152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17050] ppid=17038 vsize=9824732 CPUtime=11.27 cores=1,3,5,7
/proc/17041/task/17050/stat : 17050 (java) S 17038 17041 8337 0 -1 4202560 11297 0 0 0 1062 65 0 0 20 0 22 0 24016550 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139831263869096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17051] ppid=17038 vsize=9824732 CPUtime=11.33 cores=1,3,5,7
/proc/17041/task/17051/stat : 17051 (java) S 17038 17041 8337 0 -1 4202560 6766 0 0 0 1071 62 0 0 20 0 22 0 24016550 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139831262816552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17052] ppid=17038 vsize=9824732 CPUtime=18.99 cores=1,3,5,7
/proc/17041/task/17052/stat : 17052 (java) S 17038 17041 8337 0 -1 4202560 5108 0 0 0 1879 20 0 0 20 0 22 0 24016551 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139830780488552 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17053] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17053/stat : 17053 (java) S 17038 17041 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24016551 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139830779434872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17054] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17054/stat : 17054 (java) S 17038 17041 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24016551 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139830778381704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17055] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17055/stat : 17055 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24016554 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139830777330448 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17056] ppid=17038 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/17041/task/17056/stat : 17056 (java) S 17038 17041 8337 0 -1 4202560 4253 0 0 0 122 0 0 0 20 0 22 0 24016554 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139830776277304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17057] ppid=17038 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/17041/task/17057/stat : 17057 (java) S 17038 17041 8337 0 -1 4202560 14203 0 0 0 200 2 0 0 20 0 22 0 24016554 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139830775224760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17058] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17058/stat : 17058 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24016554 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139830774171896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17059] ppid=17038 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/17041/task/17059/stat : 17059 (java) S 17038 17041 8337 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 24016554 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139830773119560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17060] ppid=17038 vsize=9824732 CPUtime=826.77 cores=1,3,5,7
/proc/17041/task/17060/stat : 17060 (java) R 17038 17041 8337 0 -1 4202560 83 0 0 0 82663 14 0 0 20 0 22 0 24018949 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139830772063328 139831267556994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17061] ppid=17038 vsize=9824732 CPUtime=826.67 cores=1,3,5,7
/proc/17041/task/17061/stat : 17061 (java) R 17038 17041 8337 0 -1 4202560 222 0 0 0 82652 15 0 0 20 0 22 0 24018949 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139830771011472 139831267993960 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17062] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17062/stat : 17062 (java) S 17038 17041 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24019004 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139830769960232 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17063] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17063/stat : 17063 (java) S 17038 17041 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24019023 10060525568 1413376 33554432000 1073741824 1073778376 140733283845200 139830768907688 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1779.83
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+892.301 s]
/proc/loadavg: 4.17 4.24 4.26 5/218 17248
/proc/meminfo: memFree=22332924/32872528 swapFree=1499884/1696108
[pid=17041] ppid=17038 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/17041/stat : 17041 (java) S 17038 17041 8337 0 -1 4202496 104592 0 1 0 179421 584 0 0 20 0 22 0 24016547 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 140733283836336 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/17041/statm: 2456183 1415936 2299 9 0 2446860 0
[pid=17041/tid=17043] ppid=17038 vsize=9824732 CPUtime=12.35 cores=1,3,5,7
/proc/17041/task/17043/stat : 17043 (java) S 17038 17041 8337 0 -1 4202560 3403 0 1 0 1220 15 0 0 20 0 22 0 24016548 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139831426327416 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17044] ppid=17038 vsize=9824732 CPUtime=12.31 cores=1,3,5,7
/proc/17041/task/17044/stat : 17044 (java) S 17038 17041 8337 0 -1 4202560 6542 0 0 0 1156 75 0 0 20 0 22 0 24016550 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139831387818920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17045] ppid=17038 vsize=9824732 CPUtime=11.29 cores=1,3,5,7
/proc/17041/task/17045/stat : 17045 (java) S 17038 17041 8337 0 -1 4202560 12725 0 0 0 1064 65 0 0 20 0 22 0 24016550 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139831386766376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17046] ppid=17038 vsize=9824732 CPUtime=11.71 cores=1,3,5,7
/proc/17041/task/17046/stat : 17046 (java) S 17038 17041 8337 0 -1 4202560 14396 0 0 0 1106 65 0 0 20 0 22 0 24016550 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139831385713320 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17047] ppid=17038 vsize=9824732 CPUtime=11.62 cores=1,3,5,7
/proc/17041/task/17047/stat : 17047 (java) S 17038 17041 8337 0 -1 4202560 5610 0 0 0 1095 67 0 0 20 0 22 0 24016550 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139831267027752 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17048] ppid=17038 vsize=9824732 CPUtime=11.29 cores=1,3,5,7
/proc/17041/task/17048/stat : 17048 (java) S 17038 17041 8337 0 -1 4202560 11692 0 0 0 1063 66 0 0 20 0 22 0 24016550 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139831265974696 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17049] ppid=17038 vsize=9824732 CPUtime=11.36 cores=1,3,5,7
/proc/17041/task/17049/stat : 17049 (java) S 17038 17041 8337 0 -1 4202560 6975 0 0 0 1073 63 0 0 20 0 22 0 24016550 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139831264922152 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17050] ppid=17038 vsize=9824732 CPUtime=11.31 cores=1,3,5,7
/proc/17041/task/17050/stat : 17050 (java) S 17038 17041 8337 0 -1 4202560 11297 0 0 0 1066 65 0 0 20 0 22 0 24016550 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139831263869096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17051] ppid=17038 vsize=9824732 CPUtime=11.37 cores=1,3,5,7
/proc/17041/task/17051/stat : 17051 (java) S 17038 17041 8337 0 -1 4202560 6766 0 0 0 1075 62 0 0 20 0 22 0 24016550 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139831262816552 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17052] ppid=17038 vsize=9824732 CPUtime=18.99 cores=1,3,5,7
/proc/17041/task/17052/stat : 17052 (java) S 17038 17041 8337 0 -1 4202560 5108 0 0 0 1879 20 0 0 20 0 22 0 24016551 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139830780488552 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17053] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17053/stat : 17053 (java) S 17038 17041 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24016551 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139830779434872 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17054] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17054/stat : 17054 (java) S 17038 17041 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24016551 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139830778381704 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17055] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17055/stat : 17055 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24016554 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139830777330448 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17056] ppid=17038 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/17041/task/17056/stat : 17056 (java) S 17038 17041 8337 0 -1 4202560 4253 0 0 0 122 0 0 0 20 0 22 0 24016554 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139830776277304 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17057] ppid=17038 vsize=9824732 CPUtime=2.02 cores=1,3,5,7
/proc/17041/task/17057/stat : 17057 (java) S 17038 17041 8337 0 -1 4202560 14203 0 0 0 200 2 0 0 20 0 22 0 24016554 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139830775224760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17041/tid=17058] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17058/stat : 17058 (java) S 17038 17041 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24016554 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139830774171896 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17059] ppid=17038 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/17041/task/17059/stat : 17059 (java) S 17038 17041 8337 0 -1 4202560 51 0 0 0 14 23 0 0 20 0 22 0 24016554 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139830773119560 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17060] ppid=17038 vsize=9824732 CPUtime=836.65 cores=1,3,5,7
/proc/17041/task/17060/stat : 17060 (java) R 17038 17041 8337 0 -1 4202560 83 0 0 0 83651 14 0 0 20 0 22 0 24018949 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139830772063328 139831268232379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17041/tid=17061] ppid=17038 vsize=9824732 CPUtime=836.54 cores=1,3,5,7
/proc/17041/task/17061/stat : 17061 (java) R 17038 17041 8337 0 -1 4202560 224 0 0 0 83639 15 0 0 20 0 22 0 24018949 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139830771011472 139831267993186 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17041/tid=17062] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17062/stat : 17062 (java) S 17038 17041 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24019004 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139830769960232 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17041/tid=17063] ppid=17038 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/17041/task/17063/stat : 17063 (java) S 17038 17041 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24019023 10060525568 1415936 33554432000 1073741824 1073778376 140733283845200 139830768907688 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 17041 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 892.382
CPU time (s): 1800.89
CPU user time (s): 1794.53
CPU system time (s): 6.36003
CPU usage (%): 201.807
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.53
system time used= 6.36003
maximum resident set size= 5663892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104636
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39713
involuntary context switches= 65002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.12407 second user time and 7.2649 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 05:15:08
IDJOB=4103138
IDBENCH=2279
IDSOLVER=2543
FILE ID=node137/4103138-1466219705
RUNJOBID= node137-1466206054-8354
PBS_JOBID= 19918140
Free space on /tmp= 71624 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103138-1466219705/watcher-4103138-1466219705 -o /tmp/evaluation-result-4103138-1466219705/solver-4103138-1466219705 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8354 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103138-1466219705.opb

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

MD5SUM BENCH= d6efb238990ec55ca510b102fead8acf
RANDOM SEED=239221721

node137.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.486
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.97
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.486
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.486
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.486
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.486
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.486
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.38
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.486
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.56
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.486
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:        26134608 kB
Buffers:           98828 kB
Cached:           203200 kB
SwapCached:         1268 kB
Active:          4133720 kB
Inactive:         161032 kB
Active(anon):    3994228 kB
Inactive(anon):     1024 kB
Active(file):     139492 kB
Inactive(file):   160008 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100004 kB
Dirty:             80448 kB
Writeback:             0 kB
AnonPages:       5690608 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             606888 kB
SReclaimable:      50452 kB
SUnreclaim:       556436 kB
KernelStack:        1608 kB
PageTables:        15432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6187396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4100096 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= 71624 MiB
End job on node137 at 2016-06-18 05:30:01