Trace number 4098238

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 Resolution PB16? (TO) 1800.05 1792.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression64_9.opb
MD5SUM9e7540e8b039c3315633701424c45260
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark55.8765
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5402
Total number of constraints26358
Number of constraints which are clauses26353
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint73
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4098238-1466119947.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.15/0.87	c ... done. Wall clock time 0.76s.
1.15/0.87	c declared #vars     5402
1.15/0.87	c #constraints  26362
1.15/0.87	c constraints type 
1.15/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15768
1.15/0.87	c org.sat4j.specs.Constr$1 => 4
1.15/0.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.15/0.87	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
1.15/0.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10584
1.15/0.87	c 26362 constraints processed.
3.52/2.82	c cleaning 2489 clauses out of 5000 with flag 37502/5000
5.46/4.74	c cleaning 4253 clauses out of 8512 with flag 81761/11001
7.57/6.84	c cleaning 5629 clauses out of 11258 with flag 143233/18000
9.78/9.06	c cleaning 6814 clauses out of 13630 with flag 185488/26001
13.10/12.35	c cleaning 7903 clauses out of 15815 with flag 247517/35000
16.90/16.12	c cleaning 8953 clauses out of 17912 with flag 316606/45000
20.70/19.98	c cleaning 9980 clauses out of 19959 with flag 391341/56000
25.10/24.38	c cleaning 10990 clauses out of 21979 with flag 488067/68000
29.40/28.66	c cleaning 11990 clauses out of 23992 with flag 571364/81003
34.22/33.43	c cleaning 12986 clauses out of 25999 with flag 701588/95000
39.12/38.36	c cleaning 14006 clauses out of 28013 with flag 807294/110000
43.92/43.11	c cleaning 15001 clauses out of 30007 with flag 906664/126000
49.62/48.80	c cleaning 15987 clauses out of 32006 with flag 1045074/143000
55.41/54.60	c cleaning 16938 clauses out of 34019 with flag 1169513/161000
61.51/60.77	c cleaning 18036 clauses out of 36085 with flag 1321610/180004
67.81/67.07	c cleaning 19021 clauses out of 38045 with flag 1461220/200000
74.52/73.72	c cleaning 20013 clauses out of 40030 with flag 1621177/221006
81.22/80.49	c cleaning 20958 clauses out of 42011 with flag 1778142/243000
89.21/88.43	c cleaning 22027 clauses out of 44053 with flag 1947661/266000
97.31/96.57	c cleaning 23008 clauses out of 46029 with flag 2126803/290003
105.56/104.79	c cleaning 24000 clauses out of 48018 with flag 2303594/315000
113.46/112.69	c cleaning 25004 clauses out of 50018 with flag 2474506/341000
121.76/120.97	c cleaning 25995 clauses out of 52014 with flag 2645298/368000
130.35/129.58	c cleaning 27005 clauses out of 54019 with flag 2826228/396000
138.73/137.83	c cleaning 28002 clauses out of 56014 with flag 3007963/425000
146.52/145.70	c cleaning 29004 clauses out of 58013 with flag 3170625/455001
154.22/153.33	c cleaning 29985 clauses out of 60008 with flag 3326888/486000
165.72/164.85	c cleaning 30974 clauses out of 62028 with flag 3572756/518005
178.08/177.15	c cleaning 32003 clauses out of 64049 with flag 3838283/551000
190.75/189.62	c cleaning 33004 clauses out of 66046 with flag 4099080/585000
203.99/202.59	c cleaning 33958 clauses out of 68042 with flag 4393107/620000
216.79/215.39	c cleaning 35025 clauses out of 70084 with flag 4658874/656000
229.88/228.44	c cleaning 36010 clauses out of 72060 with flag 4922568/693001
242.78/241.32	c cleaning 37008 clauses out of 74049 with flag 5186888/731000
257.03/255.40	c cleaning 38003 clauses out of 76041 with flag 5457633/770000
269.73/268.10	c cleaning 39014 clauses out of 78038 with flag 5721457/810000
282.42/280.82	c cleaning 40000 clauses out of 80024 with flag 5978642/851000
294.29/292.52	c cleaning 40998 clauses out of 82024 with flag 6211718/893000
306.49/304.75	c cleaning 41975 clauses out of 84028 with flag 6468792/936002
322.19/320.47	c cleaning 42957 clauses out of 86053 with flag 6796812/980002
338.89/337.19	c cleaning 43983 clauses out of 88094 with flag 7182561/1025000
354.95/353.02	c cleaning 45054 clauses out of 90115 with flag 7533055/1071004
370.36/368.45	c cleaning 46021 clauses out of 92057 with flag 7867483/1118000
385.56/383.64	c cleaning 47011 clauses out of 94036 with flag 8191868/1166000
400.19/398.14	c cleaning 48005 clauses out of 96027 with flag 8482344/1215002
416.49/414.46	c cleaning 48997 clauses out of 98021 with flag 8814694/1265001
436.26/434.08	c cleaning 50007 clauses out of 100023 with flag 9221666/1316000
456.26/454.07	c cleaning 50967 clauses out of 102016 with flag 9646855/1368000
475.86/473.67	c cleaning 52010 clauses out of 104053 with flag 10055727/1421004
496.53/494.13	c cleaning 53007 clauses out of 106039 with flag 10478923/1475000
515.44/513.06	c cleaning 53976 clauses out of 108032 with flag 10863845/1530000
537.05/534.69	c cleaning 55004 clauses out of 110056 with flag 11307356/1586000
558.07/555.52	c cleaning 56007 clauses out of 112052 with flag 11716695/1643000
580.47/577.97	c cleaning 56938 clauses out of 114045 with flag 12163286/1701000
603.59/601.02	c cleaning 58039 clauses out of 116108 with flag 12621824/1760001
625.98/623.35	c cleaning 59028 clauses out of 118069 with flag 13074079/1820001
650.48/647.84	c cleaning 59993 clauses out of 120040 with flag 13549368/1881000
674.35/671.61	c cleaning 61004 clauses out of 122047 with flag 13993867/1943000
698.75/696.09	c cleaning 61989 clauses out of 124046 with flag 14475077/2006003
721.32/718.50	c cleaning 62991 clauses out of 126055 with flag 14897069/2070001
744.02/741.16	c cleaning 64012 clauses out of 128063 with flag 15309881/2135000
765.22/762.20	c cleaning 65017 clauses out of 130051 with flag 15691639/2201000
790.89/787.81	c cleaning 65994 clauses out of 132034 with flag 16156938/2268000
816.11/812.92	c cleaning 67008 clauses out of 134043 with flag 16687658/2336003
838.70/835.51	c cleaning 68013 clauses out of 136032 with flag 17158867/2405000
864.95/861.79	c cleaning 68994 clauses out of 138020 with flag 17698943/2475001
891.85/888.52	c cleaning 70000 clauses out of 140025 with flag 18243572/2546000
919.53/916.19	c cleaning 71008 clauses out of 142025 with flag 18792836/2618000
945.91/942.46	c cleaning 71995 clauses out of 144017 with flag 19300080/2691000
971.78/968.24	c cleaning 72979 clauses out of 146022 with flag 19797447/2765000
995.62/992.07	c cleaning 74006 clauses out of 148043 with flag 20273605/2840000
1023.12/1019.48	c cleaning 75007 clauses out of 150037 with flag 20782460/2916000
1050.10/1046.31	c cleaning 76007 clauses out of 152035 with flag 21273670/2993005
1078.35/1074.57	c cleaning 77000 clauses out of 154025 with flag 21824256/3071002
1106.76/1102.80	c cleaning 77982 clauses out of 156023 with flag 22367104/3150000
1135.53/1131.57	c cleaning 79020 clauses out of 158047 with flag 22919598/3230006
1164.85/1160.79	c cleaning 80008 clauses out of 160022 with flag 23484799/3311001
1192.70/1188.46	c cleaning 80993 clauses out of 162016 with flag 23985205/3393003
1223.04/1218.65	c cleaning 81984 clauses out of 164020 with flag 24519572/3476000
1249.79/1245.30	c cleaning 83001 clauses out of 166036 with flag 25012700/3560000
1279.07/1274.43	c cleaning 84012 clauses out of 168035 with flag 25581979/3645000
1308.86/1304.05	c cleaning 85006 clauses out of 170025 with flag 26158471/3731002
1336.81/1331.72	c cleaning 86001 clauses out of 172017 with flag 26673944/3818000
1369.36/1364.12	c cleaning 86990 clauses out of 174016 with flag 27275692/3906000
1401.37/1395.96	c cleaning 88012 clauses out of 176028 with flag 27842110/3995002
1431.73/1426.06	c cleaning 89000 clauses out of 178015 with flag 28350222/4085001
1462.44/1456.52	c cleaning 89997 clauses out of 180014 with flag 28890071/4176000
1498.03/1491.87	c cleaning 91002 clauses out of 182020 with flag 29504096/4268003
1533.92/1527.51	c cleaning 91988 clauses out of 184015 with flag 30111963/4361000
1574.43/1568.00	c cleaning 93008 clauses out of 186027 with flag 30828136/4455000
1613.77/1607.26	c cleaning 93966 clauses out of 188019 with flag 31500872/4550000
1655.90/1649.24	c cleaning 95021 clauses out of 190053 with flag 32182764/4646000
1693.48/1686.64	c cleaning 96003 clauses out of 192034 with flag 32796303/4743002
1737.28/1730.25	c cleaning 97004 clauses out of 194029 with flag 33512568/4841000
1782.73/1775.54	c cleaning 97978 clauses out of 196025 with flag 34257471/4940000
1800.05/1792.80	c starts		: 15125
1800.05/1792.80	c conflicts		: 4987117
1800.05/1792.80	c decisions		: 45239844
1800.05/1792.80	c propagations		: 1309780716
1800.05/1792.80	c inspects		: 19926362841
1800.05/1792.80	c shortcuts		: 0
1800.05/1792.80	c learnt literals	: 0
1800.05/1792.80	c learnt binary clauses	: 1
1800.05/1792.80	c learnt ternary clauses	: 8
1800.05/1792.80	c learnt constraints	: 4987117
1800.05/1792.80	c ignored constraints	: 0
1800.05/1792.80	c root simplifications	: 0
1800.05/1792.80	c removed literals (reason simplification)	: 0
1800.05/1792.80	c reason swapping (by a shorter reason)	: 0
1800.05/1792.80	c Calls to reduceDB	: 95
1800.05/1792.80	c Number of update (reduction) of LBD	: 2726262
1800.05/1792.80	c Imported unit clauses	: 0
1800.05/1792.80	c number of reductions to clauses (during analyze)	: 0
1800.05/1792.80	c number of learned constraints concerned by reduction	: 0
1800.05/1792.80	c number of learning phase by resolution	: 0
1800.05/1792.80	c number of learning phase by cutting planes	: 0
1800.05/1792.80	c speed (assignments/second)	: 730934.6010940184
1800.05/1792.80	c timeout
1800.05/1792.80	c non guided choices	4465
1800.05/1792.83	c learnt constraints type 
1800.05/1792.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.05/1792.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 145164
1800.05/1792.83	s UNKNOWN
1800.05/1792.83	c Total wall clock time (in seconds): 1792.72

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-4098238-1466119947/watcher-4098238-1466119947 -o /tmp/evaluation-result-4098238-1466119947/solver-4098238-1466119947 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466119911-1325 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4098238-1466119947.opb 

pid=2139
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: 1.93 1.44 1.56 3/194 2142
/proc/meminfo: memFree=30224544/32872528 swapFree=1430864/1543284
[pid=2142] ppid=2139 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2142/stat : 2142 (java) S 2139 2142 31185 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 14043463 98570240 978 33554432000 1073741824 1073778376 140737255127216 140737255118352 266439000125 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2142/statm: 24065 978 744 9 0 16771 0
[pid=2142/tid=2143] ppid=2139 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2143/stat : 2143 (java) R 2139 2142 31185 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 14043463 98570240 978 33554432000 1073741824 1073778376 140737255127216 139977654742568 266435642752 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 1.93 1.44 1.56 3/194 2142
/proc/meminfo: memFree=30224544/32872528 swapFree=1430864/1543284
[pid=2142] ppid=2139 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/2142/stat : 2142 (java) S 2139 2142 31185 0 -1 4202496 4406 0 1 0 9 1 0 0 20 0 18 0 14043463 9787879424 6035 33554432000 1073741824 1073778376 140737255127216 140737255118352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2142/statm: 2389619 6038 2131 9 0 2380296 0
[pid=2142/tid=2143] ppid=2139 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/2142/task/2143/stat : 2143 (java) R 2139 2142 31185 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 14043463 9787879424 6038 33554432000 1073741824 1073778376 140737255127216 139977654746016 266439025933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200293 s]
/proc/loadavg: 1.93 1.44 1.56 3/194 2142
/proc/meminfo: memFree=30224544/32872528 swapFree=1430864/1543284
[pid=2142] ppid=2139 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/2142/stat : 2142 (java) S 2139 2142 31185 0 -1 4202496 4965 0 1 0 27 2 0 0 20 0 18 0 14043463 9787879424 6916 33554432000 1073741824 1073778376 140737255127216 140737255118352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2142/statm: 2389619 6916 2217 9 0 2380296 0
[pid=2142/tid=2143] ppid=2139 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/2142/task/2143/stat : 2143 (java) R 2139 2142 31185 0 -1 4202560 2390 0 1 0 16 1 0 0 20 0 18 0 14043463 9787879424 6916 33554432000 1073741824 1073778376 140737255127216 139977654747320 139977497333255 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300271 s]
/proc/loadavg: 1.93 1.44 1.56 3/194 2142
/proc/meminfo: memFree=30224544/32872528 swapFree=1430864/1543284
[pid=2142] ppid=2139 vsize=9558476 CPUtime=0.57 cores=0,2,4,6
/proc/2142/stat : 2142 (java) S 2139 2142 31185 0 -1 4202496 7141 0 1 0 55 2 0 0 20 0 18 0 14043463 9787879424 10243 33554432000 1073741824 1073778376 140737255127216 140737255118352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2142/statm: 2389619 10243 2233 9 0 2380296 0
[pid=2142/tid=2143] ppid=2139 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/2142/task/2143/stat : 2143 (java) R 2139 2142 31185 0 -1 4202560 2394 0 1 0 26 1 0 0 20 0 18 0 14043463 9787879424 10243 33554432000 1073741824 1073778376 140737255127216 139977654738816 139977497359893 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700266 s]
/proc/loadavg: 1.93 1.44 1.56 3/194 2142
/proc/meminfo: memFree=30224544/32872528 swapFree=1430864/1543284
[pid=2142] ppid=2139 vsize=9558476 CPUtime=1 cores=0,2,4,6
/proc/2142/stat : 2142 (java) S 2139 2142 31185 0 -1 4202496 7232 0 1 0 96 4 0 0 20 0 18 0 14043463 9787879424 39968 33554432000 1073741824 1073778376 140737255127216 140737255118352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2142/statm: 2389619 39968 2256 9 0 2380296 0
[pid=2142/tid=2143] ppid=2139 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/2142/task/2143/stat : 2143 (java) R 2139 2142 31185 0 -1 4202560 2455 0 1 0 63 4 0 0 20 0 18 0 14043463 9787879424 39968 33554432000 1073741824 1073778376 140737255127216 139977654746328 139977497703048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 1.93 1.44 1.56 5/213 2161
/proc/meminfo: memFree=30070244/32872528 swapFree=1430864/1543284
[pid=2142] ppid=2139 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/2142/stat : 2142 (java) S 2139 2142 31185 0 -1 4202496 8999 0 1 0 217 5 0 0 20 0 19 0 14043463 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 140737255118352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2142/statm: 2406260 40564 2281 9 0 2396937 0
[pid=2142/tid=2143] ppid=2139 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/2142/task/2143/stat : 2143 (java) R 2139 2142 31185 0 -1 4202560 2470 0 1 0 143 4 0 0 20 0 19 0 14043463 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977654747368 139977497968991 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2145] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2145/stat : 2145 (java) S 2139 2142 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977616238888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2146] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2146/stat : 2146 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977497241768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2147] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2147/stat : 2147 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977496189480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2142/tid=2148] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2148/stat : 2148 (java) S 2139 2142 31185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977495136680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2149] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2149/stat : 2149 (java) S 2139 2142 31185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977494084392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2142/tid=2150] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2150/stat : 2150 (java) S 2139 2142 31185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977493031592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2151] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2151/stat : 2151 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977491979304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2152] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2152/stat : 2152 (java) S 2139 2142 31185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977490926504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2153] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2153/stat : 2153 (java) S 2139 2142 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14043465 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977008597224 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2154] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2154/stat : 2154 (java) S 2139 2142 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14043465 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977007543288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2155] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2155/stat : 2155 (java) S 2139 2142 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14043466 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977006490888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2156] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2156/stat : 2156 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043468 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977005439376 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2157] ppid=2139 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/2142/task/2157/stat : 2157 (java) S 2139 2142 31185 0 -1 4202560 2158 0 0 0 30 0 0 0 20 0 19 0 14043468 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977004387000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2158] ppid=2139 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/2142/task/2158/stat : 2158 (java) S 2139 2142 31185 0 -1 4202560 3079 0 0 0 39 0 0 0 20 0 19 0 14043468 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977003334200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2159] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2159/stat : 2159 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043468 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977002282104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2160] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2160/stat : 2160 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043468 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977001229512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2161] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2161/stat : 2161 (java) S 2139 2142 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14043551 9856040960 40564 33554432000 1073741824 1073778376 140737255127216 139977000174504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 9625040

[startup+3.10068 s]
/proc/loadavg: 1.93 1.44 1.56 3/213 2161
/proc/meminfo: memFree=30069500/32872528 swapFree=1430864/1543284
[pid=2142] ppid=2139 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/2142/stat : 2142 (java) S 2139 2142 31185 0 -1 4202496 9033 0 1 0 380 5 0 0 20 0 19 0 14043463 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 140737255118352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2142/statm: 2406260 40569 2285 9 0 2396937 0
[pid=2142/tid=2143] ppid=2139 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/2142/task/2143/stat : 2143 (java) R 2139 2142 31185 0 -1 4202560 2472 0 1 0 302 4 0 0 20 0 19 0 14043463 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977654745488 139977497951100 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2142/tid=2145] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2145/stat : 2145 (java) S 2139 2142 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977616238888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2146] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2146/stat : 2146 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977497241768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2147] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2147/stat : 2147 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977496189480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2142/tid=2148] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2148/stat : 2148 (java) S 2139 2142 31185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977495136680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2149] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2149/stat : 2149 (java) S 2139 2142 31185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977494084392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2142/tid=2150] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2150/stat : 2150 (java) S 2139 2142 31185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977493031592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2151] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2151/stat : 2151 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977491979304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2152] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2152/stat : 2152 (java) S 2139 2142 31185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977490926504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2153] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2153/stat : 2153 (java) S 2139 2142 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 14043465 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977008597224 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2154] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2154/stat : 2154 (java) S 2139 2142 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14043465 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977007543288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2155] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2155/stat : 2155 (java) S 2139 2142 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14043466 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977006490888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2156] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2156/stat : 2156 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043468 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977005439376 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2157] ppid=2139 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/2142/task/2157/stat : 2157 (java) S 2139 2142 31185 0 -1 4202560 2186 0 0 0 32 0 0 0 20 0 19 0 14043468 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977004387000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2158] ppid=2139 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/2142/task/2158/stat : 2158 (java) S 2139 2142 31185 0 -1 4202560 3082 0 0 0 41 0 0 0 20 0 19 0 14043468 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977003334200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2159] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2159/stat : 2159 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043468 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977002282104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2160] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2160/stat : 2160 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043468 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977001229512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2161] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2161/stat : 2161 (java) S 2139 2142 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14043551 9856040960 40569 33554432000 1073741824 1073778376 140737255127216 139977000174504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 1.93 1.45 1.57 3/213 2161
/proc/meminfo: memFree=30069316/32872528 swapFree=1430864/1543284
[pid=2142] ppid=2139 vsize=9625040 CPUtime=7.07 cores=0,2,4,6
/proc/2142/stat : 2142 (java) S 2139 2142 31185 0 -1 4202496 9036 0 1 0 701 6 0 0 20 0 19 0 14043463 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 140737255118352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2142/statm: 2406260 40393 2285 9 0 2396937 0
[pid=2142/tid=2143] ppid=2139 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/2142/task/2143/stat : 2143 (java) R 2139 2142 31185 0 -1 4202560 2475 0 1 0 620 4 0 0 20 0 19 0 14043463 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977654747464 139977497937696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2145] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2145/stat : 2145 (java) S 2139 2142 31185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977616238888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2146] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2146/stat : 2146 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977497241768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2147] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2147/stat : 2147 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977496189480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2142/tid=2148] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2148/stat : 2148 (java) S 2139 2142 31185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977495136680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2149] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2149/stat : 2149 (java) S 2139 2142 31185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977494084392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2142/tid=2150] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2150/stat : 2150 (java) S 2139 2142 31185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977493031592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2151] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2151/stat : 2151 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977491979304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2152] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2152/stat : 2152 (java) S 2139 2142 31185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 14043464 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977490926504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2153] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2153/stat : 2153 (java) S 2139 2142 31185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 14043465 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977008597224 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2154] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2154/stat : 2154 (java) S 2139 2142 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14043465 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977007543288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2155] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2155/stat : 2155 (java) S 2139 2142 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14043466 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977006490888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2156] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2156/stat : 2156 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043468 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977005439376 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2157] ppid=2139 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/2142/task/2157/stat : 2157 (java) S 2139 2142 31185 0 -1 4202560 2186 0 0 0 33 0 0 0 20 0 19 0 14043468 9856040960 40393 33554432000 1073741824 1073778376 140737255127216 139977004387000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2158] ppid=2139 vsize=9625040 CPUtime=0.43 cores=0,2,4,6

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

[pid=2142/tid=2161] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2161/stat : 2161 (java) S 2139 2142 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14043551 9856040960 107084 33554432000 1073741824 1073778376 140737255127216 139977000174504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1669.03
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.27 2.20 2.08 3/215 2226
/proc/meminfo: memFree=29671884/32872528 swapFree=1430864/1543284
[pid=2142] ppid=2139 vsize=9625040 CPUtime=1729.28 cores=0,2,4,6
/proc/2142/stat : 2142 (java) S 2139 2142 31185 0 -1 4202496 21879 0 1 0 172832 96 0 0 20 0 19 0 14043463 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 140737255118352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2142/statm: 2406260 105417 2294 9 0 2396937 0
[pid=2142/tid=2143] ppid=2139 vsize=9625040 CPUtime=1714.55 cores=0,2,4,6
/proc/2142/task/2143/stat : 2143 (java) R 2139 2142 31185 0 -1 4202560 2554 0 1 0 171424 31 0 0 20 0 19 0 14043463 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977654746320 139977497904903 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2145] ppid=2139 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/2142/task/2145/stat : 2145 (java) S 2139 2142 31185 0 -1 4202560 419 0 0 0 87 7 0 0 20 0 19 0 14043464 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977616238888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2146] ppid=2139 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/2142/task/2146/stat : 2146 (java) S 2139 2142 31185 0 -1 4202560 549 0 0 0 83 8 0 0 20 0 19 0 14043464 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977497241768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2147] ppid=2139 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/2142/task/2147/stat : 2147 (java) S 2139 2142 31185 0 -1 4202560 523 0 0 0 85 11 0 0 20 0 19 0 14043464 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977496189480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2148] ppid=2139 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/2142/task/2148/stat : 2148 (java) S 2139 2142 31185 0 -1 4202560 536 0 0 0 94 8 0 0 20 0 19 0 14043464 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977495136680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2149] ppid=2139 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/2142/task/2149/stat : 2149 (java) S 2139 2142 31185 0 -1 4202560 412 0 0 0 90 9 0 0 20 0 19 0 14043464 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977494084392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2142/tid=2150] ppid=2139 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/2142/task/2150/stat : 2150 (java) S 2139 2142 31185 0 -1 4202560 368 0 0 0 90 6 0 0 20 0 19 0 14043464 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977493031592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2151] ppid=2139 vsize=9625040 CPUtime=0.81 cores=0,2,4,6
/proc/2142/task/2151/stat : 2151 (java) S 2139 2142 31185 0 -1 4202560 392 0 0 0 74 7 0 0 20 0 19 0 14043464 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977491979304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2152] ppid=2139 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/2142/task/2152/stat : 2152 (java) S 2139 2142 31185 0 -1 4202560 510 0 0 0 98 10 0 0 20 0 19 0 14043464 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977490926504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2153] ppid=2139 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/2142/task/2153/stat : 2153 (java) S 2139 2142 31185 0 -1 4202560 361 0 0 0 97 3 0 0 20 0 19 0 14043465 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977008597224 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2154] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2154/stat : 2154 (java) S 2139 2142 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14043465 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977007543288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2155] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2155/stat : 2155 (java) S 2139 2142 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14043466 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977006490888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2156] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2156/stat : 2156 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043468 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977005439376 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2157] ppid=2139 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/2142/task/2157/stat : 2157 (java) S 2139 2142 31185 0 -1 4202560 2186 0 0 0 37 0 0 0 20 0 19 0 14043468 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977004387000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2158] ppid=2139 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/2142/task/2158/stat : 2158 (java) S 2139 2142 31185 0 -1 4202560 11713 0 0 0 93 2 0 0 20 0 19 0 14043468 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977003334200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2159] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2159/stat : 2159 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043468 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977002282104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2160] ppid=2139 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/2142/task/2160/stat : 2160 (java) S 2139 2142 31185 0 -1 4202560 99 0 0 0 26 27 0 0 20 0 19 0 14043468 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977001229512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2161] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2161/stat : 2161 (java) S 2139 2142 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14043551 9856040960 105417 33554432000 1073741824 1073778376 140737255127216 139977000174504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1729.28
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.99 2.16 2.07 2/189 2260
/proc/meminfo: memFree=29993228/32872528 swapFree=1430864/1543284
[pid=2142] ppid=2139 vsize=9625040 CPUtime=1789.53 cores=0,2,4,6
/proc/2142/stat : 2142 (java) S 2139 2142 31185 0 -1 4202496 21902 0 1 0 178856 97 0 0 20 0 19 0 14043463 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 140737255118352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2142/statm: 2406260 103393 2294 9 0 2396937 0
[pid=2142/tid=2143] ppid=2139 vsize=9625040 CPUtime=1774.2 cores=0,2,4,6
/proc/2142/task/2143/stat : 2143 (java) R 2139 2142 31185 0 -1 4202560 2557 0 1 0 177389 31 0 0 20 0 19 0 14043463 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977654738640 139977497951582 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2145] ppid=2139 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/2142/task/2145/stat : 2145 (java) S 2139 2142 31185 0 -1 4202560 419 0 0 0 92 7 0 0 20 0 19 0 14043464 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977616238888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2146] ppid=2139 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/2142/task/2146/stat : 2146 (java) S 2139 2142 31185 0 -1 4202560 549 0 0 0 88 8 0 0 20 0 19 0 14043464 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977497241768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2147] ppid=2139 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/2142/task/2147/stat : 2147 (java) S 2139 2142 31185 0 -1 4202560 523 0 0 0 88 11 0 0 20 0 19 0 14043464 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977496189480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2148] ppid=2139 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/2142/task/2148/stat : 2148 (java) S 2139 2142 31185 0 -1 4202560 536 0 0 0 97 8 0 0 20 0 19 0 14043464 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977495136680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2149] ppid=2139 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/2142/task/2149/stat : 2149 (java) S 2139 2142 31185 0 -1 4202560 412 0 0 0 95 9 0 0 20 0 19 0 14043464 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977494084392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2142/tid=2150] ppid=2139 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/2142/task/2150/stat : 2150 (java) S 2139 2142 31185 0 -1 4202560 368 0 0 0 93 7 0 0 20 0 19 0 14043464 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977493031592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2151] ppid=2139 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/2142/task/2151/stat : 2151 (java) S 2139 2142 31185 0 -1 4202560 392 0 0 0 78 7 0 0 20 0 19 0 14043464 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977491979304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2152] ppid=2139 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/2142/task/2152/stat : 2152 (java) S 2139 2142 31185 0 -1 4202560 510 0 0 0 102 10 0 0 20 0 19 0 14043464 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977490926504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2142/tid=2153] ppid=2139 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/2142/task/2153/stat : 2153 (java) S 2139 2142 31185 0 -1 4202560 375 0 0 0 109 3 0 0 20 0 19 0 14043465 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977008597224 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2154] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2154/stat : 2154 (java) S 2139 2142 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14043465 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977007543288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2155] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2155/stat : 2155 (java) S 2139 2142 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14043466 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977006490888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2156] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2156/stat : 2156 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043468 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977005439376 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2157] ppid=2139 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/2142/task/2157/stat : 2157 (java) S 2139 2142 31185 0 -1 4202560 2186 0 0 0 37 0 0 0 20 0 19 0 14043468 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977004387000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2158] ppid=2139 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/2142/task/2158/stat : 2158 (java) S 2139 2142 31185 0 -1 4202560 11715 0 0 0 93 2 0 0 20 0 19 0 14043468 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977003334200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2159] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2159/stat : 2159 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043468 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977002282104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2160] ppid=2139 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/2142/task/2160/stat : 2160 (java) S 2139 2142 31185 0 -1 4202560 103 0 0 0 27 29 0 0 20 0 19 0 14043468 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977001229512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2161] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2161/stat : 2161 (java) S 2139 2142 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14043551 9856040960 103393 33554432000 1073741824 1073778376 140737255127216 139977000174504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1789.53
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 1.84 2.12 2.06 2/189 2261
/proc/meminfo: memFree=29994860/32872528 swapFree=1430864/1543284
[pid=2142] ppid=2139 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/2142/stat : 2142 (java) S 2139 2142 31185 0 -1 4202496 21905 0 1 0 179908 97 0 0 20 0 19 0 14043463 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 140737255118352 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2142/statm: 2406260 103056 2294 9 0 2396937 0
[pid=2142/tid=2143] ppid=2139 vsize=9625040 CPUtime=1784.66 cores=0,2,4,6
/proc/2142/task/2143/stat : 2143 (java) R 2139 2142 31185 0 -1 4202560 2558 0 1 0 178434 32 0 0 20 0 19 0 14043463 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977654746320 139977497922913 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2145] ppid=2139 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/2142/task/2145/stat : 2145 (java) S 2139 2142 31185 0 -1 4202560 419 0 0 0 92 7 0 0 20 0 19 0 14043464 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977616238888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2146] ppid=2139 vsize=9625040 CPUtime=0.96 cores=0,2,4,6
/proc/2142/task/2146/stat : 2146 (java) S 2139 2142 31185 0 -1 4202560 549 0 0 0 88 8 0 0 20 0 19 0 14043464 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977497241768 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2147] ppid=2139 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/2142/task/2147/stat : 2147 (java) S 2139 2142 31185 0 -1 4202560 523 0 0 0 89 11 0 0 20 0 19 0 14043464 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977496189480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2148] ppid=2139 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/2142/task/2148/stat : 2148 (java) S 2139 2142 31185 0 -1 4202560 536 0 0 0 98 8 0 0 20 0 19 0 14043464 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977495136680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2149] ppid=2139 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/2142/task/2149/stat : 2149 (java) S 2139 2142 31185 0 -1 4202560 412 0 0 0 96 9 0 0 20 0 19 0 14043464 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977494084392 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2142/tid=2150] ppid=2139 vsize=9625040 CPUtime=1.01 cores=0,2,4,6
/proc/2142/task/2150/stat : 2150 (java) S 2139 2142 31185 0 -1 4202560 368 0 0 0 94 7 0 0 20 0 19 0 14043464 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977493031592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2151] ppid=2139 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/2142/task/2151/stat : 2151 (java) S 2139 2142 31185 0 -1 4202560 392 0 0 0 78 7 0 0 20 0 19 0 14043464 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977491979304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2152] ppid=2139 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/2142/task/2152/stat : 2152 (java) S 2139 2142 31185 0 -1 4202560 510 0 0 0 102 10 0 0 20 0 19 0 14043464 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977490926504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2142/tid=2153] ppid=2139 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/2142/task/2153/stat : 2153 (java) S 2139 2142 31185 0 -1 4202560 377 0 0 0 109 3 0 0 20 0 19 0 14043465 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977008597224 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2154] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2154/stat : 2154 (java) S 2139 2142 31185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 14043465 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977007543288 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2155] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2155/stat : 2155 (java) S 2139 2142 31185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 14043466 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977006490888 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2156] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2156/stat : 2156 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043468 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977005439376 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2157] ppid=2139 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/2142/task/2157/stat : 2157 (java) S 2139 2142 31185 0 -1 4202560 2186 0 0 0 37 0 0 0 20 0 19 0 14043468 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977004387000 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2142/tid=2158] ppid=2139 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/2142/task/2158/stat : 2158 (java) S 2139 2142 31185 0 -1 4202560 11715 0 0 0 93 2 0 0 20 0 19 0 14043468 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977003334200 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2159] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2159/stat : 2159 (java) S 2139 2142 31185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 14043468 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977002282104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2142/tid=2160] ppid=2139 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/2142/task/2160/stat : 2160 (java) S 2139 2142 31185 0 -1 4202560 103 0 0 0 27 29 0 0 20 0 19 0 14043468 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977001229512 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2142/tid=2161] ppid=2139 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2142/task/2161/stat : 2161 (java) S 2139 2142 31185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 14043551 9856040960 103056 33554432000 1073741824 1073778376 140737255127216 139977000174504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

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 2142 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2142 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=550186
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=470776
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1792.84
CPU time (s): 1800.05
CPU user time (s): 1799.08
CPU system time (s): 0.97
CPU usage (%): 100.402
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.55
system time used= 1.47078
maximum resident set size= 629408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21937
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40480
involuntary context switches= 26014

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0082 second user time and 11.8382 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-17 01:32:27
IDJOB=4098238
IDBENCH=107871
IDSOLVER=2546
FILE ID=node116/4098238-1466119947
RUNJOBID= node116-1466119911-1325
PBS_JOBID= 19904124
Free space on /tmp= 71628 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression64_9.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4098238-1466119947/watcher-4098238-1466119947 -o /tmp/evaluation-result-4098238-1466119947/solver-4098238-1466119947 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1466119911-1325 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4098238-1466119947.opb

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

MD5SUM BENCH= 9e7540e8b039c3315633701424c45260
RANDOM SEED=1206812058

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30225404 kB
Buffers:           64388 kB
Cached:           154920 kB
SwapCached:         2876 kB
Active:           277780 kB
Inactive:         113620 kB
Active(anon):     172332 kB
Inactive(anon):     2164 kB
Active(file):     105448 kB
Inactive(file):   111456 kB
Unevictable:     1543284 kB
Mlocked:         1430864 kB
SwapTotal:      67108856 kB
SwapFree:       67099564 kB
Dirty:              9500 kB
Writeback:             0 kB
AnonPages:       1666528 kB
Mapped:            15556 kB
Shmem:                 0 kB
Slab:             573068 kB
SReclaimable:      16176 kB
SUnreclaim:       556892 kB
KernelStack:        1608 kB
PageTables:         7556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2230260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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= 71632 MiB
End job on node116 at 2016-06-17 02:02:20