Trace number 4099484

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.07 1795.64

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl20_21_pb.cnf.cr.opb
MD5SUM75fcdbbba3eb42e13f634e02d36a6ee9
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.011998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables840
Total number of constraints82
Number of constraints which are clauses42
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint21
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4099484-1466206116.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.18	c ... done. Wall clock time 0.059s.
0.09/0.18	c declared #vars     840
0.09/0.18	c #constraints  82
0.09/0.18	c constraints type 
0.09/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 42
0.09/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
0.09/0.18	c 82 constraints processed.
0.76/0.53	c cleaning 2446 clauses out of 5003 with flag 35308/5003
1.31/1.07	c cleaning 4271 clauses out of 8554 with flag 90815/11000
2.21/2.00	c cleaning 5639 clauses out of 11283 with flag 157485/18000
3.33/3.08	c cleaning 6821 clauses out of 13645 with flag 218074/26001
4.54/4.21	c cleaning 7908 clauses out of 15824 with flag 284500/35001
6.34/6.00	c cleaning 8952 clauses out of 17915 with flag 362961/45000
8.15/7.81	c cleaning 9977 clauses out of 19963 with flag 450250/56000
9.94/9.66	c cleaning 10978 clauses out of 21987 with flag 551596/68001
12.14/11.88	c cleaning 11988 clauses out of 24008 with flag 675481/81000
14.65/14.33	c cleaning 13000 clauses out of 26023 with flag 815770/95003
17.55/17.24	c cleaning 13991 clauses out of 28020 with flag 959259/110000
21.19/20.86	c cleaning 15012 clauses out of 30036 with flag 1111576/126007
24.99/24.69	c cleaning 16000 clauses out of 32017 with flag 1262242/143000
29.29/28.96	c cleaning 17001 clauses out of 34021 with flag 1431363/161004
34.29/33.99	c cleaning 18003 clauses out of 36017 with flag 1610136/180001
38.99/38.69	c cleaning 18998 clauses out of 38014 with flag 1784934/200001
45.09/44.77	c cleaning 19998 clauses out of 40016 with flag 1990886/221001
51.30/50.91	c cleaning 20997 clauses out of 42018 with flag 2209109/243001
58.62/58.14	c cleaning 22001 clauses out of 44020 with flag 2435084/266000
65.82/65.34	c cleaning 23004 clauses out of 46023 with flag 2706697/290004
74.02/73.51	c cleaning 24001 clauses out of 48015 with flag 2961871/315000
82.72/82.21	c cleaning 25004 clauses out of 50016 with flag 3254026/341002
93.03/92.55	c cleaning 25998 clauses out of 52011 with flag 3561089/368001
103.71/103.07	c cleaning 26997 clauses out of 54013 with flag 3832532/396001
115.91/115.23	c cleaning 28000 clauses out of 56015 with flag 4105721/425000
128.61/127.93	c cleaning 28998 clauses out of 58016 with flag 4369588/455001
141.41/140.72	c cleaning 30002 clauses out of 60019 with flag 4643682/486002
154.53/153.61	c cleaning 31001 clauses out of 62018 with flag 4938919/518003
167.63/166.73	c cleaning 32003 clauses out of 64018 with flag 5245341/551004
181.93/181.08	c cleaning 33001 clauses out of 66011 with flag 5552808/585000
198.24/197.31	c cleaning 33997 clauses out of 68011 with flag 5874218/620001
216.22/215.24	c cleaning 35002 clauses out of 70013 with flag 6201175/656000
234.41/233.45	c cleaning 35999 clauses out of 72011 with flag 6539871/693000
247.82/246.81	c cleaning 37000 clauses out of 74012 with flag 6937742/731000
259.13/257.98	c cleaning 37997 clauses out of 76015 with flag 7426436/770003
273.82/272.68	c cleaning 39004 clauses out of 78019 with flag 7960353/810004
288.13/286.99	c cleaning 39999 clauses out of 80011 with flag 8474110/851000
303.00/301.57	c cleaning 40997 clauses out of 82013 with flag 8873922/893001
317.59/316.13	c cleaning 42001 clauses out of 84017 with flag 9299394/936002
334.90/333.44	c cleaning 43001 clauses out of 86015 with flag 9732124/980001
354.52/352.89	c cleaning 43995 clauses out of 88014 with flag 10186073/1025001
376.32/374.68	c cleaning 45004 clauses out of 90019 with flag 10627340/1071001
398.29/396.49	c cleaning 45992 clauses out of 92015 with flag 11140596/1118001
421.08/419.15	c cleaning 47007 clauses out of 94025 with flag 11668905/1166003
445.08/443.18	c cleaning 47999 clauses out of 96015 with flag 12208157/1215000
471.18/469.13	c cleaning 49003 clauses out of 98017 with flag 12834784/1265001
498.69/496.57	c cleaning 50000 clauses out of 100020 with flag 13413578/1316007
524.69/522.56	c cleaning 51001 clauses out of 102013 with flag 14016052/1368000
554.72/552.47	c cleaning 51996 clauses out of 104013 with flag 14639248/1421001
586.09/583.70	c cleaning 52999 clauses out of 106016 with flag 15321204/1475000
619.70/617.37	c cleaning 54003 clauses out of 108019 with flag 16046381/1530002
653.79/651.31	c cleaning 55001 clauses out of 110015 with flag 16824474/1586001
688.09/685.57	c cleaning 55990 clauses out of 112013 with flag 17576809/1643000
728.41/725.78	c cleaning 56993 clauses out of 114024 with flag 18335174/1701001
770.24/767.48	c cleaning 57995 clauses out of 116032 with flag 19092657/1760002
811.52/808.62	c cleaning 59008 clauses out of 118035 with flag 19897364/1820000
848.12/845.20	c cleaning 60007 clauses out of 120028 with flag 20713991/1881001
889.18/886.25	c cleaning 61007 clauses out of 122021 with flag 21599482/1943001
933.84/930.83	c cleaning 61989 clauses out of 124014 with flag 22399224/2006001
977.53/974.42	c cleaning 63007 clauses out of 126027 with flag 23101284/2070003
1030.51/1027.36	c cleaning 64000 clauses out of 128020 with flag 23878704/2135003
1078.02/1074.80	c cleaning 64999 clauses out of 130018 with flag 24633973/2201001
1129.66/1126.24	c cleaning 66000 clauses out of 132018 with flag 25408764/2268000
1184.98/1181.42	c cleaning 66999 clauses out of 134018 with flag 26247214/2336000
1247.08/1243.45	c cleaning 68006 clauses out of 136024 with flag 27129711/2405005
1309.98/1306.28	c cleaning 68996 clauses out of 138013 with flag 28074529/2475000
1371.22/1367.41	c cleaning 70001 clauses out of 140019 with flag 28946376/2546002
1433.67/1429.79	c cleaning 70992 clauses out of 142016 with flag 29790840/2618000
1503.33/1499.36	c cleaning 72007 clauses out of 144028 with flag 30762563/2691004
1568.08/1564.07	c cleaning 73001 clauses out of 146018 with flag 31632949/2765001
1640.80/1636.70	c cleaning 74002 clauses out of 148019 with flag 32517814/2840003
1701.00/1696.79	c cleaning 75003 clauses out of 150015 with flag 33462863/2916001
1778.41/1774.05	c cleaning 75999 clauses out of 152012 with flag 34449082/2993001
1800.07/1795.60	c starts		: 259
1800.07/1795.60	c conflicts		: 3029004
1800.07/1795.60	c decisions		: 3638907
1800.07/1795.60	c propagations		: 50821785
1800.07/1795.60	c inspects		: 29274217964
1800.07/1795.60	c shortcuts		: 0
1800.07/1795.60	c learnt literals	: 0
1800.07/1795.60	c learnt binary clauses	: 0
1800.07/1795.60	c learnt ternary clauses	: 0
1800.07/1795.60	c learnt constraints	: 3029004
1800.07/1795.60	c ignored constraints	: 0
1800.07/1795.60	c root simplifications	: 0
1800.07/1795.60	c removed literals (reason simplification)	: 0
1800.07/1795.60	c reason swapping (by a shorter reason)	: 0
1800.07/1795.60	c Calls to reduceDB	: 73
1800.07/1795.60	c Number of update (reduction) of LBD	: 1643900
1800.07/1795.60	c Imported unit clauses	: 0
1800.07/1795.60	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.60	c number of learned constraints concerned by reduction	: 0
1800.07/1795.60	c number of learning phase by resolution	: 0
1800.07/1795.60	c number of learning phase by cutting planes	: 0
1800.07/1795.60	c speed (assignments/second)	: 28306.285868964656
1800.07/1795.60	c non guided choices	1086
1800.07/1795.60	c timeout
1800.07/1795.63	c learnt constraints type 
1800.07/1795.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 112017
1800.07/1795.63	s UNKNOWN
1800.07/1795.63	c Total wall clock time (in seconds): 1795.513

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

pid=6166
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: 0.72 0.33 0.22 2/170 6169
/proc/meminfo: memFree=30344360/32872528 swapFree=1590032/1720848
[pid=6169] ppid=6166 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/6169/stat : 6169 (java) R 6166 6169 5878 0 -1 4202496 1065 0 0 0 0 0 0 0 20 0 1 0 22659939 23793664 715 33554432000 1073741824 1073778376 140734156223648 140734156212712 226075129192 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/6169/statm: 5809 716 530 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 0.72 0.33 0.22 2/170 6169
/proc/meminfo: memFree=30344360/32872528 swapFree=1590032/1720848
[pid=6169] ppid=6166 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/6169/stat : 6169 (java) S 6166 6169 5878 0 -1 4202496 4428 0 1 0 8 1 0 0 20 0 18 0 22659939 9787879424 6041 33554432000 1073741824 1073778376 140734156223648 140734156214784 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6169/statm: 2389619 6041 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 0.72 0.33 0.22 2/170 6169
/proc/meminfo: memFree=30344360/32872528 swapFree=1590032/1720848
[pid=6169] ppid=6166 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/6169/stat : 6169 (java) S 6166 6169 5878 0 -1 4202496 5228 0 1 0 24 1 0 0 20 0 19 0 22659939 9856040960 7196 33554432000 1073741824 1073778376 140734156223648 140734156214784 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6169/statm: 2406260 7198 2220 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300213 s]
/proc/loadavg: 0.72 0.33 0.22 2/170 6169
/proc/meminfo: memFree=30344360/32872528 swapFree=1590032/1720848
[pid=6169] ppid=6166 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/6169/stat : 6169 (java) S 6166 6169 5878 0 -1 4202496 5685 0 1 0 47 1 0 0 20 0 19 0 22659939 9856040960 7412 33554432000 1073741824 1073778376 140734156223648 140734156214784 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6169/statm: 2406260 7412 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700165 s]
/proc/loadavg: 0.72 0.33 0.22 2/170 6169
/proc/meminfo: memFree=30344360/32872528 swapFree=1590032/1720848
[pid=6169] ppid=6166 vsize=9625040 CPUtime=0.98 cores=0,2,4,6
/proc/6169/stat : 6169 (java) S 6166 6169 5878 0 -1 4202496 7083 0 1 0 97 1 0 0 20 0 19 0 22659939 9856040960 9695 33554432000 1073741824 1073778376 140734156223648 140734156214784 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6169/statm: 2406260 9695 2254 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 0.75 0.34 0.23 2/189 6188
/proc/meminfo: memFree=30310220/32872528 swapFree=1590032/1720848
[pid=6169] ppid=6166 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/6169/stat : 6169 (java) S 6166 6169 5878 0 -1 4202496 7097 0 1 0 180 1 0 0 20 0 19 0 22659939 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140734156214784 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6169/statm: 2406260 11752 2256 9 0 2396937 0
[pid=6169/tid=6171] ppid=6166 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/6169/task/6171/stat : 6171 (java) R 6166 6169 5878 0 -1 4202560 2416 0 1 0 144 1 0 0 20 0 19 0 22659940 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140473127857872 140472962476987 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6172] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140473089358760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6173] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140473088306216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6174] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140473087253160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6169/tid=6175] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140473086200616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6169/tid=6176] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140473085147560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6177] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140473084095016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6169/tid=6178] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140473083041960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6179] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140473081989416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6180] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6180/stat : 6180 (java) S 6166 6169 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22659943 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140472951892840 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6181] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5878 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22659944 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140472950839160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6182] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6182/stat : 6182 (java) S 6166 6169 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659944 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140472949785992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6183] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140472948734736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6184] ppid=6166 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/6169/task/6184/stat : 6184 (java) S 6166 6169 5878 0 -1 4202560 1098 0 0 0 16 0 0 0 20 0 19 0 22659946 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140472947681592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6185] ppid=6166 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/6169/task/6185/stat : 6185 (java) S 6166 6169 5878 0 -1 4202560 2311 0 0 0 16 0 0 0 20 0 19 0 22659946 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140472946629048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6186] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6186/stat : 6186 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140472072792312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6187] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6187/stat : 6187 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140472071739976 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6188] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6188/stat : 6188 (java) S 6166 6169 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659958 9856040960 11752 33554432000 1073741824 1073778376 140734156223648 140472070686248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 0.75 0.34 0.23 2/189 6188
/proc/meminfo: memFree=30299352/32872528 swapFree=1590032/1720848
[pid=6169] ppid=6166 vsize=9625040 CPUtime=3.44 cores=0,2,4,6
/proc/6169/stat : 6169 (java) S 6166 6169 5878 0 -1 4202496 7105 0 1 0 342 2 0 0 20 0 19 0 22659939 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140734156214784 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6169/statm: 2406260 15337 2256 9 0 2396937 0
[pid=6169/tid=6171] ppid=6166 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/6169/task/6171/stat : 6171 (java) R 6166 6169 5878 0 -1 4202560 2423 0 1 0 304 1 0 0 20 0 19 0 22659940 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140473127866496 140472962476950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6172] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140473089358760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6173] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140473088306216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6174] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140473087253160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6169/tid=6175] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140473086200616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6169/tid=6176] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140473085147560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6177] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140473084095016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6169/tid=6178] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140473083041960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6179] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140473081989416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6180] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6180/stat : 6180 (java) S 6166 6169 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22659943 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140472951892840 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6181] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5878 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22659944 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140472950839160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6182] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6182/stat : 6182 (java) S 6166 6169 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659944 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140472949785992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6183] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140472948734736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6184] ppid=6166 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/6169/task/6184/stat : 6184 (java) S 6166 6169 5878 0 -1 4202560 1099 0 0 0 18 0 0 0 20 0 19 0 22659946 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140472947681592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6185] ppid=6166 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/6169/task/6185/stat : 6185 (java) S 6166 6169 5878 0 -1 4202560 2311 0 0 0 16 0 0 0 20 0 19 0 22659946 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140472946629048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6186] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6186/stat : 6186 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140472072792312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6187] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6187/stat : 6187 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140472071739976 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6188] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6188/stat : 6188 (java) S 6166 6169 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659958 9856040960 15337 33554432000 1073741824 1073778376 140734156223648 140472070686248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 0.75 0.34 0.23 3/213 6221
/proc/meminfo: memFree=30234172/32872528 swapFree=1590032/1720848
[pid=6169] ppid=6166 vsize=9625040 CPUtime=6.64 cores=0,2,4,6
/proc/6169/stat : 6169 (java) S 6166 6169 5878 0 -1 4202496 7117 0 1 0 662 2 0 0 20 0 19 0 22659939 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140734156214784 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6169/statm: 2406260 20202 2257 9 0 2396937 0
[pid=6169/tid=6171] ppid=6166 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/6169/task/6171/stat : 6171 (java) R 6166 6169 5878 0 -1 4202560 2434 0 1 0 623 1 0 0 20 0 19 0 22659940 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140473127857856 140472962425549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6169/tid=6172] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140473089358760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6173] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140473088306216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6174] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140473087253160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6169/tid=6175] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140473086200616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6169/tid=6176] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140473085147560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6177] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140473084095016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6169/tid=6178] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140473083041960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6179] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5878 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 22659942 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140473081989416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6180] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6180/stat : 6180 (java) S 6166 6169 5878 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22659943 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140472951892840 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6181] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5878 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 22659944 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140472950839160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6182] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6182/stat : 6182 (java) S 6166 6169 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659944 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140472949785992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6183] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140472948734736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6184] ppid=6166 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/6169/task/6184/stat : 6184 (java) S 6166 6169 5878 0 -1 4202560 1099 0 0 0 18 0 0 0 20 0 19 0 22659946 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140472947681592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6185] ppid=6166 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/6169/task/6185/stat : 6185 (java) S 6166 6169 5878 0 -1 4202560 2311 0 0 0 16 0 0 0 20 0 19 0 22659946 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140472946629048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6186] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6186/stat : 6186 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140472072792312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6187] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6187/stat : 6187 (java) S 6166 6169 5878 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140472071739976 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6188] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6188/stat : 6188 (java) S 6166 6169 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659958 9856040960 20202 33554432000 1073741824 1073778376 140734156223648 140472070686248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 9625040


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

[pid=6169/tid=6188] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6188/stat : 6188 (java) S 6166 6169 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659958 9856040960 131197 33554432000 1073741824 1073778376 140734156223648 140472070686248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1666.6
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.21 1.88 3/213 6264
/proc/meminfo: memFree=29170508/32872528 swapFree=1590032/1720848
[pid=6169] ppid=6166 vsize=9625040 CPUtime=1726.64 cores=0,2,4,6
/proc/6169/stat : 6169 (java) S 6166 6169 5878 0 -1 4202496 10610 0 1 0 172566 98 0 0 20 0 19 0 22659939 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140734156214784 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6169/statm: 2406260 128435 2279 9 0 2396937 0
[pid=6169/tid=6171] ppid=6166 vsize=9625040 CPUtime=1715.84 cores=0,2,4,6
/proc/6169/task/6171/stat : 6171 (java) R 6166 6169 5878 0 -1 4202560 2511 0 1 0 171555 29 0 0 20 0 19 0 22659940 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140473127865584 140472962459470 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6169/tid=6172] ppid=6166 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5878 0 -1 4202560 520 0 0 0 53 9 0 0 20 0 19 0 22659942 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140473089358760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6169/tid=6173] ppid=6166 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5878 0 -1 4202560 295 0 0 0 53 8 0 0 20 0 19 0 22659942 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140473088306216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6169/tid=6174] ppid=6166 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5878 0 -1 4202560 288 0 0 0 61 8 0 0 20 0 19 0 22659942 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140473087253160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6169/tid=6175] ppid=6166 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5878 0 -1 4202560 422 0 0 0 53 10 0 0 20 0 19 0 22659942 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140473086200616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6176] ppid=6166 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5878 0 -1 4202560 216 0 0 0 47 8 0 0 20 0 19 0 22659942 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140473085147560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6177] ppid=6166 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5878 0 -1 4202560 542 0 0 0 58 10 0 0 20 0 19 0 22659942 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140473084095016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6169/tid=6178] ppid=6166 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5878 0 -1 4202560 233 0 0 0 54 7 0 0 20 0 19 0 22659942 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140473083041960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6179] ppid=6166 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5878 0 -1 4202560 379 0 0 0 59 10 0 0 20 0 19 0 22659942 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140473081989416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6180] ppid=6166 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/6169/task/6180/stat : 6180 (java) S 6166 6169 5878 0 -1 4202560 288 0 0 0 53 3 0 0 20 0 19 0 22659943 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140472951892840 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6181] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5878 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22659944 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140472950839160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6182] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6182/stat : 6182 (java) S 6166 6169 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659944 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140472949785992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6183] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140472948734736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6184] ppid=6166 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/6169/task/6184/stat : 6184 (java) S 6166 6169 5878 0 -1 4202560 1099 0 0 0 18 0 0 0 20 0 19 0 22659946 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140472947681592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6185] ppid=6166 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/6169/task/6185/stat : 6185 (java) S 6166 6169 5878 0 -1 4202560 2458 0 0 0 19 0 0 0 20 0 19 0 22659946 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140472946629048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6186] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6186/stat : 6186 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140472072792312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6187] ppid=6166 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/6169/task/6187/stat : 6187 (java) S 6166 6169 5878 0 -1 4202560 100 0 0 0 34 30 0 0 20 0 19 0 22659946 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140472071739976 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6188] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6188/stat : 6188 (java) S 6166 6169 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659958 9856040960 128435 33554432000 1073741824 1073778376 140734156223648 140472070686248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.64
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.17 2.20 1.90 3/191 6303
/proc/meminfo: memFree=29811040/32872528 swapFree=1590032/1720848
[pid=6169] ppid=6166 vsize=9625040 CPUtime=1786.71 cores=0,2,4,6
/proc/6169/stat : 6169 (java) S 6166 6169 5878 0 -1 4202496 10642 0 1 0 178572 99 0 0 20 0 19 0 22659939 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140734156214784 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6169/statm: 2406260 127354 2279 9 0 2396937 0
[pid=6169/tid=6171] ppid=6166 vsize=9625040 CPUtime=1775.66 cores=0,2,4,6
/proc/6169/task/6171/stat : 6171 (java) R 6166 6169 5878 0 -1 4202560 2512 0 1 0 177537 29 0 0 20 0 19 0 22659940 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140473127857856 140472962454337 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6169/tid=6172] ppid=6166 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5878 0 -1 4202560 520 0 0 0 54 9 0 0 20 0 19 0 22659942 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140473089358760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6173] ppid=6166 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5878 0 -1 4202560 314 0 0 0 54 8 0 0 20 0 19 0 22659942 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140473088306216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6169/tid=6174] ppid=6166 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5878 0 -1 4202560 294 0 0 0 62 8 0 0 20 0 19 0 22659942 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140473087253160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6169/tid=6175] ppid=6166 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5878 0 -1 4202560 422 0 0 0 55 10 0 0 20 0 19 0 22659942 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140473086200616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6176] ppid=6166 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5878 0 -1 4202560 216 0 0 0 48 8 0 0 20 0 19 0 22659942 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140473085147560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6177] ppid=6166 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5878 0 -1 4202560 542 0 0 0 60 10 0 0 20 0 19 0 22659942 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140473084095016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6169/tid=6178] ppid=6166 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5878 0 -1 4202560 233 0 0 0 55 7 0 0 20 0 19 0 22659942 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140473083041960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6179] ppid=6166 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5878 0 -1 4202560 379 0 0 0 60 10 0 0 20 0 19 0 22659942 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140473081989416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6180] ppid=6166 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/6169/task/6180/stat : 6180 (java) S 6166 6169 5878 0 -1 4202560 290 0 0 0 53 3 0 0 20 0 19 0 22659943 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140472951892840 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6181] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5878 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22659944 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140472950839160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6182] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6182/stat : 6182 (java) S 6166 6169 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659944 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140472949785992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6183] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140472948734736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6184] ppid=6166 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/6169/task/6184/stat : 6184 (java) S 6166 6169 5878 0 -1 4202560 1099 0 0 0 18 0 0 0 20 0 19 0 22659946 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140472947681592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6185] ppid=6166 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/6169/task/6185/stat : 6185 (java) S 6166 6169 5878 0 -1 4202560 2458 0 0 0 19 0 0 0 20 0 19 0 22659946 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140472946629048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6186] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6186/stat : 6186 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140472072792312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6187] ppid=6166 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6169/task/6187/stat : 6187 (java) S 6166 6169 5878 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 22659946 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140472071739976 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6188] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6188/stat : 6188 (java) S 6166 6169 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659958 9856040960 127354 33554432000 1073741824 1073778376 140734156223648 140472070686248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.71
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 2.23 2.21 1.90 4/213 6332
/proc/meminfo: memFree=28766932/32872528 swapFree=1590032/1720848
[pid=6169] ppid=6166 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/6169/stat : 6169 (java) S 6166 6169 5878 0 -1 4202496 10652 0 1 0 179908 99 0 0 20 0 19 0 22659939 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140734156214784 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6169/statm: 2406260 125950 2279 9 0 2396937 0
[pid=6169/tid=6171] ppid=6166 vsize=9625040 CPUtime=1788.9 cores=0,2,4,6
/proc/6169/task/6171/stat : 6171 (java) R 6166 6169 5878 0 -1 4202560 2513 0 1 0 178860 30 0 0 20 0 19 0 22659940 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140473127865584 140472962476939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6169/tid=6172] ppid=6166 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/6169/task/6172/stat : 6172 (java) S 6166 6169 5878 0 -1 4202560 523 0 0 0 55 9 0 0 20 0 19 0 22659942 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140473089358760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6173] ppid=6166 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6169/task/6173/stat : 6173 (java) S 6166 6169 5878 0 -1 4202560 314 0 0 0 54 8 0 0 20 0 19 0 22659942 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140473088306216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6169/tid=6174] ppid=6166 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/6169/task/6174/stat : 6174 (java) S 6166 6169 5878 0 -1 4202560 294 0 0 0 63 8 0 0 20 0 19 0 22659942 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140473087253160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6169/tid=6175] ppid=6166 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/6169/task/6175/stat : 6175 (java) S 6166 6169 5878 0 -1 4202560 422 0 0 0 55 10 0 0 20 0 19 0 22659942 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140473086200616 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6176] ppid=6166 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/6169/task/6176/stat : 6176 (java) S 6166 6169 5878 0 -1 4202560 220 0 0 0 50 8 0 0 20 0 19 0 22659942 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140473085147560 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6177] ppid=6166 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/6169/task/6177/stat : 6177 (java) S 6166 6169 5878 0 -1 4202560 542 0 0 0 60 10 0 0 20 0 19 0 22659942 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140473084095016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6169/tid=6178] ppid=6166 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/6169/task/6178/stat : 6178 (java) S 6166 6169 5878 0 -1 4202560 233 0 0 0 56 7 0 0 20 0 19 0 22659942 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140473083041960 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6179] ppid=6166 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/6169/task/6179/stat : 6179 (java) S 6166 6169 5878 0 -1 4202560 379 0 0 0 62 10 0 0 20 0 19 0 22659942 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140473081989416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6180] ppid=6166 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/6169/task/6180/stat : 6180 (java) S 6166 6169 5878 0 -1 4202560 292 0 0 0 54 3 0 0 20 0 19 0 22659943 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140472951892840 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6169/tid=6181] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6181/stat : 6181 (java) S 6166 6169 5878 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 22659944 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140472950839160 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6182] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6182/stat : 6182 (java) S 6166 6169 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659944 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140472949785992 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6183] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6183/stat : 6183 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140472948734736 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6184] ppid=6166 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/6169/task/6184/stat : 6184 (java) S 6166 6169 5878 0 -1 4202560 1099 0 0 0 18 0 0 0 20 0 19 0 22659946 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140472947681592 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6185] ppid=6166 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/6169/task/6185/stat : 6185 (java) S 6166 6169 5878 0 -1 4202560 2458 0 0 0 19 0 0 0 20 0 19 0 22659946 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140472946629048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6186] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6186/stat : 6186 (java) S 6166 6169 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659946 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140472072792312 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6169/tid=6187] ppid=6166 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/6169/task/6187/stat : 6187 (java) S 6166 6169 5878 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 22659946 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140472071739976 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6169/tid=6188] ppid=6166 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6169/task/6188/stat : 6188 (java) S 6166 6169 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659958 9856040960 125950 33554432000 1073741824 1073778376 140734156223648 140472070686248 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 6169 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 6169 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=579182
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=490773
# CPU time returned by wait4() is 1796.07
# 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.64
CPU time (s): 1800.07
CPU user time (s): 1799.08
CPU system time (s): 0.99
CPU usage (%): 100.247
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.58
system time used= 1.49077
maximum resident set size= 733092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10695
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39055
involuntary context switches= 9397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.92449 second user time and 13.8309 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 01:28:36
IDJOB=4099484
IDBENCH=1421
IDSOLVER=2546
FILE ID=node120/4099484-1466206116
RUNJOBID= node120-1466206086-5894
PBS_JOBID= 19918157
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl20_21_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099484-1466206116/watcher-4099484-1466206116 -o /tmp/evaluation-result-4099484-1466206116/solver-4099484-1466206116 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5894 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099484-1466206116.opb

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

MD5SUM BENCH= 75fcdbbba3eb42e13f634e02d36a6ee9
RANDOM SEED=1497442099

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30345004 kB
Buffers:           35948 kB
Cached:            64000 kB
SwapCached:         1844 kB
Active:            42980 kB
Inactive:          59576 kB
Active(anon):       4048 kB
Inactive(anon):     1192 kB
Active(file):      38932 kB
Inactive(file):    58384 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099408 kB
Dirty:              1180 kB
Writeback:             0 kB
AnonPages:       1723172 kB
Mapped:             6984 kB
Shmem:                 0 kB
Slab:             569980 kB
SReclaimable:      13488 kB
SUnreclaim:       556492 kB
KernelStack:        1376 kB
PageTables:         7172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1816444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 71700 MiB
End job on node120 at 2016-06-18 01:58:32