Trace number 4106629

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)26 1800.65 898.164

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_4.opb
MD5SUMb738c7950af6b3d63e331a14bc641dc9
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26
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 constraint22
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)2524
Sum of products size (including duplicates)5048
Number of different products2524
Sum of products size5048

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4106629-1466274471.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.45/0.38	c ... done. Wall clock time 0.251s.
0.45/0.38	c declared #vars     200
0.45/0.38	c internal #vars     2724
0.45/0.38	c #constraints  5248
0.45/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.45/0.38	c constraints type 
0.45/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2724
0.45/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2524
0.45/0.38	c 5248 constraints processed.
0.45/0.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.45/0.38	c constraints type 
0.45/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2724
0.45/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2524
0.45/0.38	c 5248 constraints processed.
0.45/0.38	c objective function length is 200 literals
0.70/0.41	c And the winner is solver0
0.87/0.88	c SATISFIABLE
0.87/0.88	c OPTIMIZING...
0.87/0.88	c Got one! Elapsed wall clock time (in seconds):0.756
0.87/0.88	o 30
1.31/1.06	c And the winner is solver0
1.83/1.38	c Got one! Elapsed wall clock time (in seconds):1.259
1.83/1.38	o 29
6.53/3.38	c cleaning 2706 clauses out of 5418 with flag 13160/5418
11.94/5.91	c cleaning 4352 clauses out of 8710 with flag 30029/11416
18.27/9.04	c cleaning 5677 clauses out of 11357 with flag 48858/18415
25.61/12.60	c cleaning 6827 clauses out of 13680 with flag 70985/26415
33.76/16.61	c cleaning 7925 clauses out of 15854 with flag 97035/35416
37.74/18.70	c And the winner is solver1
37.97/18.93	c Got one! Elapsed wall clock time (in seconds):18.805
37.97/18.93	o 28
38.69/19.39	c cleaning 6900 clauses out of 13805 with flag 3122/41292
42.31/21.14	c And the winner is solver1
42.40/21.43	c Got one! Elapsed wall clock time (in seconds):21.307
42.40/21.43	o 27
44.13/22.34	c cleaning 6397 clauses out of 12793 with flag 6498/47180
44.37/22.42	c And the winner is solver1
44.37/22.43	c Got one! Elapsed wall clock time (in seconds):22.309
44.37/22.43	o 26
49.49/24.90	c cleaning 5791 clauses out of 11581 with flag 16196/52365
55.09/27.70	c cleaning 5895 clauses out of 11792 with flag 35899/58367
61.65/30.99	c cleaning 6442 clauses out of 12896 with flag 58057/65366
69.44/34.82	c cleaning 7221 clauses out of 14453 with flag 83308/73365
78.24/39.14	c cleaning 8110 clauses out of 16232 with flag 111616/82365
87.84/43.90	c cleaning 9061 clauses out of 18122 with flag 143489/92365
98.53/49.27	c cleaning 10028 clauses out of 20061 with flag 178548/103365
110.52/55.24	c cleaning 11004 clauses out of 22034 with flag 217275/115366
123.16/61.60	c cleaning 12004 clauses out of 24029 with flag 260624/128365
136.61/68.29	c cleaning 13005 clauses out of 26025 with flag 305981/142365
151.19/75.58	c cleaning 14000 clauses out of 28020 with flag 358532/157365
167.26/83.52	c cleaning 15005 clauses out of 30020 with flag 416197/173365
184.73/92.21	c cleaning 15999 clauses out of 32015 with flag 470051/190365
200.00/99.87	c cleaning 0 clauses out of 5857 with flag 0/5858
203.93/101.60	c cleaning 17008 clauses out of 34017 with flag 526598/208366
223.30/111.25	c cleaning 17996 clauses out of 36009 with flag 584228/227366
244.60/121.85	c cleaning 18999 clauses out of 38012 with flag 644073/247365
266.04/132.53	c cleaning 19998 clauses out of 40014 with flag 708247/268366
289.13/144.06	c cleaning 21007 clauses out of 42016 with flag 772183/290366
314.37/157.00	c cleaning 21998 clauses out of 44008 with flag 839849/313365
339.46/169.59	c cleaning 23004 clauses out of 46012 with flag 909814/337367
365.38/182.50	c cleaning 23993 clauses out of 48006 with flag 981266/362365
394.09/196.76	c cleaning 25008 clauses out of 50016 with flag 1056772/388368
422.75/211.05	c cleaning 25998 clauses out of 52006 with flag 1133236/415366
454.14/226.70	c cleaning 26991 clauses out of 54007 with flag 1211775/443365
485.64/242.39	c cleaning 28003 clauses out of 56019 with flag 1293927/472368
518.12/258.57	c cleaning 29002 clauses out of 58013 with flag 1377731/502365
552.06/275.40	c cleaning 29998 clauses out of 60013 with flag 1462243/533367
587.91/293.27	c cleaning 31007 clauses out of 62017 with flag 1555533/565369
623.83/311.12	c cleaning 31995 clauses out of 64006 with flag 1652216/598365
661.74/329.97	c cleaning 32991 clauses out of 66011 with flag 1750801/632365
700.69/349.38	c cleaning 34008 clauses out of 68020 with flag 1848947/667365
742.13/369.91	c cleaning 34996 clauses out of 70014 with flag 1951552/703367
786.89/392.22	c cleaning 36002 clauses out of 72019 with flag 2055699/740368
833.30/415.94	c cleaning 36998 clauses out of 74015 with flag 2168009/778366
881.67/440.06	c cleaning 38007 clauses out of 76017 with flag 2274303/817366
932.85/465.56	c cleaning 39001 clauses out of 78009 with flag 2390412/857365
940.95/469.53	c cleaning 0 clauses out of 11856 with flag 0/11857
986.54/492.25	c cleaning 39998 clauses out of 80008 with flag 2502020/898365
1041.25/519.48	c cleaning 40993 clauses out of 82010 with flag 2617169/940365
1093.42/545.48	c cleaning 41996 clauses out of 84019 with flag 2733666/983367
1147.03/572.18	c cleaning 43013 clauses out of 86026 with flag 2855744/1027370
1201.10/599.09	c cleaning 44003 clauses out of 88012 with flag 2980075/1072369
1257.84/627.36	c cleaning 44993 clauses out of 90012 with flag 3110085/1118372
1320.27/658.47	c cleaning 46005 clauses out of 92014 with flag 3243764/1165367
1380.07/688.22	c cleaning 46997 clauses out of 94007 with flag 3377030/1213365
1449.92/723.90	c cleaning 48002 clauses out of 96012 with flag 3512591/1262367
1517.39/757.44	c cleaning 49000 clauses out of 98011 with flag 3650680/1312368
1585.93/791.59	c cleaning 49987 clauses out of 100008 with flag 3793147/1363365
1654.38/825.64	c cleaning 51008 clauses out of 102021 with flag 3935985/1415365
1722.13/859.33	c cleaning 51998 clauses out of 104013 with flag 4076469/1468365
1799.47/897.85	c cleaning 52999 clauses out of 106015 with flag 4222233/1522365
1800.07/898.10	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.07/898.10	c starts		: 4408
1800.07/898.10	c conflicts		: 1522816
1800.07/898.10	c decisions		: 4009520
1800.07/898.10	c propagations		: 903759628
1800.07/898.10	c inspects		: 9497644400
1800.07/898.10	c shortcuts		: 0
1800.07/898.10	c learnt literals	: 0
1800.07/898.10	c learnt binary clauses	: 0
1800.07/898.10	c learnt ternary clauses	: 0
1800.07/898.10	c learnt constraints	: 1522816
1800.07/898.10	c ignored constraints	: 0
1800.07/898.10	c root simplifications	: 0
1800.07/898.10	c removed literals (reason simplification)	: 122893
1800.07/898.10	c reason swapping (by a shorter reason)	: 0
1800.07/898.10	c Calls to reduceDB	: 57
1800.07/898.10	c Number of update (reduction) of LBD	: 412620
1800.07/898.10	c Imported unit clauses	: 0
1800.07/898.10	c number of reductions to clauses (during analyze)	: 0
1800.07/898.10	c number of learned constraints concerned by reduction	: 0
1800.07/898.10	c number of learning phase by resolution	: 0
1800.07/898.10	c number of learning phase by cutting planes	: 0
1800.07/898.10	c speed (assignments/second)	: 1032178.0615245807
1800.07/898.10	c non guided choices	0
1800.07/898.12	c learnt constraints type 
1800.07/898.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 53467
1800.07/898.12	c >>>>>>>>>> Solver number 1 (3 answers) <<<<<<<<<<<<<<<<<<
1800.07/898.12	c starts		: 49
1800.07/898.12	c conflicts		: 16727
1800.07/898.12	c decisions		: 48610
1800.07/898.12	c propagations		: 2355356
1800.07/898.12	c inspects		: 902537071
1800.07/898.12	c shortcuts		: 0
1800.07/898.12	c learnt literals	: 0
1800.07/898.12	c learnt binary clauses	: 0
1800.07/898.12	c learnt ternary clauses	: 0
1800.07/898.12	c learnt constraints	: 16725
1800.07/898.12	c ignored constraints	: 0
1800.07/898.12	c root simplifications	: 0
1800.07/898.12	c removed literals (reason simplification)	: 0
1800.07/898.12	c reason swapping (by a shorter reason)	: 0
1800.07/898.12	c Calls to reduceDB	: 2
1800.07/898.12	c Number of update (reduction) of LBD	: 0
1800.07/898.12	c Imported unit clauses	: 0
1800.07/898.12	c number of reductions to clauses (during analyze)	: 0
1800.07/898.12	c number of learned constraints concerned by reduction	: 0
1800.07/898.12	c number of learning phase by resolution	: 0
1800.07/898.12	c number of learning phase by cutting planes	: 0
1800.07/898.12	c speed (assignments/second)	: 2626.5850522505484
1800.07/898.12	c non guided choices	0
1800.07/898.13	c learnt constraints type 
1800.07/898.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 131
1800.07/898.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16594
1800.07/898.13	s SATISFIABLE
1800.07/898.13	c Found 5 solution(s)
1800.07/898.13	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.07/898.13	c objective function=26
1800.07/898.13	c Total wall clock time (in seconds): 898.007

Verifier Data

OK	26

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-4106629-1466274471/watcher-4106629-1466274471 -o /tmp/evaluation-result-4106629-1466274471/solver-4106629-1466274471 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3637 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106629-1466274471.opb 

pid=9670
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.22 4.11 4/196 9673
/proc/meminfo: memFree=27271896/32872528 swapFree=1286400/1433568
[pid=9673] ppid=9670 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9673/stat : 9673 (java) D 9670 9673 3621 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 29493872 9515008 175 33554432000 1073741824 1073778376 140735440603680 140735440586408 214369649552 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/9673/statm: 2323 175 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.03 4.22 4.11 4/196 9673
/proc/meminfo: memFree=27271896/32872528 swapFree=1286400/1433568
[pid=9673] ppid=9670 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9673/stat : 9673 (java) S 9670 9673 3621 0 -1 4202496 4420 0 1 0 7 0 0 0 20 0 18 0 29493872 9787879424 5029 33554432000 1073741824 1073778376 140735937329952 140735937321088 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9673/statm: 2389619 5029 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 4.03 4.22 4.11 4/196 9673
/proc/meminfo: memFree=27271896/32872528 swapFree=1286400/1433568
[pid=9673] ppid=9670 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/9673/stat : 9673 (java) S 9670 9673 3621 0 -1 4202496 4629 0 1 0 19 1 0 0 20 0 18 0 29493872 9787879424 6739 33554432000 1073741824 1073778376 140735937329952 140735937321088 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9673/statm: 2389619 6739 2194 9 0 2380296 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 4.03 4.22 4.11 4/196 9673
/proc/meminfo: memFree=27271896/32872528 swapFree=1286400/1433568
[pid=9673] ppid=9670 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/9673/stat : 9673 (java) S 9670 9673 3621 0 -1 4202496 6264 0 1 0 44 1 0 0 20 0 18 0 29493872 9787879424 8459 33554432000 1073741824 1073778376 140735937329952 140735937321088 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9673/statm: 2389619 8459 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700265 s]
/proc/loadavg: 4.03 4.22 4.11 4/196 9673
/proc/meminfo: memFree=27271896/32872528 swapFree=1286400/1433568
[pid=9673] ppid=9670 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/9673/stat : 9673 (java) S 9670 9673 3621 0 -1 4202496 8172 0 1 0 83 4 0 0 20 0 19 0 29493872 10060525568 11677 33554432000 1073741824 1073778376 140735937329952 140735937321088 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9673/statm: 2456183 11677 2264 9 0 2446860 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 9824732

[startup+1.50075 s]
/proc/loadavg: 4.10 4.24 4.11 5/216 9699
/proc/meminfo: memFree=27216152/32872528 swapFree=1286400/1433568
[pid=9673] ppid=9670 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/9673/stat : 9673 (java) S 9670 9673 3621 0 -1 4202496 15006 0 1 0 220 7 0 0 20 0 22 0 29493872 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140735937321088 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9673/statm: 2456183 20796 2269 9 0 2446860 0
[pid=9673/tid=9675] ppid=9670 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9673/task/9675/stat : 9675 (java) S 9670 9673 3621 0 -1 4202560 2484 0 1 0 33 2 0 0 20 0 22 0 29493873 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199612216184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9676] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9676/stat : 9676 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493875 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199456140200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9677] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9677/stat : 9677 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493875 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199455087656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9678] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9678/stat : 9678 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493875 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199454034600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9673/tid=9679] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9679/stat : 9679 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493875 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199452982056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9680] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9680/stat : 9680 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493875 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199451929000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9681] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9681/stat : 9681 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493875 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199450876456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9682] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9682/stat : 9682 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493875 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199449823400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9683] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9683/stat : 9683 (java) S 9670 9673 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29493875 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199448770856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9684] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9684/stat : 9684 (java) S 9670 9673 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199436360552 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9685] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9685/stat : 9685 (java) S 9670 9673 3621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199435306872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9686] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9686/stat : 9686 (java) S 9670 9673 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199434253704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9687] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9687/stat : 9687 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199433202448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9688] ppid=9670 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/9673/task/9688/stat : 9688 (java) R 9670 9673 3621 0 -1 4202560 4564 0 0 0 58 0 0 0 20 0 22 0 29493879 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199432126552 140199618179842 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9689] ppid=9670 vsize=9824732 CPUtime=0.64 cores=0,2,4,6
/proc/9673/task/9689/stat : 9689 (java) R 9670 9673 3621 0 -1 4202560 6602 0 0 0 64 0 0 0 20 0 22 0 29493879 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199431096760 140199617913154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9690] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9690/stat : 9690 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199430043896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9691] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9691/stat : 9691 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199428991560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9695] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9695/stat : 9695 (java) S 9670 9673 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29493911 10060525568 20796 33554432000 1073741824 1073778376 140735937329952 140199424779688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 4.10 4.24 4.11 5/219 9702
/proc/meminfo: memFree=27096628/32872528 swapFree=1286400/1433568
[pid=9673] ppid=9670 vsize=9824732 CPUtime=6.01 cores=0,2,4,6
/proc/9673/stat : 9673 (java) S 9670 9673 3621 0 -1 4202496 16806 0 1 0 589 12 0 0 20 0 22 0 29493872 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140735937321088 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9673/statm: 2456183 51811 2289 9 0 2446860 0
[pid=9673/tid=9675] ppid=9670 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9673/task/9675/stat : 9675 (java) S 9670 9673 3621 0 -1 4202560 2484 0 1 0 33 2 0 0 20 0 22 0 29493873 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199612216184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9676] ppid=9670 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9673/task/9676/stat : 9676 (java) S 9670 9673 3621 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 29493875 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199456140200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9677] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9677/stat : 9677 (java) S 9670 9673 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29493875 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199455087656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9678] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9678/stat : 9678 (java) S 9670 9673 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29493875 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199454034600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9679] ppid=9670 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9673/task/9679/stat : 9679 (java) S 9670 9673 3621 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 29493875 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199452982056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9680] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9680/stat : 9680 (java) S 9670 9673 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 29493875 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199451929000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9681] ppid=9670 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9673/task/9681/stat : 9681 (java) S 9670 9673 3621 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 29493875 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199450876456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9673/tid=9682] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9682/stat : 9682 (java) S 9670 9673 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29493875 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199449823400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9683] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9683/stat : 9683 (java) S 9670 9673 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29493875 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199448770856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9684] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9684/stat : 9684 (java) S 9670 9673 3621 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199436360552 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9685] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9685/stat : 9685 (java) S 9670 9673 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199435306872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9686] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9686/stat : 9686 (java) S 9670 9673 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199434253704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9687] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9687/stat : 9687 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199433202448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9688] ppid=9670 vsize=9824732 CPUtime=0.83 cores=0,2,4,6
/proc/9673/task/9688/stat : 9688 (java) S 9670 9673 3621 0 -1 4202560 6139 0 0 0 83 0 0 0 20 0 22 0 29493879 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199432149304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9689] ppid=9670 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/9673/task/9689/stat : 9689 (java) S 9670 9673 3621 0 -1 4202560 6635 0 0 0 86 2 0 0 20 0 22 0 29493879 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199431096760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9690] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9690/stat : 9690 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199430043896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9691] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9691/stat : 9691 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199428991560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9695] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9695/stat : 9695 (java) S 9670 9673 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29493911 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199424779688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9700] ppid=9670 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/9673/task/9700/stat : 9700 (java) R 9670 9673 3621 0 -1 4202560 5 0 0 0 165 0 0 0 20 0 22 0 29494011 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199427936824 140199485150522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9673/tid=9701] ppid=9670 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/9673/task/9701/stat : 9701 (java) R 9670 9673 3621 0 -1 4202560 61 0 0 0 162 2 0 0 20 0 22 0 29494011 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199426884392 140199485174884 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9702] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9702/stat : 9702 (java) S 9670 9673 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29494011 10060525568 51811 33554432000 1073741824 1073778376 140735937329952 140199425832616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.10 4.23 4.11 5/219 9702
/proc/meminfo: memFree=26906984/32872528 swapFree=1286400/1433568
[pid=9673] ppid=9670 vsize=9824732 CPUtime=12.74 cores=0,2,4,6
/proc/9673/stat : 9673 (java) S 9670 9673 3621 0 -1 4202496 17260 0 1 0 1250 24 0 0 20 0 22 0 29493872 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140735937321088 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9673/statm: 2456183 140442 2294 9 0 2446860 0
[pid=9673/tid=9675] ppid=9670 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9673/task/9675/stat : 9675 (java) S 9670 9673 3621 0 -1 4202560 2484 0 1 0 33 2 0 0 20 0 22 0 29493873 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199612216184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9676] ppid=9670 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9673/task/9676/stat : 9676 (java) S 9670 9673 3621 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 29493875 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199456140200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9677] ppid=9670 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/9673/task/9677/stat : 9677 (java) S 9670 9673 3621 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 29493875 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199455087656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9678] ppid=9670 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/9673/task/9678/stat : 9678 (java) S 9670 9673 3621 0 -1 4202560 41 0 0 0 3 2 0 0 20 0 22 0 29493875 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199454034600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9679] ppid=9670 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9673/task/9679/stat : 9679 (java) S 9670 9673 3621 0 -1 4202560 37 0 0 0 3 1 0 0 20 0 22 0 29493875 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199452982056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9680] ppid=9670 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9673/task/9680/stat : 9680 (java) S 9670 9673 3621 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 29493875 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199451929000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9681] ppid=9670 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9673/task/9681/stat : 9681 (java) S 9670 9673 3621 0 -1 4202560 52 0 0 0 4 2 0 0 20 0 22 0 29493875 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199450876456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9682] ppid=9670 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9673/task/9682/stat : 9682 (java) S 9670 9673 3621 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 22 0 29493875 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199449823400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9683] ppid=9670 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9673/task/9683/stat : 9683 (java) S 9670 9673 3621 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 29493875 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199448770856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9684] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9684/stat : 9684 (java) S 9670 9673 3621 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199436360552 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9685] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9685/stat : 9685 (java) S 9670 9673 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199435306872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9686] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9686/stat : 9686 (java) S 9670 9673 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199434253704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9687] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9687/stat : 9687 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199433202448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9688] ppid=9670 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/9673/task/9688/stat : 9688 (java) S 9670 9673 3621 0 -1 4202560 6145 0 0 0 91 0 0 0 20 0 22 0 29493879 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199432149304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9689] ppid=9670 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9673/task/9689/stat : 9689 (java) S 9670 9673 3621 0 -1 4202560 6648 0 0 0 100 2 0 0 20 0 22 0 29493879 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199431096760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9690] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9690/stat : 9690 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 140442 33554432000 1073741824 1073778376 140735937329952 140199430043896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9691] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.27 4.29 4.23 5/219 10005
/proc/meminfo: memFree=23177264/32872528 swapFree=1286400/1433568
[pid=9673] ppid=9670 vsize=9824732 CPUtime=1768.37 cores=0,2,4,6
/proc/9673/stat : 9673 (java) S 9670 9673 3621 0 -1 4202496 30395 0 1 0 176613 224 0 0 20 0 22 0 29493872 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140735937321088 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9673/statm: 2456183 879889 2303 9 0 2446860 0
[pid=9673/tid=9675] ppid=9670 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/9673/task/9675/stat : 9675 (java) S 9670 9673 3621 0 -1 4202560 2494 0 1 0 36 3 0 0 20 0 22 0 29493873 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199612216184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9676] ppid=9670 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/9673/task/9676/stat : 9676 (java) S 9670 9673 3621 0 -1 4202560 624 0 0 0 197 15 0 0 20 0 22 0 29493875 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199456140200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9677] ppid=9670 vsize=9824732 CPUtime=2.14 cores=0,2,4,6
/proc/9673/task/9677/stat : 9677 (java) S 9670 9673 3621 0 -1 4202560 614 0 0 0 194 20 0 0 20 0 22 0 29493875 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199455087656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9673/tid=9678] ppid=9670 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/9673/task/9678/stat : 9678 (java) S 9670 9673 3621 0 -1 4202560 669 0 0 0 235 18 0 0 20 0 22 0 29493875 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199454034600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9679] ppid=9670 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/9673/task/9679/stat : 9679 (java) S 9670 9673 3621 0 -1 4202560 645 0 0 0 220 20 0 0 20 0 22 0 29493875 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199452982056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9673/tid=9680] ppid=9670 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/9673/task/9680/stat : 9680 (java) S 9670 9673 3621 0 -1 4202560 588 0 0 0 202 19 0 0 20 0 22 0 29493875 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199451929000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9673/tid=9681] ppid=9670 vsize=9824732 CPUtime=2.27 cores=0,2,4,6
/proc/9673/task/9681/stat : 9681 (java) S 9670 9673 3621 0 -1 4202560 656 0 0 0 207 20 0 0 20 0 22 0 29493875 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199450876456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9673/tid=9682] ppid=9670 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/9673/task/9682/stat : 9682 (java) S 9670 9673 3621 0 -1 4202560 615 0 0 0 180 14 0 0 20 0 22 0 29493875 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199449823400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9683] ppid=9670 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/9673/task/9683/stat : 9683 (java) S 9670 9673 3621 0 -1 4202560 597 0 0 0 206 16 0 0 20 0 22 0 29493875 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199448770856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9684] ppid=9670 vsize=9824732 CPUtime=3.64 cores=0,2,4,6
/proc/9673/task/9684/stat : 9684 (java) S 9670 9673 3621 0 -1 4202560 2503 0 0 0 358 6 0 0 20 0 22 0 29493876 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199436360552 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9685] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9685/stat : 9685 (java) S 9670 9673 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199435306872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9686] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9686/stat : 9686 (java) S 9670 9673 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199434253704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9687] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9687/stat : 9687 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199433202448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9688] ppid=9670 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9673/task/9688/stat : 9688 (java) S 9670 9673 3621 0 -1 4202560 6169 0 0 0 102 0 0 0 20 0 22 0 29493879 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199432149304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9689] ppid=9670 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/9673/task/9689/stat : 9689 (java) S 9670 9673 3621 0 -1 4202560 9235 0 0 0 155 2 0 0 20 0 22 0 29493879 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199431096760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9690] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9690/stat : 9690 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199430043896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9691] ppid=9670 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/9673/task/9691/stat : 9691 (java) S 9670 9673 3621 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 29493879 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199428991560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9673/tid=9702] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9702/stat : 9702 (java) S 9670 9673 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29494011 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199425832616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9709] ppid=9670 vsize=9824732 CPUtime=851.6 cores=0,2,4,6
/proc/9673/task/9709/stat : 9709 (java) R 9670 9673 3621 0 -1 4202560 45 0 0 0 85146 14 0 0 20 0 22 0 29496116 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199427936128 140199485139637 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9710] ppid=9670 vsize=9824732 CPUtime=851.45 cores=0,2,4,6
/proc/9673/task/9710/stat : 9710 (java) R 9670 9673 3621 0 -1 4202560 2180 0 0 0 85114 31 0 0 20 0 22 0 29496116 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199426882720 140199485463692 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9711] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9711/stat : 9711 (java) S 9670 9673 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29496124 10060525568 879889 33554432000 1073741824 1073778376 140735937329952 140199424779560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1768.37
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.101 s]
/proc/loadavg: 4.21 4.27 4.23 5/219 10005
/proc/meminfo: memFree=23169016/32872528 swapFree=1286400/1433568
[pid=9673] ppid=9670 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/9673/stat : 9673 (java) S 9670 9673 3621 0 -1 4202496 30430 0 1 0 179782 225 0 0 20 0 22 0 29493872 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140735937321088 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9673/statm: 2456183 881961 2303 9 0 2446860 0
[pid=9673/tid=9675] ppid=9670 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/9673/task/9675/stat : 9675 (java) S 9670 9673 3621 0 -1 4202560 2494 0 1 0 36 3 0 0 20 0 22 0 29493873 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199612216184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9676] ppid=9670 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/9673/task/9676/stat : 9676 (java) S 9670 9673 3621 0 -1 4202560 633 0 0 0 198 15 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199456140200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9677] ppid=9670 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/9673/task/9677/stat : 9677 (java) S 9670 9673 3621 0 -1 4202560 617 0 0 0 201 20 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199455087656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9678] ppid=9670 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/9673/task/9678/stat : 9678 (java) S 9670 9673 3621 0 -1 4202560 680 0 0 0 237 18 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199454034600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9679] ppid=9670 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/9673/task/9679/stat : 9679 (java) S 9670 9673 3621 0 -1 4202560 648 0 0 0 227 20 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199452982056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9680] ppid=9670 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/9673/task/9680/stat : 9680 (java) S 9670 9673 3621 0 -1 4202560 589 0 0 0 205 20 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199451929000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9673/tid=9681] ppid=9670 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/9673/task/9681/stat : 9681 (java) S 9670 9673 3621 0 -1 4202560 657 0 0 0 211 20 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199450876456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9682] ppid=9670 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/9673/task/9682/stat : 9682 (java) S 9670 9673 3621 0 -1 4202560 618 0 0 0 182 14 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199449823400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9683] ppid=9670 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/9673/task/9683/stat : 9683 (java) S 9670 9673 3621 0 -1 4202560 600 0 0 0 208 16 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199448770856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9684] ppid=9670 vsize=9824732 CPUtime=3.64 cores=0,2,4,6
/proc/9673/task/9684/stat : 9684 (java) S 9670 9673 3621 0 -1 4202560 2503 0 0 0 358 6 0 0 20 0 22 0 29493876 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199436360552 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9685] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9685/stat : 9685 (java) S 9670 9673 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199435306872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9686] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9686/stat : 9686 (java) S 9670 9673 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199434253704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9687] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9687/stat : 9687 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199433202448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9688] ppid=9670 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9673/task/9688/stat : 9688 (java) S 9670 9673 3621 0 -1 4202560 6169 0 0 0 102 0 0 0 20 0 22 0 29493879 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199432149304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9689] ppid=9670 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/9673/task/9689/stat : 9689 (java) S 9670 9673 3621 0 -1 4202560 9235 0 0 0 155 2 0 0 20 0 22 0 29493879 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199431096760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9690] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9690/stat : 9690 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199430043896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9691] ppid=9670 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/9673/task/9691/stat : 9691 (java) S 9670 9673 3621 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 29493879 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199428991560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9702] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9702/stat : 9702 (java) S 9670 9673 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29494011 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199425832616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9709] ppid=9670 vsize=9824732 CPUtime=867.29 cores=0,2,4,6
/proc/9673/task/9709/stat : 9709 (java) R 9670 9673 3621 0 -1 4202560 46 0 0 0 86714 15 0 0 20 0 22 0 29496116 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199427928448 140199485077605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9710] ppid=9670 vsize=9824732 CPUtime=867.16 cores=0,2,4,6
/proc/9673/task/9710/stat : 9710 (java) R 9670 9673 3621 0 -1 4202560 2180 0 0 0 86684 32 0 0 20 0 22 0 29496116 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199426882800 140199485150522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9711] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9711/stat : 9711 (java) S 9670 9673 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29496124 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199424779560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 9673 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.101 s]
/proc/loadavg: 4.21 4.27 4.23 5/219 10005
/proc/meminfo: memFree=23169016/32872528 swapFree=1286400/1433568
[pid=9673] ppid=9670 vsize=9824732 CPUtime=1800.07 cores=0,2,4,6
/proc/9673/stat : 9673 (java) S 9670 9673 3621 0 -1 4202496 30430 0 1 0 179782 225 0 0 20 0 22 0 29493872 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140735937321088 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9673/statm: 2456183 881961 2303 9 0 2446860 0
[pid=9673/tid=9675] ppid=9670 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/9673/task/9675/stat : 9675 (java) S 9670 9673 3621 0 -1 4202560 2494 0 1 0 36 3 0 0 20 0 22 0 29493873 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199612216184 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9676] ppid=9670 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/9673/task/9676/stat : 9676 (java) S 9670 9673 3621 0 -1 4202560 633 0 0 0 198 15 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199456140200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9677] ppid=9670 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/9673/task/9677/stat : 9677 (java) S 9670 9673 3621 0 -1 4202560 617 0 0 0 201 20 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199455087656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9678] ppid=9670 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/9673/task/9678/stat : 9678 (java) S 9670 9673 3621 0 -1 4202560 680 0 0 0 237 18 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199454034600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9679] ppid=9670 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/9673/task/9679/stat : 9679 (java) S 9670 9673 3621 0 -1 4202560 648 0 0 0 227 20 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199452982056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9680] ppid=9670 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/9673/task/9680/stat : 9680 (java) S 9670 9673 3621 0 -1 4202560 589 0 0 0 205 20 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199451929000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9673/tid=9681] ppid=9670 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/9673/task/9681/stat : 9681 (java) S 9670 9673 3621 0 -1 4202560 657 0 0 0 211 20 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199450876456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9682] ppid=9670 vsize=9824732 CPUtime=1.96 cores=0,2,4,6
/proc/9673/task/9682/stat : 9682 (java) S 9670 9673 3621 0 -1 4202560 618 0 0 0 182 14 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199449823400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9683] ppid=9670 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/9673/task/9683/stat : 9683 (java) S 9670 9673 3621 0 -1 4202560 600 0 0 0 208 16 0 0 20 0 22 0 29493875 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199448770856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9684] ppid=9670 vsize=9824732 CPUtime=3.64 cores=0,2,4,6
/proc/9673/task/9684/stat : 9684 (java) S 9670 9673 3621 0 -1 4202560 2503 0 0 0 358 6 0 0 20 0 22 0 29493876 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199436360552 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9685] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9685/stat : 9685 (java) S 9670 9673 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199435306872 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9686] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9686/stat : 9686 (java) S 9670 9673 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29493876 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199434253704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9687] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9687/stat : 9687 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199433202448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9688] ppid=9670 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/9673/task/9688/stat : 9688 (java) S 9670 9673 3621 0 -1 4202560 6169 0 0 0 102 0 0 0 20 0 22 0 29493879 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199432149304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9689] ppid=9670 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/9673/task/9689/stat : 9689 (java) S 9670 9673 3621 0 -1 4202560 9235 0 0 0 155 2 0 0 20 0 22 0 29493879 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199431096760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9690] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9690/stat : 9690 (java) S 9670 9673 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29493879 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199430043896 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9691] ppid=9670 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/9673/task/9691/stat : 9691 (java) S 9670 9673 3621 0 -1 4202560 51 0 0 0 14 18 0 0 20 0 22 0 29493879 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199428991560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9702] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9702/stat : 9702 (java) S 9670 9673 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29494011 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199425832616 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9673/tid=9709] ppid=9670 vsize=9824732 CPUtime=867.29 cores=0,2,4,6
/proc/9673/task/9709/stat : 9709 (java) R 9670 9673 3621 0 -1 4202560 46 0 0 0 86714 15 0 0 20 0 22 0 29496116 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199427928448 140199485077605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9673/tid=9710] ppid=9670 vsize=9824732 CPUtime=867.16 cores=0,2,4,6
/proc/9673/task/9710/stat : 9710 (java) R 9670 9673 3621 0 -1 4202560 2180 0 0 0 86684 32 0 0 20 0 22 0 29496116 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199426882800 140199485150522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9673/tid=9711] ppid=9670 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9673/task/9711/stat : 9711 (java) S 9670 9673 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29496124 10060525568 881961 33554432000 1073741824 1073778376 140735937329952 140199424779560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.164
CPU time (s): 1800.65
CPU user time (s): 1797.93
CPU system time (s): 2.72059
CPU usage (%): 200.481
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.93
system time used= 2.72059
maximum resident set size= 3527956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30467
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24158
involuntary context switches= 31174

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9441 second user time and 7.14391 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 20:27:51
IDJOB=4106629
IDBENCH=48146
IDSOLVER=2543
FILE ID=node130/4106629-1466274471
RUNJOBID= node130-1466264922-3637
PBS_JOBID= 19918227
Free space on /tmp= 71748 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_4.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106629-1466274471/watcher-4106629-1466274471 -o /tmp/evaluation-result-4106629-1466274471/solver-4106629-1466274471 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466264922-3637 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106629-1466274471.opb

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

MD5SUM BENCH= b738c7950af6b3d63e331a14bc641dc9
RANDOM SEED=550822001

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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.365
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.365
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.53
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.365
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.365
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:        27271912 kB
Buffers:           50464 kB
Cached:           168172 kB
SwapCached:         1872 kB
Active:          3258908 kB
Inactive:         166976 kB
Active(anon):    3207432 kB
Inactive(anon):     2212 kB
Active(file):      51476 kB
Inactive(file):   164764 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098744 kB
Dirty:               676 kB
Writeback:             0 kB
AnonPages:       4640336 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             601796 kB
SReclaimable:      45096 kB
SUnreclaim:       556700 kB
KernelStack:        1648 kB
PageTables:        13436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4914148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3272704 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= 71744 MiB
End job on node130 at 2016-06-18 20:42:49