Trace number 4100202

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 899.345

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-swath2.opb
MD5SUM136e834aa135f130ab268d7e01dc474c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 262226
Optimality of the best value was proved YES
Number of variables52335
Total number of constraints5202
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)193
Number of constraints which are nor clauses,nor cardinality constraints5009
Minimum length of a constraint1
Maximum length of a constraint49934
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 559784
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100202-1466208117.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
2.89/1.72	c ... done. Wall clock time 1.605s.
2.89/1.72	c declared #vars     52335
2.89/1.72	c #constraints  5706
2.89/1.73	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.89/1.73	c constraints type 
2.89/1.73	c org.sat4j.specs.Constr$1 => 401
2.89/1.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 193
2.89/1.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5112
2.89/1.73	c 5706 constraints processed.
2.89/1.73	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.89/1.73	c constraints type 
2.89/1.73	c org.sat4j.specs.Constr$1 => 401
2.89/1.73	c org.sat4j.pb.constraints.pb.UnitClausePB => 193
2.89/1.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5112
2.89/1.73	c 5706 constraints processed.
2.89/1.73	c objective function length is 31 literals
101.61/50.24	c cleaning 2510 clauses out of 5019 with flag 15420/5019
110.50/54.62	c cleaning 4245 clauses out of 8490 with flag 27399/11000
120.92/59.83	c cleaning 5628 clauses out of 11255 with flag 41419/18010
133.53/66.17	c cleaning 6809 clauses out of 13617 with flag 57399/26000
149.55/74.13	c cleaning 7906 clauses out of 15811 with flag 75405/35003
165.53/82.09	c cleaning 8955 clauses out of 17911 with flag 95417/45009
182.54/90.54	c cleaning 9977 clauses out of 19959 with flag 117423/56012
201.57/100.06	c cleaning 10994 clauses out of 21987 with flag 141433/68017
222.39/110.44	c cleaning 12001 clauses out of 24004 with flag 167455/81028
247.59/123.05	c cleaning 12994 clauses out of 25987 with flag 195423/95012
278.82/138.55	c cleaning 13993 clauses out of 27987 with flag 225411/110006
311.85/155.00	c cleaning 14992 clauses out of 29992 with flag 257407/126004
347.46/172.87	c cleaning 15990 clauses out of 31997 with flag 291401/143001
385.25/191.76	c cleaning 16990 clauses out of 34011 with flag 327409/161005
429.66/213.86	c cleaning 18005 clauses out of 36017 with flag 365401/180001
478.08/238.06	c cleaning 19004 clauses out of 38011 with flag 405399/200000
525.28/261.62	c cleaning 20001 clauses out of 40007 with flag 447399/221000
570.47/284.23	c cleaning 21010 clauses out of 42019 with flag 491425/243013
612.28/305.17	c cleaning 22004 clauses out of 44009 with flag 537425/266013
656.62/327.53	c cleaning 22987 clauses out of 45993 with flag 585401/290001
702.22/350.32	c cleaning 24005 clauses out of 48029 with flag 635447/315024
750.21/374.31	c cleaning 24999 clauses out of 50000 with flag 687399/341000
799.41/398.99	c cleaning 25991 clauses out of 52001 with flag 741399/368000
854.80/426.62	c cleaning 27005 clauses out of 54011 with flag 797401/396001
910.20/454.32	c cleaning 28006 clauses out of 56017 with flag 855423/425012
969.83/484.00	c cleaning 28991 clauses out of 58005 with flag 915411/455006
1035.62/516.96	c cleaning 30003 clauses out of 60008 with flag 977399/486000
1104.61/551.46	c cleaning 31002 clauses out of 62009 with flag 1041407/518004
1186.40/592.35	c cleaning 32002 clauses out of 64004 with flag 1107401/551001
1278.00/638.15	c cleaning 33005 clauses out of 66010 with flag 1175417/585009
1367.65/683.14	c cleaning 34004 clauses out of 68010 with flag 1245427/620014
1443.24/720.90	c cleaning 35002 clauses out of 70005 with flag 1317425/656013
1524.11/761.38	c cleaning 35991 clauses out of 71997 with flag 1391413/693007
1605.51/802.06	c cleaning 37003 clauses out of 74007 with flag 1467415/731008
1694.98/846.78	c cleaning 38000 clauses out of 76001 with flag 1545409/770005
1782.37/890.49	c cleaning 38993 clauses out of 77999 with flag 1625405/810003
1800.18/899.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/899.30	c starts		: 41
1800.18/899.30	c conflicts		: 819870
1800.18/899.30	c decisions		: 930096
1800.18/899.30	c propagations		: 69026992
1800.18/899.30	c inspects		: 4914391652
1800.18/899.30	c shortcuts		: 0
1800.18/899.30	c learnt literals	: 0
1800.18/899.30	c learnt binary clauses	: 1
1800.18/899.30	c learnt ternary clauses	: 1
1800.18/899.30	c learnt constraints	: 819870
1800.18/899.30	c ignored constraints	: 0
1800.18/899.30	c root simplifications	: 0
1800.18/899.30	c removed literals (reason simplification)	: 18459518
1800.18/899.30	c reason swapping (by a shorter reason)	: 0
1800.18/899.30	c Calls to reduceDB	: 36
1800.18/899.30	c Number of update (reduction) of LBD	: 1609
1800.18/899.30	c Imported unit clauses	: 0
1800.18/899.30	c number of reductions to clauses (during analyze)	: 0
1800.18/899.30	c number of learned constraints concerned by reduction	: 0
1800.18/899.30	c number of learning phase by resolution	: 0
1800.18/899.30	c number of learning phase by cutting planes	: 0
1800.18/899.30	c speed (assignments/second)	: 76917.83929789216
1800.18/899.30	c non guided choices	0
1800.18/899.32	c learnt constraints type 
1800.18/899.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.18/899.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48872
1800.18/899.32	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/899.32	c starts		: 1
1800.18/899.32	c conflicts		: 21
1800.18/899.32	c decisions		: 87846
1800.18/899.32	c propagations		: 308213
1800.18/899.32	c inspects		: 1233453
1800.18/899.32	c shortcuts		: 0
1800.18/899.32	c learnt literals	: 0
1800.18/899.32	c learnt binary clauses	: 0
1800.18/899.32	c learnt ternary clauses	: 0
1800.18/899.32	c learnt constraints	: 20
1800.18/899.32	c ignored constraints	: 0
1800.18/899.32	c root simplifications	: 0
1800.18/899.32	c removed literals (reason simplification)	: 0
1800.18/899.32	c reason swapping (by a shorter reason)	: 0
1800.18/899.32	c Calls to reduceDB	: 0
1800.18/899.32	c Number of update (reduction) of LBD	: 0
1800.18/899.32	c Imported unit clauses	: 0
1800.18/899.32	c number of reductions to clauses (during analyze)	: 0
1800.18/899.32	c number of learned constraints concerned by reduction	: 0
1800.18/899.32	c number of learning phase by resolution	: 0
1800.18/899.32	c number of learning phase by cutting planes	: 0
1800.18/899.32	c speed (assignments/second)	: 343.440365132356
1800.18/899.32	c non guided choices	0
1800.18/899.32	c learnt constraints type 
1800.18/899.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
1800.18/899.32	s UNKNOWN
1800.18/899.33	c Total wall clock time (in seconds): 899.207

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-4100202-1466208117/watcher-4100202-1466208117 -o /tmp/evaluation-result-4100202-1466208117/solver-4100202-1466208117 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100202-1466208117.opb 

pid=9985
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.52 4.50 3.91 4/200 9988
/proc/meminfo: memFree=27171656/32872528 swapFree=1505436/1685308
[pid=9988] ppid=9985 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9988/stat : 9988 (java) D 9985 9988 7329 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 22857653 9515008 176 33554432000 1073741824 1073778376 140734108277968 140734108260696 215124624272 0 0 4096 0 18446744072100756772 0 0 17 5 0 0 0 0 0
/proc/9988/statm: 2323 176 133 9 0 71 0

[startup+0.100164 s]
/proc/loadavg: 4.52 4.50 3.91 4/200 9988
/proc/meminfo: memFree=27171656/32872528 swapFree=1505436/1685308
[pid=9988] ppid=9985 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/9988/stat : 9988 (java) S 9985 9988 7329 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 22857653 9787879424 6035 33554432000 1073741824 1073778376 140734108277968 140734108269104 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9988/statm: 2389619 6035 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200339 s]
/proc/loadavg: 4.52 4.50 3.91 4/200 9988
/proc/meminfo: memFree=27171656/32872528 swapFree=1505436/1685308
[pid=9988] ppid=9985 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/9988/stat : 9988 (java) S 9985 9988 7329 0 -1 4202496 4688 0 1 0 24 2 0 0 20 0 18 0 22857653 9787879424 7285 33554432000 1073741824 1073778376 140734108277968 140734108269104 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9988/statm: 2389619 7285 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 4.52 4.50 3.91 4/200 9988
/proc/meminfo: memFree=27171656/32872528 swapFree=1505436/1685308
[pid=9988] ppid=9985 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/9988/stat : 9988 (java) S 9985 9988 7329 0 -1 4202496 6257 0 1 0 52 2 0 0 20 0 18 0 22857653 9787879424 10257 33554432000 1073741824 1073778376 140734108277968 140734108269104 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9988/statm: 2389619 10257 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 4.52 4.50 3.91 4/200 9988
/proc/meminfo: memFree=27171656/32872528 swapFree=1505436/1685308
[pid=9988] ppid=9985 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/9988/stat : 9988 (java) S 9985 9988 7329 0 -1 4202496 13046 0 1 0 131 5 0 0 20 0 18 0 22857653 9787879424 41714 33554432000 1073741824 1073778376 140734108277968 140734108269104 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9988/statm: 2389619 41714 2260 9 0 2380296 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 4.52 4.50 3.91 4/218 10006
/proc/meminfo: memFree=26964148/32872528 swapFree=1505436/1685308
[pid=9988] ppid=9985 vsize=9558476 CPUtime=2.69 cores=1,3,5,7
/proc/9988/stat : 9988 (java) S 9985 9988 7329 0 -1 4202496 17359 0 1 0 253 16 0 0 20 0 18 0 22857653 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 140734108269104 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9988/statm: 2389619 67740 2276 9 0 2380296 0
[pid=9988/tid=9990] ppid=9985 vsize=9558476 CPUtime=1.32 cores=1,3,5,7
/proc/9988/task/9990/stat : 9990 (java) R 9985 9988 7329 0 -1 4202560 2478 0 1 0 129 3 0 0 20 0 18 0 22857654 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776304855960 139776171137990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=9991] ppid=9985 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/9988/task/9991/stat : 9991 (java) S 9985 9988 7329 0 -1 4202560 103 0 0 0 4 0 0 0 20 0 18 0 22857655 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776293919272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=9992] ppid=9985 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/9988/task/9992/stat : 9992 (java) S 9985 9988 7329 0 -1 4202560 18 0 0 0 2 2 0 0 20 0 18 0 22857655 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776292866472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9993] ppid=9985 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/9988/task/9993/stat : 9993 (java) S 9985 9988 7329 0 -1 4202560 117 0 0 0 3 2 0 0 20 0 18 0 22857655 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776291813672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=9994] ppid=9985 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/9988/task/9994/stat : 9994 (java) S 9985 9988 7329 0 -1 4202560 42 0 0 0 5 1 0 0 20 0 18 0 22857655 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776290760872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9995] ppid=9985 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9988/task/9995/stat : 9995 (java) S 9985 9988 7329 0 -1 4202560 131 0 0 0 5 2 0 0 20 0 18 0 22857655 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776289709096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9996] ppid=9985 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/9988/task/9996/stat : 9996 (java) S 9985 9988 7329 0 -1 4202560 98 0 0 0 5 2 0 0 20 0 18 0 22857655 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776143080360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9997] ppid=9985 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/9988/task/9997/stat : 9997 (java) S 9985 9988 7329 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 22857655 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776142027560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9998] ppid=9985 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/9988/task/9998/stat : 9998 (java) S 9985 9988 7329 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 22857655 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776140974760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=9999] ppid=9985 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9988/task/9999/stat : 9999 (java) S 9985 9988 7329 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 18 0 22857656 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776128776680 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=10000] ppid=9985 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10000/stat : 10000 (java) S 9985 9988 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 22857657 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776127722744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10001] ppid=9985 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10001/stat : 10001 (java) S 9985 9988 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22857657 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776126669832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10002] ppid=9985 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10002/stat : 10002 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22857659 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776125618320 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10003] ppid=9985 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/9988/task/10003/stat : 10003 (java) S 9985 9988 7329 0 -1 4202560 5112 0 0 0 40 0 0 0 20 0 18 0 22857659 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776124566456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=10004] ppid=9985 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/9988/task/10004/stat : 10004 (java) S 9985 9988 7329 0 -1 4202560 7897 0 0 0 43 1 0 0 20 0 18 0 22857659 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776123513656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10005] ppid=9985 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10005/stat : 10005 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22857659 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776122461048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10006] ppid=9985 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10006/stat : 10006 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22857659 9787879424 67740 33554432000 1073741824 1073778376 140734108277968 139776121408456 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 9558476

[startup+3.10089 s]
/proc/loadavg: 4.52 4.50 3.91 6/222 10010
/proc/meminfo: memFree=26719588/32872528 swapFree=1505436/1685308
[pid=9988] ppid=9985 vsize=9824732 CPUtime=6.81 cores=1,3,5,7
/proc/9988/stat : 9988 (java) S 9985 9988 7329 0 -1 4202496 17847 0 1 0 651 30 0 0 20 0 22 0 22857653 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 140734108269104 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9988/statm: 2456183 115109 2283 9 0 2446860 0
[pid=9988/tid=9990] ppid=9985 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/9988/task/9990/stat : 9990 (java) S 9985 9988 7329 0 -1 4202560 2535 0 1 0 150 5 0 0 20 0 22 0 22857654 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776304857976 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=9991] ppid=9985 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9988/task/9991/stat : 9991 (java) S 9985 9988 7329 0 -1 4202560 150 0 0 0 11 4 0 0 20 0 22 0 22857655 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776293919272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=9992] ppid=9985 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9988/task/9992/stat : 9992 (java) S 9985 9988 7329 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 22857655 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776292866472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=9993] ppid=9985 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/9988/task/9993/stat : 9993 (java) S 9985 9988 7329 0 -1 4202560 161 0 0 0 11 4 0 0 20 0 22 0 22857655 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776291813672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=9994] ppid=9985 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/9988/task/9994/stat : 9994 (java) S 9985 9988 7329 0 -1 4202560 54 0 0 0 7 2 0 0 20 0 22 0 22857655 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776290760872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=9995] ppid=9985 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/9988/task/9995/stat : 9995 (java) S 9985 9988 7329 0 -1 4202560 152 0 0 0 7 2 0 0 20 0 22 0 22857655 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776289709096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=9996] ppid=9985 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/9988/task/9996/stat : 9996 (java) S 9985 9988 7329 0 -1 4202560 116 0 0 0 7 3 0 0 20 0 22 0 22857655 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776143080360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=9997] ppid=9985 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/9988/task/9997/stat : 9997 (java) S 9985 9988 7329 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 22857655 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776142027560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9998] ppid=9985 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9988/task/9998/stat : 9998 (java) S 9985 9988 7329 0 -1 4202560 65 0 0 0 9 3 0 0 20 0 22 0 22857655 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776140974760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=9999] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/9999/stat : 9999 (java) S 9985 9988 7329 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 22857656 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776128776680 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=10000] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10000/stat : 10000 (java) S 9985 9988 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 22857657 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776127722744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10001] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10001/stat : 10001 (java) S 9985 9988 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22857657 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776126669832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10002] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10002/stat : 10002 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22857659 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776125618320 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10003] ppid=9985 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/9988/task/10003/stat : 10003 (java) S 9985 9988 7329 0 -1 4202560 5116 0 0 0 83 0 0 0 20 0 22 0 22857659 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776124566456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10004] ppid=9985 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/9988/task/10004/stat : 10004 (java) S 9985 9988 7329 0 -1 4202560 7910 0 0 0 94 2 0 0 20 0 22 0 22857659 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776123513656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=10005] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10005/stat : 10005 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22857659 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776122461048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10006] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10006/stat : 10006 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22857659 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776121408456 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=10007] ppid=9985 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/9988/task/10007/stat : 10007 (java) R 9985 9988 7329 0 -1 4202560 23 0 0 0 122 0 0 0 20 0 22 0 22857826 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776120351280 139776171533737 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=10008] ppid=9985 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/9988/task/10008/stat : 10008 (java) R 9985 9988 7329 0 -1 4202560 31 0 0 0 123 0 0 0 20 0 22 0 22857826 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776119298424 139776171792955 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10009] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10009/stat : 10009 (java) S 9985 9988 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22857842 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776118248360 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10010] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10010/stat : 10010 (java) S 9985 9988 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22857843 10060525568 115109 33554432000 1073741824 1073778376 140734108277968 139776117195560 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.81
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.48 4.49 3.91 5/221 10010
/proc/meminfo: memFree=26671412/32872528 swapFree=1505436/1685308
[pid=9988] ppid=9985 vsize=9824732 CPUtime=13.47 cores=1,3,5,7
/proc/9988/stat : 9988 (java) S 9985 9988 7329 0 -1 4202496 18000 0 1 0 1313 34 0 0 20 0 22 0 22857653 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 140734108269104 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9988/statm: 2456183 126952 2284 9 0 2446860 0
[pid=9988/tid=9990] ppid=9985 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/9988/task/9990/stat : 9990 (java) S 9985 9988 7329 0 -1 4202560 2535 0 1 0 150 5 0 0 20 0 22 0 22857654 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776304857976 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9991] ppid=9985 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/9988/task/9991/stat : 9991 (java) S 9985 9988 7329 0 -1 4202560 163 0 0 0 13 4 0 0 20 0 22 0 22857655 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776293919272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=9992] ppid=9985 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/9988/task/9992/stat : 9992 (java) S 9985 9988 7329 0 -1 4202560 59 0 0 0 7 2 0 0 20 0 22 0 22857655 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776292866472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=9993] ppid=9985 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/9988/task/9993/stat : 9993 (java) S 9985 9988 7329 0 -1 4202560 175 0 0 0 13 5 0 0 20 0 22 0 22857655 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776291813672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=9994] ppid=9985 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9988/task/9994/stat : 9994 (java) S 9985 9988 7329 0 -1 4202560 61 0 0 0 9 3 0 0 20 0 22 0 22857655 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776290760872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9995] ppid=9985 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/9988/task/9995/stat : 9995 (java) S 9985 9988 7329 0 -1 4202560 167 0 0 0 9 3 0 0 20 0 22 0 22857655 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776289709096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9996] ppid=9985 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/9988/task/9996/stat : 9996 (java) S 9985 9988 7329 0 -1 4202560 150 0 0 0 13 3 0 0 20 0 22 0 22857655 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776143080360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9997] ppid=9985 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/9988/task/9997/stat : 9997 (java) S 9985 9988 7329 0 -1 4202560 56 0 0 0 7 2 0 0 20 0 22 0 22857655 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776142027560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9998] ppid=9985 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/9988/task/9998/stat : 9998 (java) S 9985 9988 7329 0 -1 4202560 82 0 0 0 10 4 0 0 20 0 22 0 22857655 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776140974760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=9999] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/9999/stat : 9999 (java) S 9985 9988 7329 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 22857656 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776128776680 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10000] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10000/stat : 10000 (java) S 9985 9988 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 22857657 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776127722744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10001] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10001/stat : 10001 (java) S 9985 9988 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22857657 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776126669832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10002] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10002/stat : 10002 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22857659 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776125618320 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10003] ppid=9985 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/9988/task/10003/stat : 10003 (java) S 9985 9988 7329 0 -1 4202560 5116 0 0 0 88 0 0 0 20 0 22 0 22857659 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776124566456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10004] ppid=9985 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/9988/task/10004/stat : 10004 (java) S 9985 9988 7329 0 -1 4202560 7911 0 0 0 104 2 0 0 20 0 22 0 22857659 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776123513656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=10005] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10005/stat : 10005 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22857659 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776122461048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10006] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10006/stat : 10006 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22857659 10060525568 126952 33554432000 1073741824 1073778376 140734108277968 139776121408456 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=10007] ppid=9985 vsize=9824732 CPUtime=4.33 cores=1,3,5,7

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

/proc/9988/task/9993/stat : 9993 (java) S 9985 9988 7329 0 -1 4202560 1872 0 0 0 42 16 0 0 20 0 22 0 22857655 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776291813672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=9994] ppid=9985 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/9988/task/9994/stat : 9994 (java) S 9985 9988 7329 0 -1 4202560 1151 0 0 0 44 20 0 0 20 0 22 0 22857655 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776290760872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=9995] ppid=9985 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/9988/task/9995/stat : 9995 (java) S 9985 9988 7329 0 -1 4202560 1013 0 0 0 36 14 0 0 20 0 22 0 22857655 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776289709096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=9996] ppid=9985 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/9988/task/9996/stat : 9996 (java) S 9985 9988 7329 0 -1 4202560 586 0 0 0 41 19 0 0 20 0 22 0 22857655 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776143080360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=9997] ppid=9985 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/9988/task/9997/stat : 9997 (java) S 9985 9988 7329 0 -1 4202560 1294 0 0 0 27 12 0 0 20 0 22 0 22857655 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776142027560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=9998] ppid=9985 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/9988/task/9998/stat : 9998 (java) S 9985 9988 7329 0 -1 4202560 1061 0 0 0 36 15 0 0 20 0 22 0 22857655 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776140974760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=9999] ppid=9985 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/9988/task/9999/stat : 9999 (java) S 9985 9988 7329 0 -1 4202560 1792 0 0 0 138 4 0 0 20 0 22 0 22857656 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776128776680 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10000] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10000/stat : 10000 (java) S 9985 9988 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 22857657 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776127722744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10001] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10001/stat : 10001 (java) S 9985 9988 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22857657 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776126669832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10002] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10002/stat : 10002 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22857659 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776125618320 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10003] ppid=9985 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/9988/task/10003/stat : 10003 (java) S 9985 9988 7329 0 -1 4202560 5133 0 0 0 106 0 0 0 20 0 22 0 22857659 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776124566456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10004] ppid=9985 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/9988/task/10004/stat : 10004 (java) S 9985 9988 7329 0 -1 4202560 7927 0 0 0 147 2 0 0 20 0 22 0 22857659 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776123513656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=10005] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10005/stat : 10005 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22857659 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776122461048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10006] ppid=9985 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/9988/task/10006/stat : 10006 (java) S 9985 9988 7329 0 -1 4202560 49 0 0 0 10 17 0 0 20 0 22 0 22857659 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776121408456 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10007] ppid=9985 vsize=9824732 CPUtime=815.78 cores=1,3,5,7
/proc/9988/task/10007/stat : 10007 (java) R 9985 9988 7329 0 -1 4202560 1195 0 0 0 81547 31 0 0 20 0 22 0 22857826 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776120344592 139776172025781 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=10008] ppid=9985 vsize=9824732 CPUtime=815.94 cores=1,3,5,7
/proc/9988/task/10008/stat : 10008 (java) R 9985 9988 7329 0 -1 4202560 406 0 0 0 81576 18 0 0 20 0 22 0 22857826 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776119300056 139776172120545 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10009] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10009/stat : 10009 (java) S 9985 9988 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22857842 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776118248360 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10010] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10010/stat : 10010 (java) S 9985 9988 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22857843 10060525568 843373 33554432000 1073741824 1073778376 140734108277968 139776117195560 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1646.08
Current children cumulated vsize (KiB) 9824732

[startup+882.301 s]
/proc/loadavg: 4.18 4.25 4.10 5/221 10100
/proc/meminfo: memFree=23905216/32872528 swapFree=1505436/1685308
[pid=9988] ppid=9985 vsize=9824732 CPUtime=1766.18 cores=1,3,5,7
/proc/9988/stat : 9988 (java) S 9985 9988 7329 0 -1 4202496 30336 0 1 0 176433 185 0 0 20 0 22 0 22857653 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 140734108269104 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9988/statm: 2456183 843432 2298 9 0 2446860 0
[pid=9988/tid=9990] ppid=9985 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/9988/task/9990/stat : 9990 (java) S 9985 9988 7329 0 -1 4202560 2537 0 1 0 152 7 0 0 20 0 22 0 22857654 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776304857976 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9991] ppid=9985 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/9988/task/9991/stat : 9991 (java) S 9985 9988 7329 0 -1 4202560 1898 0 0 0 50 17 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776293919272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=9992] ppid=9985 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/9988/task/9992/stat : 9992 (java) S 9985 9988 7329 0 -1 4202560 1097 0 0 0 42 17 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776292866472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=9993] ppid=9985 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/9988/task/9993/stat : 9993 (java) S 9985 9988 7329 0 -1 4202560 1872 0 0 0 43 17 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776291813672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9994] ppid=9985 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/9988/task/9994/stat : 9994 (java) S 9985 9988 7329 0 -1 4202560 1165 0 0 0 50 20 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776290760872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=9995] ppid=9985 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/9988/task/9995/stat : 9995 (java) S 9985 9988 7329 0 -1 4202560 1020 0 0 0 42 14 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776289709096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=9996] ppid=9985 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/9988/task/9996/stat : 9996 (java) S 9985 9988 7329 0 -1 4202560 606 0 0 0 43 19 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776143080360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=9997] ppid=9985 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/9988/task/9997/stat : 9997 (java) S 9985 9988 7329 0 -1 4202560 1302 0 0 0 30 12 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776142027560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=9998] ppid=9985 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/9988/task/9998/stat : 9998 (java) S 9985 9988 7329 0 -1 4202560 1065 0 0 0 37 15 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776140974760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=9999] ppid=9985 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/9988/task/9999/stat : 9999 (java) S 9985 9988 7329 0 -1 4202560 1794 0 0 0 138 4 0 0 20 0 22 0 22857656 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776128776680 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10000] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10000/stat : 10000 (java) S 9985 9988 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 22857657 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776127722744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10001] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10001/stat : 10001 (java) S 9985 9988 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22857657 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776126669832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10002] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10002/stat : 10002 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22857659 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776125618320 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10003] ppid=9985 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/9988/task/10003/stat : 10003 (java) S 9985 9988 7329 0 -1 4202560 5133 0 0 0 106 0 0 0 20 0 22 0 22857659 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776124566456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10004] ppid=9985 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/9988/task/10004/stat : 10004 (java) S 9985 9988 7329 0 -1 4202560 7927 0 0 0 147 2 0 0 20 0 22 0 22857659 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776123513656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=10005] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10005/stat : 10005 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22857659 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776122461048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10006] ppid=9985 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/9988/task/10006/stat : 10006 (java) S 9985 9988 7329 0 -1 4202560 51 0 0 0 11 19 0 0 20 0 22 0 22857659 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776121408456 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10007] ppid=9985 vsize=9824732 CPUtime=875.58 cores=1,3,5,7
/proc/9988/task/10007/stat : 10007 (java) R 9985 9988 7329 0 -1 4202560 1195 0 0 0 87525 33 0 0 20 0 22 0 22857826 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776120344592 139776171912968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=10008] ppid=9985 vsize=9824732 CPUtime=875.73 cores=1,3,5,7
/proc/9988/task/10008/stat : 10008 (java) R 9985 9988 7329 0 -1 4202560 407 0 0 0 87554 19 0 0 20 0 22 0 22857826 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776119299072 139776172119771 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10009] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10009/stat : 10009 (java) S 9985 9988 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22857842 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776118248360 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10010] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10010/stat : 10010 (java) S 9985 9988 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22857843 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776117195560 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1766.18
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.301 s]
/proc/loadavg: 4.14 4.24 4.10 5/221 10100
/proc/meminfo: memFree=23888724/32872528 swapFree=1505436/1685308
[pid=9988] ppid=9985 vsize=9824732 CPUtime=1800.18 cores=1,3,5,7
/proc/9988/stat : 9988 (java) S 9985 9988 7329 0 -1 4202496 30338 0 1 0 179832 186 0 0 20 0 22 0 22857653 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 140734108269104 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/9988/statm: 2456183 843432 2298 9 0 2446860 0
[pid=9988/tid=9990] ppid=9985 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/9988/task/9990/stat : 9990 (java) R 9985 9988 7329 0 -1 4202560 2537 0 1 0 152 7 0 0 20 0 22 0 22857654 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776304857976 139776170724556 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9991] ppid=9985 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/9988/task/9991/stat : 9991 (java) S 9985 9988 7329 0 -1 4202560 1898 0 0 0 50 17 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776293919272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=9992] ppid=9985 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/9988/task/9992/stat : 9992 (java) S 9985 9988 7329 0 -1 4202560 1097 0 0 0 42 17 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776292866472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=9993] ppid=9985 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/9988/task/9993/stat : 9993 (java) S 9985 9988 7329 0 -1 4202560 1872 0 0 0 43 17 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776291813672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=9994] ppid=9985 vsize=9824732 CPUtime=0.7 cores=1,3,5,7
/proc/9988/task/9994/stat : 9994 (java) S 9985 9988 7329 0 -1 4202560 1165 0 0 0 50 20 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776290760872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=9995] ppid=9985 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/9988/task/9995/stat : 9995 (java) S 9985 9988 7329 0 -1 4202560 1020 0 0 0 42 14 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776289709096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=9996] ppid=9985 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/9988/task/9996/stat : 9996 (java) S 9985 9988 7329 0 -1 4202560 606 0 0 0 43 19 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776143080360 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=9997] ppid=9985 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/9988/task/9997/stat : 9997 (java) S 9985 9988 7329 0 -1 4202560 1302 0 0 0 30 12 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776142027560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=9998] ppid=9985 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/9988/task/9998/stat : 9998 (java) S 9985 9988 7329 0 -1 4202560 1065 0 0 0 37 15 0 0 20 0 22 0 22857655 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776140974760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=9999] ppid=9985 vsize=9824732 CPUtime=1.42 cores=1,3,5,7
/proc/9988/task/9999/stat : 9999 (java) S 9985 9988 7329 0 -1 4202560 1794 0 0 0 138 4 0 0 20 0 22 0 22857656 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776128776680 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10000] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10000/stat : 10000 (java) S 9985 9988 7329 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 22857657 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776127722744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10001] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10001/stat : 10001 (java) S 9985 9988 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22857657 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776126669832 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10002] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10002/stat : 10002 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22857659 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776125618320 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10003] ppid=9985 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/9988/task/10003/stat : 10003 (java) S 9985 9988 7329 0 -1 4202560 5133 0 0 0 106 0 0 0 20 0 22 0 22857659 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776124566456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10004] ppid=9985 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/9988/task/10004/stat : 10004 (java) S 9985 9988 7329 0 -1 4202560 7927 0 0 0 147 2 0 0 20 0 22 0 22857659 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776123513656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9988/tid=10005] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10005/stat : 10005 (java) S 9985 9988 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22857659 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776122461048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10006] ppid=9985 vsize=9824732 CPUtime=0.3 cores=1,3,5,7
/proc/9988/task/10006/stat : 10006 (java) S 9985 9988 7329 0 -1 4202560 53 0 0 0 11 19 0 0 20 0 22 0 22857659 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776121408456 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10007] ppid=9985 vsize=9824732 CPUtime=892.53 cores=1,3,5,7
/proc/9988/task/10007/stat : 10007 (java) R 9985 9988 7329 0 -1 4202560 1195 0 0 0 89220 33 0 0 20 0 22 0 22857826 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776120344592 139776171819150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9988/tid=10008] ppid=9985 vsize=9824732 CPUtime=892.68 cores=1,3,5,7
/proc/9988/task/10008/stat : 10008 (java) R 9985 9988 7329 0 -1 4202560 407 0 0 0 89249 19 0 0 20 0 22 0 22857826 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776119299072 139776172120591 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9988/tid=10009] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10009/stat : 10009 (java) S 9985 9988 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22857842 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776118248360 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9988/tid=10010] ppid=9985 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/9988/task/10010/stat : 10010 (java) S 9985 9988 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22857843 10060525568 843432 33554432000 1073741824 1073778376 140734108277968 139776117195560 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 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 9988 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 9988 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=818298
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=322646
# CPU time returned by wait4() is 1796.14
# 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): 899.345
CPU time (s): 1800.18
CPU user time (s): 1798.32
CPU system time (s): 1.86
CPU usage (%): 200.166
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.82
system time used= 2.32265
maximum resident set size= 3373844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30380
page faults= 1
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21674
involuntary context switches= 14391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.63414 second user time and 7.71283 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 02:01:57
IDJOB=4100202
IDBENCH=1586
IDSOLVER=2543
FILE ID=node135/4100202-1466208117
RUNJOBID= node135-1466206056-7346
PBS_JOBID= 19918142
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-swath2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100202-1466208117/watcher-4100202-1466208117 -o /tmp/evaluation-result-4100202-1466208117/solver-4100202-1466208117 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100202-1466208117.opb

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

MD5SUM BENCH= 136e834aa135f130ab268d7e01dc474c
RANDOM SEED=2023665556

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27171664 kB
Buffers:           39132 kB
Cached:           141940 kB
SwapCached:          704 kB
Active:          3156080 kB
Inactive:         110060 kB
Active(anon):    3084672 kB
Inactive(anon):     2780 kB
Active(file):      71408 kB
Inactive(file):   107280 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100412 kB
Dirty:              4368 kB
Writeback:             0 kB
AnonPages:       4849312 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             569832 kB
SReclaimable:      13740 kB
SUnreclaim:       556092 kB
KernelStack:        1816 kB
PageTables:        13728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5469444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3274752 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 node135 at 2016-06-18 02:16:57