Trace number 4117177

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round22-7.opb
MD5SUM96407df0a4a1c06476a2103be4bab1fa
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 benchmark197.594
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-4117177-1466957033.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.69/0.41	c ... done. Wall clock time 0.294s.
0.69/0.41	c declared #vars     4128
0.69/0.41	c #constraints  9888
0.69/0.41	c constraints type 
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.69/0.41	c org.sat4j.specs.Constr$1 => 856
0.69/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.69/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.69/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.69/0.41	c 9888 constraints processed.
1.76/1.11	c cleaning 2491 clauses out of 4999 with flag 15582/5000
2.78/1.78	c cleaning 4236 clauses out of 8507 with flag 37366/11000
3.57/2.59	c cleaning 5628 clauses out of 11271 with flag 62542/18000
4.49/3.49	c cleaning 6816 clauses out of 13643 with flag 95088/26000
5.62/4.54	c cleaning 7888 clauses out of 15827 with flag 131954/35000
6.71/5.68	c cleaning 8950 clauses out of 17939 with flag 175410/45000
8.11/7.01	c cleaning 9972 clauses out of 19990 with flag 226338/56001
9.61/8.55	c cleaning 11002 clauses out of 22017 with flag 283303/68000
11.31/10.21	c cleaning 12000 clauses out of 24016 with flag 345560/81001
13.10/12.06	c cleaning 12980 clauses out of 26016 with flag 414450/95001
15.10/14.05	c cleaning 14006 clauses out of 28036 with flag 489715/110001
17.32/16.21	c cleaning 14979 clauses out of 30029 with flag 573611/126000
19.62/18.51	c cleaning 16012 clauses out of 32051 with flag 664195/143001
22.12/21.02	c cleaning 17004 clauses out of 34038 with flag 761950/161000
24.71/23.69	c cleaning 17998 clauses out of 36034 with flag 865685/180000
27.81/26.70	c cleaning 18994 clauses out of 38037 with flag 977020/200001
31.01/29.93	c cleaning 20011 clauses out of 40042 with flag 1095370/221000
34.41/33.30	c cleaning 20973 clauses out of 42031 with flag 1224412/243000
38.01/36.90	c cleaning 22020 clauses out of 44059 with flag 1356108/266001
41.91/40.81	c cleaning 23004 clauses out of 46038 with flag 1497781/290000
46.01/44.95	c cleaning 23970 clauses out of 48034 with flag 1642974/315000
50.51/49.41	c cleaning 25011 clauses out of 50064 with flag 1796082/341000
55.01/53.99	c cleaning 25996 clauses out of 52054 with flag 1955241/368001
59.91/58.89	c cleaning 27008 clauses out of 54057 with flag 2120473/396000
64.94/63.88	c cleaning 27990 clauses out of 56049 with flag 2291986/425000
69.83/68.80	c cleaning 29019 clauses out of 58059 with flag 2473277/455000
75.24/74.18	c cleaning 29972 clauses out of 60040 with flag 2662094/486000
80.63/79.55	c cleaning 31004 clauses out of 62069 with flag 2858805/518001
86.23/85.14	c cleaning 32013 clauses out of 64064 with flag 3058320/551000
92.23/91.10	c cleaning 33015 clauses out of 66051 with flag 3265323/585000
98.43/97.37	c cleaning 33982 clauses out of 68036 with flag 3479978/620000
105.03/103.92	c cleaning 35011 clauses out of 70057 with flag 3699569/656003
111.72/110.68	c cleaning 35995 clauses out of 72043 with flag 3923894/693000
119.03/117.99	c cleaning 37025 clauses out of 74049 with flag 4157907/731001
126.64/125.51	c cleaning 37966 clauses out of 76023 with flag 4398210/770000
134.33/133.23	c cleaning 39006 clauses out of 78057 with flag 4648169/810000
142.52/141.42	c cleaning 39986 clauses out of 80051 with flag 4903450/851000
151.02/149.94	c cleaning 41001 clauses out of 82066 with flag 5166809/893001
159.82/158.79	c cleaning 42020 clauses out of 84064 with flag 5433297/936000
169.38/168.22	c cleaning 42986 clauses out of 86045 with flag 5707236/980001
178.28/177.14	c cleaning 44020 clauses out of 88060 with flag 5987447/1025002
187.57/186.45	c cleaning 45002 clauses out of 90039 with flag 6278433/1071001
197.18/196.07	c cleaning 46007 clauses out of 92037 with flag 6573828/1118001
207.17/206.05	c cleaning 47001 clauses out of 94030 with flag 6877264/1166001
217.57/216.45	c cleaning 47980 clauses out of 96029 with flag 7187516/1215001
228.48/227.39	c cleaning 48996 clauses out of 98048 with flag 7505908/1265000
239.77/238.69	c cleaning 50017 clauses out of 100054 with flag 7831990/1316002
251.57/250.46	c cleaning 51011 clauses out of 102037 with flag 8163375/1368002
263.76/262.68	c cleaning 52002 clauses out of 104024 with flag 8503898/1421000
276.17/275.05	c cleaning 52977 clauses out of 106022 with flag 8849384/1475000
289.04/287.84	c cleaning 53999 clauses out of 108045 with flag 9200535/1530000
301.93/300.70	c cleaning 55009 clauses out of 110046 with flag 9564054/1586000
314.93/313.77	c cleaning 55978 clauses out of 112037 with flag 9932716/1643000
328.33/327.16	c cleaning 57015 clauses out of 114059 with flag 10309484/1701000
342.43/341.29	c cleaning 57984 clauses out of 116046 with flag 10688027/1760002
356.93/355.73	c cleaning 59012 clauses out of 118060 with flag 11073247/1820000
372.13/370.91	c cleaning 60012 clauses out of 120050 with flag 11468974/1881002
387.52/386.36	c cleaning 61012 clauses out of 122037 with flag 11872493/1943001
403.83/402.66	c cleaning 61976 clauses out of 124024 with flag 12279382/2006000
420.29/419.06	c cleaning 62995 clauses out of 126048 with flag 12698418/2070000
437.08/435.82	c cleaning 64013 clauses out of 128053 with flag 13117348/2135000
453.88/452.66	c cleaning 64998 clauses out of 130040 with flag 13547211/2201000
471.20/469.97	c cleaning 66001 clauses out of 132042 with flag 13980206/2268000
489.09/487.88	c cleaning 66984 clauses out of 134042 with flag 14419780/2336001
507.30/506.07	c cleaning 68013 clauses out of 136057 with flag 14862806/2405000
526.69/525.48	c cleaning 69008 clauses out of 138044 with flag 15322399/2475000
546.38/545.10	c cleaning 69948 clauses out of 140036 with flag 15782533/2546000
566.37/565.04	c cleaning 71030 clauses out of 142089 with flag 16250260/2618001
586.97/585.66	c cleaning 72009 clauses out of 144058 with flag 16722277/2691000
607.87/606.59	c cleaning 73007 clauses out of 146049 with flag 17205558/2765000
629.78/628.40	c cleaning 74004 clauses out of 148043 with flag 17694576/2840001
651.79/650.41	c cleaning 74991 clauses out of 150038 with flag 18184320/2916000
674.69/673.32	c cleaning 75999 clauses out of 152047 with flag 18682774/2993000
698.09/696.70	c cleaning 76988 clauses out of 154049 with flag 19190090/3071001
721.41/719.90	c cleaning 78005 clauses out of 156061 with flag 19698772/3150001
745.50/744.02	c cleaning 78999 clauses out of 158055 with flag 20213281/3230000
770.61/769.11	c cleaning 79983 clauses out of 160056 with flag 20735870/3311000
795.73/794.24	c cleaning 81023 clauses out of 162076 with flag 21265584/3393003
821.73/820.21	c cleaning 82011 clauses out of 164050 with flag 21805573/3476000
848.43/846.95	c cleaning 82981 clauses out of 166039 with flag 22345279/3560000
875.12/873.59	c cleaning 84010 clauses out of 168058 with flag 22898631/3645000
903.32/901.78	c cleaning 85005 clauses out of 170048 with flag 23454923/3731000
931.82/930.29	c cleaning 85975 clauses out of 172043 with flag 24021066/3818000
960.53/958.94	c cleaning 87004 clauses out of 174068 with flag 24587596/3906000
990.45/988.90	c cleaning 88023 clauses out of 176064 with flag 25167327/3995000
1021.15/1019.54	c cleaning 88992 clauses out of 178043 with flag 25748270/4085002
1050.86/1049.11	c cleaning 89997 clauses out of 180049 with flag 26334741/4176000
1081.67/1079.90	c cleaning 91018 clauses out of 182052 with flag 26931364/4268000
1113.77/1112.03	c cleaning 92005 clauses out of 184034 with flag 27532580/4361000
1147.18/1145.48	c cleaning 93001 clauses out of 186029 with flag 28142270/4455000
1181.51/1179.63	c cleaning 93998 clauses out of 188029 with flag 28754794/4550001
1215.62/1213.77	c cleaning 95002 clauses out of 190032 with flag 29376230/4646002
1250.33/1248.44	c cleaning 96004 clauses out of 192029 with flag 30005005/4743001
1285.54/1283.63	c cleaning 96995 clauses out of 194025 with flag 30636023/4841001
1321.74/1319.83	c cleaning 98010 clauses out of 196029 with flag 31278242/4940000
1358.99/1356.90	c cleaning 98982 clauses out of 198019 with flag 31928449/5040000
1396.50/1394.41	c cleaning 99981 clauses out of 200039 with flag 32575474/5141002
1434.91/1432.88	c cleaning 101021 clauses out of 202056 with flag 33236783/5243000
1474.93/1472.90	c cleaning 101979 clauses out of 204035 with flag 33897973/5346000
1515.41/1513.17	c cleaning 102957 clauses out of 206057 with flag 34567676/5450001
1556.82/1554.56	c cleaning 104012 clauses out of 208099 with flag 35245432/5555000
1598.44/1596.19	c cleaning 105028 clauses out of 210089 with flag 35927502/5661002
1641.64/1639.34	c cleaning 105999 clauses out of 212059 with flag 36623510/5768000
1684.69/1682.24	c cleaning 106994 clauses out of 214061 with flag 37321213/5876001
1729.28/1726.86	c cleaning 108003 clauses out of 216066 with flag 38028732/5985000
1774.17/1771.71	c cleaning 108966 clauses out of 218063 with flag 38740214/6095000
1800.07/1797.60	c starts		: 54619
1800.07/1797.60	c conflicts		: 6165594
1800.07/1797.60	c decisions		: 67123803
1800.07/1797.60	c propagations		: 879837452
1800.07/1797.60	c inspects		: 23614705943
1800.07/1797.60	c shortcuts		: 0
1800.07/1797.60	c learnt literals	: 2
1800.07/1797.60	c learnt binary clauses	: 43
1800.07/1797.60	c learnt ternary clauses	: 537
1800.07/1797.60	c learnt constraints	: 6165592
1800.07/1797.60	c ignored constraints	: 0
1800.07/1797.60	c root simplifications	: 0
1800.07/1797.60	c removed literals (reason simplification)	: 0
1800.07/1797.60	c reason swapping (by a shorter reason)	: 0
1800.07/1797.60	c Calls to reduceDB	: 106
1800.07/1797.60	c Number of update (reduction) of LBD	: 1251015
1800.07/1797.60	c Imported unit clauses	: 0
1800.07/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.60	c number of learned constraints concerned by reduction	: 0
1800.07/1797.60	c number of learning phase by resolution	: 0
1800.07/1797.60	c number of learning phase by cutting planes	: 0
1800.07/1797.60	c speed (assignments/second)	: 489563.66365881794
1800.07/1797.60	c non guided choices	11640
1800.07/1797.60	c timeout
1800.07/1797.63	c learnt constraints type 
1800.07/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 43
1800.07/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 179648
1800.07/1797.63	s UNKNOWN
1800.07/1797.63	c Total wall clock time (in seconds): 1797.515

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

pid=20976
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.18 2.22 2.22 3/194 20979
/proc/meminfo: memFree=30035476/32872528 swapFree=1643088/1798432
[pid=20979] ppid=20976 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20979/stat : 20979 (java) R 20976 20979 19053 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 28742472 9515008 185 33554432000 1073741824 1073778376 140734105136864 140734105128088 260190137783 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20979/statm: 2325 185 142 9 0 73 0

[startup+0.10006 s]
/proc/loadavg: 2.18 2.22 2.22 3/194 20979
/proc/meminfo: memFree=30035476/32872528 swapFree=1643088/1798432
[pid=20979] ppid=20976 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/20979/stat : 20979 (java) S 20976 20979 19053 0 -1 4202496 4426 0 1 0 8 0 0 0 20 0 18 0 28742472 9787879424 6060 33554432000 1073741824 1073778376 140735363110160 140735363101296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20979/statm: 2389619 6060 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.18 2.22 2.22 3/194 20979
/proc/meminfo: memFree=30035476/32872528 swapFree=1643088/1798432
[pid=20979] ppid=20976 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/20979/stat : 20979 (java) S 20976 20979 19053 0 -1 4202496 4900 0 1 0 25 0 0 0 20 0 18 0 28742472 9787879424 6958 33554432000 1073741824 1073778376 140735363110160 140735363101296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20979/statm: 2389619 6958 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300235 s]
/proc/loadavg: 2.18 2.22 2.22 3/194 20979
/proc/meminfo: memFree=30035476/32872528 swapFree=1643088/1798432
[pid=20979] ppid=20976 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/20979/stat : 20979 (java) S 20976 20979 19053 0 -1 4202496 5820 0 1 0 48 1 0 0 20 0 18 0 28742472 9787879424 9025 33554432000 1073741824 1073778376 140735363110160 140735363101296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20979/statm: 2389619 9025 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700168 s]
/proc/loadavg: 2.18 2.22 2.22 3/194 20979
/proc/meminfo: memFree=30035476/32872528 swapFree=1643088/1798432
[pid=20979] ppid=20976 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/20979/stat : 20979 (java) S 20976 20979 19053 0 -1 4202496 9382 0 1 0 129 2 0 0 20 0 19 0 28742472 9856040960 15608 33554432000 1073741824 1073778376 140735363110160 140735363101296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20979/statm: 2406260 15608 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.18 2.22 2.22 5/213 20998
/proc/meminfo: memFree=29982996/32872528 swapFree=1643088/1798432
[pid=20979] ppid=20976 vsize=9625040 CPUtime=2.55 cores=1,3,5,7
/proc/20979/stat : 20979 (java) S 20976 20979 19053 0 -1 4202496 16691 0 1 0 252 3 0 0 20 0 19 0 28742472 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140735363101296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20979/statm: 2406260 20207 2270 9 0 2396937 0
[pid=20979/tid=20981] ppid=20976 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/20979/task/20981/stat : 20981 (java) R 20976 20979 19053 0 -1 4202560 2456 0 1 0 144 2 0 0 20 0 19 0 28742473 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330275242264 140330148420335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20982] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20982/stat : 20982 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330119281320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20983] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20983/stat : 20983 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330118228776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20984] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20984/stat : 20984 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330117176232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20979/tid=20985] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20985/stat : 20985 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330116123688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20986] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20986/stat : 20986 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330115070120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20987] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20987/stat : 20987 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330114017576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20988] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20988/stat : 20988 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330112965032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20989] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20989/stat : 20989 (java) S 20976 20979 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330111912488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20990] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20990/stat : 20990 (java) S 20976 20979 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28742475 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330099501672 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20991] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20991/stat : 20991 (java) S 20976 20979 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330098447992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20992] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20992/stat : 20992 (java) S 20976 20979 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330097395336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20993] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20993/stat : 20993 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330096344080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20994] ppid=20976 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/20979/task/20994/stat : 20994 (java) S 20976 20979 19053 0 -1 4202560 1982 0 0 0 28 0 0 0 20 0 19 0 28742478 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330095290424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20995] ppid=20976 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/20979/task/20995/stat : 20995 (java) S 20976 20979 19053 0 -1 4202560 10975 0 0 0 76 2 0 0 20 0 19 0 28742478 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330094237880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20996] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20996/stat : 20996 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330093185528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20997] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20997/stat : 20997 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330092133192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20998] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20998/stat : 20998 (java) S 20976 20979 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28742514 9856040960 20207 33554432000 1073741824 1073778376 140735363110160 140330091029800 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.18 2.22 2.22 3/213 20998
/proc/meminfo: memFree=29961968/32872528 swapFree=1643088/1798432
[pid=20979] ppid=20976 vsize=9625040 CPUtime=4.19 cores=1,3,5,7
/proc/20979/stat : 20979 (java) S 20976 20979 19053 0 -1 4202496 16693 0 1 0 416 3 0 0 20 0 19 0 28742472 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140735363101296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20979/statm: 2406260 20719 2270 9 0 2396937 0
[pid=20979/tid=20981] ppid=20976 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/20979/task/20981/stat : 20981 (java) R 20976 20979 19053 0 -1 4202560 2458 0 1 0 304 2 0 0 20 0 19 0 28742473 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330275242312 140330148420804 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20982] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20982/stat : 20982 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330119281320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20983] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20983/stat : 20983 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330118228776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20984] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20984/stat : 20984 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330117176232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20979/tid=20985] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20985/stat : 20985 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330116123688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20986] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20986/stat : 20986 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330115070120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20987] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20987/stat : 20987 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330114017576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20988] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20988/stat : 20988 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330112965032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20989] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20989/stat : 20989 (java) S 20976 20979 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330111912488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20990] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20990/stat : 20990 (java) S 20976 20979 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28742475 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330099501672 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20991] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20991/stat : 20991 (java) S 20976 20979 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330098447992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20992] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20992/stat : 20992 (java) S 20976 20979 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330097395336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20993] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20993/stat : 20993 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330096344080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20994] ppid=20976 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20979/task/20994/stat : 20994 (java) S 20976 20979 19053 0 -1 4202560 1982 0 0 0 30 0 0 0 20 0 19 0 28742478 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330095290424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20995] ppid=20976 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/20979/task/20995/stat : 20995 (java) S 20976 20979 19053 0 -1 4202560 10975 0 0 0 78 2 0 0 20 0 19 0 28742478 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330094237880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20996] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20996/stat : 20996 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330093185528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20997] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20997/stat : 20997 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330092133192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20998] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20998/stat : 20998 (java) S 20976 20979 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28742514 9856040960 20719 33554432000 1073741824 1073778376 140735363110160 140330091029800 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.16 2.22 2.22 3/213 20998
/proc/meminfo: memFree=29955192/32872528 swapFree=1643088/1798432
[pid=20979] ppid=20976 vsize=9625040 CPUtime=7.41 cores=1,3,5,7
/proc/20979/stat : 20979 (java) S 20976 20979 19053 0 -1 4202496 16699 0 1 0 737 4 0 0 20 0 19 0 28742472 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140735363101296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20979/statm: 2406260 22396 2271 9 0 2396937 0
[pid=20979/tid=20981] ppid=20976 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/20979/task/20981/stat : 20981 (java) R 20976 20979 19053 0 -1 4202560 2463 0 1 0 623 2 0 0 20 0 19 0 28742473 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330275233472 140330148481735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20982] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20982/stat : 20982 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330119281320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20983] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20983/stat : 20983 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330118228776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20984] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20984/stat : 20984 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330117176232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20979/tid=20985] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20985/stat : 20985 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330116123688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20986] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20986/stat : 20986 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330115070120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20987] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20987/stat : 20987 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330114017576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20988] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20988/stat : 20988 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330112965032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20989] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20989/stat : 20989 (java) S 20976 20979 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28742474 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330111912488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20990] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20990/stat : 20990 (java) S 20976 20979 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28742475 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330099501672 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20991] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20991/stat : 20991 (java) S 20976 20979 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330098447992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20992] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20992/stat : 20992 (java) S 20976 20979 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330097395336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20993] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20993/stat : 20993 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330096344080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20994] ppid=20976 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20979/task/20994/stat : 20994 (java) S 20976 20979 19053 0 -1 4202560 1982 0 0 0 30 0 0 0 20 0 19 0 28742478 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330095290424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20995] ppid=20976 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/20979/task/20995/stat : 20995 (java) S 20976 20979 19053 0 -1 4202560 10975 0 0 0 79 2 0 0 20 0 19 0 28742478 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330094237880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20996] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20996/stat : 20996 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330093185528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20997] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20997/stat : 20997 (java) S 20976 20979 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330092133192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20998] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20998/stat : 20998 (java) S 20976 20979 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28742514 9856040960 22396 33554432000 1073741824 1073778376 140735363110160 140330091029800 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9625040


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

[pid=20979/tid=20991] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20991/stat : 20991 (java) S 20976 20979 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 94861 33554432000 1073741824 1073778376 140735363110160 140330098447992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20992] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20992/stat : 20992 (java) S 20976 20979 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 94861 33554432000 1073741824 1073778376 140735363110160 140330097395336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20993] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20993/stat : 20993 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 94861 33554432000 1073741824 1073778376 140735363110160 140330096344080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20994] ppid=20976 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20979/task/20994/stat : 20994 (java) S 20976 20979 19053 0 -1 4202560 1982 0 0 0 30 0 0 0 20 0 19 0 28742478 9856040960 94861 33554432000 1073741824 1073778376 140735363110160 140330095290424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20995] ppid=20976 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/20979/task/20995/stat : 20995 (java) S 20976 20979 19053 0 -1 4202560 10981 0 0 0 83 2 0 0 20 0 19 0 28742478 9856040960 94861 33554432000 1073741824 1073778376 140735363110160 140330094237880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20996] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20996/stat : 20996 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 94861 33554432000 1073741824 1073778376 140735363110160 140330093185528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20997] ppid=20976 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20979/task/20997/stat : 20997 (java) S 20976 20979 19053 0 -1 4202560 96 0 0 0 28 38 0 0 20 0 19 0 28742478 9856040960 94861 33554432000 1073741824 1073778376 140735363110160 140330092133192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20998] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20998/stat : 20998 (java) S 20976 20979 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28742514 9856040960 94861 33554432000 1073741824 1073778376 140735363110160 140330091029800 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1664.65
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.35 2.33 2.25 3/213 21108
/proc/meminfo: memFree=29634612/32872528 swapFree=1643088/1798432
[pid=20979] ppid=20976 vsize=9625040 CPUtime=1724.77 cores=1,3,5,7
/proc/20979/stat : 20979 (java) S 20976 20979 19053 0 -1 4202496 18449 0 1 0 172411 66 0 0 20 0 19 0 28742472 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140735363101296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20979/statm: 2406260 100572 2285 9 0 2396937 0
[pid=20979/tid=20981] ppid=20976 vsize=9625040 CPUtime=1721.62 cores=1,3,5,7
/proc/20979/task/20981/stat : 20981 (java) R 20976 20979 19053 0 -1 4202560 2521 0 1 0 172130 32 0 0 20 0 19 0 28742473 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330275233568 140330148475914 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20982] ppid=20976 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/20979/task/20982/stat : 20982 (java) S 20976 20979 19053 0 -1 4202560 306 0 0 0 14 3 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330119281320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20983] ppid=20976 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20979/task/20983/stat : 20983 (java) S 20976 20979 19053 0 -1 4202560 226 0 0 0 20 5 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330118228776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20984] ppid=20976 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20979/task/20984/stat : 20984 (java) S 20976 20979 19053 0 -1 4202560 296 0 0 0 19 3 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330117176232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20985] ppid=20976 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20979/task/20985/stat : 20985 (java) S 20976 20979 19053 0 -1 4202560 291 0 0 0 22 4 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330116123688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20986] ppid=20976 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/20979/task/20986/stat : 20986 (java) S 20976 20979 19053 0 -1 4202560 141 0 0 0 9 2 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330115070120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20987] ppid=20976 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/20979/task/20987/stat : 20987 (java) S 20976 20979 19053 0 -1 4202560 74 0 0 0 13 2 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330114017576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20979/tid=20988] ppid=20976 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/20979/task/20988/stat : 20988 (java) S 20976 20979 19053 0 -1 4202560 154 0 0 0 13 2 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330112965032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20989] ppid=20976 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20979/task/20989/stat : 20989 (java) S 20976 20979 19053 0 -1 4202560 42 0 0 0 16 2 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330111912488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20979/tid=20990] ppid=20976 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20979/task/20990/stat : 20990 (java) S 20976 20979 19053 0 -1 4202560 71 0 0 0 1 1 0 0 20 0 19 0 28742475 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330099501672 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20991] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20991/stat : 20991 (java) S 20976 20979 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330098447992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20992] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20992/stat : 20992 (java) S 20976 20979 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330097395336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20993] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20993/stat : 20993 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330096344080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20994] ppid=20976 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20979/task/20994/stat : 20994 (java) S 20976 20979 19053 0 -1 4202560 1982 0 0 0 30 0 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330095290424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20995] ppid=20976 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/20979/task/20995/stat : 20995 (java) S 20976 20979 19053 0 -1 4202560 10981 0 0 0 83 2 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330094237880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20996] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20996/stat : 20996 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330093185528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20997] ppid=20976 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/20979/task/20997/stat : 20997 (java) S 20976 20979 19053 0 -1 4202560 100 0 0 0 30 39 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330092133192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20998] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20998/stat : 20998 (java) S 20976 20979 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28742514 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330091029800 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1724.77
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.31 2.24 4/213 21109
/proc/meminfo: memFree=29634980/32872528 swapFree=1643088/1798432
[pid=20979] ppid=20976 vsize=9625040 CPUtime=1784.77 cores=1,3,5,7
/proc/20979/stat : 20979 (java) S 20976 20979 19053 0 -1 4202496 18453 0 1 0 178409 68 0 0 20 0 19 0 28742472 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140735363101296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20979/statm: 2406260 100572 2285 9 0 2396937 0
[pid=20979/tid=20981] ppid=20976 vsize=9625040 CPUtime=1781.61 cores=1,3,5,7
/proc/20979/task/20981/stat : 20981 (java) R 20976 20979 19053 0 -1 4202560 2521 0 1 0 178128 33 0 0 20 0 19 0 28742473 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330275233568 140330148420362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20982] ppid=20976 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/20979/task/20982/stat : 20982 (java) S 20976 20979 19053 0 -1 4202560 306 0 0 0 14 3 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330119281320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20983] ppid=20976 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20979/task/20983/stat : 20983 (java) S 20976 20979 19053 0 -1 4202560 226 0 0 0 20 5 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330118228776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20984] ppid=20976 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20979/task/20984/stat : 20984 (java) S 20976 20979 19053 0 -1 4202560 296 0 0 0 19 3 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330117176232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20985] ppid=20976 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20979/task/20985/stat : 20985 (java) S 20976 20979 19053 0 -1 4202560 291 0 0 0 22 4 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330116123688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20986] ppid=20976 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/20979/task/20986/stat : 20986 (java) S 20976 20979 19053 0 -1 4202560 141 0 0 0 9 2 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330115070120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20987] ppid=20976 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/20979/task/20987/stat : 20987 (java) S 20976 20979 19053 0 -1 4202560 74 0 0 0 13 2 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330114017576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20979/tid=20988] ppid=20976 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/20979/task/20988/stat : 20988 (java) S 20976 20979 19053 0 -1 4202560 154 0 0 0 13 2 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330112965032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20989] ppid=20976 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20979/task/20989/stat : 20989 (java) S 20976 20979 19053 0 -1 4202560 42 0 0 0 16 2 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330111912488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20979/tid=20990] ppid=20976 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/20979/task/20990/stat : 20990 (java) S 20976 20979 19053 0 -1 4202560 71 0 0 0 1 2 0 0 20 0 19 0 28742475 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330099501672 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20991] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20991/stat : 20991 (java) S 20976 20979 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330098447992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20992] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20992/stat : 20992 (java) S 20976 20979 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330097395336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20993] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20993/stat : 20993 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330096344080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20994] ppid=20976 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20979/task/20994/stat : 20994 (java) S 20976 20979 19053 0 -1 4202560 1982 0 0 0 30 0 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330095290424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20995] ppid=20976 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/20979/task/20995/stat : 20995 (java) S 20976 20979 19053 0 -1 4202560 10981 0 0 0 83 2 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330094237880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20996] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20996/stat : 20996 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330093185528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20997] ppid=20976 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/20979/task/20997/stat : 20997 (java) S 20976 20979 19053 0 -1 4202560 104 0 0 0 30 40 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330092133192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20998] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20998/stat : 20998 (java) S 20976 20979 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28742514 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330091029800 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1784.77
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.26 2.31 2.25 3/213 21109
/proc/meminfo: memFree=29635076/32872528 swapFree=1643088/1798432
[pid=20979] ppid=20976 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/20979/stat : 20979 (java) S 20976 20979 19053 0 -1 4202496 18453 0 1 0 179938 69 0 0 20 0 19 0 28742472 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140735363101296 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20979/statm: 2406260 100572 2285 9 0 2396937 0
[pid=20979/tid=20981] ppid=20976 vsize=9625040 CPUtime=1796.9 cores=1,3,5,7
/proc/20979/task/20981/stat : 20981 (java) R 20976 20979 19053 0 -1 4202560 2521 0 1 0 179657 33 0 0 20 0 19 0 28742473 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330275233568 140330148475984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20982] ppid=20976 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/20979/task/20982/stat : 20982 (java) S 20976 20979 19053 0 -1 4202560 306 0 0 0 14 3 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330119281320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20983] ppid=20976 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/20979/task/20983/stat : 20983 (java) S 20976 20979 19053 0 -1 4202560 226 0 0 0 20 5 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330118228776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20984] ppid=20976 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/20979/task/20984/stat : 20984 (java) S 20976 20979 19053 0 -1 4202560 296 0 0 0 19 3 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330117176232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20985] ppid=20976 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/20979/task/20985/stat : 20985 (java) S 20976 20979 19053 0 -1 4202560 291 0 0 0 22 4 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330116123688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20986] ppid=20976 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/20979/task/20986/stat : 20986 (java) S 20976 20979 19053 0 -1 4202560 141 0 0 0 9 2 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330115070120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20987] ppid=20976 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/20979/task/20987/stat : 20987 (java) S 20976 20979 19053 0 -1 4202560 74 0 0 0 13 2 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330114017576 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20979/tid=20988] ppid=20976 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/20979/task/20988/stat : 20988 (java) S 20976 20979 19053 0 -1 4202560 154 0 0 0 13 2 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330112965032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20989] ppid=20976 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/20979/task/20989/stat : 20989 (java) S 20976 20979 19053 0 -1 4202560 42 0 0 0 16 2 0 0 20 0 19 0 28742474 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330111912488 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20979/tid=20990] ppid=20976 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/20979/task/20990/stat : 20990 (java) S 20976 20979 19053 0 -1 4202560 71 0 0 0 1 2 0 0 20 0 19 0 28742475 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330099501672 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20991] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20991/stat : 20991 (java) S 20976 20979 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330098447992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20992] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20992/stat : 20992 (java) S 20976 20979 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28742476 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330097395336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20993] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20993/stat : 20993 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330096344080 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20994] ppid=20976 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/20979/task/20994/stat : 20994 (java) S 20976 20979 19053 0 -1 4202560 1982 0 0 0 30 0 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330095290424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20979/tid=20995] ppid=20976 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/20979/task/20995/stat : 20995 (java) S 20976 20979 19053 0 -1 4202560 10981 0 0 0 83 2 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330094237880 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20996] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20996/stat : 20996 (java) S 20976 20979 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330093185528 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20979/tid=20997] ppid=20976 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/20979/task/20997/stat : 20997 (java) S 20976 20979 19053 0 -1 4202560 104 0 0 0 31 40 0 0 20 0 19 0 28742478 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330092133192 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20979/tid=20998] ppid=20976 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20979/task/20998/stat : 20998 (java) S 20976 20979 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28742514 9856040960 100572 33554432000 1073741824 1073778376 140735363110160 140330091029800 260193695657 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 20979 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.64
CPU time (s): 1800.6
CPU user time (s): 1799.46
CPU system time (s): 1.13983
CPU usage (%): 100.165
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 1.13983
maximum resident set size= 402408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18490
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38376
involuntary context switches= 18955

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7152 second user time and 12.7921 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 18:03:54
IDJOB=4117177
IDBENCH=109562
IDSOLVER=2546
FILE ID=node123/4117177-1466957033
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-7.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117177-1466957033/watcher-4117177-1466957033 -o /tmp/evaluation-result-4117177-1466957033/solver-4117177-1466957033 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4117177-1466957033.opb

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

MD5SUM BENCH= 96407df0a4a1c06476a2103be4bab1fa
RANDOM SEED=766646616

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:        30035988 kB
Buffers:           19376 kB
Cached:           111296 kB
SwapCached:         1776 kB
Active:           226900 kB
Inactive:         106244 kB
Active(anon):     204308 kB
Inactive(anon):      924 kB
Active(file):      22592 kB
Inactive(file):   105320 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:              1284 kB
Writeback:            32 kB
AnonPages:       2107612 kB
Mapped:            15520 kB
Shmem:                 0 kB
Slab:             565424 kB
SReclaimable:       9408 kB
SUnreclaim:       556016 kB
KernelStack:        1632 kB
PageTables:         8300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2497892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 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 18:33:51