Trace number 4107898

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 1796.84

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_8-unsat.opb
MD5SUM3890946cb13ab5dacc1331cb240d6a09
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31460
Total number of constraints104814
Number of constraints which are clauses104298
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints516
Minimum length of a constraint1
Maximum length of a constraint95
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 534
Number of bits of the biggest sum of numbers10
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4107898-1466291202.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
1.54/0.90	c ... done. Wall clock time 0.786s.
1.54/0.90	c declared #vars     31460
1.54/0.90	c #constraints  104814
1.54/0.90	c constraints type 
1.54/0.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12122
1.54/0.90	c org.sat4j.specs.Constr$1 => 11056
1.54/0.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 76775
1.54/0.90	c org.sat4j.minisat.constraints.cnf.UnitClause => 4345
1.54/0.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 516
1.54/0.90	c 104814 constraints processed.
3.45/2.36	c cleaning 2493 clauses out of 5000 with flag 22317/5000
4.85/3.68	c cleaning 4243 clauses out of 8507 with flag 55975/11001
6.55/5.07	c cleaning 5620 clauses out of 11263 with flag 104546/18000
8.78/6.86	c cleaning 6808 clauses out of 13643 with flag 159970/26000
10.90/8.91	c cleaning 7915 clauses out of 15837 with flag 219331/35002
13.20/11.28	c cleaning 8950 clauses out of 17920 with flag 283475/45000
15.60/13.65	c cleaning 9973 clauses out of 19970 with flag 365874/56000
18.40/16.43	c cleaning 10992 clauses out of 21999 with flag 460663/68002
21.50/19.53	c cleaning 12002 clauses out of 24005 with flag 559105/81000
24.80/22.89	c cleaning 12992 clauses out of 26003 with flag 662605/95000
28.30/26.38	c cleaning 13999 clauses out of 28013 with flag 769644/110002
32.60/30.60	c cleaning 15005 clauses out of 30014 with flag 896676/126002
36.80/34.85	c cleaning 15988 clauses out of 32008 with flag 1014619/143001
41.48/39.45	c cleaning 17000 clauses out of 34021 with flag 1145745/161002
45.98/43.99	c cleaning 17995 clauses out of 36019 with flag 1299937/180001
50.78/48.75	c cleaning 18991 clauses out of 38023 with flag 1454940/200000
55.78/53.74	c cleaning 19998 clauses out of 40032 with flag 1620249/221001
60.88/58.85	c cleaning 21003 clauses out of 42033 with flag 1813612/243000
66.58/64.55	c cleaning 22005 clauses out of 44031 with flag 2002455/266001
72.48/70.46	c cleaning 22995 clauses out of 46025 with flag 2201789/290000
78.99/76.92	c cleaning 24007 clauses out of 48030 with flag 2397140/315000
85.59/83.57	c cleaning 24998 clauses out of 50023 with flag 2590215/341000
92.69/90.65	c cleaning 25989 clauses out of 52025 with flag 2800534/368000
100.29/98.22	c cleaning 27004 clauses out of 54036 with flag 3024000/396000
107.59/105.52	c cleaning 28002 clauses out of 56032 with flag 3255210/425000
115.79/113.70	c cleaning 29001 clauses out of 58030 with flag 3518491/455000
124.09/122.07	c cleaning 30007 clauses out of 60031 with flag 3743965/486002
133.49/131.46	c cleaning 30991 clauses out of 62025 with flag 4006496/518003
143.09/141.02	c cleaning 31997 clauses out of 64033 with flag 4291245/551002
152.79/150.78	c cleaning 33008 clauses out of 66036 with flag 4552306/585002
163.09/161.04	c cleaning 33995 clauses out of 68026 with flag 4840823/620000
173.69/171.61	c cleaning 34997 clauses out of 70032 with flag 5159449/656001
184.59/182.59	c cleaning 36003 clauses out of 72034 with flag 5453703/693000
195.39/193.34	c cleaning 37004 clauses out of 74032 with flag 5762767/731001
207.29/205.20	c cleaning 38011 clauses out of 76032 with flag 6045202/770005
219.09/217.01	c cleaning 38995 clauses out of 78016 with flag 6354015/810000
231.49/229.47	c cleaning 40001 clauses out of 80021 with flag 6675818/851000
243.60/241.50	c cleaning 40982 clauses out of 82020 with flag 6994500/893000
256.60/254.51	c cleaning 42007 clauses out of 84041 with flag 7323614/936003
270.20/268.19	c cleaning 43001 clauses out of 86031 with flag 7692185/980000
284.80/282.71	c cleaning 44000 clauses out of 88030 with flag 8045686/1025000
297.68/295.60	c cleaning 44991 clauses out of 90029 with flag 8344523/1071000
311.78/309.60	c cleaning 46007 clauses out of 92038 with flag 8671258/1118000
326.48/324.38	c cleaning 47002 clauses out of 94034 with flag 9015956/1166003
341.48/339.40	c cleaning 48007 clauses out of 96030 with flag 9358557/1215001
357.49/355.36	c cleaning 49001 clauses out of 98023 with flag 9720156/1265001
373.99/371.80	c cleaning 49985 clauses out of 100022 with flag 10094370/1316001
389.88/387.74	c cleaning 50998 clauses out of 102037 with flag 10482922/1368001
407.28/405.16	c cleaning 52013 clauses out of 104038 with flag 10872753/1421000
425.09/422.94	c cleaning 53004 clauses out of 106026 with flag 11259455/1475001
443.69/441.54	c cleaning 53999 clauses out of 108021 with flag 11660396/1530000
462.20/460.07	c cleaning 55006 clauses out of 110024 with flag 12069373/1586002
481.50/479.34	c cleaning 56005 clauses out of 112017 with flag 12507084/1643001
501.00/498.84	c cleaning 56997 clauses out of 114011 with flag 12906304/1701000
520.80/518.69	c cleaning 58001 clauses out of 116015 with flag 13320948/1760001
541.11/538.97	c cleaning 58997 clauses out of 118013 with flag 13754283/1820000
563.03/560.77	c cleaning 59991 clauses out of 120016 with flag 14199859/1881000
584.44/582.15	c cleaning 60990 clauses out of 122025 with flag 14622201/1943000
606.64/604.34	c cleaning 61997 clauses out of 124036 with flag 15035810/2006001
629.14/626.81	c cleaning 63011 clauses out of 126040 with flag 15486364/2070002
652.04/649.79	c cleaning 64009 clauses out of 128027 with flag 15922766/2135000
675.47/673.16	c cleaning 64992 clauses out of 130018 with flag 16362870/2201000
699.57/697.22	c cleaning 66006 clauses out of 132027 with flag 16796523/2268001
725.08/722.73	c cleaning 67000 clauses out of 134020 with flag 17254832/2336000
750.38/748.04	c cleaning 68000 clauses out of 136021 with flag 17688333/2405001
776.48/774.17	c cleaning 68999 clauses out of 138020 with flag 18165579/2475000
802.49/800.19	c cleaning 70000 clauses out of 140021 with flag 18603504/2546000
828.89/826.59	c cleaning 70995 clauses out of 142022 with flag 19097609/2618001
856.11/853.77	c cleaning 72003 clauses out of 144027 with flag 19588857/2691001
883.44/880.99	c cleaning 72980 clauses out of 146024 with flag 20092197/2765001
911.35/908.80	c cleaning 74015 clauses out of 148046 with flag 20589562/2840003
940.96/938.48	c cleaning 74997 clauses out of 150030 with flag 21076670/2916002
969.35/966.83	c cleaning 76013 clauses out of 152032 with flag 21601462/2993001
999.55/997.08	c cleaning 76986 clauses out of 154018 with flag 22110536/3071000
1029.97/1027.45	c cleaning 78007 clauses out of 156032 with flag 22611079/3150000
1058.67/1056.15	c cleaning 79008 clauses out of 158025 with flag 23121829/3230000
1090.67/1088.18	c cleaning 79985 clauses out of 160017 with flag 23649492/3311000
1121.97/1119.46	c cleaning 81006 clauses out of 162032 with flag 24193490/3393000
1155.88/1153.13	c cleaning 82003 clauses out of 164026 with flag 24718233/3476000
1189.60/1186.86	c cleaning 82983 clauses out of 166025 with flag 25245172/3560002
1223.71/1221.00	c cleaning 84000 clauses out of 168043 with flag 25772895/3645003
1259.11/1256.31	c cleaning 85005 clauses out of 170041 with flag 26312304/3731001
1292.71/1289.94	c cleaning 86009 clauses out of 172038 with flag 26830817/3818003
1328.02/1325.27	c cleaning 86999 clauses out of 174029 with flag 27404426/3906003
1365.02/1362.24	c cleaning 87999 clauses out of 176027 with flag 27973929/3995000
1404.33/1401.58	c cleaning 89003 clauses out of 178029 with flag 28533434/4085001
1444.04/1441.03	c cleaning 90002 clauses out of 180026 with flag 29099865/4176001
1483.54/1480.57	c cleaning 91000 clauses out of 182023 with flag 29662331/4268000
1522.25/1519.29	c cleaning 91996 clauses out of 184023 with flag 30263395/4361000
1562.75/1559.76	c cleaning 92995 clauses out of 186027 with flag 30850492/4455000
1602.15/1599.10	c cleaning 94002 clauses out of 188032 with flag 31441928/4550000
1646.47/1643.43	c cleaning 94997 clauses out of 190030 with flag 32034714/4646000
1690.58/1687.53	c cleaning 96015 clauses out of 192033 with flag 32643651/4743000
1733.69/1730.48	c cleaning 97005 clauses out of 194020 with flag 33243546/4841002
1778.27/1775.01	c cleaning 97987 clauses out of 196013 with flag 33819776/4940000
1800.08/1796.80	c starts		: 18204
1800.08/1796.80	c conflicts		: 4995346
1800.08/1796.80	c decisions		: 8014279
1800.08/1796.80	c propagations		: 2933330391
1800.08/1796.80	c inspects		: 21413027041
1800.08/1796.80	c shortcuts		: 0
1800.08/1796.80	c learnt literals	: 4
1800.08/1796.80	c learnt binary clauses	: 35
1800.08/1796.80	c learnt ternary clauses	: 2931
1800.08/1796.80	c learnt constraints	: 4995342
1800.08/1796.80	c ignored constraints	: 0
1800.08/1796.80	c root simplifications	: 0
1800.08/1796.80	c removed literals (reason simplification)	: 0
1800.08/1796.80	c reason swapping (by a shorter reason)	: 0
1800.08/1796.80	c Calls to reduceDB	: 95
1800.08/1796.80	c Number of update (reduction) of LBD	: 1736530
1800.08/1796.80	c Imported unit clauses	: 0
1800.08/1796.80	c number of reductions to clauses (during analyze)	: 0
1800.08/1796.80	c number of learned constraints concerned by reduction	: 0
1800.08/1796.80	c number of learning phase by resolution	: 0
1800.08/1796.80	c number of learning phase by cutting planes	: 0
1800.08/1796.80	c speed (assignments/second)	: 1633416.6140910166
1800.08/1796.80	c non guided choices	3859
1800.08/1796.81	c timeout
1800.08/1796.83	c learnt constraints type 
1800.08/1796.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 35
1800.08/1796.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 153337
1800.08/1796.83	s UNKNOWN
1800.08/1796.83	c Total wall clock time (in seconds): 1796.713

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-4107898-1466291202/watcher-4107898-1466291202 -o /tmp/evaluation-result-4107898-1466291202/solver-4107898-1466291202 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466275076-15926 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107898-1466291202.opb 

pid=18071
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.24 2.26 2.21 3/196 18074
/proc/meminfo: memFree=29411520/32872528 swapFree=1482636/1662508
[pid=18074] ppid=18071 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/18074/stat : 18074 (java) R 18071 18074 15910 0 -1 4202496 385 0 0 0 0 0 0 0 20 0 1 0 31166654 5767168 56 33554432000 1073741824 1073778376 140734480043872 140734480041000 273896533287 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/18074/statm: 1408 56 43 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 2.24 2.26 2.21 3/196 18074
/proc/meminfo: memFree=29411520/32872528 swapFree=1482636/1662508
[pid=18074] ppid=18071 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18074/stat : 18074 (java) S 18071 18074 15910 0 -1 4202496 4389 0 1 0 8 1 0 0 20 0 18 0 31166654 9787879424 6026 33554432000 1073741824 1073778376 140734480043872 140734480035008 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18074/statm: 2389619 6026 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200238 s]
/proc/loadavg: 2.24 2.26 2.21 3/196 18074
/proc/meminfo: memFree=29411520/32872528 swapFree=1482636/1662508
[pid=18074] ppid=18071 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/18074/stat : 18074 (java) S 18071 18074 15910 0 -1 4202496 4677 0 1 0 24 1 0 0 20 0 18 0 31166654 9787879424 6774 33554432000 1073741824 1073778376 140734480043872 140734480035008 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18074/statm: 2389619 6774 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.24 2.26 2.21 3/196 18074
/proc/meminfo: memFree=29411520/32872528 swapFree=1482636/1662508
[pid=18074] ppid=18071 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/18074/stat : 18074 (java) S 18071 18074 15910 0 -1 4202496 6140 0 1 0 45 1 0 0 20 0 18 0 31166654 9787879424 8805 33554432000 1073741824 1073778376 140734480043872 140734480035008 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18074/statm: 2389619 8805 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 2.24 2.26 2.21 3/196 18074
/proc/meminfo: memFree=29411520/32872528 swapFree=1482636/1662508
[pid=18074] ppid=18071 vsize=9558476 CPUtime=1.16 cores=0,2,4,6
/proc/18074/stat : 18074 (java) S 18071 18074 15910 0 -1 4202496 7367 0 1 0 112 4 0 0 20 0 18 0 31166654 9787879424 41235 33554432000 1073741824 1073778376 140734480043872 140734480035008 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18074/statm: 2389619 41235 2267 9 0 2380296 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 2.22 2.25 2.21 4/215 18093
/proc/meminfo: memFree=29243252/32872528 swapFree=1482636/1662508
[pid=18074] ppid=18071 vsize=9625040 CPUtime=2.59 cores=0,2,4,6
/proc/18074/stat : 18074 (java) S 18071 18074 15910 0 -1 4202496 12601 0 1 0 254 5 0 0 20 0 19 0 31166654 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140734480035008 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18074/statm: 2406260 44194 2276 9 0 2396937 0
[pid=18074/tid=18076] ppid=18071 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/18074/task/18076/stat : 18076 (java) R 18071 18074 15910 0 -1 4202560 2479 0 1 0 141 3 0 0 20 0 19 0 31166655 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140470144844152 140470010047417 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18077] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18077/stat : 18077 (java) S 18071 18074 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140470133906216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18078] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18078/stat : 18078 (java) S 18071 18074 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140470132853416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18079] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18079/stat : 18079 (java) S 18071 18074 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140470131801128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18080] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18080/stat : 18080 (java) S 18071 18074 15910 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140470130748328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18081] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18081/stat : 18081 (java) S 18071 18074 15910 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140470129695016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18082] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18082/stat : 18082 (java) S 18071 18074 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140470128642216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18083] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18083/stat : 18083 (java) S 18071 18074 15910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140469981624872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18084] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18084/stat : 18084 (java) S 18071 18074 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140469980572072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18085] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18085/stat : 18085 (java) S 18071 18074 15910 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140469968374504 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18086] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18086/stat : 18086 (java) S 18071 18074 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140469967320568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18087] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18087/stat : 18087 (java) S 18071 18074 15910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140469966268168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18088] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18088/stat : 18088 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166660 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140469965216656 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18089] ppid=18071 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/18074/task/18089/stat : 18089 (java) S 18071 18074 15910 0 -1 4202560 3892 0 0 0 49 0 0 0 20 0 19 0 31166660 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140469964163256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18090] ppid=18071 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/18074/task/18090/stat : 18090 (java) S 18071 18074 15910 0 -1 4202560 4854 0 0 0 54 0 0 0 20 0 19 0 31166660 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140469963110456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18091] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18091/stat : 18091 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166660 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140469962058360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18092] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18092/stat : 18092 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166661 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140469961005768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18093] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18093/stat : 18093 (java) S 18071 18074 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31166752 9856040960 44194 33554432000 1073741824 1073778376 140734480043872 140469959951784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.22 2.25 2.21 3/215 18093
/proc/meminfo: memFree=29242748/32872528 swapFree=1482636/1662508
[pid=18074] ppid=18071 vsize=9625040 CPUtime=4.3 cores=0,2,4,6
/proc/18074/stat : 18074 (java) S 18071 18074 15910 0 -1 4202496 13250 0 1 0 425 5 0 0 20 0 19 0 31166654 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140734480035008 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18074/statm: 2406260 44202 2284 9 0 2396937 0
[pid=18074/tid=18076] ppid=18071 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/18074/task/18076/stat : 18076 (java) R 18071 18074 15910 0 -1 4202560 2481 0 1 0 301 3 0 0 20 0 19 0 31166655 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140470144835848 140470010174420 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18077] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18077/stat : 18077 (java) S 18071 18074 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140470133906216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18078] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18078/stat : 18078 (java) S 18071 18074 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140470132853416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18079] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18079/stat : 18079 (java) S 18071 18074 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140470131801128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18080] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18080/stat : 18080 (java) S 18071 18074 15910 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140470130748328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18081] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18081/stat : 18081 (java) S 18071 18074 15910 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140470129695016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18082] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18082/stat : 18082 (java) S 18071 18074 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140470128642216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18083] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18083/stat : 18083 (java) S 18071 18074 15910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140469981624872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18084] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18084/stat : 18084 (java) S 18071 18074 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140469980572072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18085] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18085/stat : 18085 (java) S 18071 18074 15910 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140469968374504 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18086] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18086/stat : 18086 (java) S 18071 18074 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140469967320568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18087] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18087/stat : 18087 (java) S 18071 18074 15910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140469966268168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18088] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18088/stat : 18088 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166660 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140469965216656 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18089] ppid=18071 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/18074/task/18089/stat : 18089 (java) S 18071 18074 15910 0 -1 4202560 4539 0 0 0 56 0 0 0 20 0 19 0 31166660 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140469964163256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18090] ppid=18071 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/18074/task/18090/stat : 18090 (java) S 18071 18074 15910 0 -1 4202560 4854 0 0 0 58 0 0 0 20 0 19 0 31166660 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140469963110456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18091] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18091/stat : 18091 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166660 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140469962058360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18092] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18092/stat : 18092 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166661 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140469961005768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18093] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18093/stat : 18093 (java) S 18071 18074 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31166752 9856040960 44202 33554432000 1073741824 1073778376 140734480043872 140469959951784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.22 2.25 2.21 3/215 18093
/proc/meminfo: memFree=29226888/32872528 swapFree=1482636/1662508
[pid=18074] ppid=18071 vsize=9625040 CPUtime=8.28 cores=0,2,4,6
/proc/18074/stat : 18074 (java) S 18071 18074 15910 0 -1 4202496 21246 0 1 0 821 7 0 0 20 0 19 0 31166654 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140734480035008 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18074/statm: 2406260 48024 2284 9 0 2396937 0
[pid=18074/tid=18076] ppid=18071 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/18074/task/18076/stat : 18076 (java) R 18071 18074 15910 0 -1 4202560 2482 0 1 0 620 3 0 0 20 0 19 0 31166655 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140470144835280 140470010032618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18077] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18077/stat : 18077 (java) S 18071 18074 15910 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140470133906216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18078] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18078/stat : 18078 (java) S 18071 18074 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140470132853416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18079] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18079/stat : 18079 (java) S 18071 18074 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140470131801128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18080] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18080/stat : 18080 (java) S 18071 18074 15910 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140470130748328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18081] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18081/stat : 18081 (java) S 18071 18074 15910 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140470129695016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18082] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18082/stat : 18082 (java) S 18071 18074 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140470128642216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18083] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18083/stat : 18083 (java) S 18071 18074 15910 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140469981624872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18084] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18084/stat : 18084 (java) S 18071 18074 15910 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31166656 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140469980572072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18085] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18085/stat : 18085 (java) S 18071 18074 15910 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140469968374504 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18086] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18086/stat : 18086 (java) S 18071 18074 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140469967320568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18087] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18087/stat : 18087 (java) S 18071 18074 15910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140469966268168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18088] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18088/stat : 18088 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166660 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140469965216656 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18089] ppid=18071 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/18074/task/18089/stat : 18089 (java) S 18071 18074 15910 0 -1 4202560 12534 0 0 0 126 2 0 0 20 0 19 0 31166660 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140469964163256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18090] ppid=18071 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/18074/task/18090/stat : 18090 (java) S 18071 18074 15910 0 -1 4202560 4854 0 0 0 64 0 0 0 20 0 19 0 31166660 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140469963110456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18091] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18091/stat : 18091 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166660 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140469962058360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18092] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18092/stat : 18092 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166661 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140469961005768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18093] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18093/stat : 18093 (java) S 18071 18074 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31166752 9856040960 48024 33554432000 1073741824 1073778376 140734480043872 140469959951784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 9625040


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

[pid=18074/tid=18093] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18093/stat : 18093 (java) S 18071 18074 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31166752 9856040960 134688 33554432000 1073741824 1073778376 140734480043872 140469959951784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1665.36
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.23 2.26 2.22 3/215 18398
/proc/meminfo: memFree=29224500/32872528 swapFree=1482636/1662508
[pid=18074] ppid=18071 vsize=9625040 CPUtime=1725.58 cores=0,2,4,6
/proc/18074/stat : 18074 (java) S 18071 18074 15910 0 -1 4202496 23622 0 1 0 172495 63 0 0 20 0 19 0 31166654 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140734480035008 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18074/statm: 2406260 152497 2285 9 0 2396937 0
[pid=18074/tid=18076] ppid=18071 vsize=9625040 CPUtime=1717.34 cores=0,2,4,6
/proc/18074/task/18076/stat : 18076 (java) R 18071 18074 15910 0 -1 4202560 2549 0 1 0 171705 29 0 0 20 0 19 0 31166655 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470144843072 140470009858408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18077] ppid=18071 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/18074/task/18077/stat : 18077 (java) S 18071 18074 15910 0 -1 4202560 385 0 0 0 14 5 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470133906216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18078] ppid=18071 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/18074/task/18078/stat : 18078 (java) S 18071 18074 15910 0 -1 4202560 153 0 0 0 8 3 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470132853416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18079] ppid=18071 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/18074/task/18079/stat : 18079 (java) S 18071 18074 15910 0 -1 4202560 375 0 0 0 18 5 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470131801128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18080] ppid=18071 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/18074/task/18080/stat : 18080 (java) S 18071 18074 15910 0 -1 4202560 288 0 0 0 16 3 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470130748328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18081] ppid=18071 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18074/task/18081/stat : 18081 (java) S 18071 18074 15910 0 -1 4202560 147 0 0 0 13 4 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470129695016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18082] ppid=18071 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/18074/task/18082/stat : 18082 (java) S 18071 18074 15910 0 -1 4202560 218 0 0 0 9 3 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470128642216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18083] ppid=18071 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18074/task/18083/stat : 18083 (java) S 18071 18074 15910 0 -1 4202560 226 0 0 0 13 4 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469981624872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18084] ppid=18071 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/18074/task/18084/stat : 18084 (java) S 18071 18074 15910 0 -1 4202560 340 0 0 0 16 7 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469980572072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18085] ppid=18071 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18074/task/18085/stat : 18085 (java) S 18071 18074 15910 0 -1 4202560 181 0 0 0 1 0 0 0 20 0 19 0 31166658 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469968374504 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18086] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18086/stat : 18086 (java) S 18071 18074 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469967320568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18087] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18087/stat : 18087 (java) S 18071 18074 15910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469966268168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18088] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18088/stat : 18088 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166660 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469965216656 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18089] ppid=18071 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/18074/task/18089/stat : 18089 (java) S 18071 18074 15910 0 -1 4202560 12543 0 0 0 130 2 0 0 20 0 19 0 31166660 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469964163256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18090] ppid=18071 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/18074/task/18090/stat : 18090 (java) S 18071 18074 15910 0 -1 4202560 4854 0 0 0 64 0 0 0 20 0 19 0 31166660 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469963110456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18091] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18091/stat : 18091 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166660 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469962058360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18092] ppid=18071 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/18074/task/18092/stat : 18092 (java) S 18071 18074 15910 0 -1 4202560 99 0 0 0 29 28 0 0 20 0 19 0 31166661 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469961005768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18093] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18093/stat : 18093 (java) S 18071 18074 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31166752 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469959951784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.58
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.24 2.22 3/215 18399
/proc/meminfo: memFree=29141852/32872528 swapFree=1482636/1662508
[pid=18074] ppid=18071 vsize=9625040 CPUtime=1785.58 cores=0,2,4,6
/proc/18074/stat : 18074 (java) S 18071 18074 15910 0 -1 4202496 23626 0 1 0 178494 64 0 0 20 0 19 0 31166654 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140734480035008 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18074/statm: 2406260 152497 2285 9 0 2396937 0
[pid=18074/tid=18076] ppid=18071 vsize=9625040 CPUtime=1777.18 cores=0,2,4,6
/proc/18074/task/18076/stat : 18076 (java) R 18071 18074 15910 0 -1 4202560 2549 0 1 0 177688 30 0 0 20 0 19 0 31166655 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470144835360 140470009981892 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18077] ppid=18071 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/18074/task/18077/stat : 18077 (java) S 18071 18074 15910 0 -1 4202560 385 0 0 0 14 5 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470133906216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18078] ppid=18071 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/18074/task/18078/stat : 18078 (java) S 18071 18074 15910 0 -1 4202560 153 0 0 0 8 3 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470132853416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18079] ppid=18071 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/18074/task/18079/stat : 18079 (java) S 18071 18074 15910 0 -1 4202560 375 0 0 0 18 5 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470131801128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18080] ppid=18071 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/18074/task/18080/stat : 18080 (java) S 18071 18074 15910 0 -1 4202560 288 0 0 0 16 3 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470130748328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18081] ppid=18071 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18074/task/18081/stat : 18081 (java) S 18071 18074 15910 0 -1 4202560 147 0 0 0 13 4 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470129695016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18082] ppid=18071 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/18074/task/18082/stat : 18082 (java) S 18071 18074 15910 0 -1 4202560 218 0 0 0 9 3 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470128642216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18083] ppid=18071 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18074/task/18083/stat : 18083 (java) S 18071 18074 15910 0 -1 4202560 226 0 0 0 13 4 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469981624872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18084] ppid=18071 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/18074/task/18084/stat : 18084 (java) S 18071 18074 15910 0 -1 4202560 340 0 0 0 16 7 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469980572072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18085] ppid=18071 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18074/task/18085/stat : 18085 (java) S 18071 18074 15910 0 -1 4202560 181 0 0 0 1 0 0 0 20 0 19 0 31166658 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469968374504 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18086] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18086/stat : 18086 (java) S 18071 18074 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469967320568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18087] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18087/stat : 18087 (java) S 18071 18074 15910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469966268168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18088] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18088/stat : 18088 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166660 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469965216656 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18089] ppid=18071 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/18074/task/18089/stat : 18089 (java) S 18071 18074 15910 0 -1 4202560 12543 0 0 0 130 2 0 0 20 0 19 0 31166660 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469964163256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18090] ppid=18071 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/18074/task/18090/stat : 18090 (java) S 18071 18074 15910 0 -1 4202560 4854 0 0 0 64 0 0 0 20 0 19 0 31166660 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469963110456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18091] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18091/stat : 18091 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166660 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469962058360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18092] ppid=18071 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/18074/task/18092/stat : 18092 (java) S 18071 18074 15910 0 -1 4202560 103 0 0 0 31 28 0 0 20 0 19 0 31166661 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469961005768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18093] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18093/stat : 18093 (java) S 18071 18074 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31166752 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469959951784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.20 2.24 2.22 4/215 18399
/proc/meminfo: memFree=29125564/32872528 swapFree=1482636/1662508
[pid=18074] ppid=18071 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/18074/stat : 18074 (java) S 18071 18074 15910 0 -1 4202496 23626 0 1 0 179944 64 0 0 20 0 19 0 31166654 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140734480035008 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/18074/statm: 2406260 152497 2285 9 0 2396937 0
[pid=18074/tid=18076] ppid=18071 vsize=9625040 CPUtime=1791.64 cores=0,2,4,6
/proc/18074/task/18076/stat : 18076 (java) R 18071 18074 15910 0 -1 4202560 2549 0 1 0 179134 30 0 0 20 0 19 0 31166655 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470144835360 140470009981803 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18077] ppid=18071 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/18074/task/18077/stat : 18077 (java) S 18071 18074 15910 0 -1 4202560 385 0 0 0 14 5 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470133906216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18078] ppid=18071 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/18074/task/18078/stat : 18078 (java) S 18071 18074 15910 0 -1 4202560 153 0 0 0 8 3 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470132853416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18079] ppid=18071 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/18074/task/18079/stat : 18079 (java) S 18071 18074 15910 0 -1 4202560 375 0 0 0 18 5 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470131801128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18080] ppid=18071 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/18074/task/18080/stat : 18080 (java) S 18071 18074 15910 0 -1 4202560 288 0 0 0 16 3 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470130748328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18081] ppid=18071 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18074/task/18081/stat : 18081 (java) S 18071 18074 15910 0 -1 4202560 147 0 0 0 13 4 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470129695016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18082] ppid=18071 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/18074/task/18082/stat : 18082 (java) S 18071 18074 15910 0 -1 4202560 218 0 0 0 9 3 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140470128642216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18083] ppid=18071 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18074/task/18083/stat : 18083 (java) S 18071 18074 15910 0 -1 4202560 226 0 0 0 13 4 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469981624872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18084] ppid=18071 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/18074/task/18084/stat : 18084 (java) S 18071 18074 15910 0 -1 4202560 340 0 0 0 16 7 0 0 20 0 19 0 31166656 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469980572072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18085] ppid=18071 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/18074/task/18085/stat : 18085 (java) S 18071 18074 15910 0 -1 4202560 181 0 0 0 1 0 0 0 20 0 19 0 31166658 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469968374504 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18074/tid=18086] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18086/stat : 18086 (java) S 18071 18074 15910 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469967320568 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18087] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18087/stat : 18087 (java) S 18071 18074 15910 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 31166658 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469966268168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18088] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18088/stat : 18088 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166660 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469965216656 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18089] ppid=18071 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/18074/task/18089/stat : 18089 (java) S 18071 18074 15910 0 -1 4202560 12543 0 0 0 130 2 0 0 20 0 19 0 31166660 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469964163256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18074/tid=18090] ppid=18071 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/18074/task/18090/stat : 18090 (java) S 18071 18074 15910 0 -1 4202560 4854 0 0 0 64 0 0 0 20 0 19 0 31166660 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469963110456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18091] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18091/stat : 18091 (java) S 18071 18074 15910 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31166660 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469962058360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18074/tid=18092] ppid=18071 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/18074/task/18092/stat : 18092 (java) S 18071 18074 15910 0 -1 4202560 103 0 0 0 31 28 0 0 20 0 19 0 31166661 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469961005768 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18074/tid=18093] ppid=18071 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18074/task/18093/stat : 18093 (java) S 18071 18074 15910 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 31166752 9856040960 152497 33554432000 1073741824 1073778376 140734480043872 140469959951784 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 18074 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 18074 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=861139
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=80835
# CPU time returned by wait4() is 1795.94
# 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): 1796.84
CPU time (s): 1800.08
CPU user time (s): 1799.44
CPU system time (s): 0.64
CPU usage (%): 100.18
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.86
system time used= 1.08083
maximum resident set size= 610104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23658
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38277
involuntary context switches= 3526

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8325 second user time and 14.2728 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-19 01:06:42
IDJOB=4107898
IDBENCH=73905
IDSOLVER=2546
FILE ID=node134/4107898-1466291202
RUNJOBID= node134-1466275076-15926
PBS_JOBID= 19918245
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12032_8-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107898-1466291202/watcher-4107898-1466291202 -o /tmp/evaluation-result-4107898-1466291202/solver-4107898-1466291202 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466275076-15926 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107898-1466291202.opb

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

MD5SUM BENCH= 3890946cb13ab5dacc1331cb240d6a09
RANDOM SEED=2116138367

node134.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		: 2667.020
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	: 5334.04
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		: 2667.020
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	: 7358.89
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		: 2667.020
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		: 2667.020
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		: 2667.020
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		: 2667.020
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		: 2667.020
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		: 2667.020
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:        29412064 kB
Buffers:          178588 kB
Cached:           260368 kB
SwapCached:         1008 kB
Active:           706576 kB
Inactive:         344332 kB
Active(anon):     612696 kB
Inactive(anon):     1616 kB
Active(file):      93880 kB
Inactive(file):   342716 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:              3728 kB
Writeback:             0 kB
AnonPages:       2281456 kB
Mapped:            15484 kB
Shmem:                 0 kB
Slab:             605344 kB
SReclaimable:      48988 kB
SUnreclaim:       556356 kB
KernelStack:        1624 kB
PageTables:         8612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3297752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    765952 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= 71708 MiB
End job on node134 at 2016-06-19 01:36:39