Trace number 4115977

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.58 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round22-3.opb
MD5SUMa60d5b9361e66998e61250a2aafb07d9
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 benchmark705.001
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4128
Total number of constraints8656
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints864
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4115977-1466945456.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.68/0.41	c ... done. Wall clock time 0.293s.
0.68/0.41	c declared #vars     4128
0.68/0.41	c #constraints  9888
0.68/0.41	c constraints type 
0.68/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.68/0.41	c org.sat4j.specs.Constr$1 => 856
0.68/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.68/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.68/0.41	c 9888 constraints processed.
1.62/1.10	c cleaning 2495 clauses out of 5000 with flag 14876/5002
2.40/1.76	c cleaning 4244 clauses out of 8504 with flag 35440/11001
3.21/2.54	c cleaning 5625 clauses out of 11259 with flag 61738/18000
4.12/3.45	c cleaning 6786 clauses out of 13634 with flag 94379/26000
5.24/4.51	c cleaning 7908 clauses out of 15848 with flag 132557/35000
6.43/5.71	c cleaning 8957 clauses out of 17940 with flag 177029/45000
7.73/7.06	c cleaning 9957 clauses out of 19983 with flag 227139/56000
9.23/8.54	c cleaning 11006 clauses out of 22027 with flag 282878/68001
10.84/10.15	c cleaning 11991 clauses out of 24021 with flag 345756/81001
12.64/11.95	c cleaning 12969 clauses out of 26029 with flag 413942/95000
14.64/13.95	c cleaning 14011 clauses out of 28061 with flag 490041/110001
16.74/16.06	c cleaning 15010 clauses out of 30050 with flag 573033/126001
19.04/18.33	c cleaning 16011 clauses out of 32039 with flag 662168/143000
21.54/20.86	c cleaning 16995 clauses out of 34029 with flag 760036/161001
24.34/23.62	c cleaning 18004 clauses out of 36034 with flag 863108/180001
27.34/26.62	c cleaning 18977 clauses out of 38029 with flag 973392/200000
30.63/29.96	c cleaning 20026 clauses out of 40052 with flag 1090364/221000
34.04/33.35	c cleaning 21004 clauses out of 42027 with flag 1215908/243001
37.74/37.00	c cleaning 21991 clauses out of 44022 with flag 1350591/266000
41.54/40.82	c cleaning 22977 clauses out of 46031 with flag 1491167/290000
45.63/44.96	c cleaning 23997 clauses out of 48056 with flag 1638367/315002
49.94/49.26	c cleaning 25016 clauses out of 50057 with flag 1790420/341000
54.64/53.97	c cleaning 26008 clauses out of 52042 with flag 1947979/368001
59.63/58.90	c cleaning 26992 clauses out of 54033 with flag 2113753/396000
64.58/63.84	c cleaning 27980 clauses out of 56041 with flag 2285565/425000
69.47/68.73	c cleaning 29003 clauses out of 58061 with flag 2467219/455000
74.57/73.90	c cleaning 29998 clauses out of 60060 with flag 2651626/486002
80.07/79.33	c cleaning 31024 clauses out of 62062 with flag 2840389/518002
85.66/84.97	c cleaning 31977 clauses out of 64037 with flag 3038946/551001
91.66/90.92	c cleaning 33012 clauses out of 66060 with flag 3243941/585001
97.77/97.08	c cleaning 34004 clauses out of 68048 with flag 3455373/620001
104.36/103.62	c cleaning 34986 clauses out of 70043 with flag 3675040/656000
111.26/110.52	c cleaning 36020 clauses out of 72058 with flag 3901713/693001
118.26/117.59	c cleaning 36999 clauses out of 74038 with flag 4133112/731001
125.76/125.06	c cleaning 38006 clauses out of 76039 with flag 4372138/770001
133.65/132.97	c cleaning 39008 clauses out of 78032 with flag 4618623/810000
141.75/141.08	c cleaning 40007 clauses out of 80024 with flag 4876503/851000
150.05/149.35	c cleaning 40973 clauses out of 82018 with flag 5138107/893001
158.86/158.19	c cleaning 42014 clauses out of 84044 with flag 5408013/936000
167.81/167.00	c cleaning 42982 clauses out of 86031 with flag 5683817/980001
176.51/175.78	c cleaning 44000 clauses out of 88048 with flag 5968329/1025000
186.01/185.20	c cleaning 45008 clauses out of 90048 with flag 6255282/1071000
195.71/194.92	c cleaning 46000 clauses out of 92040 with flag 6549632/1118000
205.70/204.99	c cleaning 47003 clauses out of 94040 with flag 6852892/1166000
216.41/215.63	c cleaning 48008 clauses out of 96037 with flag 7162518/1215000
227.20/226.48	c cleaning 49006 clauses out of 98029 with flag 7478488/1265000
238.51/237.78	c cleaning 50012 clauses out of 100024 with flag 7798946/1316001
250.30/249.55	c cleaning 51000 clauses out of 102011 with flag 8129068/1368000
262.49/261.74	c cleaning 51998 clauses out of 104011 with flag 8467773/1421000
275.00/274.21	c cleaning 52958 clauses out of 106013 with flag 8812929/1475000
287.65/286.82	c cleaning 54013 clauses out of 108055 with flag 9159038/1530000
300.35/299.54	c cleaning 55014 clauses out of 110043 with flag 9514820/1586001
313.54/312.74	c cleaning 56005 clauses out of 112028 with flag 9879479/1643000
327.14/326.30	c cleaning 57010 clauses out of 114024 with flag 10246427/1701001
341.45/340.60	c cleaning 57975 clauses out of 116013 with flag 10617727/1760000
355.96/355.15	c cleaning 58988 clauses out of 118039 with flag 11001574/1820001
370.96/370.19	c cleaning 59981 clauses out of 120051 with flag 11386484/1881001
386.26/385.50	c cleaning 60988 clauses out of 122069 with flag 11783625/1943000
402.16/401.34	c cleaning 62018 clauses out of 124081 with flag 12186701/2006000
418.42/417.58	c cleaning 63018 clauses out of 126063 with flag 12590756/2070000
435.03/434.18	c cleaning 64015 clauses out of 128046 with flag 13006412/2135001
451.73/450.85	c cleaning 64987 clauses out of 130030 with flag 13426644/2201000
469.05/468.14	c cleaning 65998 clauses out of 132043 with flag 13850207/2268000
486.96/486.07	c cleaning 66993 clauses out of 134047 with flag 14284981/2336002
505.17/504.20	c cleaning 67967 clauses out of 136055 with flag 14724679/2405003
524.06/523.10	c cleaning 69014 clauses out of 138085 with flag 15170011/2475000
543.78/542.88	c cleaning 70008 clauses out of 140073 with flag 15622068/2546002
563.44/562.47	c cleaning 71007 clauses out of 142065 with flag 16077741/2618002
584.26/583.26	c cleaning 72002 clauses out of 144058 with flag 16537888/2691002
604.96/603.92	c cleaning 73003 clauses out of 146055 with flag 17001591/2765001
626.57/625.50	c cleaning 74015 clauses out of 148051 with flag 17476938/2840000
648.56/647.53	c cleaning 74999 clauses out of 150036 with flag 17956730/2916000
671.27/670.24	c cleaning 76007 clauses out of 152037 with flag 18443785/2993000
694.47/693.41	c cleaning 76985 clauses out of 154031 with flag 18935453/3071001
718.16/717.09	c cleaning 77998 clauses out of 156045 with flag 19435138/3150000
742.47/741.35	c cleaning 78990 clauses out of 158047 with flag 19938173/3230000
767.18/766.03	c cleaning 79997 clauses out of 160057 with flag 20453137/3311000
792.19/791.05	c cleaning 81016 clauses out of 162060 with flag 20977457/3393000
818.39/817.30	c cleaning 81975 clauses out of 164046 with flag 21501058/3476002
845.20/844.00	c cleaning 82994 clauses out of 166071 with flag 22027583/3560002
871.89/870.65	c cleaning 84004 clauses out of 168075 with flag 22568715/3645000
898.80/897.60	c cleaning 85029 clauses out of 170071 with flag 23114729/3731000
926.91/925.68	c cleaning 85997 clauses out of 172042 with flag 23665164/3818000
955.42/954.16	c cleaning 87006 clauses out of 174045 with flag 24225435/3906000
984.84/983.57	c cleaning 88002 clauses out of 176041 with flag 24787788/3995002
1014.67/1013.28	c cleaning 88978 clauses out of 178038 with flag 25356750/4085001
1045.27/1043.84	c cleaning 90009 clauses out of 180060 with flag 25936603/4176001
1076.18/1074.72	c cleaning 91000 clauses out of 182051 with flag 26516580/4268001
1107.38/1105.97	c cleaning 92000 clauses out of 184050 with flag 27103171/4361000
1140.00/1138.56	c cleaning 93005 clauses out of 186050 with flag 27697491/4455000
1173.21/1171.63	c cleaning 94018 clauses out of 188045 with flag 28302152/4550000
1207.11/1205.56	c cleaning 94997 clauses out of 190028 with flag 28909200/4646001
1241.52/1239.92	c cleaning 95993 clauses out of 192030 with flag 29522850/4743000
1276.33/1274.74	c cleaning 96963 clauses out of 194037 with flag 30147031/4841000
1312.35/1310.65	c cleaning 98016 clauses out of 196074 with flag 30777636/4940000
1348.25/1346.53	c cleaning 99019 clauses out of 198058 with flag 31412874/5040000
1385.35/1383.63	c cleaning 100003 clauses out of 200040 with flag 32053750/5141001
1422.46/1420.76	c cleaning 101018 clauses out of 202036 with flag 32701272/5243000
1461.15/1459.22	c cleaning 101995 clauses out of 204018 with flag 33356236/5346000
1500.17/1498.26	c cleaning 102976 clauses out of 206024 with flag 34015252/5450001
1539.57/1537.69	c cleaning 104011 clauses out of 208047 with flag 34675927/5555000
1580.38/1578.44	c cleaning 105001 clauses out of 210036 with flag 35342239/5661000
1621.01/1618.98	c cleaning 106018 clauses out of 212035 with flag 36015079/5768000
1662.52/1660.48	c cleaning 106953 clauses out of 214017 with flag 36692900/5876000
1705.03/1702.96	c cleaning 108013 clauses out of 216064 with flag 37382371/5985000
1749.13/1746.97	c cleaning 109018 clauses out of 218053 with flag 38077496/6095002
1793.83/1791.60	c cleaning 109999 clauses out of 220033 with flag 38776099/6206000
1800.03/1797.80	c starts		: 54206
1800.03/1797.80	c conflicts		: 6226241
1800.03/1797.80	c decisions		: 66786796
1800.03/1797.80	c propagations		: 879276804
1800.03/1797.80	c inspects		: 23809320905
1800.03/1797.80	c shortcuts		: 0
1800.03/1797.80	c learnt literals	: 2
1800.03/1797.80	c learnt binary clauses	: 40
1800.03/1797.80	c learnt ternary clauses	: 520
1800.03/1797.80	c learnt constraints	: 6226239
1800.03/1797.80	c ignored constraints	: 0
1800.03/1797.80	c root simplifications	: 0
1800.03/1797.80	c removed literals (reason simplification)	: 0
1800.03/1797.80	c reason swapping (by a shorter reason)	: 0
1800.03/1797.80	c Calls to reduceDB	: 107
1800.03/1797.80	c Number of update (reduction) of LBD	: 1265350
1800.03/1797.80	c Imported unit clauses	: 0
1800.03/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.80	c number of learned constraints concerned by reduction	: 0
1800.03/1797.80	c number of learning phase by resolution	: 0
1800.03/1797.80	c number of learning phase by cutting planes	: 0
1800.03/1797.80	c speed (assignments/second)	: 489196.9925247081
1800.03/1797.80	c non guided choices	13589
1800.03/1797.80	c timeout
1800.03/1797.83	c learnt constraints type 
1800.03/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1800.03/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 130235
1800.03/1797.83	s UNKNOWN
1800.03/1797.83	c Total wall clock time (in seconds): 1797.714

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-4115977-1466945456/watcher-4115977-1466945456 -o /tmp/evaluation-result-4115977-1466945456/solver-4115977-1466945456 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4115977-1466945456.opb 

pid=19359
running on 4 cores: 1,3,5,7

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.26 2.21 2.11 3/195 19362
/proc/meminfo: memFree=30095364/32872528 swapFree=1643088/1798432
[pid=19362] ppid=19359 vsize=268 CPUtime=0 cores=1,3,5,7
/proc/19362/stat : 19362 (java) R 19359 19362 19053 0 -1 4194304 331 0 0 0 0 0 0 0 20 0 1 0 27584764 274432 4 33554432000 0 0 140734216328751 140737450137544 260190137783 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/19362/statm: 67 15 8 9 0 24 0

[startup+0.100059 s]
/proc/loadavg: 2.26 2.21 2.11 3/195 19362
/proc/meminfo: memFree=30095364/32872528 swapFree=1643088/1798432
[pid=19362] ppid=19359 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/19362/stat : 19362 (java) S 19359 19362 19053 0 -1 4202496 4407 0 1 0 7 1 0 0 20 0 18 0 27584764 9787879424 6029 33554432000 1073741824 1073778376 140734216322752 140734216313888 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19362/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.26 2.21 2.11 3/195 19362
/proc/meminfo: memFree=30095364/32872528 swapFree=1643088/1798432
[pid=19362] ppid=19359 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/19362/stat : 19362 (java) S 19359 19362 19053 0 -1 4202496 4861 0 1 0 24 1 0 0 20 0 18 0 27584764 9787879424 6910 33554432000 1073741824 1073778376 140734216322752 140734216313888 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19362/statm: 2389619 6911 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300238 s]
/proc/loadavg: 2.26 2.21 2.11 3/195 19362
/proc/meminfo: memFree=30095364/32872528 swapFree=1643088/1798432
[pid=19362] ppid=19359 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/19362/stat : 19362 (java) S 19359 19362 19053 0 -1 4202496 5932 0 1 0 46 2 0 0 20 0 18 0 27584764 9787879424 8945 33554432000 1073741824 1073778376 140734216322752 140734216313888 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19362/statm: 2389619 8945 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 2.26 2.21 2.11 3/195 19362
/proc/meminfo: memFree=30095364/32872528 swapFree=1643088/1798432
[pid=19362] ppid=19359 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/19362/stat : 19362 (java) S 19359 19362 19053 0 -1 4202496 9187 0 1 0 128 3 0 0 20 0 19 0 27584764 9856040960 15278 33554432000 1073741824 1073778376 140734216322752 140734216313888 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19362/statm: 2406260 15278 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.26 2.21 2.11 5/214 19381
/proc/meminfo: memFree=30042652/32872528 swapFree=1643088/1798432
[pid=19362] ppid=19359 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/19362/stat : 19362 (java) S 19359 19362 19053 0 -1 4202496 9243 0 1 0 214 3 0 0 20 0 19 0 27584764 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140734216313888 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19362/statm: 2406260 15797 2270 9 0 2396937 0
[pid=19362/tid=19364] ppid=19359 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/19362/task/19364/stat : 19364 (java) R 19359 19362 19053 0 -1 4202560 2419 0 1 0 144 2 0 0 20 0 19 0 27584765 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296369766096 140296197356316 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19365] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19365/stat : 19365 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296331266856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19366] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19366/stat : 19366 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296330214056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19367] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19367/stat : 19367 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296329161768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19368] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19368/stat : 19368 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296328108968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19369] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19369/stat : 19369 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296327055656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19370] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19370/stat : 19370 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296326002856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19371] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19371/stat : 19371 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296324950568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19372] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19372/stat : 19372 (java) S 19359 19362 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296323897768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19373] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19373/stat : 19373 (java) S 19359 19362 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27584767 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296193026792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19374] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19374/stat : 19374 (java) S 19359 19362 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296191972856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19375] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19375/stat : 19375 (java) S 19359 19362 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296190920456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19376] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19376/stat : 19376 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296189868944 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19377] ppid=19359 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/19362/task/19377/stat : 19377 (java) S 19359 19362 19053 0 -1 4202560 1866 0 0 0 29 0 0 0 20 0 19 0 27584770 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296188815544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19378] ppid=19359 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/19362/task/19378/stat : 19378 (java) S 19359 19362 19053 0 -1 4202560 3682 0 0 0 39 0 0 0 20 0 19 0 27584770 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296187762744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19379] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19379/stat : 19379 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296186710648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19380] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19380/stat : 19380 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296185658056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19381] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19381/stat : 19381 (java) S 19359 19362 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27584806 9856040960 15797 33554432000 1073741824 1073778376 140734216322752 140296184604072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.26 2.21 2.11 3/214 19381
/proc/meminfo: memFree=30040108/32872528 swapFree=1643088/1798432
[pid=19362] ppid=19359 vsize=9625040 CPUtime=3.82 cores=1,3,5,7
/proc/19362/stat : 19362 (java) S 19359 19362 19053 0 -1 4202496 9245 0 1 0 378 4 0 0 20 0 19 0 27584764 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140734216313888 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19362/statm: 2406260 16309 2270 9 0 2396937 0
[pid=19362/tid=19364] ppid=19359 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/19362/task/19364/stat : 19364 (java) R 19359 19362 19053 0 -1 4202560 2421 0 1 0 304 2 0 0 20 0 19 0 27584765 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296369774920 140296197881410 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19365] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19365/stat : 19365 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296331266856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19366] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19366/stat : 19366 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296330214056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19367] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19367/stat : 19367 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296329161768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19368] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19368/stat : 19368 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296328108968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19369] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19369/stat : 19369 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296327055656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19370] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19370/stat : 19370 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296326002856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19371] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19371/stat : 19371 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296324950568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19372] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19372/stat : 19372 (java) S 19359 19362 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296323897768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19373] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19373/stat : 19373 (java) S 19359 19362 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27584767 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296193026792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19374] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19374/stat : 19374 (java) S 19359 19362 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296191972856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19375] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19375/stat : 19375 (java) S 19359 19362 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296190920456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19376] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19376/stat : 19376 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296189868944 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19377] ppid=19359 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/19362/task/19377/stat : 19377 (java) S 19359 19362 19053 0 -1 4202560 1866 0 0 0 31 0 0 0 20 0 19 0 27584770 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296188815544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19378] ppid=19359 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/19362/task/19378/stat : 19378 (java) S 19359 19362 19053 0 -1 4202560 3682 0 0 0 41 0 0 0 20 0 19 0 27584770 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296187762744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19379] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19379/stat : 19379 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296186710648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19380] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19380/stat : 19380 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296185658056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19381] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19381/stat : 19381 (java) S 19359 19362 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27584806 9856040960 16309 33554432000 1073741824 1073778376 140734216322752 140296184604072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.31 2.23 2.11 3/213 19381
/proc/meminfo: memFree=30031720/32872528 swapFree=1643088/1798432
[pid=19362] ppid=19359 vsize=9625040 CPUtime=7.03 cores=1,3,5,7
/proc/19362/stat : 19362 (java) S 19359 19362 19053 0 -1 4202496 9251 0 1 0 699 4 0 0 20 0 19 0 27584764 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140734216313888 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19362/statm: 2406260 18212 2271 9 0 2396937 0
[pid=19362/tid=19364] ppid=19359 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/19362/task/19364/stat : 19364 (java) R 19359 19362 19053 0 -1 4202560 2426 0 1 0 623 3 0 0 20 0 19 0 27584765 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296369766080 140296197854827 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19365] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19365/stat : 19365 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296331266856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19366] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19366/stat : 19366 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296330214056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19367] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19367/stat : 19367 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296329161768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19368] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19368/stat : 19368 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296328108968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19369] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19369/stat : 19369 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296327055656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19370] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19370/stat : 19370 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296326002856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19371] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19371/stat : 19371 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296324950568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19372] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19372/stat : 19372 (java) S 19359 19362 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 27584766 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296323897768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19373] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19373/stat : 19373 (java) S 19359 19362 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 27584767 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296193026792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19374] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19374/stat : 19374 (java) S 19359 19362 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296191972856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19375] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19375/stat : 19375 (java) S 19359 19362 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296190920456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19376] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19376/stat : 19376 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296189868944 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19377] ppid=19359 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/19362/task/19377/stat : 19377 (java) S 19359 19362 19053 0 -1 4202560 1866 0 0 0 31 0 0 0 20 0 19 0 27584770 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296188815544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19378] ppid=19359 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/19362/task/19378/stat : 19378 (java) S 19359 19362 19053 0 -1 4202560 3682 0 0 0 43 0 0 0 20 0 19 0 27584770 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296187762744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19379] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19379/stat : 19379 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296186710648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19380] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19380/stat : 19380 (java) S 19359 19362 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296185658056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19381] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19381/stat : 19381 (java) S 19359 19362 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27584806 9856040960 18212 33554432000 1073741824 1073778376 140734216322752 140296184604072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 9625040


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

[pid=19362/tid=19374] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19374/stat : 19374 (java) S 19359 19362 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296191972856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19375] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19375/stat : 19375 (java) S 19359 19362 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296190920456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19376] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19376/stat : 19376 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296189868944 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19377] ppid=19359 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/19362/task/19377/stat : 19377 (java) S 19359 19362 19053 0 -1 4202560 2326 0 0 0 34 1 0 0 20 0 19 0 27584770 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296188815544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19378] ppid=19359 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/19362/task/19378/stat : 19378 (java) S 19359 19362 19053 0 -1 4202560 3682 0 0 0 43 0 0 0 20 0 19 0 27584770 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296187762744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19379] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19379/stat : 19379 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296186710648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19380] ppid=19359 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/19362/task/19380/stat : 19380 (java) S 19359 19362 19053 0 -1 4202560 96 0 0 0 29 38 0 0 20 0 19 0 27584770 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296185658056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19381] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19381/stat : 19381 (java) S 19359 19362 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27584806 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296184604072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1664.42
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.32 2.26 2.19 3/213 19445
/proc/meminfo: memFree=29529348/32872528 swapFree=1643088/1798432
[pid=19362] ppid=19359 vsize=9625040 CPUtime=1724.42 cores=1,3,5,7
/proc/19362/stat : 19362 (java) S 19359 19362 19053 0 -1 4202496 11815 0 1 0 172376 66 0 0 20 0 19 0 27584764 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140734216313888 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19362/statm: 2406260 91422 2285 9 0 2396937 0
[pid=19362/tid=19364] ppid=19359 vsize=9625040 CPUtime=1721.77 cores=1,3,5,7
/proc/19362/task/19364/stat : 19364 (java) R 19359 19362 19053 0 -1 4202560 2484 0 1 0 172146 31 0 0 20 0 19 0 27584765 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296369766176 140296197881555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19365] ppid=19359 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/19362/task/19365/stat : 19365 (java) S 19359 19362 19053 0 -1 4202560 201 0 0 0 11 2 0 0 20 0 19 0 27584766 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296331266856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19366] ppid=19359 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/19362/task/19366/stat : 19366 (java) S 19359 19362 19053 0 -1 4202560 130 0 0 0 13 2 0 0 20 0 19 0 27584766 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296330214056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19367] ppid=19359 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/19362/task/19367/stat : 19367 (java) S 19359 19362 19053 0 -1 4202560 280 0 0 0 15 4 0 0 20 0 19 0 27584766 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296329161768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19368] ppid=19359 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19362/task/19368/stat : 19368 (java) S 19359 19362 19053 0 -1 4202560 460 0 0 0 15 3 0 0 20 0 19 0 27584766 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296328108968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19369] ppid=19359 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/19362/task/19369/stat : 19369 (java) S 19359 19362 19053 0 -1 4202560 293 0 0 0 13 2 0 0 20 0 19 0 27584766 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296327055656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19370] ppid=19359 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/19362/task/19370/stat : 19370 (java) S 19359 19362 19053 0 -1 4202560 152 0 0 0 16 3 0 0 20 0 19 0 27584766 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296326002856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19371] ppid=19359 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/19362/task/19371/stat : 19371 (java) S 19359 19362 19053 0 -1 4202560 190 0 0 0 12 2 0 0 20 0 19 0 27584766 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296324950568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19372] ppid=19359 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/19362/task/19372/stat : 19372 (java) S 19359 19362 19053 0 -1 4202560 192 0 0 0 21 4 0 0 20 0 19 0 27584766 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296323897768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19373] ppid=19359 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19362/task/19373/stat : 19373 (java) S 19359 19362 19053 0 -1 4202560 63 0 0 0 0 2 0 0 20 0 19 0 27584767 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296193026792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19374] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19374/stat : 19374 (java) S 19359 19362 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296191972856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19375] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19375/stat : 19375 (java) S 19359 19362 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296190920456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19376] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19376/stat : 19376 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296189868944 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19377] ppid=19359 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/19362/task/19377/stat : 19377 (java) S 19359 19362 19053 0 -1 4202560 2326 0 0 0 34 1 0 0 20 0 19 0 27584770 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296188815544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19378] ppid=19359 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/19362/task/19378/stat : 19378 (java) S 19359 19362 19053 0 -1 4202560 3682 0 0 0 43 0 0 0 20 0 19 0 27584770 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296187762744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19379] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19379/stat : 19379 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296186710648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19380] ppid=19359 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/19362/task/19380/stat : 19380 (java) S 19359 19362 19053 0 -1 4202560 100 0 0 0 29 40 0 0 20 0 19 0 27584770 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296185658056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19381] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19381/stat : 19381 (java) S 19359 19362 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27584806 9856040960 91422 33554432000 1073741824 1073778376 140734216322752 140296184604072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.42
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.25 2.19 4/214 19514
/proc/meminfo: memFree=29758628/32872528 swapFree=1643088/1798432
[pid=19362] ppid=19359 vsize=9625040 CPUtime=1784.53 cores=1,3,5,7
/proc/19362/stat : 19362 (java) S 19359 19362 19053 0 -1 4202496 11841 0 1 0 178384 69 0 0 20 0 19 0 27584764 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140734216313888 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19362/statm: 2406260 94491 2285 9 0 2396937 0
[pid=19362/tid=19364] ppid=19359 vsize=9625040 CPUtime=1781.74 cores=1,3,5,7
/proc/19362/task/19364/stat : 19364 (java) R 19359 19362 19053 0 -1 4202560 2485 0 1 0 178142 32 0 0 20 0 19 0 27584765 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296369766176 140296197872210 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19365] ppid=19359 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/19362/task/19365/stat : 19365 (java) S 19359 19362 19053 0 -1 4202560 204 0 0 0 12 2 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296331266856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19366] ppid=19359 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19362/task/19366/stat : 19366 (java) S 19359 19362 19053 0 -1 4202560 133 0 0 0 16 2 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296330214056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19367] ppid=19359 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/19362/task/19367/stat : 19367 (java) S 19359 19362 19053 0 -1 4202560 283 0 0 0 17 4 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296329161768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19368] ppid=19359 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/19362/task/19368/stat : 19368 (java) S 19359 19362 19053 0 -1 4202560 464 0 0 0 15 4 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296328108968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19369] ppid=19359 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/19362/task/19369/stat : 19369 (java) S 19359 19362 19053 0 -1 4202560 296 0 0 0 14 2 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296327055656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19370] ppid=19359 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19362/task/19370/stat : 19370 (java) S 19359 19362 19053 0 -1 4202560 153 0 0 0 17 3 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296326002856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19371] ppid=19359 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/19362/task/19371/stat : 19371 (java) S 19359 19362 19053 0 -1 4202560 191 0 0 0 13 2 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296324950568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19372] ppid=19359 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19362/task/19372/stat : 19372 (java) S 19359 19362 19053 0 -1 4202560 193 0 0 0 23 4 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296323897768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19373] ppid=19359 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19362/task/19373/stat : 19373 (java) S 19359 19362 19053 0 -1 4202560 65 0 0 0 0 2 0 0 20 0 19 0 27584767 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296193026792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19374] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19374/stat : 19374 (java) S 19359 19362 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296191972856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19375] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19375/stat : 19375 (java) S 19359 19362 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296190920456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19376] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19376/stat : 19376 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296189868944 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19377] ppid=19359 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/19362/task/19377/stat : 19377 (java) S 19359 19362 19053 0 -1 4202560 2326 0 0 0 34 1 0 0 20 0 19 0 27584770 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296188815544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19378] ppid=19359 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/19362/task/19378/stat : 19378 (java) S 19359 19362 19053 0 -1 4202560 3682 0 0 0 43 0 0 0 20 0 19 0 27584770 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296187762744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19379] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19379/stat : 19379 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296186710648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19380] ppid=19359 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/19362/task/19380/stat : 19380 (java) S 19359 19362 19053 0 -1 4202560 104 0 0 0 31 41 0 0 20 0 19 0 27584770 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296185658056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19381] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19381/stat : 19381 (java) S 19359 19362 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27584806 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296184604072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.53
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.25 2.26 2.19 3/214 19515
/proc/meminfo: memFree=29737460/32872528 swapFree=1643088/1798432
[pid=19362] ppid=19359 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/19362/stat : 19362 (java) S 19359 19362 19053 0 -1 4202496 11841 0 1 0 179934 69 0 0 20 0 19 0 27584764 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140734216313888 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/19362/statm: 2406260 94491 2285 9 0 2396937 0
[pid=19362/tid=19364] ppid=19359 vsize=9625040 CPUtime=1797.24 cores=1,3,5,7
/proc/19362/task/19364/stat : 19364 (java) R 19359 19362 19053 0 -1 4202560 2485 0 1 0 179692 32 0 0 20 0 19 0 27584765 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296369766176 140296197872045 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19365] ppid=19359 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/19362/task/19365/stat : 19365 (java) S 19359 19362 19053 0 -1 4202560 204 0 0 0 12 2 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296331266856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19366] ppid=19359 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/19362/task/19366/stat : 19366 (java) S 19359 19362 19053 0 -1 4202560 133 0 0 0 16 2 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296330214056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19367] ppid=19359 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/19362/task/19367/stat : 19367 (java) S 19359 19362 19053 0 -1 4202560 283 0 0 0 17 4 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296329161768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19368] ppid=19359 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/19362/task/19368/stat : 19368 (java) S 19359 19362 19053 0 -1 4202560 464 0 0 0 15 4 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296328108968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19369] ppid=19359 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/19362/task/19369/stat : 19369 (java) S 19359 19362 19053 0 -1 4202560 296 0 0 0 14 2 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296327055656 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19370] ppid=19359 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/19362/task/19370/stat : 19370 (java) S 19359 19362 19053 0 -1 4202560 153 0 0 0 17 3 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296326002856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19371] ppid=19359 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/19362/task/19371/stat : 19371 (java) S 19359 19362 19053 0 -1 4202560 191 0 0 0 13 2 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296324950568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19372] ppid=19359 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/19362/task/19372/stat : 19372 (java) S 19359 19362 19053 0 -1 4202560 193 0 0 0 23 4 0 0 20 0 19 0 27584766 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296323897768 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19373] ppid=19359 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/19362/task/19373/stat : 19373 (java) S 19359 19362 19053 0 -1 4202560 65 0 0 0 0 2 0 0 20 0 19 0 27584767 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296193026792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19374] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19374/stat : 19374 (java) S 19359 19362 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296191972856 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19375] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19375/stat : 19375 (java) S 19359 19362 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 27584768 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296190920456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19376] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19376/stat : 19376 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296189868944 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19377] ppid=19359 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/19362/task/19377/stat : 19377 (java) S 19359 19362 19053 0 -1 4202560 2326 0 0 0 34 1 0 0 20 0 19 0 27584770 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296188815544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19378] ppid=19359 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/19362/task/19378/stat : 19378 (java) S 19359 19362 19053 0 -1 4202560 3682 0 0 0 43 0 0 0 20 0 19 0 27584770 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296187762744 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19379] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19379/stat : 19379 (java) S 19359 19362 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27584770 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296186710648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19362/tid=19380] ppid=19359 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/19362/task/19380/stat : 19380 (java) S 19359 19362 19053 0 -1 4202560 104 0 0 0 31 42 0 0 20 0 19 0 27584770 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296185658056 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19362/tid=19381] ppid=19359 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/19362/task/19381/stat : 19381 (java) S 19359 19362 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 27584806 9856040960 94491 33554432000 1073741824 1073778376 140734216322752 140296184604072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 19362 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.84
CPU time (s): 1800.58
CPU user time (s): 1799.44
CPU system time (s): 1.14283
CPU usage (%): 100.153
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 1.14283
maximum resident set size= 378080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11874
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= 38409
involuntary context switches= 12512

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.34358 second user time and 15.3527 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 14:50:56
IDJOB=4115977
IDBENCH=109412
IDSOLVER=2546
FILE ID=node123/4115977-1466945456
RUNJOBID= node123-1466943595-19070
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size80-round22-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4115977-1466945456/watcher-4115977-1466945456 -o /tmp/evaluation-result-4115977-1466945456/solver-4115977-1466945456 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4115977-1466945456.opb

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

MD5SUM BENCH= a60d5b9361e66998e61250a2aafb07d9
RANDOM SEED=64703190

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.608
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.56
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.608
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.608
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.56
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.608
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.608
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30095908 kB
Buffers:            6176 kB
Cached:           106652 kB
SwapCached:         1788 kB
Active:           182572 kB
Inactive:          91040 kB
Active(anon):     162484 kB
Inactive(anon):      924 kB
Active(file):      20088 kB
Inactive(file):    90116 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              1264 kB
Writeback:             0 kB
AnonPages:       1938568 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             564800 kB
SReclaimable:       8872 kB
SUnreclaim:       555928 kB
KernelStack:        1768 kB
PageTables:         7704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2486940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    278528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node123 at 2016-06-26 15:20:54