Trace number 4084693

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.77 1785.45

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
MD5SUM6671ed3c9b389a2223dba62c8a435d2e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31444
Sum of products size (including duplicates)62888
Number of different products15722
Sum of products size31444

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084693-1465264756.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
1.66/0.73	c ... done. Wall clock time 0.62s.
1.66/0.73	c declared #vars     1000
1.66/0.73	c internal #vars     16722
1.66/0.73	c #constraints  32947
1.66/0.73	c constraints type 
1.66/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15722
1.66/0.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.66/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.66/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15722
1.66/0.73	c 32947 constraints processed.
5.55/3.30	c cleaning 2592 clauses out of 5184 with flag 13057/5184
7.72/5.31	c cleaning 4110 clauses out of 8408 with flag 25227/11000
9.92/7.51	c cleaning 5583 clauses out of 11299 with flag 39961/18001
12.22/9.84	c cleaning 6898 clauses out of 13796 with flag 57229/26081
14.80/12.25	c cleaning 7924 clauses out of 15847 with flag 76082/35030
16.50/13.93	c cleaning 8894 clauses out of 17894 with flag 102783/45001
18.90/16.33	c cleaning 10006 clauses out of 20011 with flag 126996/56012
22.51/19.94	c cleaning 11010 clauses out of 22020 with flag 152812/68027
28.40/25.86	c cleaning 11883 clauses out of 23983 with flag 181645/81000
35.00/32.41	c cleaning 13099 clauses out of 26197 with flag 211030/95097
40.42/37.57	c cleaning 13938 clauses out of 28002 with flag 242216/110001
44.33/41.44	c cleaning 14938 clauses out of 30063 with flag 277057/126000
48.43/45.60	c cleaning 15965 clauses out of 32125 with flag 321341/143000
55.83/52.98	c cleaning 17136 clauses out of 34273 with flag 359271/161113
61.72/58.82	c cleaning 18003 clauses out of 36031 with flag 399200/180007
66.42/63.29	c cleaning 18949 clauses out of 38021 with flag 446192/200000
75.11/71.92	c cleaning 20099 clauses out of 40200 with flag 490711/221128
82.52/79.34	c cleaning 20869 clauses out of 41973 with flag 536216/243000
87.62/84.47	c cleaning 22050 clauses out of 44118 with flag 590198/266014
97.03/93.83	c cleaning 23045 clauses out of 46091 with flag 640570/290037
104.12/100.98	c cleaning 23955 clauses out of 48025 with flag 694325/315016
113.29/109.66	c cleaning 25011 clauses out of 50054 with flag 761474/341000
122.19/118.58	c cleaning 25973 clauses out of 52043 with flag 818753/368000
130.69/127.09	c cleaning 26964 clauses out of 54070 with flag 884787/396000
140.10/136.46	c cleaning 27939 clauses out of 56107 with flag 947154/425001
150.69/147.08	c cleaning 28966 clauses out of 58168 with flag 1027374/455001
160.82/156.48	c cleaning 30029 clauses out of 60201 with flag 1097383/486000
172.33/167.98	c cleaning 30998 clauses out of 62172 with flag 1164833/518000
182.33/177.93	c cleaning 32013 clauses out of 64174 with flag 1240664/551000
194.12/189.74	c cleaning 33012 clauses out of 66167 with flag 1314977/585006
206.83/202.44	c cleaning 34074 clauses out of 68165 with flag 1393661/620016
218.63/214.23	c cleaning 34929 clauses out of 70076 with flag 1476316/656001
230.54/226.11	c cleaning 35956 clauses out of 72147 with flag 1559929/693001
245.08/239.69	c cleaning 37015 clauses out of 74190 with flag 1646333/731000
260.19/254.72	c cleaning 37996 clauses out of 76175 with flag 1729487/770000
275.09/269.63	c cleaning 39038 clauses out of 78179 with flag 1820548/810000
288.40/282.98	c cleaning 39938 clauses out of 80142 with flag 1914678/851001
301.59/296.15	c cleaning 41026 clauses out of 82207 with flag 2015124/893004
317.51/310.74	c cleaning 42084 clauses out of 84180 with flag 2116721/936003
333.31/326.53	c cleaning 42945 clauses out of 86093 with flag 2215892/980000
347.42/340.65	c cleaning 44023 clauses out of 88160 with flag 2323385/1025012
364.23/357.41	c cleaning 44992 clauses out of 90126 with flag 2426958/1071001
379.73/372.95	c cleaning 46059 clauses out of 92160 with flag 2541077/1118027
396.63/389.83	c cleaning 46973 clauses out of 94074 with flag 2656114/1166000
415.54/407.79	c cleaning 47978 clauses out of 96104 with flag 2767554/1215003
433.33/425.53	c cleaning 48934 clauses out of 98123 with flag 2890289/1265000
450.93/443.10	c cleaning 50001 clauses out of 100189 with flag 3026083/1316000
469.73/461.92	c cleaning 51095 clauses out of 102223 with flag 3153297/1368035
489.02/481.25	c cleaning 51987 clauses out of 104093 with flag 3286205/1421000
510.90/502.55	c cleaning 52972 clauses out of 106107 with flag 3425268/1475001
531.20/522.82	c cleaning 54020 clauses out of 108134 with flag 3578892/1530000
551.91/543.54	c cleaning 54968 clauses out of 110114 with flag 3729904/1586000
573.11/564.76	c cleaning 56020 clauses out of 112147 with flag 3896702/1643001
594.89/585.60	c cleaning 56968 clauses out of 114126 with flag 4092662/1701000
608.90/599.65	c cleaning 58036 clauses out of 116162 with flag 4323288/1760004
619.50/610.20	c cleaning 59035 clauses out of 118125 with flag 4525042/1820003
638.10/628.88	c cleaning 59958 clauses out of 120087 with flag 4755397/1881000
662.15/652.41	c cleaning 60992 clauses out of 122129 with flag 4965207/1943000
687.94/678.26	c cleaning 62016 clauses out of 124138 with flag 5160314/2006001
714.95/705.29	c cleaning 62985 clauses out of 126123 with flag 5352011/2070002
744.24/734.50	c cleaning 64003 clauses out of 128147 with flag 5533908/2135011
776.81/766.27	c cleaning 64977 clauses out of 130134 with flag 5708835/2201001
808.52/797.94	c cleaning 66010 clauses out of 132156 with flag 5892588/2268000
843.03/832.43	c cleaning 67014 clauses out of 134146 with flag 6069584/2336000
880.21/869.29	c cleaning 68006 clauses out of 136132 with flag 6245474/2405000
919.41/908.43	c cleaning 68997 clauses out of 138126 with flag 6418194/2475000
958.82/947.80	c cleaning 70022 clauses out of 140129 with flag 6602851/2546000
1002.27/990.52	c cleaning 70968 clauses out of 142108 with flag 6779362/2618001
1044.28/1032.58	c cleaning 71953 clauses out of 144139 with flag 6965212/2691000
1088.28/1076.53	c cleaning 73027 clauses out of 146187 with flag 7145824/2765001
1136.93/1124.87	c cleaning 73977 clauses out of 148160 with flag 7325542/2840001
1188.42/1176.34	c cleaning 74987 clauses out of 150182 with flag 7502491/2916000
1242.79/1230.04	c cleaning 76044 clauses out of 152196 with flag 7685654/2993001
1293.49/1280.80	c cleaning 76961 clauses out of 154151 with flag 7868384/3071000
1347.30/1334.56	c cleaning 78045 clauses out of 156211 with flag 8049967/3150021
1405.84/1392.77	c cleaning 78975 clauses out of 158145 with flag 8243591/3230000
1465.27/1452.16	c cleaning 80025 clauses out of 160171 with flag 8435065/3311001
1530.84/1517.15	c cleaning 80975 clauses out of 162146 with flag 8620932/3393001
1591.87/1578.14	c cleaning 82025 clauses out of 164170 with flag 8814260/3476000
1660.50/1646.45	c cleaning 83084 clauses out of 166167 with flag 9004274/3560022
1728.71/1714.68	c cleaning 83987 clauses out of 168062 with flag 9195127/3645001
1797.77/1783.13	c cleaning 85059 clauses out of 170117 with flag 9394824/3731043
1800.07/1785.41	c starts		: 1
1800.07/1785.41	c conflicts		: 3733821
1800.07/1785.41	c decisions		: 39766432
1800.07/1785.41	c propagations		: 107006871
1800.07/1785.41	c inspects		: 21971905624
1800.07/1785.41	c shortcuts		: 0
1800.07/1785.41	c learnt literals	: 0
1800.07/1785.41	c learnt binary clauses	: 0
1800.07/1785.41	c learnt ternary clauses	: 0
1800.07/1785.41	c learnt constraints	: 3733821
1800.07/1785.41	c ignored constraints	: 0
1800.07/1785.41	c root simplifications	: 0
1800.07/1785.41	c removed literals (reason simplification)	: 0
1800.07/1785.41	c reason swapping (by a shorter reason)	: 0
1800.07/1785.41	c Calls to reduceDB	: 82
1800.07/1785.41	c Number of update (reduction) of LBD	: 434018
1800.07/1785.41	c Imported unit clauses	: 0
1800.07/1785.41	c number of reductions to clauses (during analyze)	: 0
1800.07/1785.41	c number of learned constraints concerned by reduction	: 0
1800.07/1785.41	c number of learning phase by resolution	: 0
1800.07/1785.41	c number of learning phase by cutting planes	: 0
1800.07/1785.41	c speed (assignments/second)	: 59959.21410284642
1800.07/1785.41	c non guided choices	16183
1800.07/1785.41	c timeout
1800.07/1785.43	c learnt constraints type 
1800.07/1785.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 87836
1800.07/1785.43	s UNKNOWN
1800.07/1785.43	c Total wall clock time (in seconds): 1785.323

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-4084693-1465264756/watcher-4084693-1465264756 -o /tmp/evaluation-result-4084693-1465264756/solver-4084693-1465264756 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5697 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084693-1465264756.opb 

pid=8651
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.20 2.27 2.22 4/194 8654
/proc/meminfo: memFree=30043656/32872528 swapFree=13072/1184284
[pid=8654] ppid=8651 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/8654/stat : 8654 (java) R 8651 8654 5680 0 -1 4202496 423 0 0 0 0 0 0 0 20 0 1 0 108410261 9445376 93 33554432000 1073741824 1073778376 140733317666560 140733317663688 271778362807 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/8654/statm: 2306 94 75 9 0 38 0

[startup+0.100111 s]
/proc/loadavg: 2.20 2.27 2.22 4/194 8654
/proc/meminfo: memFree=30043656/32872528 swapFree=13072/1184284
[pid=8654] ppid=8651 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8654/stat : 8654 (java) S 8651 8654 5680 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 108410261 9787879424 6036 33554432000 1073741824 1073778376 140733317666560 140733317657696 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8654/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 2.20 2.27 2.22 4/194 8654
/proc/meminfo: memFree=30043656/32872528 swapFree=13072/1184284
[pid=8654] ppid=8651 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/8654/stat : 8654 (java) S 8651 8654 5680 0 -1 4202496 4663 0 1 0 23 1 0 0 20 0 18 0 108410261 9787879424 6731 33554432000 1073741824 1073778376 140733317666560 140733317657696 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8654/statm: 2389619 6731 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 2.20 2.27 2.22 4/194 8654
/proc/meminfo: memFree=30043656/32872528 swapFree=13072/1184284
[pid=8654] ppid=8651 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/8654/stat : 8654 (java) S 8651 8654 5680 0 -1 4202496 5306 0 1 0 44 2 0 0 20 0 18 0 108410261 9787879424 8807 33554432000 1073741824 1073778376 140733317666560 140733317657696 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8654/statm: 2389619 8807 2239 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700248 s]
/proc/loadavg: 2.20 2.27 2.22 4/194 8654
/proc/meminfo: memFree=30043656/32872528 swapFree=13072/1184284
[pid=8654] ppid=8651 vsize=9558476 CPUtime=1.66 cores=1,3,5,7
/proc/8654/stat : 8654 (java) S 8651 8654 5680 0 -1 4202496 22341 0 1 0 158 8 0 0 20 0 18 0 108410261 9787879424 53902 33554432000 1073741824 1073778376 140733317666560 140733317657696 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8654/statm: 2389619 53902 2267 9 0 2380296 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.20 2.27 2.22 6/213 8673
/proc/meminfo: memFree=29830572/32872528 swapFree=13072/1184284
[pid=8654] ppid=8651 vsize=9625040 CPUtime=3.76 cores=1,3,5,7
/proc/8654/stat : 8654 (java) S 8651 8654 5680 0 -1 4202496 30812 0 1 0 366 10 0 0 20 0 19 0 108410261 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140733317657696 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8654/statm: 2406260 55348 2282 9 0 2396937 0
[pid=8654/tid=8656] ppid=8651 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (java) R 8651 8654 5680 0 -1 4202560 2488 0 1 0 141 3 0 0 20 0 19 0 108410262 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040413823008 140040245089138 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8657] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (java) S 8651 8654 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040375322920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8658] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (java) S 8651 8654 5680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040374270120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8659] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8659/stat : 8659 (java) S 8651 8654 5680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040373217832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8660] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8660/stat : 8660 (java) S 8651 8654 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040372165032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8661] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8661/stat : 8661 (java) S 8651 8654 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040371112744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8662] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8662/stat : 8662 (java) S 8651 8654 5680 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040370059944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8663] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8663/stat : 8663 (java) S 8651 8654 5680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040369007656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8664] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8664/stat : 8664 (java) S 8651 8654 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040367954856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8665] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8665/stat : 8665 (java) S 8651 8654 5680 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 108410264 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040237713640 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8666] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8666/stat : 8666 (java) S 8651 8654 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040236659704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8667] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8667/stat : 8667 (java) S 8651 8654 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040235607304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8668] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8668/stat : 8668 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040234555792 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8669] ppid=8651 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/8654/task/8669/stat : 8669 (java) S 8651 8654 5680 0 -1 4202560 16116 0 0 0 113 4 0 0 20 0 19 0 108410267 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040233503416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8670] ppid=8651 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/8654/task/8670/stat : 8670 (java) S 8651 8654 5680 0 -1 4202560 10819 0 0 0 102 3 0 0 20 0 19 0 108410267 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040232450616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8671] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8671/stat : 8671 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040231398520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8672] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8672/stat : 8672 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040230345928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8673] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8673/stat : 8673 (java) S 8651 8654 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108410337 9856040960 55348 33554432000 1073741824 1073778376 140733317666560 140040229290920 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.20 2.27 2.22 4/213 8673
/proc/meminfo: memFree=29830324/32872528 swapFree=13072/1184284
[pid=8654] ppid=8651 vsize=9625040 CPUtime=5.45 cores=1,3,5,7
/proc/8654/stat : 8654 (java) S 8651 8654 5680 0 -1 4202496 30816 0 1 0 535 10 0 0 20 0 19 0 108410261 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140733317657696 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8654/statm: 2406260 55350 2284 9 0 2396937 0
[pid=8654/tid=8656] ppid=8651 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (java) R 8651 8654 5680 0 -1 4202560 2490 0 1 0 301 3 0 0 20 0 19 0 108410262 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040413831336 140040245130680 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8657] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (java) S 8651 8654 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040375322920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8658] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (java) S 8651 8654 5680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040374270120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8659] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8659/stat : 8659 (java) S 8651 8654 5680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040373217832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8660] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8660/stat : 8660 (java) S 8651 8654 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040372165032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8661] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8661/stat : 8661 (java) S 8651 8654 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040371112744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8662] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8662/stat : 8662 (java) S 8651 8654 5680 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040370059944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8663] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8663/stat : 8663 (java) S 8651 8654 5680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040369007656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8664] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8664/stat : 8664 (java) S 8651 8654 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040367954856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8665] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8665/stat : 8665 (java) S 8651 8654 5680 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 108410264 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040237713640 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8666] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8666/stat : 8666 (java) S 8651 8654 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040236659704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8667] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8667/stat : 8667 (java) S 8651 8654 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040235607304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8668] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8668/stat : 8668 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040234555792 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8669] ppid=8651 vsize=9625040 CPUtime=1.25 cores=1,3,5,7
/proc/8654/task/8669/stat : 8669 (java) S 8651 8654 5680 0 -1 4202560 16118 0 0 0 121 4 0 0 20 0 19 0 108410267 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040233503416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8670] ppid=8651 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/8654/task/8670/stat : 8670 (java) S 8651 8654 5680 0 -1 4202560 10819 0 0 0 102 3 0 0 20 0 19 0 108410267 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040232450616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8671] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8671/stat : 8671 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040231398520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8672] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8672/stat : 8672 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040230345928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8673] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8673/stat : 8673 (java) S 8651 8654 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108410337 9856040960 55350 33554432000 1073741824 1073778376 140733317666560 140040229290920 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.18 2.27 2.22 4/213 8673
/proc/meminfo: memFree=29830416/32872528 swapFree=13072/1184284
[pid=8654] ppid=8651 vsize=9625040 CPUtime=8.72 cores=1,3,5,7
/proc/8654/stat : 8654 (java) S 8651 8654 5680 0 -1 4202496 30825 0 1 0 862 10 0 0 20 0 19 0 108410261 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140733317657696 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8654/statm: 2406260 55192 2290 9 0 2396937 0
[pid=8654/tid=8656] ppid=8651 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (java) R 8651 8654 5680 0 -1 4202560 2493 0 1 0 621 3 0 0 20 0 19 0 108410262 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040413822688 140040245120881 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8657] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (java) S 8651 8654 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040375322920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8658] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (java) S 8651 8654 5680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040374270120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8659] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8659/stat : 8659 (java) S 8651 8654 5680 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040373217832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8660] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8660/stat : 8660 (java) S 8651 8654 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040372165032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8661] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8661/stat : 8661 (java) S 8651 8654 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040371112744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8662] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8662/stat : 8662 (java) S 8651 8654 5680 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040370059944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8663] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8663/stat : 8663 (java) S 8651 8654 5680 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040369007656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8664] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8664/stat : 8664 (java) S 8651 8654 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 108410263 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040367954856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8665] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8665/stat : 8665 (java) S 8651 8654 5680 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 108410264 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040237713640 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8666] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8666/stat : 8666 (java) S 8651 8654 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040236659704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8667] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8667/stat : 8667 (java) S 8651 8654 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040235607304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8668] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8668/stat : 8668 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040234555792 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8669] ppid=8651 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/8654/task/8669/stat : 8669 (java) S 8651 8654 5680 0 -1 4202560 16121 0 0 0 125 4 0 0 20 0 19 0 108410267 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040233503416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8670] ppid=8651 vsize=9625040 CPUtime=1.08 cores=1,3,5,7
/proc/8654/task/8670/stat : 8670 (java) S 8651 8654 5680 0 -1 4202560 10822 0 0 0 105 3 0 0 20 0 19 0 108410267 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040232450616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8671] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8671/stat : 8671 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040231398520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8672] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8672/stat : 8672 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040230345928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8673] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8673/stat : 8673 (java) S 8651 8654 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108410337 9856040960 55192 33554432000 1073741824 1073778376 140733317666560 140040229290920 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.72
Current children cumulated vsize (KiB) 9625040


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

[pid=8654/tid=8666] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8666/stat : 8666 (java) S 8651 8654 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040236659704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8667] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8667/stat : 8667 (java) S 8651 8654 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040235607304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8668] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8668/stat : 8668 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040234555792 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8669] ppid=8651 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/8654/task/8669/stat : 8669 (java) S 8651 8654 5680 0 -1 4202560 16134 0 0 0 133 4 0 0 20 0 19 0 108410267 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040233503416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8670] ppid=8651 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/8654/task/8670/stat : 8670 (java) S 8651 8654 5680 0 -1 4202560 10822 0 0 0 106 3 0 0 20 0 19 0 108410267 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040232450616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8671] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8671/stat : 8671 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040231398520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8672] ppid=8651 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/8654/task/8672/stat : 8672 (java) S 8651 8654 5680 0 -1 4202560 95 0 0 0 26 40 0 0 20 0 19 0 108410267 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040230345928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8673] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8673/stat : 8673 (java) S 8651 8654 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108410337 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040229290920 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1676.4
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.27 2.20 2.18 3/213 8806
/proc/meminfo: memFree=26730552/32872528 swapFree=13072/1184284
[pid=8654] ppid=8651 vsize=9625040 CPUtime=1736.41 cores=1,3,5,7
/proc/8654/stat : 8654 (java) S 8651 8654 5680 0 -1 4202496 42096 0 1 0 173213 428 0 0 20 0 19 0 108410261 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140733317657696 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8654/statm: 2406260 839273 2299 9 0 2396937 0
[pid=8654/tid=8656] ppid=8651 vsize=9625040 CPUtime=1716.63 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (java) R 8651 8654 5680 0 -1 4202560 3401 0 1 0 171625 38 0 0 20 0 19 0 108410262 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040413822672 140040245121866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8657] ppid=8651 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (java) S 8651 8654 5680 0 -1 4202560 1121 0 0 0 135 58 0 0 20 0 19 0 108410263 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040375322920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8658] ppid=8651 vsize=9625040 CPUtime=1.8 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (java) S 8651 8654 5680 0 -1 4202560 996 0 0 0 138 42 0 0 20 0 19 0 108410263 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040374270120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8659] ppid=8651 vsize=9625040 CPUtime=1.83 cores=1,3,5,7
/proc/8654/task/8659/stat : 8659 (java) S 8651 8654 5680 0 -1 4202560 920 0 0 0 136 47 0 0 20 0 19 0 108410263 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040373217832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8660] ppid=8651 vsize=9625040 CPUtime=1.77 cores=1,3,5,7
/proc/8654/task/8660/stat : 8660 (java) S 8651 8654 5680 0 -1 4202560 989 0 0 0 133 44 0 0 20 0 19 0 108410263 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040372165032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8661] ppid=8651 vsize=9625040 CPUtime=2.42 cores=1,3,5,7
/proc/8654/task/8661/stat : 8661 (java) S 8651 8654 5680 0 -1 4202560 1047 0 0 0 185 57 0 0 20 0 19 0 108410263 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040371112744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8662] ppid=8651 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/8654/task/8662/stat : 8662 (java) S 8651 8654 5680 0 -1 4202560 867 0 0 0 150 43 0 0 20 0 19 0 108410263 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040370059944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8663] ppid=8651 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/8654/task/8663/stat : 8663 (java) S 8651 8654 5680 0 -1 4202560 890 0 0 0 159 49 0 0 20 0 19 0 108410263 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040369007656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8664] ppid=8651 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/8654/task/8664/stat : 8664 (java) S 8651 8654 5680 0 -1 4202560 972 0 0 0 108 39 0 0 20 0 19 0 108410263 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040367954856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8665] ppid=8651 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/8654/task/8665/stat : 8665 (java) S 8651 8654 5680 0 -1 4202560 2574 0 0 0 171 3 0 0 20 0 19 0 108410264 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040237713640 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8666] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8666/stat : 8666 (java) S 8651 8654 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040236659704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8667] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8667/stat : 8667 (java) S 8651 8654 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040235607304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8668] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8668/stat : 8668 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040234555792 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8669] ppid=8651 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/8654/task/8669/stat : 8669 (java) S 8651 8654 5680 0 -1 4202560 16134 0 0 0 133 4 0 0 20 0 19 0 108410267 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040233503416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8670] ppid=8651 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/8654/task/8670/stat : 8670 (java) S 8651 8654 5680 0 -1 4202560 10822 0 0 0 106 3 0 0 20 0 19 0 108410267 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040232450616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8671] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8671/stat : 8671 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040231398520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8672] ppid=8651 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/8654/task/8672/stat : 8672 (java) S 8651 8654 5680 0 -1 4202560 99 0 0 0 28 41 0 0 20 0 19 0 108410267 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040230345928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8673] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8673/stat : 8673 (java) S 8651 8654 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108410337 9856040960 839273 33554432000 1073741824 1073778376 140733317666560 140040229290920 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1736.41
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.19 2.19 2.18 3/213 8807
/proc/meminfo: memFree=26797780/32872528 swapFree=13072/1184284
[pid=8654] ppid=8651 vsize=9625040 CPUtime=1796.96 cores=1,3,5,7
/proc/8654/stat : 8654 (java) S 8651 8654 5680 0 -1 4202496 42279 0 1 0 179267 429 0 0 20 0 19 0 108410261 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140733317657696 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8654/statm: 2406260 821478 2299 9 0 2396937 0
[pid=8654/tid=8656] ppid=8651 vsize=9625040 CPUtime=1776.18 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (java) R 8651 8654 5680 0 -1 4202560 3402 0 1 0 177580 38 0 0 20 0 19 0 108410262 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040413830368 140040245295936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8657] ppid=8651 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (java) S 8651 8654 5680 0 -1 4202560 1142 0 0 0 146 58 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040375322920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8658] ppid=8651 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (java) S 8651 8654 5680 0 -1 4202560 996 0 0 0 157 42 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040374270120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8659] ppid=8651 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/8654/task/8659/stat : 8659 (java) S 8651 8654 5680 0 -1 4202560 946 0 0 0 140 47 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040373217832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8660] ppid=8651 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/8654/task/8660/stat : 8660 (java) S 8651 8654 5680 0 -1 4202560 1002 0 0 0 137 44 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040372165032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8661] ppid=8651 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/8654/task/8661/stat : 8661 (java) S 8651 8654 5680 0 -1 4202560 1047 0 0 0 198 57 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040371112744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8662] ppid=8651 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/8654/task/8662/stat : 8662 (java) S 8651 8654 5680 0 -1 4202560 867 0 0 0 155 43 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040370059944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8663] ppid=8651 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/8654/task/8663/stat : 8663 (java) S 8651 8654 5680 0 -1 4202560 928 0 0 0 168 49 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040369007656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8664] ppid=8651 vsize=9625040 CPUtime=1.56 cores=1,3,5,7
/proc/8654/task/8664/stat : 8664 (java) S 8651 8654 5680 0 -1 4202560 988 0 0 0 117 39 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040367954856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8665] ppid=8651 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/8654/task/8665/stat : 8665 (java) S 8651 8654 5680 0 -1 4202560 2638 0 0 0 198 3 0 0 20 0 19 0 108410264 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040237713640 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8666] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8666/stat : 8666 (java) S 8651 8654 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040236659704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8667] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8667/stat : 8667 (java) S 8651 8654 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040235607304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8668] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8668/stat : 8668 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040234555792 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8669] ppid=8651 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/8654/task/8669/stat : 8669 (java) S 8651 8654 5680 0 -1 4202560 16134 0 0 0 133 4 0 0 20 0 19 0 108410267 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040233503416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8670] ppid=8651 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/8654/task/8670/stat : 8670 (java) S 8651 8654 5680 0 -1 4202560 10822 0 0 0 106 3 0 0 20 0 19 0 108410267 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040232450616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8671] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8671/stat : 8671 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040231398520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8672] ppid=8651 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8654/task/8672/stat : 8672 (java) S 8651 8654 5680 0 -1 4202560 103 0 0 0 29 43 0 0 20 0 19 0 108410267 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040230345928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8673] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8673/stat : 8673 (java) S 8651 8654 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108410337 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040229290920 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1796.96
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.41 s]
/proc/loadavg: 2.17 2.19 2.18 3/213 8807
/proc/meminfo: memFree=26778976/32872528 swapFree=13072/1184284
[pid=8654] ppid=8651 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/8654/stat : 8654 (java) S 8651 8654 5680 0 -1 4202496 42279 0 1 0 179578 429 0 0 20 0 19 0 108410261 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140733317657696 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/8654/statm: 2406260 821478 2299 9 0 2396937 0
[pid=8654/tid=8656] ppid=8651 vsize=9625040 CPUtime=1779.28 cores=1,3,5,7
/proc/8654/task/8656/stat : 8656 (java) R 8651 8654 5680 0 -1 4202560 3402 0 1 0 177889 39 0 0 20 0 19 0 108410262 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040413822672 140040245131045 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8657] ppid=8651 vsize=9625040 CPUtime=2.04 cores=1,3,5,7
/proc/8654/task/8657/stat : 8657 (java) S 8651 8654 5680 0 -1 4202560 1142 0 0 0 146 58 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040375322920 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8658] ppid=8651 vsize=9625040 CPUtime=1.99 cores=1,3,5,7
/proc/8654/task/8658/stat : 8658 (java) S 8651 8654 5680 0 -1 4202560 996 0 0 0 157 42 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040374270120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8659] ppid=8651 vsize=9625040 CPUtime=1.87 cores=1,3,5,7
/proc/8654/task/8659/stat : 8659 (java) S 8651 8654 5680 0 -1 4202560 946 0 0 0 140 47 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040373217832 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8660] ppid=8651 vsize=9625040 CPUtime=1.81 cores=1,3,5,7
/proc/8654/task/8660/stat : 8660 (java) S 8651 8654 5680 0 -1 4202560 1002 0 0 0 137 44 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040372165032 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8661] ppid=8651 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/8654/task/8661/stat : 8661 (java) S 8651 8654 5680 0 -1 4202560 1047 0 0 0 198 57 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040371112744 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8662] ppid=8651 vsize=9625040 CPUtime=1.98 cores=1,3,5,7
/proc/8654/task/8662/stat : 8662 (java) S 8651 8654 5680 0 -1 4202560 867 0 0 0 155 43 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040370059944 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8663] ppid=8651 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/8654/task/8663/stat : 8663 (java) S 8651 8654 5680 0 -1 4202560 928 0 0 0 168 49 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040369007656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8654/tid=8664] ppid=8651 vsize=9625040 CPUtime=1.56 cores=1,3,5,7
/proc/8654/task/8664/stat : 8664 (java) S 8651 8654 5680 0 -1 4202560 988 0 0 0 117 39 0 0 20 0 19 0 108410263 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040367954856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8665] ppid=8651 vsize=9625040 CPUtime=2.01 cores=1,3,5,7
/proc/8654/task/8665/stat : 8665 (java) S 8651 8654 5680 0 -1 4202560 2638 0 0 0 198 3 0 0 20 0 19 0 108410264 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040237713640 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8666] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8666/stat : 8666 (java) S 8651 8654 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040236659704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8667] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8667/stat : 8667 (java) S 8651 8654 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 108410265 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040235607304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8668] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8668/stat : 8668 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040234555792 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8654/tid=8669] ppid=8651 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/8654/task/8669/stat : 8669 (java) S 8651 8654 5680 0 -1 4202560 16134 0 0 0 133 4 0 0 20 0 19 0 108410267 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040233503416 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8670] ppid=8651 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/8654/task/8670/stat : 8670 (java) S 8651 8654 5680 0 -1 4202560 10822 0 0 0 106 3 0 0 20 0 19 0 108410267 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040232450616 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8671] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8671/stat : 8671 (java) S 8651 8654 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 108410267 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040231398520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8654/tid=8672] ppid=8651 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8654/task/8672/stat : 8672 (java) S 8651 8654 5680 0 -1 4202560 103 0 0 0 29 43 0 0 20 0 19 0 108410267 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040230345928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8654/tid=8673] ppid=8651 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8654/task/8673/stat : 8673 (java) S 8651 8654 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 108410337 9856040960 821478 33554432000 1073741824 1073778376 140733317666560 140040229290920 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 8654 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1785.45
CPU time (s): 1800.77
CPU user time (s): 1795.91
CPU system time (s): 4.86326
CPU usage (%): 100.858
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.91
system time used= 4.86326
maximum resident set size= 3770956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42314
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38305
involuntary context switches= 10299

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5324 second user time and 13.9429 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-07 03:59:16
IDJOB=4084693
IDBENCH=48350
IDSOLVER=2546
FILE ID=node115/4084693-1465264756
RUNJOBID= node115-1465253623-5697
PBS_JOBID= 19843266
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_3_80.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084693-1465264756/watcher-4084693-1465264756 -o /tmp/evaluation-result-4084693-1465264756/solver-4084693-1465264756 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5697 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084693-1465264756.opb

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

MD5SUM BENCH= 6671ed3c9b389a2223dba62c8a435d2e
RANDOM SEED=413978543

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.174
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.57
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.174
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.174
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.57
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.174
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.57
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.174
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:        30044448 kB
Buffers:           88140 kB
Cached:           218044 kB
SwapCached:         2020 kB
Active:           663068 kB
Inactive:         231676 kB
Active(anon):     586884 kB
Inactive(anon):     4028 kB
Active(file):      76184 kB
Inactive(file):   227648 kB
Unevictable:     1184284 kB
Mlocked:           13072 kB
SwapTotal:      67108856 kB
SwapFree:       67098836 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:       1901172 kB
Mapped:            16496 kB
Shmem:                 0 kB
Slab:             614164 kB
SReclaimable:      57956 kB
SUnreclaim:       556208 kB
KernelStack:        1760 kB
PageTables:         7956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1904808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1873920 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= 71740 MiB
End job on node115 at 2016-06-07 04:29:01