Trace number 4085041

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.07 1795.44

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_8_ic.opb
MD5SUMc59785e6f20fb8a9ed43144b528a9d33
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 133432831
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 8863945089
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 133432831
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 8863945089
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085041-1465362708.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.02/0.58	c ... done. Wall clock time 0.462s.
1.02/0.58	c declared #vars     15725
1.02/0.58	c #constraints  33139
1.02/0.58	c constraints type 
1.02/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.02/0.58	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.02/0.58	c org.sat4j.specs.Constr$1 => 3
1.02/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.02/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.02/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.02/0.58	c 33139 constraints processed.
1.02/0.58	c objective function length is 1825 literals
4.27/3.39	c cleaning 2498 clauses out of 5002 with flag 18628/5002
7.16/6.11	c cleaning 4251 clauses out of 8503 with flag 46992/11001
10.57/9.53	c cleaning 5625 clauses out of 11251 with flag 89654/18000
14.67/13.62	c cleaning 6808 clauses out of 13627 with flag 146525/26001
19.52/18.31	c cleaning 7909 clauses out of 15819 with flag 215134/35001
24.52/23.37	c cleaning 8950 clauses out of 17909 with flag 274465/45000
30.12/28.90	c cleaning 9971 clauses out of 19959 with flag 356202/56000
36.43/35.28	c cleaning 10986 clauses out of 21989 with flag 463306/68001
43.62/42.43	c cleaning 11993 clauses out of 24002 with flag 576025/81000
51.32/50.19	c cleaning 13001 clauses out of 26009 with flag 696991/95000
60.43/59.27	c cleaning 13999 clauses out of 28008 with flag 829193/110000
70.13/69.00	c cleaning 14996 clauses out of 30009 with flag 979382/126000
79.82/78.59	c cleaning 15999 clauses out of 32013 with flag 1125945/143000
90.53/89.23	c cleaning 16998 clauses out of 34016 with flag 1272033/161002
101.02/99.78	c cleaning 18001 clauses out of 36019 with flag 1426575/180003
112.32/111.06	c cleaning 18993 clauses out of 38015 with flag 1591114/200000
124.72/123.44	c cleaning 20000 clauses out of 40022 with flag 1731935/221000
136.52/135.27	c cleaning 21001 clauses out of 42022 with flag 1905968/243000
149.83/148.53	c cleaning 22002 clauses out of 44024 with flag 2090831/266003
162.35/160.94	c cleaning 23005 clauses out of 46021 with flag 2251771/290002
175.65/174.29	c cleaning 24002 clauses out of 48015 with flag 2419214/315001
189.96/188.50	c cleaning 25004 clauses out of 50015 with flag 2597891/341003
206.55/205.12	c cleaning 25997 clauses out of 52008 with flag 2796516/368000
221.76/220.40	c cleaning 27000 clauses out of 54011 with flag 2962617/396000
238.95/237.56	c cleaning 27998 clauses out of 56011 with flag 3095408/425000
256.05/254.43	c cleaning 28998 clauses out of 58013 with flag 3231483/455000
275.04/273.40	c cleaning 30008 clauses out of 60017 with flag 3384440/486002
297.85/296.29	c cleaning 30994 clauses out of 62007 with flag 3596307/518000
317.05/315.44	c cleaning 32003 clauses out of 64014 with flag 3912150/551001
336.13/334.40	c cleaning 33000 clauses out of 66011 with flag 4167863/585001
353.33/351.54	c cleaning 33996 clauses out of 68010 with flag 4421780/620000
371.83/370.08	c cleaning 35003 clauses out of 70015 with flag 4685992/656001
391.84/390.05	c cleaning 35999 clauses out of 72011 with flag 4884538/693000
413.85/411.88	c cleaning 37000 clauses out of 74014 with flag 5079153/731002
434.15/432.10	c cleaning 37996 clauses out of 76013 with flag 5369779/770001
458.96/456.94	c cleaning 39002 clauses out of 78018 with flag 5639516/810002
483.46/481.46	c cleaning 39997 clauses out of 80015 with flag 5931157/851001
514.59/512.36	c cleaning 40991 clauses out of 82017 with flag 6189701/893000
540.00/537.73	c cleaning 42005 clauses out of 84027 with flag 6474945/936001
565.69/563.45	c cleaning 43009 clauses out of 86022 with flag 6722191/980001
594.78/592.28	c cleaning 43997 clauses out of 88012 with flag 6997114/1025000
625.79/623.27	c cleaning 45002 clauses out of 90017 with flag 7269778/1071002
661.52/658.76	c cleaning 45998 clauses out of 92016 with flag 7553398/1118003
696.83/694.04	c cleaning 47002 clauses out of 94016 with flag 7842137/1166001
732.39/729.57	c cleaning 47996 clauses out of 96013 with flag 8151545/1215000
770.61/767.80	c cleaning 49003 clauses out of 98019 with flag 8471787/1265002
809.68/806.74	c cleaning 50002 clauses out of 100015 with flag 8820920/1316001
848.59/845.53	c cleaning 50998 clauses out of 102013 with flag 9130665/1368001
886.68/883.62	c cleaning 52002 clauses out of 104015 with flag 9446453/1421001
926.84/923.75	c cleaning 53001 clauses out of 106012 with flag 9769965/1475000
963.36/960.13	c cleaning 53999 clauses out of 108011 with flag 10096902/1530000
1003.25/999.98	c cleaning 55002 clauses out of 110012 with flag 10409228/1586000
1041.74/1038.48	c cleaning 55998 clauses out of 112011 with flag 10680091/1643001
1079.13/1075.76	c cleaning 57000 clauses out of 114012 with flag 11004215/1701000
1118.19/1114.77	c cleaning 57997 clauses out of 116012 with flag 11435844/1760000
1161.37/1157.84	c cleaning 58999 clauses out of 118015 with flag 11905723/1820000
1208.76/1205.15	c cleaning 60001 clauses out of 120016 with flag 12320245/1881000
1254.04/1250.32	c cleaning 61002 clauses out of 122015 with flag 12737830/1943000
1300.11/1296.31	c cleaning 61999 clauses out of 124013 with flag 13230609/2006000
1348.61/1344.72	c cleaning 62998 clauses out of 126014 with flag 13783978/2070000
1396.63/1392.79	c cleaning 64002 clauses out of 128016 with flag 14328122/2135000
1443.92/1439.98	c cleaning 65000 clauses out of 130014 with flag 14882186/2201000
1492.47/1488.44	c cleaning 66004 clauses out of 132015 with flag 15411441/2268001
1546.25/1542.12	c cleaning 67000 clauses out of 134010 with flag 15970439/2336000
1599.70/1595.58	c cleaning 67998 clauses out of 136010 with flag 16508849/2405000
1651.10/1646.86	c cleaning 69003 clauses out of 138012 with flag 16986081/2475000
1700.22/1695.72	c cleaning 69994 clauses out of 140010 with flag 17441864/2546001
1748.89/1744.39	c cleaning 71000 clauses out of 142015 with flag 17834562/2618000
1800.07/1795.40	c starts		: 3145
1800.07/1795.40	c conflicts		: 2685941
1800.07/1795.40	c decisions		: 3513322
1800.07/1795.40	c propagations		: 1623697405
1800.07/1795.40	c inspects		: 23123035187
1800.07/1795.40	c shortcuts		: 0
1800.07/1795.40	c learnt literals	: 0
1800.07/1795.40	c learnt binary clauses	: 0
1800.07/1795.40	c learnt ternary clauses	: 3
1800.07/1795.40	c learnt constraints	: 2685941
1800.07/1795.40	c ignored constraints	: 0
1800.07/1795.40	c root simplifications	: 0
1800.07/1795.40	c removed literals (reason simplification)	: 0
1800.07/1795.40	c reason swapping (by a shorter reason)	: 0
1800.07/1795.40	c Calls to reduceDB	: 68
1800.07/1795.40	c Number of update (reduction) of LBD	: 872349
1800.07/1795.40	c Imported unit clauses	: 0
1800.07/1795.40	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.40	c number of learned constraints concerned by reduction	: 0
1800.07/1795.40	c number of learning phase by resolution	: 0
1800.07/1795.40	c number of learning phase by cutting planes	: 0
1800.07/1795.40	c speed (assignments/second)	: 904665.2549998468
1800.07/1795.40	c non guided choices	3
1800.07/1795.41	c timeout
1800.07/1795.43	c learnt constraints type 
1800.07/1795.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 138957
1800.07/1795.43	s UNKNOWN
1800.07/1795.43	c Total wall clock time (in seconds): 1795.313

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-4085041-1465362708/watcher-4085041-1465362708 -o /tmp/evaluation-result-4085041-1465362708/solver-4085041-1465362708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465339364-19292 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085041-1465362708.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.20 2.24 2.19 4/194 22446
/proc/meminfo: memFree=28201952/32872528 swapFree=14448/1543360
[pid=22446] ppid=22443 vsize=9212 CPUtime=0 cores=1,3,5,7
/proc/22446/stat : 22446 (java) R 22443 22446 19275 0 -1 4202496 388 0 0 0 0 0 0 0 20 0 1 0 118204460 9433088 60 33554432000 1073741824 1073778376 140735598399232 140735598396360 266426482248 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/22446/statm: 2304 69 54 9 0 36 0

[startup+0.10006 s]
/proc/loadavg: 2.20 2.24 2.19 4/194 22446
/proc/meminfo: memFree=28201952/32872528 swapFree=14448/1543360
[pid=22446] ppid=22443 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22446/stat : 22446 (java) S 22443 22446 19275 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 118204460 9787879424 6038 33554432000 1073741824 1073778376 140735598399232 140735598390368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22446/statm: 2389619 6038 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20023 s]
/proc/loadavg: 2.20 2.24 2.19 4/194 22446
/proc/meminfo: memFree=28201952/32872528 swapFree=14448/1543360
[pid=22446] ppid=22443 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/22446/stat : 22446 (java) S 22443 22446 19275 0 -1 4202496 5152 0 1 0 27 1 0 0 20 0 18 0 118204460 9787879424 7660 33554432000 1073741824 1073778376 140735598399232 140735598390368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22446/statm: 2389619 7660 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300253 s]
/proc/loadavg: 2.20 2.24 2.19 4/194 22446
/proc/meminfo: memFree=28201952/32872528 swapFree=14448/1543360
[pid=22446] ppid=22443 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/22446/stat : 22446 (java) S 22443 22446 19275 0 -1 4202496 5751 0 1 0 49 2 0 0 20 0 18 0 118204460 9787879424 9564 33554432000 1073741824 1073778376 140735598399232 140735598390368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22446/statm: 2389619 9564 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 2.20 2.24 2.19 4/194 22446
/proc/meminfo: memFree=28201952/32872528 swapFree=14448/1543360
[pid=22446] ppid=22443 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/22446/stat : 22446 (java) S 22443 22446 19275 0 -1 4202496 12955 0 1 0 146 5 0 0 20 0 19 0 118204460 9856040960 33815 33554432000 1073741824 1073778376 140735598399232 140735598390368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22446/statm: 2406260 33815 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.20 2.24 2.19 3/213 22465
/proc/meminfo: memFree=28074384/32872528 swapFree=14448/1543360
[pid=22446] ppid=22443 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/22446/stat : 22446 (java) S 22443 22446 19275 0 -1 4202496 13306 0 1 0 240 5 0 0 20 0 19 0 118204460 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 140735598390368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22446/statm: 2406260 34036 2264 9 0 2396937 0
[pid=22446/tid=22448] ppid=22443 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/22446/task/22448/stat : 22448 (java) R 22443 22446 19275 0 -1 4202560 2461 0 1 0 142 3 0 0 20 0 19 0 118204461 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139706147193112 139705975608500 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22446/tid=22449] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22449/stat : 22449 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139706108684584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22450] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22450/stat : 22450 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139706107631784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22451] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22451/stat : 22451 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139706106579496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22452] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22452/stat : 22452 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139706105526696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22446/tid=22453] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22453/stat : 22453 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139706104474408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22454] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22454/stat : 22454 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139706103421608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22455] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22455/stat : 22455 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139706102369320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22456] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22456/stat : 22456 (java) S 22443 22446 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139706101316520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22457] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22457/stat : 22457 (java) S 22443 22446 19275 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139705970567400 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22458] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22458/stat : 22458 (java) S 22443 22446 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139705969513464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22459] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22459/stat : 22459 (java) S 22443 22446 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139705968461064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22460] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22460/stat : 22460 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139705967409552 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22461] ppid=22443 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/22446/task/22461/stat : 22461 (java) S 22443 22446 19275 0 -1 4202560 5080 0 0 0 48 1 0 0 20 0 19 0 118204467 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139705966357176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22462] ppid=22443 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22446/task/22462/stat : 22462 (java) S 22443 22446 19275 0 -1 4202560 4489 0 0 0 46 2 0 0 20 0 19 0 118204467 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139705965304376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22463] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22463/stat : 22463 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139705964252280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22464] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22464/stat : 22464 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139705963199688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22465] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22465/stat : 22465 (java) S 22443 22446 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118204521 9856040960 34036 33554432000 1073741824 1073778376 140735598399232 139705962144680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.18 2.24 2.19 3/213 22465
/proc/meminfo: memFree=28071840/32872528 swapFree=14448/1543360
[pid=22446] ppid=22443 vsize=9625040 CPUtime=4.07 cores=1,3,5,7
/proc/22446/stat : 22446 (java) S 22443 22446 19275 0 -1 4202496 13312 0 1 0 401 6 0 0 20 0 19 0 118204460 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 140735598390368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22446/statm: 2406260 35063 2266 9 0 2396937 0
[pid=22446/tid=22448] ppid=22443 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/22446/task/22448/stat : 22448 (java) R 22443 22446 19275 0 -1 4202560 2464 0 1 0 300 3 0 0 20 0 19 0 118204461 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139706147193112 139705975547837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22449] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22449/stat : 22449 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139706108684584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22450] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22450/stat : 22450 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139706107631784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22451] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22451/stat : 22451 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139706106579496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22452] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22452/stat : 22452 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139706105526696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22446/tid=22453] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22453/stat : 22453 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139706104474408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22454] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22454/stat : 22454 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139706103421608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22455] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22455/stat : 22455 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139706102369320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22456] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22456/stat : 22456 (java) S 22443 22446 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139706101316520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22457] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22457/stat : 22457 (java) S 22443 22446 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139705970567400 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22458] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22458/stat : 22458 (java) S 22443 22446 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139705969513464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22459] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22459/stat : 22459 (java) S 22443 22446 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139705968461064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22460] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22460/stat : 22460 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139705967409552 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22461] ppid=22443 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/22446/task/22461/stat : 22461 (java) S 22443 22446 19275 0 -1 4202560 5082 0 0 0 49 2 0 0 20 0 19 0 118204467 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139705966357176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22462] ppid=22443 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/22446/task/22462/stat : 22462 (java) S 22443 22446 19275 0 -1 4202560 4489 0 0 0 47 2 0 0 20 0 19 0 118204467 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139705965304376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22463] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22463/stat : 22463 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139705964252280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22464] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22464/stat : 22464 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139705963199688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22465] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22465/stat : 22465 (java) S 22443 22446 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118204521 9856040960 35063 33554432000 1073741824 1073778376 140735598399232 139705962144680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.18 2.24 2.19 3/213 22465
/proc/meminfo: memFree=28063168/32872528 swapFree=14448/1543360
[pid=22446] ppid=22443 vsize=9625040 CPUtime=7.36 cores=1,3,5,7
/proc/22446/stat : 22446 (java) S 22443 22446 19275 0 -1 4202496 13997 0 1 0 730 6 0 0 20 0 19 0 118204460 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 140735598390368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22446/statm: 2406260 37060 2272 9 0 2396937 0
[pid=22446/tid=22448] ppid=22443 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/22446/task/22448/stat : 22448 (java) R 22443 22446 19275 0 -1 4202560 2471 0 1 0 619 3 0 0 20 0 19 0 118204461 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139706147184352 139705975547957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22449] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22449/stat : 22449 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139706108684584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22450] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22450/stat : 22450 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139706107631784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22451] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22451/stat : 22451 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139706106579496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22452] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22452/stat : 22452 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139706105526696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22446/tid=22453] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22453/stat : 22453 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139706104474408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22454] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22454/stat : 22454 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139706103421608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22455] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22455/stat : 22455 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139706102369320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22456] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22456/stat : 22456 (java) S 22443 22446 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 118204463 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139706101316520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22457] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22457/stat : 22457 (java) S 22443 22446 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139705970567400 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22458] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22458/stat : 22458 (java) S 22443 22446 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139705969513464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22459] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22459/stat : 22459 (java) S 22443 22446 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139705968461064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22460] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22460/stat : 22460 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139705967409552 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22461] ppid=22443 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/22446/task/22461/stat : 22461 (java) S 22443 22446 19275 0 -1 4202560 5088 0 0 0 51 2 0 0 20 0 19 0 118204467 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139705966357176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22462] ppid=22443 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/22446/task/22462/stat : 22462 (java) S 22443 22446 19275 0 -1 4202560 5161 0 0 0 55 2 0 0 20 0 19 0 118204467 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139705965304376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22463] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22463/stat : 22463 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139705964252280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22464] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22464/stat : 22464 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139705963199688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22465] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22465/stat : 22465 (java) S 22443 22446 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118204521 9856040960 37060 33554432000 1073741824 1073778376 140735598399232 139705962144680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 9625040


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

[pid=22446/tid=22465] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22465/stat : 22465 (java) S 22443 22446 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118204521 9856040960 141219 33554432000 1073741824 1073778376 140735598399232 139705962144680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1666.7
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.39 2.22 2.15 3/214 22576
/proc/meminfo: memFree=28267352/32872528 swapFree=14448/1543360
[pid=22446] ppid=22443 vsize=9625040 CPUtime=1726.83 cores=1,3,5,7
/proc/22446/stat : 22446 (java) S 22443 22446 19275 0 -1 4202496 16756 0 1 0 172575 108 0 0 20 0 19 0 118204460 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 140735598390368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22446/statm: 2406260 138832 2294 9 0 2396937 0
[pid=22446/tid=22448] ppid=22443 vsize=9625040 CPUtime=1715.83 cores=1,3,5,7
/proc/22446/task/22448/stat : 22448 (java) R 22443 22446 19275 0 -1 4202560 2513 0 1 0 171552 31 0 0 20 0 19 0 118204461 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139706147184320 139705975547957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22449] ppid=22443 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/22446/task/22449/stat : 22449 (java) S 22443 22446 19275 0 -1 4202560 288 0 0 0 46 10 0 0 20 0 19 0 118204463 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139706108684584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22446/tid=22450] ppid=22443 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/22446/task/22450/stat : 22450 (java) S 22443 22446 19275 0 -1 4202560 292 0 0 0 47 10 0 0 20 0 19 0 118204463 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139706107631784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22451] ppid=22443 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22446/task/22451/stat : 22451 (java) S 22443 22446 19275 0 -1 4202560 322 0 0 0 40 8 0 0 20 0 19 0 118204463 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139706106579496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22452] ppid=22443 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/22446/task/22452/stat : 22452 (java) S 22443 22446 19275 0 -1 4202560 216 0 0 0 40 7 0 0 20 0 19 0 118204463 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139706105526696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22453] ppid=22443 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/22446/task/22453/stat : 22453 (java) S 22443 22446 19275 0 -1 4202560 349 0 0 0 49 8 0 0 20 0 19 0 118204463 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139706104474408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22454] ppid=22443 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/22446/task/22454/stat : 22454 (java) S 22443 22446 19275 0 -1 4202560 170 0 0 0 44 8 0 0 20 0 19 0 118204463 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139706103421608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22455] ppid=22443 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/22446/task/22455/stat : 22455 (java) S 22443 22446 19275 0 -1 4202560 149 0 0 0 44 7 0 0 20 0 19 0 118204463 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139706102369320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22456] ppid=22443 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/22446/task/22456/stat : 22456 (java) S 22443 22446 19275 0 -1 4202560 317 0 0 0 48 12 0 0 20 0 19 0 118204463 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139706101316520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22446/tid=22457] ppid=22443 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/22446/task/22457/stat : 22457 (java) S 22443 22446 19275 0 -1 4202560 320 0 0 0 61 2 0 0 20 0 19 0 118204464 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139705970567400 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22458] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22458/stat : 22458 (java) S 22443 22446 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139705969513464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22459] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22459/stat : 22459 (java) S 22443 22446 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139705968461064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22460] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22460/stat : 22460 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139705967409552 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22461] ppid=22443 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/22446/task/22461/stat : 22461 (java) S 22443 22446 19275 0 -1 4202560 5298 0 0 0 61 2 0 0 20 0 19 0 118204467 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139705966357176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22462] ppid=22443 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/22446/task/22462/stat : 22462 (java) S 22443 22446 19275 0 -1 4202560 5161 0 0 0 56 2 0 0 20 0 19 0 118204467 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139705965304376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22463] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22463/stat : 22463 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139705964252280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22464] ppid=22443 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/22446/task/22464/stat : 22464 (java) S 22443 22446 19275 0 -1 4202560 99 0 0 0 24 35 0 0 20 0 19 0 118204467 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139705963199688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22465] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22465/stat : 22465 (java) S 22443 22446 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118204521 9856040960 138832 33554432000 1073741824 1073778376 140735598399232 139705962144680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.83
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.56 2.28 2.18 3/213 22578
/proc/meminfo: memFree=28286172/32872528 swapFree=14448/1543360
[pid=22446] ppid=22443 vsize=9625040 CPUtime=1786.97 cores=1,3,5,7
/proc/22446/stat : 22446 (java) S 22443 22446 19275 0 -1 4202496 16766 0 1 0 178588 109 0 0 20 0 19 0 118204460 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 140735598390368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22446/statm: 2406260 134055 2294 9 0 2396937 0
[pid=22446/tid=22448] ppid=22443 vsize=9625040 CPUtime=1775.62 cores=1,3,5,7
/proc/22446/task/22448/stat : 22448 (java) R 22443 22446 19275 0 -1 4202560 2515 0 1 0 177531 31 0 0 20 0 19 0 118204461 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706147192032 139705975703344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22449] ppid=22443 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/22446/task/22449/stat : 22449 (java) S 22443 22446 19275 0 -1 4202560 288 0 0 0 50 10 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706108684584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22450] ppid=22443 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/22446/task/22450/stat : 22450 (java) S 22443 22446 19275 0 -1 4202560 292 0 0 0 49 10 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706107631784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22451] ppid=22443 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/22446/task/22451/stat : 22451 (java) S 22443 22446 19275 0 -1 4202560 322 0 0 0 42 8 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706106579496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22452] ppid=22443 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/22446/task/22452/stat : 22452 (java) S 22443 22446 19275 0 -1 4202560 216 0 0 0 42 7 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706105526696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22453] ppid=22443 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/22446/task/22453/stat : 22453 (java) S 22443 22446 19275 0 -1 4202560 349 0 0 0 51 8 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706104474408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22446/tid=22454] ppid=22443 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/22446/task/22454/stat : 22454 (java) S 22443 22446 19275 0 -1 4202560 170 0 0 0 47 8 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706103421608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22455] ppid=22443 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/22446/task/22455/stat : 22455 (java) S 22443 22446 19275 0 -1 4202560 149 0 0 0 46 7 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706102369320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22446/tid=22456] ppid=22443 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/22446/task/22456/stat : 22456 (java) S 22443 22446 19275 0 -1 4202560 317 0 0 0 50 12 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706101316520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22457] ppid=22443 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/22446/task/22457/stat : 22457 (java) S 22443 22446 19275 0 -1 4202560 324 0 0 0 61 2 0 0 20 0 19 0 118204464 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705970567400 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22458] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22458/stat : 22458 (java) S 22443 22446 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705969513464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22459] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22459/stat : 22459 (java) S 22443 22446 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705968461064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22460] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22460/stat : 22460 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705967409552 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22461] ppid=22443 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/22446/task/22461/stat : 22461 (java) S 22443 22446 19275 0 -1 4202560 5298 0 0 0 61 2 0 0 20 0 19 0 118204467 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705966357176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22462] ppid=22443 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/22446/task/22462/stat : 22462 (java) S 22443 22446 19275 0 -1 4202560 5161 0 0 0 56 2 0 0 20 0 19 0 118204467 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705965304376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22463] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22463/stat : 22463 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705964252280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22464] ppid=22443 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/22446/task/22464/stat : 22464 (java) S 22443 22446 19275 0 -1 4202560 103 0 0 0 25 36 0 0 20 0 19 0 118204467 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705963199688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22465] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22465/stat : 22465 (java) S 22443 22446 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118204521 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705962144680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.97
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.4 s]
/proc/loadavg: 2.44 2.27 2.18 3/213 22578
/proc/meminfo: memFree=28286048/32872528 swapFree=14448/1543360
[pid=22446] ppid=22443 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/22446/stat : 22446 (java) S 22443 22446 19275 0 -1 4202496 16766 0 1 0 179898 109 0 0 20 0 19 0 118204460 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 140735598390368 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/22446/statm: 2406260 134055 2294 9 0 2396937 0
[pid=22446/tid=22448] ppid=22443 vsize=9625040 CPUtime=1788.68 cores=1,3,5,7
/proc/22446/task/22448/stat : 22448 (java) R 22443 22446 19275 0 -1 4202560 2515 0 1 0 178836 32 0 0 20 0 19 0 118204461 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706147192032 139705975557639 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22449] ppid=22443 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/22446/task/22449/stat : 22449 (java) S 22443 22446 19275 0 -1 4202560 288 0 0 0 50 10 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706108684584 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22450] ppid=22443 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/22446/task/22450/stat : 22450 (java) S 22443 22446 19275 0 -1 4202560 292 0 0 0 49 10 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706107631784 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22451] ppid=22443 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/22446/task/22451/stat : 22451 (java) S 22443 22446 19275 0 -1 4202560 322 0 0 0 42 8 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706106579496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22452] ppid=22443 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/22446/task/22452/stat : 22452 (java) S 22443 22446 19275 0 -1 4202560 216 0 0 0 42 7 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706105526696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22446/tid=22453] ppid=22443 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/22446/task/22453/stat : 22453 (java) S 22443 22446 19275 0 -1 4202560 349 0 0 0 51 8 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706104474408 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22446/tid=22454] ppid=22443 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/22446/task/22454/stat : 22454 (java) S 22443 22446 19275 0 -1 4202560 170 0 0 0 47 8 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706103421608 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22455] ppid=22443 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/22446/task/22455/stat : 22455 (java) S 22443 22446 19275 0 -1 4202560 149 0 0 0 46 7 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706102369320 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22446/tid=22456] ppid=22443 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/22446/task/22456/stat : 22456 (java) S 22443 22446 19275 0 -1 4202560 317 0 0 0 50 12 0 0 20 0 19 0 118204463 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139706101316520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22457] ppid=22443 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/22446/task/22457/stat : 22457 (java) S 22443 22446 19275 0 -1 4202560 324 0 0 0 61 2 0 0 20 0 19 0 118204464 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705970567400 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22458] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22458/stat : 22458 (java) S 22443 22446 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705969513464 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22459] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22459/stat : 22459 (java) S 22443 22446 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 118204464 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705968461064 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22460] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22460/stat : 22460 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705967409552 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22461] ppid=22443 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/22446/task/22461/stat : 22461 (java) S 22443 22446 19275 0 -1 4202560 5298 0 0 0 61 2 0 0 20 0 19 0 118204467 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705966357176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22462] ppid=22443 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/22446/task/22462/stat : 22462 (java) S 22443 22446 19275 0 -1 4202560 5161 0 0 0 56 2 0 0 20 0 19 0 118204467 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705965304376 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22463] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22463/stat : 22463 (java) S 22443 22446 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118204467 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705964252280 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22446/tid=22464] ppid=22443 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/22446/task/22464/stat : 22464 (java) S 22443 22446 19275 0 -1 4202560 103 0 0 0 26 36 0 0 20 0 19 0 118204467 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705963199688 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22446/tid=22465] ppid=22443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22446/task/22465/stat : 22465 (java) S 22443 22446 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118204521 9856040960 134055 33554432000 1073741824 1073778376 140735598399232 139705962144680 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22446 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=340218
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=582759
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.44
CPU time (s): 1800.07
CPU user time (s): 1798.98
CPU system time (s): 1.09
CPU usage (%): 100.258
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.34
system time used= 1.58276
maximum resident set size= 795684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16798
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38841
involuntary context switches= 13039

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0905 second user time and 14.2838 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-08 07:11:49
IDJOB=4085041
IDBENCH=92785
IDSOLVER=2546
FILE ID=node116/4085041-1465362708
RUNJOBID= node116-1465339364-19292
PBS_JOBID= 19853403
Free space on /tmp= 71628 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_8_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085041-1465362708/watcher-4085041-1465362708 -o /tmp/evaluation-result-4085041-1465362708/solver-4085041-1465362708 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465339364-19292 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085041-1465362708.opb

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

MD5SUM BENCH= c59785e6f20fb8a9ed43144b528a9d33
RANDOM SEED=1138721713

node116.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		: 2667.134
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	: 5334.26
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		: 2667.134
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		: 2667.134
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		: 2667.134
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		: 2667.134
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		: 2667.134
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		: 2667.134
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		: 2667.134
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:        28202240 kB
Buffers:          185256 kB
Cached:           693452 kB
SwapCached:         1864 kB
Active:          1790624 kB
Inactive:         588400 kB
Active(anon):    1500600 kB
Inactive(anon):     2004 kB
Active(file):     290024 kB
Inactive(file):   586396 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67099076 kB
Dirty:              1860 kB
Writeback:             0 kB
AnonPages:       3043316 kB
Mapped:            16568 kB
Shmem:                 0 kB
Slab:             611260 kB
SReclaimable:      55108 kB
SUnreclaim:       556152 kB
KernelStack:        1600 kB
PageTables:         9956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4415068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2996224 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= 71628 MiB
End job on node116 at 2016-06-08 07:41:44