Trace number 2660571

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 CuttingPlanes 2.2.0 2010-05-26SAT (TO)17269 1800.26 1765.95

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 benchmark1570.6
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2660571-1276350734.opb
0.23/0.21	c reading problem ... 
0.77/0.53	c ... done. Wall clock time 0.314s.
0.77/0.53	c #vars     163
0.77/0.53	c #constraints  73
0.77/0.53	c constraints type 
0.77/0.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.77/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70
0.97/0.63	c SATISFIABLE
0.97/0.63	c OPTIMIZING...
0.97/0.63	c Got one! Elapsed wall clock time (in seconds):0.421
0.97/0.63	o 20478
1.16/0.73	c Got one! Elapsed wall clock time (in seconds):0.52
1.16/0.73	o 19772
2.14/1.25	c Got one! Elapsed wall clock time (in seconds):1.042
2.14/1.25	o 19748
2.54/1.49	c Got one! Elapsed wall clock time (in seconds):1.286
2.54/1.49	o 19747
2.74/1.52	c Got one! Elapsed wall clock time (in seconds):1.312
2.74/1.52	o 19740
2.74/1.59	c Got one! Elapsed wall clock time (in seconds):1.382
2.74/1.59	o 19458
2.94/1.63	c Got one! Elapsed wall clock time (in seconds):1.424
2.94/1.63	o 19456
3.14/1.72	c Got one! Elapsed wall clock time (in seconds):1.51
3.14/1.72	o 19010
3.14/1.76	c Got one! Elapsed wall clock time (in seconds):1.548
3.14/1.76	o 19009
3.14/1.77	c Got one! Elapsed wall clock time (in seconds):1.568
3.14/1.78	o 18946
3.34/1.83	c Got one! Elapsed wall clock time (in seconds):1.618
3.34/1.83	o 18945
3.34/1.89	c Got one! Elapsed wall clock time (in seconds):1.688
3.34/1.90	o 18944
3.54/1.94	c Got one! Elapsed wall clock time (in seconds):1.735
3.54/1.94	o 18563
3.54/1.99	c Got one! Elapsed wall clock time (in seconds):1.786
3.54/1.99	o 18562
3.74/2.01	c Got one! Elapsed wall clock time (in seconds):1.807
3.74/2.01	o 18435
3.74/2.04	c Got one! Elapsed wall clock time (in seconds):1.838
3.74/2.04	o 18434
3.74/2.08	c Got one! Elapsed wall clock time (in seconds):1.869
3.74/2.08	o 18433
3.74/2.09	c Got one! Elapsed wall clock time (in seconds):1.888
3.74/2.10	o 18432
4.14/2.23	c Got one! Elapsed wall clock time (in seconds):2.018
4.14/2.23	o 18431
4.32/2.31	c Got one! Elapsed wall clock time (in seconds):2.104
4.32/2.31	o 18430
4.32/2.33	c Got one! Elapsed wall clock time (in seconds):2.124
4.32/2.33	o 18304
4.32/2.36	c Got one! Elapsed wall clock time (in seconds):2.157
4.32/2.36	o 18303
4.32/2.39	c Got one! Elapsed wall clock time (in seconds):2.178
4.32/2.39	o 18301
4.52/2.44	c Got one! Elapsed wall clock time (in seconds):2.234
4.52/2.44	o 18240
4.52/2.46	c Got one! Elapsed wall clock time (in seconds):2.257
4.52/2.46	o 18176
4.52/2.49	c Got one! Elapsed wall clock time (in seconds):2.285
4.52/2.49	o 18175
4.72/2.52	c Got one! Elapsed wall clock time (in seconds):2.311
4.72/2.52	o 18174
4.72/2.54	c Got one! Elapsed wall clock time (in seconds):2.333
4.72/2.54	o 18173
4.72/2.56	c Got one! Elapsed wall clock time (in seconds):2.348
4.72/2.56	o 18168
4.93/2.61	c Got one! Elapsed wall clock time (in seconds):2.402
4.93/2.61	o 18167
4.93/2.64	c Got one! Elapsed wall clock time (in seconds):2.435
4.93/2.64	o 18166
4.93/2.67	c Got one! Elapsed wall clock time (in seconds):2.464
4.93/2.67	o 18163
5.12/2.72	c Got one! Elapsed wall clock time (in seconds):2.509
5.12/2.72	o 18162
5.12/2.73	c Got one! Elapsed wall clock time (in seconds):2.527
5.12/2.73	o 18160
5.12/2.76	c Got one! Elapsed wall clock time (in seconds):2.552
5.12/2.76	o 18151
5.12/2.79	c Got one! Elapsed wall clock time (in seconds):2.584
5.12/2.79	o 18150
5.32/2.81	c Got one! Elapsed wall clock time (in seconds):2.605
5.32/2.81	o 18138
5.32/2.86	c Got one! Elapsed wall clock time (in seconds):2.655
5.32/2.86	o 18137
5.52/2.90	c Got one! Elapsed wall clock time (in seconds):2.696
5.52/2.90	o 18128
5.52/2.94	c Got one! Elapsed wall clock time (in seconds):2.728
5.52/2.94	o 18127
5.52/2.99	c Got one! Elapsed wall clock time (in seconds):2.786
5.52/2.99	o 18126
5.72/3.01	c Got one! Elapsed wall clock time (in seconds):2.804
5.72/3.01	o 18123
5.72/3.03	c Got one! Elapsed wall clock time (in seconds):2.817
5.72/3.03	o 18120
5.72/3.04	c Got one! Elapsed wall clock time (in seconds):2.836
5.72/3.04	o 18119
5.72/3.08	c Got one! Elapsed wall clock time (in seconds):2.873
5.72/3.08	o 18118
5.92/3.11	c Got one! Elapsed wall clock time (in seconds):2.898
5.92/3.11	o 18117
5.92/3.12	c Got one! Elapsed wall clock time (in seconds):2.914
5.92/3.12	o 18115
5.92/3.14	c Got one! Elapsed wall clock time (in seconds):2.929
5.92/3.14	o 18112
5.92/3.16	c Got one! Elapsed wall clock time (in seconds):2.949
5.92/3.16	o 18111
5.92/3.18	c Got one! Elapsed wall clock time (in seconds):2.973
5.92/3.18	o 18110
6.13/3.22	c Got one! Elapsed wall clock time (in seconds):3.01
6.13/3.22	o 18106
6.13/3.23	c Got one! Elapsed wall clock time (in seconds):3.026
6.13/3.23	o 18104
6.13/3.25	c Got one! Elapsed wall clock time (in seconds):3.046
6.13/3.25	o 18103
6.13/3.28	c Got one! Elapsed wall clock time (in seconds):3.074
6.13/3.28	o 18102
6.33/3.31	c Got one! Elapsed wall clock time (in seconds):3.1
6.33/3.31	o 18087
6.33/3.33	c Got one! Elapsed wall clock time (in seconds):3.123
6.33/3.33	o 18083
6.33/3.37	c Got one! Elapsed wall clock time (in seconds):3.159
6.33/3.37	o 18058
6.51/3.40	c Got one! Elapsed wall clock time (in seconds):3.192
6.51/3.40	o 18055
6.51/3.44	c Got one! Elapsed wall clock time (in seconds):3.23
6.51/3.44	o 18054
6.51/3.49	c Got one! Elapsed wall clock time (in seconds):3.277
6.51/3.49	o 18053
6.71/3.51	c Got one! Elapsed wall clock time (in seconds):3.299
6.71/3.51	o 18042
6.71/3.55	c Got one! Elapsed wall clock time (in seconds):3.341
6.71/3.55	o 18041
6.71/3.58	c Got one! Elapsed wall clock time (in seconds):3.376
6.71/3.58	o 17935
6.90/3.62	c Got one! Elapsed wall clock time (in seconds):3.407
6.90/3.62	o 17934
6.90/3.64	c Got one! Elapsed wall clock time (in seconds):3.437
6.90/3.64	o 17933
6.90/3.67	c Got one! Elapsed wall clock time (in seconds):3.458
6.90/3.67	o 17932
6.90/3.68	c Got one! Elapsed wall clock time (in seconds):3.474
6.90/3.68	o 17928
7.10/3.71	c Got one! Elapsed wall clock time (in seconds):3.499
7.10/3.71	o 17927
7.10/3.74	c Got one! Elapsed wall clock time (in seconds):3.533
7.10/3.74	o 17925
7.30/3.80	c Got one! Elapsed wall clock time (in seconds):3.591
7.30/3.80	o 17924
7.30/3.83	c Got one! Elapsed wall clock time (in seconds):3.627
7.30/3.84	o 17923
7.50/3.93	c Got one! Elapsed wall clock time (in seconds):3.72
7.50/3.93	o 17922
7.50/3.97	c Got one! Elapsed wall clock time (in seconds):3.761
7.50/3.97	o 17921
7.68/4.04	c Got one! Elapsed wall clock time (in seconds):3.831
7.68/4.04	o 17920
7.88/4.27	c Got one! Elapsed wall clock time (in seconds):4.058
7.88/4.27	o 17508
7.88/4.30	c Got one! Elapsed wall clock time (in seconds):4.088
7.88/4.30	o 17409
8.30/4.67	c Got one! Elapsed wall clock time (in seconds):4.467
8.30/4.67	o 17408
11.60/7.15	c Got one! Elapsed wall clock time (in seconds):6.942
11.60/7.15	o 17378
18.58/14.06	c Got one! Elapsed wall clock time (in seconds):13.857
18.58/14.06	o 17277
82.67/77.22	c cleaning 0 clauses out of 5002 with flag 0/5002
341.02/333.25	c cleaning 0 clauses out of 11001 with flag 0/11001
806.07/791.60	c cleaning 0 clauses out of 18001 with flag 0/18001
1333.41/1309.22	c Got one! Elapsed wall clock time (in seconds):1309.014
1333.41/1309.22	o 17269
1761.11/1727.72	c cleaning 0 clauses out of 26001 with flag 0/26001
1800.04/1765.81	c starts		: 133
1800.04/1765.81	c conflicts		: 26292
1800.04/1765.81	c decisions		: 69615
1800.04/1765.81	c propagations		: 257502
1800.04/1765.81	c inspects		: 822933887
1800.04/1765.81	c learnt literals	: 0
1800.04/1765.81	c learnt binary clauses	: 0
1800.04/1765.81	c learnt ternary clauses	: 0
1800.04/1765.81	c learnt clauses	: 26292
1800.04/1765.81	c ignored clauses	: 0
1800.04/1765.81	c root simplifications	: 0
1800.04/1765.81	c removed literals (reason simplification)	: 0
1800.04/1765.81	c reason swapping (by a shorter reason)	: 0
1800.04/1765.81	c Calls to reduceDB	: 4
1800.04/1765.81	c number of reductions to clauses (during analyze)	: 0
1800.04/1765.81	c number of learned constraints concerned by reduction	: 0
1800.04/1765.82	c number of learning phase by resolution	: 0
1800.04/1765.82	c number of learning phase by cutting planes	: 0
1800.04/1765.82	c speed (assignments/second)	: 563.9664382346564
1800.04/1765.82	c non guided choices	3
1800.04/1765.87	c learnt constraints type 
1800.04/1765.87	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 125
1800.04/1765.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26167
1800.04/1765.87	c constraints type 
1800.04/1765.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.04/1765.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
1800.04/1765.87	s SATISFIABLE
1800.04/1765.88	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.04/1765.88	c objective function=17269
1800.04/1765.88	c Total wall clock time (in seconds): 1765.67

Verifier Data

OK	17269

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2660571-1276350734/watcher-2660571-1276350734 -o /tmp/evaluation-result-2660571-1276350734/solver-2660571-1276350734 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660571-1276350734.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 11015
/proc/meminfo: memFree=1482200/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1832 CPUtime=0
/proc/11015/stat : 11015 (java6) R 11013 11015 10990 0 -1 4194304 252 0 0 0 0 0 0 0 21 0 1 0 10677277 1875968 155 1992294400 134512640 134550932 4293475664 18446744073709551615 4523824 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11015/statm: 458 156 119 10 0 63 0

[startup+0.0262111 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 11015
/proc/meminfo: memFree=1482200/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1517068 CPUtime=0.01
/proc/11015/stat : 11015 (java) S 11013 11015 10990 0 -1 4202496 2074 0 1 0 0 1 0 0 18 0 2 0 10677277 1553477632 1519 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 379267 1533 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.10021 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 11015
/proc/meminfo: memFree=1482200/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1524184 CPUtime=0.09
/proc/11015/stat : 11015 (java) S 11013 11015 10990 0 -1 4202496 3958 0 1 0 7 2 0 0 18 0 12 0 10677277 1560764416 3398 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 381046 3399 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300205 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 11015
/proc/meminfo: memFree=1482200/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1526224 CPUtime=0.37
/proc/11015/stat : 11015 (java) S 11013 11015 10990 0 -1 4202496 5306 0 1 0 34 3 0 0 18 0 12 0 10677277 1562853376 4744 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 381556 4744 1362 10 0 378858 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526224

[startup+0.700197 s]
/proc/loadavg: 0.85 0.97 0.99 3/106 11015
/proc/meminfo: memFree=1482200/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1534024 CPUtime=1.16
/proc/11015/stat : 11015 (java) S 11013 11015 10990 0 -1 4202496 8256 0 1 0 112 4 0 0 18 0 13 0 10677277 1570840576 7395 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 383506 7395 1397 10 0 380808 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 1534024

[startup+1.50118 s]
/proc/loadavg: 0.85 0.97 0.99 4/119 11028
/proc/meminfo: memFree=1446200/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1546616 CPUtime=2.74
/proc/11015/stat : 11015 (java) S 11013 11015 10990 0 -1 4202496 14055 0 1 0 267 7 0 0 18 0 13 0 10677277 1583734784 11961 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 386654 11961 1413 10 0 383956 0
[pid=11015/tid=11017] ppid=11013 vsize=1546616 CPUtime=1.45
/proc/11015/task/11017/stat : 11017 (java) R 11013 11015 10990 0 -1 4202560 6090 0 1 0 142 3 0 0 18 0 13 0 10677279 1583734784 11961 1992294400 134512640 134550932 4292220896 18446744073709551615 4109269876 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11015/tid=11018] ppid=11013 vsize=1546616 CPUtime=0
/proc/11015/task/11018/stat : 11018 (java) S 11013 11015 10990 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 13 0 10677280 1583734784 11962 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11019] ppid=11013 vsize=1546616 CPUtime=0
/proc/11015/task/11019/stat : 11019 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 13 0 10677280 1583734784 11962 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11020] ppid=11013 vsize=1546616 CPUtime=0
/proc/11015/task/11020/stat : 11020 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 10677282 1583734784 11962 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11021] ppid=11013 vsize=1546616 CPUtime=0
/proc/11015/task/11021/stat : 11021 (java) S 11013 11015 10990 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 10677283 1583734784 11962 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11022] ppid=11013 vsize=1546616 CPUtime=0
/proc/11015/task/11022/stat : 11022 (java) S 11013 11015 10990 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 13 0 10677283 1583734784 11963 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11023] ppid=11013 vsize=1546616 CPUtime=0
/proc/11015/task/11023/stat : 11023 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1583734784 11963 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11024] ppid=11013 vsize=1546616 CPUtime=0.66
/proc/11015/task/11024/stat : 11024 (java) R 11013 11015 10990 0 -1 4202560 4738 0 0 0 64 2 0 0 25 0 13 0 10677287 1583734784 11963 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11015/tid=11025] ppid=11013 vsize=1546616 CPUtime=0.6
/proc/11015/task/11025/stat : 11025 (java) R 11013 11015 10990 0 -1 4202560 2159 0 0 0 60 0 0 0 18 0 13 0 10677287 1583734784 11963 1992294400 134512640 134550932 4292220896 18446744073709551615 104139871 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11015/tid=11026] ppid=11013 vsize=1546616 CPUtime=0
/proc/11015/task/11026/stat : 11026 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1583734784 11964 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11027] ppid=11013 vsize=1546616 CPUtime=0
/proc/11015/task/11027/stat : 11027 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10677287 1583734784 11964 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11028] ppid=11013 vsize=1546616 CPUtime=0
/proc/11015/task/11028/stat : 11028 (java) S 11013 11015 10990 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10677331 1583734784 11964 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 1546616

[startup+3.10114 s]
/proc/loadavg: 0.85 0.97 0.99 4/119 11028
/proc/meminfo: memFree=1412596/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1547248 CPUtime=5.92
/proc/11015/stat : 11015 (java) S 11013 11015 10990 0 -1 4202496 42500 0 1 0 574 18 0 0 18 0 13 0 10677277 1584381952 38820 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 386812 38820 1440 10 0 384114 0
[pid=11015/tid=11017] ppid=11013 vsize=1547248 CPUtime=3.03
/proc/11015/task/11017/stat : 11017 (java) R 11013 11015 10990 0 -1 4202560 32080 0 1 0 291 12 0 0 17 0 13 0 10677279 1584381952 38820 1992294400 134512640 134550932 4292220896 18446744073709551615 4109680518 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11015/tid=11018] ppid=11013 vsize=1547248 CPUtime=0
/proc/11015/task/11018/stat : 11018 (java) S 11013 11015 10990 0 -1 4202560 285 0 0 0 0 0 0 0 18 0 13 0 10677280 1584381952 38820 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11019] ppid=11013 vsize=1547248 CPUtime=0
/proc/11015/task/11019/stat : 11019 (java) R 11013 11015 10990 0 -1 4202560 116 0 0 0 0 0 0 0 18 0 13 0 10677280 1584381952 38820 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11015/tid=11020] ppid=11013 vsize=1547248 CPUtime=0
/proc/11015/task/11020/stat : 11020 (java) S 11013 11015 10990 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 13 0 10677282 1584381952 38820 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11021] ppid=11013 vsize=1547248 CPUtime=0
/proc/11015/task/11021/stat : 11021 (java) S 11013 11015 10990 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10677283 1584381952 38820 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11022] ppid=11013 vsize=1547248 CPUtime=0
/proc/11015/task/11022/stat : 11022 (java) S 11013 11015 10990 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10677283 1584381952 38820 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11023] ppid=11013 vsize=1547248 CPUtime=0
/proc/11015/task/11023/stat : 11023 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1584381952 38820 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11024] ppid=11013 vsize=1547248 CPUtime=0.91
/proc/11015/task/11024/stat : 11024 (java) R 11013 11015 10990 0 -1 4202560 5370 0 0 0 89 2 0 0 25 0 13 0 10677287 1584381952 38820 1992294400 134512640 134550932 4292220896 18446744073709551615 103377906 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11015/tid=11025] ppid=11013 vsize=1547248 CPUtime=1.92
/proc/11015/task/11025/stat : 11025 (java) R 11013 11015 10990 0 -1 4202560 3575 0 0 0 191 1 0 0 20 0 13 0 10677287 1584381952 38820 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11015/tid=11026] ppid=11013 vsize=1547248 CPUtime=0
/proc/11015/task/11026/stat : 11026 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1584381952 38820 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11027] ppid=11013 vsize=1547248 CPUtime=0
/proc/11015/task/11027/stat : 11027 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10677287 1584381952 38820 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11028] ppid=11013 vsize=1547248 CPUtime=0
/proc/11015/task/11028/stat : 11028 (java) S 11013 11015 10990 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10677331 1584381952 38820 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.92
Current children cumulated vsize (KiB) 1547248

[startup+6.30007 s]
/proc/loadavg: 0.86 0.97 0.99 4/119 11028
/proc/meminfo: memFree=1324680/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1547292 CPUtime=10.74
/proc/11015/stat : 11015 (java) S 11013 11015 10990 0 -1 4202496 46458 0 1 0 1055 19 0 0 18 0 13 0 10677277 1584427008 40740 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 386823 40740 1444 10 0 384125 0
[pid=11015/tid=11017] ppid=11013 vsize=1547292 CPUtime=6.14
/proc/11015/task/11017/stat : 11017 (java) R 11013 11015 10990 0 -1 4202560 32086 0 1 0 602 12 0 0 23 0 13 0 10677279 1584427008 40740 1992294400 134512640 134550932 4292220896 18446744073709551615 4109626331 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11015/tid=11018] ppid=11013 vsize=1547292 CPUtime=0.04
/proc/11015/task/11018/stat : 11018 (java) S 11013 11015 10990 0 -1 4202560 812 0 0 0 4 0 0 0 16 0 13 0 10677280 1584427008 40740 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11019] ppid=11013 vsize=1547292 CPUtime=0.04
/proc/11015/task/11019/stat : 11019 (java) S 11013 11015 10990 0 -1 4202560 1222 0 0 0 4 0 0 0 16 0 13 0 10677280 1584427008 40740 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11020] ppid=11013 vsize=1547292 CPUtime=0
/proc/11015/task/11020/stat : 11020 (java) S 11013 11015 10990 0 -1 4202560 23 0 0 0 0 0 0 0 16 0 13 0 10677282 1584427008 40740 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11021] ppid=11013 vsize=1547292 CPUtime=0
/proc/11015/task/11021/stat : 11021 (java) S 11013 11015 10990 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10677283 1584427008 40740 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11022] ppid=11013 vsize=1547292 CPUtime=0
/proc/11015/task/11022/stat : 11022 (java) S 11013 11015 10990 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10677283 1584427008 40740 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11023] ppid=11013 vsize=1547292 CPUtime=0
/proc/11015/task/11023/stat : 11023 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1584427008 40740 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11024] ppid=11013 vsize=1547292 CPUtime=1.98
/proc/11015/task/11024/stat : 11024 (java) S 11013 11015 10990 0 -1 4202560 7599 0 0 0 195 3 0 0 15 0 13 0 10677287 1584427008 40740 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11025] ppid=11013 vsize=1547292 CPUtime=2.48
/proc/11015/task/11025/stat : 11025 (java) S 11013 11015 10990 0 -1 4202560 3650 0 0 0 247 1 0 0 16 0 13 0 10677287 1584427008 40740 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11026] ppid=11013 vsize=1547292 CPUtime=0
/proc/11015/task/11026/stat : 11026 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1584427008 40740 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11027] ppid=11013 vsize=1547292 CPUtime=0
/proc/11015/task/11027/stat : 11027 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10677287 1584427008 40740 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11028] ppid=11013 vsize=1547292 CPUtime=0
/proc/11015/task/11028/stat : 11028 (java) S 11013 11015 10990 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10677331 1584427008 40740 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.74
Current children cumulated vsize (KiB) 1547292

[startup+12.7019 s]
/proc/loadavg: 0.95 0.98 0.99 2/119 11028
/proc/meminfo: memFree=1287356/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1546268 CPUtime=17.28
/proc/11015/stat : 11015 (java) S 11013 11015 10990 0 -1 4202496 56575 0 1 0 1705 23 0 0 18 0 13 0 10677277 1583378432 49985 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 386567 49985 1444 10 0 383869 0
[pid=11015/tid=11017] ppid=11013 vsize=1546268 CPUtime=12.41
/proc/11015/task/11017/stat : 11017 (java) R 11013 11015 10990 0 -1 4202560 36590 0 1 0 1227 14 0 0 25 0 13 0 10677279 1583378432 49985 1992294400 134512640 134550932 4292220896 18446744073709551615 4109668426 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11015/tid=11018] ppid=11013 vsize=1546268 CPUtime=0.15
/proc/11015/task/11018/stat : 11018 (java) S 11013 11015 10990 0 -1 4202560 3451 0 0 0 15 0 0 0 16 0 13 0 10677280 1583378432 49985 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11019] ppid=11013 vsize=1546268 CPUtime=0.15
/proc/11015/task/11019/stat : 11019 (java) S 11013 11015 10990 0 -1 4202560 4192 0 0 0 14 1 0 0 16 0 13 0 10677280 1583378432 49985 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11020] ppid=11013 vsize=1546268 CPUtime=0
/proc/11015/task/11020/stat : 11020 (java) S 11013 11015 10990 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 13 0 10677282 1583378432 49985 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11021] ppid=11013 vsize=1546268 CPUtime=0
/proc/11015/task/11021/stat : 11021 (java) S 11013 11015 10990 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10677283 1583378432 49985 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11022] ppid=11013 vsize=1546268 CPUtime=0
/proc/11015/task/11022/stat : 11022 (java) S 11013 11015 10990 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10677283 1583378432 49985 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11023] ppid=11013 vsize=1546268 CPUtime=0
/proc/11015/task/11023/stat : 11023 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1583378432 49985 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11024] ppid=11013 vsize=1546268 CPUtime=2.01
/proc/11015/task/11024/stat : 11024 (java) S 11013 11015 10990 0 -1 4202560 7599 0 0 0 198 3 0 0 16 0 13 0 10677287 1583378432 49985 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11025] ppid=11013 vsize=1546268 CPUtime=2.48
/proc/11015/task/11025/stat : 11025 (java) S 11013 11015 10990 0 -1 4202560 3650 0 0 0 247 1 0 0 16 0 13 0 10677287 1583378432 49985 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11026] ppid=11013 vsize=1546268 CPUtime=0
/proc/11015/task/11026/stat : 11026 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1583378432 49985 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11027] ppid=11013 vsize=1546268 CPUtime=0
/proc/11015/task/11027/stat : 11027 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 10677287 1583378432 49985 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11028] ppid=11013 vsize=1546268 CPUtime=0
/proc/11015/task/11028/stat : 11028 (java) S 11013 11015 10990 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10677331 1583378432 49985 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.28
Current children cumulated vsize (KiB) 1546268

[startup+25.5017 s]
/proc/loadavg: 0.96 0.98 0.99 2/119 11028
/proc/meminfo: memFree=1279296/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1546268 CPUtime=30.15
/proc/11015/stat : 11015 (java) S 11013 11015 10990 0 -1 4202496 58667 0 1 0 2991 24 0 0 18 0 13 0 10677277 1583378432 51839 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 386567 51839 1444 10 0 383869 0
[pid=11015/tid=11017] ppid=11013 vsize=1546268 CPUtime=25.11
/proc/11015/task/11017/stat : 11017 (java) R 11013 11015 10990 0 -1 4202560 36615 0 1 0 2496 15 0 0 25 0 13 0 10677279 1583378432 51839 1992294400 134512640 134550932 4292220896 18446744073709551615 4109676603 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11015/tid=11018] ppid=11013 vsize=1546268 CPUtime=0.23
/proc/11015/task/11018/stat : 11018 (java) S 11013 11015 10990 0 -1 4202560 4632 0 0 0 23 0 0 0 16 0 13 0 10677280 1583378432 51839 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11019] ppid=11013 vsize=1546268 CPUtime=0.23
/proc/11015/task/11019/stat : 11019 (java) S 11013 11015 10990 0 -1 4202560 5078 0 0 0 22 1 0 0 16 0 13 0 10677280 1583378432 51839 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11020] ppid=11013 vsize=1546268 CPUtime=0

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

[pid=11015/tid=11021] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11021/stat : 11021 (java) S 11013 11015 10990 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10677283 1589669888 98325 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11022] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11022/stat : 11022 (java) S 11013 11015 10990 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10677283 1589669888 98325 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11023] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11023/stat : 11023 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1589669888 98325 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11024] ppid=11013 vsize=1552412 CPUtime=2.61
/proc/11015/task/11024/stat : 11024 (java) S 11013 11015 10990 0 -1 4202560 9995 0 0 0 257 4 0 0 15 0 13 0 10677287 1589669888 98325 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11025] ppid=11013 vsize=1552412 CPUtime=2.53
/proc/11015/task/11025/stat : 11025 (java) S 11013 11015 10990 0 -1 4202560 3674 0 0 0 252 1 0 0 15 0 13 0 10677287 1589669888 98325 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11026] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11026/stat : 11026 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1589669888 98325 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11027] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11027/stat : 11027 (java) S 11013 11015 10990 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 10677287 1589669888 98325 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11028] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11028/stat : 11028 (java) S 11013 11015 10990 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10677331 1589669888 98325 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1571.46
Current children cumulated vsize (KiB) 1552412

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/119 11082
/proc/meminfo: memFree=1088832/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1552412 CPUtime=1632.82
/proc/11015/stat : 11015 (java) S 11013 11015 10990 0 -1 4202496 111249 0 1 0 163141 141 0 0 18 0 13 0 10677277 1589669888 99013 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 388103 99013 1450 10 0 385405 0
[pid=11015/tid=11017] ppid=11013 vsize=1552412 CPUtime=1573.58
/proc/11015/task/11017/stat : 11017 (java) R 11013 11015 10990 0 -1 4202560 37647 0 1 0 157329 29 0 0 25 0 13 0 10677279 1589669888 99013 1992294400 134512640 134550932 4292220896 18446744073709551615 4109668290 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11015/tid=11018] ppid=11013 vsize=1552412 CPUtime=26.26
/proc/11015/task/11018/stat : 11018 (java) S 11013 11015 10990 0 -1 4202560 29334 0 0 0 2575 51 0 0 15 0 13 0 10677280 1589669888 99013 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11019] ppid=11013 vsize=1552412 CPUtime=26.32
/proc/11015/task/11019/stat : 11019 (java) S 11013 11015 10990 0 -1 4202560 29058 0 0 0 2588 44 0 0 16 0 13 0 10677280 1589669888 99013 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11020] ppid=11013 vsize=1552412 CPUtime=1.39
/proc/11015/task/11020/stat : 11020 (java) S 11013 11015 10990 0 -1 4202560 383 0 0 0 131 8 0 0 15 0 13 0 10677282 1589669888 99013 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11021] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11021/stat : 11021 (java) S 11013 11015 10990 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10677283 1589669888 99013 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11022] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11022/stat : 11022 (java) S 11013 11015 10990 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10677283 1589669888 99013 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11023] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11023/stat : 11023 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1589669888 99013 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11024] ppid=11013 vsize=1552412 CPUtime=2.66
/proc/11015/task/11024/stat : 11024 (java) S 11013 11015 10990 0 -1 4202560 9995 0 0 0 262 4 0 0 15 0 13 0 10677287 1589669888 99013 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11025] ppid=11013 vsize=1552412 CPUtime=2.53
/proc/11015/task/11025/stat : 11025 (java) S 11013 11015 10990 0 -1 4202560 3674 0 0 0 252 1 0 0 15 0 13 0 10677287 1589669888 99013 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11026] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11026/stat : 11026 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1589669888 99013 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11027] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11027/stat : 11027 (java) S 11013 11015 10990 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 10677287 1589669888 99013 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11028] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11028/stat : 11028 (java) S 11013 11015 10990 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10677331 1589669888 99013 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1632.82
Current children cumulated vsize (KiB) 1552412

[startup+1662.3 s]
/proc/loadavg: 1.15 1.05 1.01 2/119 11084
/proc/meminfo: memFree=1085980/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1552412 CPUtime=1694.21
/proc/11015/stat : 11015 (java) S 11013 11015 10990 0 -1 4202496 112028 0 1 0 169276 145 0 0 18 0 13 0 10677277 1589669888 99718 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 388103 99718 1450 10 0 385405 0
[pid=11015/tid=11017] ppid=11013 vsize=1552412 CPUtime=1632.13
/proc/11015/task/11017/stat : 11017 (java) R 11013 11015 10990 0 -1 4202560 37684 0 1 0 163184 29 0 0 25 0 13 0 10677279 1589669888 99718 1992294400 134512640 134550932 4292220896 18446744073709551615 4109675582 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11015/tid=11018] ppid=11013 vsize=1552412 CPUtime=27.68
/proc/11015/task/11018/stat : 11018 (java) S 11013 11015 10990 0 -1 4202560 29687 0 0 0 2716 52 0 0 15 0 13 0 10677280 1589669888 99718 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11019] ppid=11013 vsize=1552412 CPUtime=27.73
/proc/11015/task/11019/stat : 11019 (java) S 11013 11015 10990 0 -1 4202560 29439 0 0 0 2727 46 0 0 16 0 13 0 10677280 1589669888 99718 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11020] ppid=11013 vsize=1552412 CPUtime=1.39
/proc/11015/task/11020/stat : 11020 (java) S 11013 11015 10990 0 -1 4202560 387 0 0 0 131 8 0 0 15 0 13 0 10677282 1589669888 99718 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11021] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11021/stat : 11021 (java) S 11013 11015 10990 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10677283 1589669888 99718 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11022] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11022/stat : 11022 (java) S 11013 11015 10990 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10677283 1589669888 99718 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11023] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11023/stat : 11023 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1589669888 99718 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11024] ppid=11013 vsize=1552412 CPUtime=2.66
/proc/11015/task/11024/stat : 11024 (java) S 11013 11015 10990 0 -1 4202560 9995 0 0 0 262 4 0 0 15 0 13 0 10677287 1589669888 99718 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11025] ppid=11013 vsize=1552412 CPUtime=2.53
/proc/11015/task/11025/stat : 11025 (java) S 11013 11015 10990 0 -1 4202560 3674 0 0 0 252 1 0 0 15 0 13 0 10677287 1589669888 99718 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11026] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11026/stat : 11026 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1589669888 99718 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11027] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11027/stat : 11027 (java) S 11013 11015 10990 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 10677287 1589669888 99718 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11028] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11028/stat : 11028 (java) S 11013 11015 10990 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10677331 1589669888 99718 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1694.21
Current children cumulated vsize (KiB) 1552412

[startup+1722.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/119 11086
/proc/meminfo: memFree=1083624/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1552412 CPUtime=1755.59
/proc/11015/stat : 11015 (java) S 11013 11015 10990 0 -1 4202496 112704 0 1 0 175412 147 0 0 18 0 13 0 10677277 1589669888 100334 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 388103 100334 1450 10 0 385405 0
[pid=11015/tid=11017] ppid=11013 vsize=1552412 CPUtime=1690.65
/proc/11015/task/11017/stat : 11017 (java) R 11013 11015 10990 0 -1 4202560 37720 0 1 0 169036 29 0 0 25 0 13 0 10677279 1589669888 100334 1992294400 134512640 134550932 4292220896 18446744073709551615 4110308991 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11015/tid=11018] ppid=11013 vsize=1552412 CPUtime=29.11
/proc/11015/task/11018/stat : 11018 (java) S 11013 11015 10990 0 -1 4202560 30016 0 0 0 2857 54 0 0 16 0 13 0 10677280 1589669888 100334 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11019] ppid=11013 vsize=1552412 CPUtime=29.16
/proc/11015/task/11019/stat : 11019 (java) S 11013 11015 10990 0 -1 4202560 29742 0 0 0 2869 47 0 0 15 0 13 0 10677280 1589669888 100334 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11020] ppid=11013 vsize=1552412 CPUtime=1.41
/proc/11015/task/11020/stat : 11020 (java) S 11013 11015 10990 0 -1 4202560 391 0 0 0 133 8 0 0 16 0 13 0 10677282 1589669888 100334 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11021] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11021/stat : 11021 (java) S 11013 11015 10990 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10677283 1589669888 100334 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11022] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11022/stat : 11022 (java) S 11013 11015 10990 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10677283 1589669888 100334 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11023] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11023/stat : 11023 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1589669888 100334 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11024] ppid=11013 vsize=1552412 CPUtime=2.66
/proc/11015/task/11024/stat : 11024 (java) S 11013 11015 10990 0 -1 4202560 9995 0 0 0 262 4 0 0 15 0 13 0 10677287 1589669888 100334 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11025] ppid=11013 vsize=1552412 CPUtime=2.53
/proc/11015/task/11025/stat : 11025 (java) S 11013 11015 10990 0 -1 4202560 3674 0 0 0 252 1 0 0 15 0 13 0 10677287 1589669888 100334 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11026] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11026/stat : 11026 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1589669888 100334 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11027] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11027/stat : 11027 (java) S 11013 11015 10990 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 10677287 1589669888 100334 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11028] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11028/stat : 11028 (java) S 11013 11015 10990 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10677331 1589669888 100334 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1755.59
Current children cumulated vsize (KiB) 1552412



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1765.8 s]
/proc/loadavg: 1.02 1.03 1.00 2/119 11088
/proc/meminfo: memFree=1083128/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=1552412 CPUtime=1800.04
/proc/11015/stat : 11015 (java) S 11013 11015 10990 0 -1 4202496 112793 0 1 0 179852 152 0 0 18 0 13 0 10677277 1589669888 100386 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 388103 100386 1450 10 0 385405 0
[pid=11015/tid=11017] ppid=11013 vsize=1552412 CPUtime=1731.98
/proc/11015/task/11017/stat : 11017 (java) R 11013 11015 10990 0 -1 4202560 37746 0 1 0 173168 30 0 0 25 0 13 0 10677279 1589669888 100386 1992294400 134512640 134550932 4292220896 18446744073709551615 4109676591 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11015/tid=11018] ppid=11013 vsize=1552412 CPUtime=30.07
/proc/11015/task/11018/stat : 11018 (java) S 11013 11015 10990 0 -1 4202560 30040 0 0 0 2949 58 0 0 16 0 13 0 10677280 1589669888 100386 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11019] ppid=11013 vsize=1552412 CPUtime=30.13
/proc/11015/task/11019/stat : 11019 (java) S 11013 11015 10990 0 -1 4202560 29777 0 0 0 2966 47 0 0 15 0 13 0 10677280 1589669888 100386 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11020] ppid=11013 vsize=1552412 CPUtime=2.59
/proc/11015/task/11020/stat : 11020 (java) S 11013 11015 10990 0 -1 4202560 393 0 0 0 251 8 0 0 16 0 13 0 10677282 1589669888 100386 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 0 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11021] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11021/stat : 11021 (java) S 11013 11015 10990 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10677283 1589669888 100386 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11022] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11022/stat : 11022 (java) S 11013 11015 10990 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 10677283 1589669888 100386 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11023] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11023/stat : 11023 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1589669888 100386 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11024] ppid=11013 vsize=1552412 CPUtime=2.66
/proc/11015/task/11024/stat : 11024 (java) S 11013 11015 10990 0 -1 4202560 9995 0 0 0 262 4 0 0 15 0 13 0 10677287 1589669888 100386 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11025] ppid=11013 vsize=1552412 CPUtime=2.53
/proc/11015/task/11025/stat : 11025 (java) S 11013 11015 10990 0 -1 4202560 3674 0 0 0 252 1 0 0 15 0 13 0 10677287 1589669888 100386 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11026] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11026/stat : 11026 (java) S 11013 11015 10990 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10677287 1589669888 100386 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 0 0 0 0
[pid=11015/tid=11027] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11027/stat : 11027 (java) S 11013 11015 10990 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 10677287 1589669888 100386 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
[pid=11015/tid=11028] ppid=11013 vsize=1552412 CPUtime=0
/proc/11015/task/11028/stat : 11028 (java) S 11013 11015 10990 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 10677331 1589669888 100386 1992294400 134512640 134550932 4292220896 18446744073709551615 4294960144 0 4 0 16800975 18446604437864817664 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1552412

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

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

[startup+1765.92 s]
/proc/loadavg: 1.02 1.03 1.00 2/119 11088
/proc/meminfo: memFree=1083128/2059040 swapFree=4192956/4192956
[pid=11015] ppid=11013 vsize=0 CPUtime=1800.22
/proc/11015/stat : 11015 (java) Z 11013 11015 10990 0 -1 4203548 112814 0 1 0 179869 153 0 0 17 0 2 0 10677277 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11015/statm: 0 0 0 0 0 0 0
[pid=11015/tid=11026] ppid=11013 vsize=0 CPUtime=0
/proc/11015/task/11026/stat : 11026 (java) R 11013 11015 10990 0 -1 4203588 1 0 0 0 0 0 0 0 18 0 2 0 10677287 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1765.95
CPU time (s): 1800.26
CPU user time (s): 1798.69
CPU system time (s): 1.56776
CPU usage (%): 101.943
Max. virtual memory (cumulated for all children) (KiB): 1552412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.69
system time used= 1.56776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112814
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= 44862
involuntary context switches= 40066

runsolver used 3.53046 second user time and 9.65153 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-12 15:52:14
IDJOB=2660571
IDBENCH=1848
IDSOLVER=1165
FILE ID=node004/2660571-1276350734
PBS_JOBID= 11173205
Free space on /tmp= 62536 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
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= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660571-1276350734/watcher-2660571-1276350734 -o /tmp/evaluation-result-2660571-1276350734/solver-2660571-1276350734 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660571-1276350734.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 687e90f40c46b53feec9c54ee9b43fa6
RANDOM SEED=1121198017

node004.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.210
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.210
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1482472 kB
Buffers:        124544 kB
Cached:         322196 kB
SwapCached:          0 kB
Active:         181364 kB
Inactive:       324624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1482472 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             484 kB
Writeback:           0 kB
AnonPages:       59164 kB
Mapped:          15376 kB
Slab:            48648 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179992 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62536 MiB
End job on node004 at 2010-06-12 16:21:42