Trace number 4103710

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.1 895.717

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-greenbea.opb
MD5SUMfed9726f7ff3b53e29a48b8849ad3d9b
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 variables155427
Total number of constraints2674
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 constraints2674
Minimum length of a constraint11
Maximum length of a constraint7267
Number of terms in the objective function 15205
Biggest coefficient in the objective function 536870912000000
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 11303756896327816
Number of bits of the sum of numbers in the objective function 54
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 24454743822989865
Number of bits of the biggest sum of numbers55
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4103710-1466245850.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
5.27/3.40	c ... done. Wall clock time 3.288s.
5.27/3.40	c declared #vars     155427
5.27/3.40	c #constraints  4866
5.38/3.41	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
5.38/3.41	c constraints type 
5.38/3.41	c org.sat4j.specs.Constr$1 => 339
5.38/3.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4527
5.38/3.41	c 4866 constraints processed.
5.38/3.41	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
5.38/3.41	c constraints type 
5.38/3.41	c org.sat4j.specs.Constr$1 => 339
5.38/3.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4527
5.38/3.41	c 4866 constraints processed.
5.38/3.41	c objective function length is 15205 literals
12.57/6.87	c cleaning 2492 clauses out of 5000 with flag 12863/5001
15.79/8.33	c cleaning 4254 clauses out of 8509 with flag 28683/11002
20.50/10.60	c cleaning 5620 clauses out of 11253 with flag 48073/18000
24.70/12.75	c cleaning 6816 clauses out of 13633 with flag 71998/26000
29.94/15.32	c cleaning 7906 clauses out of 15819 with flag 96406/35002
37.31/18.94	c cleaning 8953 clauses out of 17913 with flag 125597/45002
43.72/22.14	c cleaning 9978 clauses out of 19960 with flag 159959/56002
50.14/25.31	c cleaning 10985 clauses out of 21981 with flag 194194/68001
58.11/29.21	c cleaning 11988 clauses out of 23995 with flag 229481/81000
68.71/34.54	c cleaning 12997 clauses out of 26008 with flag 268181/95001
79.90/40.12	c cleaning 14000 clauses out of 28012 with flag 310239/110002
93.75/46.94	c cleaning 15001 clauses out of 30012 with flag 355877/126002
105.56/52.85	c cleaning 16001 clauses out of 32009 with flag 402835/143000
118.67/59.20	c cleaning 16995 clauses out of 34010 with flag 451623/161002
129.87/64.89	c cleaning 17995 clauses out of 36013 with flag 498728/180000
146.81/73.16	c cleaning 18998 clauses out of 38018 with flag 553812/200000
165.21/82.34	c cleaning 20000 clauses out of 40020 with flag 619543/221000
179.20/89.33	c cleaning 21007 clauses out of 42021 with flag 683496/243001
196.05/97.57	c cleaning 21999 clauses out of 44013 with flag 749820/266000
216.65/107.18	c cleaning 23001 clauses out of 46014 with flag 815928/290000
237.11/117.03	c cleaning 24007 clauses out of 48015 with flag 881165/315002
249.44/123.02	c cleaning 0 clauses out of 5000 with flag 0/5000
260.93/128.38	c cleaning 24987 clauses out of 50006 with flag 944726/341000
289.35/142.02	c cleaning 26006 clauses out of 52019 with flag 1006818/368000
315.17/154.82	c cleaning 27000 clauses out of 54014 with flag 1068825/396001
344.21/169.13	c cleaning 28002 clauses out of 56013 with flag 1133577/425000
378.28/186.81	c cleaning 29000 clauses out of 58011 with flag 1201102/455000
413.10/204.25	c cleaning 30000 clauses out of 60011 with flag 1271733/486000
449.56/222.40	c cleaning 31005 clauses out of 62013 with flag 1344790/518002
484.21/239.73	c cleaning 31992 clauses out of 64006 with flag 1418223/551000
526.32/260.78	c cleaning 33001 clauses out of 66014 with flag 1494457/585000
570.81/282.92	c cleaning 34002 clauses out of 68013 with flag 1573365/620000
613.96/304.40	c cleaning 35002 clauses out of 70011 with flag 1654529/656000
657.69/326.20	c cleaning 35998 clauses out of 72011 with flag 1738048/693002
704.21/349.48	c cleaning 36995 clauses out of 74011 with flag 1826513/731000
720.30/357.44	c cleaning 0 clauses out of 11000 with flag 0/11000
749.78/372.17	c cleaning 37997 clauses out of 76017 with flag 1914827/770001
800.33/397.36	c cleaning 38998 clauses out of 78020 with flag 2005372/810001
862.14/428.15	c cleaning 40002 clauses out of 80021 with flag 2111494/851000
924.33/459.19	c cleaning 41007 clauses out of 82019 with flag 2226829/893000
986.12/489.96	c cleaning 42002 clauses out of 84013 with flag 2348748/936001
1042.86/518.25	c cleaning 42999 clauses out of 86010 with flag 2473163/980000
1106.48/549.95	c cleaning 44001 clauses out of 88011 with flag 2583217/1025000
1164.43/578.83	c cleaning 45003 clauses out of 90014 with flag 2696106/1071004
1225.11/609.05	c cleaning 46000 clauses out of 92008 with flag 2816649/1118001
1291.24/642.04	c cleaning 46998 clauses out of 94007 with flag 2943093/1166000
1362.54/677.52	c cleaning 47995 clauses out of 96010 with flag 3075931/1215001
1436.31/714.34	c cleaning 48998 clauses out of 98014 with flag 3201921/1265000
1502.74/747.44	c cleaning 49998 clauses out of 100017 with flag 3328398/1316001
1577.62/784.74	c cleaning 50997 clauses out of 102018 with flag 3453693/1368000
1659.19/825.41	c cleaning 52005 clauses out of 104022 with flag 3598095/1421001
1744.81/868.01	c cleaning 53002 clauses out of 106017 with flag 3732993/1475001
1800.08/895.65	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.65	c starts		: 1
1800.08/895.65	c conflicts		: 1513556
1800.08/895.65	c decisions		: 1783219
1800.08/895.65	c propagations		: 100448782
1800.08/895.65	c inspects		: 6157839944
1800.08/895.65	c shortcuts		: 0
1800.08/895.65	c learnt literals	: 1
1800.08/895.65	c learnt binary clauses	: 0
1800.08/895.65	c learnt ternary clauses	: 3
1800.08/895.65	c learnt constraints	: 1513555
1800.08/895.65	c ignored constraints	: 0
1800.08/895.65	c root simplifications	: 0
1800.08/895.65	c removed literals (reason simplification)	: 719930
1800.08/895.65	c reason swapping (by a shorter reason)	: 0
1800.08/895.65	c Calls to reduceDB	: 50
1800.08/895.65	c Number of update (reduction) of LBD	: 139803
1800.08/895.65	c Imported unit clauses	: 0
1800.08/895.65	c number of reductions to clauses (during analyze)	: 0
1800.08/895.65	c number of learned constraints concerned by reduction	: 0
1800.08/895.65	c number of learning phase by resolution	: 0
1800.08/895.65	c number of learning phase by cutting planes	: 0
1800.08/895.65	c speed (assignments/second)	: 112604.3051350203
1800.08/895.65	c non guided choices	2
1800.08/895.68	c learnt constraints type 
1800.08/895.68	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91571
1800.08/895.68	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.68	c starts		: 21
1800.08/895.68	c conflicts		: 15285
1800.08/895.68	c decisions		: 149855
1800.08/895.68	c propagations		: 2742438
1800.08/895.68	c inspects		: 589061727
1800.08/895.68	c shortcuts		: 0
1800.08/895.68	c learnt literals	: 0
1800.08/895.68	c learnt binary clauses	: 0
1800.08/895.68	c learnt ternary clauses	: 0
1800.08/895.68	c learnt constraints	: 15284
1800.08/895.68	c ignored constraints	: 0
1800.08/895.68	c root simplifications	: 0
1800.08/895.68	c removed literals (reason simplification)	: 0
1800.08/895.68	c reason swapping (by a shorter reason)	: 0
1800.08/895.68	c Calls to reduceDB	: 2
1800.08/895.68	c Number of update (reduction) of LBD	: 0
1800.08/895.68	c Imported unit clauses	: 0
1800.08/895.68	c number of reductions to clauses (during analyze)	: 0
1800.08/895.68	c number of learned constraints concerned by reduction	: 0
1800.08/895.68	c number of learning phase by resolution	: 0
1800.08/895.68	c number of learning phase by cutting planes	: 0
1800.08/895.68	c speed (assignments/second)	: 3074.533764581243
1800.08/895.68	c non guided choices	45
1800.08/895.69	c learnt constraints type 
1800.08/895.69	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.08/895.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15282
1800.08/895.69	s UNKNOWN
1800.08/895.69	c Total wall clock time (in seconds): 895.572

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-4103710-1466245850/watcher-4103710-1466245850 -o /tmp/evaluation-result-4103710-1466245850/solver-4103710-1466245850 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6374 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103710-1466245850.opb 

pid=8380
running on 4 cores: 0,2,4,6

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.11 4.16 4.17 4/198 8383
/proc/meminfo: memFree=28889388/32872528 swapFree=681964/737152
[pid=8383] ppid=8380 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8383/stat : 8383 (java) S 8380 8383 6358 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 26634325 98570240 977 33554432000 1073741824 1073778376 140733622875232 140733622866368 213869690941 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8383/statm: 24065 977 743 9 0 16771 0
[pid=8383/tid=8384] ppid=8380 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8384/stat : 8384 (java) R 8380 8383 6358 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 26634326 98570240 977 33554432000 1073741824 1073778376 140733622875232 139746070740520 213866333568 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 4.11 4.16 4.17 4/198 8383
/proc/meminfo: memFree=28889388/32872528 swapFree=681964/737152
[pid=8383] ppid=8380 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8383/stat : 8383 (java) S 8380 8383 6358 0 -1 4202496 4420 0 1 0 9 1 0 0 20 0 18 0 26634325 9787879424 6046 33554432000 1073741824 1073778376 140733622875232 140733622866368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8383/statm: 2389619 6046 2126 9 0 2380296 0
[pid=8383/tid=8384] ppid=8380 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8383/task/8384/stat : 8384 (java) R 8380 8383 6358 0 -1 4202560 2387 0 1 0 6 1 0 0 20 0 18 0 26634326 9787879424 6046 33554432000 1073741824 1073778376 140733622875232 139746070744152 213869716749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 4.11 4.16 4.17 4/198 8383
/proc/meminfo: memFree=28889388/32872528 swapFree=681964/737152
[pid=8383] ppid=8380 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/8383/stat : 8383 (java) S 8380 8383 6358 0 -1 4202496 5047 0 1 0 29 1 0 0 20 0 18 0 26634325 9787879424 8406 33554432000 1073741824 1073778376 140733622875232 140733622866368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8383/statm: 2389619 8918 2221 9 0 2380296 0
[pid=8383/tid=8384] ppid=8380 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/8383/task/8384/stat : 8384 (java) R 8380 8383 6358 0 -1 4202560 2402 0 1 0 16 1 0 0 20 0 18 0 26634326 9787879424 8918 33554432000 1073741824 1073778376 140733622875232 139746070735912 139745905008102 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300336 s]
/proc/loadavg: 4.11 4.16 4.17 4/198 8383
/proc/meminfo: memFree=28889388/32872528 swapFree=681964/737152
[pid=8383] ppid=8380 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/8383/stat : 8383 (java) S 8380 8383 6358 0 -1 4202496 6520 0 1 0 51 2 0 0 20 0 18 0 26634325 9787879424 11125 33554432000 1073741824 1073778376 140733622875232 140733622866368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8383/statm: 2389619 11125 2232 9 0 2380296 0
[pid=8383/tid=8384] ppid=8380 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/8383/task/8384/stat : 8384 (java) R 8380 8383 6358 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 26634326 9787879424 11125 33554432000 1073741824 1073778376 140733622875232 139746070735912 139745904647367 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700234 s]
/proc/loadavg: 4.11 4.16 4.17 4/198 8383
/proc/meminfo: memFree=28889388/32872528 swapFree=681964/737152
[pid=8383] ppid=8380 vsize=9558476 CPUtime=1.47 cores=0,2,4,6
/proc/8383/stat : 8383 (java) S 8380 8383 6358 0 -1 4202496 16817 0 1 0 142 5 0 0 20 0 18 0 26634325 9787879424 43239 33554432000 1073741824 1073778376 140733622875232 140733622866368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8383/statm: 2389619 43239 2254 9 0 2380296 0
[pid=8383/tid=8384] ppid=8380 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/8383/task/8384/stat : 8384 (java) R 8380 8383 6358 0 -1 4202560 2461 0 1 0 64 3 0 0 20 0 18 0 26634326 9787879424 43239 33554432000 1073741824 1073778376 140733622875232 139746070736864 213869716749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9558476

[startup+1.50089 s]
/proc/loadavg: 3.94 4.13 4.16 11/216 8401
/proc/meminfo: memFree=28615324/32872528 swapFree=681964/737152
[pid=8383] ppid=8380 vsize=9558476 CPUtime=2.68 cores=0,2,4,6
/proc/8383/stat : 8383 (java) S 8380 8383 6358 0 -1 4202496 17590 0 1 0 249 19 0 0 20 0 18 0 26634325 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 140733622866368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8383/statm: 2389619 79127 2270 9 0 2380296 0
[pid=8383/tid=8384] ppid=8380 vsize=9558476 CPUtime=1.33 cores=0,2,4,6
/proc/8383/task/8384/stat : 8384 (java) R 8380 8383 6358 0 -1 4202560 2483 0 1 0 129 4 0 0 20 0 18 0 26634326 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139746070736864 213869716749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8386] ppid=8380 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/8383/task/8386/stat : 8386 (java) S 8380 8383 6358 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 18 0 26634327 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139746032236712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8387] ppid=8380 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/8383/task/8387/stat : 8387 (java) S 8380 8383 6358 0 -1 4202560 189 0 0 0 8 4 0 0 20 0 18 0 26634327 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139746031184168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8388] ppid=8380 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/8383/task/8388/stat : 8388 (java) S 8380 8383 6358 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 18 0 26634327 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139746030131624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8383/tid=8389] ppid=8380 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8383/task/8389/stat : 8389 (java) S 8380 8383 6358 0 -1 4202560 125 0 0 0 6 3 0 0 20 0 18 0 26634327 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139746029079080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8383/tid=8390] ppid=8380 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/8383/task/8390/stat : 8390 (java) S 8380 8383 6358 0 -1 4202560 81 0 0 0 3 2 0 0 20 0 18 0 26634327 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139746028026536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8383/tid=8391] ppid=8380 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8383/task/8391/stat : 8391 (java) S 8380 8383 6358 0 -1 4202560 124 0 0 0 5 2 0 0 20 0 18 0 26634327 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139746026973992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8392] ppid=8380 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/8383/task/8392/stat : 8392 (java) S 8380 8383 6358 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 26634327 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139746025921448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8393] ppid=8380 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/8383/task/8393/stat : 8393 (java) S 8380 8383 6358 0 -1 4202560 102 0 0 0 2 0 0 0 20 0 18 0 26634327 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139746024868904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8383/tid=8394] ppid=8380 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8394/stat : 8394 (java) S 8380 8383 6358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 26634328 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139745894865000 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8395] ppid=8380 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8395/stat : 8395 (java) S 8380 8383 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26634328 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139745893811320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8396] ppid=8380 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8396/stat : 8396 (java) S 8380 8383 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 26634328 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139745892758664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8397] ppid=8380 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8397/stat : 8397 (java) S 8380 8383 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26634331 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139745891707408 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8398] ppid=8380 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/8383/task/8398/stat : 8398 (java) S 8380 8383 6358 0 -1 4202560 5128 0 0 0 37 0 0 0 20 0 18 0 26634331 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139745890654776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8399] ppid=8380 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/8383/task/8399/stat : 8399 (java) S 8380 8383 6358 0 -1 4202560 7967 0 0 0 40 1 0 0 20 0 18 0 26634331 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139745889602232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8400] ppid=8380 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8400/stat : 8400 (java) S 8380 8383 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26634331 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139745015360504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8401] ppid=8380 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8401/stat : 8401 (java) S 8380 8383 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26634331 9787879424 79127 33554432000 1073741824 1073778376 140733622875232 139745014308168 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 3.94 4.13 4.16 4/216 8401
/proc/meminfo: memFree=28410472/32872528 swapFree=681964/737152
[pid=8383] ppid=8380 vsize=9558476 CPUtime=5.07 cores=0,2,4,6
/proc/8383/stat : 8383 (java) S 8380 8383 6358 0 -1 4202496 18635 0 1 0 465 42 0 0 20 0 18 0 26634325 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 140733622866368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8383/statm: 2389619 143776 2270 9 0 2380296 0
[pid=8383/tid=8384] ppid=8380 vsize=9558476 CPUtime=2.66 cores=0,2,4,6
/proc/8383/task/8384/stat : 8384 (java) R 8380 8383 6358 0 -1 4202560 2520 0 1 0 261 5 0 0 20 0 18 0 26634326 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139746070736848 139745905093464 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8383/tid=8386] ppid=8380 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/8383/task/8386/stat : 8386 (java) S 8380 8383 6358 0 -1 4202560 255 0 0 0 17 5 0 0 20 0 18 0 26634327 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139746032236712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8387] ppid=8380 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/8383/task/8387/stat : 8387 (java) S 8380 8383 6358 0 -1 4202560 234 0 0 0 19 6 0 0 20 0 18 0 26634327 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139746031184168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8388] ppid=8380 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/8383/task/8388/stat : 8388 (java) S 8380 8383 6358 0 -1 4202560 92 0 0 0 10 3 0 0 20 0 18 0 26634327 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139746030131624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8389] ppid=8380 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/8383/task/8389/stat : 8389 (java) S 8380 8383 6358 0 -1 4202560 166 0 0 0 12 5 0 0 20 0 18 0 26634327 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139746029079080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8390] ppid=8380 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/8383/task/8390/stat : 8390 (java) S 8380 8383 6358 0 -1 4202560 135 0 0 0 13 5 0 0 20 0 18 0 26634327 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139746028026536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8391] ppid=8380 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/8383/task/8391/stat : 8391 (java) S 8380 8383 6358 0 -1 4202560 164 0 0 0 13 4 0 0 20 0 18 0 26634327 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139746026973992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8392] ppid=8380 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/8383/task/8392/stat : 8392 (java) S 8380 8383 6358 0 -1 4202560 310 0 0 0 11 3 0 0 20 0 18 0 26634327 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139746025921448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8393] ppid=8380 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/8383/task/8393/stat : 8393 (java) S 8380 8383 6358 0 -1 4202560 216 0 0 0 14 5 0 0 20 0 18 0 26634327 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139746024868904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8394] ppid=8380 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8394/stat : 8394 (java) S 8380 8383 6358 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 26634328 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139745894865000 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8395] ppid=8380 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8395/stat : 8395 (java) S 8380 8383 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26634328 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139745893811320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8396] ppid=8380 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8396/stat : 8396 (java) S 8380 8383 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 26634328 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139745892758664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8397] ppid=8380 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8397/stat : 8397 (java) S 8380 8383 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26634331 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139745891707408 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8398] ppid=8380 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/8383/task/8398/stat : 8398 (java) S 8380 8383 6358 0 -1 4202560 5128 0 0 0 37 0 0 0 20 0 18 0 26634331 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139745890654776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8399] ppid=8380 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/8383/task/8399/stat : 8399 (java) S 8380 8383 6358 0 -1 4202560 7967 0 0 0 41 2 0 0 20 0 18 0 26634331 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139745889602232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8400] ppid=8380 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8400/stat : 8400 (java) S 8380 8383 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26634331 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139745015360504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8401] ppid=8380 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8401/stat : 8401 (java) S 8380 8383 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26634331 9787879424 143776 33554432000 1073741824 1073778376 140733622875232 139745014308168 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.07
Current children cumulated vsize (KiB) 9558476

[startup+6.30093 s]
/proc/loadavg: 3.95 4.12 4.16 4/220 8405
/proc/meminfo: memFree=27973336/32872528 swapFree=681964/737152
[pid=8383] ppid=8380 vsize=9824732 CPUtime=11.51 cores=0,2,4,6
/proc/8383/stat : 8383 (java) S 8380 8383 6358 0 -1 4202496 20738 0 1 0 1090 61 0 0 20 0 22 0 26634325 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 140733622866368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8383/statm: 2456183 257289 2289 9 0 2446860 0
[pid=8383/tid=8384] ppid=8380 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/8383/task/8384/stat : 8384 (java) S 8380 8383 6358 0 -1 4202560 2727 0 1 0 291 6 0 0 20 0 22 0 26634326 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139746070745976 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8383/tid=8386] ppid=8380 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/8383/task/8386/stat : 8386 (java) S 8380 8383 6358 0 -1 4202560 282 0 0 0 23 7 0 0 20 0 22 0 26634327 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139746032236712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8387] ppid=8380 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/8383/task/8387/stat : 8387 (java) S 8380 8383 6358 0 -1 4202560 283 0 0 0 25 8 0 0 20 0 22 0 26634327 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139746031184168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8388] ppid=8380 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/8383/task/8388/stat : 8388 (java) S 8380 8383 6358 0 -1 4202560 108 0 0 0 14 4 0 0 20 0 22 0 26634327 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139746030131624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8389] ppid=8380 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/8383/task/8389/stat : 8389 (java) S 8380 8383 6358 0 -1 4202560 193 0 0 0 16 5 0 0 20 0 22 0 26634327 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139746029079080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8390] ppid=8380 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/8383/task/8390/stat : 8390 (java) S 8380 8383 6358 0 -1 4202560 164 0 0 0 19 6 0 0 20 0 22 0 26634327 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139746028026536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8391] ppid=8380 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/8383/task/8391/stat : 8391 (java) S 8380 8383 6358 0 -1 4202560 195 0 0 0 17 5 0 0 20 0 22 0 26634327 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139746026973992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8383/tid=8392] ppid=8380 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/8383/task/8392/stat : 8392 (java) S 8380 8383 6358 0 -1 4202560 364 0 0 0 23 6 0 0 20 0 22 0 26634327 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139746025921448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8383/tid=8393] ppid=8380 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/8383/task/8393/stat : 8393 (java) S 8380 8383 6358 0 -1 4202560 242 0 0 0 20 6 0 0 20 0 22 0 26634327 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139746024868904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8394] ppid=8380 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/8383/task/8394/stat : 8394 (java) S 8380 8383 6358 0 -1 4202560 903 0 0 0 83 3 0 0 20 0 22 0 26634328 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139745894865000 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8395] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8395/stat : 8395 (java) S 8380 8383 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26634328 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139745893811320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8396] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8396/stat : 8396 (java) S 8380 8383 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26634328 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139745892758664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8397] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8397/stat : 8397 (java) S 8380 8383 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26634331 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139745891707408 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8398] ppid=8380 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/8383/task/8398/stat : 8398 (java) S 8380 8383 6358 0 -1 4202560 5196 0 0 0 85 0 0 0 20 0 22 0 26634331 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139745890654776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8399] ppid=8380 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/8383/task/8399/stat : 8399 (java) S 8380 8383 6358 0 -1 4202560 8676 0 0 0 87 2 0 0 20 0 22 0 26634331 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139745889602232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8400] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8400/stat : 8400 (java) S 8380 8383 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26634331 10060525568 257289 33554432000 1073741824 1073778376 140733622875232 139745015360504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8401] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[pid=8383/tid=8402] ppid=8380 vsize=9824732 CPUtime=868.25 cores=0,2,4,6
/proc/8383/task/8402/stat : 8402 (java) R 8380 8383 6358 0 -1 4202560 111 0 0 0 86808 17 0 0 20 0 22 0 26634666 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745013251248 139745905411529 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8403] ppid=8380 vsize=9824732 CPUtime=868.11 cores=0,2,4,6
/proc/8383/task/8403/stat : 8403 (java) R 8380 8383 6358 0 -1 4202560 768 0 0 0 86789 22 0 0 20 0 22 0 26634666 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745012197856 139745905104048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8383/tid=8404] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8404/stat : 8404 (java) S 8380 8383 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26634686 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745011147816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8405] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8405/stat : 8405 (java) S 8380 8383 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26634695 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745010095272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1773.49
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.601 s]
/proc/loadavg: 4.36 4.31 4.20 5/219 8572
/proc/meminfo: memFree=25303372/32872528 swapFree=681964/737152
[pid=8383] ppid=8380 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/8383/stat : 8383 (java) S 8380 8383 6358 0 -1 4202496 37442 0 1 0 179669 339 0 0 20 0 22 0 26634325 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 140733622866368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8383/statm: 2456183 907733 2299 9 0 2446860 0
[pid=8383/tid=8384] ppid=8380 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/8383/task/8384/stat : 8384 (java) S 8380 8383 6358 0 -1 4202560 2733 0 1 0 295 7 0 0 20 0 22 0 26634326 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746070745976 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8386] ppid=8380 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/8383/task/8386/stat : 8386 (java) S 8380 8383 6358 0 -1 4202560 1083 0 0 0 254 42 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746032236712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8387] ppid=8380 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/8383/task/8387/stat : 8387 (java) S 8380 8383 6358 0 -1 4202560 1216 0 0 0 262 36 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746031184168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8388] ppid=8380 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/8383/task/8388/stat : 8388 (java) S 8380 8383 6358 0 -1 4202560 874 0 0 0 252 34 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746030131624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8389] ppid=8380 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/8383/task/8389/stat : 8389 (java) S 8380 8383 6358 0 -1 4202560 1048 0 0 0 242 32 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746029079080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8390] ppid=8380 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/8383/task/8390/stat : 8390 (java) S 8380 8383 6358 0 -1 4202560 1277 0 0 0 265 38 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746028026536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8391] ppid=8380 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/8383/task/8391/stat : 8391 (java) S 8380 8383 6358 0 -1 4202560 1066 0 0 0 261 34 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746026973992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8392] ppid=8380 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/8383/task/8392/stat : 8392 (java) S 8380 8383 6358 0 -1 4202560 1156 0 0 0 280 38 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746025921448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8393] ppid=8380 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/8383/task/8393/stat : 8393 (java) S 8380 8383 6358 0 -1 4202560 1112 0 0 0 279 37 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746024868904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8394] ppid=8380 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/8383/task/8394/stat : 8394 (java) S 8380 8383 6358 0 -1 4202560 2241 0 0 0 235 8 0 0 20 0 22 0 26634328 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745894865000 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8395] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8395/stat : 8395 (java) S 8380 8383 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26634328 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745893811320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8396] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8396/stat : 8396 (java) S 8380 8383 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26634328 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745892758664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8397] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8397/stat : 8397 (java) S 8380 8383 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26634331 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745891707408 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8398] ppid=8380 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/8383/task/8398/stat : 8398 (java) S 8380 8383 6358 0 -1 4202560 5202 0 0 0 101 0 0 0 20 0 22 0 26634331 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745890654776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8399] ppid=8380 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/8383/task/8399/stat : 8399 (java) S 8380 8383 6358 0 -1 4202560 16240 0 0 0 193 2 0 0 20 0 22 0 26634331 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745889602232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8400] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8400/stat : 8400 (java) S 8380 8383 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26634331 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745015360504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8401] ppid=8380 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/8383/task/8401/stat : 8401 (java) S 8380 8383 6358 0 -1 4202560 50 0 0 0 17 17 0 0 20 0 22 0 26634331 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745014308168 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8402] ppid=8380 vsize=9824732 CPUtime=881.51 cores=0,2,4,6
/proc/8383/task/8402/stat : 8402 (java) R 8380 8383 6358 0 -1 4202560 111 0 0 0 88134 17 0 0 20 0 22 0 26634666 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745013251248 139745905369145 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8403] ppid=8380 vsize=9824732 CPUtime=881.37 cores=0,2,4,6
/proc/8383/task/8403/stat : 8403 (java) R 8380 8383 6358 0 -1 4202560 768 0 0 0 88115 22 0 0 20 0 22 0 26634666 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745012197856 139745905426773 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8383/tid=8404] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8404/stat : 8404 (java) S 8380 8383 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26634686 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745011147816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8405] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8405/stat : 8405 (java) S 8380 8383 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26634695 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745010095272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (1796.08 s) is less than in the last sample (1800.08 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (3.99988 s) to the 'lost time'.

[startup+895.601 s]
/proc/loadavg: 4.36 4.31 4.20 5/219 8572
/proc/meminfo: memFree=25303372/32872528 swapFree=681964/737152
[pid=8383] ppid=8380 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/8383/stat : 8383 (java) S 8380 8383 6358 0 -1 4202496 37442 0 1 0 179669 339 0 0 20 0 22 0 26634325 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 140733622866368 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8383/statm: 2456183 907733 2299 9 0 2446860 0
[pid=8383/tid=8384] ppid=8380 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/8383/task/8384/stat : 8384 (java) S 8380 8383 6358 0 -1 4202560 2733 0 1 0 295 7 0 0 20 0 22 0 26634326 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746070745976 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8386] ppid=8380 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/8383/task/8386/stat : 8386 (java) S 8380 8383 6358 0 -1 4202560 1083 0 0 0 254 42 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746032236712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8387] ppid=8380 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/8383/task/8387/stat : 8387 (java) S 8380 8383 6358 0 -1 4202560 1216 0 0 0 262 36 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746031184168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8388] ppid=8380 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/8383/task/8388/stat : 8388 (java) S 8380 8383 6358 0 -1 4202560 874 0 0 0 252 34 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746030131624 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8389] ppid=8380 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/8383/task/8389/stat : 8389 (java) S 8380 8383 6358 0 -1 4202560 1048 0 0 0 242 32 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746029079080 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8390] ppid=8380 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/8383/task/8390/stat : 8390 (java) S 8380 8383 6358 0 -1 4202560 1277 0 0 0 265 38 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746028026536 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8391] ppid=8380 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/8383/task/8391/stat : 8391 (java) S 8380 8383 6358 0 -1 4202560 1066 0 0 0 261 34 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746026973992 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8392] ppid=8380 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/8383/task/8392/stat : 8392 (java) S 8380 8383 6358 0 -1 4202560 1156 0 0 0 280 38 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746025921448 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8383/tid=8393] ppid=8380 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/8383/task/8393/stat : 8393 (java) S 8380 8383 6358 0 -1 4202560 1112 0 0 0 279 37 0 0 20 0 22 0 26634327 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139746024868904 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8394] ppid=8380 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/8383/task/8394/stat : 8394 (java) S 8380 8383 6358 0 -1 4202560 2241 0 0 0 235 8 0 0 20 0 22 0 26634328 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745894865000 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8395] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8395/stat : 8395 (java) S 8380 8383 6358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26634328 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745893811320 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8396] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8396/stat : 8396 (java) S 8380 8383 6358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26634328 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745892758664 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8397] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8397/stat : 8397 (java) S 8380 8383 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26634331 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745891707408 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8398] ppid=8380 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/8383/task/8398/stat : 8398 (java) S 8380 8383 6358 0 -1 4202560 5202 0 0 0 101 0 0 0 20 0 22 0 26634331 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745890654776 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8399] ppid=8380 vsize=9824732 CPUtime=1.95 cores=0,2,4,6
/proc/8383/task/8399/stat : 8399 (java) S 8380 8383 6358 0 -1 4202560 16240 0 0 0 193 2 0 0 20 0 22 0 26634331 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745889602232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8400] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8400/stat : 8400 (java) S 8380 8383 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26634331 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745015360504 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8401] ppid=8380 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/8383/task/8401/stat : 8401 (java) S 8380 8383 6358 0 -1 4202560 50 0 0 0 17 17 0 0 20 0 22 0 26634331 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745014308168 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8383/tid=8402] ppid=8380 vsize=9824732 CPUtime=881.51 cores=0,2,4,6
/proc/8383/task/8402/stat : 8402 (java) R 8380 8383 6358 0 -1 4202560 111 0 0 0 88134 17 0 0 20 0 22 0 26634666 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745013251248 139745905369145 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8403] ppid=8380 vsize=9824732 CPUtime=881.37 cores=0,2,4,6
/proc/8383/task/8403/stat : 8403 (java) R 8380 8383 6358 0 -1 4202560 768 0 0 0 88115 22 0 0 20 0 22 0 26634666 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745012197856 139745905426773 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8383/tid=8404] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8404/stat : 8404 (java) S 8380 8383 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26634686 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745011147816 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8383/tid=8405] ppid=8380 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/8383/task/8405/stat : 8405 (java) S 8380 8383 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26634695 10060525568 907733 33554432000 1073741824 1073778376 140733622875232 139745010095272 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

[startup+895.706 s]
/proc/loadavg: 4.36 4.31 4.20 5/219 8572
/proc/meminfo: memFree=25303372/32872528 swapFree=681964/737152
[pid=8383] ppid=8380 vsize=0 CPUtime=1796.08 cores=0,2,4,6
/proc/8383/stat : 8383 (java) Z 8380 8383 6358 0 -1 4203532 37481 0 1 0 179228 380 0 0 20 0 2 0 26634325 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8383/statm: 0 0 0 0 0 0 0
[pid=8383/tid=8398] ppid=8380 vsize=0 CPUtime=1.04 cores=0,2,4,6
/proc/8383/task/8398/stat : 8398 (java) R 8380 8383 6358 0 -1 4203588 5203 0 0 0 103 1 0 0 20 0 2 0 26634331 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1796.08
Current children cumulated vsize (KiB) 0
#
############


Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 8383 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.706 s]
/proc/loadavg: 4.36 4.31 4.20 5/219 8572
/proc/meminfo: memFree=25303372/32872528 swapFree=681964/737152
[pid=8383] ppid=8380 vsize=0 CPUtime=1796.08 cores=0,2,4,6
/proc/8383/stat : 8383 (java) Z 8380 8383 6358 0 -1 4203532 37481 0 1 0 179228 380 0 0 20 0 2 0 26634325 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/8383/statm: 0 0 0 0 0 0 0
[pid=8383/tid=8398] ppid=8380 vsize=0 CPUtime=1.04 cores=0,2,4,6
/proc/8383/task/8398/stat : 8398 (java) R 8380 8383 6358 0 -1 4203588 5203 0 0 0 103 1 0 0 20 0 2 0 26634331 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1796.08
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.99988
#  lost CPU user time (s): 4.40991
#  lost CPU system time (s): -0.41

Real time (s): 895.717
CPU time (s): 1800.1
CPU user time (s): 1796.69
CPU system time (s): 3.41142
CPU usage (%): 200.968
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.28
system time used= 3.82142
maximum resident set size= 3633100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37481
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23529
involuntary context switches= 21680

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.74513 second user time and 7.36388 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 12:30:51
IDJOB=4103710
IDBENCH=2438
IDSOLVER=2543
FILE ID=node112/4103710-1466245850
RUNJOBID= node112-1466241279-6374
PBS_JOBID= 19918204
Free space on /tmp= 71696 MiB

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

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

MD5SUM BENCH= fed9726f7ff3b53e29a48b8849ad3d9b
RANDOM SEED=1793876722

node112.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.734
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.46
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.734
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.734
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	: 5321.48
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.734
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.734
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.734
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28889660 kB
Buffers:           34172 kB
Cached:           118400 kB
SwapCached:         2040 kB
Active:          2406028 kB
Inactive:          82296 kB
Active(anon):    2336092 kB
Inactive(anon):     2100 kB
Active(file):      69936 kB
Inactive(file):    80196 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096732 kB
Dirty:             14616 kB
Writeback:             0 kB
AnonPages:       3094752 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             601528 kB
SReclaimable:      44796 kB
SUnreclaim:       556732 kB
KernelStack:        1616 kB
PageTables:        10324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4002824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2367488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node112 at 2016-06-18 12:45:47