Trace number 4100797

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.59 1787.46

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-capri.opb
MD5SUM045a73dda564043a5f702f829082d89b
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7817
Total number of constraints402
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints402
Minimum length of a constraint11
Maximum length of a constraint647
Number of terms in the objective function 580
Biggest coefficient in the objective function 32953
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524724
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524837
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4100797-1466217119.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  objective function found
0.83/0.41	c ... done. Wall clock time 0.282s.
0.83/0.41	c declared #vars     7817
0.83/0.41	c #constraints  544
0.83/0.41	c constraints type 
0.83/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
0.83/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 543
0.83/0.41	c 544 constraints processed.
0.83/0.41	c objective function length is 580 literals
1.54/0.84	c cleaning 2499 clauses out of 4999 with flag 10421/5000
2.10/1.24	c cleaning 4245 clauses out of 8501 with flag 23349/11001
2.90/2.01	c cleaning 5624 clauses out of 11257 with flag 38215/18002
3.70/2.71	c cleaning 6815 clauses out of 13635 with flag 54994/26004
4.22/3.22	c cleaning 7906 clauses out of 15816 with flag 74557/35000
5.12/4.11	c cleaning 8953 clauses out of 17913 with flag 96344/45003
6.32/5.31	c cleaning 9974 clauses out of 19958 with flag 120174/56001
7.52/6.51	c cleaning 10988 clauses out of 21984 with flag 146088/68001
9.12/8.17	c cleaning 11994 clauses out of 23996 with flag 174292/81001
10.93/9.99	c cleaning 12999 clauses out of 26002 with flag 205025/95001
13.23/12.26	c cleaning 13995 clauses out of 28004 with flag 237021/110002
15.82/14.85	c cleaning 15002 clauses out of 30008 with flag 270873/126001
18.82/17.81	c cleaning 15999 clauses out of 32005 with flag 306261/143000
21.44/20.31	c cleaning 16988 clauses out of 34007 with flag 343951/161001
23.23/21.87	c cleaning 18008 clauses out of 36019 with flag 384958/180003
27.12/25.48	c cleaning 18999 clauses out of 38008 with flag 426647/200000
31.62/29.90	c cleaning 20003 clauses out of 40011 with flag 470969/221002
35.48/33.76	c cleaning 20992 clauses out of 42010 with flag 520889/243004
44.68/42.71	c cleaning 22006 clauses out of 44021 with flag 588451/266007
54.55/52.42	c cleaning 23004 clauses out of 46008 with flag 663841/290000
62.68/60.46	c cleaning 24003 clauses out of 48006 with flag 736122/315002
71.70/69.37	c cleaning 24989 clauses out of 50003 with flag 810305/341002
77.16/74.79	c cleaning 26002 clauses out of 52019 with flag 886845/368007
80.96/78.57	c cleaning 26997 clauses out of 54014 with flag 960800/396004
85.47/83.03	c cleaning 27995 clauses out of 56014 with flag 1046692/425001
89.98/87.54	c cleaning 28997 clauses out of 58018 with flag 1138157/455000
94.78/92.39	c cleaning 29998 clauses out of 60021 with flag 1232818/486000
100.29/97.80	c cleaning 30999 clauses out of 62023 with flag 1334179/518000
105.90/103.47	c cleaning 32000 clauses out of 64025 with flag 1433632/551001
112.43/109.93	c cleaning 32999 clauses out of 66024 with flag 1528523/585000
119.24/116.79	c cleaning 33999 clauses out of 68026 with flag 1631671/620001
125.97/123.44	c cleaning 34997 clauses out of 70027 with flag 1740690/656001
133.03/130.42	c cleaning 36002 clauses out of 72031 with flag 1843023/693002
142.13/139.57	c cleaning 36999 clauses out of 74028 with flag 1968651/731001
151.56/148.97	c cleaning 38000 clauses out of 76028 with flag 2091890/770000
160.86/158.30	c cleaning 38998 clauses out of 78028 with flag 2201416/810000
171.19/168.52	c cleaning 40001 clauses out of 80031 with flag 2320047/851001
182.33/179.64	c cleaning 41001 clauses out of 82029 with flag 2447693/893000
194.37/191.63	c cleaning 42002 clauses out of 84028 with flag 2586180/936000
207.77/205.07	c cleaning 42996 clauses out of 86027 with flag 2711013/980001
220.17/217.45	c cleaning 44000 clauses out of 88031 with flag 2842924/1025001
233.10/230.35	c cleaning 44997 clauses out of 90031 with flag 2962061/1071001
240.16/237.31	c cleaning 46011 clauses out of 92033 with flag 3087997/1118000
257.53/254.63	c cleaning 47000 clauses out of 94022 with flag 3225171/1166000
282.52/279.40	c cleaning 47999 clauses out of 96022 with flag 3355364/1215000
308.17/304.96	c cleaning 49001 clauses out of 98024 with flag 3488432/1265001
333.41/329.99	c cleaning 50001 clauses out of 100022 with flag 3624365/1316000
361.66/357.80	c cleaning 50996 clauses out of 102021 with flag 3760435/1368000
391.76/387.62	c cleaning 52003 clauses out of 104025 with flag 3901771/1421000
421.74/417.37	c cleaning 53000 clauses out of 106023 with flag 4044151/1475001
452.68/447.98	c cleaning 53999 clauses out of 108022 with flag 4190697/1530000
486.82/481.62	c cleaning 55000 clauses out of 110023 with flag 4341801/1586000
517.22/511.77	c cleaning 56003 clauses out of 112023 with flag 4497215/1643000
531.13/525.67	c cleaning 56996 clauses out of 114020 with flag 4708999/1701000
545.08/539.52	c cleaning 58001 clauses out of 116024 with flag 4942336/1760000
566.96/561.33	c cleaning 59003 clauses out of 118023 with flag 5160060/1820000
587.49/581.83	c cleaning 59999 clauses out of 120020 with flag 5409510/1881000
607.56/601.65	c cleaning 61005 clauses out of 122021 with flag 5600598/1943000
640.21/633.85	c cleaning 61996 clauses out of 124018 with flag 5777554/2006002
671.69/664.92	c cleaning 63002 clauses out of 126020 with flag 5958778/2070000
710.04/702.91	c cleaning 64003 clauses out of 128022 with flag 6139608/2135004
749.67/742.20	c cleaning 64997 clauses out of 130015 with flag 6322378/2201000
786.11/778.35	c cleaning 66000 clauses out of 132019 with flag 6513034/2268001
829.59/821.54	c cleaning 67002 clauses out of 134019 with flag 6705370/2336001
870.70/862.41	c cleaning 68001 clauses out of 136018 with flag 6902207/2405002
911.19/902.67	c cleaning 69003 clauses out of 138021 with flag 7102766/2475006
950.99/942.05	c cleaning 70002 clauses out of 140016 with flag 7306716/2546004
1003.56/994.15	c cleaning 70993 clauses out of 142011 with flag 7506462/2618001
1045.65/1035.93	c cleaning 72000 clauses out of 144019 with flag 7717165/2691002
1091.20/1081.08	c cleaning 72996 clauses out of 146018 with flag 7922836/2765001
1133.13/1122.61	c cleaning 73999 clauses out of 148021 with flag 8138947/2840000
1185.57/1174.88	c cleaning 75003 clauses out of 150023 with flag 8357032/2916001
1236.08/1224.96	c cleaning 76000 clauses out of 152019 with flag 8577029/2993000
1276.39/1264.92	c cleaning 76997 clauses out of 154019 with flag 8810479/3071000
1301.52/1290.03	c cleaning 78002 clauses out of 156022 with flag 9081007/3150000
1324.09/1312.57	c cleaning 79003 clauses out of 158020 with flag 9360445/3230000
1351.46/1339.89	c cleaning 79994 clauses out of 160017 with flag 9624007/3311000
1381.10/1369.40	c cleaning 80998 clauses out of 162023 with flag 9884509/3393000
1412.99/1401.20	c cleaning 81998 clauses out of 164026 with flag 10148226/3476001
1441.05/1429.24	c cleaning 83001 clauses out of 166027 with flag 10428873/3560000
1473.95/1462.07	c cleaning 84002 clauses out of 168027 with flag 10712072/3645001
1513.56/1501.54	c cleaning 85005 clauses out of 170026 with flag 11002630/3731002
1552.44/1540.34	c cleaning 86001 clauses out of 172021 with flag 11294092/3818002
1592.83/1580.67	c cleaning 86998 clauses out of 174019 with flag 11586290/3906001
1632.39/1620.15	c cleaning 87998 clauses out of 176021 with flag 11891784/3995001
1674.71/1662.31	c cleaning 88997 clauses out of 178022 with flag 12191969/4085000
1714.19/1701.77	c cleaning 90005 clauses out of 180025 with flag 12487239/4176000
1759.29/1746.71	c cleaning 90997 clauses out of 182020 with flag 12784182/4268000
1800.08/1787.42	c starts		: 2504
1800.08/1787.42	c conflicts		: 4357548
1800.08/1787.42	c decisions		: 5614934
1800.08/1787.42	c propagations		: 83190099
1800.08/1787.42	c inspects		: 35230688990
1800.08/1787.42	c shortcuts		: 0
1800.08/1787.42	c learnt literals	: 3
1800.08/1787.42	c learnt binary clauses	: 2
1800.08/1787.42	c learnt ternary clauses	: 2
1800.08/1787.42	c learnt constraints	: 4357545
1800.08/1787.42	c ignored constraints	: 0
1800.08/1787.42	c root simplifications	: 0
1800.08/1787.42	c removed literals (reason simplification)	: 0
1800.08/1787.42	c timeout
1800.08/1787.42	c reason swapping (by a shorter reason)	: 0
1800.08/1787.42	c Calls to reduceDB	: 88
1800.08/1787.42	c Number of update (reduction) of LBD	: 313400
1800.08/1787.42	c Imported unit clauses	: 0
1800.08/1787.42	c number of reductions to clauses (during analyze)	: 0
1800.08/1787.42	c number of learned constraints concerned by reduction	: 0
1800.08/1787.42	c number of learning phase by resolution	: 0
1800.08/1787.42	c number of learning phase by cutting planes	: 0
1800.08/1787.42	c speed (assignments/second)	: 46553.0415289122
1800.08/1787.42	c non guided choices	29290
1800.08/1787.45	c learnt constraints type 
1800.08/1787.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.08/1787.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 180569
1800.08/1787.45	s UNKNOWN
1800.08/1787.45	c Total wall clock time (in seconds): 1787.325

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-4100797-1466217119/watcher-4100797-1466217119 -o /tmp/evaluation-result-4100797-1466217119/solver-4100797-1466217119 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100797-1466217119.opb 

pid=28348
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.11 2.16 2.17 3/194 28351
/proc/meminfo: memFree=29455488/32872528 swapFree=1244176/1391344
[pid=28351] ppid=28348 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/28351/stat : 28351 (java) D 28348 28351 25977 0 -1 4202496 157 0 0 0 0 0 0 0 20 0 1 0 23760556 278528 33 33554432000 1073741824 1073778376 140734566484848 140734566482024 272877317415 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/28351/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.11 2.16 2.17 3/194 28351
/proc/meminfo: memFree=29455488/32872528 swapFree=1244176/1391344
[pid=28351] ppid=28348 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/28351/stat : 28351 (java) S 28348 28351 25977 0 -1 4202496 4069 0 1 0 6 1 0 0 20 0 18 0 23760556 9787879424 5193 33554432000 1073741824 1073778376 140734620882704 140734620873840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28351/statm: 2389619 5194 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200238 s]
/proc/loadavg: 2.11 2.16 2.17 3/194 28351
/proc/meminfo: memFree=29455488/32872528 swapFree=1244176/1391344
[pid=28351] ppid=28348 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/28351/stat : 28351 (java) S 28348 28351 25977 0 -1 4202496 4978 0 1 0 23 1 0 0 20 0 18 0 23760556 9787879424 6995 33554432000 1073741824 1073778376 140734620882704 140734620873840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28351/statm: 2389619 6995 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 2.11 2.16 2.17 3/194 28351
/proc/meminfo: memFree=29455488/32872528 swapFree=1244176/1391344
[pid=28351] ppid=28348 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/28351/stat : 28351 (java) S 28348 28351 25977 0 -1 4202496 9498 0 1 0 51 2 0 0 20 0 18 0 23760556 9787879424 11364 33554432000 1073741824 1073778376 140734620882704 140734620873840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28351/statm: 2389619 11364 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700283 s]
/proc/loadavg: 2.11 2.16 2.17 3/194 28351
/proc/meminfo: memFree=29455488/32872528 swapFree=1244176/1391344
[pid=28351] ppid=28348 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/28351/stat : 28351 (java) S 28348 28351 25977 0 -1 4202496 12506 0 1 0 140 3 0 0 20 0 19 0 23760556 9856040960 17667 33554432000 1073741824 1073778376 140734620882704 140734620873840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28351/statm: 2406260 17667 2265 9 0 2396937 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.11 2.16 2.17 3/213 28370
/proc/meminfo: memFree=29386892/32872528 swapFree=1244176/1391344
[pid=28351] ppid=28348 vsize=9625040 CPUtime=2.4 cores=1,3,5,7
/proc/28351/stat : 28351 (java) S 28348 28351 25977 0 -1 4202496 13930 0 1 0 237 3 0 0 20 0 19 0 23760556 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 140734620873840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28351/statm: 2406260 18700 2273 9 0 2396937 0
[pid=28351/tid=28353] ppid=28348 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/28351/task/28353/stat : 28353 (java) R 28348 28351 25977 0 -1 4202560 2431 0 1 0 143 2 0 0 20 0 19 0 23760557 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757938897192 139757783542471 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28354] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28354/stat : 28354 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757782821032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28355] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28355/stat : 28355 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757781768488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28356] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28356/stat : 28356 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757780715944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28357] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28357/stat : 28357 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757779663400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28358] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28358/stat : 28358 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757778610856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28359] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28359/stat : 28359 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757777558312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28360] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28360/stat : 28360 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757776505768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28361] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28361/stat : 28361 (java) S 28348 28351 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757775453224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28362] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28362/stat : 28362 (java) S 28348 28351 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757293123688 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28363] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28363/stat : 28363 (java) S 28348 28351 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757292070008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28364] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28364/stat : 28364 (java) S 28348 28351 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757291017352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28365] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28365/stat : 28365 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757289966096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28366] ppid=28348 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/28351/task/28366/stat : 28366 (java) S 28348 28351 25977 0 -1 4202560 4231 0 0 0 47 0 0 0 20 0 19 0 23760563 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757288913464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28367] ppid=28348 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/28351/task/28367/stat : 28367 (java) S 28348 28351 25977 0 -1 4202560 5997 0 0 0 44 0 0 0 20 0 19 0 23760563 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757287860920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28368] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28368/stat : 28368 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757286808568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28369] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28369/stat : 28369 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757285756232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28370] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28370/stat : 28370 (java) S 28348 28351 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23760599 9856040960 18700 33554432000 1073741824 1073778376 140734620882704 139757284700968 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.10 2.15 2.17 3/213 28370
/proc/meminfo: memFree=29383044/32872528 swapFree=1244176/1391344
[pid=28351] ppid=28348 vsize=9625040 CPUtime=4.12 cores=1,3,5,7
/proc/28351/stat : 28351 (java) S 28348 28351 25977 0 -1 4202496 14774 0 1 0 408 4 0 0 20 0 19 0 23760556 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 140734620873840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28351/statm: 2406260 20236 2273 9 0 2396937 0
[pid=28351/tid=28353] ppid=28348 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/28351/task/28353/stat : 28353 (java) R 28348 28351 25977 0 -1 4202560 2434 0 1 0 303 2 0 0 20 0 19 0 23760557 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757938888384 139757783543632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28354] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28354/stat : 28354 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757782821032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28355] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28355/stat : 28355 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757781768488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28356] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28356/stat : 28356 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757780715944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28357] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28357/stat : 28357 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757779663400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28358] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28358/stat : 28358 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757778610856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28359] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28359/stat : 28359 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757777558312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28360] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28360/stat : 28360 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757776505768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28361] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28361/stat : 28361 (java) S 28348 28351 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757775453224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28362] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28362/stat : 28362 (java) S 28348 28351 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757293123688 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28363] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28363/stat : 28363 (java) S 28348 28351 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757292070008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28364] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28364/stat : 28364 (java) S 28348 28351 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757291017352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28365] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28365/stat : 28365 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757289966096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28366] ppid=28348 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/28351/task/28366/stat : 28366 (java) S 28348 28351 25977 0 -1 4202560 4231 0 0 0 50 0 0 0 20 0 19 0 23760563 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757288913464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28367] ppid=28348 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/28351/task/28367/stat : 28367 (java) S 28348 28351 25977 0 -1 4202560 6838 0 0 0 53 0 0 0 20 0 19 0 23760563 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757287860920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28368] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28368/stat : 28368 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757286808568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28369] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28369/stat : 28369 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757285756232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28370] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28370/stat : 28370 (java) S 28348 28351 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23760599 9856040960 20236 33554432000 1073741824 1073778376 140734620882704 139757284700968 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.10 2.15 2.17 3/213 28370
/proc/meminfo: memFree=29406640/32872528 swapFree=1244176/1391344
[pid=28351] ppid=28348 vsize=9625040 CPUtime=7.32 cores=1,3,5,7
/proc/28351/stat : 28351 (java) S 28348 28351 25977 0 -1 4202496 14780 0 1 0 728 4 0 0 20 0 19 0 23760556 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 140734620873840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28351/statm: 2406260 21991 2274 9 0 2396937 0
[pid=28351/tid=28353] ppid=28348 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/28351/task/28353/stat : 28353 (java) R 28348 28351 25977 0 -1 4202560 2439 0 1 0 623 3 0 0 20 0 19 0 23760557 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757938888368 139757783606134 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28354] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28354/stat : 28354 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757782821032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28355] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28355/stat : 28355 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757781768488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28356] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28356/stat : 28356 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757780715944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28357] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28357/stat : 28357 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757779663400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28358] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28358/stat : 28358 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757778610856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28359] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28359/stat : 28359 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757777558312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28360] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28360/stat : 28360 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757776505768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28361] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28361/stat : 28361 (java) S 28348 28351 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23760559 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757775453224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28362] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28362/stat : 28362 (java) S 28348 28351 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757293123688 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28363] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28363/stat : 28363 (java) S 28348 28351 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757292070008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28364] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28364/stat : 28364 (java) S 28348 28351 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757291017352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28365] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28365/stat : 28365 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757289966096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28366] ppid=28348 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/28351/task/28366/stat : 28366 (java) S 28348 28351 25977 0 -1 4202560 4231 0 0 0 50 0 0 0 20 0 19 0 23760563 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757288913464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28367] ppid=28348 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/28351/task/28367/stat : 28367 (java) S 28348 28351 25977 0 -1 4202560 6838 0 0 0 53 0 0 0 20 0 19 0 23760563 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757287860920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28368] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28368/stat : 28368 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757286808568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28369] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28369/stat : 28369 (java) S 28348 28351 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757285756232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28370] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28370/stat : 28370 (java) S 28348 28351 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23760599 9856040960 21991 33554432000 1073741824 1073778376 140734620882704 139757284700968 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 9625040


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

[pid=28351/tid=28363] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28363/stat : 28363 (java) S 28348 28351 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 58928 33554432000 1073741824 1073778376 140734620882704 139757292070008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28364] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28364/stat : 28364 (java) S 28348 28351 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 58928 33554432000 1073741824 1073778376 140734620882704 139757291017352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28365] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28365/stat : 28365 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 58928 33554432000 1073741824 1073778376 140734620882704 139757289966096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28366] ppid=28348 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/28351/task/28366/stat : 28366 (java) S 28348 28351 25977 0 -1 4202560 4231 0 0 0 50 0 0 0 20 0 19 0 23760563 9856040960 58928 33554432000 1073741824 1073778376 140734620882704 139757288913464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28367] ppid=28348 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/28351/task/28367/stat : 28367 (java) S 28348 28351 25977 0 -1 4202560 15977 0 0 0 119 2 0 0 20 0 19 0 23760563 9856040960 58928 33554432000 1073741824 1073778376 140734620882704 139757287860920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28368] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28368/stat : 28368 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 58928 33554432000 1073741824 1073778376 140734620882704 139757286808568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28369] ppid=28348 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/28351/task/28369/stat : 28369 (java) S 28348 28351 25977 0 -1 4202560 96 0 0 0 23 32 0 0 20 0 19 0 23760563 9856040960 58928 33554432000 1073741824 1073778376 140734620882704 139757285756232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28370] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28370/stat : 28370 (java) S 28348 28351 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23760599 9856040960 58928 33554432000 1073741824 1073778376 140734620882704 139757284700968 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1674.71
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.31 2.27 2.20 3/214 28608
/proc/meminfo: memFree=30106840/32872528 swapFree=1244176/1391344
[pid=28351] ppid=28348 vsize=9625040 CPUtime=1734.87 cores=1,3,5,7
/proc/28351/stat : 28351 (java) S 28348 28351 25977 0 -1 4202496 37744 0 1 0 173388 99 0 0 20 0 19 0 23760556 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 140734620873840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28351/statm: 2406260 58832 2296 9 0 2396937 0
[pid=28351/tid=28353] ppid=28348 vsize=9625040 CPUtime=1715.83 cores=1,3,5,7
/proc/28351/task/28353/stat : 28353 (java) R 28348 28351 25977 0 -1 4202560 7533 0 1 0 171547 36 0 0 20 0 19 0 23760557 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757938896048 139757783542499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28354] ppid=28348 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/28351/task/28354/stat : 28354 (java) S 28348 28351 25977 0 -1 4202560 860 0 0 0 192 7 0 0 20 0 19 0 23760559 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757782821032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28355] ppid=28348 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/28351/task/28355/stat : 28355 (java) S 28348 28351 25977 0 -1 4202560 793 0 0 0 203 5 0 0 20 0 19 0 23760559 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757781768488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28356] ppid=28348 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/28351/task/28356/stat : 28356 (java) S 28348 28351 25977 0 -1 4202560 1105 0 0 0 199 7 0 0 20 0 19 0 23760559 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757780715944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28357] ppid=28348 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/28351/task/28357/stat : 28357 (java) S 28348 28351 25977 0 -1 4202560 1155 0 0 0 202 6 0 0 20 0 19 0 23760559 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757779663400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28358] ppid=28348 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/28351/task/28358/stat : 28358 (java) S 28348 28351 25977 0 -1 4202560 954 0 0 0 204 6 0 0 20 0 19 0 23760559 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757778610856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28359] ppid=28348 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/28351/task/28359/stat : 28359 (java) S 28348 28351 25977 0 -1 4202560 1118 0 0 0 198 6 0 0 20 0 19 0 23760559 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757777558312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28360] ppid=28348 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/28351/task/28360/stat : 28360 (java) S 28348 28351 25977 0 -1 4202560 950 0 0 0 202 8 0 0 20 0 19 0 23760559 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757776505768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28361] ppid=28348 vsize=9625040 CPUtime=1.96 cores=1,3,5,7
/proc/28351/task/28361/stat : 28361 (java) S 28348 28351 25977 0 -1 4202560 1147 0 0 0 189 7 0 0 20 0 19 0 23760559 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757775453224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28362] ppid=28348 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/28351/task/28362/stat : 28362 (java) S 28348 28351 25977 0 -1 4202560 564 0 0 0 43 9 0 0 20 0 19 0 23760560 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757293123688 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28363] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28363/stat : 28363 (java) S 28348 28351 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757292070008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28364] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28364/stat : 28364 (java) S 28348 28351 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757291017352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28365] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28365/stat : 28365 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757289966096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28366] ppid=28348 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/28351/task/28366/stat : 28366 (java) S 28348 28351 25977 0 -1 4202560 4231 0 0 0 50 0 0 0 20 0 19 0 23760563 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757288913464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28367] ppid=28348 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/28351/task/28367/stat : 28367 (java) S 28348 28351 25977 0 -1 4202560 15977 0 0 0 119 2 0 0 20 0 19 0 23760563 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757287860920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28368] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28368/stat : 28368 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757286808568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28369] ppid=28348 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/28351/task/28369/stat : 28369 (java) S 28348 28351 25977 0 -1 4202560 100 0 0 0 25 33 0 0 20 0 19 0 23760563 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757285756232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28370] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28370/stat : 28370 (java) S 28348 28351 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23760599 9856040960 58832 33554432000 1073741824 1073778376 140734620882704 139757284700968 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1734.87
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.26 2.20 3/214 28632
/proc/meminfo: memFree=30098216/32872528 swapFree=1244176/1391344
[pid=28351] ppid=28348 vsize=9625040 CPUtime=1794.98 cores=1,3,5,7
/proc/28351/stat : 28351 (java) S 28348 28351 25977 0 -1 4202496 37758 0 1 0 179397 101 0 0 20 0 19 0 23760556 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 140734620873840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28351/statm: 2406260 58914 2296 9 0 2396937 0
[pid=28351/tid=28353] ppid=28348 vsize=9625040 CPUtime=1775.76 cores=1,3,5,7
/proc/28351/task/28353/stat : 28353 (java) R 28348 28351 25977 0 -1 4202560 7539 0 1 0 177539 37 0 0 20 0 19 0 23760557 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757938896032 139757783606134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28354] ppid=28348 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/28351/task/28354/stat : 28354 (java) S 28348 28351 25977 0 -1 4202560 860 0 0 0 194 7 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757782821032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28355] ppid=28348 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/28351/task/28355/stat : 28355 (java) S 28348 28351 25977 0 -1 4202560 793 0 0 0 205 5 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757781768488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28356] ppid=28348 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/28351/task/28356/stat : 28356 (java) S 28348 28351 25977 0 -1 4202560 1105 0 0 0 200 7 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757780715944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28357] ppid=28348 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/28351/task/28357/stat : 28357 (java) S 28348 28351 25977 0 -1 4202560 1155 0 0 0 204 6 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757779663400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28358] ppid=28348 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/28351/task/28358/stat : 28358 (java) S 28348 28351 25977 0 -1 4202560 954 0 0 0 205 7 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757778610856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28359] ppid=28348 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/28351/task/28359/stat : 28359 (java) S 28348 28351 25977 0 -1 4202560 1118 0 0 0 200 6 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757777558312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28360] ppid=28348 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/28351/task/28360/stat : 28360 (java) S 28348 28351 25977 0 -1 4202560 950 0 0 0 205 8 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757776505768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28361] ppid=28348 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/28351/task/28361/stat : 28361 (java) S 28348 28351 25977 0 -1 4202560 1147 0 0 0 191 7 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757775453224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28362] ppid=28348 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/28351/task/28362/stat : 28362 (java) S 28348 28351 25977 0 -1 4202560 568 0 0 0 43 9 0 0 20 0 19 0 23760560 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757293123688 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28363] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28363/stat : 28363 (java) S 28348 28351 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757292070008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28364] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28364/stat : 28364 (java) S 28348 28351 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757291017352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28365] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28365/stat : 28365 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757289966096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28366] ppid=28348 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/28351/task/28366/stat : 28366 (java) S 28348 28351 25977 0 -1 4202560 4231 0 0 0 50 0 0 0 20 0 19 0 23760563 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757288913464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28367] ppid=28348 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/28351/task/28367/stat : 28367 (java) S 28348 28351 25977 0 -1 4202560 15977 0 0 0 119 2 0 0 20 0 19 0 23760563 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757287860920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28368] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28368/stat : 28368 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757286808568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28369] ppid=28348 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/28351/task/28369/stat : 28369 (java) S 28348 28351 25977 0 -1 4202560 104 0 0 0 26 34 0 0 20 0 19 0 23760563 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757285756232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28370] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28370/stat : 28370 (java) S 28348 28351 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23760599 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757284700968 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1794.98
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.4 s]
/proc/loadavg: 2.23 2.26 2.19 3/214 28632
/proc/meminfo: memFree=30098640/32872528 swapFree=1244176/1391344
[pid=28351] ppid=28348 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/28351/stat : 28351 (java) S 28348 28351 25977 0 -1 4202496 37758 0 1 0 179907 101 0 0 20 0 19 0 23760556 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 140734620873840 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28351/statm: 2406260 58914 2296 9 0 2396937 0
[pid=28351/tid=28353] ppid=28348 vsize=9625040 CPUtime=1780.86 cores=1,3,5,7
/proc/28351/task/28353/stat : 28353 (java) R 28348 28351 25977 0 -1 4202560 7539 0 1 0 178048 38 0 0 20 0 19 0 23760557 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757938896032 139757783542490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28354] ppid=28348 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/28351/task/28354/stat : 28354 (java) S 28348 28351 25977 0 -1 4202560 860 0 0 0 194 7 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757782821032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28355] ppid=28348 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/28351/task/28355/stat : 28355 (java) S 28348 28351 25977 0 -1 4202560 793 0 0 0 205 5 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757781768488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28356] ppid=28348 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/28351/task/28356/stat : 28356 (java) S 28348 28351 25977 0 -1 4202560 1105 0 0 0 200 7 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757780715944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28357] ppid=28348 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/28351/task/28357/stat : 28357 (java) S 28348 28351 25977 0 -1 4202560 1155 0 0 0 204 6 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757779663400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28358] ppid=28348 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/28351/task/28358/stat : 28358 (java) S 28348 28351 25977 0 -1 4202560 954 0 0 0 205 7 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757778610856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28359] ppid=28348 vsize=9625040 CPUtime=2.06 cores=1,3,5,7
/proc/28351/task/28359/stat : 28359 (java) S 28348 28351 25977 0 -1 4202560 1118 0 0 0 200 6 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757777558312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28360] ppid=28348 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/28351/task/28360/stat : 28360 (java) S 28348 28351 25977 0 -1 4202560 950 0 0 0 205 8 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757776505768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28351/tid=28361] ppid=28348 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/28351/task/28361/stat : 28361 (java) S 28348 28351 25977 0 -1 4202560 1147 0 0 0 191 7 0 0 20 0 19 0 23760559 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757775453224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28362] ppid=28348 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/28351/task/28362/stat : 28362 (java) S 28348 28351 25977 0 -1 4202560 568 0 0 0 43 9 0 0 20 0 19 0 23760560 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757293123688 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28363] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28363/stat : 28363 (java) S 28348 28351 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757292070008 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28364] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28364/stat : 28364 (java) S 28348 28351 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23760560 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757291017352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28365] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28365/stat : 28365 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757289966096 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28366] ppid=28348 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/28351/task/28366/stat : 28366 (java) S 28348 28351 25977 0 -1 4202560 4231 0 0 0 50 0 0 0 20 0 19 0 23760563 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757288913464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28367] ppid=28348 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/28351/task/28367/stat : 28367 (java) S 28348 28351 25977 0 -1 4202560 15977 0 0 0 119 2 0 0 20 0 19 0 23760563 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757287860920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28351/tid=28368] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28368/stat : 28368 (java) S 28348 28351 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23760563 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757286808568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28351/tid=28369] ppid=28348 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/28351/task/28369/stat : 28369 (java) S 28348 28351 25977 0 -1 4202560 104 0 0 0 26 34 0 0 20 0 19 0 23760563 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757285756232 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28351/tid=28370] ppid=28348 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28351/task/28370/stat : 28370 (java) S 28348 28351 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23760599 9856040960 58914 33554432000 1073741824 1073778376 140734620882704 139757284700968 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 28351 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1787.46
CPU time (s): 1800.59
CPU user time (s): 1799.09
CPU system time (s): 1.50177
CPU usage (%): 100.735
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.09
system time used= 1.50177
maximum resident set size= 417556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37790
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62090
involuntary context switches= 59945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.34004 second user time and 7.51286 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 04:31:59
IDJOB=4100797
IDBENCH=1662
IDSOLVER=2546
FILE ID=node119/4100797-1466217119
RUNJOBID= node119-1466206086-25994
PBS_JOBID= 19918158
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-capri.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100797-1466217119/watcher-4100797-1466217119 -o /tmp/evaluation-result-4100797-1466217119/solver-4100797-1466217119 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100797-1466217119.opb

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

MD5SUM BENCH= 045a73dda564043a5f702f829082d89b
RANDOM SEED=1403757493

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        29455752 kB
Buffers:           95552 kB
Cached:            88628 kB
SwapCached:          956 kB
Active:          1135552 kB
Inactive:         126828 kB
Active(anon):    1079080 kB
Inactive(anon):     1732 kB
Active(file):      56472 kB
Inactive(file):   125096 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:       2522272 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             597708 kB
SReclaimable:      41612 kB
SUnreclaim:       556096 kB
KernelStack:        1760 kB
PageTables:         9124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2914828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1245184 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= 71736 MiB
End job on node119 at 2016-06-18 05:01:47