Trace number 4117970

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)70 1800.08 897.655

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_12x12_002.opb.metafix.opb
MD5SUMd516132abc47e45aecfd51f2b27e6693
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark70
Best CPU time to get the best result obtained on this benchmark0.029995
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint12
Number of terms in the objective function 144
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 144
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 144
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.16	c See www.sat4j.org for details.
0.00/0.16	c version PB16.v20160501
0.00/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.16	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.16	c java.vm.version	19.1-b02
0.00/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.16	c sun.arch.data.model	64
0.00/0.16	c java.version		1.6.0_24
0.00/0.16	c os.name		Linux
0.00/0.16	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.16	c os.arch		amd64
0.00/0.16	c Free memory 		501472288
0.00/0.16	c Max memory 		7480803328
0.00/0.16	c Total memory 		504102912
0.00/0.16	c Number of processors 	8
0.00/0.19	c Pseudo Boolean Optimization by upper bound
0.00/0.19	c ManyCore solver with 2 solvers running in parallel
0.00/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.00/0.19	c --- Begin Solver configuration ---
0.00/0.19	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.00/0.19	c Learn all clauses as in MiniSAT
0.00/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.19	c Expensive reason simplification
0.00/0.19	c Glucose 2.1 dynamic restart strategy
0.00/0.19	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.00/0.19	c timeout=2147483s
0.00/0.19	c DB Simplification allowed=false
0.00/0.19	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.00/0.19	c --- End Solver configuration ---
0.00/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.00/0.19	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.19	c --- Begin Solver configuration ---
0.00/0.19	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.00/0.19	c Learn all clauses as in MiniSAT
0.00/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.19	c No reason simplification
0.00/0.19	c Armin Biere (Picosat) restarts strategy
0.00/0.19	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.00/0.19	c timeout=2147483s
0.00/0.19	c DB Simplification allowed=false
0.00/0.19	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.00/0.19	c --- End Solver configuration ---
0.00/0.19	c solving HOME/instance-4117970-1467239095.opb
0.00/0.19	c reading problem ... 
0.00/0.19	c  objective function found
0.13/0.24	c ... done. Wall clock time 0.047s.
0.13/0.24	c declared #vars     144
0.13/0.24	c #constraints  140
0.13/0.24	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.13/0.24	c constraints type 
0.13/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8
0.13/0.24	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
0.13/0.24	c org.sat4j.specs.Constr$1 => 7
0.13/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 116
0.13/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.13/0.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.13/0.24	c 140 constraints processed.
0.13/0.24	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.13/0.24	c constraints type 
0.13/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.24	c org.sat4j.specs.Constr$1 => 7
0.13/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8
0.13/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 116
0.13/0.24	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
0.13/0.24	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.13/0.24	c 140 constraints processed.
0.13/0.24	c objective function length is 144 literals
0.13/0.27	c And the winner is solver0
0.34/0.74	c SATISFIABLE
0.34/0.74	c OPTIMIZING...
0.34/0.74	c Got one! Elapsed wall clock time (in seconds):0.552
0.34/0.74	o 70
2.50/1.30	c cleaning 2532 clauses out of 5063 with flag 17402/5063
4.08/1.70	c cleaning 4263 clauses out of 8533 with flag 43321/11065
5.16/2.19	c cleaning 5631 clauses out of 11268 with flag 73037/18063
6.78/2.89	c cleaning 6818 clauses out of 13637 with flag 111784/26063
8.63/3.70	c cleaning 7906 clauses out of 15819 with flag 154452/35063
10.47/4.66	c cleaning 8953 clauses out of 17913 with flag 203967/45063
12.93/5.81	c cleaning 9976 clauses out of 19960 with flag 265942/56063
15.57/7.15	c cleaning 10990 clauses out of 21984 with flag 330012/68063
18.76/8.71	c cleaning 11995 clauses out of 23995 with flag 400752/81064
22.41/10.50	c cleaning 12996 clauses out of 25999 with flag 486558/95063
26.67/12.61	c cleaning 13996 clauses out of 28004 with flag 579923/110064
31.49/15.06	c cleaning 14997 clauses out of 30008 with flag 686752/126064
37.13/17.81	c cleaning 16000 clauses out of 32010 with flag 803594/143063
43.13/20.86	c cleaning 16999 clauses out of 34013 with flag 927727/161066
50.18/24.31	c cleaning 18003 clauses out of 36014 with flag 1044811/180066
57.57/28.06	c cleaning 18996 clauses out of 38008 with flag 1190564/200063
66.62/32.57	c cleaning 20002 clauses out of 40012 with flag 1343241/221063
76.22/37.40	c cleaning 20999 clauses out of 42012 with flag 1497118/243065
86.27/42.39	c cleaning 22005 clauses out of 44012 with flag 1649640/266064
97.73/48.09	c cleaning 23000 clauses out of 46007 with flag 1805573/290064
110.36/54.33	c cleaning 24003 clauses out of 48008 with flag 1979554/315065
123.99/61.13	c cleaning 24993 clauses out of 50004 with flag 2173964/341064
139.23/68.74	c cleaning 25998 clauses out of 52010 with flag 2364874/368063
152.08/75.12	c cleaning 0 clauses out of 5014 with flag 0/5015
156.63/77.26	c cleaning 27002 clauses out of 54015 with flag 2570489/396066
174.64/86.14	c cleaning 28000 clauses out of 56010 with flag 2790221/425063
194.28/95.90	c cleaning 28999 clauses out of 58010 with flag 3002303/455063
215.30/106.42	c cleaning 30004 clauses out of 60013 with flag 3222778/486065
238.91/118.22	c cleaning 30999 clauses out of 62007 with flag 3458939/518063
263.36/130.41	c cleaning 32003 clauses out of 64008 with flag 3726305/551063
289.80/143.69	c cleaning 32999 clauses out of 66005 with flag 3983996/585063
316.46/156.98	c cleaning 33992 clauses out of 68006 with flag 4248098/620063
343.73/170.51	c cleaning 35002 clauses out of 70014 with flag 4498918/656063
367.76/182.52	c cleaning 35996 clauses out of 72014 with flag 4762964/693065
394.62/195.90	c cleaning 36999 clauses out of 74016 with flag 5062525/731063
422.49/209.80	c cleaning 37999 clauses out of 76018 with flag 5367273/770064
454.53/225.86	c cleaning 39006 clauses out of 78020 with flag 5683243/810065
487.09/242.03	c cleaning 40004 clauses out of 80013 with flag 5995534/851064
521.95/259.42	c cleaning 41001 clauses out of 82011 with flag 6315808/893066
561.74/279.23	c cleaning 42002 clauses out of 84010 with flag 6639964/936066
604.05/300.36	c cleaning 42983 clauses out of 86005 with flag 6997096/980063
646.11/321.26	c cleaning 43998 clauses out of 88023 with flag 7334781/1025064
689.34/342.90	c cleaning 45004 clauses out of 90025 with flag 7682899/1071064
730.41/363.37	c cleaning 46003 clauses out of 92024 with flag 8036799/1118067
776.14/386.14	c cleaning 47004 clauses out of 94018 with flag 8395025/1166064
823.47/409.97	c cleaning 48002 clauses out of 96014 with flag 8750120/1215064
870.38/433.32	c cleaning 48997 clauses out of 98011 with flag 9142145/1265063
920.35/458.27	c cleaning 49999 clauses out of 100015 with flag 9512423/1316064
968.31/482.19	c cleaning 51006 clauses out of 102015 with flag 9910726/1368063
1033.20/514.41	c cleaning 51995 clauses out of 104010 with flag 10301199/1421065
1092.80/544.17	c cleaning 53003 clauses out of 106015 with flag 10705570/1475065
1153.58/574.49	c cleaning 54005 clauses out of 108011 with flag 11120040/1530064
1211.49/603.51	c cleaning 54995 clauses out of 110005 with flag 11542268/1586063
1273.60/634.55	c cleaning 55992 clauses out of 112013 with flag 11979956/1643066
1330.43/662.91	c cleaning 57003 clauses out of 114018 with flag 12419502/1701063
1389.06/692.21	c cleaning 58000 clauses out of 116016 with flag 12870305/1760064
1455.96/725.69	c cleaning 58994 clauses out of 118017 with flag 13320320/1820065
1524.22/759.73	c cleaning 60005 clauses out of 120021 with flag 13783266/1881063
1598.72/796.95	c cleaning 61000 clauses out of 122016 with flag 14240064/1943063
1675.48/835.22	c cleaning 62000 clauses out of 124017 with flag 14718960/2006064
1748.92/871.94	c cleaning 63004 clauses out of 126017 with flag 15200171/2070064
1800.08/897.61	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.08/897.61	c starts		: 5236
1800.08/897.61	c conflicts		: 2118014
1800.08/897.61	c decisions		: 2457318
1800.08/897.61	c propagations		: 64243651
1800.08/897.61	c inspects		: 15263874343
1800.08/897.61	c shortcuts		: 0
1800.08/897.61	c learnt literals	: 1
1800.08/897.61	c learnt binary clauses	: 19
1800.08/897.61	c learnt ternary clauses	: 238
1800.08/897.61	c learnt constraints	: 2118013
1800.08/897.61	c ignored constraints	: 0
1800.08/897.61	c root simplifications	: 0
1800.08/897.61	c removed literals (reason simplification)	: 35604617
1800.08/897.61	c reason swapping (by a shorter reason)	: 0
1800.08/897.61	c Calls to reduceDB	: 60
1800.08/897.61	c Number of update (reduction) of LBD	: 614211
1800.08/897.61	c Imported unit clauses	: 0
1800.08/897.61	c number of reductions to clauses (during analyze)	: 0
1800.08/897.61	c number of learned constraints concerned by reduction	: 0
1800.08/897.61	c number of learning phase by resolution	: 0
1800.08/897.61	c number of learning phase by cutting planes	: 0
1800.08/897.61	c speed (assignments/second)	: 71591.35848694958
1800.08/897.61	c non guided choices	0
1800.08/897.63	c learnt constraints type 
1800.08/897.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.08/897.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110944
1800.08/897.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/897.63	c starts		: 34
1800.08/897.63	c conflicts		: 9234
1800.08/897.63	c decisions		: 15109
1800.08/897.63	c propagations		: 220123
1800.08/897.63	c inspects		: 301798043
1800.08/897.63	c shortcuts		: 0
1800.08/897.63	c learnt literals	: 0
1800.08/897.63	c learnt binary clauses	: 0
1800.08/897.63	c learnt ternary clauses	: 0
1800.08/897.63	c learnt constraints	: 9232
1800.08/897.63	c ignored constraints	: 0
1800.08/897.63	c root simplifications	: 0
1800.08/897.63	c removed literals (reason simplification)	: 0
1800.08/897.63	c reason swapping (by a shorter reason)	: 0
1800.08/897.63	c Calls to reduceDB	: 1
1800.08/897.63	c Number of update (reduction) of LBD	: 0
1800.08/897.63	c Imported unit clauses	: 0
1800.08/897.63	c number of reductions to clauses (during analyze)	: 0
1800.08/897.63	c number of learned constraints concerned by reduction	: 0
1800.08/897.63	c number of learning phase by resolution	: 0
1800.08/897.63	c number of learning phase by cutting planes	: 0
1800.08/897.63	c speed (assignments/second)	: 245.4294790102231
1800.08/897.63	c non guided choices	0
1800.08/897.64	c learnt constraints type 
1800.08/897.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1800.08/897.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9224
1800.08/897.64	s SATISFIABLE
1800.08/897.64	c Found 1 solution(s)
1800.08/897.64	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 
1800.08/897.64	c objective function=70
1800.08/897.64	c Total wall clock time (in seconds): 897.448

Verifier Data

OK	70

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-4117970-1467239095/watcher-4117970-1467239095 -o /tmp/evaluation-result-4117970-1467239095/solver-4117970-1467239095 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467233112-7067 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117970-1467239095.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.08 4.20 4.13 5/197 10174
/proc/meminfo: memFree=22664900/32872528 swapFree=12440/1155036
[pid=10174] ppid=10171 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10174/stat : 10174 (java) R 10171 10174 4301 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 4876923 9515008 185 33554432000 1073741824 1073778376 140733592877920 140733592860648 219504799015 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10174/statm: 2323 185 143 9 0 71 0

[startup+0.100139 s]
/proc/loadavg: 4.08 4.20 4.13 5/197 10174
/proc/meminfo: memFree=22664900/32872528 swapFree=12440/1155036
[pid=10174] ppid=10171 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/10174/stat : 10174 (java) S 10171 10174 4301 0 -1 4202496 2844 0 1 0 0 0 0 0 20 0 10 0 4876923 9233014784 3466 33554432000 1073741824 1073778376 140733592877920 140733592869056 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10174/statm: 2254154 3466 1536 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.200327 s]
/proc/loadavg: 4.08 4.20 4.13 5/197 10174
/proc/meminfo: memFree=22664900/32872528 swapFree=12440/1155036
[pid=10174] ppid=10171 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/10174/stat : 10174 (java) S 10171 10174 4301 0 -1 4202496 4531 0 1 0 12 1 0 0 20 0 18 0 4876923 9787879424 6128 33554432000 1073741824 1073778376 140733592877920 140733592869056 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10174/statm: 2389619 6128 2169 9 0 2380296 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 9558476

[startup+0.3003 s]
/proc/loadavg: 4.08 4.20 4.13 5/197 10174
/proc/meminfo: memFree=22664900/32872528 swapFree=12440/1155036
[pid=10174] ppid=10171 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/10174/stat : 10174 (java) S 10171 10174 4301 0 -1 4202496 6190 0 1 0 29 4 0 0 20 0 19 0 4876923 10060525568 8700 33554432000 1073741824 1073778376 140733592877920 140733592869056 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10174/statm: 2456183 8700 2232 9 0 2446860 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9824732

[startup+0.700273 s]
/proc/loadavg: 4.08 4.20 4.13 5/197 10174
/proc/meminfo: memFree=22664900/32872528 swapFree=12440/1155036
[pid=10174] ppid=10171 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/10174/stat : 10174 (java) S 10171 10174 4301 0 -1 4202496 6261 0 1 0 30 4 0 0 20 0 19 0 4876923 10060525568 8609 33554432000 1073741824 1073778376 140733592877920 140733592869056 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10174/statm: 2456183 8609 2235 9 0 2446860 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 3.92 4.17 4.12 8/219 10199
/proc/meminfo: memFree=22589052/32872528 swapFree=12440/1155036
[pid=10174] ppid=10171 vsize=9824732 CPUtime=3.3 cores=0,2,4,6
/proc/10174/stat : 10174 (java) S 10171 10174 4301 0 -1 4202496 27091 0 1 0 320 10 0 0 20 0 22 0 4876923 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140733592869056 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10174/statm: 2456183 40868 2270 9 0 2446860 0
[pid=10174/tid=10176] ppid=10171 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/10174/task/10176/stat : 10176 (java) S 10171 10174 4301 0 -1 4202560 2427 0 1 0 13 1 0 0 20 0 22 0 4876924 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140004153095032 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10177] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10177/stat : 10177 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140004125546792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10178] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10178/stat : 10178 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140004124493992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10179] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10179/stat : 10179 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003994282536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10180] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10180/stat : 10180 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003993229736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10181] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10181/stat : 10181 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003992177448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10182] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10182/stat : 10182 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003991124648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10183] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10183/stat : 10183 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003990072360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10184] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10184/stat : 10184 (java) S 10171 10174 4301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003518704552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10185] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10185/stat : 10185 (java) S 10171 10174 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003506505960 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10186] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10186/stat : 10186 (java) S 10171 10174 4301 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003505452024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10187] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10187/stat : 10187 (java) S 10171 10174 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003504399624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10188] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10188/stat : 10188 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876937 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003503348112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10189] ppid=10171 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/10174/task/10189/stat : 10189 (java) R 10171 10174 4301 0 -1 4202560 7531 0 0 0 75 2 0 0 20 0 22 0 4876937 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003502283016 219517338736 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10190] ppid=10171 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/10174/task/10190/stat : 10190 (java) R 10171 10174 4301 0 -1 4202560 15733 0 0 0 76 3 0 0 20 0 22 0 4876937 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003501230176 140004159056966 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10191] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10191/stat : 10191 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876937 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003500190840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10192] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10192/stat : 10192 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876937 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003499138248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10196] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10196/stat : 10196 (java) S 10171 10174 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4876948 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003494827048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10197] ppid=10171 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/10174/task/10197/stat : 10197 (java) R 10171 10174 4301 0 -1 4202560 5 0 0 0 72 0 0 0 20 0 22 0 4876998 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003496923408 140004005769311 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10198] ppid=10171 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/10174/task/10198/stat : 10198 (java) R 10171 10174 4301 0 -1 4202560 65 0 0 0 71 2 0 0 20 0 22 0 4876998 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003497984320 140004005785159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10199] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10199/stat : 10199 (java) S 10171 10174 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4876998 10060525568 40868 33554432000 1073741824 1073778376 140733592877920 140003495880360 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 3.92 4.17 4.12 6/219 10199
/proc/meminfo: memFree=22479700/32872528 swapFree=12440/1155036
[pid=10174] ppid=10171 vsize=9824732 CPUtime=7.4 cores=0,2,4,6
/proc/10174/stat : 10174 (java) S 10171 10174 4301 0 -1 4202496 30828 0 1 0 725 15 0 0 20 0 22 0 4876923 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140733592869056 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10174/statm: 2456183 75794 2284 9 0 2446860 0
[pid=10174/tid=10176] ppid=10171 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/10174/task/10176/stat : 10176 (java) S 10171 10174 4301 0 -1 4202560 2427 0 1 0 13 1 0 0 20 0 22 0 4876924 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140004153095032 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10177] ppid=10171 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10174/task/10177/stat : 10177 (java) S 10171 10174 4301 0 -1 4202560 26 0 0 0 1 0 0 0 20 0 22 0 4876933 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140004125546792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10178] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10178/stat : 10178 (java) S 10171 10174 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140004124493992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10179] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10179/stat : 10179 (java) S 10171 10174 4301 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003994282536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10180] ppid=10171 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/10174/task/10180/stat : 10180 (java) S 10171 10174 4301 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 4876933 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003993229736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10181] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10181/stat : 10181 (java) S 10171 10174 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003992177448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10182] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10182/stat : 10182 (java) S 10171 10174 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003991124648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10183] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10183/stat : 10183 (java) S 10171 10174 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003990072360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10184] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10184/stat : 10184 (java) S 10171 10174 4301 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 4876933 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003518704552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10185] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10185/stat : 10185 (java) S 10171 10174 4301 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003506505960 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10186] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10186/stat : 10186 (java) S 10171 10174 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003505452024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10187] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10187/stat : 10187 (java) S 10171 10174 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003504399624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10188] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10188/stat : 10188 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876937 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003503348112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10189] ppid=10171 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/10174/task/10189/stat : 10189 (java) S 10171 10174 4301 0 -1 4202560 7955 0 0 0 124 2 0 0 20 0 22 0 4876937 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003502295736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10190] ppid=10171 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/10174/task/10190/stat : 10190 (java) S 10171 10174 4301 0 -1 4202560 18844 0 0 0 115 4 0 0 20 0 22 0 4876937 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003501242936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10191] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10191/stat : 10191 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876937 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003500190840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10192] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10192/stat : 10192 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876937 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003499138248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10196] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10196/stat : 10196 (java) S 10171 10174 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4876948 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003494827048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10197] ppid=10171 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/10174/task/10197/stat : 10197 (java) R 10171 10174 4301 0 -1 4202560 7 0 0 0 226 0 0 0 20 0 22 0 4876998 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003496932016 140004005479943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10198] ppid=10171 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/10174/task/10198/stat : 10198 (java) R 10171 10174 4301 0 -1 4202560 121 0 0 0 224 3 0 0 20 0 22 0 4876998 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003497984232 140004005751969 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10199] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10199/stat : 10199 (java) S 10171 10174 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4876998 10060525568 75794 33554432000 1073741824 1073778376 140733592877920 140003495880360 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 3.92 4.17 4.12 5/219 10199
/proc/meminfo: memFree=22076076/32872528 swapFree=12440/1155036
[pid=10174] ppid=10171 vsize=9824732 CPUtime=13.93 cores=0,2,4,6
/proc/10174/stat : 10174 (java) S 10171 10174 4301 0 -1 4202496 31582 0 1 0 1368 25 0 0 20 0 22 0 4876923 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140733592869056 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10174/statm: 2456183 149923 2284 9 0 2446860 0
[pid=10174/tid=10176] ppid=10171 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/10174/task/10176/stat : 10176 (java) S 10171 10174 4301 0 -1 4202560 2427 0 1 0 13 1 0 0 20 0 22 0 4876924 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140004153095032 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10177] ppid=10171 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/10174/task/10177/stat : 10177 (java) S 10171 10174 4301 0 -1 4202560 34 0 0 0 3 1 0 0 20 0 22 0 4876933 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140004125546792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10178] ppid=10171 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/10174/task/10178/stat : 10178 (java) S 10171 10174 4301 0 -1 4202560 25 0 0 0 1 1 0 0 20 0 22 0 4876933 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140004124493992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10179] ppid=10171 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/10174/task/10179/stat : 10179 (java) S 10171 10174 4301 0 -1 4202560 67 0 0 0 4 0 0 0 20 0 22 0 4876933 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140003994282536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10180] ppid=10171 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/10174/task/10180/stat : 10180 (java) S 10171 10174 4301 0 -1 4202560 71 0 0 0 5 1 0 0 20 0 22 0 4876933 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140003993229736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10181] ppid=10171 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/10174/task/10181/stat : 10181 (java) S 10171 10174 4301 0 -1 4202560 48 0 0 0 3 0 0 0 20 0 22 0 4876933 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140003992177448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10182] ppid=10171 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/10174/task/10182/stat : 10182 (java) S 10171 10174 4301 0 -1 4202560 54 0 0 0 2 2 0 0 20 0 22 0 4876933 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140003991124648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10183] ppid=10171 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/10174/task/10183/stat : 10183 (java) S 10171 10174 4301 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 22 0 4876933 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140003990072360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10184] ppid=10171 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/10174/task/10184/stat : 10184 (java) S 10171 10174 4301 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 4876933 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140003518704552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10185] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10185/stat : 10185 (java) S 10171 10174 4301 0 -1 4202560 440 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140003506505960 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10186] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10186/stat : 10186 (java) S 10171 10174 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140003505452024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10187] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10187/stat : 10187 (java) S 10171 10174 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140003504399624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10188] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10188/stat : 10188 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876937 10060525568 149923 33554432000 1073741824 1073778376 140733592877920 140003503348112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10189] ppid=10171 vsize=9824732 CPUtime=1.27 cores=0,2,4,6

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

[pid=10174/tid=10180] ppid=10171 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/10174/task/10180/stat : 10180 (java) S 10171 10174 4301 0 -1 4202560 237 0 0 0 128 6 0 0 20 0 22 0 4876933 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003993229736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10181] ppid=10171 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/10174/task/10181/stat : 10181 (java) S 10171 10174 4301 0 -1 4202560 267 0 0 0 137 6 0 0 20 0 22 0 4876933 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003992177448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10182] ppid=10171 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/10174/task/10182/stat : 10182 (java) S 10171 10174 4301 0 -1 4202560 238 0 0 0 127 7 0 0 20 0 22 0 4876933 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003991124648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10183] ppid=10171 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/10174/task/10183/stat : 10183 (java) S 10171 10174 4301 0 -1 4202560 216 0 0 0 126 6 0 0 20 0 22 0 4876933 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003990072360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10184] ppid=10171 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/10174/task/10184/stat : 10184 (java) S 10171 10174 4301 0 -1 4202560 258 0 0 0 137 8 0 0 20 0 22 0 4876933 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003518704552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10185] ppid=10171 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/10174/task/10185/stat : 10185 (java) S 10171 10174 4301 0 -1 4202560 1428 0 0 0 80 22 0 0 20 0 22 0 4876934 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003506505960 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10186] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10186/stat : 10186 (java) S 10171 10174 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003505452024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10187] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10187/stat : 10187 (java) S 10171 10174 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003504399624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10188] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10188/stat : 10188 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876937 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003503348112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10189] ppid=10171 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/10174/task/10189/stat : 10189 (java) S 10171 10174 4301 0 -1 4202560 9567 0 0 0 191 2 0 0 20 0 22 0 4876937 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003502295736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10190] ppid=10171 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/10174/task/10190/stat : 10190 (java) S 10171 10174 4301 0 -1 4202560 18846 0 0 0 126 4 0 0 20 0 22 0 4876937 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003501242936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10191] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10191/stat : 10191 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876937 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003500190840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10192] ppid=10171 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/10174/task/10192/stat : 10192 (java) S 10171 10174 4301 0 -1 4202560 49 0 0 0 13 13 0 0 20 0 22 0 4876937 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003499138248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10196] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10196/stat : 10196 (java) S 10171 10174 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4876948 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003494827048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10197] ppid=10171 vsize=9824732 CPUtime=814.78 cores=0,2,4,6
/proc/10174/task/10197/stat : 10197 (java) R 10171 10174 4301 0 -1 4202560 104 0 0 0 81463 15 0 0 20 0 22 0 4876998 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003496930336 140004005822380 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10198] ppid=10171 vsize=9824732 CPUtime=814.71 cores=0,2,4,6
/proc/10174/task/10198/stat : 10198 (java) R 10171 10174 4301 0 -1 4202560 1759 0 0 0 81420 51 0 0 20 0 22 0 4876998 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003497983616 140004005852910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10199] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10199/stat : 10199 (java) S 10171 10174 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4876998 10060525568 574985 33554432000 1073741824 1073778376 140733592877920 140003495880360 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1649.6
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.04 3.96 3.99 5/219 10558
/proc/meminfo: memFree=21180584/32872528 swapFree=12440/1155036
[pid=10174] ppid=10171 vsize=9824732 CPUtime=1769.73 cores=0,2,4,6
/proc/10174/stat : 10174 (java) S 10171 10174 4301 0 -1 4202496 37514 0 1 0 176834 139 0 0 20 0 22 0 4876923 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140733592869056 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10174/statm: 2456183 569549 2294 9 0 2446860 0
[pid=10174/tid=10176] ppid=10171 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/10174/task/10176/stat : 10176 (java) S 10171 10174 4301 0 -1 4202560 2437 0 1 0 15 3 0 0 20 0 22 0 4876924 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140004153095032 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10177] ppid=10171 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/10174/task/10177/stat : 10177 (java) S 10171 10174 4301 0 -1 4202560 265 0 0 0 150 8 0 0 20 0 22 0 4876933 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140004125546792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10178] ppid=10171 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/10174/task/10178/stat : 10178 (java) S 10171 10174 4301 0 -1 4202560 228 0 0 0 135 8 0 0 20 0 22 0 4876933 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140004124493992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10179] ppid=10171 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/10174/task/10179/stat : 10179 (java) S 10171 10174 4301 0 -1 4202560 271 0 0 0 140 7 0 0 20 0 22 0 4876933 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003994282536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10180] ppid=10171 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/10174/task/10180/stat : 10180 (java) S 10171 10174 4301 0 -1 4202560 237 0 0 0 130 6 0 0 20 0 22 0 4876933 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003993229736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10181] ppid=10171 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/10174/task/10181/stat : 10181 (java) S 10171 10174 4301 0 -1 4202560 268 0 0 0 140 7 0 0 20 0 22 0 4876933 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003992177448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10182] ppid=10171 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/10174/task/10182/stat : 10182 (java) S 10171 10174 4301 0 -1 4202560 239 0 0 0 130 7 0 0 20 0 22 0 4876933 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003991124648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10183] ppid=10171 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/10174/task/10183/stat : 10183 (java) S 10171 10174 4301 0 -1 4202560 218 0 0 0 131 6 0 0 20 0 22 0 4876933 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003990072360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10184] ppid=10171 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/10174/task/10184/stat : 10184 (java) S 10171 10174 4301 0 -1 4202560 265 0 0 0 142 8 0 0 20 0 22 0 4876933 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003518704552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10185] ppid=10171 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/10174/task/10185/stat : 10185 (java) S 10171 10174 4301 0 -1 4202560 1431 0 0 0 80 22 0 0 20 0 22 0 4876934 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003506505960 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10186] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10186/stat : 10186 (java) S 10171 10174 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003505452024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10187] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10187/stat : 10187 (java) S 10171 10174 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003504399624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10188] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10188/stat : 10188 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876937 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003503348112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10189] ppid=10171 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/10174/task/10189/stat : 10189 (java) S 10171 10174 4301 0 -1 4202560 9567 0 0 0 191 2 0 0 20 0 22 0 4876937 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003502295736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10190] ppid=10171 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/10174/task/10190/stat : 10190 (java) S 10171 10174 4301 0 -1 4202560 18847 0 0 0 126 4 0 0 20 0 22 0 4876937 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003501242936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10191] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10191/stat : 10191 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876937 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003500190840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10192] ppid=10171 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/10174/task/10192/stat : 10192 (java) S 10171 10174 4301 0 -1 4202560 51 0 0 0 15 14 0 0 20 0 22 0 4876937 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003499138248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10196] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10196/stat : 10196 (java) S 10171 10174 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4876948 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003494827048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10197] ppid=10171 vsize=9824732 CPUtime=874.55 cores=0,2,4,6
/proc/10174/task/10197/stat : 10197 (java) R 10171 10174 4301 0 -1 4202560 106 0 0 0 87439 16 0 0 20 0 22 0 4876998 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003496930536 140004005701935 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10198] ppid=10171 vsize=9824732 CPUtime=874.45 cores=0,2,4,6
/proc/10174/task/10198/stat : 10198 (java) R 10171 10174 4301 0 -1 4202560 1765 0 0 0 87393 52 0 0 20 0 22 0 4876998 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003497982080 140004006434432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10199] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10199/stat : 10199 (java) S 10171 10174 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4876998 10060525568 569549 33554432000 1073741824 1073778376 140733592877920 140003495880360 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1769.73
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.601 s]
/proc/loadavg: 3.95 3.94 3.99 6/219 10564
/proc/meminfo: memFree=21141732/32872528 swapFree=12440/1155036
[pid=10174] ppid=10171 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/10174/stat : 10174 (java) S 10171 10174 4301 0 -1 4202496 37627 0 1 0 179867 141 0 0 20 0 22 0 4876923 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140733592869056 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10174/statm: 2456183 567351 2294 9 0 2446860 0
[pid=10174/tid=10176] ppid=10171 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/10174/task/10176/stat : 10176 (java) S 10171 10174 4301 0 -1 4202560 2437 0 1 0 15 3 0 0 20 0 22 0 4876924 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140004153095032 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10177] ppid=10171 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/10174/task/10177/stat : 10177 (java) S 10171 10174 4301 0 -1 4202560 267 0 0 0 152 8 0 0 20 0 22 0 4876933 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140004125546792 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10178] ppid=10171 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/10174/task/10178/stat : 10178 (java) S 10171 10174 4301 0 -1 4202560 229 0 0 0 137 8 0 0 20 0 22 0 4876933 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140004124493992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10179] ppid=10171 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/10174/task/10179/stat : 10179 (java) S 10171 10174 4301 0 -1 4202560 276 0 0 0 144 7 0 0 20 0 22 0 4876933 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003994282536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10180] ppid=10171 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/10174/task/10180/stat : 10180 (java) S 10171 10174 4301 0 -1 4202560 248 0 0 0 135 7 0 0 20 0 22 0 4876933 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003993229736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10181] ppid=10171 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/10174/task/10181/stat : 10181 (java) S 10171 10174 4301 0 -1 4202560 271 0 0 0 143 7 0 0 20 0 22 0 4876933 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003992177448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10182] ppid=10171 vsize=9824732 CPUtime=1.38 cores=0,2,4,6
/proc/10174/task/10182/stat : 10182 (java) S 10171 10174 4301 0 -1 4202560 239 0 0 0 131 7 0 0 20 0 22 0 4876933 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003991124648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10183] ppid=10171 vsize=9824732 CPUtime=1.41 cores=0,2,4,6
/proc/10174/task/10183/stat : 10183 (java) S 10171 10174 4301 0 -1 4202560 220 0 0 0 134 7 0 0 20 0 22 0 4876933 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003990072360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10184] ppid=10171 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/10174/task/10184/stat : 10184 (java) S 10171 10174 4301 0 -1 4202560 266 0 0 0 143 8 0 0 20 0 22 0 4876933 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003518704552 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10185] ppid=10171 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/10174/task/10185/stat : 10185 (java) S 10171 10174 4301 0 -1 4202560 1512 0 0 0 113 23 0 0 20 0 22 0 4876934 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003506505960 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10186] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10186/stat : 10186 (java) S 10171 10174 4301 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003505452024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10187] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10187/stat : 10187 (java) S 10171 10174 4301 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4876934 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003504399624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10188] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10188/stat : 10188 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876937 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003503348112 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10174/tid=10189] ppid=10171 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/10174/task/10189/stat : 10189 (java) S 10171 10174 4301 0 -1 4202560 9567 0 0 0 191 2 0 0 20 0 22 0 4876937 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003502295736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10190] ppid=10171 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/10174/task/10190/stat : 10190 (java) S 10171 10174 4301 0 -1 4202560 18847 0 0 0 126 4 0 0 20 0 22 0 4876937 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003501242936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10191] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10191/stat : 10191 (java) S 10171 10174 4301 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4876937 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003500190840 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10174/tid=10192] ppid=10171 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/10174/task/10192/stat : 10192 (java) S 10171 10174 4301 0 -1 4202560 53 0 0 0 15 14 0 0 20 0 22 0 4876937 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003499138248 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10196] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10196/stat : 10196 (java) S 10171 10174 4301 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 4876948 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003494827048 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10197] ppid=10171 vsize=9824732 CPUtime=889.38 cores=0,2,4,6
/proc/10174/task/10197/stat : 10197 (java) R 10171 10174 4301 0 -1 4202560 109 0 0 0 88922 16 0 0 20 0 22 0 4876998 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003496931104 140004005823025 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10174/tid=10198] ppid=10171 vsize=9824732 CPUtime=889.3 cores=0,2,4,6
/proc/10174/task/10198/stat : 10198 (java) R 10171 10174 4301 0 -1 4202560 1767 0 0 0 88878 52 0 0 20 0 22 0 4876998 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003497982448 140004005852816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10174/tid=10199] ppid=10171 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10174/task/10199/stat : 10199 (java) S 10171 10174 4301 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4876998 10060525568 567351 33554432000 1073741824 1073778376 140733592877920 140003495880360 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 10174 sig 9
??? kill -10174 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 10174 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=79258
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=920708
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.655
CPU time (s): 1800.08
CPU user time (s): 1798.67
CPU system time (s): 1.41
CPU usage (%): 200.531
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.08
system time used= 1.92071
maximum resident set size= 2826712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37668
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29006
involuntary context switches= 31791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78212 second user time and 7.09492 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-30 00:24:55
IDJOB=4117970
IDBENCH=111634
IDSOLVER=2543
FILE ID=node114/4117970-1467239095
RUNJOBID= node114-1467233112-7067
PBS_JOBID= 19997585
Free space on /tmp= 71672 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_12x12_002.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117970-1467239095/watcher-4117970-1467239095 -o /tmp/evaluation-result-4117970-1467239095/solver-4117970-1467239095 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1467233112-7067 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117970-1467239095.opb

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

MD5SUM BENCH= d516132abc47e45aecfd51f2b27e6693
RANDOM SEED=203803057

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.752
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:        22665072 kB
Buffers:          103324 kB
Cached:          5788088 kB
SwapCached:            0 kB
Active:          2499188 kB
Inactive:        5790740 kB
Active(anon):    2401212 kB
Inactive(anon):        0 kB
Active(file):      97976 kB
Inactive(file):  5790740 kB
Unevictable:     1155036 kB
Mlocked:           12440 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               584 kB
Writeback:             8 kB
AnonPages:       3555344 kB
Mapped:            22272 kB
Shmem:               204 kB
Slab:             625148 kB
SReclaimable:      69216 kB
SUnreclaim:       555932 kB
KernelStack:        1624 kB
PageTables:        11912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3671460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3483648 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= 71668 MiB
End job on node114 at 2016-06-30 00:39:53