Trace number 4103134

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.18 890.49

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
MD5SUMe3f30a3ccce8a834fba8f93335c22413
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 variables2933624
Total number of constraints48672
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 constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
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 7062021246795700082208
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 7062021246795700082208
Number of bits of the biggest sum of numbers73
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103134-1466219678.opb
0.10/0.11	c reading problem ... 
0.38/0.22	c  objective function found
93.29/58.46	c ... done. Wall clock time 58.354s.
93.29/58.46	c declared #vars     2933624
93.29/58.46	c #constraints  97240
93.29/58.47	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
93.29/58.47	c constraints type 
93.29/58.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 96840
93.29/58.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 400
93.29/58.47	c 97240 constraints processed.
93.29/58.47	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
93.29/58.47	c constraints type 
93.29/58.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 97240
93.29/58.47	c 97240 constraints processed.
93.29/58.47	c objective function length is 1496264 literals
256.99/139.52	c cleaning 2495 clauses out of 5000 with flag 18042/5000
317.02/168.04	c cleaning 4247 clauses out of 8505 with flag 34149/11000
350.89/184.47	c cleaning 5621 clauses out of 11258 with flag 50590/18000
390.27/203.55	c cleaning 6814 clauses out of 13637 with flag 69210/26000
441.79/227.78	c cleaning 7904 clauses out of 15823 with flag 90237/35000
518.50/263.69	c cleaning 8953 clauses out of 17919 with flag 113754/45000
593.31/299.77	c cleaning 9978 clauses out of 19967 with flag 139463/56001
600.24/303.08	c cleaning 0 clauses out of 5000 with flag 0/5000
673.48/338.46	c cleaning 10983 clauses out of 21988 with flag 167497/68000
757.23/379.28	c cleaning 11994 clauses out of 24007 with flag 197942/81002
846.59/422.88	c cleaning 12994 clauses out of 26012 with flag 230748/95001
941.62/469.39	c cleaning 13999 clauses out of 28018 with flag 265837/110001
981.57/488.97	c cleaning 0 clauses out of 11001 with flag 0/11001
1040.00/517.68	c cleaning 14995 clauses out of 30019 with flag 303367/126001
1149.08/571.03	c cleaning 16004 clauses out of 32027 with flag 343240/143004
1263.13/627.07	c cleaning 17001 clauses out of 34020 with flag 385352/161001
1383.16/686.06	c cleaning 18002 clauses out of 36019 with flag 429791/180001
1510.02/748.56	c cleaning 19000 clauses out of 38016 with flag 476504/200000
1645.97/815.37	c cleaning 19997 clauses out of 40017 with flag 525847/221001
1700.01/841.64	c cleaning 20999 clauses out of 42013 with flag 573234/243001
1711.18/847.07	c cleaning 0 clauses out of 18001 with flag 0/18001
1749.19/865.67	c cleaning 22002 clauses out of 44013 with flag 623426/266000
1800.18/890.41	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/890.41	c starts		: 343
1800.18/890.41	c conflicts		: 289118
1800.18/890.41	c decisions		: 6249155
1800.18/890.41	c propagations		: 158618265
1800.18/890.41	c inspects		: 1417827709
1800.18/890.41	c shortcuts		: 0
1800.18/890.41	c learnt literals	: 7
1800.18/890.41	c learnt binary clauses	: 4
1800.18/890.41	c learnt ternary clauses	: 7
1800.18/890.41	c learnt constraints	: 289111
1800.18/890.41	c ignored constraints	: 0
1800.18/890.41	c root simplifications	: 0
1800.18/890.41	c removed literals (reason simplification)	: 1373600
1800.18/890.41	c reason swapping (by a shorter reason)	: 0
1800.18/890.41	c Calls to reduceDB	: 19
1800.18/890.41	c Number of update (reduction) of LBD	: 36296
1800.18/890.41	c Imported unit clauses	: 0
1800.18/890.41	c number of reductions to clauses (during analyze)	: 0
1800.18/890.41	c number of learned constraints concerned by reduction	: 0
1800.18/890.41	c number of learning phase by resolution	: 0
1800.18/890.41	c number of learning phase by cutting planes	: 0
1800.18/890.41	c speed (assignments/second)	: 192975.64966665042
1800.18/890.41	c non guided choices	2755082
1800.18/890.42	c learnt constraints type 
1800.18/890.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.18/890.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 45125
1800.18/890.42	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/890.42	c starts		: 43
1800.18/890.42	c conflicts		: 18992
1800.18/890.42	c decisions		: 10866738
1800.18/890.42	c propagations		: 21707731
1800.18/890.42	c inspects		: 292179424
1800.18/890.42	c shortcuts		: 0
1800.18/890.42	c learnt literals	: 0
1800.18/890.42	c learnt binary clauses	: 0
1800.18/890.42	c learnt ternary clauses	: 0
1800.18/890.42	c learnt constraints	: 18991
1800.18/890.42	c ignored constraints	: 0
1800.18/890.42	c root simplifications	: 0
1800.18/890.42	c removed literals (reason simplification)	: 0
1800.18/890.42	c reason swapping (by a shorter reason)	: 0
1800.18/890.42	c Calls to reduceDB	: 3
1800.18/890.42	c Number of update (reduction) of LBD	: 0
1800.18/890.42	c Imported unit clauses	: 0
1800.18/890.42	c number of reductions to clauses (during analyze)	: 0
1800.18/890.43	c number of learned constraints concerned by reduction	: 0
1800.18/890.43	c number of learning phase by resolution	: 0
1800.18/890.43	c number of learning phase by cutting planes	: 0
1800.18/890.43	c speed (assignments/second)	: 26421.0316842095
1800.18/890.43	c non guided choices	0
1800.18/890.44	c learnt constraints type 
1800.18/890.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 36
1800.18/890.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18955
1800.18/890.44	s UNKNOWN
1800.18/890.44	c Total wall clock time (in seconds): 890.328

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

pid=6067
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.08 4.16 4.17 4/197 6070
/proc/meminfo: memFree=27946408/32872528 swapFree=877056/942464
[pid=6070] ppid=6067 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6070/stat : 6070 (java) S 6067 6070 1299 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 24017464 98570240 977 33554432000 1073741824 1073778376 140734662527840 140734662518976 213196505149 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6070/statm: 24065 977 743 9 0 16771 0
[pid=6070/tid=6071] ppid=6067 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6071/stat : 6071 (java) R 6067 6070 1299 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 24017465 98570240 977 33554432000 1073741824 1073778376 140734662527840 140084657847848 213193147776 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100149 s]
/proc/loadavg: 4.08 4.16 4.17 4/197 6070
/proc/meminfo: memFree=27946408/32872528 swapFree=877056/942464
[pid=6070] ppid=6067 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6070/stat : 6070 (java) S 6067 6070 1299 0 -1 4202496 4515 0 1 0 9 1 0 0 20 0 18 0 24017464 9787879424 5620 33554432000 1073741824 1073778376 140734662527840 140734662518976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6070/statm: 2389619 5621 2141 9 0 2380296 0
[pid=6070/tid=6071] ppid=6067 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6070/task/6071/stat : 6071 (java) R 6067 6070 1299 0 -1 4202560 2437 0 1 0 7 0 0 0 20 0 18 0 24017465 9787879424 5621 33554432000 1073741824 1073778376 140734662527840 140084657851296 213196530957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 4.08 4.16 4.17 4/197 6070
/proc/meminfo: memFree=27946408/32872528 swapFree=877056/942464
[pid=6070] ppid=6067 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/6070/stat : 6070 (java) S 6067 6070 1299 0 -1 4202496 4757 0 1 0 31 7 0 0 20 0 18 0 24017464 9787879424 74812 33554432000 1073741824 1073778376 140734662527840 140734662518976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6070/statm: 2389619 74812 2180 9 0 2380296 0
[pid=6070/tid=6071] ppid=6067 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/6070/task/6071/stat : 6071 (java) S 6067 6070 1299 0 -1 4202560 2503 0 1 0 9 3 0 0 20 0 18 0 24017465 9787879424 74812 33554432000 1073741824 1073778376 140734662527840 140084657851800 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 9558476

[startup+0.300315 s]
/proc/loadavg: 4.08 4.16 4.17 4/197 6070
/proc/meminfo: memFree=27946408/32872528 swapFree=877056/942464
[pid=6070] ppid=6067 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/6070/stat : 6070 (java) S 6067 6070 1299 0 -1 4202496 5380 0 1 0 56 7 0 0 20 0 18 0 24017464 9787879424 75244 33554432000 1073741824 1073778376 140734662527840 140734662518976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6070/statm: 2389619 75244 2238 9 0 2380296 0
[pid=6070/tid=6071] ppid=6067 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/6070/task/6071/stat : 6071 (java) R 6067 6070 1299 0 -1 4202560 2512 0 1 0 17 3 0 0 20 0 18 0 24017465 9787879424 75244 33554432000 1073741824 1073778376 140734662527840 140084657851800 213196530957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 9558476

[startup+0.700312 s]
/proc/loadavg: 4.08 4.16 4.17 4/197 6070
/proc/meminfo: memFree=27946408/32872528 swapFree=877056/942464
[pid=6070] ppid=6067 vsize=9558476 CPUtime=1.11 cores=1,3,5,7
/proc/6070/stat : 6070 (java) S 6067 6070 1299 0 -1 4202496 6116 0 1 0 103 8 0 0 20 0 18 0 24017464 9787879424 76192 33554432000 1073741824 1073778376 140734662527840 140734662518976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6070/statm: 2389619 76192 2248 9 0 2380296 0
[pid=6070/tid=6071] ppid=6067 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/6070/task/6071/stat : 6071 (java) R 6067 6070 1299 0 -1 4202560 2513 0 1 0 56 3 0 0 20 0 18 0 24017465 9787879424 76192 33554432000 1073741824 1073778376 140734662527840 140084657851800 140084530838424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 4.08 4.16 4.17 4/215 6088
/proc/meminfo: memFree=27586132/32872528 swapFree=877056/942464
[pid=6070] ppid=6067 vsize=9558476 CPUtime=2.13 cores=1,3,5,7
/proc/6070/stat : 6070 (java) S 6067 6070 1299 0 -1 4202496 6695 0 1 0 200 13 0 0 20 0 18 0 24017464 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140734662518976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6070/statm: 2389619 95651 2259 9 0 2380296 0
[pid=6070/tid=6071] ppid=6067 vsize=9558476 CPUtime=1.21 cores=1,3,5,7
/proc/6070/task/6071/stat : 6071 (java) R 6067 6070 1299 0 -1 4202560 2525 0 1 0 118 3 0 0 20 0 18 0 24017465 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084657844000 213196530957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6073] ppid=6067 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/6070/task/6073/stat : 6073 (java) S 6067 6070 1299 0 -1 4202560 73 0 0 0 3 1 0 0 20 0 18 0 24017465 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084501866792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6074] ppid=6067 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/6070/task/6074/stat : 6074 (java) S 6067 6070 1299 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 18 0 24017465 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084500813992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6075] ppid=6067 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/6070/task/6075/stat : 6075 (java) S 6067 6070 1299 0 -1 4202560 20 0 0 0 5 1 0 0 20 0 18 0 24017465 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084499761704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6076] ppid=6067 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/6070/task/6076/stat : 6076 (java) S 6067 6070 1299 0 -1 4202560 203 0 0 0 12 2 0 0 20 0 18 0 24017465 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084498708904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6077] ppid=6067 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/6070/task/6077/stat : 6077 (java) S 6067 6070 1299 0 -1 4202560 18 0 0 0 6 0 0 0 20 0 18 0 24017465 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084497656616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6078] ppid=6067 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/6070/task/6078/stat : 6078 (java) S 6067 6070 1299 0 -1 4202560 151 0 0 0 6 0 0 0 20 0 18 0 24017465 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084496603816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6079] ppid=6067 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/6070/task/6079/stat : 6079 (java) S 6067 6070 1299 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 18 0 24017465 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084495551528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6080] ppid=6067 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/6070/task/6080/stat : 6080 (java) S 6067 6070 1299 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 18 0 24017465 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084494498728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6081] ppid=6067 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/6070/task/6081/stat : 6081 (java) S 6067 6070 1299 0 -1 4202560 235 0 0 0 9 0 0 0 20 0 18 0 24017466 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084482087144 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6082] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6082/stat : 6082 (java) S 6067 6070 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24017467 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084481033208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6083] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6083/stat : 6083 (java) S 6067 6070 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24017467 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084479980808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6084] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6084/stat : 6084 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24017469 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084478929296 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6085] ppid=6067 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6070/task/6085/stat : 6085 (java) S 6067 6070 1299 0 -1 4202560 1305 0 0 0 10 0 0 0 20 0 18 0 24017469 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084477876920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6086] ppid=6067 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/6070/task/6086/stat : 6086 (java) S 6067 6070 1299 0 -1 4202560 857 0 0 0 6 0 0 0 20 0 18 0 24017469 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084476824120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6087] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6087/stat : 6087 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24017469 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084475772024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6088] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6088/stat : 6088 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24017469 9787879424 95651 33554432000 1073741824 1073778376 140734662527840 140084474719432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9558476

[startup+3.10083 s]
/proc/loadavg: 4.08 4.16 4.17 5/215 6088
/proc/meminfo: memFree=27454380/32872528 swapFree=877056/942464
[pid=6070] ppid=6067 vsize=9558476 CPUtime=4.08 cores=1,3,5,7
/proc/6070/stat : 6070 (java) S 6067 6070 1299 0 -1 4202496 7457 0 1 0 388 20 0 0 20 0 18 0 24017464 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140734662518976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6070/statm: 2389619 136714 2263 9 0 2380296 0
[pid=6070/tid=6071] ppid=6067 vsize=9558476 CPUtime=2.69 cores=1,3,5,7
/proc/6070/task/6071/stat : 6071 (java) R 6067 6070 1299 0 -1 4202560 2573 0 1 0 264 5 0 0 20 0 18 0 24017465 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084657844000 213196530957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6073] ppid=6067 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/6070/task/6073/stat : 6073 (java) S 6067 6070 1299 0 -1 4202560 163 0 0 0 13 3 0 0 20 0 18 0 24017465 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084501866792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6074] ppid=6067 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6070/task/6074/stat : 6074 (java) S 6067 6070 1299 0 -1 4202560 319 0 0 0 9 1 0 0 20 0 18 0 24017465 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084500813992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6075] ppid=6067 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6070/task/6075/stat : 6075 (java) S 6067 6070 1299 0 -1 4202560 40 0 0 0 9 1 0 0 20 0 18 0 24017465 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084499761704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6076] ppid=6067 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/6070/task/6076/stat : 6076 (java) S 6067 6070 1299 0 -1 4202560 252 0 0 0 15 2 0 0 20 0 18 0 24017465 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084498708904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6077] ppid=6067 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/6070/task/6077/stat : 6077 (java) S 6067 6070 1299 0 -1 4202560 45 0 0 0 12 1 0 0 20 0 18 0 24017465 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084497656616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6078] ppid=6067 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/6070/task/6078/stat : 6078 (java) S 6067 6070 1299 0 -1 4202560 227 0 0 0 14 2 0 0 20 0 18 0 24017465 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084496603816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6079] ppid=6067 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/6070/task/6079/stat : 6079 (java) S 6067 6070 1299 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 18 0 24017465 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084495551528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6080] ppid=6067 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/6070/task/6080/stat : 6080 (java) S 6067 6070 1299 0 -1 4202560 72 0 0 0 6 1 0 0 20 0 18 0 24017465 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084494498728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6081] ppid=6067 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/6070/task/6081/stat : 6081 (java) S 6067 6070 1299 0 -1 4202560 313 0 0 0 9 0 0 0 20 0 18 0 24017466 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084482087144 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6082] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6082/stat : 6082 (java) S 6067 6070 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24017467 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084481033208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6083] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6083/stat : 6083 (java) S 6067 6070 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24017467 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084479980808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6084] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6084/stat : 6084 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24017469 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084478929296 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6085] ppid=6067 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/6070/task/6085/stat : 6085 (java) S 6067 6070 1299 0 -1 4202560 1309 0 0 0 10 0 0 0 20 0 18 0 24017469 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084477876920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6086] ppid=6067 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/6070/task/6086/stat : 6086 (java) S 6067 6070 1299 0 -1 4202560 857 0 0 0 6 0 0 0 20 0 18 0 24017469 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084476824120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6087] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6087/stat : 6087 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24017469 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084475772024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6088] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6088/stat : 6088 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24017469 9787879424 136714 33554432000 1073741824 1073778376 140734662527840 140084474719432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9558476

[startup+6.30086 s]
/proc/loadavg: 4.16 4.18 4.17 4/215 6088
/proc/meminfo: memFree=26851228/32872528 swapFree=877056/942464
[pid=6070] ppid=6067 vsize=9558476 CPUtime=9.12 cores=1,3,5,7
/proc/6070/stat : 6070 (java) S 6067 6070 1299 0 -1 4202496 20522 0 1 0 857 55 0 0 20 0 18 0 24017464 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140734662518976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6070/statm: 2389619 282945 2275 9 0 2380296 0
[pid=6070/tid=6071] ppid=6067 vsize=9558476 CPUtime=4.56 cores=1,3,5,7
/proc/6070/task/6071/stat : 6071 (java) R 6067 6070 1299 0 -1 4202560 2823 0 1 0 450 6 0 0 20 0 18 0 24017465 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084657844192 140084530829297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6073] ppid=6067 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/6070/task/6073/stat : 6073 (java) S 6067 6070 1299 0 -1 4202560 470 0 0 0 31 7 0 0 20 0 18 0 24017465 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084501866792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6074] ppid=6067 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/6070/task/6074/stat : 6074 (java) S 6067 6070 1299 0 -1 4202560 403 0 0 0 26 5 0 0 20 0 18 0 24017465 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084500813992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6075] ppid=6067 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/6070/task/6075/stat : 6075 (java) S 6067 6070 1299 0 -1 4202560 135 0 0 0 24 4 0 0 20 0 18 0 24017465 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084499761704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6076] ppid=6067 vsize=9558476 CPUtime=0.37 cores=1,3,5,7
/proc/6070/task/6076/stat : 6076 (java) S 6067 6070 1299 0 -1 4202560 407 0 0 0 32 5 0 0 20 0 18 0 24017465 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084498708904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6077] ppid=6067 vsize=9558476 CPUtime=0.36 cores=1,3,5,7
/proc/6070/task/6077/stat : 6077 (java) S 6067 6070 1299 0 -1 4202560 192 0 0 0 30 6 0 0 20 0 18 0 24017465 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084497656616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6078] ppid=6067 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/6070/task/6078/stat : 6078 (java) S 6067 6070 1299 0 -1 4202560 356 0 0 0 34 7 0 0 20 0 18 0 24017465 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084496603816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6079] ppid=6067 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/6070/task/6079/stat : 6079 (java) S 6067 6070 1299 0 -1 4202560 645 0 0 0 21 4 0 0 20 0 18 0 24017465 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084495551528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6080] ppid=6067 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/6070/task/6080/stat : 6080 (java) S 6067 6070 1299 0 -1 4202560 710 0 0 0 22 3 0 0 20 0 18 0 24017465 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084494498728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6081] ppid=6067 vsize=9558476 CPUtime=0.96 cores=1,3,5,7
/proc/6070/task/6081/stat : 6081 (java) S 6067 6070 1299 0 -1 4202560 1021 0 0 0 94 2 0 0 20 0 18 0 24017466 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084482087144 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6082] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6082/stat : 6082 (java) S 6067 6070 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24017467 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084481033208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6083] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6083/stat : 6083 (java) S 6067 6070 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24017467 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084479980808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6084] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6084/stat : 6084 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24017469 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084478929296 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6085] ppid=6067 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/6070/task/6085/stat : 6085 (java) S 6067 6070 1299 0 -1 4202560 7737 0 0 0 40 2 0 0 20 0 18 0 24017469 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084477876920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6086] ppid=6067 vsize=9558476 CPUtime=0.37 cores=1,3,5,7
/proc/6070/task/6086/stat : 6086 (java) S 6067 6070 1299 0 -1 4202560 4371 0 0 0 36 1 0 0 20 0 18 0 24017469 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084476824120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6087] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6087/stat : 6087 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24017469 9787879424 282945 33554432000 1073741824 1073778376 140734662527840 140084475772024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6088] ppid=6067 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

/proc/6070/task/6075/stat : 6075 (java) S 6067 6070 1299 0 -1 4202560 10226 0 0 0 1667 64 0 0 20 0 22 0 24017465 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084499761704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6076] ppid=6067 vsize=9824732 CPUtime=17.39 cores=1,3,5,7
/proc/6070/task/6076/stat : 6076 (java) S 6067 6070 1299 0 -1 4202560 21717 0 0 0 1660 79 0 0 20 0 22 0 24017465 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084498708904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6077] ppid=6067 vsize=9824732 CPUtime=17.49 cores=1,3,5,7
/proc/6070/task/6077/stat : 6077 (java) S 6067 6070 1299 0 -1 4202560 11696 0 0 0 1671 78 0 0 20 0 22 0 24017465 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084497656616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6078] ppid=6067 vsize=9824732 CPUtime=17.53 cores=1,3,5,7
/proc/6070/task/6078/stat : 6078 (java) S 6067 6070 1299 0 -1 4202560 12787 0 0 0 1675 78 0 0 20 0 22 0 24017465 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084496603816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6079] ppid=6067 vsize=9824732 CPUtime=17.15 cores=1,3,5,7
/proc/6070/task/6079/stat : 6079 (java) S 6067 6070 1299 0 -1 4202560 10839 0 0 0 1638 77 0 0 20 0 22 0 24017465 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084495551528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6080] ppid=6067 vsize=9824732 CPUtime=17.39 cores=1,3,5,7
/proc/6070/task/6080/stat : 6080 (java) S 6067 6070 1299 0 -1 4202560 8614 0 0 0 1663 76 0 0 20 0 22 0 24017465 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084494498728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6081] ppid=6067 vsize=9824732 CPUtime=30.89 cores=1,3,5,7
/proc/6070/task/6081/stat : 6081 (java) S 6067 6070 1299 0 -1 4202560 7208 0 0 0 3064 25 0 0 20 0 22 0 24017466 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084482087144 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6082] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6082/stat : 6082 (java) S 6067 6070 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24017467 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084481033208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6083] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6083/stat : 6083 (java) S 6067 6070 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24017467 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084479980808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6084] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6084/stat : 6084 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24017469 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084478929296 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6085] ppid=6067 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/6070/task/6085/stat : 6085 (java) S 6067 6070 1299 0 -1 4202560 9484 0 0 0 159 2 0 0 20 0 22 0 24017469 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084477876920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6086] ppid=6067 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/6070/task/6086/stat : 6086 (java) S 6067 6070 1299 0 -1 4202560 8274 0 0 0 177 2 0 0 20 0 22 0 24017469 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084476824120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6087] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6087/stat : 6087 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24017469 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084475772024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6088] ppid=6067 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/6070/task/6088/stat : 6088 (java) S 6067 6070 1299 0 -1 4202560 49 0 0 0 18 19 0 0 20 0 22 0 24017469 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084474719432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6090] ppid=6067 vsize=9824732 CPUtime=729.55 cores=1,3,5,7
/proc/6070/task/6090/stat : 6090 (java) R 6067 6070 1299 0 -1 4202560 147 0 0 0 72942 13 0 0 20 0 22 0 24023311 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084473612968 140084530462633 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6091] ppid=6067 vsize=9824732 CPUtime=729.5 cores=1,3,5,7
/proc/6070/task/6091/stat : 6091 (java) R 6067 6070 1299 0 -1 4202560 266 0 0 0 72933 17 0 0 20 0 22 0 24023311 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084472559984 140084531369650 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6092] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6092/stat : 6092 (java) S 6067 6070 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24024309 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084471510184 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6093] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6093/stat : 6093 (java) S 6067 6070 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24024346 10060525568 1831448 33554432000 1073741824 1073778376 140734662527840 140084470457384 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1660.49
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.31 4.31 4.27 5/219 6196
/proc/meminfo: memFree=22717148/32872528 swapFree=877056/942464
[pid=6070] ppid=6067 vsize=9824732 CPUtime=1783.51 cores=1,3,5,7
/proc/6070/stat : 6070 (java) S 6067 6070 1299 0 -1 4202496 133340 0 1 0 177662 689 0 0 20 0 22 0 24017464 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140734662518976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6070/statm: 2456183 1841295 2299 9 0 2446860 0
[pid=6070/tid=6071] ppid=6067 vsize=9824732 CPUtime=23.81 cores=1,3,5,7
/proc/6070/task/6071/stat : 6071 (java) S 6067 6070 1299 0 -1 4202560 3327 0 1 0 2366 15 0 0 20 0 22 0 24017465 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084657853304 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6073] ppid=6067 vsize=9824732 CPUtime=17.68 cores=1,3,5,7
/proc/6070/task/6073/stat : 6073 (java) S 6067 6070 1299 0 -1 4202560 10877 0 0 0 1693 75 0 0 20 0 22 0 24017465 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084501866792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6074] ppid=6067 vsize=9824732 CPUtime=18.7 cores=1,3,5,7
/proc/6070/task/6074/stat : 6074 (java) S 6067 6070 1299 0 -1 4202560 16377 0 0 0 1792 78 0 0 20 0 22 0 24017465 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084500813992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6075] ppid=6067 vsize=9824732 CPUtime=18.17 cores=1,3,5,7
/proc/6070/task/6075/stat : 6075 (java) S 6067 6070 1299 0 -1 4202560 10286 0 0 0 1751 66 0 0 20 0 22 0 24017465 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084499761704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6076] ppid=6067 vsize=9824732 CPUtime=18.18 cores=1,3,5,7
/proc/6070/task/6076/stat : 6076 (java) S 6067 6070 1299 0 -1 4202560 21721 0 0 0 1739 79 0 0 20 0 22 0 24017465 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084498708904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6077] ppid=6067 vsize=9824732 CPUtime=18.33 cores=1,3,5,7
/proc/6070/task/6077/stat : 6077 (java) S 6067 6070 1299 0 -1 4202560 11736 0 0 0 1754 79 0 0 20 0 22 0 24017465 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084497656616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6078] ppid=6067 vsize=9824732 CPUtime=18.33 cores=1,3,5,7
/proc/6070/task/6078/stat : 6078 (java) S 6067 6070 1299 0 -1 4202560 12792 0 0 0 1754 79 0 0 20 0 22 0 24017465 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084496603816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6079] ppid=6067 vsize=9824732 CPUtime=17.89 cores=1,3,5,7
/proc/6070/task/6079/stat : 6079 (java) S 6067 6070 1299 0 -1 4202560 10892 0 0 0 1711 78 0 0 20 0 22 0 24017465 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084495551528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6080] ppid=6067 vsize=9824732 CPUtime=18.08 cores=1,3,5,7
/proc/6070/task/6080/stat : 6080 (java) S 6067 6070 1299 0 -1 4202560 8617 0 0 0 1732 76 0 0 20 0 22 0 24017465 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084494498728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6081] ppid=6067 vsize=9824732 CPUtime=30.9 cores=1,3,5,7
/proc/6070/task/6081/stat : 6081 (java) S 6067 6070 1299 0 -1 4202560 7210 0 0 0 3064 26 0 0 20 0 22 0 24017466 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084482087144 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6082] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6082/stat : 6082 (java) S 6067 6070 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24017467 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084481033208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6083] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6083/stat : 6083 (java) S 6067 6070 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24017467 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084479980808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6084] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6084/stat : 6084 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24017469 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084478929296 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6085] ppid=6067 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/6070/task/6085/stat : 6085 (java) S 6067 6070 1299 0 -1 4202560 9484 0 0 0 160 2 0 0 20 0 22 0 24017469 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084477876920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6086] ppid=6067 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/6070/task/6086/stat : 6086 (java) S 6067 6070 1299 0 -1 4202560 8274 0 0 0 180 3 0 0 20 0 22 0 24017469 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084476824120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6087] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6087/stat : 6087 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24017469 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084475772024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6088] ppid=6067 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/6070/task/6088/stat : 6088 (java) S 6067 6070 1299 0 -1 4202560 51 0 0 0 19 21 0 0 20 0 22 0 24017469 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084474719432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6090] ppid=6067 vsize=9824732 CPUtime=787.74 cores=1,3,5,7
/proc/6070/task/6090/stat : 6090 (java) R 6067 6070 1299 0 -1 4202560 150 0 0 0 78761 13 0 0 20 0 22 0 24023311 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084473612768 140084530942392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6091] ppid=6067 vsize=9824732 CPUtime=787.7 cores=1,3,5,7
/proc/6070/task/6091/stat : 6091 (java) R 6067 6070 1299 0 -1 4202560 281 0 0 0 78753 17 0 0 20 0 22 0 24023311 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084472560592 140084531686606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6092] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6092/stat : 6092 (java) S 6067 6070 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24024309 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084471510184 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6093] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6093/stat : 6093 (java) S 6067 6070 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24024346 10060525568 1841295 33554432000 1073741824 1073778376 140734662527840 140084470457384 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1783.51
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+890.401 s]
/proc/loadavg: 4.34 4.31 4.27 5/219 6196
/proc/meminfo: memFree=22213096/32872528 swapFree=877056/942464
[pid=6070] ppid=6067 vsize=9824732 CPUtime=1800.18 cores=1,3,5,7
/proc/6070/stat : 6070 (java) S 6067 6070 1299 0 -1 4202496 133349 0 1 0 179329 689 0 0 20 0 22 0 24017464 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140734662518976 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6070/statm: 2456183 1841807 2299 9 0 2446860 0
[pid=6070/tid=6071] ppid=6067 vsize=9824732 CPUtime=23.81 cores=1,3,5,7
/proc/6070/task/6071/stat : 6071 (java) S 6067 6070 1299 0 -1 4202560 3327 0 1 0 2366 15 0 0 20 0 22 0 24017465 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084657853304 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6073] ppid=6067 vsize=9824732 CPUtime=17.77 cores=1,3,5,7
/proc/6070/task/6073/stat : 6073 (java) S 6067 6070 1299 0 -1 4202560 10877 0 0 0 1702 75 0 0 20 0 22 0 24017465 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084501866792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6074] ppid=6067 vsize=9824732 CPUtime=18.78 cores=1,3,5,7
/proc/6070/task/6074/stat : 6074 (java) S 6067 6070 1299 0 -1 4202560 16377 0 0 0 1800 78 0 0 20 0 22 0 24017465 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084500813992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6075] ppid=6067 vsize=9824732 CPUtime=18.27 cores=1,3,5,7
/proc/6070/task/6075/stat : 6075 (java) S 6067 6070 1299 0 -1 4202560 10286 0 0 0 1761 66 0 0 20 0 22 0 24017465 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084499761704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6076] ppid=6067 vsize=9824732 CPUtime=18.32 cores=1,3,5,7
/proc/6070/task/6076/stat : 6076 (java) S 6067 6070 1299 0 -1 4202560 21722 0 0 0 1753 79 0 0 20 0 22 0 24017465 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084498708904 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6077] ppid=6067 vsize=9824732 CPUtime=18.49 cores=1,3,5,7
/proc/6070/task/6077/stat : 6077 (java) S 6067 6070 1299 0 -1 4202560 11736 0 0 0 1770 79 0 0 20 0 22 0 24017465 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084497656616 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6078] ppid=6067 vsize=9824732 CPUtime=18.5 cores=1,3,5,7
/proc/6070/task/6078/stat : 6078 (java) S 6067 6070 1299 0 -1 4202560 12792 0 0 0 1771 79 0 0 20 0 22 0 24017465 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084496603816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6079] ppid=6067 vsize=9824732 CPUtime=18.08 cores=1,3,5,7
/proc/6070/task/6079/stat : 6079 (java) S 6067 6070 1299 0 -1 4202560 10893 0 0 0 1730 78 0 0 20 0 22 0 24017465 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084495551528 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6080] ppid=6067 vsize=9824732 CPUtime=18.16 cores=1,3,5,7
/proc/6070/task/6080/stat : 6080 (java) S 6067 6070 1299 0 -1 4202560 8617 0 0 0 1740 76 0 0 20 0 22 0 24017465 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084494498728 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6081] ppid=6067 vsize=9824732 CPUtime=30.9 cores=1,3,5,7
/proc/6070/task/6081/stat : 6081 (java) S 6067 6070 1299 0 -1 4202560 7212 0 0 0 3064 26 0 0 20 0 22 0 24017466 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084482087144 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6082] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6082/stat : 6082 (java) S 6067 6070 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 24017467 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084481033208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6083] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6083/stat : 6083 (java) S 6067 6070 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 24017467 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084479980808 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6084] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6084/stat : 6084 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24017469 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084478929296 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6085] ppid=6067 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/6070/task/6085/stat : 6085 (java) S 6067 6070 1299 0 -1 4202560 9484 0 0 0 160 2 0 0 20 0 22 0 24017469 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084477876920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6086] ppid=6067 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/6070/task/6086/stat : 6086 (java) S 6067 6070 1299 0 -1 4202560 8274 0 0 0 180 3 0 0 20 0 22 0 24017469 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084476824120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6087] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6087/stat : 6087 (java) S 6067 6070 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 24017469 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084475772024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6070/tid=6088] ppid=6067 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/6070/task/6088/stat : 6088 (java) S 6067 6070 1299 0 -1 4202560 53 0 0 0 19 21 0 0 20 0 22 0 24017469 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084474719432 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6090] ppid=6067 vsize=9824732 CPUtime=795.55 cores=1,3,5,7
/proc/6070/task/6090/stat : 6090 (java) R 6067 6070 1299 0 -1 4202560 150 0 0 0 79541 14 0 0 20 0 22 0 24023311 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084473612736 140084531653437 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6070/tid=6091] ppid=6067 vsize=9824732 CPUtime=795.5 cores=1,3,5,7
/proc/6070/task/6091/stat : 6091 (java) R 6067 6070 1299 0 -1 4202560 284 0 0 0 79532 18 0 0 20 0 22 0 24023311 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084472560592 140084531686592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6070/tid=6092] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6092/stat : 6092 (java) S 6067 6070 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24024309 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084471510184 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6070/tid=6093] ppid=6067 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/6070/task/6093/stat : 6093 (java) S 6067 6070 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 24024346 10060525568 1841807 33554432000 1073741824 1073778376 140734662527840 140084470457384 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 6070 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 6070 and gives
#  childrusage.ru_utime.tv_sec=1789
#  childrusage.ru_utime.tv_usec=139009
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=292891
# CPU time returned by wait4() is 1796.43
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 890.49
CPU time (s): 1800.18
CPU user time (s): 1793.29
CPU system time (s): 6.89
CPU usage (%): 202.156
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.14
system time used= 7.29289
maximum resident set size= 7367344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133387
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43379
involuntary context switches= 143413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.22221 second user time and 8.18375 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 05:14:45
IDJOB=4103134
IDBENCH=2278
IDSOLVER=2543
FILE ID=node113/4103134-1466219678
RUNJOBID= node113-1466206100-1316
PBS_JOBID= 19918163
Free space on /tmp= 71544 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-fome13.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103134-1466219678/watcher-4103134-1466219678 -o /tmp/evaluation-result-4103134-1466219678/solver-4103134-1466219678 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1316 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103134-1466219678.opb

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

MD5SUM BENCH= e3f30a3ccce8a834fba8f93335c22413
RANDOM SEED=1138514188

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:        27947168 kB
Buffers:           98988 kB
Cached:           305284 kB
SwapCached:         1968 kB
Active:          3046372 kB
Inactive:         183216 kB
Active(anon):    2826204 kB
Inactive(anon):     1556 kB
Active(file):     220168 kB
Inactive(file):   181660 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:            165300 kB
Writeback:             0 kB
AnonPages:       3779068 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             606224 kB
SReclaimable:      49512 kB
SUnreclaim:       556712 kB
KernelStack:        1608 kB
PageTables:        11684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4387988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2826240 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= 71544 MiB
End job on node113 at 2016-06-18 05:29:36