Trace number 4081375

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)8 1800.06 1780.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_5_40_4.opb
MD5SUMa470052ca6f8034e2c6c08868e52d9e8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved NO
Number of variables120
Total number of constraints10
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint55
Maximum length of a constraint56
Number of terms in the objective function 80
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2550
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4131
Number of bits of the biggest sum of numbers13
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081375-1465232420.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.15	c ... done. Wall clock time 0.034s.
0.09/0.15	c declared #vars     120
0.09/0.15	c #constraints  10
0.09/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.09/0.16	c 10 constraints processed.
0.09/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10
0.09/0.16	c 10 constraints processed.
0.09/0.16	c objective function length is 80 literals
2.15/0.73	c And the winner is solver1
2.46/1.16	c SATISFIABLE
2.46/1.16	c OPTIMIZING...
2.46/1.16	c Got one! Elapsed wall clock time (in seconds):1.04
2.46/1.16	o 1904
2.46/1.17	c And the winner is solver0
2.46/1.66	c Got one! Elapsed wall clock time (in seconds):1.541
2.46/1.66	o 209
2.46/1.67	c And the winner is solver0
2.57/2.16	c Got one! Elapsed wall clock time (in seconds):2.042
2.57/2.16	o 194
2.57/2.17	c And the winner is solver0
2.57/2.66	c Got one! Elapsed wall clock time (in seconds):2.543
2.57/2.66	o 192
2.57/2.67	c And the winner is solver0
2.57/3.16	c Got one! Elapsed wall clock time (in seconds):3.044
2.57/3.16	o 175
2.57/3.17	c And the winner is solver0
2.57/3.67	c Got one! Elapsed wall clock time (in seconds):3.546
2.57/3.67	o 174
2.57/3.68	c And the winner is solver0
2.58/4.17	c Got one! Elapsed wall clock time (in seconds):4.047
2.58/4.17	o 130
2.58/4.18	c And the winner is solver0
2.62/4.67	c Got one! Elapsed wall clock time (in seconds):4.548
2.62/4.67	o 128
2.62/4.67	c And the winner is solver0
2.62/5.17	c Got one! Elapsed wall clock time (in seconds):5.049
2.62/5.17	o 125
2.62/5.18	c And the winner is solver0
2.67/5.67	c Got one! Elapsed wall clock time (in seconds):5.55
2.67/5.67	o 123
2.67/5.68	c And the winner is solver0
2.67/6.17	c Got one! Elapsed wall clock time (in seconds):6.052
2.67/6.17	o 114
2.67/6.18	c And the winner is solver0
2.69/6.67	c Got one! Elapsed wall clock time (in seconds):6.553
2.69/6.67	o 112
2.69/6.68	c And the winner is solver0
2.71/7.17	c Got one! Elapsed wall clock time (in seconds):7.054
2.71/7.17	o 109
2.71/7.19	c And the winner is solver0
2.80/7.68	c Got one! Elapsed wall clock time (in seconds):7.556
2.80/7.68	o 101
2.80/7.68	c And the winner is solver0
2.81/8.18	c Got one! Elapsed wall clock time (in seconds):8.057
2.81/8.18	o 100
2.85/8.22	c And the winner is solver0
2.92/8.68	c Got one! Elapsed wall clock time (in seconds):8.558
2.92/8.68	o 99
2.92/8.68	c And the winner is solver0
2.92/9.18	c Got one! Elapsed wall clock time (in seconds):9.059
2.92/9.18	o 90
2.95/9.21	c And the winner is solver0
2.99/9.68	c Got one! Elapsed wall clock time (in seconds):9.561
2.99/9.68	o 89
2.99/9.68	c And the winner is solver0
2.99/10.18	c Got one! Elapsed wall clock time (in seconds):10.062
2.99/10.18	o 88
3.02/10.21	c And the winner is solver0
3.05/10.68	c Got one! Elapsed wall clock time (in seconds):10.563
3.05/10.68	o 87
3.08/10.71	c And the winner is solver0
3.12/11.18	c Got one! Elapsed wall clock time (in seconds):11.064
3.12/11.18	o 86
3.12/11.20	c And the winner is solver0
3.14/11.69	c Got one! Elapsed wall clock time (in seconds):11.566
3.14/11.69	o 80
3.16/11.70	c And the winner is solver0
3.18/12.19	c Got one! Elapsed wall clock time (in seconds):12.067
3.18/12.19	o 79
3.18/12.19	c And the winner is solver0
3.20/12.69	c Got one! Elapsed wall clock time (in seconds):12.568
3.20/12.69	o 45
3.47/12.81	c cleaning 4937 clauses out of 9873 with flag 2268/9873
3.68/12.90	c And the winner is solver0
3.70/13.19	c Got one! Elapsed wall clock time (in seconds):13.07
3.70/13.19	o 43
3.72/13.25	c And the winner is solver0
3.83/13.69	c Got one! Elapsed wall clock time (in seconds):13.572
3.83/13.69	o 42
3.83/13.71	c And the winner is solver0
3.88/14.19	c Got one! Elapsed wall clock time (in seconds):14.074
3.88/14.19	o 41
4.09/14.32	c And the winner is solver0
4.13/14.70	c Got one! Elapsed wall clock time (in seconds):14.576
4.13/14.70	o 40
4.13/14.78	c And the winner is solver0
4.32/15.20	c Got one! Elapsed wall clock time (in seconds):15.079
4.32/15.20	o 38
4.51/15.38	c cleaning 6362 clauses out of 12723 with flag 4507/17660
4.73/15.47	c And the winner is solver0
4.87/15.70	c Got one! Elapsed wall clock time (in seconds):15.581
4.87/15.70	o 37
4.87/15.74	c And the winner is solver0
5.09/16.20	c Got one! Elapsed wall clock time (in seconds):16.084
5.09/16.20	o 36
5.09/16.22	c And the winner is solver0
5.15/16.71	c Got one! Elapsed wall clock time (in seconds):16.587
5.15/16.71	o 35
5.15/16.78	c And the winner is solver0
5.32/17.21	c Got one! Elapsed wall clock time (in seconds):17.09
5.32/17.21	o 34
5.32/17.22	c And the winner is solver0
5.35/17.71	c Got one! Elapsed wall clock time (in seconds):17.593
5.35/17.71	o 33
5.93/18.08	c cleaning 6804 clauses out of 13609 with flag 8909/24908
6.70/18.32	c And the winner is solver0
6.78/18.72	c Got one! Elapsed wall clock time (in seconds):18.597
6.78/18.72	o 31
6.78/18.75	c And the winner is solver0
6.85/19.22	c Got one! Elapsed wall clock time (in seconds):19.1
6.85/19.22	o 29
6.99/19.33	c And the winner is solver0
7.13/19.73	c Got one! Elapsed wall clock time (in seconds):19.606
7.13/19.73	o 27
7.13/19.76	c And the winner is solver0
7.22/20.23	c Got one! Elapsed wall clock time (in seconds):20.111
7.22/20.23	o 25
7.34/20.34	c cleaning 6566 clauses out of 13132 with flag 2120/31235
7.34/20.36	c And the winner is solver0
7.49/20.74	c Got one! Elapsed wall clock time (in seconds):20.616
7.49/20.74	o 23
8.22/21.14	c cleaning 5945 clauses out of 11889 with flag 10433/36558
8.42/21.24	c And the winner is solver0
8.42/21.29	c Got one! Elapsed wall clock time (in seconds):21.171
8.42/21.29	o 21
9.13/21.64	c cleaning 5802 clauses out of 11604 with flag 8308/42218
10.16/22.11	c cleaning 5897 clauses out of 11800 with flag 20521/48216
11.16/22.64	c cleaning 6452 clauses out of 12903 with flag 34720/55216
12.38/23.27	c cleaning 7226 clauses out of 14451 with flag 50960/63216
13.96/24.01	c cleaning 8114 clauses out of 16228 with flag 69294/72219
13.96/24.07	c And the winner is solver0
14.17/24.30	c Got one! Elapsed wall clock time (in seconds):24.177
14.17/24.30	o 19
14.78/24.68	c And the winner is solver0
14.98/24.81	c Got one! Elapsed wall clock time (in seconds):24.687
14.98/24.81	o 16
15.14/24.95	c cleaning 7169 clauses out of 14341 with flag 2128/78446
15.54/25.10	c And the winner is solver0
15.58/25.32	c Got one! Elapsed wall clock time (in seconds):25.198
15.58/25.32	o 15
15.92/25.60	c cleaning 6370 clauses out of 12739 with flag 6253/84013
16.13/25.61	c And the winner is solver0
16.17/25.83	c Got one! Elapsed wall clock time (in seconds):25.711
16.17/25.83	o 14
16.68/26.18	c cleaning 5721 clauses out of 11446 with flag 10958/89090
16.88/26.21	c And the winner is solver0
16.95/26.35	c Got one! Elapsed wall clock time (in seconds):26.229
16.95/26.35	o 12
17.24/26.53	c And the winner is solver0
17.33/26.86	c Got one! Elapsed wall clock time (in seconds):26.744
17.33/26.86	o 10
17.58/27.06	c And the winner is solver0
17.76/27.38	c Got one! Elapsed wall clock time (in seconds):27.258
17.76/27.38	o 8
17.78/27.40	c And the winner is solver0
221.81/228.09	c cleaning 0 clauses out of 6417 with flag 0/6447
909.28/903.40	c cleaning 0 clauses out of 12415 with flag 0/12445
1800.06/1780.20	c >>>>>>>>>> Solver number 0 (47 answers) <<<<<<<<<<<<<<<<<<
1800.06/1780.20	c starts		: 252
1800.06/1780.20	c conflicts		: 94654
1800.06/1780.20	c decisions		: 110831
1800.06/1780.20	c propagations		: 902592
1800.06/1780.20	c inspects		: 139841240
1800.06/1780.20	c shortcuts		: 0
1800.06/1780.20	c learnt literals	: 0
1800.06/1780.20	c learnt binary clauses	: 0
1800.06/1780.20	c learnt ternary clauses	: 0
1800.06/1780.20	c learnt constraints	: 94654
1800.06/1780.20	c ignored constraints	: 0
1800.06/1780.20	c root simplifications	: 0
1800.06/1780.20	c removed literals (reason simplification)	: 572641
1800.06/1780.20	c reason swapping (by a shorter reason)	: 0
1800.06/1780.20	c Calls to reduceDB	: 13
1800.06/1780.20	c Number of update (reduction) of LBD	: 5721
1800.06/1780.20	c Imported unit clauses	: 0
1800.06/1780.20	c number of reductions to clauses (during analyze)	: 0
1800.06/1780.20	c number of learned constraints concerned by reduction	: 0
1800.06/1780.20	c number of learning phase by resolution	: 0
1800.06/1780.20	c number of learning phase by cutting planes	: 0
1800.06/1780.20	c speed (assignments/second)	: 507.3472127133592
1800.06/1780.20	c non guided choices	847
1800.06/1780.21	c learnt constraints type 
1800.06/1780.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11289
1800.06/1780.21	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.06/1780.21	c starts		: 84
1800.06/1780.21	c conflicts		: 17426
1800.06/1780.21	c decisions		: 35523
1800.06/1780.21	c propagations		: 155150
1800.06/1780.21	c inspects		: 437291018
1800.06/1780.21	c shortcuts		: 0
1800.06/1780.21	c learnt literals	: 0
1800.06/1780.21	c learnt binary clauses	: 0
1800.06/1780.21	c learnt ternary clauses	: 0
1800.06/1780.21	c learnt constraints	: 17395
1800.06/1780.21	c ignored constraints	: 0
1800.06/1780.21	c root simplifications	: 0
1800.06/1780.21	c removed literals (reason simplification)	: 0
1800.06/1780.21	c reason swapping (by a shorter reason)	: 0
1800.06/1780.21	c Calls to reduceDB	: 2
1800.06/1780.21	c Number of update (reduction) of LBD	: 0
1800.06/1780.21	c Imported unit clauses	: 0
1800.06/1780.21	c number of reductions to clauses (during analyze)	: 0
1800.06/1780.21	c number of learned constraints concerned by reduction	: 0
1800.06/1780.21	c number of learning phase by resolution	: 0
1800.06/1780.21	c number of learning phase by cutting planes	: 0
1800.06/1780.21	c speed (assignments/second)	: 88.51592202611606
1800.06/1780.21	c non guided choices	704
1800.06/1780.22	c learnt constraints type 
1800.06/1780.22	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.06/1780.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17392
1800.06/1780.22	s SATISFIABLE
1800.06/1780.22	c Found 47 solution(s)
1800.06/1780.22	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 
1800.06/1780.22	c objective function=8
1800.06/1780.22	c Total wall clock time (in seconds): 1780.1

Verifier Data

OK	8

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4081375-1465232420/watcher-4081375-1465232420 -o /tmp/evaluation-result-4081375-1465232420/solver-4081375-1465232420 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081375-1465232420.opb 

pid=7925
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.90 4.09 4.14 4/198 7928
/proc/meminfo: memFree=29214084/32872528 swapFree=12208/1156848
[pid=7928] ppid=7925 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/7928/stat : 7928 (java) R 7925 7928 32147 0 -1 4194304 332 0 0 0 0 0 0 0 20 0 1 0 105176598 274432 4 33554432000 0 0 140736303138346 140737410503256 219513777591 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/7928/statm: 67 16 10 9 0 24 0

[startup+0.100141 s]
/proc/loadavg: 3.90 4.09 4.14 4/198 7928
/proc/meminfo: memFree=29214084/32872528 swapFree=12208/1156848
[pid=7928] ppid=7925 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/7928/stat : 7928 (java) S 7925 7928 32147 0 -1 4202496 4416 0 1 0 8 1 0 0 20 0 18 0 105176598 9787879424 6041 33554432000 1073741824 1073778376 140736303130080 140736303121216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7928/statm: 2389619 6042 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 3.90 4.09 4.14 4/198 7928
/proc/meminfo: memFree=29214084/32872528 swapFree=12208/1156848
[pid=7928] ppid=7925 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/7928/stat : 7928 (java) S 7925 7928 32147 0 -1 4202496 4990 0 1 0 26 2 0 0 20 0 22 0 105176598 10060525568 7963 33554432000 1073741824 1073778376 140736303130080 140736303121216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7928/statm: 2456183 7963 2216 9 0 2446860 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9824732

[startup+0.300218 s]
/proc/loadavg: 3.90 4.09 4.14 4/198 7928
/proc/meminfo: memFree=29214084/32872528 swapFree=12208/1156848
[pid=7928] ppid=7925 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/7928/stat : 7928 (java) S 7925 7928 32147 0 -1 4202496 7695 0 1 0 54 2 0 0 20 0 22 0 105176598 10060525568 10016 33554432000 1073741824 1073778376 140736303130080 140736303121216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7928/statm: 2456183 10016 2235 9 0 2446860 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9824732

[startup+0.700183 s]
/proc/loadavg: 3.90 4.09 4.14 4/198 7928
/proc/meminfo: memFree=29214084/32872528 swapFree=12208/1156848
[pid=7928] ppid=7925 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/7928/stat : 7928 (java) S 7925 7928 32147 0 -1 4202496 17608 0 1 0 210 5 0 0 20 0 22 0 105176598 10060525568 23094 33554432000 1073741824 1073778376 140736303130080 140736303121216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7928/statm: 2456183 23094 2257 9 0 2446860 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 3.90 4.09 4.14 3/217 7950
/proc/meminfo: memFree=29122280/32872528 swapFree=12208/1156848
[pid=7928] ppid=7925 vsize=9824732 CPUtime=2.46 cores=0,2,4,6
/proc/7928/stat : 7928 (java) S 7925 7928 32147 0 -1 4202496 17831 0 1 0 240 6 0 0 20 0 19 0 105176598 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140736303121216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7928/statm: 2456183 25646 2262 9 0 2446860 0
[pid=7928/tid=7930] ppid=7925 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/7928/task/7930/stat : 7930 (java) S 7925 7928 32147 0 -1 4202560 2426 0 1 0 11 2 0 0 20 0 19 0 105176599 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512847434616 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7931] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7931/stat : 7931 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512808926248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7932] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7932/stat : 7932 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512690432936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7933] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7933/stat : 7933 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512689380136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7934] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7934/stat : 7934 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512688327336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7935] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7935/stat : 7935 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512687274536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7936] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7936/stat : 7936 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512686221736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7937] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7937/stat : 7937 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512685168936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7938] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7938/stat : 7938 (java) S 7925 7928 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512684116136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7939] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7939/stat : 7939 (java) S 7925 7928 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105176601 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512201788392 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7940] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7940/stat : 7940 (java) S 7925 7928 32147 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105176602 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512200734456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7941] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7941/stat : 7941 (java) S 7925 7928 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105176602 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512199681544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7942] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7942/stat : 7942 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176604 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512198630032 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7943] ppid=7925 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/7928/task/7943/stat : 7943 (java) S 7925 7928 32147 0 -1 4202560 6624 0 0 0 56 1 0 0 20 0 19 0 105176604 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512197577144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7944] ppid=7925 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/7928/task/7944/stat : 7944 (java) S 7925 7928 32147 0 -1 4202560 7414 0 0 0 63 1 0 0 20 0 19 0 105176604 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512196524344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7945] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7945/stat : 7945 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176604 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512195471736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7946] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7946/stat : 7946 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176604 10060525568 25646 33554432000 1073741824 1073778376 140736303130080 140512194419144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 3.90 4.09 4.14 4/217 7959
/proc/meminfo: memFree=29104732/32872528 swapFree=12208/1156848
[pid=7928] ppid=7925 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/7928/stat : 7928 (java) S 7925 7928 32147 0 -1 4202496 17863 0 1 0 251 6 0 0 20 0 19 0 105176598 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140736303121216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7928/statm: 2456183 30258 2265 9 0 2446860 0
[pid=7928/tid=7930] ppid=7925 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/7928/task/7930/stat : 7930 (java) S 7925 7928 32147 0 -1 4202560 2427 0 1 0 11 2 0 0 20 0 19 0 105176599 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512847434616 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7931] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7931/stat : 7931 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512808926248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7932] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7932/stat : 7932 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512690432936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7933] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7933/stat : 7933 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512689380136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7934] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7934/stat : 7934 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512688327336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7935] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7935/stat : 7935 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512687274536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7936] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7936/stat : 7936 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512686221736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7937] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7937/stat : 7937 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512685168936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7938] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7938/stat : 7938 (java) S 7925 7928 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512684116136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7939] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7939/stat : 7939 (java) S 7925 7928 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105176601 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512201788392 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7940] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7940/stat : 7940 (java) S 7925 7928 32147 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105176602 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512200734456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7941] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7941/stat : 7941 (java) S 7925 7928 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105176602 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512199681544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7942] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7942/stat : 7942 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176604 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512198630032 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7943] ppid=7925 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/7928/task/7943/stat : 7943 (java) S 7925 7928 32147 0 -1 4202560 6624 0 0 0 56 2 0 0 20 0 19 0 105176604 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512197577144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7944] ppid=7925 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/7928/task/7944/stat : 7944 (java) S 7925 7928 32147 0 -1 4202560 7417 0 0 0 73 1 0 0 20 0 19 0 105176604 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512196524344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7945] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7945/stat : 7945 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176604 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512195471736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7946] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7946/stat : 7946 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176604 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512194419144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7953] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7953/stat : 7953 (java) S 7925 7928 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105176714 10060525568 30258 33554432000 1073741824 1073778376 140736303130080 140512191259560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 3.75 4.05 4.13 3/217 7977
/proc/meminfo: memFree=29061748/32872528 swapFree=12208/1156848
[pid=7928] ppid=7925 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/7928/stat : 7928 (java) S 7925 7928 32147 0 -1 4202496 17956 0 1 0 258 11 0 0 20 0 19 0 105176598 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140736303121216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7928/statm: 2456183 43430 2267 9 0 2446860 0
[pid=7928/tid=7930] ppid=7925 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/7928/task/7930/stat : 7930 (java) S 7925 7928 32147 0 -1 4202560 2429 0 1 0 12 2 0 0 20 0 19 0 105176599 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512847434616 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7931] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7931/stat : 7931 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512808926248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7932] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7932/stat : 7932 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512690432936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7933] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7933/stat : 7933 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512689380136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7934] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7934/stat : 7934 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512688327336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7935] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7935/stat : 7935 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512687274536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7936] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7936/stat : 7936 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512686221736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7937] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7937/stat : 7937 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512685168936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7938] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7938/stat : 7938 (java) S 7925 7928 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105176600 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512684116136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7939] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7939/stat : 7939 (java) S 7925 7928 32147 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105176601 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512201788392 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7940] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7940/stat : 7940 (java) S 7925 7928 32147 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105176602 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512200734456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7941] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7941/stat : 7941 (java) S 7925 7928 32147 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105176602 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512199681544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7942] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7942/stat : 7942 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176604 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512198630032 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7943] ppid=7925 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/7928/task/7943/stat : 7943 (java) S 7925 7928 32147 0 -1 4202560 6624 0 0 0 56 2 0 0 20 0 19 0 105176604 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512197577144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7944] ppid=7925 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/7928/task/7944/stat : 7944 (java) S 7925 7928 32147 0 -1 4202560 7418 0 0 0 75 1 0 0 20 0 19 0 105176604 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512196524344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7945] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7945/stat : 7945 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105176604 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512195471736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7946] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7946/stat : 7946 (java) S 7925 7928 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105176604 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512194419144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7953] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7953/stat : 7953 (java) S 7925 7928 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105176714 10060525568 43430 33554432000 1073741824 1073778376 140736303130080 140512191259560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=19 pid=1770 uid=0 cmd=


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

/proc/7928/task/7930/stat : 7930 (java) S 7925 7928 32147 0 -1 4202560 2580 0 1 0 73 28 0 0 20 0 21 0 105176599 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512847434664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7931] ppid=7925 vsize=9824732 CPUtime=4.63 cores=0,2,4,6
/proc/7928/task/7931/stat : 7931 (java) S 7925 7928 32147 0 -1 4202560 783 0 0 0 443 20 0 0 20 0 21 0 105176600 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512808926248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7932] ppid=7925 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/7928/task/7932/stat : 7932 (java) S 7925 7928 32147 0 -1 4202560 655 0 0 0 447 17 0 0 20 0 21 0 105176600 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512690432936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7933] ppid=7925 vsize=9824732 CPUtime=4.89 cores=0,2,4,6
/proc/7928/task/7933/stat : 7933 (java) S 7925 7928 32147 0 -1 4202560 802 0 0 0 468 21 0 0 20 0 21 0 105176600 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512689380136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7934] ppid=7925 vsize=9824732 CPUtime=4.88 cores=0,2,4,6
/proc/7928/task/7934/stat : 7934 (java) S 7925 7928 32147 0 -1 4202560 734 0 0 0 470 18 0 0 20 0 21 0 105176600 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512688327336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7935] ppid=7925 vsize=9824732 CPUtime=4.76 cores=0,2,4,6
/proc/7928/task/7935/stat : 7935 (java) S 7925 7928 32147 0 -1 4202560 629 0 0 0 458 18 0 0 20 0 21 0 105176600 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512687274536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7936] ppid=7925 vsize=9824732 CPUtime=4.64 cores=0,2,4,6
/proc/7928/task/7936/stat : 7936 (java) S 7925 7928 32147 0 -1 4202560 923 0 0 0 445 19 0 0 20 0 21 0 105176600 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512686221736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7937] ppid=7925 vsize=9824732 CPUtime=4.91 cores=0,2,4,6
/proc/7928/task/7937/stat : 7937 (java) S 7925 7928 32147 0 -1 4202560 930 0 0 0 473 18 0 0 20 0 21 0 105176600 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512685168936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7938] ppid=7925 vsize=9824732 CPUtime=4.91 cores=0,2,4,6
/proc/7928/task/7938/stat : 7938 (java) S 7925 7928 32147 0 -1 4202560 903 0 0 0 472 19 0 0 20 0 21 0 105176600 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512684116136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7939] ppid=7925 vsize=9824732 CPUtime=4.02 cores=0,2,4,6
/proc/7928/task/7939/stat : 7939 (java) S 7925 7928 32147 0 -1 4202560 3139 0 0 0 383 19 0 0 20 0 21 0 105176601 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512201788392 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7940] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7940/stat : 7940 (java) S 7925 7928 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 105176602 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512200734456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7941] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7941/stat : 7941 (java) S 7925 7928 32147 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 21 0 105176602 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512199681544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7942] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7942/stat : 7942 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 105176604 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512198630032 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7943] ppid=7925 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/7928/task/7943/stat : 7943 (java) S 7925 7928 32147 0 -1 4202560 6692 0 0 0 116 2 0 0 20 0 21 0 105176604 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512197577144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7944] ppid=7925 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/7928/task/7944/stat : 7944 (java) S 7925 7928 32147 0 -1 4202560 11102 0 0 0 129 2 0 0 20 0 21 0 105176604 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512196524344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7945] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7945/stat : 7945 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 105176604 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512195471736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7946] ppid=7925 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/7928/task/7946/stat : 7946 (java) S 7925 7928 32147 0 -1 4202560 95 0 0 0 26 31 0 0 20 0 21 0 105176604 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512194419144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7953] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7953/stat : 7953 (java) S 7925 7928 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 105176714 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512191259560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=8090] ppid=7925 vsize=9824732 CPUtime=1615.25 cores=0,2,4,6
/proc/7928/task/8090/stat : 8090 (java) R 7925 7928 32147 0 -1 4202560 5285 0 0 0 161453 72 0 0 20 0 21 0 105179338 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512193363088 140512691508132 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=8091] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/8091/stat : 8091 (java) S 7925 7928 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 105179340 10060525568 796221 33554432000 1073741824 1073778376 140736303130080 140512190207656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1680.27
Current children cumulated vsize (KiB) 9824732

[startup+1722.3 s]
/proc/loadavg: 3.10 3.11 3.25 4/218 8510
/proc/meminfo: memFree=25214184/32872528 swapFree=12208/1156848
[pid=7928] ppid=7925 vsize=9824732 CPUtime=1741.3 cores=0,2,4,6
/proc/7928/stat : 7928 (java) S 7925 7928 32147 0 -1 4202496 37625 0 1 0 173787 343 0 0 20 0 21 0 105176598 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140736303121216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7928/statm: 2456183 776851 2293 9 0 2446860 0
[pid=7928/tid=7930] ppid=7925 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/7928/task/7930/stat : 7930 (java) S 7925 7928 32147 0 -1 4202560 2585 0 1 0 75 28 0 0 20 0 21 0 105176599 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512847434664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7931] ppid=7925 vsize=9824732 CPUtime=4.82 cores=0,2,4,6
/proc/7928/task/7931/stat : 7931 (java) S 7925 7928 32147 0 -1 4202560 783 0 0 0 462 20 0 0 20 0 21 0 105176600 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512808926248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7932] ppid=7925 vsize=9824732 CPUtime=4.83 cores=0,2,4,6
/proc/7928/task/7932/stat : 7932 (java) S 7925 7928 32147 0 -1 4202560 657 0 0 0 466 17 0 0 20 0 21 0 105176600 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512690432936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7933] ppid=7925 vsize=9824732 CPUtime=5.05 cores=0,2,4,6
/proc/7928/task/7933/stat : 7933 (java) S 7925 7928 32147 0 -1 4202560 805 0 0 0 484 21 0 0 20 0 21 0 105176600 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512689380136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7934] ppid=7925 vsize=9824732 CPUtime=5.08 cores=0,2,4,6
/proc/7928/task/7934/stat : 7934 (java) S 7925 7928 32147 0 -1 4202560 737 0 0 0 489 19 0 0 20 0 21 0 105176600 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512688327336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7935] ppid=7925 vsize=9824732 CPUtime=4.93 cores=0,2,4,6
/proc/7928/task/7935/stat : 7935 (java) S 7925 7928 32147 0 -1 4202560 633 0 0 0 475 18 0 0 20 0 21 0 105176600 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512687274536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7936] ppid=7925 vsize=9824732 CPUtime=4.79 cores=0,2,4,6
/proc/7928/task/7936/stat : 7936 (java) S 7925 7928 32147 0 -1 4202560 925 0 0 0 460 19 0 0 20 0 21 0 105176600 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512686221736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7937] ppid=7925 vsize=9824732 CPUtime=5.11 cores=0,2,4,6
/proc/7928/task/7937/stat : 7937 (java) S 7925 7928 32147 0 -1 4202560 934 0 0 0 493 18 0 0 20 0 21 0 105176600 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512685168936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7938] ppid=7925 vsize=9824732 CPUtime=5.07 cores=0,2,4,6
/proc/7928/task/7938/stat : 7938 (java) S 7925 7928 32147 0 -1 4202560 904 0 0 0 487 20 0 0 20 0 21 0 105176600 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512684116136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7939] ppid=7925 vsize=9824732 CPUtime=4.03 cores=0,2,4,6
/proc/7928/task/7939/stat : 7939 (java) S 7925 7928 32147 0 -1 4202560 3143 0 0 0 383 20 0 0 20 0 21 0 105176601 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512201788392 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7940] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7940/stat : 7940 (java) S 7925 7928 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 105176602 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512200734456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7941] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7941/stat : 7941 (java) S 7925 7928 32147 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 21 0 105176602 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512199681544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7942] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7942/stat : 7942 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 105176604 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512198630032 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7943] ppid=7925 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/7928/task/7943/stat : 7943 (java) S 7925 7928 32147 0 -1 4202560 6692 0 0 0 116 2 0 0 20 0 21 0 105176604 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512197577144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7944] ppid=7925 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/7928/task/7944/stat : 7944 (java) S 7925 7928 32147 0 -1 4202560 11102 0 0 0 129 2 0 0 20 0 21 0 105176604 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512196524344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7945] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7945/stat : 7945 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 105176604 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512195471736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7946] ppid=7925 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/7928/task/7946/stat : 7946 (java) S 7925 7928 32147 0 -1 4202560 99 0 0 0 27 32 0 0 20 0 21 0 105176604 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512194419144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7953] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7953/stat : 7953 (java) S 7925 7928 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 105176714 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512191259560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=8090] ppid=7925 vsize=9824732 CPUtime=1674.69 cores=0,2,4,6
/proc/7928/task/8090/stat : 8090 (java) R 7925 7928 32147 0 -1 4202560 5299 0 0 0 167396 73 0 0 20 0 21 0 105179338 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512193363088 140512691022153 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=8091] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/8091/stat : 8091 (java) S 7925 7928 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 105179340 10060525568 776851 33554432000 1073741824 1073778376 140736303130080 140512190207656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1741.3
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.2 s]
/proc/loadavg: 3.15 3.12 3.25 4/218 8511
/proc/meminfo: memFree=25035960/32872528 swapFree=12208/1156848
[pid=7928] ppid=7925 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/7928/stat : 7928 (java) S 7925 7928 32147 0 -1 4202496 38594 0 1 0 179652 354 0 0 20 0 21 0 105176598 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140736303121216 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7928/statm: 2456183 825282 2293 9 0 2446860 0
[pid=7928/tid=7930] ppid=7925 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/7928/task/7930/stat : 7930 (java) S 7925 7928 32147 0 -1 4202560 2591 0 1 0 76 30 0 0 20 0 21 0 105176599 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512847434664 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7931] ppid=7925 vsize=9824732 CPUtime=4.97 cores=0,2,4,6
/proc/7928/task/7931/stat : 7931 (java) S 7925 7928 32147 0 -1 4202560 824 0 0 0 476 21 0 0 20 0 21 0 105176600 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512808926248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7932] ppid=7925 vsize=9824732 CPUtime=4.97 cores=0,2,4,6
/proc/7928/task/7932/stat : 7932 (java) S 7925 7928 32147 0 -1 4202560 744 0 0 0 480 17 0 0 20 0 21 0 105176600 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512690432936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7933] ppid=7925 vsize=9824732 CPUtime=5.17 cores=0,2,4,6
/proc/7928/task/7933/stat : 7933 (java) S 7925 7928 32147 0 -1 4202560 829 0 0 0 495 22 0 0 20 0 21 0 105176600 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512689380136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7934] ppid=7925 vsize=9824732 CPUtime=5.26 cores=0,2,4,6
/proc/7928/task/7934/stat : 7934 (java) S 7925 7928 32147 0 -1 4202560 818 0 0 0 506 20 0 0 20 0 21 0 105176600 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512688327336 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7935] ppid=7925 vsize=9824732 CPUtime=5.09 cores=0,2,4,6
/proc/7928/task/7935/stat : 7935 (java) S 7925 7928 32147 0 -1 4202560 665 0 0 0 490 19 0 0 20 0 21 0 105176600 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512687274536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7936] ppid=7925 vsize=9824732 CPUtime=4.94 cores=0,2,4,6
/proc/7928/task/7936/stat : 7936 (java) S 7925 7928 32147 0 -1 4202560 1007 0 0 0 474 20 0 0 20 0 21 0 105176600 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512686221736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7937] ppid=7925 vsize=9824732 CPUtime=5.22 cores=0,2,4,6
/proc/7928/task/7937/stat : 7937 (java) S 7925 7928 32147 0 -1 4202560 986 0 0 0 503 19 0 0 20 0 21 0 105176600 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512685168936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7938] ppid=7925 vsize=9824732 CPUtime=5.24 cores=0,2,4,6
/proc/7928/task/7938/stat : 7938 (java) S 7925 7928 32147 0 -1 4202560 996 0 0 0 503 21 0 0 20 0 21 0 105176600 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512684116136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7939] ppid=7925 vsize=9824732 CPUtime=4.56 cores=0,2,4,6
/proc/7928/task/7939/stat : 7939 (java) S 7925 7928 32147 0 -1 4202560 3511 0 0 0 436 20 0 0 20 0 21 0 105176601 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512201788392 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7940] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7940/stat : 7940 (java) S 7925 7928 32147 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 105176602 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512200734456 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7941] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7941/stat : 7941 (java) S 7925 7928 32147 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 21 0 105176602 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512199681544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7942] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7942/stat : 7942 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 105176604 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512198630032 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7928/tid=7943] ppid=7925 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/7928/task/7943/stat : 7943 (java) S 7925 7928 32147 0 -1 4202560 6692 0 0 0 116 2 0 0 20 0 21 0 105176604 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512197577144 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=7944] ppid=7925 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/7928/task/7944/stat : 7944 (java) S 7925 7928 32147 0 -1 4202560 11102 0 0 0 129 2 0 0 20 0 21 0 105176604 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512196524344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7945] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7945/stat : 7945 (java) S 7925 7928 32147 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 105176604 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512195471736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=7946] ppid=7925 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/7928/task/7946/stat : 7946 (java) S 7925 7928 32147 0 -1 4202560 103 0 0 0 28 33 0 0 20 0 21 0 105176604 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512194419144 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7928/tid=7953] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/7953/stat : 7953 (java) S 7925 7928 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 105176714 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512191259560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7928/tid=8090] ppid=7925 vsize=9824732 CPUtime=1731.59 cores=0,2,4,6
/proc/7928/task/8090/stat : 8090 (java) R 7925 7928 32147 0 -1 4202560 5399 0 0 0 173082 77 0 0 20 0 21 0 105179338 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512193363088 140512691144505 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7928/tid=8091] ppid=7925 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/7928/task/8091/stat : 8091 (java) S 7925 7928 32147 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 105179340 10060525568 825282 33554432000 1073741824 1073778376 140736303130080 140512190207656 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7928 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7928 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=508497
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=73380
# CPU time returned by wait4() is 1796.58
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1780.25
CPU time (s): 1800.06
CPU user time (s): 1796.52
CPU system time (s): 3.54
CPU usage (%): 101.113
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.51
system time used= 4.07338
maximum resident set size= 3495176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38624
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 98119
involuntary context switches= 86905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9633 second user time and 14.2318 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-06 19:00:20
IDJOB=4081375
IDBENCH=2914
IDSOLVER=2543
FILE ID=node114/4081375-1465232420
RUNJOBID= node114-1465217569-32163
PBS_JOBID= 19843208
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_5_40_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081375-1465232420/watcher-4081375-1465232420 -o /tmp/evaluation-result-4081375-1465232420/solver-4081375-1465232420 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465217569-32163 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081375-1465232420.opb

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

MD5SUM BENCH= a470052ca6f8034e2c6c08868e52d9e8
RANDOM SEED=735595358

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29214984 kB
Buffers:           30096 kB
Cached:           134780 kB
SwapCached:         1736 kB
Active:          1687760 kB
Inactive:         105612 kB
Active(anon):    1629524 kB
Inactive(anon):     1200 kB
Active(file):      58236 kB
Inactive(file):   104412 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096588 kB
Dirty:               560 kB
Writeback:             0 kB
AnonPages:       2789000 kB
Mapped:            15224 kB
Shmem:                 0 kB
Slab:             567512 kB
SReclaimable:      11352 kB
SUnreclaim:       556160 kB
KernelStack:        1608 kB
PageTables:         9740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3163196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2734080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node114 at 2016-06-06 19:30:01