Trace number 4084755

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.79 1797.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-blend.opb
MD5SUMeff6ad715055e79721cc364806b971f0
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1295806500506
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables2490
Total number of constraints74
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 constraints74
Minimum length of a constraint30
Maximum length of a constraint780
Number of terms in the objective function 660
Biggest coefficient in the objective function 14388140441600
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 203610440670021
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 78436840243200
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 789015556311444
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4084755-1465238282.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  objective function found
0.56/0.32	c ... done. Wall clock time 0.195s.
0.56/0.32	c declared #vars     2490
0.56/0.32	c #constraints  117
0.56/0.32	c constraints type 
0.56/0.32	c org.sat4j.specs.Constr$1 => 4
0.56/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 113
0.56/0.32	c 117 constraints processed.
0.56/0.32	c objective function length is 660 literals
1.62/1.04	c cleaning 2496 clauses out of 4994 with flag 11076/5001
2.62/1.84	c cleaning 4244 clauses out of 8498 with flag 29111/11001
3.62/2.82	c cleaning 5625 clauses out of 11254 with flag 52932/18001
4.44/3.64	c cleaning 6807 clauses out of 13629 with flag 75718/26001
5.46/4.69	c cleaning 7903 clauses out of 15822 with flag 101329/35001
6.65/5.88	c cleaning 8959 clauses out of 17918 with flag 131858/45000
8.06/7.27	c cleaning 9976 clauses out of 19959 with flag 170961/56000
9.77/8.91	c cleaning 10988 clauses out of 21983 with flag 212489/68000
11.66/10.80	c cleaning 11992 clauses out of 23997 with flag 257319/81002
13.66/12.89	c cleaning 12998 clauses out of 26003 with flag 307117/95000
16.06/15.27	c cleaning 13997 clauses out of 28006 with flag 361770/110001
18.89/18.08	c cleaning 15002 clauses out of 30010 with flag 420962/126002
22.09/21.20	c cleaning 15999 clauses out of 32007 with flag 481801/143001
25.49/24.61	c cleaning 16999 clauses out of 34008 with flag 538971/161001
28.02/27.10	c cleaning 18002 clauses out of 36009 with flag 583546/180001
31.43/30.51	c cleaning 18999 clauses out of 38006 with flag 623582/200000
35.23/34.38	c cleaning 19998 clauses out of 40008 with flag 665584/221001
39.54/38.64	c cleaning 21005 clauses out of 42009 with flag 709732/243000
45.44/44.51	c cleaning 22003 clauses out of 44006 with flag 755736/266002
52.93/52.00	c cleaning 22996 clauses out of 46002 with flag 803738/290001
61.13/60.21	c cleaning 23998 clauses out of 48006 with flag 853738/315001
70.06/69.19	c cleaning 25003 clauses out of 50007 with flag 905736/341000
80.66/79.77	c cleaning 25995 clauses out of 52005 with flag 959752/368001
90.57/89.60	c cleaning 27002 clauses out of 54009 with flag 1016781/396000
101.08/100.19	c cleaning 27997 clauses out of 56007 with flag 1078099/425000
112.19/111.22	c cleaning 29005 clauses out of 58010 with flag 1142731/455000
124.01/123.07	c cleaning 30004 clauses out of 60007 with flag 1207669/486002
136.00/135.04	c cleaning 30998 clauses out of 62001 with flag 1276103/518000
148.33/147.32	c cleaning 32002 clauses out of 64005 with flag 1344356/551002
160.44/159.41	c cleaning 32996 clauses out of 66001 with flag 1412723/585000
174.24/173.27	c cleaning 34001 clauses out of 68005 with flag 1483024/620000
188.24/187.24	c cleaning 35003 clauses out of 70005 with flag 1555567/656001
204.95/203.94	c cleaning 36001 clauses out of 72002 with flag 1629583/693001
223.29/222.30	c cleaning 36999 clauses out of 74002 with flag 1705610/731002
232.74/231.66	c cleaning 37997 clauses out of 76001 with flag 1788353/770001
244.94/243.81	c cleaning 38998 clauses out of 78004 with flag 1875024/810001
257.65/256.58	c cleaning 40000 clauses out of 80005 with flag 1964016/851000
271.35/270.27	c cleaning 41003 clauses out of 82006 with flag 2056439/893001
285.87/284.70	c cleaning 41999 clauses out of 84003 with flag 2150968/936001
301.01/299.89	c cleaning 43000 clauses out of 86004 with flag 2249484/980001
317.51/316.33	c cleaning 44001 clauses out of 88003 with flag 2350338/1025000
334.68/333.45	c cleaning 45001 clauses out of 90003 with flag 2452639/1071001
354.33/353.08	c cleaning 45997 clauses out of 92001 with flag 2556079/1118000
362.79/361.42	c cleaning 47003 clauses out of 94006 with flag 2660468/1166002
382.28/380.96	c cleaning 48000 clauses out of 96002 with flag 2758468/1215001
401.53/400.19	c cleaning 48998 clauses out of 98001 with flag 2858467/1265000
421.97/420.59	c cleaning 50000 clauses out of 100003 with flag 2960477/1316000
443.58/442.17	c cleaning 51000 clauses out of 102003 with flag 3064481/1368000
465.36/463.81	c cleaning 51999 clauses out of 104003 with flag 3170481/1421000
488.48/486.96	c cleaning 53003 clauses out of 106005 with flag 3278494/1475001
512.38/510.86	c cleaning 54001 clauses out of 108001 with flag 3388517/1530000
537.23/535.62	c cleaning 55000 clauses out of 110001 with flag 3500519/1586001
563.56/561.98	c cleaning 55999 clauses out of 112000 with flag 3614519/1643000
590.66/589.01	c cleaning 56997 clauses out of 114001 with flag 3730539/1701000
619.88/618.28	c cleaning 58002 clauses out of 116006 with flag 3848552/1760002
650.82/649.16	c cleaning 58997 clauses out of 118002 with flag 3968549/1820000
683.65/681.94	c cleaning 59996 clauses out of 120005 with flag 4090570/1881000
719.11/717.31	c cleaning 61002 clauses out of 122011 with flag 4214646/1943002
754.88/753.05	c cleaning 62004 clauses out of 124007 with flag 4340644/2006000
793.74/791.88	c cleaning 63002 clauses out of 126003 with flag 4468646/2070000
836.99/835.07	c cleaning 64002 clauses out of 128003 with flag 4598651/2135002
876.16/874.10	c cleaning 64992 clauses out of 129999 with flag 4730648/2201000
918.33/916.25	c cleaning 66003 clauses out of 132008 with flag 4864651/2268001
960.91/958.71	c cleaning 66999 clauses out of 134004 with flag 5000650/2336000
1007.26/1005.09	c cleaning 68000 clauses out of 136005 with flag 5138654/2405000
1054.09/1051.82	c cleaning 69001 clauses out of 138005 with flag 5278657/2475000
1104.03/1101.72	c cleaning 70002 clauses out of 140004 with flag 5420679/2546000
1158.87/1156.53	c cleaning 70998 clauses out of 142002 with flag 5564689/2618000
1214.55/1212.15	c cleaning 72002 clauses out of 144004 with flag 5710695/2691000
1270.11/1267.68	c cleaning 73000 clauses out of 146002 with flag 5858703/2765000
1327.45/1324.95	c cleaning 73997 clauses out of 148002 with flag 6008729/2840000
1384.43/1381.89	c cleaning 74998 clauses out of 150005 with flag 6160743/2916000
1442.37/1439.73	c cleaning 76001 clauses out of 152009 with flag 6314778/2993002
1503.45/1500.75	c cleaning 77000 clauses out of 154006 with flag 6470819/3071000
1568.11/1565.39	c cleaning 78001 clauses out of 156007 with flag 6628826/3150001
1637.79/1634.95	c cleaning 79000 clauses out of 158007 with flag 6788831/3230002
1707.98/1705.02	c cleaning 80002 clauses out of 160007 with flag 6950840/3311002
1779.75/1776.75	c cleaning 80996 clauses out of 162005 with flag 7114854/3393002
1800.06/1797.00	c starts		: 11157
1800.06/1797.00	c conflicts		: 3435499
1800.06/1797.00	c decisions		: 3981426
1800.06/1797.00	c propagations		: 23945774
1800.06/1797.00	c inspects		: 35800123214
1800.06/1797.00	c shortcuts		: 0
1800.06/1797.00	c learnt literals	: 8
1800.06/1797.00	c learnt binary clauses	: 8
1800.06/1797.00	c learnt ternary clauses	: 13
1800.06/1797.00	c learnt constraints	: 3435491
1800.06/1797.00	c ignored constraints	: 0
1800.06/1797.00	c root simplifications	: 0
1800.06/1797.00	c removed literals (reason simplification)	: 0
1800.06/1797.00	c reason swapping (by a shorter reason)	: 0
1800.06/1797.00	c Calls to reduceDB	: 78
1800.06/1797.00	c Number of update (reduction) of LBD	: 38849
1800.06/1797.00	c Imported unit clauses	: 0
1800.06/1797.00	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.00	c number of learned constraints concerned by reduction	: 0
1800.06/1797.00	c number of learning phase by resolution	: 0
1800.06/1797.00	c number of learning phase by cutting planes	: 0
1800.06/1797.00	c speed (assignments/second)	: 13328.005272031129
1800.06/1797.00	c timeout
1800.06/1797.00	c non guided choices	1038
1800.06/1797.03	c learnt constraints type 
1800.06/1797.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1800.06/1797.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123498
1800.06/1797.03	s UNKNOWN
1800.06/1797.03	c Total wall clock time (in seconds): 1796.904

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-4084755-1465238282/watcher-4084755-1465238282 -o /tmp/evaluation-result-4084755-1465238282/solver-4084755-1465238282 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084755-1465238282.opb 

pid=9612
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.11 2.20 2.18 4/194 9615
/proc/meminfo: memFree=30218984/32872528 swapFree=16740/1306504
[pid=9615] ppid=9612 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/9615/stat : 9615 (java) R 9612 9615 5873 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 105760772 2560000 47 33554432000 1073741824 1073778376 140736812539616 140735504025624 214528257319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9615/statm: 625 47 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.11 2.20 2.18 4/194 9615
/proc/meminfo: memFree=30218984/32872528 swapFree=16740/1306504
[pid=9615] ppid=9612 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/9615/stat : 9615 (java) S 9612 9615 5873 0 -1 4202496 4327 0 1 0 7 1 0 0 20 0 18 0 105760772 9787879424 5445 33554432000 1073741824 1073778376 140736812539616 140736812530752 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9615/statm: 2389619 5445 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20021 s]
/proc/loadavg: 2.11 2.20 2.18 4/194 9615
/proc/meminfo: memFree=30218984/32872528 swapFree=16740/1306504
[pid=9615] ppid=9612 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/9615/stat : 9615 (java) S 9612 9615 5873 0 -1 4202496 5833 0 1 0 27 1 0 0 20 0 18 0 105760772 9787879424 7400 33554432000 1073741824 1073778376 140736812539616 140736812530752 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9615/statm: 2389619 7400 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 2.11 2.20 2.18 4/194 9615
/proc/meminfo: memFree=30218984/32872528 swapFree=16740/1306504
[pid=9615] ppid=9612 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/9615/stat : 9615 (java) S 9612 9615 5873 0 -1 4202496 6684 0 1 0 55 1 0 0 20 0 18 0 105760772 9787879424 9843 33554432000 1073741824 1073778376 140736812539616 140736812530752 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9615/statm: 2389619 9843 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700293 s]
/proc/loadavg: 2.11 2.20 2.18 4/194 9615
/proc/meminfo: memFree=30218984/32872528 swapFree=16740/1306504
[pid=9615] ppid=9612 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/9615/stat : 9615 (java) S 9612 9615 5873 0 -1 4202496 8641 0 1 0 128 2 0 0 20 0 19 0 105760772 9856040960 13257 33554432000 1073741824 1073778376 140736812539616 140736812530752 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9615/statm: 2406260 13257 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.11 2.20 2.18 5/213 9634
/proc/meminfo: memFree=30165620/32872528 swapFree=16740/1306504
[pid=9615] ppid=9612 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/9615/stat : 9615 (java) S 9612 9615 5873 0 -1 4202496 11504 0 1 0 228 3 0 0 20 0 19 0 105760772 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140736812530752 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9615/statm: 2406260 18486 2265 9 0 2396937 0
[pid=9615/tid=9617] ppid=9612 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/9615/task/9617/stat : 9617 (java) R 9612 9615 5873 0 -1 4202560 2437 0 1 0 144 2 0 0 20 0 19 0 105760773 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140586603809800 140586443697655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9618] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9618/stat : 9618 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140586565302440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9619] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9619/stat : 9619 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140586564249896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9620] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9620/stat : 9620 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140586563197352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9621] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9621/stat : 9621 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140586562144808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9622] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9622/stat : 9622 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140586443074216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9623] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9623/stat : 9623 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140586442021672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9624] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9624/stat : 9624 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140586440969128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9625] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9625/stat : 9625 (java) S 9612 9615 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140586439916584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9626] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9626/stat : 9626 (java) S 9612 9615 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105760775 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140586427717736 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9627] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9627/stat : 9627 (java) S 9612 9615 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140585822315640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9628] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9628/stat : 9628 (java) S 9612 9615 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140585821262984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9629] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9629/stat : 9629 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140585820211728 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9630] ppid=9612 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/9615/task/9630/stat : 9630 (java) S 9612 9615 5873 0 -1 4202560 3609 0 0 0 37 0 0 0 20 0 19 0 105760779 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140585819159096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9631] ppid=9612 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/9615/task/9631/stat : 9631 (java) S 9612 9615 5873 0 -1 4202560 4183 0 0 0 43 0 0 0 20 0 19 0 105760779 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140585818106552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9632] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9632/stat : 9632 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140585817054200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9633] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9633/stat : 9633 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140585816001864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9634] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9634/stat : 9634 (java) S 9612 9615 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105760808 9856040960 18486 33554432000 1073741824 1073778376 140736812539616 140585814946600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.11 2.20 2.18 4/213 9634
/proc/meminfo: memFree=30136524/32872528 swapFree=16740/1306504
[pid=9615] ppid=9612 vsize=9625040 CPUtime=3.94 cores=0,2,4,6
/proc/9615/stat : 9615 (java) S 9612 9615 5873 0 -1 4202496 11521 0 1 0 390 4 0 0 20 0 19 0 105760772 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140736812530752 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9615/statm: 2406260 27190 2265 9 0 2396937 0
[pid=9615/tid=9617] ppid=9612 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/9615/task/9617/stat : 9617 (java) R 9612 9615 5873 0 -1 4202560 2454 0 1 0 303 3 0 0 20 0 19 0 105760773 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140586603802288 140586443697560 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9618] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9618/stat : 9618 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140586565302440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9619] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9619/stat : 9619 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140586564249896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9620] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9620/stat : 9620 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140586563197352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9621] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9621/stat : 9621 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140586562144808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9622] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9622/stat : 9622 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140586443074216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9623] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9623/stat : 9623 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140586442021672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9624] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9624/stat : 9624 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140586440969128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9625] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9625/stat : 9625 (java) S 9612 9615 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140586439916584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9626] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9626/stat : 9626 (java) S 9612 9615 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105760775 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140586427717736 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9627] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9627/stat : 9627 (java) S 9612 9615 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140585822315640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9628] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9628/stat : 9628 (java) S 9612 9615 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140585821262984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9629] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9629/stat : 9629 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140585820211728 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9630] ppid=9612 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/9615/task/9630/stat : 9630 (java) S 9612 9615 5873 0 -1 4202560 3609 0 0 0 39 0 0 0 20 0 19 0 105760779 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140585819159096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9631] ppid=9612 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/9615/task/9631/stat : 9631 (java) S 9612 9615 5873 0 -1 4202560 4183 0 0 0 45 0 0 0 20 0 19 0 105760779 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140585818106552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9632] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9632/stat : 9632 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140585817054200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9633] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9633/stat : 9633 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140585816001864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9634] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9634/stat : 9634 (java) S 9612 9615 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105760808 9856040960 27190 33554432000 1073741824 1073778376 140736812539616 140585814946600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.10 2.20 2.18 3/213 9634
/proc/meminfo: memFree=30068260/32872528 swapFree=16740/1306504
[pid=9615] ppid=9612 vsize=9625040 CPUtime=7.16 cores=0,2,4,6
/proc/9615/stat : 9615 (java) S 9612 9615 5873 0 -1 4202496 11581 0 1 0 712 4 0 0 20 0 19 0 105760772 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140736812530752 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9615/statm: 2406260 41483 2279 9 0 2396937 0
[pid=9615/tid=9617] ppid=9612 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/9615/task/9617/stat : 9617 (java) R 9612 9615 5873 0 -1 4202560 2484 0 1 0 622 4 0 0 20 0 19 0 105760773 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140586603810000 140586443697630 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9618] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9618/stat : 9618 (java) S 9612 9615 5873 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140586565302440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9619] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9619/stat : 9619 (java) S 9612 9615 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140586564249896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9620] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9620/stat : 9620 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140586563197352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9621] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9621/stat : 9621 (java) S 9612 9615 5873 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140586562144808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9622] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9622/stat : 9622 (java) S 9612 9615 5873 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140586443074216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9623] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9623/stat : 9623 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140586442021672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9624] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9624/stat : 9624 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140586440969128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9625] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9625/stat : 9625 (java) S 9612 9615 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105760774 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140586439916584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9626] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9626/stat : 9626 (java) S 9612 9615 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105760775 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140586427717736 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9627] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9627/stat : 9627 (java) S 9612 9615 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140585822315640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9628] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9628/stat : 9628 (java) S 9612 9615 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140585821262984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9629] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9629/stat : 9629 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140585820211728 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9630] ppid=9612 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/9615/task/9630/stat : 9630 (java) S 9612 9615 5873 0 -1 4202560 3609 0 0 0 39 0 0 0 20 0 19 0 105760779 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140585819159096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9631] ppid=9612 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9615/task/9631/stat : 9631 (java) S 9612 9615 5873 0 -1 4202560 4183 0 0 0 46 0 0 0 20 0 19 0 105760779 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140585818106552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9632] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9632/stat : 9632 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140585817054200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9633] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9633/stat : 9633 (java) S 9612 9615 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140585816001864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9634] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9634/stat : 9634 (java) S 9612 9615 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105760808 9856040960 41483 33554432000 1073741824 1073778376 140736812539616 140585814946600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 9625040


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

[pid=9615/tid=9627] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9627/stat : 9627 (java) S 9612 9615 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 88470 33554432000 1073741824 1073778376 140736812539616 140585822315640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9628] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9628/stat : 9628 (java) S 9612 9615 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 88470 33554432000 1073741824 1073778376 140736812539616 140585821262984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9629] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9629/stat : 9629 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 88470 33554432000 1073741824 1073778376 140736812539616 140585820211728 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9630] ppid=9612 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/9615/task/9630/stat : 9630 (java) S 9612 9615 5873 0 -1 4202560 3609 0 0 0 39 0 0 0 20 0 19 0 105760779 9856040960 88470 33554432000 1073741824 1073778376 140736812539616 140585819159096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9631] ppid=9612 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9615/task/9631/stat : 9631 (java) S 9612 9615 5873 0 -1 4202560 4188 0 0 0 50 0 0 0 20 0 19 0 105760779 9856040960 88470 33554432000 1073741824 1073778376 140736812539616 140585818106552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9632] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9632/stat : 9632 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 88470 33554432000 1073741824 1073778376 140736812539616 140585817054200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9633] ppid=9612 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/9615/task/9633/stat : 9633 (java) S 9612 9615 5873 0 -1 4202560 96 0 0 0 36 27 0 0 20 0 19 0 105760779 9856040960 88470 33554432000 1073741824 1073778376 140736812539616 140585816001864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9634] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9634/stat : 9634 (java) S 9612 9615 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105760808 9856040960 88470 33554432000 1073741824 1073778376 140736812539616 140585814946600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1665.21
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.18 2.17 3/213 9766
/proc/meminfo: memFree=29395720/32872528 swapFree=16740/1306504
[pid=9615] ppid=9612 vsize=9625040 CPUtime=1725.28 cores=0,2,4,6
/proc/9615/stat : 9615 (java) S 9612 9615 5873 0 -1 4202496 12961 0 1 0 172480 48 0 0 20 0 19 0 105760772 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140736812530752 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9615/statm: 2406260 89845 2280 9 0 2396937 0
[pid=9615/tid=9617] ppid=9612 vsize=9625040 CPUtime=1721.48 cores=0,2,4,6
/proc/9615/task/9617/stat : 9617 (java) R 9612 9615 5873 0 -1 4202560 2536 0 1 0 172118 30 0 0 20 0 19 0 105760773 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140586603802272 140586443795668 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9618] ppid=9612 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/9615/task/9618/stat : 9618 (java) S 9612 9615 5873 0 -1 4202560 197 0 0 0 28 4 0 0 20 0 19 0 105760774 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140586565302440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9619] ppid=9612 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9615/task/9619/stat : 9619 (java) S 9612 9615 5873 0 -1 4202560 72 0 0 0 28 3 0 0 20 0 19 0 105760774 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140586564249896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9620] ppid=9612 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/9615/task/9620/stat : 9620 (java) S 9612 9615 5873 0 -1 4202560 194 0 0 0 35 3 0 0 20 0 19 0 105760774 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140586563197352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9621] ppid=9612 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/9615/task/9621/stat : 9621 (java) S 9612 9615 5873 0 -1 4202560 175 0 0 0 29 3 0 0 20 0 19 0 105760774 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140586562144808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9622] ppid=9612 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/9615/task/9622/stat : 9622 (java) S 9612 9615 5873 0 -1 4202560 157 0 0 0 28 2 0 0 20 0 19 0 105760774 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140586443074216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9623] ppid=9612 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/9615/task/9623/stat : 9623 (java) S 9612 9615 5873 0 -1 4202560 165 0 0 0 29 3 0 0 20 0 19 0 105760774 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140586442021672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9624] ppid=9612 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/9615/task/9624/stat : 9624 (java) S 9612 9615 5873 0 -1 4202560 90 0 0 0 29 3 0 0 20 0 19 0 105760774 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140586440969128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9625] ppid=9612 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9615/task/9625/stat : 9625 (java) S 9612 9615 5873 0 -1 4202560 119 0 0 0 32 3 0 0 20 0 19 0 105760774 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140586439916584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9626] ppid=9612 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9615/task/9626/stat : 9626 (java) S 9612 9615 5873 0 -1 4202560 97 0 0 0 1 2 0 0 20 0 19 0 105760775 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140586427717736 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9627] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9627/stat : 9627 (java) S 9612 9615 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140585822315640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9628] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9628/stat : 9628 (java) S 9612 9615 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140585821262984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9629] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9629/stat : 9629 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140585820211728 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9630] ppid=9612 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/9615/task/9630/stat : 9630 (java) S 9612 9615 5873 0 -1 4202560 3609 0 0 0 39 0 0 0 20 0 19 0 105760779 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140585819159096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9631] ppid=9612 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9615/task/9631/stat : 9631 (java) S 9612 9615 5873 0 -1 4202560 4188 0 0 0 50 0 0 0 20 0 19 0 105760779 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140585818106552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9632] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9632/stat : 9632 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140585817054200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9633] ppid=9612 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/9615/task/9633/stat : 9633 (java) S 9612 9615 5873 0 -1 4202560 100 0 0 0 38 28 0 0 20 0 19 0 105760779 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140585816001864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9634] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9634/stat : 9634 (java) S 9612 9615 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105760808 9856040960 89845 33554432000 1073741824 1073778376 140736812539616 140585814946600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1725.28
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.17 2.17 3/213 9767
/proc/meminfo: memFree=29260180/32872528 swapFree=16740/1306504
[pid=9615] ppid=9612 vsize=9625040 CPUtime=1785.36 cores=0,2,4,6
/proc/9615/stat : 9615 (java) S 9612 9615 5873 0 -1 4202496 12982 0 1 0 178487 49 0 0 20 0 19 0 105760772 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140736812530752 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9615/statm: 2406260 91444 2280 9 0 2396937 0
[pid=9615/tid=9617] ppid=9612 vsize=9625040 CPUtime=1781.45 cores=0,2,4,6
/proc/9615/task/9617/stat : 9617 (java) R 9612 9615 5873 0 -1 4202560 2538 0 1 0 178114 31 0 0 20 0 19 0 105760773 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586603810000 140586443697680 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9618] ppid=9612 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9615/task/9618/stat : 9618 (java) S 9612 9615 5873 0 -1 4202560 198 0 0 0 29 4 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586565302440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9619] ppid=9612 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/9615/task/9619/stat : 9619 (java) S 9612 9615 5873 0 -1 4202560 75 0 0 0 31 3 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586564249896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9620] ppid=9612 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/9615/task/9620/stat : 9620 (java) S 9612 9615 5873 0 -1 4202560 195 0 0 0 36 3 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586563197352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9621] ppid=9612 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9615/task/9621/stat : 9621 (java) S 9612 9615 5873 0 -1 4202560 176 0 0 0 30 3 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586562144808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9622] ppid=9612 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9615/task/9622/stat : 9622 (java) S 9612 9615 5873 0 -1 4202560 159 0 0 0 29 2 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586443074216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9623] ppid=9612 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/9615/task/9623/stat : 9623 (java) S 9612 9615 5873 0 -1 4202560 168 0 0 0 31 3 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586442021672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9624] ppid=9612 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/9615/task/9624/stat : 9624 (java) S 9612 9615 5873 0 -1 4202560 90 0 0 0 29 3 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586440969128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9625] ppid=9612 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9615/task/9625/stat : 9625 (java) S 9612 9615 5873 0 -1 4202560 119 0 0 0 32 3 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586439916584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9626] ppid=9612 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9615/task/9626/stat : 9626 (java) S 9612 9615 5873 0 -1 4202560 101 0 0 0 1 2 0 0 20 0 19 0 105760775 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586427717736 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9627] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9627/stat : 9627 (java) S 9612 9615 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585822315640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9628] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9628/stat : 9628 (java) S 9612 9615 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585821262984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9629] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9629/stat : 9629 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585820211728 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9630] ppid=9612 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/9615/task/9630/stat : 9630 (java) S 9612 9615 5873 0 -1 4202560 3609 0 0 0 39 0 0 0 20 0 19 0 105760779 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585819159096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9631] ppid=9612 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9615/task/9631/stat : 9631 (java) S 9612 9615 5873 0 -1 4202560 4188 0 0 0 50 0 0 0 20 0 19 0 105760779 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585818106552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9632] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9632/stat : 9632 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585817054200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9633] ppid=9612 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/9615/task/9633/stat : 9633 (java) S 9612 9615 5873 0 -1 4202560 104 0 0 0 40 29 0 0 20 0 19 0 105760779 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585816001864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9634] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9634/stat : 9634 (java) S 9612 9615 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105760808 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585814946600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1785.36
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.10 2.16 2.17 4/213 9767
/proc/meminfo: memFree=29411796/32872528 swapFree=16740/1306504
[pid=9615] ppid=9612 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/9615/stat : 9615 (java) S 9612 9615 5873 0 -1 4202496 12982 0 1 0 179957 49 0 0 20 0 19 0 105760772 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140736812530752 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9615/statm: 2406260 91444 2280 9 0 2396937 0
[pid=9615/tid=9617] ppid=9612 vsize=9625040 CPUtime=1796.15 cores=0,2,4,6
/proc/9615/task/9617/stat : 9617 (java) R 9612 9615 5873 0 -1 4202560 2538 0 1 0 179584 31 0 0 20 0 19 0 105760773 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586603810000 140586443794851 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9618] ppid=9612 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9615/task/9618/stat : 9618 (java) S 9612 9615 5873 0 -1 4202560 198 0 0 0 29 4 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586565302440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9619] ppid=9612 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/9615/task/9619/stat : 9619 (java) S 9612 9615 5873 0 -1 4202560 75 0 0 0 31 3 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586564249896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9620] ppid=9612 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/9615/task/9620/stat : 9620 (java) S 9612 9615 5873 0 -1 4202560 195 0 0 0 36 3 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586563197352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9621] ppid=9612 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9615/task/9621/stat : 9621 (java) S 9612 9615 5873 0 -1 4202560 176 0 0 0 30 3 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586562144808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9615/tid=9622] ppid=9612 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9615/task/9622/stat : 9622 (java) S 9612 9615 5873 0 -1 4202560 159 0 0 0 29 2 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586443074216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9623] ppid=9612 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/9615/task/9623/stat : 9623 (java) S 9612 9615 5873 0 -1 4202560 168 0 0 0 31 3 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586442021672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9624] ppid=9612 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/9615/task/9624/stat : 9624 (java) S 9612 9615 5873 0 -1 4202560 90 0 0 0 29 3 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586440969128 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9625] ppid=9612 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/9615/task/9625/stat : 9625 (java) S 9612 9615 5873 0 -1 4202560 119 0 0 0 32 3 0 0 20 0 19 0 105760774 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586439916584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9626] ppid=9612 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9615/task/9626/stat : 9626 (java) S 9612 9615 5873 0 -1 4202560 101 0 0 0 1 2 0 0 20 0 19 0 105760775 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140586427717736 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9627] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9627/stat : 9627 (java) S 9612 9615 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585822315640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9628] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9628/stat : 9628 (java) S 9612 9615 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105760776 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585821262984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9629] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9629/stat : 9629 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585820211728 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9630] ppid=9612 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/9615/task/9630/stat : 9630 (java) S 9612 9615 5873 0 -1 4202560 3609 0 0 0 39 0 0 0 20 0 19 0 105760779 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585819159096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9615/tid=9631] ppid=9612 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9615/task/9631/stat : 9631 (java) S 9612 9615 5873 0 -1 4202560 4188 0 0 0 50 0 0 0 20 0 19 0 105760779 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585818106552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9615/tid=9632] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9632/stat : 9632 (java) S 9612 9615 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105760779 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585817054200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9633] ppid=9612 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/9615/task/9633/stat : 9633 (java) S 9612 9615 5873 0 -1 4202560 104 0 0 0 40 29 0 0 20 0 19 0 105760779 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585816001864 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9615/tid=9634] ppid=9612 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9615/task/9634/stat : 9634 (java) S 9612 9615 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105760808 9856040960 91444 33554432000 1073741824 1073778376 140736812539616 140585814946600 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 9615 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.03
CPU time (s): 1800.79
CPU user time (s): 1799.79
CPU system time (s): 1.00385
CPU usage (%): 100.209
Max. virtual memory (cumulated for all children) (KiB): 9625676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 1.00385
maximum resident set size= 365972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13022
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39568
involuntary context switches= 7615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.72352 second user time and 14.0529 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 20:38:02
IDJOB=4084755
IDBENCH=2462
IDSOLVER=2546
FILE ID=node127/4084755-1465238282
RUNJOBID= node127-1465216773-5889
PBS_JOBID= 19843202
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-blend.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084755-1465238282/watcher-4084755-1465238282 -o /tmp/evaluation-result-4084755-1465238282/solver-4084755-1465238282 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084755-1465238282.opb

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

MD5SUM BENCH= eff6ad715055e79721cc364806b971f0
RANDOM SEED=404887137

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.227
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		: 2666.227
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.54
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.227
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:        30219512 kB
Buffers:           26896 kB
Cached:            49984 kB
SwapCached:         1752 kB
Active:           594440 kB
Inactive:          50568 kB
Active(anon):     569868 kB
Inactive(anon):      900 kB
Active(file):      24572 kB
Inactive(file):    49668 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098484 kB
Dirty:               996 kB
Writeback:             0 kB
AnonPages:       1874500 kB
Mapped:            15484 kB
Shmem:                 0 kB
Slab:             566708 kB
SReclaimable:      10540 kB
SUnreclaim:       556168 kB
KernelStack:        1576 kB
PageTables:         8212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2009508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1810432 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 node127 at 2016-06-06 21:07:59