Trace number 4117073

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.08 1797.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size144-round21-7.opb
MD5SUM744704b7f92049130aa92fe3d2863363
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark183.545
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3968
Total number of constraints7920
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)432
Number of constraints which are nor clauses,nor cardinality constraints832
Minimum length of a constraint1
Maximum length of a constraint10
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4117073-1466951471.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.40	c ... done. Wall clock time 0.283s.
0.70/0.40	c declared #vars     3968
0.70/0.40	c #constraints  9184
0.70/0.40	c constraints type 
0.70/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.70/0.40	c org.sat4j.specs.Constr$1 => 920
0.70/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 520
0.70/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.70/0.40	c 9184 constraints processed.
1.79/1.11	c cleaning 2493 clauses out of 4998 with flag 16034/5000
2.44/1.78	c cleaning 4243 clauses out of 8505 with flag 38612/11000
3.24/2.57	c cleaning 5626 clauses out of 11262 with flag 68009/18000
4.16/3.47	c cleaning 6798 clauses out of 13639 with flag 103681/26003
5.27/4.54	c cleaning 7914 clauses out of 15843 with flag 146971/35005
6.47/5.77	c cleaning 8944 clauses out of 17924 with flag 198417/45000
7.87/7.15	c cleaning 9973 clauses out of 19982 with flag 254836/56002
9.36/8.69	c cleaning 10983 clauses out of 22007 with flag 317665/68000
11.16/10.44	c cleaning 12006 clauses out of 24024 with flag 386589/81000
13.07/12.32	c cleaning 12994 clauses out of 26018 with flag 465400/95000
15.08/14.37	c cleaning 14011 clauses out of 28024 with flag 549266/110000
17.38/16.64	c cleaning 14990 clauses out of 30014 with flag 642548/126001
19.87/19.11	c cleaning 16003 clauses out of 32025 with flag 741156/143002
22.47/21.74	c cleaning 16989 clauses out of 34022 with flag 848806/161002
25.28/24.55	c cleaning 18006 clauses out of 36034 with flag 961262/180003
28.29/27.60	c cleaning 18967 clauses out of 38025 with flag 1081899/200000
31.69/30.93	c cleaning 20016 clauses out of 40058 with flag 1209651/221000
35.18/34.44	c cleaning 21012 clauses out of 42042 with flag 1345166/243000
38.98/38.26	c cleaning 21996 clauses out of 44030 with flag 1486495/266000
42.98/42.23	c cleaning 23017 clauses out of 46034 with flag 1635351/290000
47.27/46.53	c cleaning 23979 clauses out of 48017 with flag 1790305/315000
51.87/51.18	c cleaning 25007 clauses out of 50038 with flag 1949843/341000
56.68/55.96	c cleaning 26011 clauses out of 52031 with flag 2119701/368000
61.81/61.01	c cleaning 27002 clauses out of 54021 with flag 2293340/396001
66.71/65.97	c cleaning 27994 clauses out of 56019 with flag 2473856/425001
71.91/71.10	c cleaning 28998 clauses out of 58025 with flag 2661679/455001
77.31/76.50	c cleaning 29997 clauses out of 60026 with flag 2857214/486000
82.92/82.13	c cleaning 30999 clauses out of 62029 with flag 3058236/518000
88.83/88.07	c cleaning 32001 clauses out of 64030 with flag 3266489/551000
95.12/94.32	c cleaning 33009 clauses out of 66029 with flag 3480650/585000
101.52/100.74	c cleaning 33991 clauses out of 68020 with flag 3700889/620000
108.42/107.61	c cleaning 34989 clauses out of 70029 with flag 3930557/656000
115.52/114.70	c cleaning 36003 clauses out of 72041 with flag 4170751/693001
122.92/122.15	c cleaning 37007 clauses out of 74040 with flag 4411103/731003
130.72/129.94	c cleaning 38007 clauses out of 76031 with flag 4661337/770001
139.02/138.24	c cleaning 39003 clauses out of 78023 with flag 4918865/810000
147.52/146.75	c cleaning 39979 clauses out of 80020 with flag 5183413/851000
156.18/155.37	c cleaning 41017 clauses out of 82041 with flag 5450331/893000
164.89/164.09	c cleaning 41973 clauses out of 84025 with flag 5727295/936001
173.89/173.09	c cleaning 42991 clauses out of 86053 with flag 6012862/980002
183.40/182.55	c cleaning 43993 clauses out of 88060 with flag 6304039/1025000
193.10/192.23	c cleaning 45005 clauses out of 90067 with flag 6601126/1071000
203.30/202.45	c cleaning 46029 clauses out of 92063 with flag 6907300/1118001
214.00/213.13	c cleaning 47000 clauses out of 94033 with flag 7217721/1166000
225.00/224.15	c cleaning 48009 clauses out of 96034 with flag 7538333/1215001
236.51/235.61	c cleaning 49003 clauses out of 98024 with flag 7866215/1265000
248.31/247.41	c cleaning 49966 clauses out of 100021 with flag 8201651/1316000
260.14/259.22	c cleaning 51010 clauses out of 102055 with flag 8543160/1368000
272.34/271.40	c cleaning 52000 clauses out of 104045 with flag 8890068/1421000
284.94/284.00	c cleaning 53003 clauses out of 106045 with flag 9241412/1475000
298.05/297.15	c cleaning 54008 clauses out of 108043 with flag 9608682/1530001
311.75/310.82	c cleaning 54990 clauses out of 110034 with flag 9977669/1586000
325.76/324.80	c cleaning 55978 clauses out of 112046 with flag 10354161/1643002
340.26/339.30	c cleaning 57013 clauses out of 114066 with flag 10737913/1701000
355.06/354.17	c cleaning 58015 clauses out of 116053 with flag 11130023/1760000
370.41/369.43	c cleaning 59006 clauses out of 118039 with flag 11525069/1820001
385.92/384.92	c cleaning 59990 clauses out of 120032 with flag 11929100/1881000
401.82/400.89	c cleaning 60996 clauses out of 122042 with flag 12336095/1943000
418.44/417.41	c cleaning 61999 clauses out of 124048 with flag 12754084/2006002
435.14/434.19	c cleaning 63025 clauses out of 126049 with flag 13182074/2070002
452.54/451.52	c cleaning 64008 clauses out of 128025 with flag 13617985/2135003
470.36/469.31	c cleaning 64969 clauses out of 130014 with flag 14052145/2201000
488.53/487.49	c cleaning 65984 clauses out of 132045 with flag 14491963/2268000
507.42/506.35	c cleaning 67009 clauses out of 134061 with flag 14946113/2336000
526.63/525.54	c cleaning 68012 clauses out of 136053 with flag 15404148/2405001
546.63/545.60	c cleaning 69016 clauses out of 138040 with flag 15870643/2475000
567.33/566.22	c cleaning 69996 clauses out of 140024 with flag 16346687/2546000
588.14/587.00	c cleaning 70985 clauses out of 142029 with flag 16826842/2618001
609.93/608.72	c cleaning 71993 clauses out of 144044 with flag 17313351/2691001
632.43/631.26	c cleaning 73009 clauses out of 146051 with flag 17804764/2765001
655.33/654.16	c cleaning 74019 clauses out of 148041 with flag 18302234/2840000
679.03/677.85	c cleaning 74984 clauses out of 150022 with flag 18805494/2916000
703.05/701.81	c cleaning 75980 clauses out of 152038 with flag 19313955/2993000
727.94/726.80	c cleaning 77015 clauses out of 154058 with flag 19825238/3071000
752.84/751.52	c cleaning 78013 clauses out of 156043 with flag 20346256/3150000
778.24/776.92	c cleaning 78987 clauses out of 158030 with flag 20876792/3230000
804.04/802.76	c cleaning 80010 clauses out of 160043 with flag 21412668/3311000
830.54/829.22	c cleaning 80987 clauses out of 162033 with flag 21954109/3393000
858.06/856.68	c cleaning 81995 clauses out of 164046 with flag 22507494/3476000
885.76/884.40	c cleaning 83003 clauses out of 166051 with flag 23063680/3560000
914.27/912.81	c cleaning 83996 clauses out of 168050 with flag 23627074/3645002
943.47/942.06	c cleaning 84997 clauses out of 170052 with flag 24195174/3731000
973.68/972.10	c cleaning 86022 clauses out of 172055 with flag 24770339/3818000
1003.79/1002.27	c cleaning 86989 clauses out of 174034 with flag 25349842/3906001
1034.99/1033.47	c cleaning 88008 clauses out of 176045 with flag 25933820/3995001
1066.79/1065.20	c cleaning 88995 clauses out of 178037 with flag 26529900/4085001
1099.31/1097.66	c cleaning 89981 clauses out of 180042 with flag 27131105/4176001
1132.32/1130.69	c cleaning 91006 clauses out of 182061 with flag 27736316/4268001
1166.43/1164.72	c cleaning 92013 clauses out of 184055 with flag 28349573/4361001
1201.17/1199.39	c cleaning 92981 clauses out of 186041 with flag 28974786/4455000
1236.57/1234.76	c cleaning 94024 clauses out of 188060 with flag 29604579/4550000
1272.88/1271.08	c cleaning 95009 clauses out of 190037 with flag 30238546/4646001
1309.79/1307.99	c cleaning 95984 clauses out of 192027 with flag 30873580/4743000
1347.73/1345.89	c cleaning 97016 clauses out of 194043 with flag 31522485/4841000
1385.84/1383.94	c cleaning 98000 clauses out of 196028 with flag 32168954/4940001
1424.84/1422.99	c cleaning 98984 clauses out of 198030 with flag 32831981/5040003
1464.68/1462.69	c cleaning 99993 clauses out of 200043 with flag 33494726/5141000
1505.39/1503.30	c cleaning 101000 clauses out of 202050 with flag 34167373/5243000
1547.29/1545.09	c cleaning 102003 clauses out of 204050 with flag 34845057/5346000
1591.60/1589.30	c cleaning 102990 clauses out of 206048 with flag 35529172/5450001
1636.91/1634.61	c cleaning 103991 clauses out of 208057 with flag 36220290/5555000
1682.63/1680.20	c cleaning 105021 clauses out of 210067 with flag 36919867/5661001
1729.13/1726.78	c cleaning 105977 clauses out of 212047 with flag 37625042/5768002
1774.65/1772.21	c cleaning 107022 clauses out of 214068 with flag 38331189/5876000
1800.08/1797.60	c starts		: 59209
1800.08/1797.60	c conflicts		: 5945184
1800.08/1797.60	c decisions		: 51993537
1800.08/1797.60	c propagations		: 807261097
1800.08/1797.60	c inspects		: 24862122050
1800.08/1797.60	c shortcuts		: 0
1800.08/1797.60	c learnt literals	: 2
1800.08/1797.60	c learnt binary clauses	: 68
1800.08/1797.60	c learnt ternary clauses	: 852
1800.08/1797.60	c learnt constraints	: 5945182
1800.08/1797.60	c ignored constraints	: 0
1800.08/1797.60	c root simplifications	: 0
1800.08/1797.60	c removed literals (reason simplification)	: 0
1800.08/1797.60	c reason swapping (by a shorter reason)	: 0
1800.08/1797.60	c Calls to reduceDB	: 104
1800.08/1797.60	c Number of update (reduction) of LBD	: 1254634
1800.08/1797.60	c Imported unit clauses	: 0
1800.08/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.60	c number of learned constraints concerned by reduction	: 0
1800.08/1797.60	c number of learning phase by resolution	: 0
1800.08/1797.60	c number of learning phase by cutting planes	: 0
1800.08/1797.60	c speed (assignments/second)	: 449177.60703049967
1800.08/1797.60	c non guided choices	7793
1800.08/1797.60	c timeout
1800.08/1797.63	c learnt constraints type 
1800.08/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 68
1800.08/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 176162
1800.08/1797.63	s UNKNOWN
1800.08/1797.63	c Total wall clock time (in seconds): 1797.517

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-4117073-1466951471/watcher-4117073-1466951471 -o /tmp/evaluation-result-4117073-1466951471/solver-4117073-1466951471 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4117073-1466951471.opb 

pid=27969
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: 2.06 2.05 2.04 3/194 27972
/proc/meminfo: memFree=31162284/32872528 swapFree=552864/567172
[pid=27972] ppid=27969 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27972/stat : 27972 (java) R 27969 27972 26442 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 28185058 9515008 183 33554432000 1073741824 1073778376 140737036330176 140737036321208 206629060277 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/27972/statm: 2323 184 141 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.06 2.05 2.04 3/194 27972
/proc/meminfo: memFree=31162284/32872528 swapFree=552864/567172
[pid=27972] ppid=27969 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/27972/stat : 27972 (java) S 27969 27972 26442 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 28185058 9787879424 6036 33554432000 1073741824 1073778376 140736564650208 140736564641344 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27972/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.06 2.05 2.04 3/194 27972
/proc/meminfo: memFree=31162284/32872528 swapFree=552864/567172
[pid=27972] ppid=27969 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/27972/stat : 27972 (java) S 27969 27972 26442 0 -1 4202496 4864 0 1 0 24 1 0 0 20 0 18 0 28185058 9787879424 6922 33554432000 1073741824 1073778376 140736564650208 140736564641344 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27972/statm: 2389619 6922 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 2.06 2.05 2.04 3/194 27972
/proc/meminfo: memFree=31162284/32872528 swapFree=552864/567172
[pid=27972] ppid=27969 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/27972/stat : 27972 (java) S 27969 27972 26442 0 -1 4202496 5834 0 1 0 48 1 0 0 20 0 18 0 28185058 9787879424 9045 33554432000 1073741824 1073778376 140736564650208 140736564641344 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27972/statm: 2389619 9045 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 2.06 2.05 2.04 3/194 27972
/proc/meminfo: memFree=31162284/32872528 swapFree=552864/567172
[pid=27972] ppid=27969 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/27972/stat : 27972 (java) S 27969 27972 26442 0 -1 4202496 8682 0 1 0 131 2 0 0 20 0 19 0 28185058 9856040960 14954 33554432000 1073741824 1073778376 140736564650208 140736564641344 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27972/statm: 2406260 14954 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.06 2.05 2.04 5/213 27991
/proc/meminfo: memFree=31112076/32872528 swapFree=552864/567172
[pid=27972] ppid=27969 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/27972/stat : 27972 (java) S 27969 27972 26442 0 -1 4202496 8955 0 1 0 219 2 0 0 20 0 19 0 28185058 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 140736564641344 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27972/statm: 2406260 14943 2270 9 0 2396937 0
[pid=27972/tid=27974] ppid=27969 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/27972/task/27974/stat : 27974 (java) R 27969 27972 26442 0 -1 4202560 2420 0 1 0 144 2 0 0 20 0 19 0 28185059 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139812424982224 139812275892344 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27972/tid=27975] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27975/stat : 27975 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139812397443624 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27976] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27976/stat : 27976 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139812396390824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27977] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27977/stat : 27977 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139812395338024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27972/tid=27978] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27978/stat : 27978 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139812394285224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27979] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27979/stat : 27979 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139812264258600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27980] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27980/stat : 27980 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139812263205800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27981] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27981/stat : 27981 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139812262153000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27982] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27982/stat : 27982 (java) S 27969 27972 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139812261100200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27983] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27983/stat : 27983 (java) S 27969 27972 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139811778587112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27984] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27984/stat : 27984 (java) S 27969 27972 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139811777533176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27985] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27985/stat : 27985 (java) S 27969 27972 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139811776480264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27986] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27986/stat : 27986 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139811775428752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27987] ppid=27969 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/27972/task/27987/stat : 27987 (java) S 27969 27972 26442 0 -1 4202560 1485 0 0 0 31 0 0 0 20 0 19 0 28185064 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139811774376888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27988] ppid=27969 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27972/task/27988/stat : 27988 (java) S 27969 27972 26442 0 -1 4202560 3774 0 0 0 39 0 0 0 20 0 19 0 28185064 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139811773324088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27989] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27989/stat : 27989 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139811772271480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27990] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27990/stat : 27990 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139811771218888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27991] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27991/stat : 27991 (java) S 27969 27972 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28185099 9856040960 14943 33554432000 1073741824 1073778376 140736564650208 139811770164392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.06 2.05 2.04 3/213 27991
/proc/meminfo: memFree=31108912/32872528 swapFree=552864/567172
[pid=27972] ppid=27969 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/27972/stat : 27972 (java) S 27969 27972 26442 0 -1 4202496 8958 0 1 0 383 2 0 0 20 0 19 0 28185058 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 140736564641344 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27972/statm: 2406260 15967 2270 9 0 2396937 0
[pid=27972/tid=27974] ppid=27969 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/27972/task/27974/stat : 27974 (java) R 27969 27972 26442 0 -1 4202560 2423 0 1 0 304 2 0 0 20 0 19 0 28185059 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139812424982224 139812275886274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27972/tid=27975] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27975/stat : 27975 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139812397443624 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27976] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27976/stat : 27976 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139812396390824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27977] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27977/stat : 27977 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139812395338024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27972/tid=27978] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27978/stat : 27978 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139812394285224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27979] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27979/stat : 27979 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139812264258600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27980] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27980/stat : 27980 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139812263205800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27981] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27981/stat : 27981 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139812262153000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27982] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27982/stat : 27982 (java) S 27969 27972 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139812261100200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27983] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27983/stat : 27983 (java) S 27969 27972 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139811778587112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27984] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27984/stat : 27984 (java) S 27969 27972 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139811777533176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27985] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27985/stat : 27985 (java) S 27969 27972 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139811776480264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27986] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27986/stat : 27986 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139811775428752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27987] ppid=27969 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/27972/task/27987/stat : 27987 (java) S 27969 27972 26442 0 -1 4202560 1485 0 0 0 34 0 0 0 20 0 19 0 28185064 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139811774376888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27988] ppid=27969 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/27972/task/27988/stat : 27988 (java) S 27969 27972 26442 0 -1 4202560 3774 0 0 0 41 0 0 0 20 0 19 0 28185064 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139811773324088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27989] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27989/stat : 27989 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139811772271480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27990] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27990/stat : 27990 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139811771218888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27991] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27991/stat : 27991 (java) S 27969 27972 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28185099 9856040960 15967 33554432000 1073741824 1073778376 140736564650208 139811770164392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.06 2.05 2.04 3/213 27991
/proc/meminfo: memFree=31102636/32872528 swapFree=552864/567172
[pid=27972] ppid=27969 vsize=9625040 CPUtime=7.07 cores=0,2,4,6
/proc/27972/stat : 27972 (java) S 27969 27972 26442 0 -1 4202496 8963 0 1 0 705 2 0 0 20 0 19 0 28185058 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 140736564641344 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27972/statm: 2406260 17426 2271 9 0 2396937 0
[pid=27972/tid=27974] ppid=27969 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/27972/task/27974/stat : 27974 (java) R 27969 27972 26442 0 -1 4202560 2427 0 1 0 623 2 0 0 20 0 19 0 28185059 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139812424991144 139812275886499 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27972/tid=27975] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27975/stat : 27975 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139812397443624 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27976] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27976/stat : 27976 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139812396390824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27977] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27977/stat : 27977 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139812395338024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27972/tid=27978] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27978/stat : 27978 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139812394285224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27979] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27979/stat : 27979 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139812264258600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27980] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27980/stat : 27980 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139812263205800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27981] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27981/stat : 27981 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139812262153000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27982] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27982/stat : 27982 (java) S 27969 27972 26442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28185060 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139812261100200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27983] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27983/stat : 27983 (java) S 27969 27972 26442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139811778587112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27984] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27984/stat : 27984 (java) S 27969 27972 26442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139811777533176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27985] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27985/stat : 27985 (java) S 27969 27972 26442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139811776480264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27986] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27986/stat : 27986 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139811775428752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27987] ppid=27969 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/27972/task/27987/stat : 27987 (java) S 27969 27972 26442 0 -1 4202560 1485 0 0 0 35 0 0 0 20 0 19 0 28185064 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139811774376888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27988] ppid=27969 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/27972/task/27988/stat : 27988 (java) S 27969 27972 26442 0 -1 4202560 3774 0 0 0 41 0 0 0 20 0 19 0 28185064 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139811773324088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27989] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27989/stat : 27989 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139811772271480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27990] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27990/stat : 27990 (java) S 27969 27972 26442 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139811771218888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27991] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27991/stat : 27991 (java) S 27969 27972 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28185099 9856040960 17426 33554432000 1073741824 1073778376 140736564650208 139811770164392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 9625040


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

[pid=27972/tid=27991] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27991/stat : 27991 (java) S 27969 27972 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28185099 9856040960 96802 33554432000 1073741824 1073778376 140736564650208 139811770164392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.61
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.13 2.08 2.03 3/213 28096
/proc/meminfo: memFree=30751872/32872528 swapFree=552864/567172
[pid=27972] ppid=27969 vsize=9625040 CPUtime=1724.73 cores=0,2,4,6
/proc/27972/stat : 27972 (java) S 27969 27972 26442 0 -1 4202496 10876 0 1 0 172421 52 0 0 20 0 19 0 28185058 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 140736564641344 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27972/statm: 2406260 99370 2285 9 0 2396937 0
[pid=27972/tid=27974] ppid=27969 vsize=9625040 CPUtime=1717.3 cores=0,2,4,6
/proc/27972/task/27974/stat : 27974 (java) R 27969 27972 26442 0 -1 4202560 2488 0 1 0 171702 28 0 0 20 0 19 0 28185059 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812424982304 139812275886604 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27972/tid=27975] ppid=27969 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/27972/task/27975/stat : 27975 (java) S 27969 27972 26442 0 -1 4202560 168 0 0 0 22 3 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812397443624 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27976] ppid=27969 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/27972/task/27976/stat : 27976 (java) S 27969 27972 26442 0 -1 4202560 136 0 0 0 23 4 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812396390824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27977] ppid=27969 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/27972/task/27977/stat : 27977 (java) S 27969 27972 26442 0 -1 4202560 105 0 0 0 18 3 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812395338024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27978] ppid=27969 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/27972/task/27978/stat : 27978 (java) S 27969 27972 26442 0 -1 4202560 146 0 0 0 21 4 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812394285224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27979] ppid=27969 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/27972/task/27979/stat : 27979 (java) S 27969 27972 26442 0 -1 4202560 168 0 0 0 18 2 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812264258600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27980] ppid=27969 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27972/task/27980/stat : 27980 (java) S 27969 27972 26442 0 -1 4202560 40 0 0 0 15 2 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812263205800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27981] ppid=27969 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/27972/task/27981/stat : 27981 (java) S 27969 27972 26442 0 -1 4202560 180 0 0 0 17 2 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812262153000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27982] ppid=27969 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/27972/task/27982/stat : 27982 (java) S 27969 27972 26442 0 -1 4202560 189 0 0 0 19 4 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812261100200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27983] ppid=27969 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27972/task/27983/stat : 27983 (java) S 27969 27972 26442 0 -1 4202560 64 0 0 0 0 2 0 0 20 0 19 0 28185061 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811778587112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27984] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27984/stat : 27984 (java) S 27969 27972 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811777533176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27985] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27985/stat : 27985 (java) S 27969 27972 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811776480264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27986] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27986/stat : 27986 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811775428752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27987] ppid=27969 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27972/task/27987/stat : 27987 (java) S 27969 27972 26442 0 -1 4202560 2056 0 0 0 39 0 0 0 20 0 19 0 28185064 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811774376888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27988] ppid=27969 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/27972/task/27988/stat : 27988 (java) S 27969 27972 26442 0 -1 4202560 3774 0 0 0 41 0 0 0 20 0 19 0 28185064 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811773324088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27989] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27989/stat : 27989 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811772271480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27990] ppid=27969 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/27972/task/27990/stat : 27990 (java) S 27969 27972 26442 0 -1 4202560 100 0 0 0 37 33 0 0 20 0 19 0 28185064 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811771218888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27991] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27991/stat : 27991 (java) S 27969 27972 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28185099 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811770164392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.73
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.08 2.03 3/214 28100
/proc/meminfo: memFree=30751636/32872528 swapFree=552864/567172
[pid=27972] ppid=27969 vsize=9625040 CPUtime=1784.74 cores=0,2,4,6
/proc/27972/stat : 27972 (java) S 27969 27972 26442 0 -1 4202496 10880 0 1 0 178421 53 0 0 20 0 19 0 28185058 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 140736564641344 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27972/statm: 2406260 99370 2285 9 0 2396937 0
[pid=27972/tid=27974] ppid=27969 vsize=9625040 CPUtime=1777.14 cores=0,2,4,6
/proc/27972/task/27974/stat : 27974 (java) R 27969 27972 26442 0 -1 4202560 2488 0 1 0 177685 29 0 0 20 0 19 0 28185059 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812424982304 139812275886474 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27972/tid=27975] ppid=27969 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/27972/task/27975/stat : 27975 (java) S 27969 27972 26442 0 -1 4202560 168 0 0 0 22 3 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812397443624 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27976] ppid=27969 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/27972/task/27976/stat : 27976 (java) S 27969 27972 26442 0 -1 4202560 136 0 0 0 23 4 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812396390824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27977] ppid=27969 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/27972/task/27977/stat : 27977 (java) S 27969 27972 26442 0 -1 4202560 105 0 0 0 18 3 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812395338024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27978] ppid=27969 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/27972/task/27978/stat : 27978 (java) S 27969 27972 26442 0 -1 4202560 146 0 0 0 21 4 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812394285224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27979] ppid=27969 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/27972/task/27979/stat : 27979 (java) S 27969 27972 26442 0 -1 4202560 168 0 0 0 18 2 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812264258600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27980] ppid=27969 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27972/task/27980/stat : 27980 (java) S 27969 27972 26442 0 -1 4202560 40 0 0 0 15 2 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812263205800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27981] ppid=27969 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/27972/task/27981/stat : 27981 (java) S 27969 27972 26442 0 -1 4202560 180 0 0 0 17 2 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812262153000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27982] ppid=27969 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/27972/task/27982/stat : 27982 (java) S 27969 27972 26442 0 -1 4202560 189 0 0 0 19 4 0 0 20 0 19 0 28185060 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139812261100200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27983] ppid=27969 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27972/task/27983/stat : 27983 (java) S 27969 27972 26442 0 -1 4202560 64 0 0 0 0 2 0 0 20 0 19 0 28185061 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811778587112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27984] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27984/stat : 27984 (java) S 27969 27972 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811777533176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27985] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27985/stat : 27985 (java) S 27969 27972 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811776480264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27986] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27986/stat : 27986 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811775428752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27987] ppid=27969 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27972/task/27987/stat : 27987 (java) S 27969 27972 26442 0 -1 4202560 2056 0 0 0 39 0 0 0 20 0 19 0 28185064 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811774376888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27988] ppid=27969 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/27972/task/27988/stat : 27988 (java) S 27969 27972 26442 0 -1 4202560 3774 0 0 0 41 0 0 0 20 0 19 0 28185064 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811773324088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27989] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27989/stat : 27989 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811772271480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27990] ppid=27969 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/27972/task/27990/stat : 27990 (java) S 27969 27972 26442 0 -1 4202560 104 0 0 0 37 34 0 0 20 0 19 0 28185064 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811771218888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27991] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27991/stat : 27991 (java) S 27969 27972 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28185099 9856040960 99370 33554432000 1073741824 1073778376 140736564650208 139811770164392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.09 2.08 2.02 3/214 28123
/proc/meminfo: memFree=30742848/32872528 swapFree=552864/567172
[pid=27972] ppid=27969 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/27972/stat : 27972 (java) S 27969 27972 26442 0 -1 4202496 10895 0 1 0 179954 54 0 0 20 0 19 0 28185058 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 140736564641344 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27972/statm: 2406260 101178 2285 9 0 2396937 0
[pid=27972/tid=27974] ppid=27969 vsize=9625040 CPUtime=1792.39 cores=0,2,4,6
/proc/27972/task/27974/stat : 27974 (java) R 27969 27972 26442 0 -1 4202560 2489 0 1 0 179210 29 0 0 20 0 19 0 28185059 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139812424990000 139812275886479 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27972/tid=27975] ppid=27969 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/27972/task/27975/stat : 27975 (java) S 27969 27972 26442 0 -1 4202560 172 0 0 0 23 3 0 0 20 0 19 0 28185060 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139812397443624 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27976] ppid=27969 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/27972/task/27976/stat : 27976 (java) S 27969 27972 26442 0 -1 4202560 137 0 0 0 24 4 0 0 20 0 19 0 28185060 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139812396390824 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27977] ppid=27969 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/27972/task/27977/stat : 27977 (java) S 27969 27972 26442 0 -1 4202560 106 0 0 0 19 3 0 0 20 0 19 0 28185060 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139812395338024 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27978] ppid=27969 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/27972/task/27978/stat : 27978 (java) S 27969 27972 26442 0 -1 4202560 146 0 0 0 21 4 0 0 20 0 19 0 28185060 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139812394285224 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27979] ppid=27969 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/27972/task/27979/stat : 27979 (java) S 27969 27972 26442 0 -1 4202560 170 0 0 0 19 2 0 0 20 0 19 0 28185060 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139812264258600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27980] ppid=27969 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/27972/task/27980/stat : 27980 (java) S 27969 27972 26442 0 -1 4202560 40 0 0 0 15 2 0 0 20 0 19 0 28185060 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139812263205800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27981] ppid=27969 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/27972/task/27981/stat : 27981 (java) S 27969 27972 26442 0 -1 4202560 182 0 0 0 18 2 0 0 20 0 19 0 28185060 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139812262153000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27982] ppid=27969 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/27972/task/27982/stat : 27982 (java) S 27969 27972 26442 0 -1 4202560 191 0 0 0 20 4 0 0 20 0 19 0 28185060 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139812261100200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27983] ppid=27969 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27972/task/27983/stat : 27983 (java) S 27969 27972 26442 0 -1 4202560 66 0 0 0 0 2 0 0 20 0 19 0 28185061 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139811778587112 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27984] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27984/stat : 27984 (java) S 27969 27972 26442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139811777533176 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27985] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27985/stat : 27985 (java) S 27969 27972 26442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28185061 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139811776480264 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27986] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27986/stat : 27986 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139811775428752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27987] ppid=27969 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27972/task/27987/stat : 27987 (java) S 27969 27972 26442 0 -1 4202560 2056 0 0 0 39 0 0 0 20 0 19 0 28185064 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139811774376888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27972/tid=27988] ppid=27969 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/27972/task/27988/stat : 27988 (java) S 27969 27972 26442 0 -1 4202560 3774 0 0 0 41 0 0 0 20 0 19 0 28185064 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139811773324088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27989] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27989/stat : 27989 (java) S 27969 27972 26442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28185064 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139811772271480 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27972/tid=27990] ppid=27969 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/27972/task/27990/stat : 27990 (java) S 27969 27972 26442 0 -1 4202560 104 0 0 0 38 34 0 0 20 0 19 0 28185064 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139811771218888 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27972/tid=27991] ppid=27969 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27972/task/27991/stat : 27991 (java) S 27969 27972 26442 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28185099 9856040960 101178 33554432000 1073741824 1073778376 140736564650208 139811770164392 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 27972 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 27972 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=38112
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=30843
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.64
CPU time (s): 1800.08
CPU user time (s): 1799.54
CPU system time (s): 0.54
CPU usage (%): 100.136
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.04
system time used= 1.03084
maximum resident set size= 405676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10927
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38512
involuntary context switches= 4976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8034 second user time and 13.5029 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-26 16:31:11
IDJOB=4117073
IDBENCH=109549
IDSOLVER=2546
FILE ID=node138/4117073-1466951471
RUNJOBID= node138-1466940040-26458
PBS_JOBID= 19976338
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size144-round21-7.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117073-1466951471/watcher-4117073-1466951471 -o /tmp/evaluation-result-4117073-1466951471/solver-4117073-1466951471 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466940040-26458 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117073-1466951471.opb

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

MD5SUM BENCH= 744704b7f92049130aa92fe3d2863363
RANDOM SEED=1876879721

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.803
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.803
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.803
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.803
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.803
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:        31162812 kB
Buffers:           15248 kB
Cached:           220164 kB
SwapCached:         3788 kB
Active:           227452 kB
Inactive:         215200 kB
Active(anon):     205180 kB
Inactive(anon):     4564 kB
Active(file):      22272 kB
Inactive(file):   210636 kB
Unevictable:      567172 kB
Mlocked:          552864 kB
SwapTotal:      67108856 kB
SwapFree:       67094448 kB
Dirty:              1228 kB
Writeback:             0 kB
AnonPages:        781576 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             566540 kB
SReclaimable:      10108 kB
SUnreclaim:       556432 kB
KernelStack:        1760 kB
PageTables:         5860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1258980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 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= 71716 MiB
End job on node138 at 2016-06-26 17:01:09