Trace number 4100874

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.67 899.048

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-perold.opb
MD5SUM1cb0147510c9838b4e6052b678a2a523
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36286
Total number of constraints891
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 constraints891
Minimum length of a constraint10
Maximum length of a constraint991
Number of terms in the objective function 210
Biggest coefficient in the objective function 37450
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524454
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262399
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525072
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization by upper bound
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Glucose 2.1 dynamic restart strategy
0.07/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-4100874-1466211616.opb
0.07/0.14	c reading problem ... 
0.07/0.14	c  objective function found
1.79/0.95	c ... done. Wall clock time 0.818s.
1.79/0.95	c declared #vars     36286
1.79/0.95	c #constraints  1386
1.79/0.96	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.79/0.96	c constraints type 
1.79/0.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7
1.79/0.96	c org.sat4j.specs.Constr$1 => 18
1.79/0.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
1.79/0.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1345
1.79/0.96	c 1386 constraints processed.
1.79/0.96	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.79/0.96	c constraints type 
1.79/0.96	c org.sat4j.specs.Constr$1 => 18
1.79/0.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7
1.79/0.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16
1.79/0.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1345
1.79/0.96	c 1386 constraints processed.
1.79/0.96	c objective function length is 210 literals
5.33/2.00	c cleaning 2496 clauses out of 4997 with flag 11362/5001
8.55/3.58	c cleaning 4243 clauses out of 8500 with flag 27674/11000
13.54/6.07	c cleaning 5628 clauses out of 11257 with flag 48296/18000
15.16/6.86	c cleaning 6804 clauses out of 13630 with flag 70786/26001
16.68/7.54	c cleaning 7892 clauses out of 15825 with flag 96211/35000
18.28/8.38	c cleaning 8940 clauses out of 17935 with flag 126122/45002
20.99/9.62	c cleaning 9972 clauses out of 19993 with flag 158718/56000
23.80/11.01	c cleaning 10988 clauses out of 22024 with flag 187540/68003
26.99/12.64	c cleaning 11990 clauses out of 24035 with flag 221362/81002
30.79/14.50	c cleaning 12995 clauses out of 26044 with flag 260545/95001
35.39/16.80	c cleaning 13998 clauses out of 28048 with flag 304573/110000
40.36/19.28	c cleaning 15002 clauses out of 30050 with flag 353456/126000
44.96/21.54	c cleaning 16000 clauses out of 32050 with flag 411121/143002
50.16/24.20	c cleaning 17003 clauses out of 34048 with flag 469920/161000
56.56/27.36	c cleaning 18002 clauses out of 36047 with flag 535734/180002
63.16/30.65	c cleaning 18997 clauses out of 38043 with flag 605198/200000
66.56/32.36	c cleaning 20023 clauses out of 40052 with flag 659053/221006
78.47/38.29	c cleaning 20999 clauses out of 42020 with flag 716591/243003
93.67/45.80	c cleaning 22010 clauses out of 44019 with flag 785184/266002
102.88/50.44	c cleaning 22995 clauses out of 46007 with flag 847387/290000
111.67/54.81	c cleaning 23997 clauses out of 48012 with flag 901176/315000
123.09/60.55	c cleaning 25003 clauses out of 50015 with flag 956409/341000
134.67/66.33	c cleaning 25994 clauses out of 52012 with flag 1014779/368000
144.07/71.05	c cleaning 27005 clauses out of 54018 with flag 1100118/396000
154.86/76.43	c cleaning 27995 clauses out of 56014 with flag 1189697/425001
166.27/82.12	c cleaning 28999 clauses out of 58018 with flag 1281854/455000
178.66/88.39	c cleaning 29997 clauses out of 60019 with flag 1384900/486000
191.87/94.95	c cleaning 31001 clauses out of 62023 with flag 1485288/518001
206.26/102.13	c cleaning 32005 clauses out of 64024 with flag 1584657/551003
221.67/109.85	c cleaning 32998 clauses out of 66016 with flag 1703027/585000
238.40/118.13	c cleaning 33999 clauses out of 68018 with flag 1807557/620000
255.21/126.59	c cleaning 34998 clauses out of 70021 with flag 1902543/656002
268.00/132.90	c cleaning 36002 clauses out of 72022 with flag 1984454/693001
281.00/139.49	c cleaning 36998 clauses out of 74022 with flag 2068706/731003
296.17/146.93	c cleaning 38005 clauses out of 76023 with flag 2155060/770002
306.57/152.11	c cleaning 39004 clauses out of 78016 with flag 2257500/810001
320.57/159.16	c cleaning 40003 clauses out of 80011 with flag 2343000/851000
336.38/167.01	c cleaning 40983 clauses out of 81998 with flag 2438477/893000
370.03/183.81	c cleaning 42001 clauses out of 84017 with flag 2574989/936003
384.89/191.36	c cleaning 42991 clauses out of 86012 with flag 2665138/980000
401.29/199.55	c cleaning 43999 clauses out of 88022 with flag 2755170/1025001
418.15/207.93	c cleaning 45005 clauses out of 90022 with flag 2851169/1071000
454.75/226.26	c cleaning 45995 clauses out of 92017 with flag 2978649/1118000
487.19/242.44	c cleaning 47023 clauses out of 94046 with flag 3108061/1166024
519.07/258.37	c cleaning 47998 clauses out of 95999 with flag 3242707/1215000
566.47/282.06	c cleaning 48989 clauses out of 98002 with flag 3385934/1265001
613.96/305.74	c cleaning 49987 clauses out of 100012 with flag 3547901/1316000
654.96/326.27	c cleaning 50965 clauses out of 102025 with flag 3694670/1368000
693.64/345.55	c cleaning 52028 clauses out of 104060 with flag 3842654/1421000
762.13/379.97	c cleaning 53008 clauses out of 106041 with flag 4041753/1475009
784.73/391.29	c cleaning 54008 clauses out of 108026 with flag 4174615/1530002
808.93/403.36	c cleaning 55006 clauses out of 110018 with flag 4286717/1586002
827.92/412.81	c cleaning 55993 clauses out of 112005 with flag 4430827/1643000
853.73/425.74	c cleaning 56997 clauses out of 114012 with flag 4608276/1701000
876.12/436.97	c cleaning 57997 clauses out of 116015 with flag 4799604/1760000
901.31/449.57	c cleaning 58999 clauses out of 118018 with flag 4978351/1820000
929.32/463.59	c cleaning 59994 clauses out of 120019 with flag 5169571/1881000
953.52/475.64	c cleaning 60998 clauses out of 122025 with flag 5365754/1943000
978.71/488.21	c cleaning 62001 clauses out of 124027 with flag 5518731/2006000
1011.52/504.61	c cleaning 63003 clauses out of 126030 with flag 5656619/2070004
1044.59/521.12	c cleaning 64002 clauses out of 128026 with flag 5796939/2135003
1081.20/539.40	c cleaning 65000 clauses out of 130021 with flag 5938012/2201000
1106.59/552.19	c cleaning 66002 clauses out of 132018 with flag 6083327/2268000
1152.39/575.08	c cleaning 67016 clauses out of 134031 with flag 6253516/2336016
1202.51/600.01	c cleaning 67998 clauses out of 135999 with flag 6449822/2405000
1256.58/627.08	c cleaning 68994 clauses out of 138001 with flag 6648231/2475000
1303.56/650.53	c cleaning 69994 clauses out of 140007 with flag 6841557/2546000
1370.33/684.04	c cleaning 71011 clauses out of 142022 with flag 7054130/2618009
1437.00/717.33	c cleaning 71984 clauses out of 144002 with flag 7263557/2691000
1516.42/757.04	c cleaning 73004 clauses out of 146018 with flag 7459609/2765000
1571.04/784.39	c cleaning 73980 clauses out of 148015 with flag 7661673/2840001
1617.44/807.59	c cleaning 75012 clauses out of 150035 with flag 7867987/2916001
1677.27/837.49	c cleaning 76011 clauses out of 152024 with flag 8080236/2993002
1749.47/873.74	c cleaning 77008 clauses out of 154027 with flag 8320497/3071016
1800.07/899.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/899.00	c starts		: 16676
1800.07/899.00	c conflicts		: 3149808
1800.07/899.00	c decisions		: 5888913
1800.07/899.00	c propagations		: 176657526
1800.07/899.00	c inspects		: 11554519862
1800.07/899.00	c shortcuts		: 0
1800.07/899.00	c learnt literals	: 33
1800.07/899.00	c learnt binary clauses	: 102
1800.07/899.00	c learnt ternary clauses	: 156
1800.07/899.00	c learnt constraints	: 3149775
1800.07/899.00	c ignored constraints	: 0
1800.07/899.00	c root simplifications	: 0
1800.07/899.00	c removed literals (reason simplification)	: 11956266
1800.07/899.00	c reason swapping (by a shorter reason)	: 0
1800.07/899.00	c Calls to reduceDB	: 74
1800.07/899.00	c Number of update (reduction) of LBD	: 458688
1800.07/899.00	c Imported unit clauses	: 0
1800.07/899.00	c number of reductions to clauses (during analyze)	: 0
1800.07/899.00	c number of learned constraints concerned by reduction	: 0
1800.07/899.00	c number of learning phase by resolution	: 0
1800.07/899.00	c number of learning phase by cutting planes	: 0
1800.07/899.00	c speed (assignments/second)	: 196730.31332965096
1800.07/899.00	c non guided choices	4376
1800.07/899.03	c learnt constraints type 
1800.07/899.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 102
1800.07/899.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 155709
1800.07/899.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/899.03	c starts		: 1
1800.07/899.03	c conflicts		: 327
1800.07/899.03	c decisions		: 7685
1800.07/899.03	c propagations		: 36362
1800.07/899.03	c inspects		: 624003
1800.07/899.03	c shortcuts		: 0
1800.07/899.03	c learnt literals	: 0
1800.07/899.03	c learnt binary clauses	: 0
1800.07/899.03	c learnt ternary clauses	: 0
1800.07/899.03	c learnt constraints	: 326
1800.07/899.03	c ignored constraints	: 0
1800.07/899.03	c root simplifications	: 0
1800.07/899.03	c removed literals (reason simplification)	: 0
1800.07/899.03	c reason swapping (by a shorter reason)	: 0
1800.07/899.03	c Calls to reduceDB	: 0
1800.07/899.03	c Number of update (reduction) of LBD	: 0
1800.07/899.03	c Imported unit clauses	: 0
1800.07/899.03	c number of reductions to clauses (during analyze)	: 0
1800.07/899.03	c number of learned constraints concerned by reduction	: 0
1800.07/899.03	c number of learning phase by resolution	: 0
1800.07/899.03	c number of learning phase by cutting planes	: 0
1800.07/899.03	c speed (assignments/second)	: 40.49328712571383
1800.07/899.03	c non guided choices	20
1800.07/899.03	c learnt constraints type 
1800.07/899.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 326
1800.07/899.03	s UNKNOWN
1800.07/899.03	c Total wall clock time (in seconds): 898.896

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-4100874-1466211616/watcher-4100874-1466211616 -o /tmp/evaluation-result-4100874-1466211616/solver-4100874-1466211616 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100874-1466211616.opb 

pid=17084
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.30 4.21 4.12 4/198 17087
/proc/meminfo: memFree=29767612/32872528 swapFree=338416/354768
[pid=17087] ppid=17084 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/17087/stat : 17087 (java) D 17084 17087 14474 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 23208339 9515008 175 33554432000 1073741824 1073778376 140734719932608 140734719915336 242167399312 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/17087/statm: 2323 175 133 9 0 71 0

[startup+0.10012 s]
/proc/loadavg: 4.30 4.21 4.12 4/198 17087
/proc/meminfo: memFree=29767612/32872528 swapFree=338416/354768
[pid=17087] ppid=17084 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/17087/stat : 17087 (java) S 17084 17087 14474 0 -1 4202496 3963 0 1 0 6 1 0 0 20 0 18 0 23208339 9787879424 4581 33554432000 1073741824 1073778376 140733666007328 140733665998464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17087/statm: 2389619 4586 2007 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200301 s]
/proc/loadavg: 4.30 4.21 4.12 4/198 17087
/proc/meminfo: memFree=29767612/32872528 swapFree=338416/354768
[pid=17087] ppid=17084 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/17087/stat : 17087 (java) S 17084 17087 14474 0 -1 4202496 4762 0 1 0 21 1 0 0 20 0 18 0 23208339 9787879424 6855 33554432000 1073741824 1073778376 140733666007328 140733665998464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17087/statm: 2389619 6855 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300289 s]
/proc/loadavg: 4.30 4.21 4.12 4/198 17087
/proc/meminfo: memFree=29767612/32872528 swapFree=338416/354768
[pid=17087] ppid=17084 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/17087/stat : 17087 (java) S 17084 17087 14474 0 -1 4202496 6178 0 1 0 47 2 0 0 20 0 18 0 23208339 9787879424 9238 33554432000 1073741824 1073778376 140733666007328 140733665998464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17087/statm: 2389619 9238 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700251 s]
/proc/loadavg: 4.30 4.21 4.12 4/198 17087
/proc/meminfo: memFree=29767612/32872528 swapFree=338416/354768
[pid=17087] ppid=17084 vsize=9558476 CPUtime=1.43 cores=0,2,4,6
/proc/17087/stat : 17087 (java) S 17084 17087 14474 0 -1 4202496 16816 0 1 0 137 6 0 0 20 0 18 0 23208339 9787879424 40995 33554432000 1073741824 1073778376 140733666007328 140733665998464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17087/statm: 2389619 40995 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.30 4.21 4.12 7/220 17109
/proc/meminfo: memFree=29564156/32872528 swapFree=338416/354768
[pid=17087] ppid=17084 vsize=9824732 CPUtime=3.95 cores=0,2,4,6
/proc/17087/stat : 17087 (java) S 17084 17087 14474 0 -1 4202496 19388 0 1 0 379 16 0 0 20 0 22 0 23208339 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140733665998464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17087/statm: 2456183 65742 2284 9 0 2446860 0
[pid=17087/tid=17089] ppid=17084 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/17087/task/17089/stat : 17089 (java) S 17084 17087 14474 0 -1 4202560 2527 0 1 0 84 4 0 0 20 0 22 0 23208340 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333763199864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17090] ppid=17084 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17087/task/17090/stat : 17090 (java) S 17084 17087 14474 0 -1 4202560 141 0 0 0 3 1 0 0 20 0 22 0 23208342 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333606758568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17091] ppid=17084 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17087/task/17091/stat : 17091 (java) S 17084 17087 14474 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 23208342 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333605706024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17092] ppid=17084 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/17087/task/17092/stat : 17092 (java) S 17084 17087 14474 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 23208342 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333604653480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17093] ppid=17084 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17087/task/17093/stat : 17093 (java) S 17084 17087 14474 0 -1 4202560 37 0 0 0 3 1 0 0 20 0 22 0 23208342 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333603600936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17094] ppid=17084 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17087/task/17094/stat : 17094 (java) S 17084 17087 14474 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 22 0 23208342 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333602548392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17095] ppid=17084 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17087/task/17095/stat : 17095 (java) S 17084 17087 14474 0 -1 4202560 108 0 0 0 3 1 0 0 20 0 22 0 23208342 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333601495848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17096] ppid=17084 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17087/task/17096/stat : 17096 (java) S 17084 17087 14474 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 22 0 23208342 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333600443304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17097] ppid=17084 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17087/task/17097/stat : 17097 (java) S 17084 17087 14474 0 -1 4202560 107 0 0 0 4 2 0 0 20 0 22 0 23208342 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333599390760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17098] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17098/stat : 17098 (java) S 17084 17087 14474 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333587191912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17099] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17099/stat : 17099 (java) S 17084 17087 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333586138232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17100] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17100/stat : 17100 (java) S 17084 17087 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333585085576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17101] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17101/stat : 17101 (java) S 17084 17087 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23208346 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333584034320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17102] ppid=17084 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/17087/task/17102/stat : 17102 (java) R 17084 17087 14474 0 -1 4202560 7478 0 0 0 83 2 0 0 20 0 22 0 23208346 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333582969096 140333769659231 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17103] ppid=17084 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/17087/task/17103/stat : 17103 (java) R 17084 17087 14474 0 -1 4202560 7424 0 0 0 81 2 0 0 20 0 22 0 23208346 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333581916552 140333769216407 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17104] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17104/stat : 17104 (java) S 17084 17087 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23208346 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333580876792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17105] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17105/stat : 17105 (java) S 17084 17087 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23208346 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333579824456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17106] ppid=17084 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/17087/task/17106/stat : 17106 (java) R 17084 17087 14474 0 -1 4202560 25 0 0 0 46 0 0 0 20 0 22 0 23208436 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333578759920 140333636042931 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17107] ppid=17084 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/17087/task/17107/stat : 17107 (java) R 17084 17087 14474 0 -1 4202560 24 0 0 0 45 0 0 0 20 0 22 0 23208436 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333577715016 140333766044352 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17108] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17108/stat : 17108 (java) S 17084 17087 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23208443 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333576664104 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17109] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17109/stat : 17109 (java) S 17084 17087 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23208445 10060525568 65742 33554432000 1073741824 1073778376 140733666007328 140333575611560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.30 4.21 4.12 5/220 17109
/proc/meminfo: memFree=29406912/32872528 swapFree=338416/354768
[pid=17087] ppid=17084 vsize=9824732 CPUtime=7.68 cores=0,2,4,6
/proc/17087/stat : 17087 (java) S 17084 17087 14474 0 -1 4202496 23643 0 1 0 747 21 0 0 20 0 22 0 23208339 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140733665998464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17087/statm: 2456183 100246 2290 9 0 2446860 0
[pid=17087/tid=17089] ppid=17084 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/17087/task/17089/stat : 17089 (java) S 17084 17087 14474 0 -1 4202560 2527 0 1 0 84 4 0 0 20 0 22 0 23208340 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333763199864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17090] ppid=17084 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17087/task/17090/stat : 17090 (java) S 17084 17087 14474 0 -1 4202560 149 0 0 0 4 2 0 0 20 0 22 0 23208342 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333606758568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17091] ppid=17084 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17087/task/17091/stat : 17091 (java) S 17084 17087 14474 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 23208342 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333605706024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17092] ppid=17084 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17087/task/17092/stat : 17092 (java) S 17084 17087 14474 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 22 0 23208342 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333604653480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17093] ppid=17084 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17087/task/17093/stat : 17093 (java) S 17084 17087 14474 0 -1 4202560 44 0 0 0 5 1 0 0 20 0 22 0 23208342 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333603600936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17094] ppid=17084 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17087/task/17094/stat : 17094 (java) S 17084 17087 14474 0 -1 4202560 41 0 0 0 5 2 0 0 20 0 22 0 23208342 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333602548392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17095] ppid=17084 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17087/task/17095/stat : 17095 (java) S 17084 17087 14474 0 -1 4202560 116 0 0 0 5 1 0 0 20 0 22 0 23208342 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333601495848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17096] ppid=17084 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/17087/task/17096/stat : 17096 (java) S 17084 17087 14474 0 -1 4202560 108 0 0 0 4 0 0 0 20 0 22 0 23208342 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333600443304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17097] ppid=17084 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17087/task/17097/stat : 17097 (java) S 17084 17087 14474 0 -1 4202560 113 0 0 0 6 2 0 0 20 0 22 0 23208342 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333599390760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17098] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17098/stat : 17098 (java) S 17084 17087 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333587191912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17099] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17099/stat : 17099 (java) S 17084 17087 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333586138232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17100] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17100/stat : 17100 (java) S 17084 17087 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333585085576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17101] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17101/stat : 17101 (java) S 17084 17087 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23208346 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333584034320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17102] ppid=17084 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/17087/task/17102/stat : 17102 (java) S 17084 17087 14474 0 -1 4202560 10029 0 0 0 108 2 0 0 20 0 22 0 23208346 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333582981688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17103] ppid=17084 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/17087/task/17103/stat : 17103 (java) S 17084 17087 14474 0 -1 4202560 8888 0 0 0 102 2 0 0 20 0 22 0 23208346 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333581929144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17104] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17104/stat : 17104 (java) S 17084 17087 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23208346 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333580876792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17105] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17105/stat : 17105 (java) S 17084 17087 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23208346 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333579824456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17106] ppid=17084 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/17087/task/17106/stat : 17106 (java) R 17084 17087 14474 0 -1 4202560 29 0 0 0 200 0 0 0 20 0 22 0 23208436 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333578768712 140333635918965 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17107] ppid=17084 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/17087/task/17107/stat : 17107 (java) R 17084 17087 14474 0 -1 4202560 73 0 0 0 199 1 0 0 20 0 22 0 23208436 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333577715656 140333636024644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17108] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17108/stat : 17108 (java) S 17084 17087 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23208443 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333576664104 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17109] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17109/stat : 17109 (java) S 17084 17087 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23208445 10060525568 100246 33554432000 1073741824 1073778376 140733666007328 140333575611560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.68
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.27 4.21 4.12 5/220 17109
/proc/meminfo: memFree=29359804/32872528 swapFree=338416/354768
[pid=17087] ppid=17084 vsize=9824732 CPUtime=14.15 cores=0,2,4,6
/proc/17087/stat : 17087 (java) S 17084 17087 14474 0 -1 4202496 23996 0 1 0 1388 27 0 0 20 0 22 0 23208339 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140733665998464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17087/statm: 2456183 141902 2290 9 0 2446860 0
[pid=17087/tid=17089] ppid=17084 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/17087/task/17089/stat : 17089 (java) S 17084 17087 14474 0 -1 4202560 2527 0 1 0 84 4 0 0 20 0 22 0 23208340 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140333763199864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17090] ppid=17084 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/17087/task/17090/stat : 17090 (java) S 17084 17087 14474 0 -1 4202560 180 0 0 0 7 3 0 0 20 0 22 0 23208342 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140333606758568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17091] ppid=17084 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17087/task/17091/stat : 17091 (java) S 17084 17087 14474 0 -1 4202560 51 0 0 0 5 2 0 0 20 0 22 0 23208342 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140333605706024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17092] ppid=17084 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/17087/task/17092/stat : 17092 (java) S 17084 17087 14474 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 23208342 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140333604653480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17093] ppid=17084 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17087/task/17093/stat : 17093 (java) S 17084 17087 14474 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 22 0 23208342 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140333603600936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17094] ppid=17084 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17087/task/17094/stat : 17094 (java) S 17084 17087 14474 0 -1 4202560 49 0 0 0 6 3 0 0 20 0 22 0 23208342 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140333602548392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17095] ppid=17084 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/17087/task/17095/stat : 17095 (java) S 17084 17087 14474 0 -1 4202560 122 0 0 0 6 2 0 0 20 0 22 0 23208342 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140333601495848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17096] ppid=17084 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/17087/task/17096/stat : 17096 (java) S 17084 17087 14474 0 -1 4202560 136 0 0 0 5 2 0 0 20 0 22 0 23208342 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140333600443304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17097] ppid=17084 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17087/task/17097/stat : 17097 (java) S 17084 17087 14474 0 -1 4202560 116 0 0 0 7 2 0 0 20 0 22 0 23208342 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140333599390760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17098] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17098/stat : 17098 (java) S 17084 17087 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140333587191912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17099] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17099/stat : 17099 (java) S 17084 17087 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140333586138232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17100] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17100/stat : 17100 (java) S 17084 17087 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140333585085576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17101] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17101/stat : 17101 (java) S 17084 17087 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23208346 10060525568 141902 33554432000 1073741824 1073778376 140733666007328 140333584034320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17102] ppid=17084 vsize=9824732 CPUtime=1.12 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.16 4.09 4.07 5/220 17222
/proc/meminfo: memFree=26248108/32872528 swapFree=338416/354768
[pid=17087] ppid=17084 vsize=9824732 CPUtime=1647.07 cores=0,2,4,6
/proc/17087/stat : 17087 (java) S 17084 17087 14474 0 -1 4202496 29777 0 1 0 164540 167 0 0 20 0 22 0 23208339 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140733665998464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17087/statm: 2456183 639433 2299 9 0 2446860 0
[pid=17087/tid=17089] ppid=17084 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/17087/task/17089/stat : 17089 (java) S 17084 17087 14474 0 -1 4202560 2535 0 1 0 86 5 0 0 20 0 22 0 23208340 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333763199864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17090] ppid=17084 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/17087/task/17090/stat : 17090 (java) S 17084 17087 14474 0 -1 4202560 494 0 0 0 49 18 0 0 20 0 22 0 23208342 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333606758568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17091] ppid=17084 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/17087/task/17091/stat : 17091 (java) S 17084 17087 14474 0 -1 4202560 394 0 0 0 38 16 0 0 20 0 22 0 23208342 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333605706024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17092] ppid=17084 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/17087/task/17092/stat : 17092 (java) S 17084 17087 14474 0 -1 4202560 377 0 0 0 50 16 0 0 20 0 22 0 23208342 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333604653480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17093] ppid=17084 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/17087/task/17093/stat : 17093 (java) S 17084 17087 14474 0 -1 4202560 309 0 0 0 36 14 0 0 20 0 22 0 23208342 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333603600936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17094] ppid=17084 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/17087/task/17094/stat : 17094 (java) S 17084 17087 14474 0 -1 4202560 352 0 0 0 41 14 0 0 20 0 22 0 23208342 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333602548392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17095] ppid=17084 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/17087/task/17095/stat : 17095 (java) S 17084 17087 14474 0 -1 4202560 364 0 0 0 37 14 0 0 20 0 22 0 23208342 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333601495848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17096] ppid=17084 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/17087/task/17096/stat : 17096 (java) S 17084 17087 14474 0 -1 4202560 390 0 0 0 38 12 0 0 20 0 22 0 23208342 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333600443304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17097] ppid=17084 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/17087/task/17097/stat : 17097 (java) S 17084 17087 14474 0 -1 4202560 394 0 0 0 45 14 0 0 20 0 22 0 23208342 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333599390760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17098] ppid=17084 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/17087/task/17098/stat : 17098 (java) S 17084 17087 14474 0 -1 4202560 1687 0 0 0 109 4 0 0 20 0 22 0 23208343 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333587191912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17099] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17099/stat : 17099 (java) S 17084 17087 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333586138232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17100] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17100/stat : 17100 (java) S 17084 17087 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333585085576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17101] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17101/stat : 17101 (java) S 17084 17087 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23208346 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333584034320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17102] ppid=17084 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/17087/task/17102/stat : 17102 (java) S 17084 17087 14474 0 -1 4202560 10084 0 0 0 140 2 0 0 20 0 22 0 23208346 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333582981688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17103] ppid=17084 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/17087/task/17103/stat : 17103 (java) S 17084 17087 14474 0 -1 4202560 8895 0 0 0 110 2 0 0 20 0 22 0 23208346 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333581929144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17104] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17104/stat : 17104 (java) S 17084 17087 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23208346 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333580876792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17105] ppid=17084 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/17087/task/17105/stat : 17105 (java) S 17084 17087 14474 0 -1 4202560 47 0 0 0 12 10 0 0 20 0 22 0 23208346 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333579824456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17106] ppid=17084 vsize=9824732 CPUtime=818.98 cores=0,2,4,6
/proc/17087/task/17106/stat : 17106 (java) R 17084 17087 14474 0 -1 4202560 398 0 0 0 81879 19 0 0 20 0 22 0 23208436 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333578767520 140333636123595 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17107] ppid=17084 vsize=9824732 CPUtime=818.95 cores=0,2,4,6
/proc/17087/task/17107/stat : 17107 (java) R 17084 17087 14474 0 -1 4202560 1793 0 0 0 81856 39 0 0 20 0 22 0 23208436 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333577713584 140333636366457 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17108] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17108/stat : 17108 (java) S 17084 17087 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23208443 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333576664104 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17109] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17109/stat : 17109 (java) S 17084 17087 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23208445 10060525568 639433 33554432000 1073741824 1073778376 140733666007328 140333575611560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1647.07
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.06 4.07 4.06 5/220 17224
/proc/meminfo: memFree=26228156/32872528 swapFree=338416/354768
[pid=17087] ppid=17084 vsize=9824732 CPUtime=1766.69 cores=0,2,4,6
/proc/17087/stat : 17087 (java) S 17084 17087 14474 0 -1 4202496 30210 0 1 0 176492 177 0 0 20 0 22 0 23208339 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140733665998464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17087/statm: 2456183 644217 2299 9 0 2446860 0
[pid=17087/tid=17089] ppid=17084 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/17087/task/17089/stat : 17089 (java) S 17084 17087 14474 0 -1 4202560 2535 0 1 0 86 5 0 0 20 0 22 0 23208340 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333763199864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17090] ppid=17084 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/17087/task/17090/stat : 17090 (java) S 17084 17087 14474 0 -1 4202560 518 0 0 0 56 19 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333606758568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17091] ppid=17084 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/17087/task/17091/stat : 17091 (java) S 17084 17087 14474 0 -1 4202560 531 0 0 0 43 18 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333605706024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17092] ppid=17084 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/17087/task/17092/stat : 17092 (java) S 17084 17087 14474 0 -1 4202560 399 0 0 0 57 17 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333604653480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17093] ppid=17084 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/17087/task/17093/stat : 17093 (java) S 17084 17087 14474 0 -1 4202560 332 0 0 0 40 14 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333603600936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17094] ppid=17084 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/17087/task/17094/stat : 17094 (java) S 17084 17087 14474 0 -1 4202560 367 0 0 0 43 15 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333602548392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17095] ppid=17084 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/17087/task/17095/stat : 17095 (java) S 17084 17087 14474 0 -1 4202560 398 0 0 0 42 14 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333601495848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17096] ppid=17084 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/17087/task/17096/stat : 17096 (java) S 17084 17087 14474 0 -1 4202560 414 0 0 0 41 13 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333600443304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17097] ppid=17084 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/17087/task/17097/stat : 17097 (java) S 17084 17087 14474 0 -1 4202560 434 0 0 0 50 15 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333599390760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17098] ppid=17084 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/17087/task/17098/stat : 17098 (java) S 17084 17087 14474 0 -1 4202560 1795 0 0 0 171 4 0 0 20 0 22 0 23208343 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333587191912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17099] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17099/stat : 17099 (java) S 17084 17087 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333586138232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17100] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17100/stat : 17100 (java) S 17084 17087 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333585085576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17101] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17101/stat : 17101 (java) S 17084 17087 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23208346 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333584034320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17102] ppid=17084 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/17087/task/17102/stat : 17102 (java) S 17084 17087 14474 0 -1 4202560 10084 0 0 0 140 2 0 0 20 0 22 0 23208346 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333582981688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17103] ppid=17084 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/17087/task/17103/stat : 17103 (java) S 17084 17087 14474 0 -1 4202560 8895 0 0 0 110 2 0 0 20 0 22 0 23208346 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333581929144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17104] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17104/stat : 17104 (java) S 17084 17087 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23208346 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333580876792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17105] ppid=17084 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/17087/task/17105/stat : 17105 (java) S 17084 17087 14474 0 -1 4202560 51 0 0 0 12 11 0 0 20 0 22 0 23208346 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333579824456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17106] ppid=17084 vsize=9824732 CPUtime=878.26 cores=0,2,4,6
/proc/17087/task/17106/stat : 17106 (java) R 17084 17087 14474 0 -1 4202560 400 0 0 0 87806 20 0 0 20 0 22 0 23208436 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333578759904 140333635920349 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17107] ppid=17084 vsize=9824732 CPUtime=878.23 cores=0,2,4,6
/proc/17087/task/17107/stat : 17107 (java) R 17084 17087 14474 0 -1 4202560 1793 0 0 0 87783 40 0 0 20 0 22 0 23208436 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333577713584 140333636030645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17108] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17108/stat : 17108 (java) S 17084 17087 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23208443 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333576664104 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17109] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17109/stat : 17109 (java) S 17084 17087 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23208445 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333575611560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1766.69
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.001 s]
/proc/loadavg: 4.04 4.06 4.06 5/220 17224
/proc/meminfo: memFree=26230224/32872528 swapFree=338416/354768
[pid=17087] ppid=17084 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/17087/stat : 17087 (java) S 17084 17087 14474 0 -1 4202496 30212 0 1 0 179830 177 0 0 20 0 22 0 23208339 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140733665998464 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17087/statm: 2456183 644217 2299 9 0 2446860 0
[pid=17087/tid=17089] ppid=17084 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/17087/task/17089/stat : 17089 (java) S 17084 17087 14474 0 -1 4202560 2535 0 1 0 86 5 0 0 20 0 22 0 23208340 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333763199864 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17090] ppid=17084 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/17087/task/17090/stat : 17090 (java) S 17084 17087 14474 0 -1 4202560 518 0 0 0 56 19 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333606758568 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17091] ppid=17084 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/17087/task/17091/stat : 17091 (java) S 17084 17087 14474 0 -1 4202560 531 0 0 0 43 18 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333605706024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17092] ppid=17084 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/17087/task/17092/stat : 17092 (java) S 17084 17087 14474 0 -1 4202560 399 0 0 0 57 17 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333604653480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17093] ppid=17084 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/17087/task/17093/stat : 17093 (java) S 17084 17087 14474 0 -1 4202560 332 0 0 0 40 14 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333603600936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17094] ppid=17084 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/17087/task/17094/stat : 17094 (java) S 17084 17087 14474 0 -1 4202560 367 0 0 0 43 15 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333602548392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17095] ppid=17084 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/17087/task/17095/stat : 17095 (java) S 17084 17087 14474 0 -1 4202560 398 0 0 0 42 14 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333601495848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17096] ppid=17084 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/17087/task/17096/stat : 17096 (java) S 17084 17087 14474 0 -1 4202560 414 0 0 0 41 13 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333600443304 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17097] ppid=17084 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/17087/task/17097/stat : 17097 (java) S 17084 17087 14474 0 -1 4202560 434 0 0 0 50 15 0 0 20 0 22 0 23208342 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333599390760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17098] ppid=17084 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/17087/task/17098/stat : 17098 (java) S 17084 17087 14474 0 -1 4202560 1795 0 0 0 171 4 0 0 20 0 22 0 23208343 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333587191912 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17099] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17099/stat : 17099 (java) S 17084 17087 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333586138232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17100] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17100/stat : 17100 (java) S 17084 17087 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23208343 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333585085576 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17101] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17101/stat : 17101 (java) S 17084 17087 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23208346 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333584034320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17102] ppid=17084 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/17087/task/17102/stat : 17102 (java) S 17084 17087 14474 0 -1 4202560 10084 0 0 0 140 2 0 0 20 0 22 0 23208346 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333582981688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17103] ppid=17084 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/17087/task/17103/stat : 17103 (java) S 17084 17087 14474 0 -1 4202560 8895 0 0 0 110 2 0 0 20 0 22 0 23208346 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333581929144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17087/tid=17104] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17104/stat : 17104 (java) S 17084 17087 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23208346 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333580876792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17105] ppid=17084 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/17087/task/17105/stat : 17105 (java) S 17084 17087 14474 0 -1 4202560 53 0 0 0 13 11 0 0 20 0 22 0 23208346 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333579824456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17106] ppid=17084 vsize=9824732 CPUtime=894.95 cores=0,2,4,6
/proc/17087/task/17106/stat : 17106 (java) R 17084 17087 14474 0 -1 4202560 400 0 0 0 89475 20 0 0 20 0 22 0 23208436 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333578759904 140333635920364 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17087/tid=17107] ppid=17084 vsize=9824732 CPUtime=894.92 cores=0,2,4,6
/proc/17087/task/17107/stat : 17107 (java) R 17084 17087 14474 0 -1 4202560 1793 0 0 0 89452 40 0 0 20 0 22 0 23208436 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333577713584 140333636365978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17087/tid=17108] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17108/stat : 17108 (java) S 17084 17087 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23208443 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333576664104 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17087/tid=17109] ppid=17084 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17087/task/17109/stat : 17109 (java) S 17084 17087 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23208445 10060525568 644217 33554432000 1073741824 1073778376 140733666007328 140333575611560 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 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 17087 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 899.048
CPU time (s): 1800.67
CPU user time (s): 1798.42
CPU system time (s): 2.25366
CPU usage (%): 200.286
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.42
system time used= 2.25366
maximum resident set size= 3044924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30247
page faults= 1
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21974
involuntary context switches= 12779

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.71313 second user time and 7.2239 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 03:00:16
IDJOB=4100874
IDBENCH=1672
IDSOLVER=2543
FILE ID=node126/4100874-1466211616
RUNJOBID= node126-1466206074-14490
PBS_JOBID= 19918151
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-perold.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100874-1466211616/watcher-4100874-1466211616 -o /tmp/evaluation-result-4100874-1466211616/solver-4100874-1466211616 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100874-1466211616.opb

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

MD5SUM BENCH= 1cb0147510c9838b4e6052b678a2a523
RANDOM SEED=2115143958

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        29768148 kB
Buffers:           46452 kB
Cached:            89800 kB
SwapCached:         1060 kB
Active:          1954348 kB
Inactive:          89420 kB
Active(anon):    1908824 kB
Inactive(anon):      960 kB
Active(file):      45524 kB
Inactive(file):    88460 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100072 kB
Dirty:              2404 kB
Writeback:             0 kB
AnonPages:       2212372 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             571088 kB
SReclaimable:      15348 kB
SUnreclaim:       555740 kB
KernelStack:        1816 kB
PageTables:         8680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2532472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1814528 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= 71732 MiB
End job on node126 at 2016-06-18 03:15:15