Trace number 3456696

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 CuttingPlanes 2.3.0SAT (TO)16384 1800.26 1793.4

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos5.opb
MD5SUM687e90f40c46b53feec9c54ee9b43fa6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15360
Best CPU time to get the best result obtained on this benchmark1798.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15360
Optimality of the best value was proved NO
Number of variables163
Total number of constraints73
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints70
Minimum length of a constraint11
Maximum length of a constraint102
Number of terms in the objective function 163
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 74742
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 74742
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3456696-1307217681.opb
0.10/0.10	c reading problem ... 
0.30/0.22	c ... done. Wall clock time 0.117s.
0.30/0.22	c #vars     163
0.30/0.22	c #constraints  73
0.30/0.22	c constraints type 
0.30/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.30/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70
0.30/0.27	c SATISFIABLE
0.30/0.27	c OPTIMIZING...
0.30/0.27	c Got one! Elapsed wall clock time (in seconds):0.163
0.30/0.27	o 20478
0.58/0.30	c Got one! Elapsed wall clock time (in seconds):0.191
0.58/0.30	o 19772
0.58/0.36	c Got one! Elapsed wall clock time (in seconds):0.256
0.58/0.36	o 19748
0.58/0.39	c Got one! Elapsed wall clock time (in seconds):0.288
0.58/0.39	o 19747
0.87/0.40	c Got one! Elapsed wall clock time (in seconds):0.295
0.87/0.40	o 19740
0.87/0.41	c Got one! Elapsed wall clock time (in seconds):0.31
0.87/0.41	o 19458
0.87/0.43	c Got one! Elapsed wall clock time (in seconds):0.321
0.87/0.43	o 19456
0.87/0.44	c Got one! Elapsed wall clock time (in seconds):0.337
0.87/0.44	o 19010
0.87/0.45	c Got one! Elapsed wall clock time (in seconds):0.347
0.87/0.45	o 19009
0.87/0.46	c Got one! Elapsed wall clock time (in seconds):0.35
0.87/0.46	o 18946
0.87/0.47	c Got one! Elapsed wall clock time (in seconds):0.366
0.87/0.47	o 18945
0.87/0.49	c Got one! Elapsed wall clock time (in seconds):0.388
0.87/0.49	o 18944
1.07/0.51	c Got one! Elapsed wall clock time (in seconds):0.402
1.07/0.51	o 18563
1.07/0.52	c Got one! Elapsed wall clock time (in seconds):0.42
1.07/0.52	o 18562
1.07/0.53	c Got one! Elapsed wall clock time (in seconds):0.426
1.07/0.53	o 18435
1.07/0.54	c Got one! Elapsed wall clock time (in seconds):0.435
1.07/0.54	o 18434
1.07/0.55	c Got one! Elapsed wall clock time (in seconds):0.444
1.07/0.55	o 18433
1.07/0.55	c Got one! Elapsed wall clock time (in seconds):0.448
1.07/0.55	o 18432
1.27/0.60	c Got one! Elapsed wall clock time (in seconds):0.494
1.27/0.60	o 18431
1.27/0.63	c Got one! Elapsed wall clock time (in seconds):0.523
1.27/0.63	o 18430
1.27/0.63	c Got one! Elapsed wall clock time (in seconds):0.528
1.27/0.63	o 18304
1.27/0.64	c Got one! Elapsed wall clock time (in seconds):0.539
1.27/0.64	o 18303
1.27/0.65	c Got one! Elapsed wall clock time (in seconds):0.545
1.27/0.65	o 18301
1.27/0.67	c Got one! Elapsed wall clock time (in seconds):0.568
1.27/0.67	o 18240
1.27/0.68	c Got one! Elapsed wall clock time (in seconds):0.575
1.27/0.68	o 18176
1.27/0.69	c Got one! Elapsed wall clock time (in seconds):0.587
1.27/0.69	o 18175
1.56/0.70	c Got one! Elapsed wall clock time (in seconds):0.597
1.56/0.70	o 18174
1.56/0.71	c Got one! Elapsed wall clock time (in seconds):0.606
1.56/0.71	o 18173
1.56/0.72	c Got one! Elapsed wall clock time (in seconds):0.612
1.56/0.72	o 18168
1.56/0.74	c Got one! Elapsed wall clock time (in seconds):0.632
1.56/0.74	o 18167
1.56/0.75	c Got one! Elapsed wall clock time (in seconds):0.645
1.56/0.75	o 18166
1.56/0.76	c Got one! Elapsed wall clock time (in seconds):0.657
1.56/0.76	o 18163
1.56/0.78	c Got one! Elapsed wall clock time (in seconds):0.674
1.56/0.78	o 18162
1.56/0.79	c Got one! Elapsed wall clock time (in seconds):0.681
1.56/0.79	o 18160
1.56/0.79	c Got one! Elapsed wall clock time (in seconds):0.69
1.56/0.79	o 18151
1.74/0.81	c Got one! Elapsed wall clock time (in seconds):0.702
1.74/0.81	o 18150
1.74/0.81	c Got one! Elapsed wall clock time (in seconds):0.709
1.74/0.81	o 18138
1.74/0.83	c Got one! Elapsed wall clock time (in seconds):0.728
1.74/0.83	o 18137
1.74/0.85	c Got one! Elapsed wall clock time (in seconds):0.743
1.74/0.85	o 18128
1.74/0.86	c Got one! Elapsed wall clock time (in seconds):0.755
1.74/0.86	o 18127
1.74/0.88	c Got one! Elapsed wall clock time (in seconds):0.774
1.74/0.88	o 18126
1.74/0.89	c Got one! Elapsed wall clock time (in seconds):0.783
1.74/0.89	o 18123
1.74/0.89	c Got one! Elapsed wall clock time (in seconds):0.79
1.74/0.89	o 18120
1.85/0.90	c Got one! Elapsed wall clock time (in seconds):0.8
1.85/0.90	o 18119
1.85/0.92	c Got one! Elapsed wall clock time (in seconds):0.82
1.85/0.92	o 18118
1.85/0.94	c Got one! Elapsed wall clock time (in seconds):0.832
1.85/0.94	o 18117
1.85/0.95	c Got one! Elapsed wall clock time (in seconds):0.841
1.85/0.95	o 18115
1.85/0.95	c Got one! Elapsed wall clock time (in seconds):0.849
1.85/0.95	o 18112
1.85/0.96	c Got one! Elapsed wall clock time (in seconds):0.86
1.85/0.96	o 18111
1.85/0.98	c Got one! Elapsed wall clock time (in seconds):0.873
1.85/0.98	o 18110
1.85/0.99	c Got one! Elapsed wall clock time (in seconds):0.888
1.85/0.99	o 18106
1.85/1.00	c Got one! Elapsed wall clock time (in seconds):0.896
1.85/1.00	o 18104
1.85/1.01	c Got one! Elapsed wall clock time (in seconds):0.907
1.85/1.01	o 18103
1.98/1.03	c Got one! Elapsed wall clock time (in seconds):0.922
1.98/1.03	o 18102
1.98/1.04	c Got one! Elapsed wall clock time (in seconds):0.936
1.98/1.04	o 18087
1.98/1.05	c Got one! Elapsed wall clock time (in seconds):0.949
1.98/1.05	o 18083
1.98/1.07	c Got one! Elapsed wall clock time (in seconds):0.969
1.98/1.07	o 18058
1.98/1.09	c Got one! Elapsed wall clock time (in seconds):0.986
1.98/1.09	o 18055
1.98/1.11	c Got one! Elapsed wall clock time (in seconds):1.007
1.98/1.11	o 18054
2.11/1.14	c Got one! Elapsed wall clock time (in seconds):1.032
2.11/1.14	o 18053
2.11/1.15	c Got one! Elapsed wall clock time (in seconds):1.044
2.11/1.15	o 18042
2.11/1.17	c Got one! Elapsed wall clock time (in seconds):1.067
2.11/1.17	o 18041
2.11/1.19	c Got one! Elapsed wall clock time (in seconds):1.088
2.11/1.19	o 17935
2.24/1.21	c Got one! Elapsed wall clock time (in seconds):1.105
2.24/1.21	o 17934
2.24/1.23	c Got one! Elapsed wall clock time (in seconds):1.121
2.24/1.23	o 17933
2.24/1.24	c Got one! Elapsed wall clock time (in seconds):1.133
2.24/1.24	o 17932
2.24/1.25	c Got one! Elapsed wall clock time (in seconds):1.142
2.24/1.25	o 17928
2.24/1.26	c Got one! Elapsed wall clock time (in seconds):1.156
2.24/1.26	o 17927
2.24/1.28	c Got one! Elapsed wall clock time (in seconds):1.175
2.24/1.28	o 17925
2.36/1.31	c Got one! Elapsed wall clock time (in seconds):1.206
2.36/1.31	o 17924
2.36/1.33	c Got one! Elapsed wall clock time (in seconds):1.224
2.36/1.33	o 17923
2.36/1.37	c Got one! Elapsed wall clock time (in seconds):1.265
2.36/1.37	o 17922
2.36/1.40	c Got one! Elapsed wall clock time (in seconds):1.291
2.36/1.40	o 17921
2.46/1.44	c Got one! Elapsed wall clock time (in seconds):1.333
2.46/1.44	o 17920
2.57/1.57	c Got one! Elapsed wall clock time (in seconds):1.467
2.57/1.57	o 17508
2.57/1.59	c Got one! Elapsed wall clock time (in seconds):1.488
2.57/1.59	o 17409
2.96/1.81	c Got one! Elapsed wall clock time (in seconds):1.706
2.96/1.81	o 17408
4.50/3.14	c Got one! Elapsed wall clock time (in seconds):3.032
4.50/3.14	o 17378
8.13/6.78	c Got one! Elapsed wall clock time (in seconds):6.68
8.13/6.78	o 17277
45.22/43.28	c cleaning 0 clauses out of 6862 with flag 0/6862
132.93/130.55	c cleaning 0 clauses out of 12862 with flag 0/12862
332.03/329.12	c cleaning 0 clauses out of 19863 with flag 0/19863
475.17/471.84	c Got one! Elapsed wall clock time (in seconds):471.734
475.17/471.84	o 17269
608.82/605.13	c cleaning 0 clauses out of 25302 with flag 0/25302
1035.61/1030.94	c cleaning 0 clauses out of 31301 with flag 0/31301
1560.01/1553.93	c Got one! Elapsed wall clock time (in seconds):1553.822
1560.01/1553.93	o 16384
1800.03/1793.22	c starts		: 144
1800.03/1793.22	c conflicts		: 39468
1800.03/1793.22	c decisions		: 93459
1800.03/1793.22	c propagations		: 383436
1800.03/1793.22	c inspects		: 2050942309
1800.03/1793.22	c shortcuts		: 0
1800.03/1793.22	c learnt literals	: 0
1800.03/1793.22	c learnt binary clauses	: 0
1800.03/1793.22	c learnt ternary clauses	: 0
1800.03/1793.22	c learnt constraints	: 39468
1800.03/1793.22	c ignored constraints	: 0
1800.03/1793.22	c root simplifications	: 0
1800.03/1793.22	c removed literals (reason simplification)	: 0
1800.03/1793.22	c reason swapping (by a shorter reason)	: 0
1800.03/1793.22	c Calls to reduceDB	: 5
1800.03/1793.22	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.22	c number of learned constraints concerned by reduction	: 0
1800.03/1793.22	c number of learning phase by resolution	: 0
1800.03/1793.22	c number of learning phase by cutting planes	: 0
1800.03/1793.22	c speed (assignments/second)	: 1602.3636196477971
1800.03/1793.22	c non guided choices	37
1800.03/1793.24	c learnt constraints type 
1800.03/1793.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 150
1800.03/1793.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 39318
1800.03/1793.24	c constraints type 
1800.03/1793.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.03/1793.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
1800.03/1793.24	s SATISFIABLE
1800.03/1793.24	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 
1800.03/1793.24	c objective function=16384
1800.03/1793.24	c Total wall clock time (in seconds): 1793.138

Verifier Data

OK	16384

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3456696-1307217681/watcher-3456696-1307217681 -o /tmp/evaluation-result-3456696-1307217681/solver-3456696-1307217681 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456696-1307217681.opb 

running on 4 cores: 1,3,5,7

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: 1.69 1.95 1.70 2/499 20370
/proc/meminfo: memFree=25707288/32951124 swapFree=38422276/67111528
[pid=20370] ppid=20368 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/20370/stat : 20370 (java) S 20368 20370 20069 0 -1 4202496 4044 0 1 0 0 0 0 0 21 0 2 0 833370494 10694979584 3745 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447819749 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/20370/statm: 2611079 3757 917 9 0 2602235 0
[pid=20370/tid=20371] ppid=20368 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20371/stat : 20371 (java) R 20368 20370 20069 0 -1 4202560 6701 0 1 0 0 0 0 0 23 0 2 0 833370495 10694979584 7517 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212435711035 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0615841 s]
/proc/loadavg: 1.69 1.95 1.70 2/499 20370
/proc/meminfo: memFree=25707288/32951124 swapFree=38422276/67111528
[pid=20370] ppid=20368 vsize=10538460 CPUtime=0.05 cores=1,3,5,7
/proc/20370/stat : 20370 (java) S 20368 20370 20069 0 -1 4202496 11691 0 1 0 4 1 0 0 21 0 18 0 833370494 10791383040 11387 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20370/statm: 2634615 11387 1733 9 0 2625356 0
[pid=20370/tid=20371] ppid=20368 vsize=10538460 CPUtime=0.04 cores=1,3,5,7
/proc/20370/task/20371/stat : 20371 (java) R 20368 20370 20069 0 -1 4202560 10515 0 1 0 4 0 0 0 25 0 18 0 833370495 10791383040 11387 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447843787 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10538460

[startup+0.100574 s]
/proc/loadavg: 1.69 1.95 1.70 2/499 20370
/proc/meminfo: memFree=25707288/32951124 swapFree=38422276/67111528
[pid=20370] ppid=20368 vsize=10540112 CPUtime=0.1 cores=1,3,5,7
/proc/20370/stat : 20370 (java) S 20368 20370 20069 0 -1 4202496 13085 0 1 0 9 1 0 0 21 0 18 0 833370494 10793074688 12781 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20370/statm: 2635028 12781 2093 9 0 2625762 0
[pid=20370/tid=20371] ppid=20368 vsize=10540112 CPUtime=0.09 cores=1,3,5,7
/proc/20370/task/20371/stat : 20371 (java) R 20368 20370 20069 0 -1 4202560 11193 0 1 0 8 1 0 0 25 0 18 0 833370495 10793074688 12781 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 47104889474568 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540112

[startup+0.300537 s]
/proc/loadavg: 1.69 1.95 1.70 2/499 20370
/proc/meminfo: memFree=25707288/32951124 swapFree=38422276/67111528
[pid=20370] ppid=20368 vsize=10546528 CPUtime=0.58 cores=1,3,5,7
/proc/20370/stat : 20370 (java) S 20368 20370 20069 0 -1 4202496 20339 0 1 0 56 2 0 0 21 0 19 0 833370494 10799644672 18329 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20370/statm: 2636632 18331 2209 9 0 2627366 0
[pid=20370/tid=20371] ppid=20368 vsize=10546528 CPUtime=0.28 cores=1,3,5,7
/proc/20370/task/20371/stat : 20371 (java) R 20368 20370 20069 0 -1 4202560 12587 0 1 0 27 1 0 0 18 0 19 0 833370495 10799644672 18331 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 46912505581781 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10546528

[startup+0.700458 s]
/proc/loadavg: 1.69 1.95 1.70 2/499 20370
/proc/meminfo: memFree=25707288/32951124 swapFree=38422276/67111528
[pid=20370] ppid=20368 vsize=10551240 CPUtime=1.56 cores=1,3,5,7
/proc/20370/stat : 20370 (java) S 20368 20370 20069 0 -1 4202496 41090 0 1 0 152 4 0 0 21 0 19 0 833370494 10804469760 37377 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20370/statm: 2637810 37379 2222 9 0 2628544 0
[pid=20370/tid=20371] ppid=20368 vsize=10551240 CPUtime=0.68 cores=1,3,5,7
/proc/20370/task/20371/stat : 20371 (java) R 20368 20370 20069 0 -1 4202560 30236 0 1 0 65 3 0 0 18 0 19 0 833370495 10804469760 37380 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 46912505607814 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 10551240

[startup+1.50131 s]
/proc/loadavg: 1.88 1.99 1.71 3/518 20389
/proc/meminfo: memFree=25063516/32951124 swapFree=38422276/67111528
[pid=20370] ppid=20368 vsize=10551240 CPUtime=2.57 cores=1,3,5,7
/proc/20370/stat : 20370 (java) S 20368 20370 20069 0 -1 4202496 94409 0 1 0 246 11 0 0 21 0 19 0 833370494 10804469760 90696 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20370/statm: 2637810 90697 2225 9 0 2628544 0
[pid=20370/tid=20371] ppid=20368 vsize=10551240 CPUtime=1.48 cores=1,3,5,7
/proc/20370/task/20371/stat : 20371 (java) R 20368 20370 20069 0 -1 4202560 83524 0 1 0 138 10 0 0 18 0 19 0 833370495 10804469760 90698 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 46912505575954 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20370/tid=20373] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20373/stat : 20373 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 833370496 10804469760 90698 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20374] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20374/stat : 20374 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804469760 90699 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20375] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20375/stat : 20375 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804469760 90699 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20376] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20376/stat : 20376 (java) S 20368 20370 20069 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 833370496 10804469760 90700 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20377] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20377/stat : 20377 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804469760 90701 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20378] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20378/stat : 20378 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804469760 90702 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20379] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20379/stat : 20379 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804469760 90702 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20380] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20380/stat : 20380 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804469760 90703 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20381] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20381/stat : 20381 (java) S 20368 20370 20069 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 833370497 10804469760 90704 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 0 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20382] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20382/stat : 20382 (java) S 20368 20370 20069 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 833370498 10804469760 90705 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20383] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20383/stat : 20383 (java) S 20368 20370 20069 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 833370498 10804469760 90706 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20384] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20384/stat : 20384 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833370500 10804469760 90707 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447840689 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20385] ppid=20368 vsize=10551240 CPUtime=0.56 cores=1,3,5,7
/proc/20370/task/20385/stat : 20385 (java) S 20368 20370 20069 0 -1 4202560 6559 0 0 0 56 0 0 0 15 0 19 0 833370500 10804469760 90708 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20386] ppid=20368 vsize=10551240 CPUtime=0.5 cores=1,3,5,7
/proc/20370/task/20386/stat : 20386 (java) S 20368 20370 20069 0 -1 4202560 3168 0 0 0 50 0 0 0 15 0 19 0 833370500 10804469760 90708 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20387] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20387/stat : 20387 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370500 10804469760 90709 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20388] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20388/stat : 20388 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833370500 10804469760 90710 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20389] ppid=20368 vsize=10551240 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20389/stat : 20389 (java) S 20368 20370 20069 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833370517 10804469760 90711 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 10551240

[startup+3.10101 s]
/proc/loadavg: 1.88 1.99 1.71 3/518 20389
/proc/meminfo: memFree=24279496/32951124 swapFree=38422276/67111528
[pid=20370] ppid=20368 vsize=10550820 CPUtime=4.5 cores=1,3,5,7
/proc/20370/stat : 20370 (java) S 20368 20370 20069 0 -1 4202496 251704 0 1 0 421 29 0 0 21 0 19 0 833370494 10804039680 246850 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20370/statm: 2637705 246854 2231 9 0 2628439 0
[pid=20370/tid=20371] ppid=20368 vsize=10550820 CPUtime=3.08 cores=1,3,5,7
/proc/20370/task/20371/stat : 20371 (java) R 20368 20370 20069 0 -1 4202560 239755 0 1 0 281 27 0 0 19 0 19 0 833370495 10804039680 246855 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 46912505575954 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20370/tid=20373] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20373/stat : 20373 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 833370496 10804039680 246857 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20374] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20374/stat : 20374 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 246860 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20375] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20375/stat : 20375 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 246863 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20376] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20376/stat : 20376 (java) S 20368 20370 20069 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 246865 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20377] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20377/stat : 20377 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 246868 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20378] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20378/stat : 20378 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 246870 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20379] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20379/stat : 20379 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 246872 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20380] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20380/stat : 20380 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 246874 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20381] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20381/stat : 20381 (java) S 20368 20370 20069 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 833370497 10804039680 246877 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 0 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20382] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20382/stat : 20382 (java) S 20368 20370 20069 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 833370498 10804039680 246879 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20383] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20383/stat : 20383 (java) S 20368 20370 20069 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 833370498 10804039680 246882 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20384] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20384/stat : 20384 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833370500 10804039680 246884 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447840689 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20385] ppid=20368 vsize=10550820 CPUtime=0.62 cores=1,3,5,7
/proc/20370/task/20385/stat : 20385 (java) S 20368 20370 20069 0 -1 4202560 6564 0 0 0 62 0 0 0 15 0 19 0 833370500 10804039680 246887 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20386] ppid=20368 vsize=10550820 CPUtime=0.77 cores=1,3,5,7
/proc/20370/task/20386/stat : 20386 (java) S 20368 20370 20069 0 -1 4202560 4229 0 0 0 77 0 0 0 15 0 19 0 833370500 10804039680 246890 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20387] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20387/stat : 20387 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370500 10804039680 246892 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20388] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20388/stat : 20388 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833370500 10804039680 246895 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20389] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20389/stat : 20389 (java) S 20368 20370 20069 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833370517 10804039680 246898 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 10550820

[startup+6.3014 s]
/proc/loadavg: 1.88 1.99 1.71 3/518 20389
/proc/meminfo: memFree=22492156/32951124 swapFree=38422276/67111528
[pid=20370] ppid=20368 vsize=10550820 CPUtime=7.73 cores=1,3,5,7
/proc/20370/stat : 20370 (java) S 20368 20370 20069 0 -1 4202496 560810 0 1 0 711 62 0 0 21 0 19 0 833370494 10804039680 555896 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20370/statm: 2637705 555900 2232 9 0 2628439 0
[pid=20370/tid=20371] ppid=20368 vsize=10550820 CPUtime=6.28 cores=1,3,5,7
/proc/20370/task/20371/stat : 20371 (java) R 20368 20370 20069 0 -1 4202560 548858 0 1 0 567 61 0 0 19 0 19 0 833370495 10804039680 555902 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 46912505607810 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20370/tid=20373] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20373/stat : 20373 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 833370496 10804039680 555904 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20374] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20374/stat : 20374 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 555906 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20375] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20375/stat : 20375 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 555908 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20376] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20376/stat : 20376 (java) S 20368 20370 20069 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 555910 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20377] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20377/stat : 20377 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 555913 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20378] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20378/stat : 20378 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 555915 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20379] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20379/stat : 20379 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 555917 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20380] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20380/stat : 20380 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370496 10804039680 555919 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20381] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20381/stat : 20381 (java) S 20368 20370 20069 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 833370497 10804039680 555921 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 0 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20382] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20382/stat : 20382 (java) S 20368 20370 20069 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 833370498 10804039680 555924 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20383] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20383/stat : 20383 (java) S 20368 20370 20069 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 833370498 10804039680 555926 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20384] ppid=20368 vsize=10550820 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20384/stat : 20384 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833370500 10804039680 555928 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447840689 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20385] ppid=20368 vsize=10550820 CPUtime=0.62 cores=1,3,5,7
/proc/20370/task/20385/stat : 20385 (java) S 20368 20370 20069 0 -1 4202560 6564 0 0 0 62 0 0 0 15 0 19 0 833370500 10804039680 555930 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20386] ppid=20368 vsize=10550820 CPUtime=0.81 cores=1,3,5,7
/proc/20370/task/20386/stat : 20386 (java) S 20368 20370 20069 0 -1 4202560 4232 0 0 0 81 0 0 0 15 0 19 0 833370500 10804039680 555932 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0

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

/proc/20370/task/20382/stat : 20382 (java) S 20368 20370 20069 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833370498 10804355072 940083 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20383] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20383/stat : 20383 (java) S 20368 20370 20069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833370498 10804355072 940083 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20384] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20384/stat : 20384 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833370500 10804355072 940083 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447840689 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20385] ppid=20368 vsize=10551128 CPUtime=0.77 cores=1,3,5,7
/proc/20370/task/20385/stat : 20385 (java) S 20368 20370 20069 0 -1 4202560 6588 0 0 0 77 0 0 0 15 0 19 0 833370500 10804355072 940083 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20386] ppid=20368 vsize=10551128 CPUtime=1.19 cores=1,3,5,7
/proc/20370/task/20386/stat : 20386 (java) S 20368 20370 20069 0 -1 4202560 4355 0 0 0 119 0 0 0 15 0 19 0 833370500 10804355072 940083 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20387] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20387/stat : 20387 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370500 10804355072 940083 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20388] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20388/stat : 20388 (java) S 20368 20370 20069 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 833370500 10804355072 940083 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20389] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20389/stat : 20389 (java) S 20368 20370 20069 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833370517 10804355072 940083 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1668.75
Current children cumulated vsize (KiB) 10551128

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 1.96 3/518 20486
/proc/meminfo: memFree=18955776/32951124 swapFree=38422276/67111528
[pid=20370] ppid=20368 vsize=10551128 CPUtime=1728.92 cores=1,3,5,7
/proc/20370/stat : 20370 (java) S 20368 20370 20069 0 -1 4202496 946762 0 1 0 172783 109 0 0 21 0 19 0 833370494 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20370/statm: 2637782 940473 2258 9 0 2628516 0
[pid=20370/tid=20371] ppid=20368 vsize=10551128 CPUtime=1718.29 cores=1,3,5,7
/proc/20370/task/20371/stat : 20371 (java) R 20368 20370 20069 0 -1 4202560 822529 0 1 0 171739 90 0 0 25 0 19 0 833370495 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 46912505581597 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20370/tid=20373] ppid=20368 vsize=10551128 CPUtime=0.94 cores=1,3,5,7
/proc/20370/task/20373/stat : 20373 (java) S 20368 20370 20069 0 -1 4202560 11351 0 0 0 93 1 0 0 16 0 19 0 833370496 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20374] ppid=20368 vsize=10551128 CPUtime=0.69 cores=1,3,5,7
/proc/20370/task/20374/stat : 20374 (java) S 20368 20370 20069 0 -1 4202560 14192 0 0 0 68 1 0 0 15 0 19 0 833370496 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20375] ppid=20368 vsize=10551128 CPUtime=0.89 cores=1,3,5,7
/proc/20370/task/20375/stat : 20375 (java) S 20368 20370 20069 0 -1 4202560 10467 0 0 0 88 1 0 0 15 0 19 0 833370496 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20376] ppid=20368 vsize=10551128 CPUtime=0.81 cores=1,3,5,7
/proc/20370/task/20376/stat : 20376 (java) S 20368 20370 20069 0 -1 4202560 11127 0 0 0 81 0 0 0 15 0 19 0 833370496 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20377] ppid=20368 vsize=10551128 CPUtime=0.73 cores=1,3,5,7
/proc/20370/task/20377/stat : 20377 (java) S 20368 20370 20069 0 -1 4202560 8863 0 0 0 73 0 0 0 16 0 19 0 833370496 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20378] ppid=20368 vsize=10551128 CPUtime=0.91 cores=1,3,5,7
/proc/20370/task/20378/stat : 20378 (java) S 20368 20370 20069 0 -1 4202560 11980 0 0 0 90 1 0 0 16 0 19 0 833370496 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20379] ppid=20368 vsize=10551128 CPUtime=0.96 cores=1,3,5,7
/proc/20370/task/20379/stat : 20379 (java) S 20368 20370 20069 0 -1 4202560 15747 0 0 0 94 2 0 0 15 0 19 0 833370496 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20380] ppid=20368 vsize=10551128 CPUtime=1.07 cores=1,3,5,7
/proc/20370/task/20380/stat : 20380 (java) S 20368 20370 20069 0 -1 4202560 16995 0 0 0 105 2 0 0 16 0 19 0 833370496 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20381] ppid=20368 vsize=10551128 CPUtime=1.52 cores=1,3,5,7
/proc/20370/task/20381/stat : 20381 (java) S 20368 20370 20069 0 -1 4202560 11314 0 0 0 150 2 0 0 15 0 19 0 833370497 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 0 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20382] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20382/stat : 20382 (java) S 20368 20370 20069 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833370498 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20383] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20383/stat : 20383 (java) S 20368 20370 20069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833370498 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20384] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20384/stat : 20384 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833370500 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447840689 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20385] ppid=20368 vsize=10551128 CPUtime=0.77 cores=1,3,5,7
/proc/20370/task/20385/stat : 20385 (java) S 20368 20370 20069 0 -1 4202560 6588 0 0 0 77 0 0 0 15 0 19 0 833370500 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20386] ppid=20368 vsize=10551128 CPUtime=1.19 cores=1,3,5,7
/proc/20370/task/20386/stat : 20386 (java) S 20368 20370 20069 0 -1 4202560 4355 0 0 0 119 0 0 0 15 0 19 0 833370500 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20387] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20387/stat : 20387 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370500 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20388] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20388/stat : 20388 (java) S 20368 20370 20069 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833370500 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20389] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20389/stat : 20389 (java) S 20368 20370 20069 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833370517 10804355072 940473 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1728.92
Current children cumulated vsize (KiB) 10551128

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 1.96 3/518 20488
/proc/meminfo: memFree=18913332/32951124 swapFree=38422276/67111528
[pid=20370] ppid=20368 vsize=10551128 CPUtime=1789.08 cores=1,3,5,7
/proc/20370/stat : 20370 (java) S 20368 20370 20069 0 -1 4202496 947458 0 1 0 178799 109 0 0 21 0 19 0 833370494 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20370/statm: 2637782 941156 2258 9 0 2628516 0
[pid=20370/tid=20371] ppid=20368 vsize=10551128 CPUtime=1778.19 cores=1,3,5,7
/proc/20370/task/20371/stat : 20371 (java) R 20368 20370 20069 0 -1 4202560 822533 0 1 0 177729 90 0 0 25 0 19 0 833370495 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 46912505606579 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20370/tid=20373] ppid=20368 vsize=10551128 CPUtime=0.97 cores=1,3,5,7
/proc/20370/task/20373/stat : 20373 (java) S 20368 20370 20069 0 -1 4202560 11382 0 0 0 96 1 0 0 15 0 19 0 833370496 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20374] ppid=20368 vsize=10551128 CPUtime=0.7 cores=1,3,5,7
/proc/20370/task/20374/stat : 20374 (java) S 20368 20370 20069 0 -1 4202560 14222 0 0 0 69 1 0 0 15 0 19 0 833370496 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20375] ppid=20368 vsize=10551128 CPUtime=0.96 cores=1,3,5,7
/proc/20370/task/20375/stat : 20375 (java) S 20368 20370 20069 0 -1 4202560 10585 0 0 0 95 1 0 0 16 0 19 0 833370496 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20376] ppid=20368 vsize=10551128 CPUtime=0.83 cores=1,3,5,7
/proc/20370/task/20376/stat : 20376 (java) S 20368 20370 20069 0 -1 4202560 11131 0 0 0 83 0 0 0 15 0 19 0 833370496 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20377] ppid=20368 vsize=10551128 CPUtime=0.73 cores=1,3,5,7
/proc/20370/task/20377/stat : 20377 (java) S 20368 20370 20069 0 -1 4202560 8863 0 0 0 73 0 0 0 15 0 19 0 833370496 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20378] ppid=20368 vsize=10551128 CPUtime=0.93 cores=1,3,5,7
/proc/20370/task/20378/stat : 20378 (java) S 20368 20370 20069 0 -1 4202560 12060 0 0 0 92 1 0 0 16 0 19 0 833370496 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20379] ppid=20368 vsize=10551128 CPUtime=1.02 cores=1,3,5,7
/proc/20370/task/20379/stat : 20379 (java) S 20368 20370 20069 0 -1 4202560 16002 0 0 0 100 2 0 0 16 0 19 0 833370496 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20380] ppid=20368 vsize=10551128 CPUtime=1.12 cores=1,3,5,7
/proc/20370/task/20380/stat : 20380 (java) S 20368 20370 20069 0 -1 4202560 17163 0 0 0 110 2 0 0 15 0 19 0 833370496 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20381] ppid=20368 vsize=10551128 CPUtime=1.52 cores=1,3,5,7
/proc/20370/task/20381/stat : 20381 (java) S 20368 20370 20069 0 -1 4202560 11318 0 0 0 150 2 0 0 15 0 19 0 833370497 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 0 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20382] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20382/stat : 20382 (java) S 20368 20370 20069 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833370498 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20383] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20383/stat : 20383 (java) S 20368 20370 20069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833370498 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20384] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20384/stat : 20384 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833370500 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447840689 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20385] ppid=20368 vsize=10551128 CPUtime=0.77 cores=1,3,5,7
/proc/20370/task/20385/stat : 20385 (java) S 20368 20370 20069 0 -1 4202560 6588 0 0 0 77 0 0 0 15 0 19 0 833370500 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20386] ppid=20368 vsize=10551128 CPUtime=1.19 cores=1,3,5,7
/proc/20370/task/20386/stat : 20386 (java) S 20368 20370 20069 0 -1 4202560 4355 0 0 0 119 0 0 0 15 0 19 0 833370500 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20387] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20387/stat : 20387 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370500 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20388] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20388/stat : 20388 (java) S 20368 20370 20069 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 833370500 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20389] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20389/stat : 20389 (java) S 20368 20370 20069 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833370517 10804355072 941156 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1789.08
Current children cumulated vsize (KiB) 10551128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.2 s]
/proc/loadavg: 2.18 2.06 1.97 3/518 20488
/proc/meminfo: memFree=18912588/32951124 swapFree=38422276/67111528
[pid=20370] ppid=20368 vsize=10551128 CPUtime=1800.03 cores=1,3,5,7
/proc/20370/stat : 20370 (java) S 20368 20370 20069 0 -1 4202496 947656 0 1 0 179894 109 0 0 21 0 19 0 833370494 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447819749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20370/statm: 2637782 941342 2258 9 0 2628516 0
[pid=20370/tid=20371] ppid=20368 vsize=10551128 CPUtime=1789.08 cores=1,3,5,7
/proc/20370/task/20371/stat : 20371 (java) R 20368 20370 20069 0 -1 4202560 822534 0 1 0 178818 90 0 0 25 0 19 0 833370495 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 46912505506014 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=20370/tid=20373] ppid=20368 vsize=10551128 CPUtime=0.99 cores=1,3,5,7
/proc/20370/task/20373/stat : 20373 (java) S 20368 20370 20069 0 -1 4202560 11412 0 0 0 98 1 0 0 16 0 19 0 833370496 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20374] ppid=20368 vsize=10551128 CPUtime=0.73 cores=1,3,5,7
/proc/20370/task/20374/stat : 20374 (java) S 20368 20370 20069 0 -1 4202560 14290 0 0 0 72 1 0 0 16 0 19 0 833370496 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20375] ppid=20368 vsize=10551128 CPUtime=0.96 cores=1,3,5,7
/proc/20370/task/20375/stat : 20375 (java) S 20368 20370 20069 0 -1 4202560 10585 0 0 0 95 1 0 0 15 0 19 0 833370496 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20376] ppid=20368 vsize=10551128 CPUtime=0.85 cores=1,3,5,7
/proc/20370/task/20376/stat : 20376 (java) S 20368 20370 20069 0 -1 4202560 11228 0 0 0 85 0 0 0 16 0 19 0 833370496 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20377] ppid=20368 vsize=10551128 CPUtime=0.73 cores=1,3,5,7
/proc/20370/task/20377/stat : 20377 (java) S 20368 20370 20069 0 -1 4202560 8863 0 0 0 73 0 0 0 15 0 19 0 833370496 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20378] ppid=20368 vsize=10551128 CPUtime=0.93 cores=1,3,5,7
/proc/20370/task/20378/stat : 20378 (java) S 20368 20370 20069 0 -1 4202560 12060 0 0 0 92 1 0 0 16 0 19 0 833370496 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20379] ppid=20368 vsize=10551128 CPUtime=1.02 cores=1,3,5,7
/proc/20370/task/20379/stat : 20379 (java) S 20368 20370 20069 0 -1 4202560 16002 0 0 0 100 2 0 0 15 0 19 0 833370496 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20380] ppid=20368 vsize=10551128 CPUtime=1.12 cores=1,3,5,7
/proc/20370/task/20380/stat : 20380 (java) S 20368 20370 20069 0 -1 4202560 17163 0 0 0 110 2 0 0 15 0 19 0 833370496 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
[pid=20370/tid=20381] ppid=20368 vsize=10551128 CPUtime=1.52 cores=1,3,5,7
/proc/20370/task/20381/stat : 20381 (java) S 20368 20370 20069 0 -1 4202560 11318 0 0 0 150 2 0 0 15 0 19 0 833370497 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 0 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20382] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20382/stat : 20382 (java) S 20368 20370 20069 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 833370498 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20383] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20383/stat : 20383 (java) S 20368 20370 20069 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833370498 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20384] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20384/stat : 20384 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 833370500 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447840689 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20385] ppid=20368 vsize=10551128 CPUtime=0.77 cores=1,3,5,7
/proc/20370/task/20385/stat : 20385 (java) S 20368 20370 20069 0 -1 4202560 6588 0 0 0 77 0 0 0 15 0 19 0 833370500 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 1 0 0 0
[pid=20370/tid=20386] ppid=20368 vsize=10551128 CPUtime=1.19 cores=1,3,5,7
/proc/20370/task/20386/stat : 20386 (java) S 20368 20370 20069 0 -1 4202560 4355 0 0 0 119 0 0 0 15 0 19 0 833370500 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20387] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20387/stat : 20387 (java) S 20368 20370 20069 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370500 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447832985 0 4 0 16800975 18446604464907798464 0 0 -1 3 0 0 0
[pid=20370/tid=20388] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20388/stat : 20388 (java) S 20368 20370 20069 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 833370500 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 4 0 16800975 18446604464907798464 0 0 -1 5 0 0 0
[pid=20370/tid=20389] ppid=20368 vsize=10551128 CPUtime=0 cores=1,3,5,7
/proc/20370/task/20389/stat : 20389 (java) S 20368 20370 20069 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833370517 10804355072 941342 33554432000 1073741824 1073778376 140736497065040 18446744073709551615 212447833600 0 4 0 16800975 18446604464907798464 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10551128

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

Solver just ended. Dumping a history of the last processes samples

[startup+1793.4 s]
/proc/loadavg: 2.18 2.06 1.97 3/518 20488
/proc/meminfo: memFree=18912588/32951124 swapFree=38422276/67111528
[pid=20370] ppid=20368 vsize=0 CPUtime=1800.24 cores=1,3,5,7
/proc/20370/stat : 20370 (java) Z 20368 20370 20069 0 -1 4203548 947697 0 1 0 179902 122 0 0 17 0 1 0 833370494 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/20370/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.4
CPU time (s): 1800.26
CPU user time (s): 1799.03
CPU system time (s): 1.22981
CPU usage (%): 100.382
Max. virtual memory (cumulated for all children) (KiB): 10551240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.22981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 947697
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40065
involuntary context switches= 27535

runsolver used 8.5187 second user time and 20.8748 second system time

The end

Launcher Data

Begin job on node102 at 2011-06-04 22:01:21
IDJOB=3456696
IDBENCH=1848
IDSOLVER=1951
FILE ID=node102/3456696-1307217681
RUNJOBID= node102-1307215872-20088
PBS_JOBID= 13509116
Free space on /tmp= 73964 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos5.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456696-1307217681/watcher-3456696-1307217681 -o /tmp/evaluation-result-3456696-1307217681/solver-3456696-1307217681 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456696-1307217681.opb

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

MD5SUM BENCH= 687e90f40c46b53feec9c54ee9b43fa6
RANDOM SEED=367634420

node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25708296 kB
Buffers:        322572 kB
Cached:        1609012 kB
SwapCached:      86940 kB
Active:        2135676 kB
Inactive:      4801712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25708296 kB
SwapTotal:    67111528 kB
SwapFree:     38422276 kB
Dirty:            1124 kB
Writeback:           0 kB
AnonPages:     4941388 kB
Mapped:          21688 kB
Slab:           134160 kB
PageTables:     102508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145834096 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73960 MiB
End job on node102 at 2011-06-04 22:31:17