Trace number 4080499

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) 1801.02 895.595

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-91.opb
MD5SUM0d52a3bd95f65144c5f8bf26bef42f13
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, 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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080499-1465266208.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
3.29/2.08	c ... done. Wall clock time 1.958s.
3.29/2.08	c declared #vars     10086
3.29/2.08	c #constraints  226608
3.29/2.08	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.29/2.08	c constraints type 
3.29/2.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
3.29/2.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
3.29/2.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
3.29/2.08	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
3.29/2.08	c 226608 constraints processed.
3.29/2.08	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.29/2.08	c constraints type 
3.29/2.08	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47809
3.29/2.08	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 155859
3.29/2.08	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
3.29/2.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22218
3.29/2.08	c 226608 constraints processed.
8.38/4.13	c cleaning 0 clauses out of 5000 with flag 0/5000
8.85/4.40	c cleaning 2494 clauses out of 5001 with flag 94153/5001
12.79/6.25	c cleaning 4225 clauses out of 8506 with flag 225693/11000
13.19/6.50	c cleaning 0 clauses out of 11003 with flag 0/11003
17.48/8.42	c cleaning 5641 clauses out of 11281 with flag 356446/18000
21.86/10.52	c cleaning 6776 clauses out of 13640 with flag 472598/26000
24.07/11.68	c cleaning 0 clauses out of 18000 with flag 0/18000
26.86/13.01	c cleaning 7854 clauses out of 15864 with flag 641263/35000
32.32/15.80	c cleaning 8984 clauses out of 18011 with flag 789370/45001
38.77/18.92	c cleaning 9966 clauses out of 20027 with flag 949227/56001
44.78/21.96	c cleaning 11019 clauses out of 22060 with flag 1140210/68000
44.78/21.99	c cleaning 0 clauses out of 26000 with flag 0/26000
52.62/25.87	c cleaning 11960 clauses out of 24041 with flag 1333840/81000
59.84/29.44	c cleaning 13028 clauses out of 26083 with flag 1545089/95002
67.46/33.29	c cleaning 13963 clauses out of 28053 with flag 1742031/110000
74.70/36.89	c cleaning 14998 clauses out of 30090 with flag 1928288/126000
80.52/39.80	c cleaning 16031 clauses out of 32092 with flag 2131891/143000
87.73/43.36	c cleaning 17028 clauses out of 34062 with flag 2324331/161001
89.81/44.33	c cleaning 0 clauses out of 35000 with flag 0/35000
93.87/46.32	c cleaning 17974 clauses out of 36028 with flag 2462290/180001
100.10/49.47	c cleaning 19017 clauses out of 38051 with flag 2627686/200000
107.35/53.01	c cleaning 19984 clauses out of 40035 with flag 2784525/221003
114.95/56.80	c cleaning 21005 clauses out of 42054 with flag 2955300/243007
122.78/60.78	c cleaning 22002 clauses out of 44042 with flag 3147839/266000
131.83/65.27	c cleaning 22922 clauses out of 46040 with flag 3361806/290000
144.49/71.54	c cleaning 23955 clauses out of 48118 with flag 3591008/315000
155.30/76.97	c cleaning 25069 clauses out of 50165 with flag 3821834/341002
167.75/83.13	c cleaning 25960 clauses out of 52094 with flag 4061371/368000
170.15/84.36	c cleaning 0 clauses out of 45000 with flag 0/45000
179.98/89.22	c cleaning 26956 clauses out of 54134 with flag 4309503/396000
191.27/94.81	c cleaning 28017 clauses out of 56178 with flag 4592779/425000
204.90/101.70	c cleaning 29016 clauses out of 58163 with flag 4893720/455002
219.56/108.93	c cleaning 30046 clauses out of 60145 with flag 5221143/486000
234.02/116.12	c cleaning 31023 clauses out of 62099 with flag 5533683/518000
247.71/122.90	c cleaning 31982 clauses out of 64076 with flag 5818496/551000
264.20/131.11	c cleaning 33045 clauses out of 66094 with flag 6097015/585000
281.74/139.83	c cleaning 33993 clauses out of 68052 with flag 6395677/620003
301.44/149.64	c cleaning 34930 clauses out of 70056 with flag 6753948/656000
320.15/158.95	c cleaning 35957 clauses out of 72129 with flag 7133695/693003
337.62/167.65	c cleaning 36999 clauses out of 74169 with flag 7466420/731000
357.76/177.65	c cleaning 37881 clauses out of 76170 with flag 7920313/770000
371.06/184.26	c cleaning 0 clauses out of 56000 with flag 0/56000
383.37/190.31	c cleaning 39086 clauses out of 78289 with flag 8347775/810000
408.08/202.63	c cleaning 40084 clauses out of 80204 with flag 8805920/851001
429.01/213.02	c cleaning 41001 clauses out of 82119 with flag 9215811/893000
448.93/222.98	c cleaning 42059 clauses out of 84120 with flag 9681009/936002
471.91/234.33	c cleaning 42900 clauses out of 86059 with flag 10154588/980000
491.82/244.26	c cleaning 44063 clauses out of 88160 with flag 10598673/1025001
515.97/256.21	c cleaning 44994 clauses out of 90096 with flag 11006246/1071000
538.36/267.32	c cleaning 45962 clauses out of 92102 with flag 11485308/1118000
561.76/278.93	c cleaning 47067 clauses out of 94144 with flag 11964449/1166004
591.47/293.93	c cleaning 47985 clauses out of 96074 with flag 12602906/1215001
619.34/307.88	c cleaning 48959 clauses out of 98088 with flag 13232260/1265000
647.93/322.09	c cleaning 49994 clauses out of 100129 with flag 13838711/1316000
672.25/334.17	c cleaning 50854 clauses out of 102136 with flag 14397069/1368001
697.43/346.61	c cleaning 52033 clauses out of 104281 with flag 14921901/1421000
724.98/360.33	c cleaning 53058 clauses out of 106248 with flag 15460598/1475000
754.16/374.80	c cleaning 54076 clauses out of 108190 with flag 16038879/1530000
782.14/388.79	c cleaning 54969 clauses out of 110114 with flag 16553017/1586000
807.24/401.23	c cleaning 0 clauses out of 68000 with flag 0/68000
815.27/405.29	c cleaning 56038 clauses out of 112145 with flag 17157870/1643000
848.66/421.85	c cleaning 57041 clauses out of 114108 with flag 17840687/1701001
884.30/439.54	c cleaning 58010 clauses out of 116067 with flag 18446857/1760001
914.49/454.83	c cleaning 59024 clauses out of 118056 with flag 19075818/1820000
945.03/470.08	c cleaning 59991 clauses out of 120032 with flag 19745254/1881000
980.87/487.87	c cleaning 61007 clauses out of 122042 with flag 20406552/1943001
1016.03/505.36	c cleaning 61946 clauses out of 124034 with flag 21107058/2006000
1055.88/525.17	c cleaning 62958 clauses out of 126088 with flag 21737637/2070000
1093.06/543.63	c cleaning 64018 clauses out of 128131 with flag 22510271/2135001
1130.24/562.18	c cleaning 65026 clauses out of 130112 with flag 23221163/2201000
1169.28/581.59	c cleaning 66016 clauses out of 132086 with flag 23789319/2268000
1207.72/600.70	c cleaning 66946 clauses out of 134071 with flag 24411434/2336001
1245.40/619.37	c cleaning 68028 clauses out of 136124 with flag 25081723/2405000
1286.01/639.52	c cleaning 68994 clauses out of 138096 with flag 25715471/2475000
1325.63/659.25	c cleaning 70006 clauses out of 140103 with flag 26380508/2546001
1367.86/680.52	c cleaning 70998 clauses out of 142096 with flag 27035362/2618000
1410.11/701.57	c cleaning 71971 clauses out of 144098 with flag 27714318/2691000
1452.36/722.57	c cleaning 73043 clauses out of 146127 with flag 28435154/2765000
1496.71/744.64	c cleaning 73948 clauses out of 148084 with flag 29159494/2840000
1541.74/767.05	c cleaning 75047 clauses out of 150136 with flag 29849411/2916000
1586.57/789.34	c cleaning 76003 clauses out of 152090 with flag 30485184/2993001
1628.54/810.28	c cleaning 77009 clauses out of 154086 with flag 31327046/3071000
1677.23/834.41	c cleaning 77988 clauses out of 156077 with flag 32152678/3150000
1716.23/853.80	c cleaning 0 clauses out of 81000 with flag 0/81000
1723.87/857.63	c cleaning 79028 clauses out of 158090 with flag 32859676/3230001
1774.35/882.70	c cleaning 80008 clauses out of 160061 with flag 33635271/3311000
1800.11/895.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/895.51	c starts		: 10740
1800.11/895.51	c conflicts		: 3356232
1800.11/895.51	c decisions		: 24979695
1800.11/895.51	c propagations		: 582914669
1800.11/895.51	c inspects		: 9592058365
1800.11/895.51	c shortcuts		: 0
1800.11/895.51	c learnt literals	: 11
1800.11/895.51	c learnt binary clauses	: 951
1800.11/895.51	c learnt ternary clauses	: 4571
1800.11/895.51	c learnt constraints	: 3356221
1800.11/895.51	c ignored constraints	: 0
1800.11/895.51	c root simplifications	: 0
1800.11/895.51	c removed literals (reason simplification)	: 43218352
1800.11/895.51	c reason swapping (by a shorter reason)	: 0
1800.11/895.51	c Calls to reduceDB	: 77
1800.11/895.51	c Number of update (reduction) of LBD	: 2116223
1800.11/895.51	c Imported unit clauses	: 0
1800.11/895.51	c number of reductions to clauses (during analyze)	: 0
1800.11/895.51	c number of learned constraints concerned by reduction	: 0
1800.11/895.51	c number of learning phase by resolution	: 0
1800.11/895.51	c number of learning phase by cutting planes	: 0
1800.11/895.51	c speed (assignments/second)	: 652455.3137000975
1800.11/895.51	c non guided choices	376470
1800.11/895.55	c learnt constraints type 
1800.11/895.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 951
1800.11/895.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 124334
1800.11/895.55	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.11/895.55	c starts		: 87
1800.11/895.55	c conflicts		: 82025
1800.11/895.55	c decisions		: 580797
1800.11/895.55	c propagations		: 28284553
1800.11/895.55	c inspects		: 1803148845
1800.11/895.55	c shortcuts		: 0
1800.11/895.55	c learnt literals	: 0
1800.11/895.55	c learnt binary clauses	: 19
1800.11/895.55	c learnt ternary clauses	: 475
1800.11/895.55	c learnt constraints	: 82025
1800.11/895.55	c ignored constraints	: 0
1800.11/895.55	c root simplifications	: 0
1800.11/895.55	c removed literals (reason simplification)	: 0
1800.11/895.55	c reason swapping (by a shorter reason)	: 0
1800.11/895.55	c Calls to reduceDB	: 9
1800.11/895.55	c Number of update (reduction) of LBD	: 0
1800.11/895.55	c Imported unit clauses	: 0
1800.11/895.55	c number of reductions to clauses (during analyze)	: 0
1800.11/895.55	c number of learned constraints concerned by reduction	: 0
1800.11/895.55	c number of learning phase by resolution	: 0
1800.11/895.55	c number of learning phase by cutting planes	: 0
1800.11/895.55	c speed (assignments/second)	: 31657.57236250816
1800.11/895.55	c non guided choices	15813
1800.11/895.57	c learnt constraints type 
1800.11/895.57	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 62048
1800.11/895.57	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.11/895.57	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 19
1800.11/895.57	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19951
1800.11/895.57	s UNKNOWN
1800.11/895.57	c Total wall clock time (in seconds): 895.451

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-4080499-1465266208/watcher-4080499-1465266208 -o /tmp/evaluation-result-4080499-1465266208/solver-4080499-1465266208 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14347 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080499-1465266208.opb 

pid=16480
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: 3.99 3.97 3.91 4/197 16483
/proc/meminfo: memFree=29284332/32872528 swapFree=9100/9100
[pid=16483] ppid=16480 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/16483/stat : 16483 (java) R 16480 16483 14331 0 -1 4202496 427 0 0 0 0 0 0 0 20 0 1 0 108552017 9445376 95 33554432000 1073741824 1073778376 140734102142032 140734102139160 243756218945 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16483/statm: 2290 84 63 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 3.99 3.97 3.91 4/197 16483
/proc/meminfo: memFree=29284332/32872528 swapFree=9100/9100
[pid=16483] ppid=16480 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16483/stat : 16483 (java) S 16480 16483 14331 0 -1 4202496 4449 0 1 0 8 1 0 0 20 0 18 0 108552017 9787879424 5574 33554432000 1073741824 1073778376 140734102142032 140734102133168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16483/statm: 2389619 5574 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 3.99 3.97 3.91 4/197 16483
/proc/meminfo: memFree=29284332/32872528 swapFree=9100/9100
[pid=16483] ppid=16480 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/16483/stat : 16483 (java) S 16480 16483 14331 0 -1 4202496 4719 0 1 0 22 1 0 0 20 0 18 0 108552017 9787879424 7325 33554432000 1073741824 1073778376 140734102142032 140734102133168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16483/statm: 2389619 7325 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300229 s]
/proc/loadavg: 3.99 3.97 3.91 4/197 16483
/proc/meminfo: memFree=29284332/32872528 swapFree=9100/9100
[pid=16483] ppid=16480 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/16483/stat : 16483 (java) S 16480 16483 14331 0 -1 4202496 5620 0 1 0 47 1 0 0 20 0 18 0 108552017 9787879424 9051 33554432000 1073741824 1073778376 140734102142032 140734102133168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16483/statm: 2389619 9051 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700181 s]
/proc/loadavg: 3.99 3.97 3.91 4/197 16483
/proc/meminfo: memFree=29284332/32872528 swapFree=9100/9100
[pid=16483] ppid=16480 vsize=9558476 CPUtime=1.42 cores=0,2,4,6
/proc/16483/stat : 16483 (java) S 16480 16483 14331 0 -1 4202496 13033 0 1 0 136 6 0 0 20 0 18 0 108552017 9787879424 44798 33554432000 1073741824 1073778376 140734102142032 140734102133168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16483/statm: 2389619 44798 2264 9 0 2380296 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 3.99 3.97 3.91 5/215 16501
/proc/meminfo: memFree=29103120/32872528 swapFree=9100/9100
[pid=16483] ppid=16480 vsize=9558476 CPUtime=2.62 cores=0,2,4,6
/proc/16483/stat : 16483 (java) S 16480 16483 14331 0 -1 4202496 13670 0 1 0 250 12 0 0 20 0 18 0 108552017 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140734102133168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16483/statm: 2389619 87466 2264 9 0 2380296 0
[pid=16483/tid=16485] ppid=16480 vsize=9558476 CPUtime=1.36 cores=0,2,4,6
/proc/16483/task/16485/stat : 16485 (java) R 16480 16483 14331 0 -1 4202560 2585 0 1 0 132 4 0 0 20 0 18 0 108552018 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472275312576 140472148238688 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16486] ppid=16480 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/16483/task/16486/stat : 16486 (java) S 16480 16483 14331 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 18 0 108552019 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472119286440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16487] ppid=16480 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/16483/task/16487/stat : 16487 (java) S 16480 16483 14331 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 108552019 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472118233896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16488] ppid=16480 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/16483/task/16488/stat : 16488 (java) S 16480 16483 14331 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 18 0 108552019 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472117181352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16489] ppid=16480 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/16483/task/16489/stat : 16489 (java) S 16480 16483 14331 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 108552019 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472116128808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16490] ppid=16480 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/16483/task/16490/stat : 16490 (java) S 16480 16483 14331 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 108552019 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472115075240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16491] ppid=16480 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/16483/task/16491/stat : 16491 (java) S 16480 16483 14331 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 108552019 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472114022696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16492] ppid=16480 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/16483/task/16492/stat : 16492 (java) S 16480 16483 14331 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 18 0 108552019 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472112970152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16493] ppid=16480 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/16483/task/16493/stat : 16493 (java) S 16480 16483 14331 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 108552019 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472111917608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16494] ppid=16480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16494/stat : 16494 (java) S 16480 16483 14331 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 108552020 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472099506792 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16495] ppid=16480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16495/stat : 16495 (java) S 16480 16483 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108552021 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472098453112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16496] ppid=16480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16496/stat : 16496 (java) S 16480 16483 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108552021 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472097400456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16497] ppid=16480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16497/stat : 16497 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108552023 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472096349200 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16498] ppid=16480 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/16483/task/16498/stat : 16498 (java) S 16480 16483 14331 0 -1 4202560 4019 0 0 0 44 0 0 0 20 0 18 0 108552023 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472095295544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16499] ppid=16480 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/16483/task/16499/stat : 16499 (java) S 16480 16483 14331 0 -1 4202560 5479 0 0 0 42 2 0 0 20 0 18 0 108552023 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472094243000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16500] ppid=16480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16500/stat : 16500 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108552023 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472093190648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16501] ppid=16480 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16501/stat : 16501 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108552023 9787879424 87466 33554432000 1073741824 1073778376 140734102142032 140472092138312 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9558476

[startup+3.10087 s]
/proc/loadavg: 4.47 4.07 3.94 7/219 16505
/proc/meminfo: memFree=28910732/32872528 swapFree=9100/9100
[pid=16483] ppid=16480 vsize=9824732 CPUtime=6.29 cores=0,2,4,6
/proc/16483/stat : 16483 (java) S 16480 16483 14331 0 -1 4202496 15409 0 1 0 610 19 0 0 20 0 22 0 108552017 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140734102133168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16483/statm: 2456183 137456 2284 9 0 2446860 0
[pid=16483/tid=16485] ppid=16480 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/16483/task/16485/stat : 16485 (java) S 16480 16483 14331 0 -1 4202560 2598 0 1 0 185 4 0 0 20 0 22 0 108552018 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472275321720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16486] ppid=16480 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16483/task/16486/stat : 16486 (java) S 16480 16483 14331 0 -1 4202560 36 0 0 0 5 1 0 0 20 0 22 0 108552019 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472119286440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16487] ppid=16480 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16483/task/16487/stat : 16487 (java) S 16480 16483 14331 0 -1 4202560 32 0 0 0 4 1 0 0 20 0 22 0 108552019 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472118233896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16488] ppid=16480 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16483/task/16488/stat : 16488 (java) S 16480 16483 14331 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 108552019 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472117181352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16489] ppid=16480 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16483/task/16489/stat : 16489 (java) S 16480 16483 14331 0 -1 4202560 47 0 0 0 4 1 0 0 20 0 22 0 108552019 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472116128808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16490] ppid=16480 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16483/task/16490/stat : 16490 (java) S 16480 16483 14331 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 22 0 108552019 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472115075240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16491] ppid=16480 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/16483/task/16491/stat : 16491 (java) S 16480 16483 14331 0 -1 4202560 51 0 0 0 7 2 0 0 20 0 22 0 108552019 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472114022696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16492] ppid=16480 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16483/task/16492/stat : 16492 (java) S 16480 16483 14331 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 22 0 108552019 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472112970152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16493] ppid=16480 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16483/task/16493/stat : 16493 (java) S 16480 16483 14331 0 -1 4202560 22 0 0 0 4 1 0 0 20 0 22 0 108552019 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472111917608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16494] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16494/stat : 16494 (java) S 16480 16483 14331 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 108552020 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472099506792 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16495] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16495/stat : 16495 (java) S 16480 16483 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108552021 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472098453112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16496] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16496/stat : 16496 (java) S 16480 16483 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108552021 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472097400456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16497] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16497/stat : 16497 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108552023 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472096349200 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16498] ppid=16480 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/16483/task/16498/stat : 16498 (java) S 16480 16483 14331 0 -1 4202560 5340 0 0 0 92 2 0 0 20 0 22 0 108552023 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472095295544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16499] ppid=16480 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/16483/task/16499/stat : 16499 (java) S 16480 16483 14331 0 -1 4202560 5607 0 0 0 86 2 0 0 20 0 22 0 108552023 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472094243000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16500] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16500/stat : 16500 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108552023 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472093190648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16501] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16501/stat : 16501 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108552023 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472092138312 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16502] ppid=16480 vsize=9824732 CPUtime=1 cores=0,2,4,6
/proc/16483/task/16502/stat : 16502 (java) R 16480 16483 14331 0 -1 4202560 16 0 0 0 100 0 0 0 20 0 22 0 108552226 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472091083576 140472148701926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16503] ppid=16480 vsize=9824732 CPUtime=0.98 cores=0,2,4,6
/proc/16483/task/16503/stat : 16503 (java) R 16480 16483 14331 0 -1 4202560 108 0 0 0 95 3 0 0 20 0 22 0 108552226 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472090030888 140472148929753 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16504] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16504/stat : 16504 (java) S 16480 16483 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108552227 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472088978984 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16505] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16505/stat : 16505 (java) S 16480 16483 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108552227 10060525568 137456 33554432000 1073741824 1073778376 140734102142032 140472087926440 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.47 4.07 3.94 5/219 16505
/proc/meminfo: memFree=28639936/32872528 swapFree=9100/9100
[pid=16483] ppid=16480 vsize=9824732 CPUtime=12.98 cores=0,2,4,6
/proc/16483/stat : 16483 (java) S 16480 16483 14331 0 -1 4202496 16372 0 1 0 1269 29 0 0 20 0 22 0 108552017 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140734102133168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16483/statm: 2456183 183804 2288 9 0 2446860 0
[pid=16483/tid=16485] ppid=16480 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/16483/task/16485/stat : 16485 (java) S 16480 16483 14331 0 -1 4202560 2598 0 1 0 185 4 0 0 20 0 22 0 108552018 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472275321720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16486] ppid=16480 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/16483/task/16486/stat : 16486 (java) S 16480 16483 14331 0 -1 4202560 44 0 0 0 7 2 0 0 20 0 22 0 108552019 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472119286440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16487] ppid=16480 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/16483/task/16487/stat : 16487 (java) S 16480 16483 14331 0 -1 4202560 54 0 0 0 8 3 0 0 20 0 22 0 108552019 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472118233896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16488] ppid=16480 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16483/task/16488/stat : 16488 (java) S 16480 16483 14331 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 108552019 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472117181352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16489] ppid=16480 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/16483/task/16489/stat : 16489 (java) S 16480 16483 14331 0 -1 4202560 58 0 0 0 6 2 0 0 20 0 22 0 108552019 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472116128808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16490] ppid=16480 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/16483/task/16490/stat : 16490 (java) S 16480 16483 14331 0 -1 4202560 53 0 0 0 7 2 0 0 20 0 22 0 108552019 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472115075240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16491] ppid=16480 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/16483/task/16491/stat : 16491 (java) S 16480 16483 14331 0 -1 4202560 71 0 0 0 11 3 0 0 20 0 22 0 108552019 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472114022696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16492] ppid=16480 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16483/task/16492/stat : 16492 (java) S 16480 16483 14331 0 -1 4202560 48 0 0 0 7 3 0 0 20 0 22 0 108552019 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472112970152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16493] ppid=16480 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/16483/task/16493/stat : 16493 (java) S 16480 16483 14331 0 -1 4202560 44 0 0 0 8 3 0 0 20 0 22 0 108552019 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472111917608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16494] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16494/stat : 16494 (java) S 16480 16483 14331 0 -1 4202560 475 0 0 0 0 0 0 0 20 0 22 0 108552020 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472099506792 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16495] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16495/stat : 16495 (java) S 16480 16483 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108552021 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472098453112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16496] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16496/stat : 16496 (java) S 16480 16483 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108552021 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472097400456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16497] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16497/stat : 16497 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108552023 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472096349200 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16498] ppid=16480 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/16483/task/16498/stat : 16498 (java) S 16480 16483 14331 0 -1 4202560 5353 0 0 0 102 2 0 0 20 0 22 0 108552023 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472095295544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16499] ppid=16480 vsize=9824732 CPUtime=0.94 cores=0,2,4,6
/proc/16483/task/16499/stat : 16499 (java) S 16480 16483 14331 0 -1 4202560 5617 0 0 0 92 2 0 0 20 0 22 0 108552023 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472094243000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16500] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16500/stat : 16500 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108552023 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472093190648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16501] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16501/stat : 16501 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108552023 10060525568 183804 33554432000 1073741824 1073778376 140734102142032 140472092138312 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16502] ppid=16480 vsize=9824732 CPUtime=4.09 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.18 4.07 3.98 5/218 16593
/proc/meminfo: memFree=27689544/32872528 swapFree=9100/9100
[pid=16483] ppid=16480 vsize=9824732 CPUtime=1773.57 cores=0,2,4,6
/proc/16483/stat : 16483 (java) S 16480 16483 14331 0 -1 4202496 29124 0 1 0 177197 160 0 0 20 0 22 0 108552017 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140734102133168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16483/statm: 2456183 528084 2300 9 0 2446860 0
[pid=16483/tid=16485] ppid=16480 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/16483/task/16485/stat : 16485 (java) S 16480 16483 14331 0 -1 4202560 2607 0 1 0 187 7 0 0 20 0 22 0 108552018 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472275321720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16486] ppid=16480 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/16483/task/16486/stat : 16486 (java) S 16480 16483 14331 0 -1 4202560 402 0 0 0 294 9 0 0 20 0 22 0 108552019 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472119286440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16487] ppid=16480 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/16483/task/16487/stat : 16487 (java) S 16480 16483 14331 0 -1 4202560 445 0 0 0 309 10 0 0 20 0 22 0 108552019 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472118233896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16488] ppid=16480 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/16483/task/16488/stat : 16488 (java) S 16480 16483 14331 0 -1 4202560 379 0 0 0 282 9 0 0 20 0 22 0 108552019 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472117181352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16489] ppid=16480 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/16483/task/16489/stat : 16489 (java) S 16480 16483 14331 0 -1 4202560 404 0 0 0 298 8 0 0 20 0 22 0 108552019 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472116128808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16490] ppid=16480 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/16483/task/16490/stat : 16490 (java) S 16480 16483 14331 0 -1 4202560 402 0 0 0 272 7 0 0 20 0 22 0 108552019 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472115075240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16491] ppid=16480 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/16483/task/16491/stat : 16491 (java) S 16480 16483 14331 0 -1 4202560 420 0 0 0 295 10 0 0 20 0 22 0 108552019 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472114022696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16492] ppid=16480 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/16483/task/16492/stat : 16492 (java) S 16480 16483 14331 0 -1 4202560 413 0 0 0 277 8 0 0 20 0 22 0 108552019 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472112970152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16493] ppid=16480 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/16483/task/16493/stat : 16493 (java) S 16480 16483 14331 0 -1 4202560 402 0 0 0 275 11 0 0 20 0 22 0 108552019 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472111917608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16494] ppid=16480 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/16483/task/16494/stat : 16494 (java) S 16480 16483 14331 0 -1 4202560 4585 0 0 0 168 26 0 0 20 0 22 0 108552020 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472099506792 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16495] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16495/stat : 16495 (java) S 16480 16483 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108552021 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472098453112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16496] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16496/stat : 16496 (java) S 16480 16483 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108552021 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472097400456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16497] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16497/stat : 16497 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108552023 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472096349200 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16498] ppid=16480 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/16483/task/16498/stat : 16498 (java) S 16480 16483 14331 0 -1 4202560 9326 0 0 0 138 2 0 0 20 0 22 0 108552023 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472095295544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16499] ppid=16480 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/16483/task/16499/stat : 16499 (java) S 16480 16483 14331 0 -1 4202560 6057 0 0 0 114 2 0 0 20 0 22 0 108552023 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472094243000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16500] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16500/stat : 16500 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108552023 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472093190648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16501] ppid=16480 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/16483/task/16501/stat : 16501 (java) S 16480 16483 14331 0 -1 4202560 50 0 0 0 16 17 0 0 20 0 22 0 108552023 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472092138312 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16502] ppid=16480 vsize=9824732 CPUtime=871.67 cores=0,2,4,6
/proc/16483/task/16502/stat : 16502 (java) R 16480 16483 14331 0 -1 4202560 80 0 0 0 87151 16 0 0 20 0 22 0 108552226 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472091082416 140472148404645 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16503] ppid=16480 vsize=9824732 CPUtime=871.81 cores=0,2,4,6
/proc/16483/task/16503/stat : 16503 (java) R 16480 16483 14331 0 -1 4202560 1886 0 0 0 87130 51 0 0 20 0 22 0 108552226 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472090028944 140472149101440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16504] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16504/stat : 16504 (java) S 16480 16483 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108552227 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472088978984 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16505] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16505/stat : 16505 (java) S 16480 16483 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108552227 10060525568 528084 33554432000 1073741824 1073778376 140734102142032 140472087926440 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1773.57
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.508 s]
/proc/loadavg: 4.15 4.07 3.98 5/219 16594
/proc/meminfo: memFree=27676448/32872528 swapFree=9100/9100
[pid=16483] ppid=16480 vsize=9824732 CPUtime=1800.11 cores=0,2,4,6
/proc/16483/stat : 16483 (java) S 16480 16483 14331 0 -1 4202496 29201 0 1 0 179849 162 0 0 20 0 22 0 108552017 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140734102133168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16483/statm: 2456183 530097 2300 9 0 2446860 0
[pid=16483/tid=16485] ppid=16480 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/16483/task/16485/stat : 16485 (java) S 16480 16483 14331 0 -1 4202560 2607 0 1 0 187 7 0 0 20 0 22 0 108552018 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472275321720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16486] ppid=16480 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/16483/task/16486/stat : 16486 (java) S 16480 16483 14331 0 -1 4202560 409 0 0 0 299 10 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472119286440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16487] ppid=16480 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/16483/task/16487/stat : 16487 (java) S 16480 16483 14331 0 -1 4202560 446 0 0 0 313 10 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472118233896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16488] ppid=16480 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/16483/task/16488/stat : 16488 (java) S 16480 16483 14331 0 -1 4202560 383 0 0 0 286 9 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472117181352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16489] ppid=16480 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/16483/task/16489/stat : 16489 (java) S 16480 16483 14331 0 -1 4202560 407 0 0 0 302 8 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472116128808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16490] ppid=16480 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/16483/task/16490/stat : 16490 (java) S 16480 16483 14331 0 -1 4202560 403 0 0 0 274 7 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472115075240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16491] ppid=16480 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/16483/task/16491/stat : 16491 (java) S 16480 16483 14331 0 -1 4202560 422 0 0 0 301 10 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472114022696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16492] ppid=16480 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/16483/task/16492/stat : 16492 (java) S 16480 16483 14331 0 -1 4202560 418 0 0 0 279 9 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472112970152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16493] ppid=16480 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/16483/task/16493/stat : 16493 (java) S 16480 16483 14331 0 -1 4202560 407 0 0 0 279 11 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472111917608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16494] ppid=16480 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/16483/task/16494/stat : 16494 (java) S 16480 16483 14331 0 -1 4202560 4630 0 0 0 168 26 0 0 20 0 22 0 108552020 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472099506792 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16495] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16495/stat : 16495 (java) S 16480 16483 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108552021 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472098453112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16496] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16496/stat : 16496 (java) S 16480 16483 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108552021 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472097400456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16497] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16497/stat : 16497 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108552023 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472096349200 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16498] ppid=16480 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/16483/task/16498/stat : 16498 (java) S 16480 16483 14331 0 -1 4202560 9326 0 0 0 138 2 0 0 20 0 22 0 108552023 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472095295544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16499] ppid=16480 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/16483/task/16499/stat : 16499 (java) S 16480 16483 14331 0 -1 4202560 6057 0 0 0 114 2 0 0 20 0 22 0 108552023 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472094243000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16500] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16500/stat : 16500 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108552023 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472093190648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16501] ppid=16480 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16483/task/16501/stat : 16501 (java) S 16480 16483 14331 0 -1 4202560 50 0 0 0 16 18 0 0 20 0 22 0 108552023 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472092138312 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16502] ppid=16480 vsize=9824732 CPUtime=884.77 cores=0,2,4,6
/proc/16483/task/16502/stat : 16502 (java) R 16480 16483 14331 0 -1 4202560 81 0 0 0 88461 16 0 0 20 0 22 0 108552226 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472091082400 140472148701926 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16503] ppid=16480 vsize=9824732 CPUtime=884.92 cores=0,2,4,6
/proc/16483/task/16503/stat : 16503 (java) R 16480 16483 14331 0 -1 4202560 1889 0 0 0 88441 51 0 0 20 0 22 0 108552226 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472090031104 140472148611787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16504] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16504/stat : 16504 (java) S 16480 16483 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108552227 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472088978984 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16505] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16505/stat : 16505 (java) S 16480 16483 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108552227 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472087926440 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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 16483 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.508 s]
/proc/loadavg: 4.15 4.07 3.98 5/219 16594
/proc/meminfo: memFree=27676448/32872528 swapFree=9100/9100
[pid=16483] ppid=16480 vsize=9824732 CPUtime=1800.11 cores=0,2,4,6
/proc/16483/stat : 16483 (java) S 16480 16483 14331 0 -1 4202496 29201 0 1 0 179849 162 0 0 20 0 22 0 108552017 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140734102133168 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16483/statm: 2456183 530097 2300 9 0 2446860 0
[pid=16483/tid=16485] ppid=16480 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/16483/task/16485/stat : 16485 (java) S 16480 16483 14331 0 -1 4202560 2607 0 1 0 187 7 0 0 20 0 22 0 108552018 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472275321720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16486] ppid=16480 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/16483/task/16486/stat : 16486 (java) S 16480 16483 14331 0 -1 4202560 409 0 0 0 299 10 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472119286440 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16487] ppid=16480 vsize=9824732 CPUtime=3.23 cores=0,2,4,6
/proc/16483/task/16487/stat : 16487 (java) S 16480 16483 14331 0 -1 4202560 446 0 0 0 313 10 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472118233896 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16488] ppid=16480 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/16483/task/16488/stat : 16488 (java) S 16480 16483 14331 0 -1 4202560 383 0 0 0 286 9 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472117181352 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16489] ppid=16480 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/16483/task/16489/stat : 16489 (java) S 16480 16483 14331 0 -1 4202560 407 0 0 0 302 8 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472116128808 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16490] ppid=16480 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/16483/task/16490/stat : 16490 (java) S 16480 16483 14331 0 -1 4202560 403 0 0 0 274 7 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472115075240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16491] ppid=16480 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/16483/task/16491/stat : 16491 (java) S 16480 16483 14331 0 -1 4202560 422 0 0 0 301 10 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472114022696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16492] ppid=16480 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/16483/task/16492/stat : 16492 (java) S 16480 16483 14331 0 -1 4202560 418 0 0 0 279 9 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472112970152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16493] ppid=16480 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/16483/task/16493/stat : 16493 (java) S 16480 16483 14331 0 -1 4202560 407 0 0 0 279 11 0 0 20 0 22 0 108552019 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472111917608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16494] ppid=16480 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/16483/task/16494/stat : 16494 (java) S 16480 16483 14331 0 -1 4202560 4630 0 0 0 168 26 0 0 20 0 22 0 108552020 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472099506792 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16495] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16495/stat : 16495 (java) S 16480 16483 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108552021 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472098453112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16496] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16496/stat : 16496 (java) S 16480 16483 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108552021 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472097400456 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16497] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16497/stat : 16497 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108552023 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472096349200 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16498] ppid=16480 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/16483/task/16498/stat : 16498 (java) S 16480 16483 14331 0 -1 4202560 9326 0 0 0 138 2 0 0 20 0 22 0 108552023 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472095295544 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16499] ppid=16480 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/16483/task/16499/stat : 16499 (java) S 16480 16483 14331 0 -1 4202560 6057 0 0 0 114 2 0 0 20 0 22 0 108552023 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472094243000 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16483/tid=16500] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16500/stat : 16500 (java) S 16480 16483 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108552023 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472093190648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16501] ppid=16480 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/16483/task/16501/stat : 16501 (java) S 16480 16483 14331 0 -1 4202560 50 0 0 0 16 18 0 0 20 0 22 0 108552023 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472092138312 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16483/tid=16502] ppid=16480 vsize=9824732 CPUtime=884.77 cores=0,2,4,6
/proc/16483/task/16502/stat : 16502 (java) R 16480 16483 14331 0 -1 4202560 81 0 0 0 88461 16 0 0 20 0 22 0 108552226 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472091082400 140472148701926 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16483/tid=16503] ppid=16480 vsize=9824732 CPUtime=884.92 cores=0,2,4,6
/proc/16483/task/16503/stat : 16503 (java) R 16480 16483 14331 0 -1 4202560 1889 0 0 0 88441 51 0 0 20 0 22 0 108552226 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472090031104 140472148611787 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16504] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16504/stat : 16504 (java) S 16480 16483 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108552227 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472088978984 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16483/tid=16505] ppid=16480 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16483/task/16505/stat : 16505 (java) S 16480 16483 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108552227 10060525568 530097 33554432000 1073741824 1073778376 140734102142032 140472087926440 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.595
CPU time (s): 1801.02
CPU user time (s): 1798.9
CPU system time (s): 2.12468
CPU usage (%): 201.098
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 2.12468
maximum resident set size= 2841512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29238
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31182
involuntary context switches= 47695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.51516 second user time and 7.51086 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 04:23:29
IDJOB=4080499
IDBENCH=89703
IDSOLVER=2543
FILE ID=node151/4080499-1465266208
RUNJOBID= node151-1465261736-14347
PBS_JOBID= 19843295
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-91.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080499-1465266208/watcher-4080499-1465266208 -o /tmp/evaluation-result-4080499-1465266208/solver-4080499-1465266208 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14347 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080499-1465266208.opb

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

MD5SUM BENCH= 0d52a3bd95f65144c5f8bf26bef42f13
RANDOM SEED=1648457290

node151.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.334
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.66
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.334
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.334
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.334
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.334
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.334
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.334
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.54
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.334
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:        29284876 kB
Buffers:           71244 kB
Cached:           181172 kB
SwapCached:         2184 kB
Active:          2688704 kB
Inactive:         141856 kB
Active(anon):    2579264 kB
Inactive(anon):     1680 kB
Active(file):     109440 kB
Inactive(file):   140176 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:             10152 kB
Writeback:             4 kB
AnonPages:       2586756 kB
Mapped:            16432 kB
Shmem:                 0 kB
Slab:             610760 kB
SReclaimable:      54176 kB
SUnreclaim:       556584 kB
KernelStack:        1592 kB
PageTables:         9740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2897492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2533376 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= 71728 MiB
End job on node151 at 2016-06-07 04:38:24