Trace number 4102181

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.71 1798.44

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUM8fb889bdb08324a2b9780b5ff988846e
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 variables2000
Total number of constraints5250
Number of constraints which are clauses5250
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 2000
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 2000
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4102181-1466229384.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.45/0.35	c ... done. Wall clock time 0.226s.
0.45/0.35	c declared #vars     2000
0.45/0.35	c #constraints  5250
0.45/0.35	c constraints type 
0.45/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4250
0.45/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1000
0.45/0.35	c 5250 constraints processed.
0.45/0.35	c objective function length is 2000 literals
1.44/1.02	c cleaning 2491 clauses out of 5000 with flag 32145/5000
2.15/1.70	c cleaning 4249 clauses out of 8510 with flag 69152/11001
3.05/2.50	c cleaning 5624 clauses out of 11260 with flag 127159/18000
4.05/3.52	c cleaning 6815 clauses out of 13639 with flag 203263/26003
5.40/4.81	c cleaning 7901 clauses out of 15823 with flag 306132/35002
6.69/6.19	c cleaning 8955 clauses out of 17920 with flag 406212/45000
8.30/7.77	c cleaning 9975 clauses out of 19966 with flag 500922/56001
10.00/9.49	c cleaning 10987 clauses out of 21990 with flag 609605/68000
12.10/11.54	c cleaning 11996 clauses out of 24003 with flag 751581/81000
14.29/13.79	c cleaning 13005 clauses out of 26011 with flag 892585/95004
16.69/16.14	c cleaning 13991 clauses out of 28002 with flag 1021493/110000
19.19/18.68	c cleaning 15005 clauses out of 30014 with flag 1177794/126003
22.09/21.56	c cleaning 15999 clauses out of 32008 with flag 1375694/143002
24.99/24.48	c cleaning 16997 clauses out of 34007 with flag 1546117/161000
28.29/27.76	c cleaning 18000 clauses out of 36010 with flag 1724944/180000
31.79/31.22	c cleaning 18999 clauses out of 38010 with flag 1920738/200000
35.59/35.04	c cleaning 19998 clauses out of 40011 with flag 2150541/221000
39.69/39.16	c cleaning 20993 clauses out of 42014 with flag 2436273/243001
43.80/43.22	c cleaning 22005 clauses out of 44020 with flag 2630375/266000
48.49/47.92	c cleaning 22993 clauses out of 46017 with flag 2874087/290002
53.29/52.71	c cleaning 24009 clauses out of 48023 with flag 3131968/315001
58.39/57.82	c cleaning 24998 clauses out of 50013 with flag 3389862/341000
63.98/63.47	c cleaning 26001 clauses out of 52016 with flag 3691835/368001
70.21/69.69	c cleaning 27003 clauses out of 54014 with flag 4061167/396000
76.11/75.59	c cleaning 27995 clauses out of 56011 with flag 4343643/425000
82.42/81.88	c cleaning 29000 clauses out of 58018 with flag 4644774/455002
88.92/88.39	c cleaning 29997 clauses out of 60018 with flag 4935983/486002
95.62/95.09	c cleaning 31004 clauses out of 62020 with flag 5241559/518001
102.62/102.07	c cleaning 31998 clauses out of 64016 with flag 5534679/551001
110.12/109.59	c cleaning 33003 clauses out of 66018 with flag 5862590/585001
117.81/117.27	c cleaning 33996 clauses out of 68015 with flag 6168275/620001
126.71/126.14	c cleaning 34998 clauses out of 70019 with flag 6557842/656001
135.51/134.98	c cleaning 36000 clauses out of 72020 with flag 6886626/693000
144.71/144.11	c cleaning 36999 clauses out of 74022 with flag 7189538/731002
154.30/153.78	c cleaning 38005 clauses out of 76023 with flag 7616586/770002
164.41/163.85	c cleaning 38994 clauses out of 78016 with flag 7995407/810000
175.59/174.97	c cleaning 40005 clauses out of 80023 with flag 8436998/851001
185.98/185.34	c cleaning 41000 clauses out of 82018 with flag 8791274/893001
197.58/196.98	c cleaning 41998 clauses out of 84017 with flag 9215707/936000
209.27/208.67	c cleaning 42989 clauses out of 86019 with flag 9679661/980000
221.38/220.75	c cleaning 44005 clauses out of 88030 with flag 10163999/1025000
233.77/233.13	c cleaning 45005 clauses out of 90026 with flag 10549385/1071001
248.47/247.87	c cleaning 46005 clauses out of 92021 with flag 11153741/1118001
263.67/263.04	c cleaning 46995 clauses out of 94015 with flag 11828450/1166000
278.57/277.99	c cleaning 48010 clauses out of 96021 with flag 12421626/1215001
294.57/293.91	c cleaning 48992 clauses out of 98010 with flag 13055049/1265000
310.10/309.43	c cleaning 50007 clauses out of 100019 with flag 13682071/1316001
325.10/324.45	c cleaning 51003 clauses out of 102011 with flag 14095519/1368000
341.20/340.56	c cleaning 52004 clauses out of 104008 with flag 14618926/1421000
358.00/357.31	c cleaning 52998 clauses out of 106005 with flag 15089826/1475001
375.30/374.65	c cleaning 53990 clauses out of 108008 with flag 15537000/1530002
392.91/392.28	c cleaning 54991 clauses out of 110016 with flag 16025542/1586000
411.90/411.20	c cleaning 56003 clauses out of 112029 with flag 16550871/1643004
433.01/432.37	c cleaning 57002 clauses out of 114022 with flag 17259779/1701000
453.37/452.63	c cleaning 58002 clauses out of 116020 with flag 18028835/1760000
473.07/472.37	c cleaning 58999 clauses out of 118019 with flag 18570690/1820001
493.67/492.98	c cleaning 59995 clauses out of 120019 with flag 19048347/1881000
514.97/514.21	c cleaning 60996 clauses out of 122026 with flag 19564632/1943002
538.08/537.39	c cleaning 61999 clauses out of 124029 with flag 20232071/2006001
561.08/560.35	c cleaning 63009 clauses out of 126030 with flag 20743546/2070001
584.88/584.16	c cleaning 63991 clauses out of 128020 with flag 21286110/2135000
610.16/609.36	c cleaning 65004 clauses out of 130029 with flag 21845421/2201000
635.58/634.80	c cleaning 66008 clauses out of 132027 with flag 22367740/2268002
661.70/660.82	c cleaning 67003 clauses out of 134017 with flag 22897254/2336000
689.19/688.31	c cleaning 67995 clauses out of 136014 with flag 23530428/2405000
717.11/716.26	c cleaning 69005 clauses out of 138020 with flag 24121128/2475001
745.81/744.98	c cleaning 70002 clauses out of 140016 with flag 24689006/2546002
775.71/774.87	c cleaning 70999 clauses out of 142015 with flag 25285440/2618003
807.18/806.21	c cleaning 72005 clauses out of 144013 with flag 25869337/2691000
840.87/839.98	c cleaning 72996 clauses out of 146009 with flag 26509197/2765001
875.57/874.68	c cleaning 74003 clauses out of 148013 with flag 27147148/2840001
911.87/910.91	c cleaning 74994 clauses out of 150009 with flag 27912267/2916000
947.47/946.51	c cleaning 76005 clauses out of 152015 with flag 28682193/2993000
983.71/982.62	c cleaning 77003 clauses out of 154010 with flag 29450890/3071000
1019.31/1018.28	c cleaning 77995 clauses out of 156007 with flag 30065018/3150000
1056.33/1055.22	c cleaning 79001 clauses out of 158013 with flag 30673794/3230001
1095.33/1094.24	c cleaning 79997 clauses out of 160011 with flag 31343779/3311000
1135.64/1134.59	c cleaning 81004 clauses out of 162014 with flag 31943923/3393000
1176.74/1175.62	c cleaning 81995 clauses out of 164010 with flag 32691295/3476000
1217.75/1216.57	c cleaning 83002 clauses out of 166015 with flag 33437556/3560000
1259.76/1258.56	c cleaning 83996 clauses out of 168014 with flag 34182844/3645001
1307.96/1306.76	c cleaning 84995 clauses out of 170017 with flag 35172374/3731000
1352.48/1351.23	c cleaning 86006 clauses out of 172022 with flag 35930342/3818000
1398.32/1396.92	c cleaning 87006 clauses out of 174016 with flag 36649365/3906000
1444.82/1443.45	c cleaning 87997 clauses out of 176012 with flag 37290298/3995002
1495.51/1494.13	c cleaning 88984 clauses out of 178013 with flag 38289784/4085000
1550.31/1548.99	c cleaning 89996 clauses out of 180029 with flag 39667979/4176000
1601.06/1599.52	c cleaning 91005 clauses out of 182034 with flag 40576649/4268001
1652.35/1650.88	c cleaning 92013 clauses out of 184032 with flag 41286175/4361004
1705.83/1704.31	c cleaning 92999 clauses out of 186015 with flag 42139098/4455000
1759.13/1757.69	c cleaning 93997 clauses out of 188018 with flag 42922071/4550002
1800.08/1798.40	c starts		: 2427
1800.08/1798.40	c conflicts		: 4625139
1800.08/1798.40	c decisions		: 6327370
1800.08/1798.40	c propagations		: 1094318505
1800.08/1798.40	c inspects		: 22373795896
1800.08/1798.40	c shortcuts		: 0
1800.08/1798.40	c learnt literals	: 0
1800.08/1798.40	c learnt binary clauses	: 0
1800.08/1798.40	c learnt ternary clauses	: 79
1800.08/1798.40	c learnt constraints	: 4625139
1800.08/1798.40	c ignored constraints	: 0
1800.08/1798.40	c root simplifications	: 0
1800.08/1798.40	c removed literals (reason simplification)	: 0
1800.08/1798.40	c reason swapping (by a shorter reason)	: 0
1800.08/1798.40	c Calls to reduceDB	: 91
1800.08/1798.40	c Number of update (reduction) of LBD	: 2048294
1800.08/1798.40	c Imported unit clauses	: 0
1800.08/1798.40	c number of reductions to clauses (during analyze)	: 0
1800.08/1798.40	c number of learned constraints concerned by reduction	: 0
1800.08/1798.40	c number of learning phase by resolution	: 0
1800.08/1798.40	c number of learning phase by cutting planes	: 0
1800.08/1798.40	c timeout
1800.08/1798.40	c speed (assignments/second)	: 608617.4756957577
1800.08/1798.40	c non guided choices	0
1800.08/1798.43	c learnt constraints type 
1800.08/1798.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169159
1800.08/1798.43	s UNKNOWN
1800.08/1798.43	c Total wall clock time (in seconds): 1798.306

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-4102181-1466229384/watcher-4102181-1466229384 -o /tmp/evaluation-result-4102181-1466229384/solver-4102181-1466229384 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10696 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102181-1466229384.opb 

pid=15511
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.33 2.28 2.21 3/194 15514
/proc/meminfo: memFree=29754892/32872528 swapFree=1402776/1580604
[pid=15514] ppid=15511 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15514/stat : 15514 (java) D 15511 15514 10680 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 24984101 9515008 175 33554432000 1073741824 1073778376 140733595435328 140733595418056 248790205328 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/15514/statm: 2323 175 133 9 0 71 0

[startup+0.100095 s]
/proc/loadavg: 2.33 2.28 2.21 3/194 15514
/proc/meminfo: memFree=29754892/32872528 swapFree=1402776/1580604
[pid=15514] ppid=15511 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15514/stat : 15514 (java) S 15511 15514 10680 0 -1 4202496 4045 0 1 0 6 1 0 0 20 0 18 0 24984101 9787879424 5162 33554432000 1073741824 1073778376 140735892168128 140735892159264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15514/statm: 2389619 5168 2049 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200344 s]
/proc/loadavg: 2.33 2.28 2.21 3/194 15514
/proc/meminfo: memFree=29754892/32872528 swapFree=1402776/1580604
[pid=15514] ppid=15511 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/15514/stat : 15514 (java) S 15511 15514 10680 0 -1 4202496 4965 0 1 0 24 2 0 0 20 0 18 0 24984101 9787879424 6900 33554432000 1073741824 1073778376 140735892168128 140735892159264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15514/statm: 2389619 6900 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300274 s]
/proc/loadavg: 2.33 2.28 2.21 3/194 15514
/proc/meminfo: memFree=29754892/32872528 swapFree=1402776/1580604
[pid=15514] ppid=15511 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/15514/stat : 15514 (java) S 15511 15514 10680 0 -1 4202496 5645 0 1 0 43 2 0 0 20 0 18 0 24984101 9787879424 8218 33554432000 1073741824 1073778376 140735892168128 140735892159264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15514/statm: 2389619 8218 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 2.33 2.28 2.21 3/194 15514
/proc/meminfo: memFree=29754892/32872528 swapFree=1402776/1580604
[pid=15514] ppid=15511 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/15514/stat : 15514 (java) S 15511 15514 10680 0 -1 4202496 7308 0 1 0 111 2 0 0 20 0 19 0 24984101 9856040960 10158 33554432000 1073741824 1073778376 140735892168128 140735892159264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15514/statm: 2406260 10158 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.33 2.28 2.21 3/213 15533
/proc/meminfo: memFree=29706476/32872528 swapFree=1402776/1580604
[pid=15514] ppid=15511 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/15514/stat : 15514 (java) S 15511 15514 10680 0 -1 4202496 8332 0 1 0 200 2 0 0 20 0 19 0 24984101 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140735892159264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15514/statm: 2406260 11640 2266 9 0 2396937 0
[pid=15514/tid=15516] ppid=15511 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/15514/task/15516/stat : 15516 (java) R 15511 15514 10680 0 -1 4202560 2411 0 1 0 144 2 0 0 20 0 19 0 24984102 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298625346008 140298479175175 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15517] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15517/stat : 15517 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298597800744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15518] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15518/stat : 15518 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298467977896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15519] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15519/stat : 15519 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298466925608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15520] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15520/stat : 15520 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298465872808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15521] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15521/stat : 15521 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298464819496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15522] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15522/stat : 15522 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298463766696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15523] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15523/stat : 15523 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298126617128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15524] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15524/stat : 15524 (java) S 15511 15514 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298125564328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15525] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15525/stat : 15525 (java) S 15511 15514 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298113366760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15526] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15526/stat : 15526 (java) S 15511 15514 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298112312824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15527] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15527/stat : 15527 (java) S 15511 15514 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298111260424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15528] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15528/stat : 15528 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298110208912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15529] ppid=15511 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15514/task/15529/stat : 15529 (java) S 15511 15514 10680 0 -1 4202560 2496 0 0 0 27 0 0 0 20 0 19 0 24984108 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298109155512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15530] ppid=15511 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/15514/task/15530/stat : 15530 (java) S 15511 15514 10680 0 -1 4202560 2147 0 0 0 25 0 0 0 20 0 19 0 24984108 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298108102712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15531] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15531/stat : 15531 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298107050616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15532] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15532/stat : 15532 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298105998024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15533] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15533/stat : 15533 (java) S 15511 15514 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24984138 9856040960 11640 33554432000 1073741824 1073778376 140735892168128 140298104944040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.33 2.28 2.21 4/213 15533
/proc/meminfo: memFree=29695740/32872528 swapFree=1402776/1580604
[pid=15514] ppid=15511 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/15514/stat : 15514 (java) S 15511 15514 10680 0 -1 4202496 8345 0 1 0 363 2 0 0 20 0 19 0 24984101 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140735892159264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15514/statm: 2406260 12674 2266 9 0 2396937 0
[pid=15514/tid=15516] ppid=15511 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/15514/task/15516/stat : 15516 (java) R 15511 15514 10680 0 -1 4202560 2414 0 1 0 304 2 0 0 20 0 19 0 24984102 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298625339088 140298479546284 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15517] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15517/stat : 15517 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298597800744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15518] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15518/stat : 15518 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298467977896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15519] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15519/stat : 15519 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298466925608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15520] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15520/stat : 15520 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298465872808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15521] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15521/stat : 15521 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298464819496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15522] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15522/stat : 15522 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298463766696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15523] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15523/stat : 15523 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298126617128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15524] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15524/stat : 15524 (java) S 15511 15514 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298125564328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15525] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15525/stat : 15525 (java) S 15511 15514 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298113366760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15526] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15526/stat : 15526 (java) S 15511 15514 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298112312824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15527] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15527/stat : 15527 (java) S 15511 15514 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298111260424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15528] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15528/stat : 15528 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298110208912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15529] ppid=15511 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/15514/task/15529/stat : 15529 (java) S 15511 15514 10680 0 -1 4202560 2506 0 0 0 29 0 0 0 20 0 19 0 24984108 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298109155512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15530] ppid=15511 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15514/task/15530/stat : 15530 (java) S 15511 15514 10680 0 -1 4202560 2147 0 0 0 26 0 0 0 20 0 19 0 24984108 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298108102712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15531] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15531/stat : 15531 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298107050616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15532] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15532/stat : 15532 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298105998024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15533] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15533/stat : 15533 (java) S 15511 15514 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24984138 9856040960 12674 33554432000 1073741824 1073778376 140735892168128 140298104944040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.39 2.29 2.22 4/213 15533
/proc/meminfo: memFree=29435340/32872528 swapFree=1402776/1580604
[pid=15514] ppid=15511 vsize=9625040 CPUtime=6.89 cores=0,2,4,6
/proc/15514/stat : 15514 (java) S 15511 15514 10680 0 -1 4202496 8374 0 1 0 686 3 0 0 20 0 19 0 24984101 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140735892159264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15514/statm: 2406260 14622 2267 9 0 2396937 0
[pid=15514/tid=15516] ppid=15511 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/15514/task/15516/stat : 15516 (java) R 15511 15514 10680 0 -1 4202560 2419 0 1 0 624 2 0 0 20 0 19 0 24984102 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298625339072 140298479579099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15517] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15517/stat : 15517 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298597800744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15518] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15518/stat : 15518 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298467977896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15519] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15519/stat : 15519 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298466925608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15520] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15520/stat : 15520 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298465872808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15521] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15521/stat : 15521 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298464819496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15522] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15522/stat : 15522 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298463766696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15523] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15523/stat : 15523 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298126617128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15524] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15524/stat : 15524 (java) S 15511 15514 10680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24984104 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298125564328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15525] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15525/stat : 15525 (java) S 15511 15514 10680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298113366760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15526] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15526/stat : 15526 (java) S 15511 15514 10680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298112312824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15527] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15527/stat : 15527 (java) S 15511 15514 10680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298111260424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15528] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15528/stat : 15528 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298110208912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15529] ppid=15511 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/15514/task/15529/stat : 15529 (java) S 15511 15514 10680 0 -1 4202560 2529 0 0 0 32 0 0 0 20 0 19 0 24984108 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298109155512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15530] ppid=15511 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15514/task/15530/stat : 15530 (java) S 15511 15514 10680 0 -1 4202560 2147 0 0 0 27 0 0 0 20 0 19 0 24984108 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298108102712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15531] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15531/stat : 15531 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298107050616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15532] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15532/stat : 15532 (java) S 15511 15514 10680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298105998024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15533] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15533/stat : 15533 (java) S 15511 15514 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24984138 9856040960 14622 33554432000 1073741824 1073778376 140735892168128 140298104944040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9625040


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

[pid=15514/tid=15526] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15526/stat : 15526 (java) S 15511 15514 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298112312824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15527] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15527/stat : 15527 (java) S 15511 15514 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298111260424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15528] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15528/stat : 15528 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298110208912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15529] ppid=15511 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/15514/task/15529/stat : 15529 (java) S 15511 15514 10680 0 -1 4202560 2740 0 0 0 34 0 0 0 20 0 19 0 24984108 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298109155512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15530] ppid=15511 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15514/task/15530/stat : 15530 (java) S 15511 15514 10680 0 -1 4202560 2147 0 0 0 27 0 0 0 20 0 19 0 24984108 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298108102712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15531] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15531/stat : 15531 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298107050616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15532] ppid=15511 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/15514/task/15532/stat : 15532 (java) S 15511 15514 10680 0 -1 4202560 98 0 0 0 31 28 0 0 20 0 19 0 24984108 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298105998024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15533] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15533/stat : 15533 (java) S 15511 15514 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24984138 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298104944040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1663.84
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.26 2.23 2.18 3/213 15599
/proc/meminfo: memFree=26602592/32872528 swapFree=1402776/1580604
[pid=15514] ppid=15511 vsize=9625040 CPUtime=1723.84 cores=0,2,4,6
/proc/15514/stat : 15514 (java) S 15511 15514 10680 0 -1 4202496 10710 0 1 0 172328 56 0 0 20 0 19 0 24984101 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140735892159264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15514/statm: 2406260 97084 2282 9 0 2396937 0
[pid=15514/tid=15516] ppid=15511 vsize=9625040 CPUtime=1721.79 cores=0,2,4,6
/proc/15514/task/15516/stat : 15516 (java) R 15511 15514 10680 0 -1 4202560 2480 0 1 0 172147 32 0 0 20 0 19 0 24984102 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298625339072 140298479598202 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15517] ppid=15511 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15514/task/15517/stat : 15517 (java) S 15511 15514 10680 0 -1 4202560 391 0 0 0 12 3 0 0 20 0 19 0 24984104 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298597800744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15518] ppid=15511 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/15514/task/15518/stat : 15518 (java) S 15511 15514 10680 0 -1 4202560 229 0 0 0 11 3 0 0 20 0 19 0 24984104 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298467977896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15519] ppid=15511 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/15514/task/15519/stat : 15519 (java) S 15511 15514 10680 0 -1 4202560 270 0 0 0 12 2 0 0 20 0 19 0 24984104 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298466925608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15520] ppid=15511 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15514/task/15520/stat : 15520 (java) S 15511 15514 10680 0 -1 4202560 92 0 0 0 14 3 0 0 20 0 19 0 24984104 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298465872808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15521] ppid=15511 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/15514/task/15521/stat : 15521 (java) S 15511 15514 10680 0 -1 4202560 160 0 0 0 9 2 0 0 20 0 19 0 24984104 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298464819496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15522] ppid=15511 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/15514/task/15522/stat : 15522 (java) S 15511 15514 10680 0 -1 4202560 288 0 0 0 8 3 0 0 20 0 19 0 24984104 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298463766696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15523] ppid=15511 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/15514/task/15523/stat : 15523 (java) S 15511 15514 10680 0 -1 4202560 282 0 0 0 11 3 0 0 20 0 19 0 24984104 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298126617128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15524] ppid=15511 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15514/task/15524/stat : 15524 (java) S 15511 15514 10680 0 -1 4202560 186 0 0 0 11 4 0 0 20 0 19 0 24984104 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298125564328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15525] ppid=15511 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/15514/task/15525/stat : 15525 (java) S 15511 15514 10680 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 24984105 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298113366760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15526] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15526/stat : 15526 (java) S 15511 15514 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298112312824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15527] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15527/stat : 15527 (java) S 15511 15514 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298111260424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15528] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15528/stat : 15528 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298110208912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15529] ppid=15511 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/15514/task/15529/stat : 15529 (java) S 15511 15514 10680 0 -1 4202560 2740 0 0 0 34 0 0 0 20 0 19 0 24984108 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298109155512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15530] ppid=15511 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15514/task/15530/stat : 15530 (java) S 15511 15514 10680 0 -1 4202560 2147 0 0 0 27 0 0 0 20 0 19 0 24984108 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298108102712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15531] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15531/stat : 15531 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298107050616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15532] ppid=15511 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/15514/task/15532/stat : 15532 (java) S 15511 15514 10680 0 -1 4202560 100 0 0 0 31 30 0 0 20 0 19 0 24984108 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298105998024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15533] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15533/stat : 15533 (java) S 15511 15514 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24984138 9856040960 97084 33554432000 1073741824 1073778376 140735892168128 140298104944040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1723.84
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.23 2.18 3/213 15795
/proc/meminfo: memFree=29622644/32872528 swapFree=1402776/1580604
[pid=15514] ppid=15511 vsize=9625040 CPUtime=1783.98 cores=0,2,4,6
/proc/15514/stat : 15514 (java) S 15511 15514 10680 0 -1 4202496 10981 0 1 0 178335 63 0 0 20 0 19 0 24984101 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140735892159264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15514/statm: 2406260 110049 2282 9 0 2396937 0
[pid=15514/tid=15516] ppid=15511 vsize=9625040 CPUtime=1781.72 cores=0,2,4,6
/proc/15514/task/15516/stat : 15516 (java) R 15511 15514 10680 0 -1 4202560 2481 0 1 0 178139 33 0 0 20 0 19 0 24984102 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298625346800 140298479598266 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15517] ppid=15511 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15514/task/15517/stat : 15517 (java) S 15511 15514 10680 0 -1 4202560 422 0 0 0 15 5 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298597800744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15518] ppid=15511 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15514/task/15518/stat : 15518 (java) S 15511 15514 10680 0 -1 4202560 234 0 0 0 12 3 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298467977896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15519] ppid=15511 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15514/task/15519/stat : 15519 (java) S 15511 15514 10680 0 -1 4202560 306 0 0 0 15 2 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298466925608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15520] ppid=15511 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/15514/task/15520/stat : 15520 (java) S 15511 15514 10680 0 -1 4202560 117 0 0 0 15 3 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298465872808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15521] ppid=15511 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/15514/task/15521/stat : 15521 (java) S 15511 15514 10680 0 -1 4202560 262 0 0 0 13 3 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298464819496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15522] ppid=15511 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/15514/task/15522/stat : 15522 (java) S 15511 15514 10680 0 -1 4202560 317 0 0 0 10 3 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298463766696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15523] ppid=15511 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15514/task/15523/stat : 15523 (java) S 15511 15514 10680 0 -1 4202560 310 0 0 0 12 3 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298126617128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15524] ppid=15511 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15514/task/15524/stat : 15524 (java) S 15511 15514 10680 0 -1 4202560 194 0 0 0 13 4 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298125564328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15525] ppid=15511 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15514/task/15525/stat : 15525 (java) S 15511 15514 10680 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 19 0 24984105 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298113366760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15526] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15526/stat : 15526 (java) S 15511 15514 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298112312824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15527] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15527/stat : 15527 (java) S 15511 15514 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298111260424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15528] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15528/stat : 15528 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298110208912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15529] ppid=15511 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/15514/task/15529/stat : 15529 (java) S 15511 15514 10680 0 -1 4202560 2740 0 0 0 34 0 0 0 20 0 19 0 24984108 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298109155512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15530] ppid=15511 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15514/task/15530/stat : 15530 (java) S 15511 15514 10680 0 -1 4202560 2147 0 0 0 27 0 0 0 20 0 19 0 24984108 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298108102712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15531] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15531/stat : 15531 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298107050616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15532] ppid=15511 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/15514/task/15532/stat : 15532 (java) S 15511 15514 10680 0 -1 4202560 104 0 0 0 31 32 0 0 20 0 19 0 24984108 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298105998024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15533] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15533/stat : 15533 (java) S 15511 15514 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24984138 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298104944040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1783.98
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.4 s]
/proc/loadavg: 2.26 2.23 2.18 3/213 15796
/proc/meminfo: memFree=29516712/32872528 swapFree=1402776/1580604
[pid=15514] ppid=15511 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/15514/stat : 15514 (java) S 15511 15514 10680 0 -1 4202496 10983 0 1 0 179945 63 0 0 20 0 19 0 24984101 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140735892159264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/15514/statm: 2406260 110049 2282 9 0 2396937 0
[pid=15514/tid=15516] ppid=15511 vsize=9625040 CPUtime=1797.81 cores=0,2,4,6
/proc/15514/task/15516/stat : 15516 (java) R 15511 15514 10680 0 -1 4202560 2481 0 1 0 179748 33 0 0 20 0 19 0 24984102 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298625346800 140298479598266 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15517] ppid=15511 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/15514/task/15517/stat : 15517 (java) S 15511 15514 10680 0 -1 4202560 422 0 0 0 15 5 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298597800744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15518] ppid=15511 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15514/task/15518/stat : 15518 (java) S 15511 15514 10680 0 -1 4202560 234 0 0 0 12 3 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298467977896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15519] ppid=15511 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15514/task/15519/stat : 15519 (java) S 15511 15514 10680 0 -1 4202560 306 0 0 0 15 2 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298466925608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15520] ppid=15511 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/15514/task/15520/stat : 15520 (java) S 15511 15514 10680 0 -1 4202560 117 0 0 0 15 3 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298465872808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15521] ppid=15511 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/15514/task/15521/stat : 15521 (java) S 15511 15514 10680 0 -1 4202560 262 0 0 0 13 3 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298464819496 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15522] ppid=15511 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/15514/task/15522/stat : 15522 (java) S 15511 15514 10680 0 -1 4202560 317 0 0 0 10 3 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298463766696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15514/tid=15523] ppid=15511 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/15514/task/15523/stat : 15523 (java) S 15511 15514 10680 0 -1 4202560 310 0 0 0 12 3 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298126617128 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15524] ppid=15511 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/15514/task/15524/stat : 15524 (java) S 15511 15514 10680 0 -1 4202560 194 0 0 0 13 4 0 0 20 0 19 0 24984104 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298125564328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15525] ppid=15511 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/15514/task/15525/stat : 15525 (java) S 15511 15514 10680 0 -1 4202560 83 0 0 0 2 0 0 0 20 0 19 0 24984105 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298113366760 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15526] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15526/stat : 15526 (java) S 15511 15514 10680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298112312824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15527] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15527/stat : 15527 (java) S 15511 15514 10680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24984105 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298111260424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15528] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15528/stat : 15528 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298110208912 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15529] ppid=15511 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/15514/task/15529/stat : 15529 (java) S 15511 15514 10680 0 -1 4202560 2740 0 0 0 34 0 0 0 20 0 19 0 24984108 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298109155512 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15530] ppid=15511 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15514/task/15530/stat : 15530 (java) S 15511 15514 10680 0 -1 4202560 2147 0 0 0 27 0 0 0 20 0 19 0 24984108 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298108102712 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15514/tid=15531] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15531/stat : 15531 (java) S 15511 15514 10680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24984108 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298107050616 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15514/tid=15532] ppid=15511 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/15514/task/15532/stat : 15532 (java) S 15511 15514 10680 0 -1 4202560 106 0 0 0 31 32 0 0 20 0 19 0 24984108 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298105998024 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15514/tid=15533] ppid=15511 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15514/task/15533/stat : 15533 (java) S 15511 15514 10680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24984138 9856040960 110049 33554432000 1073741824 1073778376 140735892168128 140298104944040 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1798.44
CPU time (s): 1800.71
CPU user time (s): 1799.66
CPU system time (s): 1.05384
CPU usage (%): 100.126
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 1.05384
maximum resident set size= 440320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11020
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38330
involuntary context switches= 18116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.249 second user time and 16.1495 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-18 07:56:24
IDJOB=4102181
IDBENCH=2075
IDSOLVER=2546
FILE ID=node139/4102181-1466229384
RUNJOBID= node139-1466206053-10696
PBS_JOBID= 19918138
Free space on /tmp= 71584 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-f1000.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102181-1466229384/watcher-4102181-1466229384 -o /tmp/evaluation-result-4102181-1466229384/solver-4102181-1466229384 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466206053-10696 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102181-1466229384.opb

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

MD5SUM BENCH= 8fb889bdb08324a2b9780b5ff988846e
RANDOM SEED=1219402780

node139.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.500
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.00
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.500
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.500
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.500
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.500
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.500
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.500
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.500
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:        29755164 kB
Buffers:          117952 kB
Cached:           117380 kB
SwapCached:         1900 kB
Active:           607844 kB
Inactive:         164180 kB
Active(anon):     537608 kB
Inactive(anon):     1472 kB
Active(file):      70236 kB
Inactive(file):   162708 kB
Unevictable:     1580604 kB
Mlocked:         1402776 kB
SwapTotal:      67108856 kB
SwapFree:       67099480 kB
Dirty:               916 kB
Writeback:             0 kB
AnonPages:       2145452 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             604304 kB
SReclaimable:      47748 kB
SUnreclaim:       556556 kB
KernelStack:        1752 kB
PageTables:         8508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2656560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    718848 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= 71592 MiB
End job on node139 at 2016-06-18 08:26:22