Trace number 4104030

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.02 897.25

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib3/normalized-mps-v2-20-10-gesa3_o.opb
MD5SUM65c2bbddd90efb87154e28c84e06f5c3
Bench CategoryOPT-BIGINT (optimisation, big 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 variables15504
Total number of constraints1416
Number of constraints which are clauses168
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1248
Minimum length of a constraint2
Maximum length of a constraint311
Number of terms in the objective function 8784
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 144203531006459664
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 144203531006459664
Number of bits of the biggest sum of numbers58
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4104030-1466252702.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.12/0.60	c ... done. Wall clock time 0.485s.
1.12/0.60	c declared #vars     15504
1.12/0.60	c #constraints  1536
1.26/0.60	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.26/0.60	c constraints type 
1.26/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 120
1.26/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 144
1.26/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1272
1.26/0.60	c 1536 constraints processed.
1.26/0.60	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.26/0.60	c constraints type 
1.26/0.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 144
1.26/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 120
1.26/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1272
1.26/0.60	c 1536 constraints processed.
1.26/0.60	c objective function length is 8784 literals
4.42/1.55	c cleaning 2500 clauses out of 4999 with flag 12133/5001
6.38/2.31	c cleaning 4250 clauses out of 8500 with flag 24135/11002
8.21/3.27	c cleaning 5624 clauses out of 11248 with flag 38131/18000
10.69/4.44	c cleaning 6813 clauses out of 13626 with flag 54135/26002
13.80/5.97	c cleaning 7905 clauses out of 15811 with flag 72131/35000
17.40/7.75	c cleaning 8949 clauses out of 17907 with flag 92133/45001
21.92/10.00	c cleaning 9979 clauses out of 19957 with flag 114131/56000
27.32/12.61	c cleaning 10985 clauses out of 21978 with flag 138131/68000
33.41/15.66	c cleaning 11997 clauses out of 23993 with flag 164131/81000
40.00/18.97	c cleaning 12998 clauses out of 25997 with flag 192133/95001
47.40/22.62	c cleaning 14000 clauses out of 28001 with flag 222137/110003
56.16/26.91	c cleaning 15000 clauses out of 29999 with flag 254133/126001
65.76/31.79	c cleaning 15990 clauses out of 31998 with flag 288131/143000
76.72/37.14	c cleaning 17002 clauses out of 34008 with flag 324131/161000
89.72/43.67	c cleaning 18003 clauses out of 36006 with flag 362131/180000
104.71/51.18	c cleaning 18999 clauses out of 38004 with flag 402133/200001
122.10/59.77	c cleaning 20001 clauses out of 40006 with flag 444137/221002
139.50/68.48	c cleaning 21003 clauses out of 42005 with flag 488137/243002
160.30/78.88	c cleaning 22002 clauses out of 44004 with flag 534141/266004
183.50/90.34	c cleaning 22996 clauses out of 45998 with flag 582134/290000
199.29/98.29	c cleaning 0 clauses out of 5001 with flag 0/5001
209.58/103.27	c cleaning 23994 clauses out of 48002 with flag 632134/315000
237.43/117.07	c cleaning 25004 clauses out of 50008 with flag 684134/341000
268.62/132.60	c cleaning 25999 clauses out of 52004 with flag 738134/368000
299.77/148.41	c cleaning 27000 clauses out of 54007 with flag 794138/396002
332.77/164.99	c cleaning 28004 clauses out of 56008 with flag 852141/425003
366.42/181.76	c cleaning 28998 clauses out of 58001 with flag 912136/455000
405.33/201.18	c cleaning 30000 clauses out of 60003 with flag 974136/486000
445.55/221.22	c cleaning 30999 clauses out of 62003 with flag 1038137/518000
490.98/243.91	c cleaning 31998 clauses out of 64006 with flag 1104146/551002
538.67/267.71	c cleaning 33000 clauses out of 66006 with flag 1172142/585000
593.16/294.96	c cleaning 33998 clauses out of 68006 with flag 1242142/620000
650.04/323.32	c cleaning 35005 clauses out of 70009 with flag 1314144/656001
708.31/352.40	c cleaning 36002 clauses out of 72003 with flag 1388145/693000
773.87/385.19	c cleaning 36999 clauses out of 74003 with flag 1464164/731002
850.21/423.21	c cleaning 37998 clauses out of 76002 with flag 1542174/770000
928.16/462.54	c cleaning 38999 clauses out of 78005 with flag 1622177/810001
989.22/493.06	c cleaning 0 clauses out of 11000 with flag 0/11000
1002.92/499.83	c cleaning 40002 clauses out of 80006 with flag 1704177/851001
1082.89/539.72	c cleaning 41000 clauses out of 82003 with flag 1788180/893000
1173.08/584.70	c cleaning 42000 clauses out of 84005 with flag 1874187/936002
1265.64/630.62	c cleaning 42997 clauses out of 86003 with flag 1962192/980000
1357.38/676.30	c cleaning 43996 clauses out of 88007 with flag 2052194/1025001
1462.38/729.25	c cleaning 45006 clauses out of 90011 with flag 2144195/1071001
1565.21/780.47	c cleaning 45999 clauses out of 92006 with flag 2238203/1118002
1671.80/833.46	c cleaning 46997 clauses out of 94008 with flag 2334205/1166003
1789.97/892.21	c cleaning 47999 clauses out of 96009 with flag 2432203/1215001
1800.02/897.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/897.20	c starts		: 62
1800.02/897.20	c conflicts		: 1222219
1800.02/897.20	c decisions		: 1268914
1800.02/897.20	c propagations		: 6728279
1800.02/897.20	c inspects		: 9795336328
1800.02/897.20	c shortcuts		: 0
1800.02/897.20	c learnt literals	: 2
1800.02/897.20	c learnt binary clauses	: 1
1800.02/897.20	c learnt ternary clauses	: 1
1800.02/897.20	c learnt constraints	: 1222217
1800.02/897.20	c ignored constraints	: 0
1800.02/897.20	c root simplifications	: 0
1800.02/897.20	c removed literals (reason simplification)	: 16984707
1800.02/897.20	c reason swapping (by a shorter reason)	: 0
1800.02/897.20	c Calls to reduceDB	: 45
1800.02/897.20	c Number of update (reduction) of LBD	: 187
1800.02/897.20	c Imported unit clauses	: 0
1800.02/897.20	c number of reductions to clauses (during analyze)	: 0
1800.02/897.20	c number of learned constraints concerned by reduction	: 0
1800.02/897.20	c number of learning phase by resolution	: 0
1800.02/897.20	c number of learning phase by cutting planes	: 0
1800.02/897.20	c speed (assignments/second)	: 7504.825844620407
1800.02/897.20	c non guided choices	0
1800.02/897.22	c learnt constraints type 
1800.02/897.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.02/897.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55227
1800.02/897.22	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/897.22	c starts		: 43
1800.02/897.22	c conflicts		: 16135
1800.02/897.22	c decisions		: 67526
1800.02/897.22	c propagations		: 259918
1800.02/897.22	c inspects		: 232791537
1800.02/897.22	c shortcuts		: 0
1800.02/897.22	c learnt literals	: 0
1800.02/897.22	c learnt binary clauses	: 0
1800.02/897.22	c learnt ternary clauses	: 0
1800.02/897.22	c learnt constraints	: 16135
1800.02/897.22	c ignored constraints	: 0
1800.02/897.22	c root simplifications	: 0
1800.02/897.22	c removed literals (reason simplification)	: 0
1800.02/897.22	c reason swapping (by a shorter reason)	: 0
1800.02/897.22	c Calls to reduceDB	: 2
1800.02/897.22	c Number of update (reduction) of LBD	: 0
1800.02/897.22	c Imported unit clauses	: 0
1800.02/897.22	c number of reductions to clauses (during analyze)	: 0
1800.02/897.22	c number of learned constraints concerned by reduction	: 0
1800.02/897.22	c number of learning phase by resolution	: 0
1800.02/897.22	c number of learning phase by cutting planes	: 0
1800.02/897.22	c speed (assignments/second)	: 289.9136231004667
1800.02/897.22	c non guided choices	0
1800.02/897.23	c learnt constraints type 
1800.02/897.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16135
1800.02/897.23	s UNKNOWN
1800.02/897.23	c Total wall clock time (in seconds): 897.12

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-4104030-1466252702/watcher-4104030-1466252702 -o /tmp/evaluation-result-4104030-1466252702/solver-4104030-1466252702 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4104030-1466252702.opb 

pid=25232
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: 4.21 4.29 4.26 5/197 25235
/proc/meminfo: memFree=26527492/32872528 swapFree=1459628/1655852
[pid=25235] ppid=25232 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/25235/stat : 25235 (java) R 25232 25235 22091 0 -1 4202496 1053 0 0 0 0 0 0 0 20 0 1 0 27315760 23793664 702 33554432000 1073741824 1073778376 140734073490192 140734073479256 239863894459 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/25235/statm: 5809 705 520 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 4.21 4.29 4.26 5/197 25235
/proc/meminfo: memFree=26527492/32872528 swapFree=1459628/1655852
[pid=25235] ppid=25232 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/25235/stat : 25235 (java) S 25232 25235 22091 0 -1 4202496 4452 0 1 0 9 1 0 0 20 0 18 0 27315760 9787879424 6067 33554432000 1073741824 1073778376 140734073490192 140734073481328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25235/statm: 2389619 6073 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 4.21 4.29 4.26 5/197 25235
/proc/meminfo: memFree=26527492/32872528 swapFree=1459628/1655852
[pid=25235] ppid=25232 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/25235/stat : 25235 (java) S 25232 25235 22091 0 -1 4202496 5079 0 1 0 29 1 0 0 20 0 18 0 27315760 9787879424 7404 33554432000 1073741824 1073778376 140734073490192 140734073481328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25235/statm: 2389619 7404 2222 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300229 s]
/proc/loadavg: 4.21 4.29 4.26 5/197 25235
/proc/meminfo: memFree=26527492/32872528 swapFree=1459628/1655852
[pid=25235] ppid=25232 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/25235/stat : 25235 (java) S 25232 25235 22091 0 -1 4202496 5899 0 1 0 51 1 0 0 20 0 18 0 27315760 9787879424 10451 33554432000 1073741824 1073778376 140734073490192 140734073481328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25235/statm: 2389619 10451 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700194 s]
/proc/loadavg: 4.21 4.29 4.26 5/197 25235
/proc/meminfo: memFree=26527492/32872528 swapFree=1459628/1655852
[pid=25235] ppid=25232 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/25235/stat : 25235 (java) S 25232 25235 22091 0 -1 4202496 14996 0 1 0 157 4 0 0 20 0 22 0 27315760 10060525568 30019 33554432000 1073741824 1073778376 140734073490192 140734073481328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25235/statm: 2456183 30019 2260 9 0 2446860 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.21 4.29 4.26 8/219 25257
/proc/meminfo: memFree=26366080/32872528 swapFree=1459628/1655852
[pid=25235] ppid=25232 vsize=9824732 CPUtime=4.42 cores=0,2,4,6
/proc/25235/stat : 25235 (java) S 25232 25235 22091 0 -1 4202496 21291 0 1 0 433 9 0 0 20 0 22 0 27315760 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 140734073481328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25235/statm: 2456183 49141 2281 9 0 2446860 0
[pid=25235/tid=25237] ppid=25232 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/25235/task/25237/stat : 25237 (java) S 25232 25235 22091 0 -1 4202560 2446 0 1 0 55 2 0 0 20 0 22 0 27315761 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958499025784 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25235/tid=25238] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25238/stat : 25238 (java) S 25232 25235 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27315761 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958342859432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25239] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25239/stat : 25239 (java) S 25232 25235 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27315761 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958341806888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25240] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25240/stat : 25240 (java) S 25232 25235 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27315761 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958340754344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25241] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25241/stat : 25241 (java) S 25232 25235 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27315761 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958339701800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25235/tid=25242] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25242/stat : 25242 (java) S 25232 25235 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27315761 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958338648232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25243] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25243/stat : 25243 (java) S 25232 25235 22091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27315761 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958337595688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25244] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25244/stat : 25244 (java) S 25232 25235 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27315761 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958336543144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25235/tid=25245] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25245/stat : 25245 (java) S 25232 25235 22091 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 27315761 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958335490600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25246] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25246/stat : 25246 (java) S 25232 25235 22091 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27315762 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958323292776 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25247] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25247/stat : 25247 (java) S 25232 25235 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27315763 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958322239096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25248] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25248/stat : 25248 (java) S 25232 25235 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27315763 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958321186440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25249] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25249/stat : 25249 (java) S 25232 25235 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27315765 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958320135184 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25250] ppid=25232 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/25235/task/25250/stat : 25250 (java) S 25232 25235 22091 0 -1 4202560 8946 0 0 0 102 1 0 0 20 0 22 0 27315765 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958319081528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25251] ppid=25232 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/25235/task/25251/stat : 25251 (java) S 25232 25235 22091 0 -1 4202560 8417 0 0 0 93 2 0 0 20 0 22 0 27315765 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958318028984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25252] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25252/stat : 25252 (java) S 25232 25235 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27315765 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958316976632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25253] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25253/stat : 25253 (java) S 25232 25235 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27315765 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958315924296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25254] ppid=25232 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/25235/task/25254/stat : 25254 (java) R 25232 25235 22091 0 -1 4202560 18 0 0 0 84 0 0 0 20 0 22 0 27315820 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958314818400 139958372254224 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25255] ppid=25232 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/25235/task/25255/stat : 25255 (java) R 25232 25235 22091 0 -1 4202560 60 0 0 0 82 1 0 0 20 0 22 0 27315820 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958313767432 139958372016717 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25235/tid=25256] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25256/stat : 25256 (java) S 25232 25235 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27315828 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958312715816 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25257] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25257/stat : 25257 (java) S 25232 25235 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27315829 10060525568 49141 33554432000 1073741824 1073778376 140734073490192 139958311663272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.28 4.30 4.27 7/219 25257
/proc/meminfo: memFree=26310108/32872528 swapFree=1459628/1655852
[pid=25235] ppid=25232 vsize=9824732 CPUtime=7.96 cores=0,2,4,6
/proc/25235/stat : 25235 (java) S 25232 25235 22091 0 -1 4202496 24888 0 1 0 782 14 0 0 20 0 22 0 27315760 10060525568 80710 33554432000 1073741824 1073778376 140734073490192 140734073481328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25235/statm: 2456183 80710 2285 9 0 2446860 0
[pid=25235/tid=25237] ppid=25232 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/25235/task/25237/stat : 25237 (java) S 25232 25235 22091 0 -1 4202560 2446 0 1 0 55 2 0 0 20 0 22 0 27315761 10060525568 80710 33554432000 1073741824 1073778376 140734073490192 139958499025784 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25238] ppid=25232 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25235/task/25238/stat : 25238 (java) S 25232 25235 22091 0 -1 4202560 86 0 0 0 1 0 0 0 20 0 22 0 27315761 10060525568 80710 33554432000 1073741824 1073778376 140734073490192 139958342859432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25239] ppid=25232 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25235/task/25239/stat : 25239 (java) S 25232 25235 22091 0 -1 4202560 88 0 0 0 2 0 0 0 20 0 22 0 27315761 10060525568 80710 33554432000 1073741824 1073778376 140734073490192 139958341806888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25240] ppid=25232 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25235/task/25240/stat : 25240 (java) S 25232 25235 22091 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 27315761 10060525568 80710 33554432000 1073741824 1073778376 140734073490192 139958340754344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25241] ppid=25232 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25235/task/25241/stat : 25241 (java) S 25232 25235 22091 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 27315761 10060525568 80710 33554432000 1073741824 1073778376 140734073490192 139958339701800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25242] ppid=25232 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25235/task/25242/stat : 25242 (java) S 25232 25235 22091 0 -1 4202560 111 0 0 0 2 0 0 0 20 0 22 0 27315761 10060525568 80710 33554432000 1073741824 1073778376 140734073490192 139958338648232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25243] ppid=25232 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25235/task/25243/stat : 25243 (java) S 25232 25235 22091 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 27315761 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958337595688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25244] ppid=25232 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/25235/task/25244/stat : 25244 (java) S 25232 25235 22091 0 -1 4202560 102 0 0 0 2 0 0 0 20 0 22 0 27315761 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958336543144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25245] ppid=25232 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/25235/task/25245/stat : 25245 (java) S 25232 25235 22091 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 27315761 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958335490600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25246] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25246/stat : 25246 (java) S 25232 25235 22091 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27315762 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958323292776 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25247] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25247/stat : 25247 (java) S 25232 25235 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27315763 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958322239096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25248] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25248/stat : 25248 (java) S 25232 25235 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27315763 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958321186440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25249] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25249/stat : 25249 (java) S 25232 25235 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27315765 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958320135184 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25250] ppid=25232 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/25235/task/25250/stat : 25250 (java) S 25232 25235 22091 0 -1 4202560 9523 0 0 0 114 2 0 0 20 0 22 0 27315765 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958319081528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25251] ppid=25232 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/25235/task/25251/stat : 25251 (java) S 25232 25235 22091 0 -1 4202560 11003 0 0 0 111 2 0 0 20 0 22 0 27315765 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958318028984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25252] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25252/stat : 25252 (java) S 25232 25235 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27315765 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958316976632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25253] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25253/stat : 25253 (java) S 25232 25235 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27315765 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958315924296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25254] ppid=25232 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/25235/task/25254/stat : 25254 (java) R 25232 25235 22091 0 -1 4202560 20 0 0 0 241 0 0 0 20 0 22 0 27315820 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958314818360 139958372048081 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25255] ppid=25232 vsize=9824732 CPUtime=2.39 cores=0,2,4,6
/proc/25235/task/25255/stat : 25255 (java) R 25232 25235 22091 0 -1 4202560 108 0 0 0 236 3 0 0 20 0 22 0 27315820 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958313765808 139958371742221 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25256] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25256/stat : 25256 (java) S 25232 25235 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27315828 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958312715816 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25257] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25257/stat : 25257 (java) S 25232 25235 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27315829 10060525568 81222 33554432000 1073741824 1073778376 140734073490192 139958311663272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.28 4.30 4.27 6/219 25257
/proc/meminfo: memFree=26130960/32872528 swapFree=1459628/1655852
[pid=25235] ppid=25232 vsize=9824732 CPUtime=14.6 cores=0,2,4,6
/proc/25235/stat : 25235 (java) S 25232 25235 22091 0 -1 4202496 25230 0 1 0 1437 23 0 0 20 0 22 0 27315760 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 140734073481328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25235/statm: 2456183 100728 2285 9 0 2446860 0
[pid=25235/tid=25237] ppid=25232 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/25235/task/25237/stat : 25237 (java) S 25232 25235 22091 0 -1 4202560 2446 0 1 0 55 2 0 0 20 0 22 0 27315761 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 139958499025784 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25238] ppid=25232 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/25235/task/25238/stat : 25238 (java) S 25232 25235 22091 0 -1 4202560 106 0 0 0 2 1 0 0 20 0 22 0 27315761 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 139958342859432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25239] ppid=25232 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/25235/task/25239/stat : 25239 (java) S 25232 25235 22091 0 -1 4202560 105 0 0 0 3 2 0 0 20 0 22 0 27315761 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 139958341806888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25240] ppid=25232 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/25235/task/25240/stat : 25240 (java) S 25232 25235 22091 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 22 0 27315761 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 139958340754344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25241] ppid=25232 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/25235/task/25241/stat : 25241 (java) S 25232 25235 22091 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 22 0 27315761 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 139958339701800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25242] ppid=25232 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/25235/task/25242/stat : 25242 (java) S 25232 25235 22091 0 -1 4202560 119 0 0 0 4 0 0 0 20 0 22 0 27315761 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 139958338648232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25243] ppid=25232 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/25235/task/25243/stat : 25243 (java) S 25232 25235 22091 0 -1 4202560 65 0 0 0 7 3 0 0 20 0 22 0 27315761 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 139958337595688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25235/tid=25244] ppid=25232 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/25235/task/25244/stat : 25244 (java) S 25232 25235 22091 0 -1 4202560 115 0 0 0 5 0 0 0 20 0 22 0 27315761 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 139958336543144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25245] ppid=25232 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/25235/task/25245/stat : 25245 (java) S 25232 25235 22091 0 -1 4202560 55 0 0 0 4 2 0 0 20 0 22 0 27315761 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 139958335490600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25246] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25246/stat : 25246 (java) S 25232 25235 22091 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 27315762 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 139958323292776 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25247] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25247/stat : 25247 (java) S 25232 25235 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27315763 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 139958322239096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25248] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25248/stat : 25248 (java) S 25232 25235 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27315763 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 139958321186440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25249] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25249/stat : 25249 (java) S 25232 25235 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27315765 10060525568 100728 33554432000 1073741824 1073778376 140734073490192 139958320135184 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25250] ppid=25232 vsize=9824732 CPUtime=1.17 cores=0,2,4,6

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

/proc/25235/task/25240/stat : 25240 (java) S 25232 25235 22091 0 -1 4202560 276 0 0 0 138 12 0 0 20 0 22 0 27315761 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958340754344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25241] ppid=25232 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/25235/task/25241/stat : 25241 (java) S 25232 25235 22091 0 -1 4202560 358 0 0 0 136 14 0 0 20 0 22 0 27315761 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958339701800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25242] ppid=25232 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/25235/task/25242/stat : 25242 (java) S 25232 25235 22091 0 -1 4202560 446 0 0 0 141 15 0 0 20 0 22 0 27315761 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958338648232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25235/tid=25243] ppid=25232 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/25235/task/25243/stat : 25243 (java) S 25232 25235 22091 0 -1 4202560 390 0 0 0 153 18 0 0 20 0 22 0 27315761 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958337595688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25235/tid=25244] ppid=25232 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/25235/task/25244/stat : 25244 (java) S 25232 25235 22091 0 -1 4202560 390 0 0 0 124 11 0 0 20 0 22 0 27315761 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958336543144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25245] ppid=25232 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/25235/task/25245/stat : 25245 (java) S 25232 25235 22091 0 -1 4202560 365 0 0 0 144 16 0 0 20 0 22 0 27315761 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958335490600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25246] ppid=25232 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/25235/task/25246/stat : 25246 (java) S 25232 25235 22091 0 -1 4202560 1775 0 0 0 270 6 0 0 20 0 22 0 27315762 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958323292776 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25247] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25247/stat : 25247 (java) S 25232 25235 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27315763 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958322239096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25248] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25248/stat : 25248 (java) S 25232 25235 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27315763 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958321186440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25249] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25249/stat : 25249 (java) S 25232 25235 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27315765 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958320135184 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25250] ppid=25232 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/25235/task/25250/stat : 25250 (java) S 25232 25235 22091 0 -1 4202560 9525 0 0 0 118 2 0 0 20 0 22 0 27315765 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958319081528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25251] ppid=25232 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/25235/task/25251/stat : 25251 (java) S 25232 25235 22091 0 -1 4202560 14612 0 0 0 166 2 0 0 20 0 22 0 27315765 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958318028984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25252] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25252/stat : 25252 (java) S 25232 25235 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27315765 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958316976632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25253] ppid=25232 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/25235/task/25253/stat : 25253 (java) S 25232 25235 22091 0 -1 4202560 47 0 0 0 13 15 0 0 20 0 22 0 27315765 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958315924296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25254] ppid=25232 vsize=9824732 CPUtime=813.5 cores=0,2,4,6
/proc/25235/task/25254/stat : 25254 (java) R 25232 25235 22091 0 -1 4202560 417 0 0 0 81336 14 0 0 20 0 22 0 27315820 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958314819248 139958372151464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25255] ppid=25232 vsize=9824732 CPUtime=813.44 cores=0,2,4,6
/proc/25235/task/25255/stat : 25255 (java) R 25232 25235 22091 0 -1 4202560 1816 0 0 0 81302 42 0 0 20 0 22 0 27315820 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958313765808 139958372016684 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25256] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25256/stat : 25256 (java) S 25232 25235 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27315828 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958312715816 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25257] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25257/stat : 25257 (java) S 25232 25235 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27315829 10060525568 262956 33554432000 1073741824 1073778376 140734073490192 139958311663272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1649.42
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.32 4.26 4.24 5/219 25355
/proc/meminfo: memFree=26547656/32872528 swapFree=1459628/1655852
[pid=25235] ppid=25232 vsize=9824732 CPUtime=1770.06 cores=0,2,4,6
/proc/25235/stat : 25235 (java) S 25232 25235 22091 0 -1 4202496 35431 0 1 0 176822 184 0 0 20 0 22 0 27315760 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 140734073481328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25235/statm: 2456183 303964 2294 9 0 2446860 0
[pid=25235/tid=25237] ppid=25232 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/25235/task/25237/stat : 25237 (java) S 25232 25235 22091 0 -1 4202560 2453 0 1 0 58 4 0 0 20 0 22 0 27315761 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958499025784 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25238] ppid=25232 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/25235/task/25238/stat : 25238 (java) S 25232 25235 22091 0 -1 4202560 403 0 0 0 116 11 0 0 20 0 22 0 27315761 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958342859432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25235/tid=25239] ppid=25232 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/25235/task/25239/stat : 25239 (java) S 25232 25235 22091 0 -1 4202560 586 0 0 0 156 18 0 0 20 0 22 0 27315761 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958341806888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25240] ppid=25232 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/25235/task/25240/stat : 25240 (java) S 25232 25235 22091 0 -1 4202560 290 0 0 0 152 12 0 0 20 0 22 0 27315761 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958340754344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25235/tid=25241] ppid=25232 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/25235/task/25241/stat : 25241 (java) S 25232 25235 22091 0 -1 4202560 369 0 0 0 150 14 0 0 20 0 22 0 27315761 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958339701800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25235/tid=25242] ppid=25232 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/25235/task/25242/stat : 25242 (java) S 25232 25235 22091 0 -1 4202560 455 0 0 0 154 15 0 0 20 0 22 0 27315761 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958338648232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25243] ppid=25232 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/25235/task/25243/stat : 25243 (java) S 25232 25235 22091 0 -1 4202560 433 0 0 0 172 19 0 0 20 0 22 0 27315761 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958337595688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25244] ppid=25232 vsize=9824732 CPUtime=1.54 cores=0,2,4,6
/proc/25235/task/25244/stat : 25244 (java) S 25232 25235 22091 0 -1 4202560 411 0 0 0 141 13 0 0 20 0 22 0 27315761 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958336543144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25245] ppid=25232 vsize=9824732 CPUtime=1.84 cores=0,2,4,6
/proc/25235/task/25245/stat : 25245 (java) S 25232 25235 22091 0 -1 4202560 389 0 0 0 167 17 0 0 20 0 22 0 27315761 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958335490600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25246] ppid=25232 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/25235/task/25246/stat : 25246 (java) S 25232 25235 22091 0 -1 4202560 1867 0 0 0 271 6 0 0 20 0 22 0 27315762 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958323292776 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25247] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25247/stat : 25247 (java) S 25232 25235 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27315763 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958322239096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25248] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25248/stat : 25248 (java) S 25232 25235 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27315763 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958321186440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25249] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25249/stat : 25249 (java) S 25232 25235 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27315765 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958320135184 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25250] ppid=25232 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/25235/task/25250/stat : 25250 (java) S 25232 25235 22091 0 -1 4202560 9525 0 0 0 118 2 0 0 20 0 22 0 27315765 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958319081528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25251] ppid=25232 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/25235/task/25251/stat : 25251 (java) S 25232 25235 22091 0 -1 4202560 14612 0 0 0 166 2 0 0 20 0 22 0 27315765 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958318028984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25252] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25252/stat : 25252 (java) S 25232 25235 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27315765 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958316976632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25253] ppid=25232 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/25235/task/25253/stat : 25253 (java) S 25232 25235 22091 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 27315765 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958315924296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25254] ppid=25232 vsize=9824732 CPUtime=872.94 cores=0,2,4,6
/proc/25235/task/25254/stat : 25254 (java) R 25232 25235 22091 0 -1 4202560 428 0 0 0 87278 16 0 0 20 0 22 0 27315820 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958314819136 139958372010106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25255] ppid=25232 vsize=9824732 CPUtime=872.89 cores=0,2,4,6
/proc/25235/task/25255/stat : 25255 (java) R 25232 25235 22091 0 -1 4202560 1893 0 0 0 87245 44 0 0 20 0 22 0 27315820 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958313765808 139958372016561 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25256] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25256/stat : 25256 (java) S 25232 25235 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27315828 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958312715816 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25257] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25257/stat : 25257 (java) S 25232 25235 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27315829 10060525568 303964 33554432000 1073741824 1073778376 140734073490192 139958311663272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1770.06
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.201 s]
/proc/loadavg: 4.31 4.26 4.24 5/219 25355
/proc/meminfo: memFree=26539956/32872528 swapFree=1459628/1655852
[pid=25235] ppid=25232 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/25235/stat : 25235 (java) S 25232 25235 22091 0 -1 4202496 35480 0 1 0 179815 187 0 0 20 0 22 0 27315760 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 140734073481328 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25235/statm: 2456183 306531 2294 9 0 2446860 0
[pid=25235/tid=25237] ppid=25232 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/25235/task/25237/stat : 25237 (java) S 25232 25235 22091 0 -1 4202560 2454 0 1 0 58 4 0 0 20 0 22 0 27315761 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958499025784 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25238] ppid=25232 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/25235/task/25238/stat : 25238 (java) S 25232 25235 22091 0 -1 4202560 413 0 0 0 122 12 0 0 20 0 22 0 27315761 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958342859432 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25239] ppid=25232 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/25235/task/25239/stat : 25239 (java) S 25232 25235 22091 0 -1 4202560 590 0 0 0 160 18 0 0 20 0 22 0 27315761 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958341806888 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25240] ppid=25232 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/25235/task/25240/stat : 25240 (java) S 25232 25235 22091 0 -1 4202560 291 0 0 0 155 12 0 0 20 0 22 0 27315761 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958340754344 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25235/tid=25241] ppid=25232 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/25235/task/25241/stat : 25241 (java) S 25232 25235 22091 0 -1 4202560 369 0 0 0 153 14 0 0 20 0 22 0 27315761 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958339701800 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25235/tid=25242] ppid=25232 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/25235/task/25242/stat : 25242 (java) S 25232 25235 22091 0 -1 4202560 462 0 0 0 160 15 0 0 20 0 22 0 27315761 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958338648232 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25235/tid=25243] ppid=25232 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/25235/task/25243/stat : 25243 (java) S 25232 25235 22091 0 -1 4202560 436 0 0 0 175 19 0 0 20 0 22 0 27315761 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958337595688 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25244] ppid=25232 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/25235/task/25244/stat : 25244 (java) S 25232 25235 22091 0 -1 4202560 421 0 0 0 146 13 0 0 20 0 22 0 27315761 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958336543144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25245] ppid=25232 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/25235/task/25245/stat : 25245 (java) S 25232 25235 22091 0 -1 4202560 396 0 0 0 171 17 0 0 20 0 22 0 27315761 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958335490600 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25235/tid=25246] ppid=25232 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/25235/task/25246/stat : 25246 (java) S 25232 25235 22091 0 -1 4202560 1869 0 0 0 271 6 0 0 20 0 22 0 27315762 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958323292776 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25247] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25247/stat : 25247 (java) S 25232 25235 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27315763 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958322239096 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25248] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25248/stat : 25248 (java) S 25232 25235 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27315763 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958321186440 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25249] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25249/stat : 25249 (java) S 25232 25235 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27315765 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958320135184 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25250] ppid=25232 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/25235/task/25250/stat : 25250 (java) S 25232 25235 22091 0 -1 4202560 9525 0 0 0 118 2 0 0 20 0 22 0 27315765 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958319081528 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25251] ppid=25232 vsize=9824732 CPUtime=1.68 cores=0,2,4,6
/proc/25235/task/25251/stat : 25251 (java) S 25232 25235 22091 0 -1 4202560 14612 0 0 0 166 2 0 0 20 0 22 0 27315765 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958318028984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25252] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25252/stat : 25252 (java) S 25232 25235 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27315765 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958316976632 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25253] ppid=25232 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/25235/task/25253/stat : 25253 (java) S 25232 25235 22091 0 -1 4202560 53 0 0 0 14 16 0 0 20 0 22 0 27315765 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958315924296 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25254] ppid=25232 vsize=9824732 CPUtime=887.69 cores=0,2,4,6
/proc/25235/task/25254/stat : 25254 (java) R 25232 25235 22091 0 -1 4202560 429 0 0 0 88753 16 0 0 20 0 22 0 27315820 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958314819264 139958372010106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25255] ppid=25232 vsize=9824732 CPUtime=887.65 cores=0,2,4,6
/proc/25235/task/25255/stat : 25255 (java) R 25232 25235 22091 0 -1 4202560 1894 0 0 0 88721 44 0 0 20 0 22 0 27315820 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958313765808 139958372016342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25235/tid=25256] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25256/stat : 25256 (java) S 25232 25235 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27315828 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958312715816 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25235/tid=25257] ppid=25232 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/25235/task/25257/stat : 25257 (java) S 25232 25235 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27315829 10060525568 306531 33554432000 1073741824 1073778376 140734073490192 139958311663272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 25235 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 25235 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=648324
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=262656
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.25
CPU time (s): 1800.02
CPU user time (s): 1798.15
CPU system time (s): 1.87
CPU usage (%): 200.615
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.65
system time used= 2.26266
maximum resident set size= 2996820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35520
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23516
involuntary context switches= 27789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.08408 second user time and 7.01293 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 14:25:02
IDJOB=4104030
IDBENCH=2545
IDSOLVER=2543
FILE ID=node136/4104030-1466252702
RUNJOBID= node136-1466240588-22107
PBS_JOBID= 19918192
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib3/normalized-mps-v2-20-10-gesa3_o.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4104030-1466252702/watcher-4104030-1466252702 -o /tmp/evaluation-result-4104030-1466252702/solver-4104030-1466252702 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4104030-1466252702.opb

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

MD5SUM BENCH= 65c2bbddd90efb87154e28c84e06f5c3
RANDOM SEED=1350225965

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.278
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		: 2667.278
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.278
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.278
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.56
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.278
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.67
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.278
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:        26527400 kB
Buffers:           17168 kB
Cached:           104136 kB
SwapCached:        47324 kB
Active:          3844108 kB
Inactive:         125428 kB
Active(anon):    3803900 kB
Inactive(anon):    47248 kB
Active(file):      40208 kB
Inactive(file):    78180 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:              1424 kB
Writeback:             0 kB
AnonPages:       5483744 kB
Mapped:            16988 kB
Shmem:                 0 kB
Slab:             569892 kB
SReclaimable:      13756 kB
SUnreclaim:       556136 kB
KernelStack:        1776 kB
PageTables:        15072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6039756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3966976 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 node136 at 2016-06-18 14:40:00