Trace number 4080583

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.83 898.248

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_100_25_5_40.opb
MD5SUM9100923ff6d9c8d4da1b288858ed91b3
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints302
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints201
Minimum length of a constraint2
Maximum length of a constraint200
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6124
Sum of products size (including duplicates)12248
Number of different products3062
Sum of products size6124

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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4080583-1465258947.opb
0.08/0.13	c reading problem ... 
0.08/0.14	c  no objective function found
0.65/0.49	c ... done. Wall clock time 0.355s.
0.65/0.49	c declared #vars     200
0.65/0.49	c internal #vars     3262
0.65/0.49	c #constraints  6427
0.65/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.65/0.49	c constraints type 
0.65/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3062
0.65/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 203
0.65/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100
0.65/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3062
0.65/0.49	c 6427 constraints processed.
0.65/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.65/0.49	c constraints type 
0.65/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 100
0.65/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3062
0.65/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 203
0.65/0.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3062
0.65/0.49	c 6427 constraints processed.
4.54/1.46	c cleaning 2469 clauses out of 5001 with flag 14400/5001
6.51/2.14	c cleaning 4257 clauses out of 8532 with flag 37151/11001
8.08/2.86	c cleaning 5631 clauses out of 11280 with flag 60729/18006
9.56/3.57	c cleaning 6818 clauses out of 13643 with flag 85874/26000
11.77/4.65	c cleaning 7908 clauses out of 15825 with flag 113149/35000
13.66/5.58	c cleaning 8950 clauses out of 17917 with flag 143609/45000
16.51/6.97	c cleaning 9970 clauses out of 19968 with flag 178853/56001
19.72/8.58	c cleaning 10994 clauses out of 21997 with flag 214878/68000
22.61/9.92	c cleaning 11988 clauses out of 24003 with flag 257389/81000
26.21/11.75	c cleaning 13006 clauses out of 26018 with flag 303198/95003
29.82/13.59	c cleaning 14001 clauses out of 28009 with flag 346504/110000
36.51/16.86	c cleaning 14996 clauses out of 30008 with flag 393739/126000
41.12/19.17	c cleaning 15996 clauses out of 32012 with flag 449384/143000
45.98/21.37	c cleaning 17002 clauses out of 34016 with flag 513512/161000
51.18/23.91	c cleaning 18000 clauses out of 36015 with flag 575657/180001
57.18/26.91	c cleaning 19001 clauses out of 38020 with flag 639679/200006
64.10/30.36	c cleaning 20000 clauses out of 40013 with flag 703993/221000
71.71/34.16	c cleaning 20996 clauses out of 42013 with flag 770662/243000
79.90/38.23	c cleaning 22001 clauses out of 44017 with flag 842367/266000
86.90/41.70	c cleaning 23003 clauses out of 46017 with flag 928216/290001
95.92/46.23	c cleaning 23998 clauses out of 48015 with flag 1005760/315002
103.50/50.06	c cleaning 24996 clauses out of 50015 with flag 1087347/341000
112.29/54.40	c cleaning 25996 clauses out of 52019 with flag 1176784/368000
122.89/59.79	c cleaning 27004 clauses out of 54024 with flag 1265056/396001
132.41/64.45	c cleaning 28006 clauses out of 56019 with flag 1370829/425000
143.40/69.97	c cleaning 28990 clauses out of 58013 with flag 1467258/455000
153.41/74.96	c cleaning 29996 clauses out of 60024 with flag 1565232/486001
166.20/81.39	c cleaning 30999 clauses out of 62027 with flag 1664053/518000
177.41/86.95	c cleaning 32013 clauses out of 64030 with flag 1770451/551002
189.00/92.70	c cleaning 32995 clauses out of 66017 with flag 1872839/585002
201.27/98.82	c cleaning 34006 clauses out of 68022 with flag 1986614/620002
213.27/104.88	c cleaning 35000 clauses out of 70014 with flag 2127345/656000
226.26/111.38	c cleaning 36002 clauses out of 72015 with flag 2272926/693001
239.86/118.18	c cleaning 36998 clauses out of 74013 with flag 2407739/731001
252.85/124.70	c cleaning 37998 clauses out of 76014 with flag 2538671/770000
266.85/131.64	c cleaning 38999 clauses out of 78016 with flag 2655376/810000
284.59/140.44	c cleaning 39999 clauses out of 80017 with flag 2775099/851000
303.75/149.90	c cleaning 41007 clauses out of 82021 with flag 2913831/893003
321.34/158.78	c cleaning 41995 clauses out of 84011 with flag 3056269/936000
339.34/167.77	c cleaning 42994 clauses out of 86017 with flag 3196064/980001
361.14/178.70	c cleaning 43988 clauses out of 88022 with flag 3335185/1025000
383.83/190.00	c cleaning 45002 clauses out of 90035 with flag 3472421/1071001
405.64/200.99	c cleaning 46000 clauses out of 92032 with flag 3618796/1118000
423.84/210.03	c cleaning 46993 clauses out of 94032 with flag 3778409/1166000
442.43/219.32	c cleaning 48008 clauses out of 96039 with flag 3961092/1215000
461.83/229.07	c cleaning 49003 clauses out of 98034 with flag 4141006/1265003
482.23/239.29	c cleaning 49989 clauses out of 100028 with flag 4321495/1316000
504.02/250.10	c cleaning 51009 clauses out of 102041 with flag 4500853/1368002
525.73/260.99	c cleaning 51997 clauses out of 104030 with flag 4700981/1421000
546.93/271.52	c cleaning 52992 clauses out of 106040 with flag 4907028/1475007
570.12/283.15	c cleaning 53992 clauses out of 108041 with flag 5118687/1530000
594.71/295.41	c cleaning 55007 clauses out of 110049 with flag 5336381/1586000
621.51/308.86	c cleaning 56017 clauses out of 112043 with flag 5534011/1643001
652.10/324.18	c cleaning 56999 clauses out of 114025 with flag 5707657/1701000
680.70/338.45	c cleaning 58004 clauses out of 116026 with flag 5883597/1760000
708.70/352.48	c cleaning 58998 clauses out of 118022 with flag 6090971/1820000
737.31/366.73	c cleaning 59998 clauses out of 120024 with flag 6325005/1881000
768.71/382.44	c cleaning 61004 clauses out of 122026 with flag 6538558/1943000
797.51/396.88	c cleaning 61998 clauses out of 124023 with flag 6784928/2006001
828.10/412.17	c cleaning 62986 clauses out of 126024 with flag 7018584/2070000
860.50/428.31	c cleaning 64004 clauses out of 128038 with flag 7259813/2135000
891.71/443.99	c cleaning 65008 clauses out of 130038 with flag 7514865/2201004
922.92/459.69	c cleaning 66001 clauses out of 132026 with flag 7751732/2268000
958.73/477.55	c cleaning 66995 clauses out of 134025 with flag 7982711/2336000
992.52/494.49	c cleaning 67997 clauses out of 136030 with flag 8232439/2405000
1028.93/512.69	c cleaning 69004 clauses out of 138039 with flag 8465204/2475006
1067.52/531.99	c cleaning 70001 clauses out of 140029 with flag 8711189/2546000
1104.52/550.44	c cleaning 71009 clauses out of 142032 with flag 8973867/2618004
1141.71/569.04	c cleaning 72002 clauses out of 144022 with flag 9244798/2691003
1178.17/587.29	c cleaning 72997 clauses out of 146018 with flag 9486875/2765001
1219.28/607.74	c cleaning 74002 clauses out of 148021 with flag 9781070/2840001
1260.48/628.30	c cleaning 74994 clauses out of 150019 with flag 10055233/2916001
1303.27/649.77	c cleaning 75999 clauses out of 152024 with flag 10331668/2993000
1346.26/671.20	c cleaning 76992 clauses out of 154028 with flag 10616998/3071003
1391.67/693.92	c cleaning 77994 clauses out of 156036 with flag 10903537/3150003
1439.39/717.71	c cleaning 79010 clauses out of 158039 with flag 11203646/3230000
1490.79/743.47	c cleaning 80002 clauses out of 160029 with flag 11476338/3311000
1540.18/768.12	c cleaning 80984 clauses out of 162027 with flag 11744949/3393000
1598.19/797.15	c cleaning 82003 clauses out of 164043 with flag 11999624/3476000
1652.19/824.19	c cleaning 83011 clauses out of 166040 with flag 12271544/3560000
1699.78/847.95	c cleaning 84002 clauses out of 168029 with flag 12561125/3645000
1755.73/876.04	c cleaning 85004 clauses out of 170030 with flag 12890872/3731003
1800.13/898.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/898.20	c starts		: 10
1800.13/898.20	c conflicts		: 3801361
1800.13/898.20	c decisions		: 6174184
1800.13/898.20	c propagations		: 82639231
1800.13/898.20	c inspects		: 11189427588
1800.13/898.20	c shortcuts		: 0
1800.13/898.20	c learnt literals	: 0
1800.13/898.20	c learnt binary clauses	: 1
1800.13/898.20	c learnt ternary clauses	: 6504
1800.13/898.20	c learnt constraints	: 3801361
1800.13/898.20	c ignored constraints	: 0
1800.13/898.20	c root simplifications	: 0
1800.13/898.20	c removed literals (reason simplification)	: 22862196
1800.13/898.20	c reason swapping (by a shorter reason)	: 0
1800.13/898.20	c Calls to reduceDB	: 82
1800.13/898.20	c Number of update (reduction) of LBD	: 1324852
1800.13/898.20	c Imported unit clauses	: 0
1800.13/898.20	c number of reductions to clauses (during analyze)	: 0
1800.13/898.20	c number of learned constraints concerned by reduction	: 0
1800.13/898.20	c number of learning phase by resolution	: 0
1800.13/898.20	c number of learning phase by cutting planes	: 0
1800.13/898.20	c speed (assignments/second)	: 92056.93123626347
1800.13/898.20	c non guided choices	3126
1800.13/898.23	c learnt constraints type 
1800.13/898.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.13/898.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 155383
1800.13/898.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/898.23	c starts		: 10
1800.13/898.23	c conflicts		: 1632
1800.13/898.23	c decisions		: 7701
1800.13/898.23	c propagations		: 291338
1800.13/898.23	c inspects		: 12504353
1800.13/898.23	c shortcuts		: 0
1800.13/898.23	c learnt literals	: 0
1800.13/898.23	c learnt binary clauses	: 0
1800.13/898.23	c learnt ternary clauses	: 0
1800.13/898.23	c learnt constraints	: 1631
1800.13/898.23	c ignored constraints	: 0
1800.13/898.23	c root simplifications	: 0
1800.13/898.23	c removed literals (reason simplification)	: 0
1800.13/898.23	c reason swapping (by a shorter reason)	: 0
1800.13/898.23	c Calls to reduceDB	: 0
1800.13/898.23	c Number of update (reduction) of LBD	: 0
1800.13/898.23	c Imported unit clauses	: 0
1800.13/898.23	c number of reductions to clauses (during analyze)	: 0
1800.13/898.23	c number of learned constraints concerned by reduction	: 0
1800.13/898.23	c number of learning phase by resolution	: 0
1800.13/898.23	c number of learning phase by cutting planes	: 0
1800.13/898.23	c speed (assignments/second)	: 324.5274191572076
1800.13/898.23	c non guided choices	3126
1800.13/898.23	c learnt constraints type 
1800.13/898.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.13/898.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1630
1800.13/898.23	s UNKNOWN
1800.13/898.23	c Total wall clock time (in seconds): 898.095

Verifier Data

ERROR: no interpretation found !

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

pid=16968
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.18 4.18 4.18 4/197 16971
/proc/meminfo: memFree=27264160/32872528 swapFree=15784/1434320
[pid=16971] ppid=16968 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/16971/stat : 16971 (java) R 16968 16971 15518 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 107827909 278528 33 33554432000 1073741824 1073778376 140735579487872 140735746682328 214360485045 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16971/statm: 68 33 25 9 0 25 0

[startup+0.100124 s]
/proc/loadavg: 4.18 4.18 4.18 4/197 16971
/proc/meminfo: memFree=27264160/32872528 swapFree=15784/1434320
[pid=16971] ppid=16968 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16971/stat : 16971 (java) S 16968 16971 15518 0 -1 4202496 4172 0 1 0 6 2 0 0 20 0 18 0 107827909 9787879424 4782 33554432000 1073741824 1073778376 140735579487872 140735579479008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16971/statm: 2389619 4784 2052 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200305 s]
/proc/loadavg: 4.18 4.18 4.18 4/197 16971
/proc/meminfo: memFree=27264160/32872528 swapFree=15784/1434320
[pid=16971] ppid=16968 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/16971/stat : 16971 (java) S 16968 16971 15518 0 -1 4202496 4593 0 1 0 18 3 0 0 20 0 18 0 107827909 9787879424 6695 33554432000 1073741824 1073778376 140735579487872 140735579479008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16971/statm: 2389619 6695 2172 9 0 2380296 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 9558476

[startup+0.300287 s]
/proc/loadavg: 4.18 4.18 4.18 4/197 16971
/proc/meminfo: memFree=27264160/32872528 swapFree=15784/1434320
[pid=16971] ppid=16968 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/16971/stat : 16971 (java) S 16968 16971 15518 0 -1 4202496 5765 0 1 0 39 3 0 0 20 0 18 0 107827909 9787879424 8011 33554432000 1073741824 1073778376 140735579487872 140735579479008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16971/statm: 2389619 8011 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 4.18 4.18 4.18 4/197 16971
/proc/meminfo: memFree=27264160/32872528 swapFree=15784/1434320
[pid=16971] ppid=16968 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/16971/stat : 16971 (java) S 16968 16971 15518 0 -1 4202496 19833 0 1 0 168 6 0 0 20 0 22 0 107827909 10060525568 22883 33554432000 1073741824 1073778376 140735579487872 140735579479008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16971/statm: 2456183 22883 2262 9 0 2446860 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 4.18 4.18 4.18 7/219 16993
/proc/meminfo: memFree=27160560/32872528 swapFree=15784/1434320
[pid=16971] ppid=16968 vsize=9824732 CPUtime=4.89 cores=0,2,4,6
/proc/16971/stat : 16971 (java) S 16968 16971 15518 0 -1 4202496 27385 0 1 0 481 8 0 0 20 0 22 0 107827909 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 140735579479008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16971/statm: 2456183 38974 2276 9 0 2446860 0
[pid=16971/tid=16973] ppid=16968 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/16971/task/16973/stat : 16973 (java) S 16968 16971 15518 0 -1 4202560 2482 0 1 0 44 2 0 0 20 0 22 0 107827910 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702939030392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16974] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16974/stat : 16974 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827911 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702877760168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16975] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16975/stat : 16975 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827911 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702876707624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16976] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16976/stat : 16976 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827911 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702875655080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16977] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16977/stat : 16977 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827911 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702874602536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16978] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16978/stat : 16978 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827911 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702873548968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16979] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16979/stat : 16979 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827911 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702872496424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16980] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16980/stat : 16980 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827911 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702776314280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16981] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16981/stat : 16981 (java) S 16968 16971 15518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 107827911 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702775261736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16982] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16982/stat : 16982 (java) S 16968 16971 15518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 107827912 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702763063912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16983] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16983/stat : 16983 (java) S 16968 16971 15518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 107827913 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702762010232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16984] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16984/stat : 16984 (java) S 16968 16971 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107827913 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702760957576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16985] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16985/stat : 16985 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827916 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702759906320 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16986] ppid=16968 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/16971/task/16986/stat : 16986 (java) S 16968 16971 15518 0 -1 4202560 11484 0 0 0 117 2 0 0 20 0 22 0 107827916 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702758852664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16987] ppid=16968 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/16971/task/16987/stat : 16987 (java) R 16968 16971 15518 0 -1 4202560 12060 0 0 0 119 3 0 0 20 0 22 0 107827916 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702757800120 139702945490118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16988] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16988/stat : 16988 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827916 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702756747768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16989] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16989/stat : 16989 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827916 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702755695432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16990] ppid=16968 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/16971/task/16990/stat : 16990 (java) R 16968 16971 15518 0 -1 4202560 21 0 0 0 97 0 0 0 20 0 22 0 107827959 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702754640600 139702879570498 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16991] ppid=16968 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/16971/task/16991/stat : 16991 (java) R 16968 16971 15518 0 -1 4202560 61 0 0 0 99 0 0 0 20 0 22 0 107827959 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702753587264 139702879519300 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16992] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16992/stat : 16992 (java) S 16968 16971 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107827959 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702752536104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16993] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16993/stat : 16993 (java) S 16968 16971 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107827959 10060525568 38974 33554432000 1073741824 1073778376 140735579487872 139702751483560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.40 4.23 4.19 6/219 16993
/proc/meminfo: memFree=27037992/32872528 swapFree=15784/1434320
[pid=16971] ppid=16968 vsize=9824732 CPUtime=8.76 cores=0,2,4,6
/proc/16971/stat : 16971 (java) S 16968 16971 15518 0 -1 4202496 28822 0 1 0 861 15 0 0 20 0 22 0 107827909 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 140735579479008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16971/statm: 2456183 67103 2291 9 0 2446860 0
[pid=16971/tid=16973] ppid=16968 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/16971/task/16973/stat : 16973 (java) S 16968 16971 15518 0 -1 4202560 2482 0 1 0 44 2 0 0 20 0 22 0 107827910 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702939030392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16974] ppid=16968 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16971/task/16974/stat : 16974 (java) S 16968 16971 15518 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 22 0 107827911 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702877760168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16975] ppid=16968 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16971/task/16975/stat : 16975 (java) S 16968 16971 15518 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 22 0 107827911 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702876707624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16976] ppid=16968 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16971/task/16976/stat : 16976 (java) S 16968 16971 15518 0 -1 4202560 96 0 0 0 3 0 0 0 20 0 22 0 107827911 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702875655080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16977] ppid=16968 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16971/task/16977/stat : 16977 (java) S 16968 16971 15518 0 -1 4202560 94 0 0 0 4 2 0 0 20 0 22 0 107827911 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702874602536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16978] ppid=16968 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16971/task/16978/stat : 16978 (java) S 16968 16971 15518 0 -1 4202560 117 0 0 0 3 2 0 0 20 0 22 0 107827911 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702873548968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16979] ppid=16968 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16971/task/16979/stat : 16979 (java) S 16968 16971 15518 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 107827911 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702872496424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16980] ppid=16968 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16971/task/16980/stat : 16980 (java) S 16968 16971 15518 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 107827911 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702776314280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16981] ppid=16968 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/16971/task/16981/stat : 16981 (java) S 16968 16971 15518 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 107827911 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702775261736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16982] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16982/stat : 16982 (java) S 16968 16971 15518 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 107827912 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702763063912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16983] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16983/stat : 16983 (java) S 16968 16971 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107827913 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702762010232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16984] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16984/stat : 16984 (java) S 16968 16971 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107827913 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702760957576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16985] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16985/stat : 16985 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827916 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702759906320 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16986] ppid=16968 vsize=9824732 CPUtime=1.34 cores=0,2,4,6
/proc/16971/task/16986/stat : 16986 (java) S 16968 16971 15518 0 -1 4202560 12308 0 0 0 132 2 0 0 20 0 22 0 107827916 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702758852664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16987] ppid=16968 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/16971/task/16987/stat : 16987 (java) S 16968 16971 15518 0 -1 4202560 12109 0 0 0 155 3 0 0 20 0 22 0 107827916 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702757800120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16988] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16988/stat : 16988 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827916 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702756747768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16989] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16989/stat : 16989 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827916 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702755695432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16990] ppid=16968 vsize=9824732 CPUtime=2.45 cores=0,2,4,6
/proc/16971/task/16990/stat : 16990 (java) R 16968 16971 15518 0 -1 4202560 23 0 0 0 245 0 0 0 20 0 22 0 107827959 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702754631824 139702879446507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16991] ppid=16968 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/16971/task/16991/stat : 16991 (java) R 16968 16971 15518 0 -1 4202560 87 0 0 0 246 2 0 0 20 0 22 0 107827959 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702753586824 139702879554126 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16992] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16992/stat : 16992 (java) S 16968 16971 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107827959 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702752536104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16993] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16993/stat : 16993 (java) S 16968 16971 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107827959 10060525568 67103 33554432000 1073741824 1073778376 140735579487872 139702751483560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.76
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 4.40 4.23 4.19 5/219 16993
/proc/meminfo: memFree=26884308/32872528 swapFree=15784/1434320
[pid=16971] ppid=16968 vsize=9824732 CPUtime=15.24 cores=0,2,4,6
/proc/16971/stat : 16971 (java) S 16968 16971 15518 0 -1 4202496 29084 0 1 0 1503 21 0 0 20 0 22 0 107827909 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 140735579479008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16971/statm: 2456183 97370 2291 9 0 2446860 0
[pid=16971/tid=16973] ppid=16968 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/16971/task/16973/stat : 16973 (java) S 16968 16971 15518 0 -1 4202560 2482 0 1 0 44 2 0 0 20 0 22 0 107827910 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 139702939030392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16974] ppid=16968 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16971/task/16974/stat : 16974 (java) S 16968 16971 15518 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 22 0 107827911 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 139702877760168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16975] ppid=16968 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16971/task/16975/stat : 16975 (java) S 16968 16971 15518 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 22 0 107827911 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 139702876707624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16976] ppid=16968 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16971/task/16976/stat : 16976 (java) S 16968 16971 15518 0 -1 4202560 101 0 0 0 3 1 0 0 20 0 22 0 107827911 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 139702875655080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16977] ppid=16968 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/16971/task/16977/stat : 16977 (java) S 16968 16971 15518 0 -1 4202560 111 0 0 0 6 3 0 0 20 0 22 0 107827911 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 139702874602536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16978] ppid=16968 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16971/task/16978/stat : 16978 (java) S 16968 16971 15518 0 -1 4202560 121 0 0 0 4 2 0 0 20 0 22 0 107827911 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 139702873548968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16979] ppid=16968 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16971/task/16979/stat : 16979 (java) S 16968 16971 15518 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 22 0 107827911 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 139702872496424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16980] ppid=16968 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16971/task/16980/stat : 16980 (java) S 16968 16971 15518 0 -1 4202560 34 0 0 0 5 1 0 0 20 0 22 0 107827911 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 139702776314280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16981] ppid=16968 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16971/task/16981/stat : 16981 (java) S 16968 16971 15518 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 107827911 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 139702775261736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16982] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16982/stat : 16982 (java) S 16968 16971 15518 0 -1 4202560 212 0 0 0 0 0 0 0 20 0 22 0 107827912 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 139702763063912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16983] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16983/stat : 16983 (java) S 16968 16971 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107827913 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 139702762010232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16984] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16984/stat : 16984 (java) S 16968 16971 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107827913 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 139702760957576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16985] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16985/stat : 16985 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827916 10060525568 97370 33554432000 1073741824 1073778376 140735579487872 139702759906320 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16986] ppid=16968 vsize=9824732 CPUtime=1.36 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.11 4.15 4.14 5/219 17556
/proc/meminfo: memFree=25422848/32872528 swapFree=15784/1434320
[pid=16971] ppid=16968 vsize=9824732 CPUtime=1648.59 cores=0,2,4,6
/proc/16971/stat : 16971 (java) S 16968 16971 15518 0 -1 4202496 37258 0 1 0 164702 157 0 0 20 0 22 0 107827909 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 140735579479008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16971/statm: 2456183 723278 2301 9 0 2446860 0
[pid=16971/tid=16973] ppid=16968 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/16971/task/16973/stat : 16973 (java) S 16968 16971 15518 0 -1 4202560 2482 0 1 0 46 4 0 0 20 0 22 0 107827910 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702939030392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16974] ppid=16968 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/16971/task/16974/stat : 16974 (java) S 16968 16971 15518 0 -1 4202560 401 0 0 0 42 16 0 0 20 0 22 0 107827911 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702877760168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16975] ppid=16968 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/16971/task/16975/stat : 16975 (java) S 16968 16971 15518 0 -1 4202560 525 0 0 0 29 11 0 0 20 0 22 0 107827911 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702876707624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16976] ppid=16968 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/16971/task/16976/stat : 16976 (java) S 16968 16971 15518 0 -1 4202560 451 0 0 0 42 13 0 0 20 0 22 0 107827911 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702875655080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16977] ppid=16968 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/16971/task/16977/stat : 16977 (java) S 16968 16971 15518 0 -1 4202560 617 0 0 0 39 15 0 0 20 0 22 0 107827911 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702874602536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16978] ppid=16968 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/16971/task/16978/stat : 16978 (java) S 16968 16971 15518 0 -1 4202560 442 0 0 0 39 13 0 0 20 0 22 0 107827911 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702873548968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16979] ppid=16968 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/16971/task/16979/stat : 16979 (java) S 16968 16971 15518 0 -1 4202560 422 0 0 0 38 14 0 0 20 0 22 0 107827911 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702872496424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16980] ppid=16968 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/16971/task/16980/stat : 16980 (java) S 16968 16971 15518 0 -1 4202560 259 0 0 0 34 11 0 0 20 0 22 0 107827911 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702776314280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16981] ppid=16968 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/16971/task/16981/stat : 16981 (java) S 16968 16971 15518 0 -1 4202560 326 0 0 0 32 12 0 0 20 0 22 0 107827911 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702775261736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16982] ppid=16968 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/16971/task/16982/stat : 16982 (java) S 16968 16971 15518 0 -1 4202560 1517 0 0 0 71 3 0 0 20 0 22 0 107827912 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702763063912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16983] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16983/stat : 16983 (java) S 16968 16971 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107827913 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702762010232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16984] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16984/stat : 16984 (java) S 16968 16971 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107827913 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702760957576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16985] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16985/stat : 16985 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827916 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702759906320 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16986] ppid=16968 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/16971/task/16986/stat : 16986 (java) S 16968 16971 15518 0 -1 4202560 15023 0 0 0 184 2 0 0 20 0 22 0 107827916 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702758852664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16987] ppid=16968 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/16971/task/16987/stat : 16987 (java) S 16968 16971 15518 0 -1 4202560 12121 0 0 0 160 3 0 0 20 0 22 0 107827916 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702757800120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16988] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16988/stat : 16988 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827916 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702756747768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16989] ppid=16968 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/16971/task/16989/stat : 16989 (java) S 16968 16971 15518 0 -1 4202560 47 0 0 0 18 13 0 0 20 0 22 0 107827916 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702755695432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16990] ppid=16968 vsize=9824732 CPUtime=819.93 cores=0,2,4,6
/proc/16971/task/16990/stat : 16990 (java) R 16968 16971 15518 0 -1 4202560 108 0 0 0 81978 15 0 0 20 0 22 0 107827959 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702754631808 139702879264999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16991] ppid=16968 vsize=9824732 CPUtime=819.89 cores=0,2,4,6
/proc/16971/task/16991/stat : 16991 (java) R 16968 16971 15518 0 -1 4202560 1253 0 0 0 81945 44 0 0 20 0 22 0 107827959 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702753586608 139702880018681 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16992] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16992/stat : 16992 (java) S 16968 16971 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107827959 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702752536104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16993] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16993/stat : 16993 (java) S 16968 16971 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107827959 10060525568 723278 33554432000 1073741824 1073778376 140735579487872 139702751483560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1648.59
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.16 4.15 4.14 5/219 17557
/proc/meminfo: memFree=25466096/32872528 swapFree=15784/1434320
[pid=16971] ppid=16968 vsize=9824732 CPUtime=1768.34 cores=0,2,4,6
/proc/16971/stat : 16971 (java) S 16968 16971 15518 0 -1 4202496 37541 0 1 0 176670 164 0 0 20 0 22 0 107827909 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 140735579479008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16971/statm: 2456183 716841 2301 9 0 2446860 0
[pid=16971/tid=16973] ppid=16968 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/16971/task/16973/stat : 16973 (java) S 16968 16971 15518 0 -1 4202560 2483 0 1 0 46 4 0 0 20 0 22 0 107827910 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702939030392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16974] ppid=16968 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/16971/task/16974/stat : 16974 (java) S 16968 16971 15518 0 -1 4202560 426 0 0 0 45 17 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702877760168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16975] ppid=16968 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/16971/task/16975/stat : 16975 (java) S 16968 16971 15518 0 -1 4202560 530 0 0 0 32 11 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702876707624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16976] ppid=16968 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/16971/task/16976/stat : 16976 (java) S 16968 16971 15518 0 -1 4202560 457 0 0 0 44 13 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702875655080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16977] ppid=16968 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/16971/task/16977/stat : 16977 (java) S 16968 16971 15518 0 -1 4202560 645 0 0 0 41 16 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702874602536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16978] ppid=16968 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/16971/task/16978/stat : 16978 (java) S 16968 16971 15518 0 -1 4202560 446 0 0 0 40 14 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702873548968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16979] ppid=16968 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/16971/task/16979/stat : 16979 (java) S 16968 16971 15518 0 -1 4202560 446 0 0 0 45 15 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702872496424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16980] ppid=16968 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/16971/task/16980/stat : 16980 (java) S 16968 16971 15518 0 -1 4202560 301 0 0 0 36 11 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702776314280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16981] ppid=16968 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/16971/task/16981/stat : 16981 (java) S 16968 16971 15518 0 -1 4202560 368 0 0 0 38 13 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702775261736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16982] ppid=16968 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/16971/task/16982/stat : 16982 (java) S 16968 16971 15518 0 -1 4202560 1619 0 0 0 110 4 0 0 20 0 22 0 107827912 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702763063912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16983] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16983/stat : 16983 (java) S 16968 16971 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107827913 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702762010232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16984] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16984/stat : 16984 (java) S 16968 16971 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107827913 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702760957576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16985] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16985/stat : 16985 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827916 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702759906320 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16986] ppid=16968 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/16971/task/16986/stat : 16986 (java) S 16968 16971 15518 0 -1 4202560 15023 0 0 0 184 2 0 0 20 0 22 0 107827916 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702758852664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16987] ppid=16968 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/16971/task/16987/stat : 16987 (java) S 16968 16971 15518 0 -1 4202560 12121 0 0 0 160 3 0 0 20 0 22 0 107827916 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702757800120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16988] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16988/stat : 16988 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827916 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702756747768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16989] ppid=16968 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/16971/task/16989/stat : 16989 (java) S 16968 16971 15518 0 -1 4202560 51 0 0 0 19 14 0 0 20 0 22 0 107827916 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702755695432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16990] ppid=16968 vsize=9824732 CPUtime=879.47 cores=0,2,4,6
/proc/16971/task/16990/stat : 16990 (java) R 16968 16971 15518 0 -1 4202560 108 0 0 0 87931 16 0 0 20 0 22 0 107827959 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702754631808 139702879529368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16991] ppid=16968 vsize=9824732 CPUtime=879.41 cores=0,2,4,6
/proc/16971/task/16991/stat : 16991 (java) R 16968 16971 15518 0 -1 4202560 1253 0 0 0 87896 45 0 0 20 0 22 0 107827959 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702753585808 139702880018683 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16992] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16992/stat : 16992 (java) S 16968 16971 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107827959 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702752536104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16993] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16993/stat : 16993 (java) S 16968 16971 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107827959 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702751483560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1768.34
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.201 s]
/proc/loadavg: 4.12 4.14 4.13 5/219 17557
/proc/meminfo: memFree=25477940/32872528 swapFree=15784/1434320
[pid=16971] ppid=16968 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/16971/stat : 16971 (java) S 16968 16971 15518 0 -1 4202496 37543 0 1 0 179848 165 0 0 20 0 22 0 107827909 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 140735579479008 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16971/statm: 2456183 716841 2301 9 0 2446860 0
[pid=16971/tid=16973] ppid=16968 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/16971/task/16973/stat : 16973 (java) S 16968 16971 15518 0 -1 4202560 2483 0 1 0 46 4 0 0 20 0 22 0 107827910 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702939030392 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16974] ppid=16968 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/16971/task/16974/stat : 16974 (java) S 16968 16971 15518 0 -1 4202560 426 0 0 0 45 17 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702877760168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16975] ppid=16968 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/16971/task/16975/stat : 16975 (java) S 16968 16971 15518 0 -1 4202560 530 0 0 0 32 11 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702876707624 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16976] ppid=16968 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/16971/task/16976/stat : 16976 (java) S 16968 16971 15518 0 -1 4202560 457 0 0 0 44 13 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702875655080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16977] ppid=16968 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/16971/task/16977/stat : 16977 (java) S 16968 16971 15518 0 -1 4202560 645 0 0 0 41 16 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702874602536 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16978] ppid=16968 vsize=9824732 CPUtime=0.54 cores=0,2,4,6
/proc/16971/task/16978/stat : 16978 (java) S 16968 16971 15518 0 -1 4202560 446 0 0 0 40 14 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702873548968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16979] ppid=16968 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/16971/task/16979/stat : 16979 (java) S 16968 16971 15518 0 -1 4202560 446 0 0 0 45 15 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702872496424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16980] ppid=16968 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/16971/task/16980/stat : 16980 (java) S 16968 16971 15518 0 -1 4202560 301 0 0 0 36 11 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702776314280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16981] ppid=16968 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/16971/task/16981/stat : 16981 (java) S 16968 16971 15518 0 -1 4202560 368 0 0 0 38 13 0 0 20 0 22 0 107827911 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702775261736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16982] ppid=16968 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/16971/task/16982/stat : 16982 (java) S 16968 16971 15518 0 -1 4202560 1619 0 0 0 110 4 0 0 20 0 22 0 107827912 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702763063912 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16983] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16983/stat : 16983 (java) S 16968 16971 15518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 107827913 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702762010232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16984] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16984/stat : 16984 (java) S 16968 16971 15518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 107827913 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702760957576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16985] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16985/stat : 16985 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827916 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702759906320 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16986] ppid=16968 vsize=9824732 CPUtime=1.86 cores=0,2,4,6
/proc/16971/task/16986/stat : 16986 (java) S 16968 16971 15518 0 -1 4202560 15023 0 0 0 184 2 0 0 20 0 22 0 107827916 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702758852664 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16987] ppid=16968 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/16971/task/16987/stat : 16987 (java) S 16968 16971 15518 0 -1 4202560 12121 0 0 0 160 3 0 0 20 0 22 0 107827916 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702757800120 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16988] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16988/stat : 16988 (java) S 16968 16971 15518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 107827916 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702756747768 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16989] ppid=16968 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16971/task/16989/stat : 16989 (java) S 16968 16971 15518 0 -1 4202560 53 0 0 0 20 14 0 0 20 0 22 0 107827916 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702755695432 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16971/tid=16990] ppid=16968 vsize=9824732 CPUtime=895.36 cores=0,2,4,6
/proc/16971/task/16990/stat : 16990 (java) R 16968 16971 15518 0 -1 4202560 108 0 0 0 89520 16 0 0 20 0 22 0 107827959 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702754631808 139702879571763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16971/tid=16991] ppid=16968 vsize=9824732 CPUtime=895.3 cores=0,2,4,6
/proc/16971/task/16991/stat : 16991 (java) R 16968 16971 15518 0 -1 4202560 1253 0 0 0 89485 45 0 0 20 0 22 0 107827959 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702753585808 139702880018681 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16971/tid=16992] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16992/stat : 16992 (java) S 16968 16971 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107827959 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702752536104 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16971/tid=16993] ppid=16968 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16971/task/16993/stat : 16993 (java) S 16968 16971 15518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 107827959 10060525568 716841 33554432000 1073741824 1073778376 140735579487872 139702751483560 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 16971 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 898.248
CPU time (s): 1800.83
CPU user time (s): 1798.68
CPU system time (s): 2.15367
CPU usage (%): 200.483
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.68
system time used= 2.15367
maximum resident set size= 3055948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37578
page faults= 1
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21689
involuntary context switches= 12029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.58215 second user time and 7.45487 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 02:22:27
IDJOB=4080583
IDBENCH=48320
IDSOLVER=2543
FILE ID=node130/4080583-1465258947
RUNJOBID= node130-1465253566-15534
PBS_JOBID= 19843263
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_100_25_5_40.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080583-1465258947/watcher-4080583-1465258947 -o /tmp/evaluation-result-4080583-1465258947/solver-4080583-1465258947 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465253566-15534 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080583-1465258947.opb

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

MD5SUM BENCH= 9100923ff6d9c8d4da1b288858ed91b3
RANDOM SEED=1559347686

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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:        27264588 kB
Buffers:           54232 kB
Cached:           114472 kB
SwapCached:         1748 kB
Active:          3360936 kB
Inactive:         103272 kB
Active(anon):    3296276 kB
Inactive(anon):     1200 kB
Active(file):      64660 kB
Inactive(file):   102072 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098356 kB
Dirty:               892 kB
Writeback:             0 kB
AnonPages:       4728564 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             568988 kB
SReclaimable:      12620 kB
SUnreclaim:       556368 kB
KernelStack:        1616 kB
PageTables:        13756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4958100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4620288 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= 71748 MiB
End job on node130 at 2016-06-07 02:37:25