Trace number 4100181

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 Resolution PB16? (TO) 1800 1795.24

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-bienst2.opb
MD5SUMab5e35dff8e81ea7a1176a4145ab1bff
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
Optimality of the best value was proved
Number of variables13736
Total number of constraints597
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints592
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
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 524317
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 524564
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.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4100181-1466211475.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.81/0.43	c ... done. Wall clock time 0.31s.
0.81/0.43	c declared #vars     13736
0.81/0.43	c #constraints  725
0.81/0.43	c constraints type 
0.81/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.81/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 715
0.81/0.43	c 725 constraints processed.
0.81/0.43	c objective function length is 30 literals
2.75/2.00	c cleaning 2494 clauses out of 5000 with flag 13483/5000
4.63/3.60	c cleaning 4253 clauses out of 8507 with flag 29545/11002
5.73/4.60	c cleaning 5619 clauses out of 11250 with flag 46214/18000
6.87/5.48	c cleaning 6813 clauses out of 13632 with flag 62216/26001
8.30/6.50	c cleaning 7907 clauses out of 15820 with flag 80218/35002
9.50/7.73	c cleaning 8955 clauses out of 17911 with flag 100214/45000
10.90/9.19	c cleaning 9977 clauses out of 19957 with flag 122216/56001
12.60/10.89	c cleaning 10986 clauses out of 21979 with flag 146214/68000
14.98/13.14	c cleaning 11996 clauses out of 23993 with flag 172214/81000
17.48/15.66	c cleaning 12999 clauses out of 25999 with flag 200218/95002
20.08/18.20	c cleaning 13995 clauses out of 27999 with flag 230216/110001
23.08/21.27	c cleaning 15000 clauses out of 30005 with flag 262218/126002
26.58/24.71	c cleaning 15995 clauses out of 32005 with flag 296218/143002
30.38/28.52	c cleaning 17001 clauses out of 34010 with flag 332218/161002
34.58/32.66	c cleaning 18004 clauses out of 36010 with flag 370220/180003
38.68/36.75	c cleaning 19002 clauses out of 38005 with flag 410218/200002
43.58/41.61	c cleaning 20002 clauses out of 40006 with flag 452224/221005
48.58/46.61	c cleaning 20996 clauses out of 41999 with flag 496214/243000
54.10/52.09	c cleaning 21997 clauses out of 44003 with flag 542214/266000
60.20/58.18	c cleaning 23004 clauses out of 46009 with flag 590220/290003
67.41/65.36	c cleaning 23996 clauses out of 48005 with flag 640222/315003
76.41/74.33	c cleaning 25003 clauses out of 50008 with flag 692220/341002
87.26/85.04	c cleaning 25995 clauses out of 52004 with flag 746218/368001
98.86/96.68	c cleaning 27003 clauses out of 54008 with flag 802216/396000
110.57/108.37	c cleaning 27998 clauses out of 56005 with flag 860216/425000
123.01/120.67	c cleaning 28996 clauses out of 58008 with flag 920218/455001
136.01/133.61	c cleaning 30002 clauses out of 60011 with flag 982216/486000
149.93/147.51	c cleaning 31003 clauses out of 62010 with flag 1046218/518001
165.15/162.70	c cleaning 32000 clauses out of 64006 with flag 1112217/551000
181.45/178.95	c cleaning 32999 clauses out of 66007 with flag 1180219/585001
199.66/197.18	c cleaning 33999 clauses out of 68008 with flag 1250219/620001
217.86/215.27	c cleaning 35000 clauses out of 70011 with flag 1322224/656003
236.76/234.18	c cleaning 36002 clauses out of 72010 with flag 1396235/693002
256.76/254.08	c cleaning 37002 clauses out of 74007 with flag 1472248/731001
275.37/272.68	c cleaning 38000 clauses out of 76008 with flag 1550311/770004
298.53/295.68	c cleaning 39002 clauses out of 78009 with flag 1630313/810005
322.23/319.36	c cleaning 39998 clauses out of 80003 with flag 1712306/851001
345.17/342.12	c cleaning 40994 clauses out of 82006 with flag 1796308/893002
369.27/366.20	c cleaning 41999 clauses out of 84010 with flag 1882304/936000
397.51/394.43	c cleaning 42998 clauses out of 86012 with flag 1970306/980001
423.42/420.39	c cleaning 44002 clauses out of 88013 with flag 2060304/1025000
452.27/449.17	c cleaning 45005 clauses out of 90011 with flag 2152305/1071000
483.27/480.08	c cleaning 46002 clauses out of 92010 with flag 2246410/1118004
510.57/507.35	c cleaning 47003 clauses out of 94007 with flag 2342544/1166003
546.53/543.29	c cleaning 47997 clauses out of 96004 with flag 2440598/1215003
587.64/584.24	c cleaning 48999 clauses out of 98008 with flag 2540600/1265004
624.84/621.49	c cleaning 50000 clauses out of 100009 with flag 2642600/1316004
663.03/659.50	c cleaning 51001 clauses out of 102006 with flag 2746594/1368001
701.24/697.60	c cleaning 51999 clauses out of 104005 with flag 2852594/1421001
748.57/744.92	c cleaning 53002 clauses out of 106009 with flag 2960600/1475004
798.27/794.60	c cleaning 53995 clauses out of 108004 with flag 3070594/1530001
851.67/847.94	c cleaning 54999 clauses out of 110009 with flag 3182594/1586001
904.43/900.61	c cleaning 56001 clauses out of 112009 with flag 3296619/1643000
961.80/957.99	c cleaning 56995 clauses out of 114010 with flag 3412672/1701002
1027.15/1023.27	c cleaning 58003 clauses out of 116013 with flag 3530672/1760000
1089.78/1085.83	c cleaning 59002 clauses out of 118013 with flag 3650678/1820003
1154.53/1150.60	c cleaning 60003 clauses out of 120012 with flag 3772680/1881004
1216.18/1212.10	c cleaning 60998 clauses out of 122010 with flag 3896684/1943005
1285.28/1281.12	c cleaning 61996 clauses out of 124008 with flag 4022680/2006001
1354.27/1350.01	c cleaning 63005 clauses out of 126014 with flag 4150736/2070003
1418.25/1413.92	c cleaning 63998 clauses out of 128006 with flag 4280746/2135000
1489.36/1484.90	c cleaning 65003 clauses out of 130010 with flag 4412752/2201002
1567.10/1562.61	c cleaning 65999 clauses out of 132006 with flag 4546750/2268001
1645.74/1641.18	c cleaning 66998 clauses out of 134007 with flag 4682756/2336001
1730.79/1726.18	c cleaning 67997 clauses out of 136008 with flag 4820755/2405000
1800.00/1795.21	c starts		: 20
1800.00/1795.21	c conflicts		: 2469217
1800.00/1795.21	c decisions		: 2512936
1800.00/1795.21	c propagations		: 13289036
1800.00/1795.21	c inspects		: 33118358124
1800.00/1795.21	c shortcuts		: 0
1800.00/1795.21	c learnt literals	: 3
1800.00/1795.21	c learnt binary clauses	: 1
1800.00/1795.21	c learnt ternary clauses	: 3
1800.00/1795.21	c learnt constraints	: 2469214
1800.00/1795.21	c ignored constraints	: 0
1800.00/1795.21	c root simplifications	: 0
1800.00/1795.21	c removed literals (reason simplification)	: 0
1800.00/1795.21	c reason swapping (by a shorter reason)	: 0
1800.00/1795.21	c Calls to reduceDB	: 65
1800.00/1795.21	c Number of update (reduction) of LBD	: 4573
1800.00/1795.21	c Imported unit clauses	: 0
1800.00/1795.21	c number of reductions to clauses (during analyze)	: 0
1800.00/1795.21	c number of learned constraints concerned by reduction	: 0
1800.00/1795.21	c number of learning phase by resolution	: 0
1800.00/1795.21	c number of learning phase by cutting planes	: 0
1800.00/1795.21	c speed (assignments/second)	: 7404.452242558236
1800.00/1795.21	c non guided choices	5355
1800.00/1795.21	c timeout
1800.00/1795.23	c learnt constraints type 
1800.00/1795.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.00/1795.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132228
1800.00/1795.23	s UNKNOWN
1800.00/1795.23	c Total wall clock time (in seconds): 1795.116

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-4100181-1466211475/watcher-4100181-1466211475 -o /tmp/evaluation-result-4100181-1466211475/solver-4100181-1466211475 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4535 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100181-1466211475.opb 

pid=6950
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.38 2.27 2.24 3/196 6953
/proc/meminfo: memFree=26729068/32872528 swapFree=1482636/1662508
[pid=6953] ppid=6950 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/6953/stat : 6953 (java) R 6950 6953 4518 0 -1 4202496 153 0 0 0 0 0 0 0 20 0 1 0 23193907 278528 28 33554432000 1073741824 1073778376 140736946401920 140735886172840 273896459184 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/6953/statm: 68 33 25 9 0 25 0

[startup+0.100059 s]
/proc/loadavg: 2.38 2.27 2.24 3/196 6953
/proc/meminfo: memFree=26729068/32872528 swapFree=1482636/1662508
[pid=6953] ppid=6950 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/6953/stat : 6953 (java) S 6950 6953 4518 0 -1 4202496 4392 0 1 0 7 1 0 0 20 0 18 0 23193907 9787879424 6023 33554432000 1073741824 1073778376 140736772227344 140736772218480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6953/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 2.38 2.27 2.24 3/196 6953
/proc/meminfo: memFree=26729068/32872528 swapFree=1482636/1662508
[pid=6953] ppid=6950 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/6953/stat : 6953 (java) S 6950 6953 4518 0 -1 4202496 6272 0 1 0 25 2 0 0 20 0 18 0 23193907 9787879424 7980 33554432000 1073741824 1073778376 140736772227344 140736772218480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6953/statm: 2389619 8001 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300309 s]
/proc/loadavg: 2.38 2.27 2.24 3/196 6953
/proc/meminfo: memFree=26729068/32872528 swapFree=1482636/1662508
[pid=6953] ppid=6950 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/6953/stat : 6953 (java) S 6950 6953 4518 0 -1 4202496 8752 0 1 0 55 2 0 0 20 0 18 0 23193907 9787879424 11007 33554432000 1073741824 1073778376 140736772227344 140736772218480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6953/statm: 2389619 11007 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700256 s]
/proc/loadavg: 2.38 2.27 2.24 3/196 6953
/proc/meminfo: memFree=26729068/32872528 swapFree=1482636/1662508
[pid=6953] ppid=6950 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/6953/stat : 6953 (java) S 6950 6953 4518 0 -1 4202496 9954 0 1 0 144 4 0 0 20 0 19 0 23193907 9856040960 22857 33554432000 1073741824 1073778376 140736772227344 140736772218480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6953/statm: 2406260 22857 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.38 2.27 2.24 3/215 6972
/proc/meminfo: memFree=26649960/32872528 swapFree=1482636/1662508
[pid=6953] ppid=6950 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/6953/stat : 6953 (java) S 6950 6953 4518 0 -1 4202496 9970 0 1 0 227 4 0 0 20 0 19 0 23193907 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140736772218480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6953/statm: 2406260 29004 2259 9 0 2396937 0
[pid=6953/tid=6955] ppid=6950 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/6953/task/6955/stat : 6955 (java) R 6950 6953 4518 0 -1 4202560 2450 0 1 0 143 3 0 0 20 0 19 0 23193908 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140086441761944 140086281394462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6956] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6956/stat : 6956 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140086403255208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6957] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6957/stat : 6957 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140086402202664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6958] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6958/stat : 6958 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140086401149608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6959] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6959/stat : 6959 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140086400097064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6960] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6960/stat : 6960 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140086280710568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6961] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6961/stat : 6961 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140086279658024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6962] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6962/stat : 6962 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140086278604968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6963] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6963/stat : 6963 (java) S 6950 6953 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140086277552424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6964] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6964/stat : 6964 (java) S 6950 6953 4518 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140086265355112 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6965] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6965/stat : 6965 (java) S 6950 6953 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140085659953016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6966] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6966/stat : 6966 (java) S 6950 6953 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140085658899848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6967] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6967/stat : 6967 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140085657848592 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6968] ppid=6950 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/6953/task/6968/stat : 6968 (java) S 6950 6953 4518 0 -1 4202560 1835 0 0 0 33 0 0 0 20 0 19 0 23193913 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140085656795448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6969] ppid=6950 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/6953/task/6969/stat : 6969 (java) S 6950 6953 4518 0 -1 4202560 4414 0 0 0 46 1 0 0 20 0 19 0 23193913 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140085655742904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6970] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6970/stat : 6970 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140085654690040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6971] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6971/stat : 6971 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140085653637704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6972] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6972/stat : 6972 (java) S 6950 6953 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23193955 9856040960 29004 33554432000 1073741824 1073778376 140736772227344 140085652583976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.38 2.27 2.24 3/215 6972
/proc/meminfo: memFree=26614276/32872528 swapFree=1482636/1662508
[pid=6953] ppid=6950 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/6953/stat : 6953 (java) S 6950 6953 4518 0 -1 4202496 10895 0 1 0 400 6 0 0 20 0 19 0 23193907 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140736772218480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6953/statm: 2406260 44902 2279 9 0 2396937 0
[pid=6953/tid=6955] ppid=6950 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/6953/task/6955/stat : 6955 (java) R 6950 6953 4518 0 -1 4202560 2479 0 1 0 300 3 0 0 20 0 19 0 23193908 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140086441762104 140086281555447 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6956] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6956/stat : 6956 (java) S 6950 6953 4518 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140086403255208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6957] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6957/stat : 6957 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140086402202664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6958] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6958/stat : 6958 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140086401149608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6959] ppid=6950 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6953/task/6959/stat : 6959 (java) S 6950 6953 4518 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 23193909 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140086400097064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6960] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6960/stat : 6960 (java) S 6950 6953 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140086280710568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6961] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6961/stat : 6961 (java) S 6950 6953 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140086279658024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6962] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6962/stat : 6962 (java) S 6950 6953 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140086278604968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6963] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6963/stat : 6963 (java) S 6950 6953 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140086277552424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6964] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6964/stat : 6964 (java) S 6950 6953 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140086265355112 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6965] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6965/stat : 6965 (java) S 6950 6953 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140085659953016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6966] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6966/stat : 6966 (java) S 6950 6953 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140085658899848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6967] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6967/stat : 6967 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140085657848592 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6968] ppid=6950 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/6953/task/6968/stat : 6968 (java) S 6950 6953 4518 0 -1 4202560 2690 0 0 0 40 0 0 0 20 0 19 0 23193913 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140085656795448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6969] ppid=6950 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/6953/task/6969/stat : 6969 (java) S 6950 6953 4518 0 -1 4202560 4416 0 0 0 48 1 0 0 20 0 19 0 23193913 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140085655742904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6970] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6970/stat : 6970 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140085654690040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6971] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6971/stat : 6971 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140085653637704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6972] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6972/stat : 6972 (java) S 6950 6953 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23193955 9856040960 44902 33554432000 1073741824 1073778376 140736772227344 140085652583976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.35 2.26 2.24 4/215 6972
/proc/meminfo: memFree=26559184/32872528 swapFree=1482636/1662508
[pid=6953] ppid=6950 vsize=9625040 CPUtime=8.1 cores=1,3,5,7
/proc/6953/stat : 6953 (java) S 6950 6953 4518 0 -1 4202496 24499 0 1 0 802 8 0 0 20 0 19 0 23193907 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140736772218480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6953/statm: 2406260 51088 2279 9 0 2396937 0
[pid=6953/tid=6955] ppid=6950 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/6953/task/6955/stat : 6955 (java) R 6950 6953 4518 0 -1 4202560 2480 0 1 0 619 3 0 0 20 0 19 0 23193908 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140086441754320 140086281521165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6956] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6956/stat : 6956 (java) S 6950 6953 4518 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140086403255208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6957] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6957/stat : 6957 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140086402202664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6958] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6958/stat : 6958 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140086401149608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6959] ppid=6950 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/6953/task/6959/stat : 6959 (java) S 6950 6953 4518 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 23193909 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140086400097064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6960] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6960/stat : 6960 (java) S 6950 6953 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140086280710568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6961] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6961/stat : 6961 (java) S 6950 6953 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140086279658024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6962] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6962/stat : 6962 (java) S 6950 6953 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140086278604968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6963] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6963/stat : 6963 (java) S 6950 6953 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23193909 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140086277552424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6964] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6964/stat : 6964 (java) S 6950 6953 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140086265355112 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6965] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6965/stat : 6965 (java) S 6950 6953 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140085659953016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6966] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6966/stat : 6966 (java) S 6950 6953 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140085658899848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6967] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6967/stat : 6967 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140085657848592 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6968] ppid=6950 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/6953/task/6968/stat : 6968 (java) S 6950 6953 4518 0 -1 4202560 10887 0 0 0 86 2 0 0 20 0 19 0 23193913 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140085656795448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6969] ppid=6950 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/6953/task/6969/stat : 6969 (java) S 6950 6953 4518 0 -1 4202560 9822 0 0 0 84 1 0 0 20 0 19 0 23193913 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140085655742904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6970] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6970/stat : 6970 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140085654690040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6971] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6971/stat : 6971 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140085653637704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6972] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6972/stat : 6972 (java) S 6950 6953 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23193955 9856040960 51088 33554432000 1073741824 1073778376 140736772227344 140085652583976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 9625040


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

/proc/6953/task/6972/stat : 6972 (java) S 6950 6953 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23193955 9856040960 134566 33554432000 1073741824 1073778376 140736772227344 140085652583976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.93
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.45 2.47 2.35 3/215 7307
/proc/meminfo: memFree=29528228/32872528 swapFree=1482636/1662508
[pid=6953] ppid=6950 vsize=9625040 CPUtime=1726.99 cores=1,3,5,7
/proc/6953/stat : 6953 (java) S 6950 6953 4518 0 -1 4202496 26732 0 1 0 172613 86 0 0 20 0 19 0 23193907 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140736772218480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6953/statm: 2406260 132773 2288 9 0 2396937 0
[pid=6953/tid=6955] ppid=6950 vsize=9625040 CPUtime=1716.37 cores=1,3,5,7
/proc/6953/task/6955/stat : 6955 (java) R 6950 6953 4518 0 -1 4202560 2515 0 1 0 171607 30 0 0 20 0 19 0 23193908 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140086441761984 140086281458432 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6956] ppid=6950 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/6953/task/6956/stat : 6956 (java) S 6950 6953 4518 0 -1 4202560 272 0 0 0 37 6 0 0 20 0 19 0 23193909 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140086403255208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6957] ppid=6950 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/6953/task/6957/stat : 6957 (java) S 6950 6953 4518 0 -1 4202560 161 0 0 0 39 7 0 0 20 0 19 0 23193909 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140086402202664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6958] ppid=6950 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/6953/task/6958/stat : 6958 (java) S 6950 6953 4518 0 -1 4202560 181 0 0 0 39 5 0 0 20 0 19 0 23193909 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140086401149608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6959] ppid=6950 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/6953/task/6959/stat : 6959 (java) S 6950 6953 4518 0 -1 4202560 304 0 0 0 39 7 0 0 20 0 19 0 23193909 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140086400097064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6960] ppid=6950 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/6953/task/6960/stat : 6960 (java) S 6950 6953 4518 0 -1 4202560 364 0 0 0 39 5 0 0 20 0 19 0 23193909 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140086280710568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6961] ppid=6950 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/6953/task/6961/stat : 6961 (java) S 6950 6953 4518 0 -1 4202560 221 0 0 0 42 6 0 0 20 0 19 0 23193909 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140086279658024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6962] ppid=6950 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/6953/task/6962/stat : 6962 (java) S 6950 6953 4518 0 -1 4202560 282 0 0 0 46 7 0 0 20 0 19 0 23193909 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140086278604968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6963] ppid=6950 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/6953/task/6963/stat : 6963 (java) S 6950 6953 4518 0 -1 4202560 170 0 0 0 37 5 0 0 20 0 19 0 23193909 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140086277552424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6964] ppid=6950 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/6953/task/6964/stat : 6964 (java) S 6950 6953 4518 0 -1 4202560 195 0 0 0 34 3 0 0 20 0 19 0 23193911 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140086265355112 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6965] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6965/stat : 6965 (java) S 6950 6953 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140085659953016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6966] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6966/stat : 6966 (java) S 6950 6953 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140085658899848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6967] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6967/stat : 6967 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140085657848592 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6968] ppid=6950 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/6953/task/6968/stat : 6968 (java) S 6950 6953 4518 0 -1 4202560 10887 0 0 0 86 2 0 0 20 0 19 0 23193913 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140085656795448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6969] ppid=6950 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/6953/task/6969/stat : 6969 (java) S 6950 6953 4518 0 -1 4202560 9824 0 0 0 86 1 0 0 20 0 19 0 23193913 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140085655742904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6970] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6970/stat : 6970 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140085654690040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6971] ppid=6950 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/6953/task/6971/stat : 6971 (java) S 6950 6953 4518 0 -1 4202560 99 0 0 0 27 34 0 0 20 0 19 0 23193913 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140085653637704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6972] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6972/stat : 6972 (java) S 6950 6953 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23193955 9856040960 132773 33554432000 1073741824 1073778376 140736772227344 140085652583976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.99
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.45 2.48 2.36 4/215 7308
/proc/meminfo: memFree=29553352/32872528 swapFree=1482636/1662508
[pid=6953] ppid=6950 vsize=9625040 CPUtime=1787.08 cores=1,3,5,7
/proc/6953/stat : 6953 (java) S 6950 6953 4518 0 -1 4202496 26747 0 1 0 178621 87 0 0 20 0 19 0 23193907 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140736772218480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6953/statm: 2406260 131688 2288 9 0 2396937 0
[pid=6953/tid=6955] ppid=6950 vsize=9625040 CPUtime=1776.18 cores=1,3,5,7
/proc/6953/task/6955/stat : 6955 (java) R 6950 6953 4518 0 -1 4202560 2517 0 1 0 177588 30 0 0 20 0 19 0 23193908 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086441762016 140086281443403 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6956] ppid=6950 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/6953/task/6956/stat : 6956 (java) S 6950 6953 4518 0 -1 4202560 272 0 0 0 38 6 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086403255208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6957] ppid=6950 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/6953/task/6957/stat : 6957 (java) S 6950 6953 4518 0 -1 4202560 161 0 0 0 40 7 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086402202664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6958] ppid=6950 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/6953/task/6958/stat : 6958 (java) S 6950 6953 4518 0 -1 4202560 181 0 0 0 40 5 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086401149608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6959] ppid=6950 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/6953/task/6959/stat : 6959 (java) S 6950 6953 4518 0 -1 4202560 304 0 0 0 41 7 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086400097064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6960] ppid=6950 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/6953/task/6960/stat : 6960 (java) S 6950 6953 4518 0 -1 4202560 369 0 0 0 42 5 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086280710568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6961] ppid=6950 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/6953/task/6961/stat : 6961 (java) S 6950 6953 4518 0 -1 4202560 221 0 0 0 43 6 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086279658024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6962] ppid=6950 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/6953/task/6962/stat : 6962 (java) S 6950 6953 4518 0 -1 4202560 282 0 0 0 47 7 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086278604968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6963] ppid=6950 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/6953/task/6963/stat : 6963 (java) S 6950 6953 4518 0 -1 4202560 170 0 0 0 38 5 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086277552424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6964] ppid=6950 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/6953/task/6964/stat : 6964 (java) S 6950 6953 4518 0 -1 4202560 199 0 0 0 34 3 0 0 20 0 19 0 23193911 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086265355112 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6965] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6965/stat : 6965 (java) S 6950 6953 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085659953016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6966] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6966/stat : 6966 (java) S 6950 6953 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085658899848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6967] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6967/stat : 6967 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085657848592 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6968] ppid=6950 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/6953/task/6968/stat : 6968 (java) S 6950 6953 4518 0 -1 4202560 10887 0 0 0 86 2 0 0 20 0 19 0 23193913 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085656795448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6969] ppid=6950 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/6953/task/6969/stat : 6969 (java) S 6950 6953 4518 0 -1 4202560 9824 0 0 0 86 1 0 0 20 0 19 0 23193913 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085655742904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6970] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6970/stat : 6970 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085654690040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6971] ppid=6950 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/6953/task/6971/stat : 6971 (java) S 6950 6953 4518 0 -1 4202560 103 0 0 0 27 35 0 0 20 0 19 0 23193913 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085653637704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6972] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6972/stat : 6972 (java) S 6950 6953 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23193955 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085652583976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.08
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.2 s]
/proc/loadavg: 2.57 2.50 2.37 3/215 7309
/proc/meminfo: memFree=29564372/32872528 swapFree=1482636/1662508
[pid=6953] ppid=6950 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/6953/stat : 6953 (java) S 6950 6953 4518 0 -1 4202496 26747 0 1 0 179912 88 0 0 20 0 19 0 23193907 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140736772218480 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6953/statm: 2406260 131688 2288 9 0 2396937 0
[pid=6953/tid=6955] ppid=6950 vsize=9625040 CPUtime=1789.05 cores=1,3,5,7
/proc/6953/task/6955/stat : 6955 (java) R 6950 6953 4518 0 -1 4202560 2517 0 1 0 178874 31 0 0 20 0 19 0 23193908 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086441762016 140086281283983 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6956] ppid=6950 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/6953/task/6956/stat : 6956 (java) S 6950 6953 4518 0 -1 4202560 272 0 0 0 38 6 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086403255208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6957] ppid=6950 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/6953/task/6957/stat : 6957 (java) S 6950 6953 4518 0 -1 4202560 161 0 0 0 40 7 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086402202664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6958] ppid=6950 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/6953/task/6958/stat : 6958 (java) S 6950 6953 4518 0 -1 4202560 181 0 0 0 40 5 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086401149608 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6959] ppid=6950 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/6953/task/6959/stat : 6959 (java) S 6950 6953 4518 0 -1 4202560 304 0 0 0 41 7 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086400097064 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6960] ppid=6950 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/6953/task/6960/stat : 6960 (java) S 6950 6953 4518 0 -1 4202560 369 0 0 0 42 5 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086280710568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6961] ppid=6950 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/6953/task/6961/stat : 6961 (java) S 6950 6953 4518 0 -1 4202560 221 0 0 0 43 6 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086279658024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6962] ppid=6950 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/6953/task/6962/stat : 6962 (java) S 6950 6953 4518 0 -1 4202560 282 0 0 0 47 7 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086278604968 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6963] ppid=6950 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/6953/task/6963/stat : 6963 (java) S 6950 6953 4518 0 -1 4202560 170 0 0 0 38 5 0 0 20 0 19 0 23193909 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086277552424 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6953/tid=6964] ppid=6950 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/6953/task/6964/stat : 6964 (java) S 6950 6953 4518 0 -1 4202560 199 0 0 0 34 3 0 0 20 0 19 0 23193911 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140086265355112 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6965] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6965/stat : 6965 (java) S 6950 6953 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085659953016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6966] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6966/stat : 6966 (java) S 6950 6953 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23193911 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085658899848 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6967] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6967/stat : 6967 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085657848592 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6968] ppid=6950 vsize=9625040 CPUtime=0.88 cores=1,3,5,7
/proc/6953/task/6968/stat : 6968 (java) S 6950 6953 4518 0 -1 4202560 10887 0 0 0 86 2 0 0 20 0 19 0 23193913 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085656795448 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6953/tid=6969] ppid=6950 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/6953/task/6969/stat : 6969 (java) S 6950 6953 4518 0 -1 4202560 9824 0 0 0 86 1 0 0 20 0 19 0 23193913 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085655742904 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6970] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6970/stat : 6970 (java) S 6950 6953 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23193913 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085654690040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6953/tid=6971] ppid=6950 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/6953/task/6971/stat : 6971 (java) S 6950 6953 4518 0 -1 4202560 103 0 0 0 28 36 0 0 20 0 19 0 23193913 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085653637704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6953/tid=6972] ppid=6950 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/6953/task/6972/stat : 6972 (java) S 6950 6953 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23193955 9856040960 131688 33554432000 1073741824 1073778376 140736772227344 140085652583976 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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 6953 sig 9
??? kill -6953 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 6953 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=551186
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=360793
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.24
CPU time (s): 1800
CPU user time (s): 1799.12
CPU system time (s): 0.88
CPU usage (%): 100.265
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.55
system time used= 1.36079
maximum resident set size= 632740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26788
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38999
involuntary context switches= 11717

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0222 second user time and 12.1442 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 02:57:55
IDJOB=4100181
IDBENCH=1583
IDSOLVER=2546
FILE ID=node134/4100181-1466211475
RUNJOBID= node134-1466206058-4535
PBS_JOBID= 19918143
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution 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-bienst2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100181-1466211475/watcher-4100181-1466211475 -o /tmp/evaluation-result-4100181-1466211475/solver-4100181-1466211475 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4535 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100181-1466211475.opb

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

MD5SUM BENCH= ab5e35dff8e81ea7a1176a4145ab1bff
RANDOM SEED=2138564100

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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.020
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:        26729332 kB
Buffers:           43732 kB
Cached:            84300 kB
SwapCached:         1008 kB
Active:          3694076 kB
Inactive:          78188 kB
Active(anon):    3644812 kB
Inactive(anon):     1768 kB
Active(file):      49264 kB
Inactive(file):    76420 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100076 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:       5361452 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             568648 kB
SReclaimable:      12572 kB
SUnreclaim:       556076 kB
KernelStack:        1776 kB
PageTables:        14708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5798572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3835904 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= 71716 MiB
End job on node134 at 2016-06-18 03:27:50