Trace number 4101157

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.07 1786.44

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-boeing2.opb
MD5SUMe6740c9c0edd31ac7988f4b277cae1d5
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 variables3371
Total number of constraints197
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 constraints197
Minimum length of a constraint12
Maximum length of a constraint1921
Number of terms in the objective function 3114
Biggest coefficient in the objective function 8335
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 526865
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262133
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 526865
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4101157-1466220487.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
0.55/0.33	c ... done. Wall clock time 0.222s.
0.55/0.33	c declared #vars     3371
0.55/0.33	c #constraints  201
0.55/0.33	c constraints type 
0.55/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 201
0.55/0.33	c 201 constraints processed.
0.55/0.33	c objective function length is 3114 literals
1.66/0.98	c cleaning 2500 clauses out of 5001 with flag 11429/5001
2.48/1.68	c cleaning 4249 clauses out of 8500 with flag 25251/11000
3.38/2.51	c cleaning 5625 clauses out of 11252 with flag 41956/18001
4.50/3.64	c cleaning 6801 clauses out of 13626 with flag 61675/26000
5.82/4.91	c cleaning 7909 clauses out of 15825 with flag 85434/35000
7.33/6.40	c cleaning 8952 clauses out of 17916 with flag 111363/45000
8.96/8.01	c cleaning 9975 clauses out of 19965 with flag 139264/56001
10.56/9.61	c cleaning 10995 clauses out of 21989 with flag 170249/68000
12.39/11.44	c cleaning 11988 clauses out of 23994 with flag 202752/81000
14.30/13.31	c cleaning 12998 clauses out of 26007 with flag 238204/95001
16.62/15.69	c cleaning 14003 clauses out of 28011 with flag 275648/110003
19.35/18.37	c cleaning 15001 clauses out of 30006 with flag 314437/126001
22.15/21.16	c cleaning 15995 clauses out of 32005 with flag 355237/143001
25.29/24.22	c cleaning 16993 clauses out of 34010 with flag 399437/161001
28.28/27.23	c cleaning 18000 clauses out of 36016 with flag 446615/180000
30.99/29.91	c cleaning 18998 clauses out of 38019 with flag 494080/200003
38.75/37.70	c cleaning 19992 clauses out of 40018 with flag 554202/221000
43.69/42.56	c cleaning 21001 clauses out of 42026 with flag 610331/243000
46.59/45.42	c cleaning 22000 clauses out of 44025 with flag 659505/266000
49.81/48.67	c cleaning 23003 clauses out of 46025 with flag 709729/290000
53.71/52.59	c cleaning 23999 clauses out of 48023 with flag 765438/315001
57.72/56.56	c cleaning 25005 clauses out of 50023 with flag 821906/341000
62.22/61.08	c cleaning 25997 clauses out of 52018 with flag 879743/368000
67.16/65.96	c cleaning 26999 clauses out of 54021 with flag 938220/396000
72.71/71.43	c cleaning 28003 clauses out of 56024 with flag 999774/425002
78.70/77.43	c cleaning 28995 clauses out of 58020 with flag 1064095/455001
85.52/84.24	c cleaning 30002 clauses out of 60024 with flag 1131127/486000
92.75/91.43	c cleaning 31004 clauses out of 62023 with flag 1199233/518001
100.40/99.07	c cleaning 31996 clauses out of 64018 with flag 1269882/551000
109.09/107.72	c cleaning 33001 clauses out of 66022 with flag 1341290/585000
118.14/116.74	c cleaning 34001 clauses out of 68021 with flag 1416018/620000
127.96/126.57	c cleaning 35003 clauses out of 70023 with flag 1492188/656003
137.19/135.78	c cleaning 36000 clauses out of 72018 with flag 1572769/693001
147.14/145.62	c cleaning 36996 clauses out of 74018 with flag 1656087/731001
157.07/155.56	c cleaning 38003 clauses out of 76023 with flag 1740754/770002
167.99/166.42	c cleaning 38995 clauses out of 78018 with flag 1824781/810000
179.70/178.10	c cleaning 40001 clauses out of 80024 with flag 1911538/851001
191.71/190.10	c cleaning 40999 clauses out of 82022 with flag 2000830/893000
201.13/199.52	c cleaning 42009 clauses out of 84023 with flag 2103197/936000
208.70/207.08	c cleaning 43007 clauses out of 86014 with flag 2207050/980000
224.69/222.91	c cleaning 44003 clauses out of 88009 with flag 2312074/1025002
233.28/231.40	c cleaning 44985 clauses out of 90005 with flag 2461797/1071001
240.42/238.50	c cleaning 45985 clauses out of 92019 with flag 2585972/1118000
252.91/250.91	c cleaning 46993 clauses out of 94036 with flag 2759933/1166002
261.95/259.99	c cleaning 47993 clauses out of 96041 with flag 2925563/1215000
276.55/274.45	c cleaning 48995 clauses out of 98050 with flag 3058548/1265002
292.86/290.70	c cleaning 50012 clauses out of 100054 with flag 3204695/1316001
307.99/305.77	c cleaning 50977 clauses out of 102043 with flag 3339772/1368002
319.42/317.04	c cleaning 52025 clauses out of 104065 with flag 3498014/1421001
333.14/330.67	c cleaning 53000 clauses out of 106039 with flag 3687531/1475000
344.43/341.86	c cleaning 53999 clauses out of 108039 with flag 3850338/1530000
356.98/354.24	c cleaning 55003 clauses out of 110041 with flag 3981921/1586001
371.82/368.99	c cleaning 56009 clauses out of 112039 with flag 4118323/1643002
387.83/384.84	c cleaning 56999 clauses out of 114030 with flag 4255279/1701002
404.30/401.15	c cleaning 58005 clauses out of 116029 with flag 4398177/1760000
419.29/415.98	c cleaning 59000 clauses out of 118024 with flag 4546003/1820000
434.71/431.16	c cleaning 60003 clauses out of 120024 with flag 4703498/1881000
452.28/448.57	c cleaning 60994 clauses out of 122024 with flag 4873467/1943003
470.47/466.53	c cleaning 62013 clauses out of 124027 with flag 5056634/2006000
483.11/478.90	c cleaning 62995 clauses out of 126014 with flag 5222493/2070000
495.58/491.28	c cleaning 63998 clauses out of 128019 with flag 5389960/2135000
509.04/504.54	c cleaning 65000 clauses out of 130024 with flag 5556971/2201003
522.48/517.81	c cleaning 66003 clauses out of 132022 with flag 5728558/2268001
536.50/531.69	c cleaning 66998 clauses out of 134018 with flag 5904272/2336000
552.91/547.81	c cleaning 67995 clauses out of 136021 with flag 6088386/2405001
570.49/565.26	c cleaning 69002 clauses out of 138027 with flag 6265163/2475002
587.82/582.33	c cleaning 70002 clauses out of 140025 with flag 6451531/2546002
605.53/599.81	c cleaning 71007 clauses out of 142022 with flag 6632024/2618001
620.47/614.58	c cleaning 71996 clauses out of 144016 with flag 6818363/2691002
638.80/632.65	c cleaning 72994 clauses out of 146018 with flag 7006503/2765000
658.77/652.50	c cleaning 73997 clauses out of 148027 with flag 7197390/2840003
679.32/672.88	c cleaning 75002 clauses out of 150027 with flag 7390916/2916000
697.36/690.73	c cleaning 75996 clauses out of 152026 with flag 7589079/2993001
718.20/711.37	c cleaning 76996 clauses out of 154029 with flag 7796915/3071000
739.88/732.73	c cleaning 78008 clauses out of 156037 with flag 8006414/3150004
760.58/753.28	c cleaning 78998 clauses out of 158025 with flag 8220491/3230000
784.95/777.37	c cleaning 79996 clauses out of 160027 with flag 8428912/3311000
807.81/799.91	c cleaning 81001 clauses out of 162034 with flag 8648905/3393003
832.85/824.70	c cleaning 81991 clauses out of 164031 with flag 8869906/3476001
854.40/846.04	c cleaning 83004 clauses out of 166039 with flag 9082928/3560000
878.25/869.70	c cleaning 84000 clauses out of 168036 with flag 9301544/3645001
902.08/893.14	c cleaning 85001 clauses out of 170038 with flag 9533705/3731003
925.59/916.39	c cleaning 85993 clauses out of 172035 with flag 9757597/3818001
950.96/941.32	c cleaning 87005 clauses out of 174042 with flag 9979876/3906001
975.70/965.70	c cleaning 88003 clauses out of 176036 with flag 10217511/3995000
1008.43/998.02	c cleaning 89008 clauses out of 178036 with flag 10448269/4085003
1030.37/1019.75	c cleaning 89995 clauses out of 180025 with flag 10649217/4176000
1061.61/1050.81	c cleaning 90989 clauses out of 182031 with flag 10856141/4268001
1089.70/1078.74	c cleaning 91992 clauses out of 184041 with flag 11057231/4361000
1119.53/1108.48	c cleaning 93004 clauses out of 186049 with flag 11257113/4455000
1159.67/1148.44	c cleaning 94001 clauses out of 188048 with flag 11460942/4550003
1204.51/1193.19	c cleaning 94992 clauses out of 190045 with flag 11666409/4646001
1247.84/1236.39	c cleaning 95997 clauses out of 192052 with flag 11872892/4743000
1281.29/1269.67	c cleaning 97001 clauses out of 194055 with flag 12079629/4841000
1325.14/1313.31	c cleaning 97999 clauses out of 196055 with flag 12290191/4940001
1367.40/1355.44	c cleaning 99006 clauses out of 198055 with flag 12500319/5040000
1442.54/1430.36	c cleaning 100002 clauses out of 200049 with flag 12707898/5141000
1514.96/1502.45	c cleaning 101000 clauses out of 202048 with flag 12917928/5243001
1577.99/1565.24	c cleaning 101996 clauses out of 204047 with flag 13127563/5346000
1680.00/1667.00	c cleaning 103003 clauses out of 206051 with flag 13340635/5450000
1730.07/1716.80	c cleaning 103995 clauses out of 208048 with flag 13563137/5555000
1779.23/1765.70	c cleaning 105000 clauses out of 210054 with flag 13784781/5661001
1800.07/1786.41	c starts		: 1444
1800.07/1786.41	c conflicts		: 5720153
1800.07/1786.41	c decisions		: 8132263
1800.07/1786.41	c propagations		: 145737597
1800.07/1786.41	c inspects		: 31662183513
1800.07/1786.41	c shortcuts		: 0
1800.07/1786.41	c learnt literals	: 0
1800.07/1786.41	c learnt binary clauses	: 0
1800.07/1786.41	c learnt ternary clauses	: 1
1800.07/1786.41	c learnt constraints	: 5720153
1800.07/1786.41	c ignored constraints	: 0
1800.07/1786.41	c root simplifications	: 0
1800.07/1786.41	c removed literals (reason simplification)	: 0
1800.07/1786.41	c reason swapping (by a shorter reason)	: 0
1800.07/1786.41	c Calls to reduceDB	: 102
1800.07/1786.41	c Number of update (reduction) of LBD	: 875187
1800.07/1786.41	c Imported unit clauses	: 0
1800.07/1786.41	c number of reductions to clauses (during analyze)	: 0
1800.07/1786.41	c number of learned constraints concerned by reduction	: 0
1800.07/1786.41	c number of learning phase by resolution	: 0
1800.07/1786.41	c number of learning phase by cutting planes	: 0
1800.07/1786.41	c speed (assignments/second)	: 81597.44151359196
1800.07/1786.41	c non guided choices	2536
1800.07/1786.41	c timeout
1800.07/1786.43	c learnt constraints type 
1800.07/1786.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 164207
1800.07/1786.43	s UNKNOWN
1800.07/1786.43	c Total wall clock time (in seconds): 1786.329

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

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.18 2.18 3/196 8302
/proc/meminfo: memFree=30095624/32872528 swapFree=1482636/1662508
[pid=8302] ppid=8299 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8302/stat : 8302 (java) S 8299 8302 4518 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 24095130 98570240 976 33554432000 1073741824 1073778376 140735828414320 140735828405456 273909055549 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8302/statm: 24065 976 743 9 0 16771 0
[pid=8302/tid=8303] ppid=8299 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8303/stat : 8303 (java) R 8299 8302 4518 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 24095130 98570240 977 33554432000 1073741824 1073778376 140735828414320 140661682568744 273905698176 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100111 s]
/proc/loadavg: 2.16 2.18 2.18 3/196 8302
/proc/meminfo: memFree=30095624/32872528 swapFree=1482636/1662508
[pid=8302] ppid=8299 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/8302/stat : 8302 (java) S 8299 8302 4518 0 -1 4202496 4450 0 1 0 9 1 0 0 20 0 18 0 24095130 9787879424 6083 33554432000 1073741824 1073778376 140735828414320 140735828405456 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8302/statm: 2389619 6083 2155 9 0 2380296 0
[pid=8302/tid=8303] ppid=8299 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/8302/task/8303/stat : 8303 (java) R 8299 8302 4518 0 -1 4202560 2383 0 1 0 7 0 0 0 20 0 18 0 24095130 9787879424 6083 33554432000 1073741824 1073778376 140735828414320 140661682572192 273909081357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200264 s]
/proc/loadavg: 2.16 2.18 2.18 3/196 8302
/proc/meminfo: memFree=30095624/32872528 swapFree=1482636/1662508
[pid=8302] ppid=8299 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/8302/stat : 8302 (java) S 8299 8302 4518 0 -1 4202496 4995 0 1 0 28 1 0 0 20 0 18 0 24095130 9787879424 7003 33554432000 1073741824 1073778376 140735828414320 140735828405456 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8302/statm: 2389619 7003 2222 9 0 2380296 0
[pid=8302/tid=8303] ppid=8299 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/8302/task/8303/stat : 8303 (java) R 8299 8302 4518 0 -1 4202560 2403 0 1 0 17 0 0 0 20 0 18 0 24095130 9787879424 7003 33554432000 1073741824 1073778376 140735828414320 140661682572888 140661538010865 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300318 s]
/proc/loadavg: 2.16 2.18 2.18 3/196 8302
/proc/meminfo: memFree=30095624/32872528 swapFree=1482636/1662508
[pid=8302] ppid=8299 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/8302/stat : 8302 (java) S 8299 8302 4518 0 -1 4202496 9285 0 1 0 53 2 0 0 20 0 18 0 24095130 9787879424 12169 33554432000 1073741824 1073778376 140735828414320 140735828405456 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8302/statm: 2389619 12169 2234 9 0 2380296 0
[pid=8302/tid=8303] ppid=8299 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/8302/task/8303/stat : 8303 (java) R 8299 8302 4518 0 -1 4202560 2411 0 1 0 26 1 0 0 20 0 18 0 24095130 9787879424 12169 33554432000 1073741824 1073778376 140735828414320 140661682572888 140661538022417 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700199 s]
/proc/loadavg: 2.16 2.18 2.18 3/196 8302
/proc/meminfo: memFree=30095624/32872528 swapFree=1482636/1662508
[pid=8302] ppid=8299 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/8302/stat : 8302 (java) S 8299 8302 4518 0 -1 4202496 11095 0 1 0 138 3 0 0 20 0 19 0 24095130 9856040960 16135 33554432000 1073741824 1073778376 140735828414320 140735828405456 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8302/statm: 2406260 16135 2258 9 0 2396937 0
[pid=8302/tid=8303] ppid=8299 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/8302/task/8303/stat : 8303 (java) R 8299 8302 4518 0 -1 4202560 2432 0 1 0 66 1 0 0 20 0 19 0 24095130 9856040960 16135 33554432000 1073741824 1073778376 140735828414320 140661682573704 140661538600535 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.16 2.18 2.18 3/215 8321
/proc/meminfo: memFree=30016528/32872528 swapFree=1482636/1662508
[pid=8302] ppid=8299 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/8302/stat : 8302 (java) S 8299 8302 4518 0 -1 4202496 12354 0 1 0 232 3 0 0 20 0 19 0 24095130 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140735828405456 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8302/statm: 2406260 26901 2266 9 0 2396937 0
[pid=8302/tid=8303] ppid=8299 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/8302/task/8303/stat : 8303 (java) R 8299 8302 4518 0 -1 4202560 2454 0 1 0 145 2 0 0 20 0 19 0 24095130 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661682573896 140661538588982 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8305] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8305/stat : 8305 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661660674344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8306] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8306/stat : 8306 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661659621544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8307] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8307/stat : 8307 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661658569256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8302/tid=8308] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8308/stat : 8308 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661657516456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8309] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8309/stat : 8309 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661656464168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8310] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8310/stat : 8310 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661185571496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8311] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8311/stat : 8311 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661184519208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8312] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8312/stat : 8312 (java) S 8299 8302 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661183466408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8313] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8313/stat : 8313 (java) S 8299 8302 4518 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661171054824 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8314] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8314/stat : 8314 (java) S 8299 8302 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661170000888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8315] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8315/stat : 8315 (java) S 8299 8302 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661168948488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8316] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8316/stat : 8316 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095135 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661167896976 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8317] ppid=8299 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/8302/task/8317/stat : 8317 (java) S 8299 8302 4518 0 -1 4202560 3904 0 0 0 44 0 0 0 20 0 19 0 24095135 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661166844600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8318] ppid=8299 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/8302/task/8318/stat : 8318 (java) S 8299 8302 4518 0 -1 4202560 4720 0 0 0 39 1 0 0 20 0 19 0 24095135 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661165791800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8319] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8319/stat : 8319 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095135 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661164739704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8320] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8320/stat : 8320 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095135 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661163687112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8321] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8321/stat : 8321 (java) S 8299 8302 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095165 9856040960 26901 33554432000 1073741824 1073778376 140735828414320 140661162533800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.15 2.18 2.18 3/215 8321
/proc/meminfo: memFree=29956640/32872528 swapFree=1482636/1662508
[pid=8302] ppid=8299 vsize=9625040 CPUtime=4 cores=0,2,4,6
/proc/8302/stat : 8302 (java) S 8299 8302 4518 0 -1 4202496 12417 0 1 0 396 4 0 0 20 0 19 0 24095130 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140735828405456 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8302/statm: 2406260 42794 2280 9 0 2396937 0
[pid=8302/tid=8303] ppid=8299 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/8302/task/8303/stat : 8303 (java) R 8299 8302 4518 0 -1 4202560 2488 0 1 0 303 2 0 0 20 0 19 0 24095130 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661682572568 140661538581845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8305] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8305/stat : 8305 (java) S 8299 8302 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661660674344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8306] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8306/stat : 8306 (java) S 8299 8302 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661659621544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8307] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8307/stat : 8307 (java) S 8299 8302 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661658569256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8302/tid=8308] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8308/stat : 8308 (java) S 8299 8302 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661657516456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8309] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8309/stat : 8309 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661656464168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8310] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8310/stat : 8310 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661185571496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8311] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8311/stat : 8311 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661184519208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8312] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8312/stat : 8312 (java) S 8299 8302 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661183466408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8313] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8313/stat : 8313 (java) S 8299 8302 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661171054824 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8314] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8314/stat : 8314 (java) S 8299 8302 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661170000888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8315] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8315/stat : 8315 (java) S 8299 8302 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661168948488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8316] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8316/stat : 8316 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095135 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661167896976 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8317] ppid=8299 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/8302/task/8317/stat : 8317 (java) S 8299 8302 4518 0 -1 4202560 3904 0 0 0 46 0 0 0 20 0 19 0 24095135 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661166844600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8318] ppid=8299 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/8302/task/8318/stat : 8318 (java) S 8299 8302 4518 0 -1 4202560 4720 0 0 0 42 1 0 0 20 0 19 0 24095135 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661165791800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8319] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8319/stat : 8319 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095135 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661164739704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8320] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8320/stat : 8320 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095135 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661163687112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8321] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8321/stat : 8321 (java) S 8299 8302 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095165 9856040960 42794 33554432000 1073741824 1073778376 140735828414320 140661162533800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 9625040

[startup+6.30085 s]
/proc/loadavg: 2.15 2.18 2.18 3/215 8321
/proc/meminfo: memFree=29923928/32872528 swapFree=1482636/1662508
[pid=8302] ppid=8299 vsize=9625040 CPUtime=7.23 cores=0,2,4,6
/proc/8302/stat : 8302 (java) S 8299 8302 4518 0 -1 4202496 12434 0 1 0 718 5 0 0 20 0 19 0 24095130 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140735828405456 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8302/statm: 2406260 44794 2280 9 0 2396937 0
[pid=8302/tid=8303] ppid=8299 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/8302/task/8303/stat : 8303 (java) R 8299 8302 4518 0 -1 4202560 2491 0 1 0 621 2 0 0 20 0 19 0 24095130 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661682573848 140661538647717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8305] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8305/stat : 8305 (java) S 8299 8302 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661660674344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8306] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8306/stat : 8306 (java) S 8299 8302 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661659621544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8307] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8307/stat : 8307 (java) S 8299 8302 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661658569256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8302/tid=8308] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8308/stat : 8308 (java) S 8299 8302 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661657516456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8302/tid=8309] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8309/stat : 8309 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661656464168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8310] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8310/stat : 8310 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661185571496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8311] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8311/stat : 8311 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661184519208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8312] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8312/stat : 8312 (java) S 8299 8302 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24095131 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661183466408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8313] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8313/stat : 8313 (java) S 8299 8302 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661171054824 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8314] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8314/stat : 8314 (java) S 8299 8302 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661170000888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8315] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8315/stat : 8315 (java) S 8299 8302 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661168948488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8316] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8316/stat : 8316 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095135 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661167896976 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8317] ppid=8299 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/8302/task/8317/stat : 8317 (java) S 8299 8302 4518 0 -1 4202560 3904 0 0 0 47 0 0 0 20 0 19 0 24095135 9856040960 44794 33554432000 1073741824 1073778376 140735828414320 140661166844600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8318] ppid=8299 vsize=9625040 CPUtime=0.44 cores=0,2,4,6

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

/proc/8302/task/8321/stat : 8321 (java) S 8299 8302 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095165 9856040960 58507 33554432000 1073741824 1073778376 140735828414320 140661162533800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1675.3
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.34 2.22 2.19 4/215 8364
/proc/meminfo: memFree=29493672/32872528 swapFree=1482636/1662508
[pid=8302] ppid=8299 vsize=9625040 CPUtime=1735.63 cores=0,2,4,6
/proc/8302/stat : 8302 (java) S 8299 8302 4518 0 -1 4202496 25455 0 1 0 173472 91 0 0 20 0 19 0 24095130 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140735828405456 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8302/statm: 2406260 59220 2289 9 0 2396937 0
[pid=8302/tid=8303] ppid=8299 vsize=9625040 CPUtime=1710.64 cores=0,2,4,6
/proc/8302/task/8303/stat : 8303 (java) R 8299 8302 4518 0 -1 4202560 3806 0 1 0 171032 32 0 0 20 0 19 0 24095130 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661682572480 140661538559773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8305] ppid=8299 vsize=9625040 CPUtime=2.41 cores=0,2,4,6
/proc/8302/task/8305/stat : 8305 (java) S 8299 8302 4518 0 -1 4202560 1712 0 0 0 233 8 0 0 20 0 19 0 24095131 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661660674344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8306] ppid=8299 vsize=9625040 CPUtime=2.2 cores=0,2,4,6
/proc/8302/task/8306/stat : 8306 (java) S 8299 8302 4518 0 -1 4202560 1071 0 0 0 213 7 0 0 20 0 19 0 24095131 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661659621544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8307] ppid=8299 vsize=9625040 CPUtime=2.25 cores=0,2,4,6
/proc/8302/task/8307/stat : 8307 (java) S 8299 8302 4518 0 -1 4202560 1175 0 0 0 219 6 0 0 20 0 19 0 24095131 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661658569256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8308] ppid=8299 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/8302/task/8308/stat : 8308 (java) S 8299 8302 4518 0 -1 4202560 1281 0 0 0 227 7 0 0 20 0 19 0 24095131 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661657516456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8309] ppid=8299 vsize=9625040 CPUtime=2.25 cores=0,2,4,6
/proc/8302/task/8309/stat : 8309 (java) S 8299 8302 4518 0 -1 4202560 1142 0 0 0 218 7 0 0 20 0 19 0 24095131 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661656464168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8310] ppid=8299 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/8302/task/8310/stat : 8310 (java) S 8299 8302 4518 0 -1 4202560 2270 0 0 0 230 7 0 0 20 0 19 0 24095131 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661185571496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8302/tid=8311] ppid=8299 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/8302/task/8311/stat : 8311 (java) S 8299 8302 4518 0 -1 4202560 908 0 0 0 229 8 0 0 20 0 19 0 24095131 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661184519208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8312] ppid=8299 vsize=9625040 CPUtime=2.25 cores=0,2,4,6
/proc/8302/task/8312/stat : 8312 (java) S 8299 8302 4518 0 -1 4202560 1688 0 0 0 218 7 0 0 20 0 19 0 24095131 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661183466408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8302/tid=8313] ppid=8299 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/8302/task/8313/stat : 8313 (java) S 8299 8302 4518 0 -1 4202560 414 0 0 0 101 7 0 0 20 0 19 0 24095132 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661171054824 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8314] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8314/stat : 8314 (java) S 8299 8302 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661170000888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8315] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8315/stat : 8315 (java) S 8299 8302 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661168948488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8316] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8316/stat : 8316 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095135 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661167896976 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8317] ppid=8299 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/8302/task/8317/stat : 8317 (java) S 8299 8302 4518 0 -1 4202560 3906 0 0 0 48 0 0 0 20 0 19 0 24095135 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661166844600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8318] ppid=8299 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/8302/task/8318/stat : 8318 (java) S 8299 8302 4518 0 -1 4202560 4720 0 0 0 43 1 0 0 20 0 19 0 24095135 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661165791800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8319] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8319/stat : 8319 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095135 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661164739704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8320] ppid=8299 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/8302/task/8320/stat : 8320 (java) S 8299 8302 4518 0 -1 4202560 100 0 0 0 21 26 0 0 20 0 19 0 24095135 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661163687112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8321] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8321/stat : 8321 (java) S 8299 8302 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095165 9856040960 59220 33554432000 1073741824 1073778376 140735828414320 140661162533800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1735.63
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.20 2.18 4/215 8431
/proc/meminfo: memFree=29877468/32872528 swapFree=1482636/1662508
[pid=8302] ppid=8299 vsize=9625040 CPUtime=1795.93 cores=0,2,4,6
/proc/8302/stat : 8302 (java) S 8299 8302 4518 0 -1 4202496 25476 0 1 0 179501 92 0 0 20 0 19 0 24095130 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140735828405456 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8302/statm: 2406260 58900 2289 9 0 2396937 0
[pid=8302/tid=8303] ppid=8299 vsize=9625040 CPUtime=1770.35 cores=0,2,4,6
/proc/8302/task/8303/stat : 8303 (java) R 8299 8302 4518 0 -1 4202560 3821 0 1 0 177003 32 0 0 20 0 19 0 24095130 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661682572480 140661538588982 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8305] ppid=8299 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/8302/task/8305/stat : 8305 (java) S 8299 8302 4518 0 -1 4202560 1712 0 0 0 237 8 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661660674344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8306] ppid=8299 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/8302/task/8306/stat : 8306 (java) S 8299 8302 4518 0 -1 4202560 1071 0 0 0 220 7 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661659621544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8307] ppid=8299 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/8302/task/8307/stat : 8307 (java) S 8299 8302 4518 0 -1 4202560 1175 0 0 0 225 6 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661658569256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8308] ppid=8299 vsize=9625040 CPUtime=2.4 cores=0,2,4,6
/proc/8302/task/8308/stat : 8308 (java) S 8299 8302 4518 0 -1 4202560 1281 0 0 0 233 7 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661657516456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8309] ppid=8299 vsize=9625040 CPUtime=2.3 cores=0,2,4,6
/proc/8302/task/8309/stat : 8309 (java) S 8299 8302 4518 0 -1 4202560 1142 0 0 0 223 7 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661656464168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8310] ppid=8299 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/8302/task/8310/stat : 8310 (java) S 8299 8302 4518 0 -1 4202560 2270 0 0 0 235 7 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661185571496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8311] ppid=8299 vsize=9625040 CPUtime=2.41 cores=0,2,4,6
/proc/8302/task/8311/stat : 8311 (java) S 8299 8302 4518 0 -1 4202560 908 0 0 0 233 8 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661184519208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8302/tid=8312] ppid=8299 vsize=9625040 CPUtime=2.29 cores=0,2,4,6
/proc/8302/task/8312/stat : 8312 (java) S 8299 8302 4518 0 -1 4202560 1688 0 0 0 222 7 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661183466408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8302/tid=8313] ppid=8299 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/8302/task/8313/stat : 8313 (java) S 8299 8302 4518 0 -1 4202560 418 0 0 0 101 7 0 0 20 0 19 0 24095132 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661171054824 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8314] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8314/stat : 8314 (java) S 8299 8302 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661170000888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8315] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8315/stat : 8315 (java) S 8299 8302 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661168948488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8316] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8316/stat : 8316 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095135 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661167896976 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8317] ppid=8299 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/8302/task/8317/stat : 8317 (java) S 8299 8302 4518 0 -1 4202560 3906 0 0 0 48 0 0 0 20 0 19 0 24095135 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661166844600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8318] ppid=8299 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/8302/task/8318/stat : 8318 (java) S 8299 8302 4518 0 -1 4202560 4720 0 0 0 43 1 0 0 20 0 19 0 24095135 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661165791800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8319] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8319/stat : 8319 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095135 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661164739704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8320] ppid=8299 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8302/task/8320/stat : 8320 (java) S 8299 8302 4518 0 -1 4202560 102 0 0 0 22 27 0 0 20 0 19 0 24095135 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661163687112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8321] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8321/stat : 8321 (java) S 8299 8302 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095165 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661162533800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1795.93
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.4 s]
/proc/loadavg: 2.16 2.19 2.18 3/215 8431
/proc/meminfo: memFree=29877468/32872528 swapFree=1482636/1662508
[pid=8302] ppid=8299 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/8302/stat : 8302 (java) S 8299 8302 4518 0 -1 4202496 25477 0 1 0 179915 92 0 0 20 0 19 0 24095130 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140735828405456 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8302/statm: 2406260 58900 2289 9 0 2396937 0
[pid=8302/tid=8303] ppid=8299 vsize=9625040 CPUtime=1774.44 cores=0,2,4,6
/proc/8302/task/8303/stat : 8303 (java) R 8299 8302 4518 0 -1 4202560 3822 0 1 0 177412 32 0 0 20 0 19 0 24095130 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661682572448 140661538588972 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8305] ppid=8299 vsize=9625040 CPUtime=2.46 cores=0,2,4,6
/proc/8302/task/8305/stat : 8305 (java) S 8299 8302 4518 0 -1 4202560 1712 0 0 0 238 8 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661660674344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8306] ppid=8299 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/8302/task/8306/stat : 8306 (java) S 8299 8302 4518 0 -1 4202560 1071 0 0 0 221 7 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661659621544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8307] ppid=8299 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/8302/task/8307/stat : 8307 (java) S 8299 8302 4518 0 -1 4202560 1175 0 0 0 226 6 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661658569256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8308] ppid=8299 vsize=9625040 CPUtime=2.41 cores=0,2,4,6
/proc/8302/task/8308/stat : 8308 (java) S 8299 8302 4518 0 -1 4202560 1281 0 0 0 234 7 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661657516456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8309] ppid=8299 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/8302/task/8309/stat : 8309 (java) S 8299 8302 4518 0 -1 4202560 1142 0 0 0 224 7 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661656464168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8310] ppid=8299 vsize=9625040 CPUtime=2.43 cores=0,2,4,6
/proc/8302/task/8310/stat : 8310 (java) S 8299 8302 4518 0 -1 4202560 2270 0 0 0 236 7 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661185571496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8302/tid=8311] ppid=8299 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/8302/task/8311/stat : 8311 (java) S 8299 8302 4518 0 -1 4202560 908 0 0 0 234 8 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661184519208 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8302/tid=8312] ppid=8299 vsize=9625040 CPUtime=2.3 cores=0,2,4,6
/proc/8302/task/8312/stat : 8312 (java) S 8299 8302 4518 0 -1 4202560 1688 0 0 0 223 7 0 0 20 0 19 0 24095131 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661183466408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8302/tid=8313] ppid=8299 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/8302/task/8313/stat : 8313 (java) S 8299 8302 4518 0 -1 4202560 418 0 0 0 101 7 0 0 20 0 19 0 24095132 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661171054824 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8314] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8314/stat : 8314 (java) S 8299 8302 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661170000888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8315] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8315/stat : 8315 (java) S 8299 8302 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24095132 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661168948488 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8316] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8316/stat : 8316 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095135 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661167896976 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8317] ppid=8299 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/8302/task/8317/stat : 8317 (java) S 8299 8302 4518 0 -1 4202560 3906 0 0 0 48 0 0 0 20 0 19 0 24095135 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661166844600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8302/tid=8318] ppid=8299 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/8302/task/8318/stat : 8318 (java) S 8299 8302 4518 0 -1 4202560 4720 0 0 0 43 1 0 0 20 0 19 0 24095135 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661165791800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8319] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8319/stat : 8319 (java) S 8299 8302 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24095135 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661164739704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8302/tid=8320] ppid=8299 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/8302/task/8320/stat : 8320 (java) S 8299 8302 4518 0 -1 4202560 102 0 0 0 22 27 0 0 20 0 19 0 24095135 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661163687112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8302/tid=8321] ppid=8299 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8302/task/8321/stat : 8321 (java) S 8299 8302 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24095165 9856040960 58900 33554432000 1073741824 1073778376 140735828414320 140661162533800 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 8302 sig 9
??? kill -8302 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 8302 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=769153
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=380790
# CPU time returned by wait4() is 1796.15
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1786.44
CPU time (s): 1800.07
CPU user time (s): 1799.15
CPU system time (s): 0.92
CPU usage (%): 100.763
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.77
system time used= 1.38079
maximum resident set size= 425668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25517
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57933
involuntary context switches= 63697

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7702 second user time and 11.7562 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 05:28:07
IDJOB=4101157
IDBENCH=1707
IDSOLVER=2546
FILE ID=node134/4101157-1466220487
RUNJOBID= node134-1466206058-4534
PBS_JOBID= 19918143
Free space on /tmp= 71720 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-boeing2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101157-1466220487/watcher-4101157-1466220487 -o /tmp/evaluation-result-4101157-1466220487/solver-4101157-1466220487 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101157-1466220487.opb

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

MD5SUM BENCH= e6740c9c0edd31ac7988f4b277cae1d5
RANDOM SEED=1674213383

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:        30095516 kB
Buffers:          105156 kB
Cached:            91560 kB
SwapCached:         1008 kB
Active:           240092 kB
Inactive:         138712 kB
Active(anon):     183088 kB
Inactive(anon):     1616 kB
Active(file):      57004 kB
Inactive(file):   137096 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       1841748 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             599180 kB
SReclaimable:      42928 kB
SUnreclaim:       556252 kB
KernelStack:        1776 kB
PageTables:         8036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2350904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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= 71720 MiB
End job on node134 at 2016-06-18 05:57:54