Trace number 4102909

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.55 1797.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f2000.opb
MD5SUMfad56081e554a0467e4020315c4dfc76
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4000
Total number of constraints10500
Number of constraints which are clauses10500
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 4000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4000
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4000
Number of bits of the biggest sum of numbers12
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.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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4102909-1466231297.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.51/0.37	c ... done. Wall clock time 0.264s.
0.51/0.37	c declared #vars     4000
0.51/0.37	c #constraints  10500
0.51/0.37	c constraints type 
0.51/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8500
0.51/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2000
0.51/0.37	c 10500 constraints processed.
0.51/0.37	c objective function length is 4000 literals
1.83/1.21	c cleaning 2496 clauses out of 5001 with flag 27219/5001
2.67/2.05	c cleaning 4253 clauses out of 8507 with flag 60514/11003
3.68/3.05	c cleaning 5618 clauses out of 11251 with flag 115652/18000
4.89/4.26	c cleaning 6816 clauses out of 13636 with flag 183917/26003
6.31/5.63	c cleaning 7903 clauses out of 15817 with flag 252222/35000
7.80/7.16	c cleaning 8953 clauses out of 17914 with flag 320396/45000
9.51/8.90	c cleaning 9977 clauses out of 19962 with flag 410563/56001
11.50/10.84	c cleaning 10988 clauses out of 21985 with flag 488809/68001
13.70/13.03	c cleaning 11993 clauses out of 23996 with flag 584454/81000
16.11/15.42	c cleaning 12988 clauses out of 26003 with flag 677071/95000
18.70/18.02	c cleaning 14005 clauses out of 28016 with flag 774713/110001
21.50/20.88	c cleaning 15003 clauses out of 30016 with flag 896750/126006
24.70/24.01	c cleaning 16002 clauses out of 32007 with flag 1032351/143000
28.00/27.32	c cleaning 16990 clauses out of 34006 with flag 1154979/161001
31.61/30.94	c cleaning 18008 clauses out of 36016 with flag 1285932/180001
35.40/34.78	c cleaning 19000 clauses out of 38009 with flag 1422814/200002
39.70/39.03	c cleaning 19993 clauses out of 40009 with flag 1585529/221002
44.20/43.58	c cleaning 20995 clauses out of 42014 with flag 1754876/243000
48.62/47.93	c cleaning 22006 clauses out of 44021 with flag 1911442/266002
53.23/52.52	c cleaning 22992 clauses out of 46013 with flag 2091188/290000
58.04/57.40	c cleaning 24000 clauses out of 48022 with flag 2259058/315001
63.23/62.55	c cleaning 25007 clauses out of 50022 with flag 2456475/341001
68.73/68.04	c cleaning 25992 clauses out of 52014 with flag 2647664/368000
74.54/73.86	c cleaning 27002 clauses out of 54023 with flag 2849990/396001
80.83/80.18	c cleaning 27996 clauses out of 56020 with flag 3105435/425000
87.23/86.52	c cleaning 29008 clauses out of 58024 with flag 3315268/455000
93.93/93.27	c cleaning 30006 clauses out of 60016 with flag 3547869/486000
101.24/100.52	c cleaning 30995 clauses out of 62011 with flag 3763935/518001
108.74/108.05	c cleaning 31997 clauses out of 64016 with flag 3987987/551001
116.59/115.85	c cleaning 33002 clauses out of 66018 with flag 4229441/585000
124.48/123.75	c cleaning 34005 clauses out of 68021 with flag 4473675/620005
132.79/132.01	c cleaning 34996 clauses out of 70011 with flag 4714522/656000
141.49/140.78	c cleaning 36002 clauses out of 72016 with flag 4976753/693001
150.99/150.25	c cleaning 36999 clauses out of 74013 with flag 5247169/731000
160.69/159.94	c cleaning 38003 clauses out of 76019 with flag 5541945/770005
170.89/170.14	c cleaning 39003 clauses out of 78012 with flag 5831257/810001
181.69/180.92	c cleaning 39984 clauses out of 80008 with flag 6118964/851000
192.26/191.43	c cleaning 41004 clauses out of 82026 with flag 6410284/893002
202.95/202.16	c cleaning 42002 clauses out of 84023 with flag 6728938/936003
214.36/213.51	c cleaning 43003 clauses out of 86021 with flag 7035102/980003
226.15/225.37	c cleaning 44005 clauses out of 88016 with flag 7402049/1025001
238.76/237.97	c cleaning 44993 clauses out of 90010 with flag 7765477/1071000
251.67/250.88	c cleaning 46006 clauses out of 92018 with flag 8088668/1118001
265.37/264.57	c cleaning 46999 clauses out of 94011 with flag 8417904/1166000
279.02/278.15	c cleaning 47993 clauses out of 96012 with flag 8780514/1215000
293.13/292.26	c cleaning 49001 clauses out of 98022 with flag 9139815/1265003
307.94/307.03	c cleaning 49992 clauses out of 100018 with flag 9505161/1316000
323.53/322.63	c cleaning 51011 clauses out of 102028 with flag 9859960/1368002
339.73/338.85	c cleaning 52000 clauses out of 104015 with flag 10208211/1421000
356.43/355.53	c cleaning 52998 clauses out of 106015 with flag 10574081/1475000
373.49/372.60	c cleaning 54001 clauses out of 108022 with flag 11028915/1530005
390.59/389.61	c cleaning 55007 clauses out of 110018 with flag 11489819/1586002
408.10/407.19	c cleaning 55998 clauses out of 112009 with flag 11896359/1643000
426.40/425.41	c cleaning 56993 clauses out of 114011 with flag 12327318/1701000
445.20/444.29	c cleaning 58000 clauses out of 116018 with flag 12769019/1760000
465.12/464.03	c cleaning 59004 clauses out of 118019 with flag 13195897/1820001
485.52/484.41	c cleaning 60001 clauses out of 120014 with flag 13639964/1881000
506.22/505.14	c cleaning 60996 clauses out of 122016 with flag 14134145/1943003
527.63/526.57	c cleaning 61999 clauses out of 124017 with flag 14600373/2006000
550.64/549.58	c cleaning 63008 clauses out of 126019 with flag 15068190/2070001
574.50/573.38	c cleaning 63998 clauses out of 128011 with flag 15537931/2135001
598.20/597.01	c cleaning 64995 clauses out of 130012 with flag 16030613/2201000
622.42/621.26	c cleaning 66003 clauses out of 132017 with flag 16506720/2268000
647.94/646.60	c cleaning 66994 clauses out of 134014 with flag 17016155/2336000
674.33/673.00	c cleaning 68005 clauses out of 136020 with flag 17474130/2405000
701.34/700.02	c cleaning 69004 clauses out of 138015 with flag 17995571/2475000
729.05/727.61	c cleaning 70000 clauses out of 140011 with flag 18494647/2546000
756.65/755.28	c cleaning 70999 clauses out of 142011 with flag 19062139/2618000
785.66/784.29	c cleaning 71998 clauses out of 144013 with flag 19585350/2691001
815.32/813.74	c cleaning 73007 clauses out of 146016 with flag 20121945/2765002
845.83/844.21	c cleaning 73991 clauses out of 148008 with flag 20702371/2840001
876.65/875.08	c cleaning 74996 clauses out of 150016 with flag 21261929/2916000
908.85/907.13	c cleaning 76007 clauses out of 152020 with flag 21821784/2993000
940.95/939.24	c cleaning 76995 clauses out of 154013 with flag 22381121/3071000
973.98/972.18	c cleaning 78008 clauses out of 156019 with flag 22957152/3150001
1009.08/1007.28	c cleaning 78995 clauses out of 158011 with flag 23537815/3230001
1044.48/1042.68	c cleaning 79995 clauses out of 160015 with flag 24151124/3311000
1081.05/1079.13	c cleaning 80999 clauses out of 162020 with flag 24727292/3393000
1118.47/1116.56	c cleaning 82009 clauses out of 164021 with flag 25325096/3476000
1157.07/1155.06	c cleaning 82993 clauses out of 166012 with flag 25923454/3560000
1196.57/1194.55	c cleaning 84005 clauses out of 168019 with flag 26524866/3645000
1237.06/1234.96	c cleaning 84998 clauses out of 170016 with flag 27175479/3731002
1277.08/1274.99	c cleaning 86004 clauses out of 172016 with flag 27813539/3818000
1319.98/1317.75	c cleaning 86996 clauses out of 174012 with flag 28453943/3906000
1362.90/1360.62	c cleaning 87991 clauses out of 176016 with flag 29103383/3995000
1406.89/1404.59	c cleaning 89002 clauses out of 178026 with flag 29865106/4085001
1451.39/1449.04	c cleaning 89999 clauses out of 180024 with flag 30610051/4176001
1498.51/1496.06	c cleaning 91008 clauses out of 182024 with flag 31253129/4268000
1544.82/1542.38	c cleaning 91998 clauses out of 184017 with flag 31949692/4361001
1592.59/1590.06	c cleaning 93004 clauses out of 186018 with flag 32627529/4455000
1641.50/1638.99	c cleaning 93996 clauses out of 188014 with flag 33300261/4550000
1690.71/1688.02	c cleaning 94998 clauses out of 190019 with flag 34004087/4646001
1740.52/1737.73	c cleaning 95998 clauses out of 192020 with flag 34741943/4743000
1792.43/1789.64	c cleaning 97008 clauses out of 194024 with flag 35449314/4841002
1800.03/1797.20	c starts		: 9365
1800.03/1797.20	c conflicts		: 4860127
1800.03/1797.20	c decisions		: 8237616
1800.03/1797.20	c propagations		: 1867366308
1800.03/1797.20	c inspects		: 18668854461
1800.03/1797.20	c shortcuts		: 0
1800.03/1797.20	c learnt literals	: 0
1800.03/1797.20	c learnt binary clauses	: 0
1800.03/1797.20	c learnt ternary clauses	: 81
1800.03/1797.20	c learnt constraints	: 4860127
1800.03/1797.20	c ignored constraints	: 0
1800.03/1797.20	c root simplifications	: 0
1800.03/1797.20	c removed literals (reason simplification)	: 0
1800.03/1797.20	c reason swapping (by a shorter reason)	: 0
1800.03/1797.20	c Calls to reduceDB	: 94
1800.03/1797.20	c Number of update (reduction) of LBD	: 2077791
1800.03/1797.20	c Imported unit clauses	: 0
1800.03/1797.20	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.20	c number of learned constraints concerned by reduction	: 0
1800.03/1797.20	c number of learning phase by resolution	: 0
1800.03/1797.20	c number of learning phase by cutting planes	: 0
1800.03/1797.20	c speed (assignments/second)	: 1039265.3084849071
1800.03/1797.20	c non guided choices	0
1800.03/1797.20	c timeout
1800.03/1797.23	c learnt constraints type 
1800.03/1797.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 116142
1800.03/1797.23	s UNKNOWN
1800.03/1797.23	c Total wall clock time (in seconds): 1797.121

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-4102909-1466231297/watcher-4102909-1466231297 -o /tmp/evaluation-result-4102909-1466231297/solver-4102909-1466231297 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102909-1466231297.opb 

pid=30555
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.14 2.20 2.18 3/194 30558
/proc/meminfo: memFree=30342360/32872528 swapFree=1244176/1391344
[pid=30558] ppid=30555 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/30558/stat : 30558 (java) R 30555 30558 25977 0 -1 4202496 736 0 0 0 0 0 0 0 20 0 1 0 25178342 23793664 386 33554432000 1073741824 1073778376 140734280510464 140734280499528 272877271603 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30558/statm: 5809 386 296 9 0 128 0

[startup+0.100164 s]
/proc/loadavg: 2.14 2.20 2.18 3/194 30558
/proc/meminfo: memFree=30342360/32872528 swapFree=1244176/1391344
[pid=30558] ppid=30555 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/30558/stat : 30558 (java) S 30555 30558 25977 0 -1 4202496 4416 0 1 0 9 1 0 0 20 0 18 0 25178342 9787879424 6040 33554432000 1073741824 1073778376 140734280510464 140734280501600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30558/statm: 2389619 6040 2140 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 2.14 2.20 2.18 3/194 30558
/proc/meminfo: memFree=30342360/32872528 swapFree=1244176/1391344
[pid=30558] ppid=30555 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/30558/stat : 30558 (java) S 30555 30558 25977 0 -1 4202496 5017 0 1 0 27 1 0 0 20 0 18 0 25178342 9787879424 6962 33554432000 1073741824 1073778376 140734280510464 140734280501600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30558/statm: 2389619 6962 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.14 2.20 2.18 3/194 30558
/proc/meminfo: memFree=30342360/32872528 swapFree=1244176/1391344
[pid=30558] ppid=30555 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/30558/stat : 30558 (java) S 30555 30558 25977 0 -1 4202496 5839 0 1 0 49 2 0 0 20 0 18 0 25178342 9787879424 9479 33554432000 1073741824 1073778376 140734280510464 140734280501600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30558/statm: 2389619 9479 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700277 s]
/proc/loadavg: 2.14 2.20 2.18 3/194 30558
/proc/meminfo: memFree=30342360/32872528 swapFree=1244176/1391344
[pid=30558] ppid=30555 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/30558/stat : 30558 (java) S 30555 30558 25977 0 -1 4202496 7732 0 1 0 122 2 0 0 20 0 19 0 25178342 9856040960 14186 33554432000 1073741824 1073778376 140734280510464 140734280501600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30558/statm: 2406260 14186 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.14 2.20 2.18 3/213 30577
/proc/meminfo: memFree=30294092/32872528 swapFree=1244176/1391344
[pid=30558] ppid=30555 vsize=9625040 CPUtime=2.15 cores=0,2,4,6
/proc/30558/stat : 30558 (java) S 30555 30558 25977 0 -1 4202496 8727 0 1 0 212 3 0 0 20 0 19 0 25178342 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140734280501600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30558/statm: 2406260 14728 2271 9 0 2396937 0
[pid=30558/tid=30560] ppid=30555 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/30558/task/30560/stat : 30560 (java) R 30555 30558 25977 0 -1 4202560 2425 0 1 0 146 1 0 0 20 0 19 0 25178343 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469440539224 140469271708904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30561] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30561/stat : 30561 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469402032424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30562] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30562/stat : 30562 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469400979624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30563] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30563/stat : 30563 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469399927336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30564] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30564/stat : 30564 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469398874536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30565] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30565/stat : 30565 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469397822248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30566] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30566/stat : 30566 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469396769448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30567] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30567/stat : 30567 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469395717160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30568] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30568/stat : 30568 (java) S 30555 30558 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469394664360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30569] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30569/stat : 30569 (java) S 30555 30558 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469264681192 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30570] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30570/stat : 30570 (java) S 30555 30558 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469263627256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30571] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30571/stat : 30571 (java) S 30555 30558 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469262574856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30572] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30572/stat : 30572 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469261523344 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30573] ppid=30555 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/30558/task/30573/stat : 30573 (java) S 30555 30558 25977 0 -1 4202560 1865 0 0 0 31 0 0 0 20 0 19 0 25178348 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469260470968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30574] ppid=30555 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/30558/task/30574/stat : 30574 (java) S 30555 30558 25977 0 -1 4202560 3159 0 0 0 32 0 0 0 20 0 19 0 25178348 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469259418168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30575] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30575/stat : 30575 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469258366072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30576] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30576/stat : 30576 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469257313480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30577] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30577/stat : 30577 (java) S 30555 30558 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25178382 9856040960 14728 33554432000 1073741824 1073778376 140734280510464 140469256258472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.13 2.20 2.18 3/213 30577
/proc/meminfo: memFree=30289872/32872528 swapFree=1244176/1391344
[pid=30558] ppid=30555 vsize=9625040 CPUtime=3.78 cores=0,2,4,6
/proc/30558/stat : 30558 (java) S 30555 30558 25977 0 -1 4202496 8730 0 1 0 375 3 0 0 20 0 19 0 25178342 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140734280501600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30558/statm: 2406260 15752 2271 9 0 2396937 0
[pid=30558/tid=30560] ppid=30555 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/30558/task/30560/stat : 30560 (java) R 30555 30558 25977 0 -1 4202560 2428 0 1 0 306 1 0 0 20 0 19 0 25178343 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469440539224 140469271642080 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30561] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30561/stat : 30561 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469402032424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30562] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30562/stat : 30562 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469400979624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30563] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30563/stat : 30563 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469399927336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30564] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30564/stat : 30564 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469398874536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30565] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30565/stat : 30565 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469397822248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30566] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30566/stat : 30566 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469396769448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30567] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30567/stat : 30567 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469395717160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30568] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30568/stat : 30568 (java) S 30555 30558 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469394664360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30569] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30569/stat : 30569 (java) S 30555 30558 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469264681192 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30570] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30570/stat : 30570 (java) S 30555 30558 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469263627256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30571] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30571/stat : 30571 (java) S 30555 30558 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469262574856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30572] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30572/stat : 30572 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469261523344 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30573] ppid=30555 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/30558/task/30573/stat : 30573 (java) S 30555 30558 25977 0 -1 4202560 1865 0 0 0 33 0 0 0 20 0 19 0 25178348 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469260470968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30574] ppid=30555 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/30558/task/30574/stat : 30574 (java) S 30555 30558 25977 0 -1 4202560 3159 0 0 0 34 0 0 0 20 0 19 0 25178348 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469259418168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30575] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30575/stat : 30575 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469258366072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30576] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30576/stat : 30576 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469257313480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30577] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30577/stat : 30577 (java) S 30555 30558 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25178382 9856040960 15752 33554432000 1073741824 1073778376 140734280510464 140469256258472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.13 2.20 2.18 3/213 30577
/proc/meminfo: memFree=30279504/32872528 swapFree=1244176/1391344
[pid=30558] ppid=30555 vsize=9625040 CPUtime=7 cores=0,2,4,6
/proc/30558/stat : 30558 (java) S 30555 30558 25977 0 -1 4202496 8737 0 1 0 697 3 0 0 20 0 19 0 25178342 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140734280501600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30558/statm: 2406260 18205 2272 9 0 2396937 0
[pid=30558/tid=30560] ppid=30555 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/30558/task/30560/stat : 30560 (java) R 30555 30558 25977 0 -1 4202560 2434 0 1 0 626 2 0 0 20 0 19 0 25178343 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469440532160 140469271709125 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30561] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30561/stat : 30561 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469402032424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30562] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30562/stat : 30562 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469400979624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30563] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30563/stat : 30563 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469399927336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30564] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30564/stat : 30564 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469398874536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30565] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30565/stat : 30565 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469397822248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30566] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30566/stat : 30566 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469396769448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30567] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30567/stat : 30567 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469395717160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30568] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30568/stat : 30568 (java) S 30555 30558 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25178344 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469394664360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30569] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30569/stat : 30569 (java) S 30555 30558 25977 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469264681192 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30570] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30570/stat : 30570 (java) S 30555 30558 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469263627256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30571] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30571/stat : 30571 (java) S 30555 30558 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469262574856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30572] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30572/stat : 30572 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469261523344 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30573] ppid=30555 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/30558/task/30573/stat : 30573 (java) S 30555 30558 25977 0 -1 4202560 1866 0 0 0 34 0 0 0 20 0 19 0 25178348 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469260470968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30574] ppid=30555 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/30558/task/30574/stat : 30574 (java) S 30555 30558 25977 0 -1 4202560 3159 0 0 0 34 0 0 0 20 0 19 0 25178348 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469259418168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30575] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30575/stat : 30575 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469258366072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30576] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30576/stat : 30576 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469257313480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30577] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30577/stat : 30577 (java) S 30555 30558 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25178382 9856040960 18205 33554432000 1073741824 1073778376 140734280510464 140469256258472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 9625040


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

[pid=30558/tid=30570] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30570/stat : 30570 (java) S 30555 30558 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469263627256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30571] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30571/stat : 30571 (java) S 30555 30558 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469262574856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30572] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30572/stat : 30572 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469261523344 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30573] ppid=30555 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/30558/task/30573/stat : 30573 (java) S 30555 30558 25977 0 -1 4202560 2220 0 0 0 36 0 0 0 20 0 19 0 25178348 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469260470968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30574] ppid=30555 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/30558/task/30574/stat : 30574 (java) S 30555 30558 25977 0 -1 4202560 3159 0 0 0 34 0 0 0 20 0 19 0 25178348 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469259418168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30575] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30575/stat : 30575 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469258366072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30576] ppid=30555 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/30558/task/30576/stat : 30576 (java) S 30555 30558 25977 0 -1 4202560 95 0 0 0 38 33 0 0 20 0 19 0 25178348 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469257313480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30577] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30577/stat : 30577 (java) S 30555 30558 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25178382 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469256258472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1665
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.34 2.27 2.20 3/213 30686
/proc/meminfo: memFree=27350752/32872528 swapFree=1244176/1391344
[pid=30558] ppid=30555 vsize=9625040 CPUtime=1725.02 cores=0,2,4,6
/proc/30558/stat : 30558 (java) S 30555 30558 25977 0 -1 4202496 11401 0 1 0 172435 67 0 0 20 0 19 0 25178342 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140734280501600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30558/statm: 2406260 117221 2286 9 0 2396937 0
[pid=30558/tid=30560] ppid=30555 vsize=9625040 CPUtime=1721.59 cores=0,2,4,6
/proc/30558/task/30560/stat : 30560 (java) R 30555 30558 25977 0 -1 4202560 2498 0 1 0 172130 29 0 0 20 0 19 0 25178343 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469440532160 140469271709372 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30561] ppid=30555 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/30558/task/30561/stat : 30561 (java) S 30555 30558 25977 0 -1 4202560 244 0 0 0 18 3 0 0 20 0 19 0 25178344 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469402032424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30562] ppid=30555 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/30558/task/30562/stat : 30562 (java) S 30555 30558 25977 0 -1 4202560 258 0 0 0 28 5 0 0 20 0 19 0 25178344 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469400979624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30563] ppid=30555 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/30558/task/30563/stat : 30563 (java) S 30555 30558 25977 0 -1 4202560 318 0 0 0 17 4 0 0 20 0 19 0 25178344 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469399927336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30564] ppid=30555 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/30558/task/30564/stat : 30564 (java) S 30555 30558 25977 0 -1 4202560 88 0 0 0 24 5 0 0 20 0 19 0 25178344 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469398874536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30565] ppid=30555 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/30558/task/30565/stat : 30565 (java) S 30555 30558 25977 0 -1 4202560 326 0 0 0 23 5 0 0 20 0 19 0 25178344 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469397822248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30566] ppid=30555 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/30558/task/30566/stat : 30566 (java) S 30555 30558 25977 0 -1 4202560 90 0 0 0 18 3 0 0 20 0 19 0 25178344 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469396769448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30567] ppid=30555 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/30558/task/30567/stat : 30567 (java) S 30555 30558 25977 0 -1 4202560 440 0 0 0 27 5 0 0 20 0 19 0 25178344 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469395717160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30568] ppid=30555 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/30558/task/30568/stat : 30568 (java) S 30555 30558 25977 0 -1 4202560 304 0 0 0 26 5 0 0 20 0 19 0 25178344 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469394664360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30569] ppid=30555 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/30558/task/30569/stat : 30569 (java) S 30555 30558 25977 0 -1 4202560 94 0 0 0 1 1 0 0 20 0 19 0 25178345 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469264681192 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30570] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30570/stat : 30570 (java) S 30555 30558 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469263627256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30571] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30571/stat : 30571 (java) S 30555 30558 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469262574856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30572] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30572/stat : 30572 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469261523344 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30573] ppid=30555 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/30558/task/30573/stat : 30573 (java) S 30555 30558 25977 0 -1 4202560 2220 0 0 0 36 0 0 0 20 0 19 0 25178348 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469260470968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30574] ppid=30555 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/30558/task/30574/stat : 30574 (java) S 30555 30558 25977 0 -1 4202560 3159 0 0 0 34 0 0 0 20 0 19 0 25178348 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469259418168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30575] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30575/stat : 30575 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469258366072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30576] ppid=30555 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/30558/task/30576/stat : 30576 (java) S 30555 30558 25977 0 -1 4202560 99 0 0 0 39 34 0 0 20 0 19 0 25178348 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469257313480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30577] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30577/stat : 30577 (java) S 30555 30558 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25178382 9856040960 117221 33554432000 1073741824 1073778376 140734280510464 140469256258472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1725.02
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.35 2.28 2.20 4/213 30688
/proc/meminfo: memFree=26681468/32872528 swapFree=1244176/1391344
[pid=30558] ppid=30555 vsize=9625040 CPUtime=1785.12 cores=0,2,4,6
/proc/30558/stat : 30558 (java) S 30555 30558 25977 0 -1 4202496 11459 0 1 0 178444 68 0 0 20 0 19 0 25178342 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140734280501600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30558/statm: 2406260 119494 2286 9 0 2396937 0
[pid=30558/tid=30560] ppid=30555 vsize=9625040 CPUtime=1781.56 cores=0,2,4,6
/proc/30558/task/30560/stat : 30560 (java) R 30555 30558 25977 0 -1 4202560 2499 0 1 0 178126 30 0 0 20 0 19 0 25178343 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469440532160 140469271656475 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30561] ppid=30555 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/30558/task/30561/stat : 30561 (java) S 30555 30558 25977 0 -1 4202560 278 0 0 0 19 3 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469402032424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30562] ppid=30555 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/30558/task/30562/stat : 30562 (java) S 30555 30558 25977 0 -1 4202560 262 0 0 0 29 5 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469400979624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30563] ppid=30555 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/30558/task/30563/stat : 30563 (java) S 30555 30558 25977 0 -1 4202560 318 0 0 0 18 4 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469399927336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30564] ppid=30555 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/30558/task/30564/stat : 30564 (java) S 30555 30558 25977 0 -1 4202560 92 0 0 0 27 5 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469398874536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30565] ppid=30555 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/30558/task/30565/stat : 30565 (java) S 30555 30558 25977 0 -1 4202560 328 0 0 0 24 5 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469397822248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30566] ppid=30555 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/30558/task/30566/stat : 30566 (java) S 30555 30558 25977 0 -1 4202560 95 0 0 0 21 3 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469396769448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30567] ppid=30555 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/30558/task/30567/stat : 30567 (java) S 30555 30558 25977 0 -1 4202560 441 0 0 0 28 5 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469395717160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30568] ppid=30555 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/30558/task/30568/stat : 30568 (java) S 30555 30558 25977 0 -1 4202560 305 0 0 0 27 5 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469394664360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30569] ppid=30555 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/30558/task/30569/stat : 30569 (java) S 30555 30558 25977 0 -1 4202560 96 0 0 0 1 1 0 0 20 0 19 0 25178345 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469264681192 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30570] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30570/stat : 30570 (java) S 30555 30558 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469263627256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30571] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30571/stat : 30571 (java) S 30555 30558 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469262574856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30572] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30572/stat : 30572 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469261523344 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30573] ppid=30555 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/30558/task/30573/stat : 30573 (java) S 30555 30558 25977 0 -1 4202560 2220 0 0 0 36 0 0 0 20 0 19 0 25178348 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469260470968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30574] ppid=30555 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/30558/task/30574/stat : 30574 (java) S 30555 30558 25977 0 -1 4202560 3159 0 0 0 34 0 0 0 20 0 19 0 25178348 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469259418168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30575] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30575/stat : 30575 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469258366072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30576] ppid=30555 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/30558/task/30576/stat : 30576 (java) S 30555 30558 25977 0 -1 4202560 103 0 0 0 41 36 0 0 20 0 19 0 25178348 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469257313480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30577] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30577/stat : 30577 (java) S 30555 30558 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25178382 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469256258472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.12
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.35 2.28 2.21 3/213 30688
/proc/meminfo: memFree=26681100/32872528 swapFree=1244176/1391344
[pid=30558] ppid=30555 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/30558/stat : 30558 (java) S 30555 30558 25977 0 -1 4202496 11459 0 1 0 179935 68 0 0 20 0 19 0 25178342 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140734280501600 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30558/statm: 2406260 119494 2286 9 0 2396937 0
[pid=30558/tid=30560] ppid=30555 vsize=9625040 CPUtime=1796.46 cores=0,2,4,6
/proc/30558/task/30560/stat : 30560 (java) R 30555 30558 25977 0 -1 4202560 2499 0 1 0 179616 30 0 0 20 0 19 0 25178343 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469440532160 140469271708899 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30561] ppid=30555 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/30558/task/30561/stat : 30561 (java) S 30555 30558 25977 0 -1 4202560 278 0 0 0 19 3 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469402032424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30562] ppid=30555 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/30558/task/30562/stat : 30562 (java) S 30555 30558 25977 0 -1 4202560 262 0 0 0 29 5 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469400979624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30563] ppid=30555 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/30558/task/30563/stat : 30563 (java) S 30555 30558 25977 0 -1 4202560 318 0 0 0 18 4 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469399927336 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30564] ppid=30555 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/30558/task/30564/stat : 30564 (java) S 30555 30558 25977 0 -1 4202560 92 0 0 0 27 5 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469398874536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30565] ppid=30555 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/30558/task/30565/stat : 30565 (java) S 30555 30558 25977 0 -1 4202560 328 0 0 0 24 5 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469397822248 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30566] ppid=30555 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/30558/task/30566/stat : 30566 (java) S 30555 30558 25977 0 -1 4202560 95 0 0 0 21 3 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469396769448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30567] ppid=30555 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/30558/task/30567/stat : 30567 (java) S 30555 30558 25977 0 -1 4202560 441 0 0 0 28 5 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469395717160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30568] ppid=30555 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/30558/task/30568/stat : 30568 (java) S 30555 30558 25977 0 -1 4202560 305 0 0 0 27 5 0 0 20 0 19 0 25178344 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469394664360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30558/tid=30569] ppid=30555 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/30558/task/30569/stat : 30569 (java) S 30555 30558 25977 0 -1 4202560 96 0 0 0 1 1 0 0 20 0 19 0 25178345 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469264681192 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30570] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30570/stat : 30570 (java) S 30555 30558 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469263627256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30571] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30571/stat : 30571 (java) S 30555 30558 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25178345 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469262574856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30572] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30572/stat : 30572 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469261523344 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30573] ppid=30555 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/30558/task/30573/stat : 30573 (java) S 30555 30558 25977 0 -1 4202560 2220 0 0 0 36 0 0 0 20 0 19 0 25178348 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469260470968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30558/tid=30574] ppid=30555 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/30558/task/30574/stat : 30574 (java) S 30555 30558 25977 0 -1 4202560 3159 0 0 0 34 0 0 0 20 0 19 0 25178348 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469259418168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30575] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30575/stat : 30575 (java) S 30555 30558 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25178348 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469258366072 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30558/tid=30576] ppid=30555 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/30558/task/30576/stat : 30576 (java) S 30555 30558 25977 0 -1 4202560 103 0 0 0 41 36 0 0 20 0 19 0 25178348 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469257313480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30558/tid=30577] ppid=30555 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30558/task/30577/stat : 30577 (java) S 30555 30558 25977 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25178382 9856040960 119494 33554432000 1073741824 1073778376 140734280510464 140469256258472 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 30558 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.23
CPU time (s): 1800.55
CPU user time (s): 1799.39
CPU system time (s): 1.16282
CPU usage (%): 100.185
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 1.16282
maximum resident set size= 479260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11493
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38533
involuntary context switches= 4962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.80151 second user time and 14.3938 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 08:28:17
IDJOB=4102909
IDBENCH=2191
IDSOLVER=2546
FILE ID=node119/4102909-1466231297
RUNJOBID= node119-1466206086-25993
PBS_JOBID= 19918158
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f2000.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102909-1466231297/watcher-4102909-1466231297 -o /tmp/evaluation-result-4102909-1466231297/solver-4102909-1466231297 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102909-1466231297.opb

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

MD5SUM BENCH= fad56081e554a0467e4020315c4dfc76
RANDOM SEED=115409923

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.56
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.456
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:        30343004 kB
Buffers:          112024 kB
Cached:           110800 kB
SwapCached:          956 kB
Active:           216492 kB
Inactive:         165252 kB
Active(anon):     159668 kB
Inactive(anon):     1732 kB
Active(file):      56824 kB
Inactive(file):   163520 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:              1252 kB
Writeback:             0 kB
AnonPages:       1580652 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             599408 kB
SReclaimable:      42864 kB
SUnreclaim:       556544 kB
KernelStack:        1752 kB
PageTables:         7404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2084392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 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= 71732 MiB
End job on node119 at 2016-06-18 08:58:14