Trace number 4081754

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)28 1800 897.861

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_2.opb
MD5SUM54e50bd6cbfbb2a5705269c41241de9a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
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 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint11
Maximum length of a constraint20
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2492
Sum of products size (including duplicates)4984
Number of different products2492
Sum of products size4984

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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081754-1465254581.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.47/0.37	c ... done. Wall clock time 0.25s.
0.47/0.37	c declared #vars     200
0.47/0.37	c internal #vars     2692
0.47/0.37	c #constraints  5184
0.47/0.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.37	c constraints type 
0.47/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2692
0.47/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2492
0.47/0.37	c 5184 constraints processed.
0.47/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.37	c constraints type 
0.47/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2692
0.47/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
0.47/0.37	c 5184 constraints processed.
0.47/0.37	c objective function length is 200 literals
0.73/0.40	c And the winner is solver0
0.82/0.87	c SATISFIABLE
0.82/0.87	c OPTIMIZING...
0.82/0.87	c Got one! Elapsed wall clock time (in seconds):0.754
0.82/0.87	o 33
1.30/1.06	c And the winner is solver0
1.77/1.38	c Got one! Elapsed wall clock time (in seconds):1.257
1.77/1.38	o 32
1.77/1.38	c And the winner is solver0
1.80/1.88	c Got one! Elapsed wall clock time (in seconds):1.759
1.80/1.88	o 30
2.23/2.05	c And the winner is solver1
2.46/2.38	c Got one! Elapsed wall clock time (in seconds):2.261
2.46/2.38	o 29
6.41/4.14	c And the winner is solver1
6.50/4.38	c Got one! Elapsed wall clock time (in seconds):4.263
6.50/4.38	o 28
7.36/4.82	c cleaning 3313 clauses out of 6626 with flag 3373/6626
12.35/7.25	c cleaning 4658 clauses out of 9316 with flag 22164/12629
18.28/10.16	c cleaning 5828 clauses out of 11655 with flag 44243/19626
25.18/13.57	c cleaning 6914 clauses out of 13827 with flag 67963/27626
33.09/17.41	c cleaning 7948 clauses out of 15913 with flag 94053/36626
41.65/21.68	c cleaning 8984 clauses out of 17969 with flag 121749/46630
51.16/26.34	c cleaning 9981 clauses out of 19983 with flag 152099/57628
61.24/31.38	c cleaning 10997 clauses out of 22002 with flag 184457/69628
72.24/36.89	c cleaning 12002 clauses out of 24003 with flag 219040/82626
84.93/43.19	c cleaning 12991 clauses out of 26002 with flag 256738/96627
98.62/49.90	c cleaning 13986 clauses out of 28010 with flag 296270/111626
112.82/57.01	c cleaning 15009 clauses out of 30025 with flag 340558/127627
129.07/65.13	c cleaning 16002 clauses out of 32017 with flag 386556/144628
145.55/73.31	c cleaning 17004 clauses out of 34013 with flag 434610/162626
162.80/81.92	c cleaning 18004 clauses out of 36009 with flag 487822/181626
181.07/91.07	c cleaning 19005 clauses out of 38009 with flag 546493/201630
184.27/92.65	c cleaning 0 clauses out of 5571 with flag 0/5571
200.57/100.68	c cleaning 19988 clauses out of 40000 with flag 604653/222626
220.57/110.55	c cleaning 20990 clauses out of 42012 with flag 663374/244626
242.52/121.41	c cleaning 22012 clauses out of 44023 with flag 727694/267627
263.99/132.15	c cleaning 22999 clauses out of 46014 with flag 792294/291630
287.69/144.39	c cleaning 23992 clauses out of 48011 with flag 865518/316626
313.17/157.05	c cleaning 25001 clauses out of 50019 with flag 939055/342626
339.08/169.95	c cleaning 26009 clauses out of 52018 with flag 1013233/369626
365.79/183.27	c cleaning 26989 clauses out of 54011 with flag 1095138/397628
393.44/197.06	c cleaning 28004 clauses out of 56020 with flag 1179539/426626
422.55/211.57	c cleaning 29005 clauses out of 58017 with flag 1263147/456627
452.96/226.64	c cleaning 29994 clauses out of 60011 with flag 1352855/487626
485.08/242.67	c cleaning 30998 clauses out of 62017 with flag 1446791/519626
516.56/258.36	c cleaning 31995 clauses out of 64019 with flag 1540382/552626
551.96/275.90	c cleaning 33008 clauses out of 66024 with flag 1640059/586626
587.35/293.51	c cleaning 34002 clauses out of 68016 with flag 1740752/621626
622.66/311.13	c cleaning 34988 clauses out of 70014 with flag 1847380/657626
658.27/328.86	c cleaning 36008 clauses out of 72028 with flag 1958808/694628
697.07/348.18	c cleaning 37002 clauses out of 74018 with flag 2067254/732626
736.62/367.87	c cleaning 38000 clauses out of 76017 with flag 2174633/771627
778.09/388.50	c cleaning 38996 clauses out of 78016 with flag 2287534/811626
821.28/410.04	c cleaning 40006 clauses out of 80020 with flag 2404101/852626
866.53/432.56	c cleaning 41008 clauses out of 82015 with flag 2525865/894627
918.10/458.18	c cleaning 41998 clauses out of 84006 with flag 2644861/937626
922.51/460.37	c cleaning 0 clauses out of 11571 with flag 0/11571
970.79/484.33	c cleaning 42989 clauses out of 86008 with flag 2765350/981626
1028.96/513.90	c cleaning 43999 clauses out of 88019 with flag 2892943/1026626
1083.76/541.24	c cleaning 45005 clauses out of 90021 with flag 3023507/1072627
1139.34/568.91	c cleaning 46000 clauses out of 92015 with flag 3155345/1119626
1192.99/595.66	c cleaning 46996 clauses out of 94015 with flag 3293166/1167626
1249.42/623.73	c cleaning 48000 clauses out of 96019 with flag 3428340/1216626
1311.28/654.59	c cleaning 49006 clauses out of 98019 with flag 3572531/1266626
1370.75/684.14	c cleaning 49998 clauses out of 100013 with flag 3715794/1317626
1432.19/714.72	c cleaning 50997 clauses out of 102015 with flag 3863048/1369626
1497.84/747.49	c cleaning 51995 clauses out of 104019 with flag 4015031/1422627
1565.11/780.92	c cleaning 52998 clauses out of 106023 with flag 4161115/1476626
1636.08/816.24	c cleaning 54004 clauses out of 108025 with flag 4312548/1531626
1707.21/851.62	c cleaning 55002 clauses out of 110021 with flag 4462958/1587626
1777.27/886.55	c cleaning 56000 clauses out of 112019 with flag 4615228/1644626
1800.00/897.80	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.00/897.80	c starts		: 658
1800.00/897.80	c conflicts		: 1666040
1800.00/897.80	c decisions		: 4305657
1800.00/897.80	c propagations		: 939618792
1800.00/897.80	c inspects		: 10570340519
1800.00/897.80	c shortcuts		: 0
1800.00/897.80	c learnt literals	: 0
1800.00/897.80	c learnt binary clauses	: 0
1800.00/897.80	c learnt ternary clauses	: 0
1800.00/897.80	c learnt constraints	: 1666040
1800.00/897.80	c ignored constraints	: 0
1800.00/897.80	c root simplifications	: 0
1800.00/897.80	c removed literals (reason simplification)	: 142845
1800.00/897.80	c reason swapping (by a shorter reason)	: 0
1800.00/897.80	c Calls to reduceDB	: 53
1800.00/897.80	c Number of update (reduction) of LBD	: 462280
1800.00/897.80	c Imported unit clauses	: 0
1800.00/897.80	c number of reductions to clauses (during analyze)	: 0
1800.00/897.80	c number of learned constraints concerned by reduction	: 0
1800.00/897.80	c number of learning phase by resolution	: 0
1800.00/897.80	c number of learning phase by cutting planes	: 0
1800.00/897.80	c speed (assignments/second)	: 1051708.8718532473
1800.00/897.80	c non guided choices	0
1800.00/897.83	c learnt constraints type 
1800.00/897.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 77433
1800.00/897.83	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.00/897.83	c starts		: 48
1800.00/897.83	c conflicts		: 15905
1800.00/897.83	c decisions		: 57489
1800.00/897.83	c propagations		: 2352970
1800.00/897.83	c inspects		: 944180813
1800.00/897.83	c shortcuts		: 0
1800.00/897.83	c learnt literals	: 0
1800.00/897.83	c learnt binary clauses	: 0
1800.00/897.83	c learnt ternary clauses	: 0
1800.00/897.83	c learnt constraints	: 15904
1800.00/897.83	c ignored constraints	: 0
1800.00/897.83	c root simplifications	: 0
1800.00/897.83	c removed literals (reason simplification)	: 0
1800.00/897.83	c reason swapping (by a shorter reason)	: 0
1800.00/897.83	c Calls to reduceDB	: 2
1800.00/897.83	c Number of update (reduction) of LBD	: 0
1800.00/897.83	c Imported unit clauses	: 0
1800.00/897.83	c number of reductions to clauses (during analyze)	: 0
1800.00/897.83	c number of learned constraints concerned by reduction	: 0
1800.00/897.83	c number of learning phase by resolution	: 0
1800.00/897.83	c number of learning phase by cutting planes	: 0
1800.00/897.83	c speed (assignments/second)	: 2624.7819161040734
1800.00/897.83	c non guided choices	0
1800.00/897.83	c learnt constraints type 
1800.00/897.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4
1800.00/897.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 156
1800.00/897.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15744
1800.00/897.83	s SATISFIABLE
1800.00/897.83	c Found 5 solution(s)
1800.00/897.83	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 x54 x55 x56 -x57 x58 -x59 x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 x109 -x110 x111 -x112 x113 -x114 x115 x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 x146 -x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
1800.00/897.83	c objective function=28
1800.00/897.83	c Total wall clock time (in seconds): 897.716

Verifier Data

OK	28

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-4081754-1465254581/watcher-4081754-1465254581 -o /tmp/evaluation-result-4081754-1465254581/solver-4081754-1465254581 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1465253685-3610 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081754-1465254581.opb 

pid=3864
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.22 4.19 3.44 4/197 3867
/proc/meminfo: memFree=26900028/32872528 swapFree=16080/1655368
[pid=3867] ppid=3864 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/3867/stat : 3867 (java) R 3864 3867 3593 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 107391629 9445376 93 33554432000 1073741824 1073778376 140737287227504 140737287224632 217401308599 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3867/statm: 2306 96 76 9 0 38 0

[startup+0.10007 s]
/proc/loadavg: 4.22 4.19 3.44 4/197 3867
/proc/meminfo: memFree=26900028/32872528 swapFree=16080/1655368
[pid=3867] ppid=3864 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/3867/stat : 3867 (java) S 3864 3867 3593 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 107391629 9787879424 6041 33554432000 1073741824 1073778376 140737287227504 140737287218640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3867/statm: 2389619 6041 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200269 s]
/proc/loadavg: 4.22 4.19 3.44 4/197 3867
/proc/meminfo: memFree=26900028/32872528 swapFree=16080/1655368
[pid=3867] ppid=3864 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/3867/stat : 3867 (java) S 3864 3867 3593 0 -1 4202496 4569 0 1 0 20 1 0 0 20 0 18 0 107391629 9787879424 7203 33554432000 1073741824 1073778376 140737287227504 140737287218640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3867/statm: 2389619 7203 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300242 s]
/proc/loadavg: 4.22 4.19 3.44 4/197 3867
/proc/meminfo: memFree=26900028/32872528 swapFree=16080/1655368
[pid=3867] ppid=3864 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/3867/stat : 3867 (java) S 3864 3867 3593 0 -1 4202496 6258 0 1 0 45 2 0 0 20 0 18 0 107391629 9787879424 9341 33554432000 1073741824 1073778376 140737287227504 140737287218640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3867/statm: 2389619 9341 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 4.22 4.19 3.44 4/197 3867
/proc/meminfo: memFree=26900028/32872528 swapFree=16080/1655368
[pid=3867] ppid=3864 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/3867/stat : 3867 (java) S 3864 3867 3593 0 -1 4202496 8651 0 1 0 78 4 0 0 20 0 19 0 107391629 10060525568 12374 33554432000 1073741824 1073778376 140737287227504 140737287218640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3867/statm: 2456183 12374 2264 9 0 2446860 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 9824732

[startup+1.5008 s]
/proc/loadavg: 4.22 4.19 3.44 5/216 3892
/proc/meminfo: memFree=26843236/32872528 swapFree=16080/1655368
[pid=3867] ppid=3864 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/3867/stat : 3867 (java) S 3864 3867 3593 0 -1 4202496 12819 0 1 0 173 7 0 0 20 0 20 0 107391629 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140737287218640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3867/statm: 2456183 17033 2268 9 0 2446860 0
[pid=3867/tid=3869] ppid=3864 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/3867/task/3869/stat : 3869 (java) S 3864 3867 3593 0 -1 4202560 2428 0 1 0 33 1 0 0 20 0 20 0 107391630 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188564951928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3870] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3870/stat : 3870 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107391631 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188543052456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3871] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3871/stat : 3871 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107391631 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188541999912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3872] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3872/stat : 3872 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107391631 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188540947368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3867/tid=3873] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3873/stat : 3873 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107391631 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188539894824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3874] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3874/stat : 3874 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107391631 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188202297512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3875] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3875/stat : 3875 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107391631 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188201244968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3876] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3876/stat : 3876 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107391631 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188200192424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3877] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3877/stat : 3877 (java) S 3864 3867 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 107391631 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188199139880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3878] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3878/stat : 3878 (java) S 3864 3867 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 107391632 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188186942056 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3879] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3879/stat : 3879 (java) S 3864 3867 3593 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 107391633 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188185888376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3880] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3880/stat : 3880 (java) S 3864 3867 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 107391633 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188184835720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3881] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3881/stat : 3881 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107391635 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188183784464 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3882] ppid=3864 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/3867/task/3882/stat : 3882 (java) S 3864 3867 3593 0 -1 4202560 2288 0 0 0 44 0 0 0 20 0 20 0 107391635 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188182730808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3867/tid=3883] ppid=3864 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/3867/task/3883/stat : 3883 (java) S 3864 3867 3593 0 -1 4202560 6751 0 0 0 53 0 0 0 20 0 20 0 107391635 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188181678264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3884] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3884/stat : 3884 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107391635 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188180625912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3885] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3885/stat : 3885 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 107391635 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188179573576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3889] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3889/stat : 3889 (java) S 3864 3867 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 107391667 10060525568 17033 33554432000 1073741824 1073778376 140737287227504 140188175361704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 4.22 4.19 3.44 3/216 3897
/proc/meminfo: memFree=26817280/32872528 swapFree=16080/1655368
[pid=3867] ppid=3864 vsize=9824732 CPUtime=4.18 cores=1,3,5,7
/proc/3867/stat : 3867 (java) S 3864 3867 3593 0 -1 4202496 15765 0 1 0 406 12 0 0 20 0 22 0 107391629 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140737287218640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3867/statm: 2456183 45234 2290 9 0 2446860 0
[pid=3867/tid=3869] ppid=3864 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/3867/task/3869/stat : 3869 (java) S 3864 3867 3593 0 -1 4202560 2428 0 1 0 33 2 0 0 20 0 22 0 107391630 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188564951928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3870] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3870/stat : 3870 (java) S 3864 3867 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107391631 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188543052456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3871] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3871/stat : 3871 (java) S 3864 3867 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107391631 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188541999912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3872] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3872/stat : 3872 (java) S 3864 3867 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107391631 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188540947368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3873] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3873/stat : 3873 (java) S 3864 3867 3593 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107391631 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188539894824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3874] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3874/stat : 3874 (java) S 3864 3867 3593 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 107391631 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188202297512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3875] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3875/stat : 3875 (java) S 3864 3867 3593 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 107391631 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188201244968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3876] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3876/stat : 3876 (java) S 3864 3867 3593 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107391631 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188200192424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3877] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3877/stat : 3877 (java) S 3864 3867 3593 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 107391631 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188199139880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3878] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3878/stat : 3878 (java) S 3864 3867 3593 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107391632 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188186942056 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3879] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3879/stat : 3879 (java) S 3864 3867 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107391633 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188185888376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3880] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3880/stat : 3880 (java) S 3864 3867 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107391633 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188184835720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3881] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3881/stat : 3881 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107391635 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188183784464 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3882] ppid=3864 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/3867/task/3882/stat : 3882 (java) S 3864 3867 3593 0 -1 4202560 5113 0 0 0 80 2 0 0 20 0 22 0 107391635 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188182730808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3883] ppid=3864 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/3867/task/3883/stat : 3883 (java) S 3864 3867 3593 0 -1 4202560 6761 0 0 0 74 0 0 0 20 0 22 0 107391635 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188181678264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3884] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3884/stat : 3884 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107391635 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188180625912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3885] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3885/stat : 3885 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107391635 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188179573576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3895] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3895/stat : 3895 (java) S 3864 3867 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107391768 10060525568 45234 33554432000 1073741824 1073778376 140737287227504 140188178519464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9824732

[startup+6.30091 s]
/proc/loadavg: 4.12 4.17 3.44 7/219 3975
/proc/meminfo: memFree=29907832/32872528 swapFree=16080/1655368
[pid=3867] ppid=3864 vsize=9824732 CPUtime=10.49 cores=1,3,5,7
/proc/3867/stat : 3867 (java) S 3864 3867 3593 0 -1 4202496 17694 0 1 0 1025 24 0 0 20 0 22 0 107391629 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140737287218640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3867/statm: 2456183 88906 2295 9 0 2446860 0
[pid=3867/tid=3869] ppid=3864 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/3867/task/3869/stat : 3869 (java) S 3864 3867 3593 0 -1 4202560 2428 0 1 0 33 2 0 0 20 0 22 0 107391630 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188564951928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3870] ppid=3864 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3867/task/3870/stat : 3870 (java) S 3864 3867 3593 0 -1 4202560 65 0 0 0 7 1 0 0 20 0 22 0 107391631 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188543052456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3871] ppid=3864 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/3867/task/3871/stat : 3871 (java) S 3864 3867 3593 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 107391631 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188541999912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3872] ppid=3864 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/3867/task/3872/stat : 3872 (java) S 3864 3867 3593 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 107391631 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188540947368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3873] ppid=3864 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/3867/task/3873/stat : 3873 (java) S 3864 3867 3593 0 -1 4202560 89 0 0 0 3 0 0 0 20 0 22 0 107391631 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188539894824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3874] ppid=3864 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/3867/task/3874/stat : 3874 (java) S 3864 3867 3593 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 107391631 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188202297512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3867/tid=3875] ppid=3864 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/3867/task/3875/stat : 3875 (java) S 3864 3867 3593 0 -1 4202560 152 0 0 0 4 0 0 0 20 0 22 0 107391631 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188201244968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3867/tid=3876] ppid=3864 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/3867/task/3876/stat : 3876 (java) S 3864 3867 3593 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 22 0 107391631 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188200192424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3867/tid=3877] ppid=3864 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/3867/task/3877/stat : 3877 (java) S 3864 3867 3593 0 -1 4202560 136 0 0 0 5 1 0 0 20 0 22 0 107391631 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188199139880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3878] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3878/stat : 3878 (java) S 3864 3867 3593 0 -1 4202560 210 0 0 0 0 0 0 0 20 0 22 0 107391632 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188186942056 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3879] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3879/stat : 3879 (java) S 3864 3867 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107391633 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188185888376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3880] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3880/stat : 3880 (java) S 3864 3867 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107391633 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188184835720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3881] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3881/stat : 3881 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107391635 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188183784464 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3882] ppid=3864 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/3867/task/3882/stat : 3882 (java) S 3864 3867 3593 0 -1 4202560 6280 0 0 0 89 2 0 0 20 0 22 0 107391635 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188182730808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3883] ppid=3864 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/3867/task/3883/stat : 3883 (java) S 3864 3867 3593 0 -1 4202560 6764 0 0 0 87 2 0 0 20 0 22 0 107391635 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188181678264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3884] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3884/stat : 3884 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107391635 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188180625912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3885] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3885/stat : 3885 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107391635 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188179573576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3895] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3895/stat : 3895 (java) S 3864 3867 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107391768 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188178519464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3966] ppid=3864 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/3867/task/3966/stat : 3966 (java) R 3864 3867 3593 0 -1 4202560 4 0 0 0 180 0 0 0 20 0 22 0 107392068 10060525568 88906 33554432000 1073741824 1073778376 140737287227504 140188177464904 140188420969125 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3967] ppid=3864 vsize=9824732 CPUtime=1.8 cores=1,3,5,7

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

/proc/3867/task/3872/stat : 3872 (java) S 3864 3867 3593 0 -1 4202560 511 0 0 0 183 15 0 0 20 0 22 0 107391631 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188540947368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3873] ppid=3864 vsize=9824732 CPUtime=2.16 cores=1,3,5,7
/proc/3867/task/3873/stat : 3873 (java) S 3864 3867 3593 0 -1 4202560 572 0 0 0 202 14 0 0 20 0 22 0 107391631 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188539894824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3874] ppid=3864 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/3867/task/3874/stat : 3874 (java) S 3864 3867 3593 0 -1 4202560 490 0 0 0 215 16 0 0 20 0 22 0 107391631 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188202297512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3875] ppid=3864 vsize=9824732 CPUtime=2.09 cores=1,3,5,7
/proc/3867/task/3875/stat : 3875 (java) S 3864 3867 3593 0 -1 4202560 554 0 0 0 196 13 0 0 20 0 22 0 107391631 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188201244968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3876] ppid=3864 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/3867/task/3876/stat : 3876 (java) S 3864 3867 3593 0 -1 4202560 472 0 0 0 203 15 0 0 20 0 22 0 107391631 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188200192424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3877] ppid=3864 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/3867/task/3877/stat : 3877 (java) S 3864 3867 3593 0 -1 4202560 656 0 0 0 202 15 0 0 20 0 22 0 107391631 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188199139880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3867/tid=3878] ppid=3864 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/3867/task/3878/stat : 3878 (java) S 3864 3867 3593 0 -1 4202560 2233 0 0 0 203 10 0 0 20 0 22 0 107391632 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188186942056 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3879] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3879/stat : 3879 (java) S 3864 3867 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107391633 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188185888376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3880] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3880/stat : 3880 (java) S 3864 3867 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107391633 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188184835720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3881] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3881/stat : 3881 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107391635 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188183784464 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3882] ppid=3864 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/3867/task/3882/stat : 3882 (java) S 3864 3867 3593 0 -1 4202560 13630 0 0 0 135 3 0 0 20 0 22 0 107391635 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188182730808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3883] ppid=3864 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/3867/task/3883/stat : 3883 (java) S 3864 3867 3593 0 -1 4202560 6769 0 0 0 111 2 0 0 20 0 22 0 107391635 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188181678264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3884] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3884/stat : 3884 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107391635 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188180625912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3885] ppid=3864 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/3867/task/3885/stat : 3885 (java) S 3864 3867 3593 0 -1 4202560 47 0 0 0 10 23 0 0 20 0 22 0 107391635 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188179573576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3895] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3895/stat : 3895 (java) S 3864 3867 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107391768 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188178519464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3966] ppid=3864 vsize=9824732 CPUtime=808.72 cores=1,3,5,7
/proc/3867/task/3966/stat : 3966 (java) R 3864 3867 3593 0 -1 4202560 52 0 0 0 80858 14 0 0 20 0 22 0 107392068 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188177464984 140188420969092 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3967] ppid=3864 vsize=9824732 CPUtime=808.79 cores=1,3,5,7
/proc/3867/task/3967/stat : 3967 (java) R 3864 3867 3593 0 -1 4202560 2302 0 0 0 80829 50 0 0 20 0 22 0 107392068 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188176413456 140188421088581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3968] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3968/stat : 3968 (java) S 3864 3867 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107392068 10060525568 649179 33554432000 1073741824 1073778376 140737287227504 140188175361448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1648.35
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.27 4.25 3.94 5/218 4004
/proc/meminfo: memFree=23920880/32872528 swapFree=16080/1655368
[pid=3867] ppid=3864 vsize=9824732 CPUtime=1768.88 cores=1,3,5,7
/proc/3867/stat : 3867 (java) S 3864 3867 3593 0 -1 4202496 33581 0 1 0 176676 212 0 0 20 0 22 0 107391629 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140737287218640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3867/statm: 2456183 682717 2304 9 0 2446860 0
[pid=3867/tid=3869] ppid=3864 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/3867/task/3869/stat : 3869 (java) S 3864 3867 3593 0 -1 4202560 2435 0 1 0 36 3 0 0 20 0 22 0 107391630 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188564951928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3870] ppid=3864 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/3867/task/3870/stat : 3870 (java) S 3864 3867 3593 0 -1 4202560 609 0 0 0 229 18 0 0 20 0 22 0 107391631 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188543052456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3867/tid=3871] ppid=3864 vsize=9824732 CPUtime=2.36 cores=1,3,5,7
/proc/3867/task/3871/stat : 3871 (java) S 3864 3867 3593 0 -1 4202560 537 0 0 0 221 15 0 0 20 0 22 0 107391631 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188541999912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3872] ppid=3864 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/3867/task/3872/stat : 3872 (java) S 3864 3867 3593 0 -1 4202560 530 0 0 0 190 16 0 0 20 0 22 0 107391631 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188540947368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3873] ppid=3864 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/3867/task/3873/stat : 3873 (java) S 3864 3867 3593 0 -1 4202560 609 0 0 0 215 14 0 0 20 0 22 0 107391631 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188539894824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3874] ppid=3864 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/3867/task/3874/stat : 3874 (java) S 3864 3867 3593 0 -1 4202560 511 0 0 0 230 17 0 0 20 0 22 0 107391631 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188202297512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3875] ppid=3864 vsize=9824732 CPUtime=2.23 cores=1,3,5,7
/proc/3867/task/3875/stat : 3875 (java) S 3864 3867 3593 0 -1 4202560 586 0 0 0 210 13 0 0 20 0 22 0 107391631 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188201244968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3876] ppid=3864 vsize=9824732 CPUtime=2.33 cores=1,3,5,7
/proc/3867/task/3876/stat : 3876 (java) S 3864 3867 3593 0 -1 4202560 510 0 0 0 217 16 0 0 20 0 22 0 107391631 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188200192424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3867/tid=3877] ppid=3864 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/3867/task/3877/stat : 3877 (java) S 3864 3867 3593 0 -1 4202560 672 0 0 0 210 16 0 0 20 0 22 0 107391631 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188199139880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3867/tid=3878] ppid=3864 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/3867/task/3878/stat : 3878 (java) S 3864 3867 3593 0 -1 4202560 2330 0 0 0 203 11 0 0 20 0 22 0 107391632 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188186942056 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3879] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3879/stat : 3879 (java) S 3864 3867 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107391633 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188185888376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3880] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3880/stat : 3880 (java) S 3864 3867 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107391633 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188184835720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3881] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3881/stat : 3881 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107391635 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188183784464 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3882] ppid=3864 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/3867/task/3882/stat : 3882 (java) S 3864 3867 3593 0 -1 4202560 13630 0 0 0 135 3 0 0 20 0 22 0 107391635 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188182730808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3883] ppid=3864 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/3867/task/3883/stat : 3883 (java) S 3864 3867 3593 0 -1 4202560 6769 0 0 0 111 2 0 0 20 0 22 0 107391635 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188181678264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3884] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3884/stat : 3884 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107391635 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188180625912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3885] ppid=3864 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/3867/task/3885/stat : 3885 (java) S 3864 3867 3593 0 -1 4202560 51 0 0 0 10 25 0 0 20 0 22 0 107391635 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188179573576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3895] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3895/stat : 3895 (java) S 3864 3867 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107391768 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188178519464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3966] ppid=3864 vsize=9824732 CPUtime=868.24 cores=1,3,5,7
/proc/3867/task/3966/stat : 3966 (java) R 3864 3867 3593 0 -1 4202560 58 0 0 0 86809 15 0 0 20 0 22 0 107392068 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188177464864 140188421032398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3967] ppid=3864 vsize=9824732 CPUtime=868.31 cores=1,3,5,7
/proc/3867/task/3967/stat : 3967 (java) R 3864 3867 3593 0 -1 4202560 2332 0 0 0 86779 52 0 0 20 0 22 0 107392068 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188176413656 140188421212922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3968] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3968/stat : 3968 (java) S 3864 3867 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107392068 10060525568 682717 33554432000 1073741824 1073778376 140737287227504 140188175361448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1768.88
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.801 s]
/proc/loadavg: 4.21 4.24 3.94 5/219 4005
/proc/meminfo: memFree=23911944/32872528 swapFree=16080/1655368
[pid=3867] ppid=3864 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/3867/stat : 3867 (java) S 3864 3867 3593 0 -1 4202496 33631 0 1 0 179787 213 0 0 20 0 22 0 107391629 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140737287218640 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3867/statm: 2456183 684801 2304 9 0 2446860 0
[pid=3867/tid=3869] ppid=3864 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/3867/task/3869/stat : 3869 (java) S 3864 3867 3593 0 -1 4202560 2435 0 1 0 36 3 0 0 20 0 22 0 107391630 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188564951928 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3870] ppid=3864 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/3867/task/3870/stat : 3870 (java) S 3864 3867 3593 0 -1 4202560 615 0 0 0 231 19 0 0 20 0 22 0 107391631 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188543052456 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3871] ppid=3864 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/3867/task/3871/stat : 3871 (java) S 3864 3867 3593 0 -1 4202560 541 0 0 0 224 15 0 0 20 0 22 0 107391631 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188541999912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3872] ppid=3864 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/3867/task/3872/stat : 3872 (java) S 3864 3867 3593 0 -1 4202560 551 0 0 0 197 16 0 0 20 0 22 0 107391631 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188540947368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3873] ppid=3864 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/3867/task/3873/stat : 3873 (java) S 3864 3867 3593 0 -1 4202560 618 0 0 0 219 15 0 0 20 0 22 0 107391631 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188539894824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3874] ppid=3864 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/3867/task/3874/stat : 3874 (java) S 3864 3867 3593 0 -1 4202560 514 0 0 0 234 17 0 0 20 0 22 0 107391631 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188202297512 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3875] ppid=3864 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/3867/task/3875/stat : 3875 (java) S 3864 3867 3593 0 -1 4202560 587 0 0 0 212 13 0 0 20 0 22 0 107391631 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188201244968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3876] ppid=3864 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/3867/task/3876/stat : 3876 (java) S 3864 3867 3593 0 -1 4202560 511 0 0 0 219 16 0 0 20 0 22 0 107391631 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188200192424 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3867/tid=3877] ppid=3864 vsize=9824732 CPUtime=2.28 cores=1,3,5,7
/proc/3867/task/3877/stat : 3877 (java) S 3864 3867 3593 0 -1 4202560 675 0 0 0 212 16 0 0 20 0 22 0 107391631 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188199139880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3867/tid=3878] ppid=3864 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/3867/task/3878/stat : 3878 (java) S 3864 3867 3593 0 -1 4202560 2330 0 0 0 203 11 0 0 20 0 22 0 107391632 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188186942056 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3879] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3879/stat : 3879 (java) S 3864 3867 3593 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107391633 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188185888376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3880] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3880/stat : 3880 (java) S 3864 3867 3593 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107391633 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188184835720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3881] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3881/stat : 3881 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107391635 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188183784464 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3882] ppid=3864 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/3867/task/3882/stat : 3882 (java) S 3864 3867 3593 0 -1 4202560 13630 0 0 0 135 3 0 0 20 0 22 0 107391635 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188182730808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3883] ppid=3864 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/3867/task/3883/stat : 3883 (java) S 3864 3867 3593 0 -1 4202560 6769 0 0 0 111 2 0 0 20 0 22 0 107391635 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188181678264 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3884] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3884/stat : 3884 (java) S 3864 3867 3593 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107391635 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188180625912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3885] ppid=3864 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/3867/task/3885/stat : 3885 (java) S 3864 3867 3593 0 -1 4202560 51 0 0 0 10 26 0 0 20 0 22 0 107391635 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188179573576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3867/tid=3895] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3895/stat : 3895 (java) S 3864 3867 3593 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107391768 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188178519464 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3966] ppid=3864 vsize=9824732 CPUtime=883.62 cores=1,3,5,7
/proc/3867/task/3966/stat : 3966 (java) R 3864 3867 3593 0 -1 4202560 58 0 0 0 88347 15 0 0 20 0 22 0 107392068 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188177464864 140188420969078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3867/tid=3967] ppid=3864 vsize=9824732 CPUtime=883.69 cores=1,3,5,7
/proc/3867/task/3967/stat : 3967 (java) R 3864 3867 3593 0 -1 4202560 2334 0 0 0 88317 52 0 0 20 0 22 0 107392068 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188176413456 140188421088811 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3867/tid=3968] ppid=3864 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/3867/task/3968/stat : 3968 (java) S 3864 3867 3593 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107392068 10060525568 684801 33554432000 1073741824 1073778376 140737287227504 140188175361448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 3867 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 3867 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=320373
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=640598
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.861
CPU time (s): 1800
CPU user time (s): 1797.87
CPU system time (s): 2.13
CPU usage (%): 200.477
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.32
system time used= 2.6406
maximum resident set size= 3300492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33667
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24686
involuntary context switches= 34046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.54085 second user time and 5.71513 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-07 01:09:41
IDJOB=4081754
IDBENCH=48151
IDSOLVER=2543
FILE ID=node122/4081754-1465254581
RUNJOBID= node122-1465253685-3610
PBS_JOBID= 19843267
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= 54e50bd6cbfbb2a5705269c41241de9a
RANDOM SEED=394891753

node122.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.898
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.79
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.898
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.898
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.54
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.898
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.898
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.898
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.898
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.55
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.898
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:        26900556 kB
Buffers:           64872 kB
Cached:            95592 kB
SwapCached:          856 kB
Active:          3501784 kB
Inactive:         100516 kB
Active(anon):    3442620 kB
Inactive(anon):     1584 kB
Active(file):      59164 kB
Inactive(file):    98932 kB
Unevictable:     1655368 kB
Mlocked:           16080 kB
SwapTotal:      67108856 kB
SwapFree:       67099468 kB
Dirty:               900 kB
Writeback:             0 kB
AnonPages:       5100248 kB
Mapped:            15524 kB
Shmem:                 0 kB
Slab:             568632 kB
SReclaimable:      12700 kB
SUnreclaim:       555932 kB
KernelStack:        1608 kB
PageTables:        14224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5424544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4999168 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= 71740 MiB
End job on node122 at 2016-06-07 01:24:39