Trace number 4081757

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 PB16SAT (TO)13 1800.76 895.465

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_3.opb
MD5SUM0e507441d4bf529adaad354902c51a54
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6216
Sum of products size (including duplicates)12432
Number of different products6216
Sum of products size12432

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081757-1465255074.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.04/0.56	c ... done. Wall clock time 0.436s.
1.04/0.56	c declared #vars     200
1.04/0.56	c internal #vars     6416
1.04/0.56	c #constraints  12632
1.04/0.56	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.04/0.56	c constraints type 
1.04/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6416
1.04/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6216
1.04/0.56	c 12632 constraints processed.
1.04/0.56	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.04/0.56	c constraints type 
1.04/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6416
1.04/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6216
1.04/0.56	c 12632 constraints processed.
1.04/0.56	c objective function length is 200 literals
1.36/0.69	c And the winner is solver0
2.42/1.06	c SATISFIABLE
2.42/1.06	c OPTIMIZING...
2.42/1.06	c Got one! Elapsed wall clock time (in seconds):0.94
2.42/1.06	o 17
2.42/1.09	c And the winner is solver0
2.76/1.56	c Got one! Elapsed wall clock time (in seconds):1.444
2.76/1.56	o 16
3.27/1.73	c And the winner is solver0
3.56/2.07	c Got one! Elapsed wall clock time (in seconds):1.947
3.56/2.07	o 15
11.37/5.58	c cleaning 2851 clauses out of 5702 with flag 15567/5702
11.62/5.63	c And the winner is solver1
11.79/6.07	c Got one! Elapsed wall clock time (in seconds):5.95
11.79/6.07	o 14
19.05/9.62	c cleaning 3961 clauses out of 7922 with flag 20017/10773
28.30/14.18	c cleaning 4981 clauses out of 9962 with flag 42944/16774
39.47/19.60	c cleaning 5991 clauses out of 11981 with flag 69059/23774
51.88/25.78	c cleaning 6992 clauses out of 13984 with flag 99910/31768
66.29/32.81	c cleaning 7997 clauses out of 15995 with flag 134037/40771
82.40/40.76	c cleaning 8986 clauses out of 17995 with flag 168966/50768
99.87/49.35	c cleaning 9999 clauses out of 20009 with flag 210983/61768
120.16/59.42	c cleaning 11000 clauses out of 22012 with flag 253721/73770
140.68/69.69	c cleaning 12006 clauses out of 24011 with flag 299311/86769
165.75/82.54	c cleaning 12990 clauses out of 26004 with flag 349816/100768
189.98/94.64	c cleaning 13996 clauses out of 28014 with flag 405224/115768
219.44/109.38	c cleaning 15009 clauses out of 30018 with flag 460585/131768
247.87/123.55	c cleaning 15990 clauses out of 32009 with flag 519565/148768
277.98/138.53	c cleaning 17000 clauses out of 34019 with flag 583975/166768
311.26/155.14	c cleaning 18002 clauses out of 36019 with flag 649789/185768
345.74/172.33	c cleaning 19008 clauses out of 38018 with flag 718553/205769
365.82/182.30	c And the winner is solver0
366.17/182.73	c Got one! Elapsed wall clock time (in seconds):182.609
366.17/182.73	o 13
374.72/187.06	c cleaning 17851 clauses out of 35712 with flag 19605/222471
384.95/192.11	c cleaning 11930 clauses out of 23861 with flag 40363/228471
395.75/197.54	c cleaning 9454 clauses out of 18930 with flag 64743/235470
408.23/203.79	c cleaning 8723 clauses out of 17476 with flag 91602/243470
420.95/210.04	c cleaning 8862 clauses out of 17755 with flag 122752/252472
435.75/217.49	c cleaning 9434 clauses out of 18890 with flag 158435/262469
452.48/225.72	c cleaning 10228 clauses out of 20457 with flag 196026/273470
470.42/234.66	c cleaning 11116 clauses out of 22232 with flag 235701/285473
490.02/244.33	c cleaning 12044 clauses out of 24114 with flag 279830/298471
511.79/255.15	c cleaning 13018 clauses out of 26069 with flag 329060/312470
535.62/266.94	c cleaning 14021 clauses out of 28051 with flag 382034/327470
547.25/272.64	c cleaning 0 clauses out of 6295 with flag 0/6297
563.88/280.84	c cleaning 15004 clauses out of 30030 with flag 437074/343470
592.99/295.06	c cleaning 16003 clauses out of 32025 with flag 495814/360469
625.65/311.26	c cleaning 17011 clauses out of 34022 with flag 550776/378469
658.87/327.55	c cleaning 17999 clauses out of 36013 with flag 608228/397471
691.56/343.70	c cleaning 18989 clauses out of 38012 with flag 678162/417469
726.25/360.84	c cleaning 20008 clauses out of 40023 with flag 752347/438469
766.41/381.55	c cleaning 21002 clauses out of 42020 with flag 828159/460474
806.90/401.75	c cleaning 22005 clauses out of 44014 with flag 908679/483470
852.05/424.23	c cleaning 22990 clauses out of 46008 with flag 990469/507469
893.39/444.86	c cleaning 24010 clauses out of 48021 with flag 1076458/532472
940.19/468.13	c cleaning 24996 clauses out of 50008 with flag 1167049/558469
984.63/490.21	c cleaning 26002 clauses out of 52012 with flag 1264998/585469
1037.74/516.66	c cleaning 26989 clauses out of 54010 with flag 1359085/613469
1096.83/545.80	c cleaning 28005 clauses out of 56022 with flag 1459705/642470
1157.25/575.70	c cleaning 28997 clauses out of 58016 with flag 1556117/672469
1217.62/605.60	c cleaning 30005 clauses out of 60025 with flag 1654245/703475
1272.14/632.65	c cleaning 30973 clauses out of 62014 with flag 1765500/735469
1329.84/661.38	c cleaning 32013 clauses out of 64042 with flag 1882356/768470
1387.06/689.88	c cleaning 33015 clauses out of 66033 with flag 2003656/802474
1452.48/722.47	c cleaning 34002 clauses out of 68013 with flag 2124629/837469
1524.70/758.49	c cleaning 35005 clauses out of 70011 with flag 2252631/873469
1596.89/794.34	c cleaning 35992 clauses out of 72008 with flag 2384215/910471
1667.81/829.68	c cleaning 36977 clauses out of 74016 with flag 2520568/948471
1739.07/865.16	c cleaning 38016 clauses out of 76039 with flag 2658110/987471
1800.19/895.41	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.19/895.41	c starts		: 3751
1800.19/895.41	c conflicts		: 1021194
1800.19/895.41	c decisions		: 3396935
1800.19/895.41	c propagations		: 1141940252
1800.19/895.41	c inspects		: 7199332083
1800.19/895.41	c shortcuts		: 0
1800.19/895.41	c learnt literals	: 0
1800.19/895.41	c learnt binary clauses	: 0
1800.19/895.41	c learnt ternary clauses	: 4
1800.19/895.41	c learnt constraints	: 1021194
1800.19/895.41	c ignored constraints	: 0
1800.19/895.41	c root simplifications	: 0
1800.19/895.41	c removed literals (reason simplification)	: 176386
1800.19/895.41	c reason swapping (by a shorter reason)	: 0
1800.19/895.41	c Calls to reduceDB	: 52
1800.19/895.41	c Number of update (reduction) of LBD	: 498124
1800.19/895.41	c Imported unit clauses	: 0
1800.19/895.41	c number of reductions to clauses (during analyze)	: 0
1800.19/895.41	c number of learned constraints concerned by reduction	: 0
1800.19/895.41	c number of learning phase by resolution	: 0
1800.19/895.41	c number of learning phase by cutting planes	: 0
1800.19/895.41	c speed (assignments/second)	: 1284032.5815015421
1800.19/895.41	c non guided choices	0
1800.19/895.43	c learnt constraints type 
1800.19/895.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 71746
1800.19/895.43	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.19/895.43	c starts		: 52
1800.19/895.43	c conflicts		: 11497
1800.19/895.43	c decisions		: 25950
1800.19/895.43	c propagations		: 3222770
1800.19/895.43	c inspects		: 906848633
1800.19/895.43	c shortcuts		: 0
1800.19/895.43	c learnt literals	: 0
1800.19/895.43	c learnt binary clauses	: 0
1800.19/895.43	c learnt ternary clauses	: 0
1800.19/895.43	c learnt constraints	: 11495
1800.19/895.43	c ignored constraints	: 0
1800.19/895.43	c root simplifications	: 0
1800.19/895.43	c removed literals (reason simplification)	: 0
1800.19/895.43	c reason swapping (by a shorter reason)	: 0
1800.19/895.43	c Calls to reduceDB	: 1
1800.19/895.43	c Number of update (reduction) of LBD	: 0
1800.19/895.43	c Imported unit clauses	: 0
1800.19/895.43	c number of reductions to clauses (during analyze)	: 0
1800.19/895.43	c number of learned constraints concerned by reduction	: 0
1800.19/895.43	c number of learning phase by resolution	: 0
1800.19/895.43	c number of learning phase by cutting planes	: 0
1800.19/895.43	c speed (assignments/second)	: 4521.897620748054
1800.19/895.43	c non guided choices	0
1800.19/895.44	c learnt constraints type 
1800.19/895.44	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.19/895.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 264
1800.19/895.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11229
1800.19/895.44	s SATISFIABLE
1800.19/895.44	c Found 5 solution(s)
1800.19/895.44	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
1800.19/895.44	c objective function=13
1800.19/895.44	c Total wall clock time (in seconds): 895.322

Verifier Data

OK	13

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

pid=20358
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.20 4.18 4.17 4/199 20361
/proc/meminfo: memFree=27719752/32872528 swapFree=15540/1663004
[pid=20361] ppid=20358 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/20361/stat : 20361 (java) D 20358 20361 15677 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 107440163 9515008 184 33554432000 1073741824 1073778376 140733684316208 140733684307432 273905511863 0 0 4096 0 18446744072100764964 0 0 17 0 0 0 0 0 0
/proc/20361/statm: 2323 184 142 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.20 4.18 4.17 4/199 20361
/proc/meminfo: memFree=27719752/32872528 swapFree=15540/1663004
[pid=20361] ppid=20358 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/20361/stat : 20361 (java) S 20358 20361 15677 0 -1 4202496 4410 0 1 0 8 1 0 0 20 0 18 0 107440163 9787879424 6045 33554432000 1073741824 1073778376 140733689280000 140733689271136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20361/statm: 2389619 6045 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 4.20 4.18 4.17 4/199 20361
/proc/meminfo: memFree=27719752/32872528 swapFree=15540/1663004
[pid=20361] ppid=20358 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/20361/stat : 20361 (java) S 20358 20361 15677 0 -1 4202496 4583 0 1 0 20 1 0 0 20 0 18 0 107440163 9787879424 7208 33554432000 1073741824 1073778376 140733689280000 140733689271136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20361/statm: 2389619 7208 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 4.20 4.18 4.17 4/199 20361
/proc/meminfo: memFree=27719752/32872528 swapFree=15540/1663004
[pid=20361] ppid=20358 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/20361/stat : 20361 (java) S 20358 20361 15677 0 -1 4202496 5824 0 1 0 45 2 0 0 20 0 18 0 107440163 9787879424 9099 33554432000 1073741824 1073778376 140733689280000 140733689271136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20361/statm: 2389619 9099 2228 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700159 s]
/proc/loadavg: 4.20 4.18 4.17 4/199 20361
/proc/meminfo: memFree=27719752/32872528 swapFree=15540/1663004
[pid=20361] ppid=20358 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/20361/stat : 20361 (java) S 20358 20361 15677 0 -1 4202496 23817 0 1 0 169 8 0 0 20 0 20 0 107440163 10060525568 26609 33554432000 1073741824 1073778376 140733689280000 140733689271136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20361/statm: 2456183 26609 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824732

[startup+1.50078 s]
/proc/loadavg: 4.20 4.18 4.17 5/218 20386
/proc/meminfo: memFree=27614736/32872528 swapFree=15540/1663004
[pid=20361] ppid=20358 vsize=9824732 CPUtime=2.76 cores=0,2,4,6
/proc/20361/stat : 20361 (java) S 20358 20361 15677 0 -1 4202496 28972 0 1 0 264 12 0 0 20 0 19 0 107440163 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140733689271136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20361/statm: 2456183 28440 2269 9 0 2446860 0
[pid=20361/tid=20363] ppid=20358 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/20361/task/20363/stat : 20363 (java) S 20358 20361 15677 0 -1 4202560 2444 0 1 0 51 2 0 0 20 0 19 0 107440164 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699794019192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20364] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20364/stat : 20364 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107440165 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699783080872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20365] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20365/stat : 20365 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107440165 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699782028328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20366] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20366/stat : 20366 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107440165 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699780975272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20367] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20367/stat : 20367 (java) S 20358 20361 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 107440165 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699779922728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20368] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20368/stat : 20368 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107440165 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699778869672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20369] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20369/stat : 20369 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107440165 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699777817128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20370] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20370/stat : 20370 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107440165 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699776764072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20371] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20371/stat : 20371 (java) S 20358 20361 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107440165 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699775711528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20372] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20372/stat : 20372 (java) S 20358 20361 15677 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107440166 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699618065256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20373] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20373/stat : 20373 (java) S 20358 20361 15677 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107440167 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699617011576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20374] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20374/stat : 20374 (java) S 20358 20361 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107440167 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699615958408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20375] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20375/stat : 20375 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107440169 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699614907152 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20376] ppid=20358 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/20361/task/20376/stat : 20376 (java) S 20358 20361 15677 0 -1 4202560 13516 0 0 0 86 3 0 0 20 0 19 0 107440169 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699613854008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20377] ppid=20358 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/20361/task/20377/stat : 20377 (java) S 20358 20361 15677 0 -1 4202560 11664 0 0 0 88 3 0 0 20 0 19 0 107440169 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699612801464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20378] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20378/stat : 20378 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107440169 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699611748600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20379] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20379/stat : 20379 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107440169 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699610696264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20383] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20383/stat : 20383 (java) S 20358 20361 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107440221 10060525568 28440 33554432000 1073741824 1073778376 140733689280000 140699603973544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.20 4.18 4.17 7/221 20392
/proc/meminfo: memFree=27585008/32872528 swapFree=15540/1663004
[pid=20361] ppid=20358 vsize=9824732 CPUtime=6.08 cores=0,2,4,6
/proc/20361/stat : 20361 (java) S 20358 20361 15677 0 -1 4202496 29826 0 1 0 590 18 0 0 20 0 22 0 107440163 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140733689271136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20361/statm: 2456183 56201 2287 9 0 2446860 0
[pid=20361/tid=20363] ppid=20358 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/20361/task/20363/stat : 20363 (java) S 20358 20361 15677 0 -1 4202560 2445 0 1 0 51 2 0 0 20 0 22 0 107440164 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699794019192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20364] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20364/stat : 20364 (java) S 20358 20361 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107440165 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699783080872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20365] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20365/stat : 20365 (java) S 20358 20361 15677 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107440165 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699782028328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20366] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20366/stat : 20366 (java) S 20358 20361 15677 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 107440165 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699780975272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20367] ppid=20358 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20361/task/20367/stat : 20367 (java) S 20358 20361 15677 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 107440165 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699779922728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20368] ppid=20358 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20361/task/20368/stat : 20368 (java) S 20358 20361 15677 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 107440165 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699778869672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20369] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20369/stat : 20369 (java) S 20358 20361 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107440165 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699777817128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20370] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20370/stat : 20370 (java) S 20358 20361 15677 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 107440165 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699776764072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20371] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20371/stat : 20371 (java) S 20358 20361 15677 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107440165 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699775711528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20372] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20372/stat : 20372 (java) S 20358 20361 15677 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 107440166 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699618065256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20373] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20373/stat : 20373 (java) S 20358 20361 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107440167 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699617011576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20374] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20374/stat : 20374 (java) S 20358 20361 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107440167 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699615958408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20375] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20375/stat : 20375 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107440169 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699614907152 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20376] ppid=20358 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/20361/task/20376/stat : 20376 (java) S 20358 20361 15677 0 -1 4202560 14180 0 0 0 134 3 0 0 20 0 22 0 107440169 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699613854008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20377] ppid=20358 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/20361/task/20377/stat : 20377 (java) R 20358 20361 15677 0 -1 4202560 11673 0 0 0 132 3 0 0 20 0 22 0 107440169 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699612801464 140699800474984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20378] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20378/stat : 20378 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107440169 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699611748600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20379] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20379/stat : 20379 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107440169 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699610696264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20383] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20383/stat : 20383 (java) S 20358 20361 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107440221 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699603973544 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20390] ppid=20358 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/20361/task/20390/stat : 20390 (java) R 20358 20361 15677 0 -1 4202560 3 0 0 0 96 0 0 0 20 0 22 0 107440370 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699606819848 140699656762688 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20391] ppid=20358 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/20361/task/20391/stat : 20391 (java) R 20358 20361 15677 0 -1 4202560 44 0 0 0 97 1 0 0 20 0 22 0 107440370 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699607871928 140699657058109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20392] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20392/stat : 20392 (java) S 20358 20361 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107440370 10060525568 56201 33554432000 1073741824 1073778376 140733689280000 140699609642024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.26 4.20 4.18 6/221 20392
/proc/meminfo: memFree=27344148/32872528 swapFree=15540/1663004
[pid=20361] ppid=20358 vsize=9824732 CPUtime=12.24 cores=0,2,4,6
/proc/20361/stat : 20361 (java) S 20358 20361 15677 0 -1 4202496 31744 0 1 0 1194 30 0 0 20 0 22 0 107440163 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140733689271136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20361/statm: 2456183 99536 2295 9 0 2446860 0
[pid=20361/tid=20363] ppid=20358 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/20361/task/20363/stat : 20363 (java) S 20358 20361 15677 0 -1 4202560 2446 0 1 0 51 2 0 0 20 0 22 0 107440164 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699794019192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20364] ppid=20358 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20361/task/20364/stat : 20364 (java) S 20358 20361 15677 0 -1 4202560 107 0 0 0 3 2 0 0 20 0 22 0 107440165 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699783080872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20365] ppid=20358 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20361/task/20365/stat : 20365 (java) S 20358 20361 15677 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 107440165 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699782028328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20366] ppid=20358 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20361/task/20366/stat : 20366 (java) S 20358 20361 15677 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 22 0 107440165 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699780975272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20367] ppid=20358 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20361/task/20367/stat : 20367 (java) S 20358 20361 15677 0 -1 4202560 136 0 0 0 4 2 0 0 20 0 22 0 107440165 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699779922728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20368] ppid=20358 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20361/task/20368/stat : 20368 (java) S 20358 20361 15677 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 22 0 107440165 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699778869672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20369] ppid=20358 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/20361/task/20369/stat : 20369 (java) S 20358 20361 15677 0 -1 4202560 90 0 0 0 2 1 0 0 20 0 22 0 107440165 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699777817128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20370] ppid=20358 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20361/task/20370/stat : 20370 (java) S 20358 20361 15677 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 22 0 107440165 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699776764072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20371] ppid=20358 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20361/task/20371/stat : 20371 (java) S 20358 20361 15677 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 22 0 107440165 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699775711528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20372] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20372/stat : 20372 (java) S 20358 20361 15677 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 107440166 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699618065256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20373] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20373/stat : 20373 (java) S 20358 20361 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107440167 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699617011576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20374] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20374/stat : 20374 (java) S 20358 20361 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107440167 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699615958408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20375] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20375/stat : 20375 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107440169 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699614907152 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20376] ppid=20358 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/20361/task/20376/stat : 20376 (java) S 20358 20361 15677 0 -1 4202560 15438 0 0 0 152 4 0 0 20 0 22 0 107440169 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699613854008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20377] ppid=20358 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/20361/task/20377/stat : 20377 (java) S 20358 20361 15677 0 -1 4202560 11679 0 0 0 164 3 0 0 20 0 22 0 107440169 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699612801464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20378] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20378/stat : 20378 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107440169 10060525568 99536 33554432000 1073741824 1073778376 140733689280000 140699611748600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20379] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

[startup+822.301 s]
/proc/loadavg: 4.25 4.18 4.17 6/221 20519
/proc/meminfo: memFree=23127356/32872528 swapFree=15540/1663004
[pid=20361] ppid=20358 vsize=9824732 CPUtime=1653.09 cores=0,2,4,6
/proc/20361/stat : 20361 (java) S 20358 20361 15677 0 -1 4202496 39754 0 1 0 165120 189 0 0 20 0 22 0 107440163 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140733689271136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20361/statm: 2456183 893928 2303 9 0 2446860 0
[pid=20361/tid=20363] ppid=20358 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/20361/task/20363/stat : 20363 (java) S 20358 20361 15677 0 -1 4202560 2451 0 1 0 54 3 0 0 20 0 22 0 107440164 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699794019192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20364] ppid=20358 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/20361/task/20364/stat : 20364 (java) S 20358 20361 15677 0 -1 4202560 629 0 0 0 263 12 0 0 20 0 22 0 107440165 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699783080872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20365] ppid=20358 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/20361/task/20365/stat : 20365 (java) S 20358 20361 15677 0 -1 4202560 571 0 0 0 311 16 0 0 20 0 22 0 107440165 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699782028328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20366] ppid=20358 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/20361/task/20366/stat : 20366 (java) S 20358 20361 15677 0 -1 4202560 549 0 0 0 298 12 0 0 20 0 22 0 107440165 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699780975272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20367] ppid=20358 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/20361/task/20367/stat : 20367 (java) S 20358 20361 15677 0 -1 4202560 729 0 0 0 274 16 0 0 20 0 22 0 107440165 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699779922728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20368] ppid=20358 vsize=9824732 CPUtime=3.2 cores=0,2,4,6
/proc/20361/task/20368/stat : 20368 (java) S 20358 20361 15677 0 -1 4202560 567 0 0 0 304 16 0 0 20 0 22 0 107440165 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699778869672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20369] ppid=20358 vsize=9824732 CPUtime=2.99 cores=0,2,4,6
/proc/20361/task/20369/stat : 20369 (java) S 20358 20361 15677 0 -1 4202560 561 0 0 0 288 11 0 0 20 0 22 0 107440165 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699777817128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20370] ppid=20358 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/20361/task/20370/stat : 20370 (java) S 20358 20361 15677 0 -1 4202560 655 0 0 0 280 12 0 0 20 0 22 0 107440165 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699776764072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20371] ppid=20358 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/20361/task/20371/stat : 20371 (java) S 20358 20361 15677 0 -1 4202560 708 0 0 0 287 15 0 0 20 0 22 0 107440165 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699775711528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20372] ppid=20358 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/20361/task/20372/stat : 20372 (java) S 20358 20361 15677 0 -1 4202560 1986 0 0 0 224 5 0 0 20 0 22 0 107440166 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699618065256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20373] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20373/stat : 20373 (java) S 20358 20361 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107440167 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699617011576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20374] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20374/stat : 20374 (java) S 20358 20361 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107440167 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699615958408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20375] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20375/stat : 20375 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107440169 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699614907152 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20376] ppid=20358 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/20361/task/20376/stat : 20376 (java) S 20358 20361 15677 0 -1 4202560 15439 0 0 0 160 4 0 0 20 0 22 0 107440169 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699613854008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20377] ppid=20358 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/20361/task/20377/stat : 20377 (java) S 20358 20361 15677 0 -1 4202560 11686 0 0 0 240 3 0 0 20 0 22 0 107440169 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699612801464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20378] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20378/stat : 20378 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107440169 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699611748600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20379] ppid=20358 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/20361/task/20379/stat : 20379 (java) S 20358 20361 15677 0 -1 4202560 47 0 0 0 11 18 0 0 20 0 22 0 107440169 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699610696264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20395] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20395/stat : 20395 (java) S 20358 20361 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107440771 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699603973032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20403] ppid=20358 vsize=9824732 CPUtime=632.81 cores=0,2,4,6
/proc/20361/task/20403/stat : 20403 (java) R 20358 20361 15677 0 -1 4202560 8 0 0 0 63272 9 0 0 20 0 22 0 107458436 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699607871392 140699656762811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20404] ppid=20358 vsize=9824732 CPUtime=632.86 cores=0,2,4,6
/proc/20361/task/20404/stat : 20404 (java) R 20358 20361 15677 0 -1 4202560 59 0 0 0 63275 11 0 0 20 0 22 0 107458436 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699606820056 140699657056473 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20405] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20405/stat : 20405 (java) S 20358 20361 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107458437 10060525568 893928 33554432000 1073741824 1073778376 140733689280000 140699609642280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1653.09
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.22 4.18 4.17 5/221 20520
/proc/meminfo: memFree=23115564/32872528 swapFree=15540/1663004
[pid=20361] ppid=20358 vsize=9824732 CPUtime=1773.81 cores=0,2,4,6
/proc/20361/stat : 20361 (java) S 20358 20361 15677 0 -1 4202496 40282 0 1 0 177189 192 0 0 20 0 22 0 107440163 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140733689271136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20361/statm: 2456183 901067 2303 9 0 2446860 0
[pid=20361/tid=20363] ppid=20358 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/20361/task/20363/stat : 20363 (java) S 20358 20361 15677 0 -1 4202560 2451 0 1 0 54 4 0 0 20 0 22 0 107440164 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699794019192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20364] ppid=20358 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/20361/task/20364/stat : 20364 (java) S 20358 20361 15677 0 -1 4202560 632 0 0 0 285 12 0 0 20 0 22 0 107440165 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699783080872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20365] ppid=20358 vsize=9824732 CPUtime=3.41 cores=0,2,4,6
/proc/20361/task/20365/stat : 20365 (java) S 20358 20361 15677 0 -1 4202560 610 0 0 0 325 16 0 0 20 0 22 0 107440165 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699782028328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20366] ppid=20358 vsize=9824732 CPUtime=3.28 cores=0,2,4,6
/proc/20361/task/20366/stat : 20366 (java) S 20358 20361 15677 0 -1 4202560 727 0 0 0 316 12 0 0 20 0 22 0 107440165 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699780975272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20367] ppid=20358 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/20361/task/20367/stat : 20367 (java) S 20358 20361 15677 0 -1 4202560 732 0 0 0 293 17 0 0 20 0 22 0 107440165 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699779922728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20368] ppid=20358 vsize=9824732 CPUtime=3.34 cores=0,2,4,6
/proc/20361/task/20368/stat : 20368 (java) S 20358 20361 15677 0 -1 4202560 590 0 0 0 318 16 0 0 20 0 22 0 107440165 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699778869672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20369] ppid=20358 vsize=9824732 CPUtime=3.25 cores=0,2,4,6
/proc/20361/task/20369/stat : 20369 (java) S 20358 20361 15677 0 -1 4202560 729 0 0 0 314 11 0 0 20 0 22 0 107440165 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699777817128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20370] ppid=20358 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/20361/task/20370/stat : 20370 (java) S 20358 20361 15677 0 -1 4202560 749 0 0 0 300 12 0 0 20 0 22 0 107440165 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699776764072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20371] ppid=20358 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/20361/task/20371/stat : 20371 (java) S 20358 20361 15677 0 -1 4202560 712 0 0 0 307 15 0 0 20 0 22 0 107440165 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699775711528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20372] ppid=20358 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/20361/task/20372/stat : 20372 (java) S 20358 20361 15677 0 -1 4202560 1993 0 0 0 224 6 0 0 20 0 22 0 107440166 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699618065256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20373] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20373/stat : 20373 (java) S 20358 20361 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107440167 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699617011576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20374] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20374/stat : 20374 (java) S 20358 20361 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107440167 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699615958408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20375] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20375/stat : 20375 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107440169 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699614907152 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20376] ppid=20358 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/20361/task/20376/stat : 20376 (java) S 20358 20361 15677 0 -1 4202560 15439 0 0 0 160 4 0 0 20 0 22 0 107440169 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699613854008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20377] ppid=20358 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/20361/task/20377/stat : 20377 (java) S 20358 20361 15677 0 -1 4202560 11686 0 0 0 240 3 0 0 20 0 22 0 107440169 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699612801464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20378] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20378/stat : 20378 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107440169 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699611748600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20379] ppid=20358 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/20361/task/20379/stat : 20379 (java) S 20358 20361 15677 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 107440169 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699610696264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20395] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20395/stat : 20395 (java) S 20358 20361 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107440771 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699603973032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20403] ppid=20358 vsize=9824732 CPUtime=692.42 cores=0,2,4,6
/proc/20361/task/20403/stat : 20403 (java) R 20358 20361 15677 0 -1 4202560 9 0 0 0 69232 10 0 0 20 0 22 0 107458436 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699607871392 140699656762811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20404] ppid=20358 vsize=9824732 CPUtime=692.44 cores=0,2,4,6
/proc/20361/task/20404/stat : 20404 (java) R 20358 20361 15677 0 -1 4202560 63 0 0 0 69232 12 0 0 20 0 22 0 107458436 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699606820200 140699656758748 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20405] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20405/stat : 20405 (java) S 20358 20361 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107458437 10060525568 901067 33554432000 1073741824 1073778376 140733689280000 140699609642280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1773.81
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.401 s]
/proc/loadavg: 4.25 4.18 4.17 5/221 20520
/proc/meminfo: memFree=23113396/32872528 swapFree=15540/1663004
[pid=20361] ppid=20358 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/20361/stat : 20361 (java) S 20358 20361 15677 0 -1 4202496 40287 0 1 0 179826 193 0 0 20 0 22 0 107440163 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140733689271136 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/20361/statm: 2456183 901582 2303 9 0 2446860 0
[pid=20361/tid=20363] ppid=20358 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/20361/task/20363/stat : 20363 (java) S 20358 20361 15677 0 -1 4202560 2451 0 1 0 54 4 0 0 20 0 22 0 107440164 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699794019192 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20364] ppid=20358 vsize=9824732 CPUtime=3 cores=0,2,4,6
/proc/20361/task/20364/stat : 20364 (java) S 20358 20361 15677 0 -1 4202560 632 0 0 0 288 12 0 0 20 0 22 0 107440165 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699783080872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20365] ppid=20358 vsize=9824732 CPUtime=3.46 cores=0,2,4,6
/proc/20361/task/20365/stat : 20365 (java) S 20358 20361 15677 0 -1 4202560 610 0 0 0 330 16 0 0 20 0 22 0 107440165 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699782028328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20366] ppid=20358 vsize=9824732 CPUtime=3.38 cores=0,2,4,6
/proc/20361/task/20366/stat : 20366 (java) S 20358 20361 15677 0 -1 4202560 727 0 0 0 326 12 0 0 20 0 22 0 107440165 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699780975272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20367] ppid=20358 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/20361/task/20367/stat : 20367 (java) S 20358 20361 15677 0 -1 4202560 733 0 0 0 299 17 0 0 20 0 22 0 107440165 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699779922728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20368] ppid=20358 vsize=9824732 CPUtime=3.39 cores=0,2,4,6
/proc/20361/task/20368/stat : 20368 (java) S 20358 20361 15677 0 -1 4202560 590 0 0 0 323 16 0 0 20 0 22 0 107440165 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699778869672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20369] ppid=20358 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/20361/task/20369/stat : 20369 (java) S 20358 20361 15677 0 -1 4202560 729 0 0 0 316 11 0 0 20 0 22 0 107440165 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699777817128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20370] ppid=20358 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/20361/task/20370/stat : 20370 (java) S 20358 20361 15677 0 -1 4202560 752 0 0 0 302 12 0 0 20 0 22 0 107440165 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699776764072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20371] ppid=20358 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/20361/task/20371/stat : 20371 (java) S 20358 20361 15677 0 -1 4202560 712 0 0 0 312 15 0 0 20 0 22 0 107440165 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699775711528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20372] ppid=20358 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/20361/task/20372/stat : 20372 (java) S 20358 20361 15677 0 -1 4202560 1993 0 0 0 224 6 0 0 20 0 22 0 107440166 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699618065256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20373] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20373/stat : 20373 (java) S 20358 20361 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107440167 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699617011576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20374] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20374/stat : 20374 (java) S 20358 20361 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107440167 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699615958408 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20375] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20375/stat : 20375 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107440169 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699614907152 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20376] ppid=20358 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/20361/task/20376/stat : 20376 (java) S 20358 20361 15677 0 -1 4202560 15439 0 0 0 160 4 0 0 20 0 22 0 107440169 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699613854008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20377] ppid=20358 vsize=9824732 CPUtime=2.43 cores=0,2,4,6
/proc/20361/task/20377/stat : 20377 (java) S 20358 20361 15677 0 -1 4202560 11686 0 0 0 240 3 0 0 20 0 22 0 107440169 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699612801464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20378] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20378/stat : 20378 (java) S 20358 20361 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107440169 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699611748600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20379] ppid=20358 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/20361/task/20379/stat : 20379 (java) S 20358 20361 15677 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 107440169 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699610696264 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20361/tid=20395] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20395/stat : 20395 (java) S 20358 20361 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107440771 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699603973032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20361/tid=20403] ppid=20358 vsize=9824732 CPUtime=705.42 cores=0,2,4,6
/proc/20361/task/20403/stat : 20403 (java) R 20358 20361 15677 0 -1 4202560 9 0 0 0 70532 10 0 0 20 0 22 0 107458436 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699607871392 140699656762409 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20361/tid=20404] ppid=20358 vsize=9824732 CPUtime=705.43 cores=0,2,4,6
/proc/20361/task/20404/stat : 20404 (java) R 20358 20361 15677 0 -1 4202560 64 0 0 0 70530 13 0 0 20 0 22 0 107458436 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699606819856 140699657027780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20361/tid=20405] ppid=20358 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20361/task/20405/stat : 20405 (java) S 20358 20361 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107458437 10060525568 901582 33554432000 1073741824 1073778376 140733689280000 140699609642280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 20361 sig 9
??? kill -20361 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.465
CPU time (s): 1800.76
CPU user time (s): 1798.43
CPU system time (s): 2.33365
CPU usage (%): 201.098
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.43
system time used= 2.33364
maximum resident set size= 3606440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40323
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24007
involuntary context switches= 29852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.54216 second user time and 7.74482 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-07 01:17:54
IDJOB=4081757
IDBENCH=48158
IDSOLVER=2543
FILE ID=node134/4081757-1465255074
RUNJOBID= node134-1465243580-15693
PBS_JOBID= 19843249
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081757-1465255074/watcher-4081757-1465255074 -o /tmp/evaluation-result-4081757-1465255074/solver-4081757-1465255074 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15693 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081757-1465255074.opb

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

MD5SUM BENCH= 0e507441d4bf529adaad354902c51a54
RANDOM SEED=1843100196

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.403
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:        27720652 kB
Buffers:           52692 kB
Cached:           120316 kB
SwapCached:         1804 kB
Active:          2670212 kB
Inactive:         102344 kB
Active(anon):    2600768 kB
Inactive(anon):     1040 kB
Active(file):      69444 kB
Inactive(file):   101304 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098296 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:       4280280 kB
Mapped:            15456 kB
Shmem:                 0 kB
Slab:             568748 kB
SReclaimable:      12724 kB
SUnreclaim:       556024 kB
KernelStack:        1824 kB
PageTables:        12600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4530624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4216832 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 node134 at 2016-06-07 01:32:49