Trace number 4081758

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)13 1800.83 895.714

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_4.opb
MD5SUM64354bd2b9c3cc2f1ca2c32032e5c032
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
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 constraint26
Maximum length of a constraint51
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)6260
Sum of products size (including duplicates)12520
Number of different products6260
Sum of products size12520

Quality of the solution as a function of time


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

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4081758-1465254177.opb
0.08/0.13	c reading problem ... 
0.08/0.14	c  objective function found
0.99/0.57	c ... done. Wall clock time 0.44s.
0.99/0.57	c declared #vars     200
0.99/0.57	c internal #vars     6460
0.99/0.57	c #constraints  12720
0.99/0.57	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.99/0.57	c constraints type 
0.99/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6460
0.99/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6260
0.99/0.58	c 12720 constraints processed.
0.99/0.58	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.99/0.58	c constraints type 
0.99/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6460
0.99/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
0.99/0.58	c 12720 constraints processed.
0.99/0.58	c objective function length is 200 literals
1.71/0.71	c And the winner is solver0
2.39/1.08	c SATISFIABLE
2.39/1.08	c OPTIMIZING...
2.39/1.08	c Got one! Elapsed wall clock time (in seconds):0.944
2.39/1.08	o 17
2.65/1.14	c And the winner is solver0
2.86/1.58	c Got one! Elapsed wall clock time (in seconds):1.448
2.86/1.58	o 16
3.31/1.73	c And the winner is solver0
3.60/2.08	c Got one! Elapsed wall clock time (in seconds):1.951
3.60/2.08	o 15
4.72/2.58	c And the winner is solver0
4.92/2.64	c Got one! Elapsed wall clock time (in seconds):2.502
4.92/2.64	o 14
12.27/6.03	c cleaning 3041 clauses out of 6083 with flag 15265/6083
21.44/10.42	c cleaning 4506 clauses out of 9042 with flag 33543/12083
33.50/16.34	c cleaning 5753 clauses out of 11536 with flag 56619/19083
46.76/22.71	c cleaning 6883 clauses out of 13783 with flag 84788/27083
61.19/29.89	c cleaning 7937 clauses out of 15900 with flag 115835/36083
78.71/38.53	c cleaning 8974 clauses out of 17963 with flag 147582/46083
97.46/47.82	c cleaning 9989 clauses out of 19991 with flag 185974/57085
119.18/58.61	c cleaning 10989 clauses out of 22004 with flag 224664/69087
141.85/69.91	c cleaning 11971 clauses out of 24011 with flag 266402/82083
166.93/82.44	c cleaning 13004 clauses out of 26042 with flag 313048/96085
194.03/95.99	c cleaning 14018 clauses out of 28036 with flag 365465/111083
221.48/109.66	c cleaning 15006 clauses out of 30021 with flag 419840/127086
250.31/124.04	c cleaning 15999 clauses out of 32013 with flag 479601/144084
256.82/127.22	c And the winner is solver1
256.94/127.36	c Got one! Elapsed wall clock time (in seconds):127.231
256.94/127.36	o 13
259.61/128.79	c cleaning 10890 clauses out of 21784 with flag 7540/149854
271.08/134.82	c cleaning 8447 clauses out of 16893 with flag 30353/155853
283.52/141.07	c cleaning 7709 clauses out of 15445 with flag 58039/162852
296.71/147.63	c cleaning 7864 clauses out of 15736 with flag 89101/170852
312.01/155.28	c cleaning 8434 clauses out of 16872 with flag 124681/179852
316.85/157.63	c cleaning 0 clauses out of 5143 with flag 0/5144
329.69/163.80	c cleaning 9214 clauses out of 18438 with flag 164097/189852
347.56/172.64	c cleaning 10113 clauses out of 20227 with flag 206215/200855
366.28/181.99	c cleaning 11050 clauses out of 22111 with flag 254691/212852
386.97/192.25	c cleaning 12019 clauses out of 24061 with flag 306486/225852
409.06/203.30	c cleaning 13023 clauses out of 26045 with flag 362182/239855
433.37/215.36	c cleaning 14004 clauses out of 28019 with flag 420782/254852
460.11/228.62	c cleaning 15008 clauses out of 30017 with flag 481619/270854
490.24/243.69	c cleaning 16004 clauses out of 32007 with flag 547492/287852
522.75/260.42	c cleaning 16996 clauses out of 34004 with flag 619080/305853
557.77/277.87	c cleaning 17999 clauses out of 36007 with flag 693796/324852
592.94/295.31	c cleaning 19002 clauses out of 38008 with flag 772862/344852
628.12/312.89	c cleaning 20000 clauses out of 40006 with flag 857048/365852
664.67/331.01	c cleaning 21001 clauses out of 42007 with flag 945155/387853
704.62/350.89	c cleaning 21997 clauses out of 44006 with flag 1035103/410853
747.74/372.28	c cleaning 22996 clauses out of 46009 with flag 1127565/434853
792.77/394.50	c cleaning 24006 clauses out of 48013 with flag 1223659/459853
839.88/417.97	c cleaning 24995 clauses out of 50006 with flag 1320278/485852
886.90/441.35	c cleaning 25995 clauses out of 52011 with flag 1421346/512852
936.09/465.75	c cleaning 27003 clauses out of 54018 with flag 1526920/540854
988.47/491.79	c cleaning 27997 clauses out of 56013 with flag 1636291/569852
1041.83/518.24	c cleaning 29007 clauses out of 58016 with flag 1751216/599852
1098.64/546.42	c cleaning 29992 clauses out of 60009 with flag 1864169/630852
1155.90/574.98	c cleaning 30998 clauses out of 62019 with flag 1985099/662854
1215.78/604.73	c cleaning 32004 clauses out of 64021 with flag 2108493/695854
1279.37/636.47	c cleaning 33000 clauses out of 66016 with flag 2238149/729853
1347.15/670.10	c cleaning 34004 clauses out of 68015 with flag 2366176/764852
1417.51/705.14	c cleaning 34996 clauses out of 70012 with flag 2500107/800853
1484.63/738.52	c cleaning 36005 clauses out of 72017 with flag 2639528/837854
1551.64/771.94	c cleaning 37008 clauses out of 74015 with flag 2778825/875857
1621.72/806.88	c cleaning 37988 clauses out of 76004 with flag 2922753/914854
1699.04/845.37	c cleaning 38984 clauses out of 78014 with flag 3068503/954852
1777.41/884.39	c cleaning 40003 clauses out of 80030 with flag 3218979/995852
1800.01/895.66	c >>>>>>>>>> Solver number 0 (4 answers) <<<<<<<<<<<<<<<<<<
1800.01/895.66	c starts		: 12664
1800.01/895.66	c conflicts		: 1009289
1800.01/895.66	c decisions		: 3859412
1800.01/895.66	c propagations		: 1131445005
1800.01/895.66	c inspects		: 7020617354
1800.01/895.66	c shortcuts		: 0
1800.01/895.66	c learnt literals	: 0
1800.01/895.66	c learnt binary clauses	: 0
1800.01/895.66	c learnt ternary clauses	: 2
1800.01/895.66	c learnt constraints	: 1009289
1800.01/895.66	c ignored constraints	: 0
1800.01/895.66	c root simplifications	: 0
1800.01/895.66	c removed literals (reason simplification)	: 110394
1800.01/895.66	c reason swapping (by a shorter reason)	: 0
1800.01/895.66	c Calls to reduceDB	: 50
1800.01/895.66	c Number of update (reduction) of LBD	: 517030
1800.01/895.66	c Imported unit clauses	: 0
1800.01/895.66	c number of reductions to clauses (during analyze)	: 0
1800.01/895.66	c number of learned constraints concerned by reduction	: 0
1800.01/895.66	c number of learning phase by resolution	: 0
1800.01/895.66	c number of learning phase by cutting planes	: 0
1800.01/895.66	c speed (assignments/second)	: 1472660.6039307562
1800.01/895.66	c non guided choices	0
1800.01/895.68	c learnt constraints type 
1800.01/895.68	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 53465
1800.01/895.68	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
1800.01/895.68	c starts		: 40
1800.01/895.68	c conflicts		: 10839
1800.01/895.68	c decisions		: 23783
1800.01/895.68	c propagations		: 2916054
1800.01/895.68	c inspects		: 886249042
1800.01/895.68	c shortcuts		: 0
1800.01/895.68	c learnt literals	: 0
1800.01/895.68	c learnt binary clauses	: 0
1800.01/895.68	c learnt ternary clauses	: 0
1800.01/895.68	c learnt constraints	: 10838
1800.01/895.68	c ignored constraints	: 0
1800.01/895.68	c root simplifications	: 0
1800.01/895.68	c removed literals (reason simplification)	: 0
1800.01/895.68	c reason swapping (by a shorter reason)	: 0
1800.01/895.68	c Calls to reduceDB	: 1
1800.01/895.68	c Number of update (reduction) of LBD	: 0
1800.01/895.68	c Imported unit clauses	: 0
1800.01/895.68	c number of reductions to clauses (during analyze)	: 0
1800.01/895.68	c number of learned constraints concerned by reduction	: 0
1800.01/895.68	c number of learning phase by resolution	: 0
1800.01/895.68	c number of learning phase by cutting planes	: 0
1800.01/895.68	c speed (assignments/second)	: 3265.289805900256
1800.01/895.68	c non guided choices	0
1800.01/895.69	c learnt constraints type 
1800.01/895.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 143
1800.01/895.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10695
1800.01/895.69	s SATISFIABLE
1800.01/895.69	c Found 5 solution(s)
1800.01/895.69	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.01/895.69	c objective function=13
1800.01/895.69	c Total wall clock time (in seconds): 895.558

Verifier Data

OK	13

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-4081758-1465254177/watcher-4081758-1465254177 -o /tmp/evaluation-result-4081758-1465254177/solver-4081758-1465254177 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15693 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081758-1465254177.opb 

pid=19726
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.03 4.30 4.18 4/199 19729
/proc/meminfo: memFree=27827632/32872528 swapFree=15540/1663004
[pid=19729] ppid=19726 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/19729/stat : 19729 (java) D 19726 19729 15677 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 107350518 9515008 182 33554432000 1073741824 1073778376 140735793080096 140735793071128 273905696437 0 0 4096 0 18446744072100764964 0 0 17 0 0 0 0 0 0
/proc/19729/statm: 2323 182 140 9 0 71 0

[startup+0.100115 s]
/proc/loadavg: 4.03 4.30 4.18 4/199 19729
/proc/meminfo: memFree=27827632/32872528 swapFree=15540/1663004
[pid=19729] ppid=19726 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19726 19729 15677 0 -1 4202496 4426 0 1 0 7 1 0 0 20 0 18 0 107350518 9787879424 5016 33554432000 1073741824 1073778376 140734192973632 140734192964768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19729/statm: 2389619 5016 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200292 s]
/proc/loadavg: 4.03 4.30 4.18 4/199 19729
/proc/meminfo: memFree=27827632/32872528 swapFree=15540/1663004
[pid=19729] ppid=19726 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19726 19729 15677 0 -1 4202496 4645 0 1 0 19 1 0 0 20 0 18 0 107350518 9787879424 6739 33554432000 1073741824 1073778376 140734192973632 140734192964768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19729/statm: 2389619 6739 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 4.03 4.30 4.18 4/199 19729
/proc/meminfo: memFree=27827632/32872528 swapFree=15540/1663004
[pid=19729] ppid=19726 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19726 19729 15677 0 -1 4202496 5723 0 1 0 41 1 0 0 20 0 18 0 107350518 9787879424 8537 33554432000 1073741824 1073778376 140734192973632 140734192964768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19729/statm: 2389619 8537 2226 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558476

[startup+0.700173 s]
/proc/loadavg: 4.03 4.30 4.18 4/199 19729
/proc/meminfo: memFree=27827632/32872528 swapFree=15540/1663004
[pid=19729] ppid=19726 vsize=9825348 CPUtime=1.71 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19726 19729 15677 0 -1 4202496 23753 0 1 0 167 4 0 0 20 0 22 0 107350518 10061156352 26540 33554432000 1073741824 1073778376 140734192973632 140734192964768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19729/statm: 2456337 26540 2257 9 0 2447014 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 9825348

[startup+1.5008 s]
/proc/loadavg: 4.03 4.30 4.18 9/221 19754
/proc/meminfo: memFree=27723120/32872528 swapFree=15540/1663004
[pid=19729] ppid=19726 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19726 19729 15677 0 -1 4202496 29380 0 1 0 277 9 0 0 20 0 19 0 107350518 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 140734192964768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19729/statm: 2456183 28248 2269 9 0 2446860 0
[pid=19729/tid=19731] ppid=19726 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/19729/task/19731/stat : 19731 (java) S 19726 19729 15677 0 -1 4202560 2469 0 1 0 52 1 0 0 20 0 19 0 107350519 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767701422968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19732] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19732/stat : 19732 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107350520 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767545461672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19733] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19733/stat : 19733 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107350520 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767544409128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19734] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19734/stat : 19734 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107350520 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767543356072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19735] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19735/stat : 19735 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107350520 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767542303528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19736] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19736/stat : 19736 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107350520 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767541250472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19737] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19737/stat : 19737 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107350520 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767540197928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19738] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19738/stat : 19738 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107350520 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767539144872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19739] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19739/stat : 19739 (java) S 19726 19729 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 107350520 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767538092328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19740] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19740/stat : 19740 (java) S 19726 19729 15677 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 107350521 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767525682024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19741] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19741/stat : 19741 (java) S 19726 19729 15677 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 107350522 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767524628344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19742] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19742/stat : 19742 (java) S 19726 19729 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107350522 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767523575176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19743] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19743/stat : 19743 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107350524 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767522523920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19744] ppid=19726 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/19729/task/19744/stat : 19744 (java) S 19726 19729 15677 0 -1 4202560 13031 0 0 0 88 2 0 0 20 0 19 0 107350524 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767521470776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19745] ppid=19726 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/19729/task/19745/stat : 19745 (java) S 19726 19729 15677 0 -1 4202560 12534 0 0 0 91 2 0 0 20 0 19 0 107350524 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767520418232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19746] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19746/stat : 19746 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107350524 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767519365368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19747] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19747/stat : 19747 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 107350524 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767518313032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19751] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19751/stat : 19751 (java) S 19726 19729 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 107350577 10060525568 28248 33554432000 1073741824 1073778376 140734192973632 139767513421224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 4.03 4.30 4.18 7/221 19760
/proc/meminfo: memFree=27697816/32872528 swapFree=15540/1663004
[pid=19729] ppid=19726 vsize=9824732 CPUtime=6 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19726 19729 15677 0 -1 4202496 30563 0 1 0 583 17 0 0 20 0 22 0 107350518 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 140734192964768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19729/statm: 2456183 55977 2288 9 0 2446860 0
[pid=19729/tid=19731] ppid=19726 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/19729/task/19731/stat : 19731 (java) S 19726 19729 15677 0 -1 4202560 2471 0 1 0 53 2 0 0 20 0 22 0 107350519 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767701422968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19732] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19732/stat : 19732 (java) S 19726 19729 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107350520 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767545461672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19733] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19733/stat : 19733 (java) S 19726 19729 15677 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107350520 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767544409128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19734] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19734/stat : 19734 (java) S 19726 19729 15677 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107350520 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767543356072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19735] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19735/stat : 19735 (java) S 19726 19729 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107350520 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767542303528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19736] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19736/stat : 19736 (java) S 19726 19729 15677 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 107350520 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767541250472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19737] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19737/stat : 19737 (java) S 19726 19729 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107350520 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767540197928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19738] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19738/stat : 19738 (java) S 19726 19729 15677 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 107350520 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767539144872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19739] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19739/stat : 19739 (java) S 19726 19729 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107350520 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767538092328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19740] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19740/stat : 19740 (java) S 19726 19729 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107350521 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767525682024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19741] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19741/stat : 19741 (java) S 19726 19729 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107350522 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767524628344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19742] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19742/stat : 19742 (java) S 19726 19729 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107350522 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767523575176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19743] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19743/stat : 19743 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107350524 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767522523920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19744] ppid=19726 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/19729/task/19744/stat : 19744 (java) S 19726 19729 15677 0 -1 4202560 13078 0 0 0 135 2 0 0 20 0 22 0 107350524 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767521470776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19745] ppid=19726 vsize=9824732 CPUtime=1.33 cores=0,2,4,6
/proc/19729/task/19745/stat : 19745 (java) S 19726 19729 15677 0 -1 4202560 13543 0 0 0 130 3 0 0 20 0 22 0 107350524 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767520418232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19746] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19746/stat : 19746 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107350524 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767519365368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19747] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19747/stat : 19747 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107350524 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767518313032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19751] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19751/stat : 19751 (java) S 19726 19729 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107350577 10060525568 55977 33554432000 1073741824 1073778376 140734192973632 139767513421224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.11 4.31 4.19 4/221 19763
/proc/meminfo: memFree=27545444/32872528 swapFree=15540/1663004
[pid=19729] ppid=19726 vsize=9824732 CPUtime=12.9 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19726 19729 15677 0 -1 4202496 31697 0 1 0 1262 28 0 0 20 0 22 0 107350518 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 140734192964768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19729/statm: 2456183 90070 2294 9 0 2446860 0
[pid=19729/tid=19731] ppid=19726 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/19729/task/19731/stat : 19731 (java) S 19726 19729 15677 0 -1 4202560 2471 0 1 0 53 2 0 0 20 0 22 0 107350519 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767701422968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19732] ppid=19726 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19729/task/19732/stat : 19732 (java) S 19726 19729 15677 0 -1 4202560 170 0 0 0 4 2 0 0 20 0 22 0 107350520 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767545461672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19733] ppid=19726 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/19729/task/19733/stat : 19733 (java) S 19726 19729 15677 0 -1 4202560 123 0 0 0 2 0 0 0 20 0 22 0 107350520 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767544409128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19734] ppid=19726 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19729/task/19734/stat : 19734 (java) S 19726 19729 15677 0 -1 4202560 144 0 0 0 3 0 0 0 20 0 22 0 107350520 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767543356072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19735] ppid=19726 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/19729/task/19735/stat : 19735 (java) S 19726 19729 15677 0 -1 4202560 139 0 0 0 7 2 0 0 20 0 22 0 107350520 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767542303528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19736] ppid=19726 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/19729/task/19736/stat : 19736 (java) S 19726 19729 15677 0 -1 4202560 227 0 0 0 7 3 0 0 20 0 22 0 107350520 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767541250472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19737] ppid=19726 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/19729/task/19737/stat : 19737 (java) S 19726 19729 15677 0 -1 4202560 92 0 0 0 5 2 0 0 20 0 22 0 107350520 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767540197928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19738] ppid=19726 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/19729/task/19738/stat : 19738 (java) S 19726 19729 15677 0 -1 4202560 99 0 0 0 6 0 0 0 20 0 22 0 107350520 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767539144872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19739] ppid=19726 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/19729/task/19739/stat : 19739 (java) S 19726 19729 15677 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 107350520 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767538092328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19740] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19740/stat : 19740 (java) S 19726 19729 15677 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 107350521 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767525682024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19741] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19741/stat : 19741 (java) S 19726 19729 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107350522 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767524628344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19742] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19742/stat : 19742 (java) S 19726 19729 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107350522 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767523575176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19743] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19743/stat : 19743 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107350524 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767522523920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19744] ppid=19726 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/19729/task/19744/stat : 19744 (java) S 19726 19729 15677 0 -1 4202560 13121 0 0 0 161 2 0 0 20 0 22 0 107350524 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767521470776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19745] ppid=19726 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/19729/task/19745/stat : 19745 (java) S 19726 19729 15677 0 -1 4202560 13544 0 0 0 133 3 0 0 20 0 22 0 107350524 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767520418232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19746] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19746/stat : 19746 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107350524 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767519365368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19747] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19747/stat : 19747 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107350524 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767518313032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19751] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19751/stat : 19751 (java) S 19726 19729 15677 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107350577 10060525568 90070 33554432000 1073741824 1073778376 140734192973632 139767513421224 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19761] ppid=19726 vsize=9824732 CPUtime=3.48 cores=0,2,4,6
/proc/19729/task/19761/stat : 19761 (java) R 19726 19729 15677 0 -1 4202560 8 0 0 0 348 0 0 0 20 0 22 0 107350782 10060525568 90582 33554432000 1073741824 1073778376 140734192973632 139767516569632 139767575536986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19762] ppid=19726 vsize=9824732 CPUtime=3.47 cores=0,2,4,6

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

[pid=19729/tid=19733] ppid=19726 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/19729/task/19733/stat : 19733 (java) S 19726 19729 15677 0 -1 4202560 596 0 0 0 244 15 0 0 20 0 22 0 107350520 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767544409128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19734] ppid=19726 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/19729/task/19734/stat : 19734 (java) S 19726 19729 15677 0 -1 4202560 817 0 0 0 267 18 0 0 20 0 22 0 107350520 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767543356072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19735] ppid=19726 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/19729/task/19735/stat : 19735 (java) S 19726 19729 15677 0 -1 4202560 804 0 0 0 253 20 0 0 20 0 22 0 107350520 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767542303528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19736] ppid=19726 vsize=9824732 CPUtime=2.52 cores=0,2,4,6
/proc/19729/task/19736/stat : 19736 (java) S 19726 19729 15677 0 -1 4202560 823 0 0 0 233 19 0 0 20 0 22 0 107350520 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767541250472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19737] ppid=19726 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/19729/task/19737/stat : 19737 (java) S 19726 19729 15677 0 -1 4202560 1089 0 0 0 261 25 0 0 20 0 22 0 107350520 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767540197928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19738] ppid=19726 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/19729/task/19738/stat : 19738 (java) S 19726 19729 15677 0 -1 4202560 697 0 0 0 225 15 0 0 20 0 22 0 107350520 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767539144872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19739] ppid=19726 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/19729/task/19739/stat : 19739 (java) S 19726 19729 15677 0 -1 4202560 529 0 0 0 211 14 0 0 20 0 22 0 107350520 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767538092328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19740] ppid=19726 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/19729/task/19740/stat : 19740 (java) S 19726 19729 15677 0 -1 4202560 2087 0 0 0 204 6 0 0 20 0 22 0 107350521 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767525682024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19741] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19741/stat : 19741 (java) S 19726 19729 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107350522 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767524628344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19742] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19742/stat : 19742 (java) S 19726 19729 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107350522 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767523575176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19743] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19743/stat : 19743 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107350524 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767522523920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19744] ppid=19726 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/19729/task/19744/stat : 19744 (java) S 19726 19729 15677 0 -1 4202560 13137 0 0 0 224 2 0 0 20 0 22 0 107350524 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767521470776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19745] ppid=19726 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/19729/task/19745/stat : 19745 (java) S 19726 19729 15677 0 -1 4202560 13557 0 0 0 169 3 0 0 20 0 22 0 107350524 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767520418232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19746] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19746/stat : 19746 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107350524 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767519365368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19747] ppid=19726 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/19729/task/19747/stat : 19747 (java) S 19726 19729 15677 0 -1 4202560 46 0 0 0 14 15 0 0 20 0 22 0 107350524 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767518313032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19763] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19763/stat : 19763 (java) S 19726 19729 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107350782 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767515526056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=20143] ppid=19726 vsize=9824732 CPUtime=688.23 cores=0,2,4,6
/proc/19729/task/20143/stat : 20143 (java) R 19726 19729 15677 0 -1 4202560 10 0 0 0 68813 10 0 0 20 0 22 0 107363255 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767516576816 139767575005894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=20144] ppid=19726 vsize=9824732 CPUtime=688.29 cores=0,2,4,6
/proc/19729/task/20144/stat : 20144 (java) R 19726 19729 15677 0 -1 4202560 146 0 0 0 68816 13 0 0 20 0 22 0 107363255 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767514472448 139767575014037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=20145] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/20145/stat : 20145 (java) S 19726 19729 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107363255 10060525568 916795 33554432000 1073741824 1073778376 140734192973632 139767513421096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1652.91
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.26 4.20 4.17 5/221 20314
/proc/meminfo: memFree=24024612/32872528 swapFree=15540/1663004
[pid=19729] ppid=19726 vsize=9824732 CPUtime=1773.32 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19726 19729 15677 0 -1 4202496 40545 0 1 0 177110 222 0 0 20 0 22 0 107350518 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 140734192964768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19729/statm: 2456183 918988 2303 9 0 2446860 0
[pid=19729/tid=19731] ppid=19726 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/19729/task/19731/stat : 19731 (java) S 19726 19729 15677 0 -1 4202560 2478 0 1 0 56 3 0 0 20 0 22 0 107350519 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767701422968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19732] ppid=19726 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/19729/task/19732/stat : 19732 (java) S 19726 19729 15677 0 -1 4202560 899 0 0 0 270 20 0 0 20 0 22 0 107350520 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767545461672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19733] ppid=19726 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/19729/task/19733/stat : 19733 (java) S 19726 19729 15677 0 -1 4202560 625 0 0 0 250 15 0 0 20 0 22 0 107350520 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767544409128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19734] ppid=19726 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/19729/task/19734/stat : 19734 (java) S 19726 19729 15677 0 -1 4202560 825 0 0 0 277 18 0 0 20 0 22 0 107350520 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767543356072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19735] ppid=19726 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/19729/task/19735/stat : 19735 (java) S 19726 19729 15677 0 -1 4202560 822 0 0 0 269 20 0 0 20 0 22 0 107350520 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767542303528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19736] ppid=19726 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/19729/task/19736/stat : 19736 (java) S 19726 19729 15677 0 -1 4202560 868 0 0 0 251 19 0 0 20 0 22 0 107350520 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767541250472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19737] ppid=19726 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/19729/task/19737/stat : 19737 (java) S 19726 19729 15677 0 -1 4202560 1091 0 0 0 280 25 0 0 20 0 22 0 107350520 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767540197928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19738] ppid=19726 vsize=9824732 CPUtime=2.49 cores=0,2,4,6
/proc/19729/task/19738/stat : 19738 (java) S 19726 19729 15677 0 -1 4202560 714 0 0 0 234 15 0 0 20 0 22 0 107350520 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767539144872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19739] ppid=19726 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/19729/task/19739/stat : 19739 (java) S 19726 19729 15677 0 -1 4202560 559 0 0 0 217 14 0 0 20 0 22 0 107350520 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767538092328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19740] ppid=19726 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/19729/task/19740/stat : 19740 (java) S 19726 19729 15677 0 -1 4202560 2093 0 0 0 204 7 0 0 20 0 22 0 107350521 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767525682024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19741] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19741/stat : 19741 (java) S 19726 19729 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107350522 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767524628344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19742] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19742/stat : 19742 (java) S 19726 19729 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107350522 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767523575176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19743] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19743/stat : 19743 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107350524 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767522523920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19744] ppid=19726 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/19729/task/19744/stat : 19744 (java) S 19726 19729 15677 0 -1 4202560 13137 0 0 0 224 2 0 0 20 0 22 0 107350524 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767521470776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19745] ppid=19726 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/19729/task/19745/stat : 19745 (java) S 19726 19729 15677 0 -1 4202560 13557 0 0 0 169 3 0 0 20 0 22 0 107350524 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767520418232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19746] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19746/stat : 19746 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107350524 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767519365368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19747] ppid=19726 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/19729/task/19747/stat : 19747 (java) S 19726 19729 15677 0 -1 4202560 50 0 0 0 15 16 0 0 20 0 22 0 107350524 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767518313032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19763] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19763/stat : 19763 (java) S 19726 19729 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107350782 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767515526056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=20143] ppid=19726 vsize=9824732 CPUtime=747.96 cores=0,2,4,6
/proc/19729/task/20143/stat : 20143 (java) R 19726 19729 15677 0 -1 4202560 12 0 0 0 74785 11 0 0 20 0 22 0 107363255 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767516577680 139767575005950 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=20144] ppid=19726 vsize=9824732 CPUtime=748.03 cores=0,2,4,6
/proc/19729/task/20144/stat : 20144 (java) R 19726 19729 15677 0 -1 4202560 149 0 0 0 74789 14 0 0 20 0 22 0 107363255 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767514473632 139767575125211 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=20145] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/20145/stat : 20145 (java) S 19726 19729 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107363255 10060525568 918988 33554432000 1073741824 1073778376 140734192973632 139767513421096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1773.32
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.601 s]
/proc/loadavg: 4.20 4.18 4.17 5/221 20314
/proc/meminfo: memFree=24042304/32872528 swapFree=15540/1663004
[pid=19729] ppid=19726 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/19729/stat : 19729 (java) S 19726 19729 15677 0 -1 4202496 40582 0 1 0 179778 223 0 0 20 0 22 0 107350518 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 140734192964768 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19729/statm: 2456183 919531 2303 9 0 2446860 0
[pid=19729/tid=19731] ppid=19726 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/19729/task/19731/stat : 19731 (java) S 19726 19729 15677 0 -1 4202560 2478 0 1 0 56 3 0 0 20 0 22 0 107350519 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767701422968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19732] ppid=19726 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/19729/task/19732/stat : 19732 (java) S 19726 19729 15677 0 -1 4202560 900 0 0 0 272 20 0 0 20 0 22 0 107350520 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767545461672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19733] ppid=19726 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/19729/task/19733/stat : 19733 (java) S 19726 19729 15677 0 -1 4202560 629 0 0 0 256 15 0 0 20 0 22 0 107350520 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767544409128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19734] ppid=19726 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/19729/task/19734/stat : 19734 (java) S 19726 19729 15677 0 -1 4202560 842 0 0 0 278 19 0 0 20 0 22 0 107350520 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767543356072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19735] ppid=19726 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/19729/task/19735/stat : 19735 (java) S 19726 19729 15677 0 -1 4202560 828 0 0 0 274 20 0 0 20 0 22 0 107350520 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767542303528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19736] ppid=19726 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/19729/task/19736/stat : 19736 (java) S 19726 19729 15677 0 -1 4202560 869 0 0 0 253 19 0 0 20 0 22 0 107350520 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767541250472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19737] ppid=19726 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/19729/task/19737/stat : 19737 (java) S 19726 19729 15677 0 -1 4202560 1091 0 0 0 282 25 0 0 20 0 22 0 107350520 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767540197928 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19738] ppid=19726 vsize=9824732 CPUtime=2.51 cores=0,2,4,6
/proc/19729/task/19738/stat : 19738 (java) S 19726 19729 15677 0 -1 4202560 714 0 0 0 236 15 0 0 20 0 22 0 107350520 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767539144872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=19739] ppid=19726 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/19729/task/19739/stat : 19739 (java) S 19726 19729 15677 0 -1 4202560 566 0 0 0 219 14 0 0 20 0 22 0 107350520 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767538092328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19740] ppid=19726 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/19729/task/19740/stat : 19740 (java) S 19726 19729 15677 0 -1 4202560 2093 0 0 0 204 7 0 0 20 0 22 0 107350521 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767525682024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19741] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19741/stat : 19741 (java) S 19726 19729 15677 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107350522 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767524628344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19742] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19742/stat : 19742 (java) S 19726 19729 15677 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107350522 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767523575176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19743] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19743/stat : 19743 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107350524 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767522523920 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19729/tid=19744] ppid=19726 vsize=9824732 CPUtime=2.26 cores=0,2,4,6
/proc/19729/task/19744/stat : 19744 (java) S 19726 19729 15677 0 -1 4202560 13137 0 0 0 224 2 0 0 20 0 22 0 107350524 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767521470776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19745] ppid=19726 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/19729/task/19745/stat : 19745 (java) S 19726 19729 15677 0 -1 4202560 13557 0 0 0 169 3 0 0 20 0 22 0 107350524 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767520418232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=19746] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19746/stat : 19746 (java) S 19726 19729 15677 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107350524 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767519365368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19747] ppid=19726 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/19729/task/19747/stat : 19747 (java) S 19726 19729 15677 0 -1 4202560 50 0 0 0 15 16 0 0 20 0 22 0 107350524 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767518313032 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=19763] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/19763/stat : 19763 (java) S 19726 19729 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107350782 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767515526056 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19729/tid=20143] ppid=19726 vsize=9824732 CPUtime=761.19 cores=0,2,4,6
/proc/19729/task/20143/stat : 20143 (java) R 19726 19729 15677 0 -1 4202560 12 0 0 0 76108 11 0 0 20 0 22 0 107363255 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767516570000 139767575005976 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19729/tid=20144] ppid=19726 vsize=9824732 CPUtime=761.26 cores=0,2,4,6
/proc/19729/task/20144/stat : 20144 (java) R 19726 19729 15677 0 -1 4202560 150 0 0 0 76112 14 0 0 20 0 22 0 107363255 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767514473632 139767575125732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19729/tid=20145] ppid=19726 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/19729/task/20145/stat : 20145 (java) S 19726 19729 15677 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 107363255 10060525568 919531 33554432000 1073741824 1073778376 140734192973632 139767513421096 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 19729 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.706 s]
/proc/loadavg: 4.20 4.18 4.17 5/221 20314
/proc/meminfo: memFree=24042304/32872528 swapFree=15540/1663004
[pid=19729] ppid=19726 vsize=0 CPUtime=1800.8 cores=0,2,4,6
/proc/19729/stat : 19729 (java) Z 19726 19729 15677 0 -1 4203532 40635 0 1 0 179818 262 0 0 20 0 2 0 107350518 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19729/statm: 0 0 0 0 0 0 0
[pid=19729/tid=19736] ppid=19726 vsize=0 CPUtime=2.75 cores=0,2,4,6
/proc/19729/task/19736/stat : 19736 (java) R 19726 19729 15677 0 -1 4203588 875 0 0 0 255 20 0 0 20 0 2 0 107350520 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 895.714
CPU time (s): 1800.83
CPU user time (s): 1798.19
CPU system time (s): 2.6416
CPU usage (%): 201.05
Max. virtual memory (cumulated for all children) (KiB): 9825348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.19
system time used= 2.6416
maximum resident set size= 3678300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40635
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23855
involuntary context switches= 29774

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.70113 second user time and 7.49686 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-07 01:02:57
IDJOB=4081758
IDBENCH=48132
IDSOLVER=2543
FILE ID=node134/4081758-1465254177
RUNJOBID= node134-1465243580-15693
PBS_JOBID= 19843249
Free space on /tmp= 71732 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_25_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081758-1465254177/watcher-4081758-1465254177 -o /tmp/evaluation-result-4081758-1465254177/solver-4081758-1465254177 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465243580-15693 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081758-1465254177.opb

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

MD5SUM BENCH= 64354bd2b9c3cc2f1ca2c32032e5c032
RANDOM SEED=1650511577

node134.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.403
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	: 5332.80
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.403
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.403
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.56
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.403
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.56
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.403
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.403
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.403
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.403
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:        27828160 kB
Buffers:           51332 kB
Cached:           119976 kB
SwapCached:         1804 kB
Active:          2568128 kB
Inactive:         101080 kB
Active(anon):    2499236 kB
Inactive(anon):     1040 kB
Active(file):      68892 kB
Inactive(file):   100040 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098296 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       4164704 kB
Mapped:            15372 kB
Shmem:                 0 kB
Slab:             568692 kB
SReclaimable:      12552 kB
SUnreclaim:       556140 kB
KernelStack:        1608 kB
PageTables:        13060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4300556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4100096 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= 71732 MiB
End job on node134 at 2016-06-07 01:17:53