Trace number 4085034

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.01 1795.84

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_1_ic.opb
MD5SUM567c356ea9e6d819b9fda6e569f673c9
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 92345408
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9107465937
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 92345408
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9107465937
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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085034-1465364504.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.01/0.57	c ... done. Wall clock time 0.461s.
1.01/0.57	c declared #vars     15725
1.01/0.57	c #constraints  33139
1.01/0.57	c constraints type 
1.01/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.01/0.58	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.01/0.58	c org.sat4j.specs.Constr$1 => 3
1.01/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.01/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.01/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.01/0.58	c 33139 constraints processed.
1.01/0.58	c objective function length is 1825 literals
4.14/3.26	c cleaning 2501 clauses out of 5001 with flag 24783/5001
7.17/6.14	c cleaning 4245 clauses out of 8500 with flag 59332/11001
10.47/9.40	c cleaning 5626 clauses out of 11257 with flag 105219/18003
17.06/15.90	c cleaning 6786 clauses out of 13629 with flag 156876/26001
22.85/21.63	c cleaning 7922 clauses out of 15844 with flag 215329/35002
27.46/26.25	c cleaning 8956 clauses out of 17921 with flag 268426/45001
32.95/31.72	c cleaning 9979 clauses out of 19967 with flag 317497/56003
38.66/37.47	c cleaning 10988 clauses out of 21986 with flag 371346/68001
45.55/44.31	c cleaning 11991 clauses out of 23997 with flag 475800/81000
53.35/52.14	c cleaning 12995 clauses out of 26007 with flag 588903/95001
62.05/60.87	c cleaning 14004 clauses out of 28012 with flag 703779/110001
70.57/69.35	c cleaning 14998 clauses out of 30007 with flag 845885/126000
79.06/77.80	c cleaning 16001 clauses out of 32010 with flag 958040/143001
88.56/87.33	c cleaning 16999 clauses out of 34009 with flag 1084333/161001
98.56/97.39	c cleaning 17997 clauses out of 36009 with flag 1185734/180000
109.23/107.98	c cleaning 18968 clauses out of 38012 with flag 1255344/200000
120.83/119.59	c cleaning 20022 clauses out of 40046 with flag 1334842/221002
134.54/133.25	c cleaning 21006 clauses out of 42023 with flag 1438409/243001
146.43/145.19	c cleaning 22004 clauses out of 44018 with flag 1547521/266002
159.43/158.13	c cleaning 22997 clauses out of 46013 with flag 1718314/290001
173.93/172.68	c cleaning 24002 clauses out of 48015 with flag 1865203/315000
189.39/188.08	c cleaning 24999 clauses out of 50014 with flag 2034897/341001
206.01/204.62	c cleaning 26001 clauses out of 52014 with flag 2191665/368000
222.70/221.36	c cleaning 26999 clauses out of 54015 with flag 2372432/396002
240.30/238.95	c cleaning 27998 clauses out of 56015 with flag 2593856/425001
259.21/257.81	c cleaning 29000 clauses out of 58016 with flag 2818070/455000
281.14/279.62	c cleaning 29998 clauses out of 60018 with flag 3048457/486002
304.24/302.71	c cleaning 30989 clauses out of 62020 with flag 3283466/518002
324.63/323.12	c cleaning 32010 clauses out of 64031 with flag 3491357/551002
344.14/342.66	c cleaning 33002 clauses out of 66019 with flag 3722065/585000
364.70/363.09	c cleaning 33999 clauses out of 68018 with flag 3947680/620001
385.70/384.04	c cleaning 35000 clauses out of 70018 with flag 4247952/656000
407.30/405.68	c cleaning 36001 clauses out of 72020 with flag 4531494/693002
430.61/428.96	c cleaning 37002 clauses out of 74017 with flag 4840841/731000
453.49/451.66	c cleaning 38002 clauses out of 76015 with flag 5115288/770000
479.41/477.58	c cleaning 39001 clauses out of 78014 with flag 5424791/810001
505.71/503.85	c cleaning 39999 clauses out of 80012 with flag 5705929/851000
535.01/532.93	c cleaning 41001 clauses out of 82015 with flag 5991202/893002
567.12/565.01	c cleaning 42001 clauses out of 84013 with flag 6301954/936001
596.61/594.58	c cleaning 43002 clauses out of 86013 with flag 6652723/980002
626.62/624.34	c cleaning 44005 clauses out of 88012 with flag 6994660/1025003
662.23/659.90	c cleaning 44995 clauses out of 90004 with flag 7319505/1071000
694.53/692.29	c cleaning 46001 clauses out of 92009 with flag 7601522/1118000
729.31/726.85	c cleaning 47000 clauses out of 94008 with flag 7882313/1166000
768.40/765.93	c cleaning 47994 clauses out of 96008 with flag 8242536/1215000
806.77/804.18	c cleaning 49004 clauses out of 98016 with flag 8631587/1265002
845.16/842.56	c cleaning 50002 clauses out of 100011 with flag 8931997/1316001
885.46/882.79	c cleaning 51001 clauses out of 102011 with flag 9267845/1368003
925.66/922.92	c cleaning 52001 clauses out of 104009 with flag 9560499/1421002
970.25/967.43	c cleaning 52997 clauses out of 106006 with flag 9962316/1475000
1014.67/1011.70	c cleaning 53997 clauses out of 108009 with flag 10395822/1530000
1058.58/1055.61	c cleaning 55000 clauses out of 110012 with flag 10822838/1586000
1096.28/1093.21	c cleaning 56000 clauses out of 112012 with flag 11085752/1643000
1139.36/1136.30	c cleaning 57002 clauses out of 114014 with flag 11342998/1701002
1181.95/1178.82	c cleaning 58000 clauses out of 116011 with flag 11635785/1760001
1228.51/1225.37	c cleaning 59005 clauses out of 118011 with flag 11953371/1820001
1271.71/1268.43	c cleaning 59994 clauses out of 120006 with flag 12297567/1881001
1316.00/1312.62	c cleaning 60998 clauses out of 122011 with flag 12746942/1943000
1360.48/1357.00	c cleaning 62002 clauses out of 124013 with flag 13284963/2006000
1410.10/1406.53	c cleaning 63000 clauses out of 126012 with flag 13788663/2070001
1453.81/1450.25	c cleaning 63994 clauses out of 128011 with flag 14276386/2135000
1501.50/1497.85	c cleaning 64997 clauses out of 130018 with flag 14728376/2201001
1554.20/1550.44	c cleaning 66005 clauses out of 132021 with flag 15045977/2268001
1599.56/1595.70	c cleaning 67003 clauses out of 134015 with flag 15439811/2336000
1646.73/1642.83	c cleaning 67997 clauses out of 136012 with flag 15880110/2405000
1699.36/1695.46	c cleaning 68996 clauses out of 138015 with flag 16312168/2475000
1755.53/1751.59	c cleaning 70005 clauses out of 140019 with flag 16716596/2546000
1800.01/1795.80	c starts		: 3861
1800.01/1795.80	c conflicts		: 2609292
1800.01/1795.80	c decisions		: 3569091
1800.01/1795.80	c propagations		: 1502477791
1800.01/1795.80	c inspects		: 21973681687
1800.01/1795.80	c shortcuts		: 0
1800.01/1795.80	c learnt literals	: 0
1800.01/1795.80	c learnt binary clauses	: 0
1800.01/1795.80	c learnt ternary clauses	: 2
1800.01/1795.80	c learnt constraints	: 2609292
1800.01/1795.80	c ignored constraints	: 0
1800.01/1795.80	c root simplifications	: 0
1800.01/1795.80	c removed literals (reason simplification)	: 0
1800.01/1795.80	c reason swapping (by a shorter reason)	: 0
1800.01/1795.80	c Calls to reduceDB	: 67
1800.01/1795.80	c Number of update (reduction) of LBD	: 882841
1800.01/1795.80	c Imported unit clauses	: 0
1800.01/1795.80	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.80	c number of learned constraints concerned by reduction	: 0
1800.01/1795.80	c number of learning phase by resolution	: 0
1800.01/1795.80	c number of learning phase by cutting planes	: 0
1800.01/1795.80	c speed (assignments/second)	: 836938.0417199567
1800.01/1795.80	c non guided choices	14
1800.01/1795.81	c timeout
1800.01/1795.83	c learnt constraints type 
1800.01/1795.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133307
1800.01/1795.83	s UNKNOWN
1800.01/1795.83	c Total wall clock time (in seconds): 1795.716

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

pid=22622
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.44 2.27 2.18 2/194 22625
/proc/meminfo: memFree=28815896/32872528 swapFree=14448/1543360
[pid=22625] ppid=22622 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/22625/stat : 22625 (java) R 22622 22625 19275 0 -1 4202496 467 0 0 0 0 0 0 0 20 0 1 0 118384041 9379840 122 33554432000 1073741824 1073778376 140733543295152 140733543292280 266439004640 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/22625/statm: 2290 122 94 9 0 38 0

[startup+0.100159 s]
/proc/loadavg: 2.44 2.27 2.18 2/194 22625
/proc/meminfo: memFree=28815896/32872528 swapFree=14448/1543360
[pid=22625] ppid=22622 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/22625/stat : 22625 (java) S 22622 22625 19275 0 -1 4202496 4391 0 1 0 8 1 0 0 20 0 18 0 118384041 9787879424 6027 33554432000 1073741824 1073778376 140733543295152 140733543286288 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22625/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200234 s]
/proc/loadavg: 2.44 2.27 2.18 2/194 22625
/proc/meminfo: memFree=28815896/32872528 swapFree=14448/1543360
[pid=22625] ppid=22622 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/22625/stat : 22625 (java) S 22622 22625 19275 0 -1 4202496 5135 0 1 0 27 1 0 0 20 0 18 0 118384041 9787879424 7598 33554432000 1073741824 1073778376 140733543295152 140733543286288 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22625/statm: 2389619 7598 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30025 s]
/proc/loadavg: 2.44 2.27 2.18 2/194 22625
/proc/meminfo: memFree=28815896/32872528 swapFree=14448/1543360
[pid=22625] ppid=22622 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/22625/stat : 22625 (java) S 22622 22625 19275 0 -1 4202496 5891 0 1 0 49 1 0 0 20 0 18 0 118384041 9787879424 9553 33554432000 1073741824 1073778376 140733543295152 140733543286288 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22625/statm: 2389619 9553 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700182 s]
/proc/loadavg: 2.44 2.27 2.18 2/194 22625
/proc/meminfo: memFree=28815896/32872528 swapFree=14448/1543360
[pid=22625] ppid=22622 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/22625/stat : 22625 (java) S 22622 22625 19275 0 -1 4202496 12568 0 1 0 147 4 0 0 20 0 19 0 118384041 9856040960 33570 33554432000 1073741824 1073778376 140733543295152 140733543286288 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22625/statm: 2406260 33571 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.44 2.27 2.18 3/213 22644
/proc/meminfo: memFree=28688424/32872528 swapFree=14448/1543360
[pid=22625] ppid=22622 vsize=9625040 CPUtime=2.42 cores=1,3,5,7
/proc/22625/stat : 22625 (java) S 22622 22625 19275 0 -1 4202496 12898 0 1 0 238 4 0 0 20 0 19 0 118384041 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 140733543286288 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22625/statm: 2406260 34001 2264 9 0 2396937 0
[pid=22625/tid=22627] ppid=22622 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/22625/task/22627/stat : 22627 (java) R 22622 22625 19275 0 -1 4202560 2467 0 1 0 144 2 0 0 20 0 19 0 118384042 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765932921064 139765769637777 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22628] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22628/stat : 22628 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765894413224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22629] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22629/stat : 22629 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765893360680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22630] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22630/stat : 22630 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765892307624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22631] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22631/stat : 22631 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765891255080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22632] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22632/stat : 22632 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765890202024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22633] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22633/stat : 22633 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765889149480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22634] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22634/stat : 22634 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765888096424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22635] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22635/stat : 22635 (java) S 22622 22625 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765768775976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22636] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22636/stat : 22636 (java) S 22622 22625 19275 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 118384044 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765756578664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22637] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22637/stat : 22637 (java) S 22622 22625 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 118384045 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765755524984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22638] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22638/stat : 22638 (java) S 22622 22625 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 118384045 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765754471816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22639] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22639/stat : 22639 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765753420560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22640] ppid=22622 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22625/task/22640/stat : 22640 (java) S 22622 22625 19275 0 -1 4202560 5266 0 0 0 48 0 0 0 20 0 19 0 118384047 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765013801272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22641] ppid=22622 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/22625/task/22641/stat : 22641 (java) S 22622 22625 19275 0 -1 4202560 3888 0 0 0 45 0 0 0 20 0 19 0 118384047 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765012748728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22642] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22642/stat : 22642 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765011695864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22643] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22643/stat : 22643 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765010643528 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22644] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22644/stat : 22644 (java) S 22622 22625 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118384101 9856040960 34001 33554432000 1073741824 1073778376 140733543295152 139765009589800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.40 2.26 2.18 3/213 22644
/proc/meminfo: memFree=28686252/32872528 swapFree=14448/1543360
[pid=22625] ppid=22622 vsize=9625040 CPUtime=4.04 cores=1,3,5,7
/proc/22625/stat : 22625 (java) S 22622 22625 19275 0 -1 4202496 12905 0 1 0 400 4 0 0 20 0 19 0 118384041 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 140733543286288 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22625/statm: 2406260 35028 2266 9 0 2396937 0
[pid=22625/tid=22627] ppid=22622 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/22625/task/22627/stat : 22627 (java) R 22622 22625 19275 0 -1 4202560 2471 0 1 0 304 2 0 0 20 0 19 0 118384042 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765932921224 139765769309905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22628] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22628/stat : 22628 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765894413224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22629] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22629/stat : 22629 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765893360680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22630] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22630/stat : 22630 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765892307624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22631] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22631/stat : 22631 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765891255080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22632] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22632/stat : 22632 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765890202024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22633] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22633/stat : 22633 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765889149480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22634] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22634/stat : 22634 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765888096424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22635] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22635/stat : 22635 (java) S 22622 22625 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765768775976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22636] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22636/stat : 22636 (java) S 22622 22625 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 118384044 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765756578664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22637] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22637/stat : 22637 (java) S 22622 22625 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 118384045 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765755524984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22638] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22638/stat : 22638 (java) S 22622 22625 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 118384045 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765754471816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22639] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22639/stat : 22639 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765753420560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22640] ppid=22622 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22625/task/22640/stat : 22640 (java) S 22622 22625 19275 0 -1 4202560 5266 0 0 0 48 0 0 0 20 0 19 0 118384047 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765013801272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22641] ppid=22622 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/22625/task/22641/stat : 22641 (java) S 22622 22625 19275 0 -1 4202560 3890 0 0 0 46 0 0 0 20 0 19 0 118384047 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765012748728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22642] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22642/stat : 22642 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765011695864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22643] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22643/stat : 22643 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765010643528 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22644] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22644/stat : 22644 (java) S 22622 22625 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118384101 9856040960 35028 33554432000 1073741824 1073778376 140733543295152 139765009589800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.40 2.26 2.18 4/213 22644
/proc/meminfo: memFree=28677436/32872528 swapFree=14448/1543360
[pid=22625] ppid=22622 vsize=9625040 CPUtime=7.37 cores=1,3,5,7
/proc/22625/stat : 22625 (java) S 22622 22625 19275 0 -1 4202496 14656 0 1 0 733 4 0 0 20 0 19 0 118384041 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 140733543286288 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22625/statm: 2406260 36931 2272 9 0 2396937 0
[pid=22625/tid=22627] ppid=22622 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/22625/task/22627/stat : 22627 (java) R 22622 22625 19275 0 -1 4202560 2477 0 1 0 623 2 0 0 20 0 19 0 118384042 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765932912320 139765769543674 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22628] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22628/stat : 22628 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765894413224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22629] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22629/stat : 22629 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765893360680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22630] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22630/stat : 22630 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765892307624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22631] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22631/stat : 22631 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765891255080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22632] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22632/stat : 22632 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765890202024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22633] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22633/stat : 22633 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765889149480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22634] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22634/stat : 22634 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765888096424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22635] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22635/stat : 22635 (java) S 22622 22625 19275 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 118384043 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765768775976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22636] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22636/stat : 22636 (java) S 22622 22625 19275 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 118384044 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765756578664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22637] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22637/stat : 22637 (java) S 22622 22625 19275 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 118384045 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765755524984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22638] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22638/stat : 22638 (java) S 22622 22625 19275 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 118384045 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765754471816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22639] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22639/stat : 22639 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765753420560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22640] ppid=22622 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/22625/task/22640/stat : 22640 (java) S 22622 22625 19275 0 -1 4202560 5271 0 0 0 50 0 0 0 20 0 19 0 118384047 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765013801272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22641] ppid=22622 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/22625/task/22641/stat : 22641 (java) S 22622 22625 19275 0 -1 4202560 5630 0 0 0 57 2 0 0 20 0 19 0 118384047 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765012748728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22642] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22642/stat : 22642 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765011695864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22643] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22643/stat : 22643 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765010643528 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22644] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22644/stat : 22644 (java) S 22622 22625 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118384101 9856040960 36931 33554432000 1073741824 1073778376 140733543295152 139765009589800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 9625040


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

[pid=22625/tid=22644] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22644/stat : 22644 (java) S 22622 22625 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118384101 9856040960 135874 33554432000 1073741824 1073778376 140733543295152 139765009589800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1666.28
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.15 2.15 2.13 3/214 22840
/proc/meminfo: memFree=27078504/32872528 swapFree=14448/1543360
[pid=22625] ppid=22622 vsize=9625040 CPUtime=1726.33 cores=1,3,5,7
/proc/22625/stat : 22625 (java) S 22622 22625 19275 0 -1 4202496 18096 0 1 0 172541 92 0 0 20 0 19 0 118384041 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 140733543286288 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22625/statm: 2406260 133996 2294 9 0 2396937 0
[pid=22625/tid=22627] ppid=22622 vsize=9625040 CPUtime=1716.08 cores=1,3,5,7
/proc/22625/task/22627/stat : 22627 (java) R 22622 22625 19275 0 -1 4202560 2515 0 1 0 171578 30 0 0 20 0 19 0 118384042 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765932920000 139765769543627 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22628] ppid=22622 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/22625/task/22628/stat : 22628 (java) S 22622 22625 19275 0 -1 4202560 254 0 0 0 41 9 0 0 20 0 19 0 118384043 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765894413224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22629] ppid=22622 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/22625/task/22629/stat : 22629 (java) S 22622 22625 19275 0 -1 4202560 174 0 0 0 40 7 0 0 20 0 19 0 118384043 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765893360680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22630] ppid=22622 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22625/task/22630/stat : 22630 (java) S 22622 22625 19275 0 -1 4202560 346 0 0 0 38 6 0 0 20 0 19 0 118384043 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765892307624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22631] ppid=22622 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/22625/task/22631/stat : 22631 (java) S 22622 22625 19275 0 -1 4202560 236 0 0 0 47 8 0 0 20 0 19 0 118384043 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765891255080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22632] ppid=22622 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/22625/task/22632/stat : 22632 (java) S 22622 22625 19275 0 -1 4202560 258 0 0 0 37 8 0 0 20 0 19 0 118384043 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765890202024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22633] ppid=22622 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/22625/task/22633/stat : 22633 (java) S 22622 22625 19275 0 -1 4202560 181 0 0 0 34 7 0 0 20 0 19 0 118384043 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765889149480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22634] ppid=22622 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22625/task/22634/stat : 22634 (java) S 22622 22625 19275 0 -1 4202560 325 0 0 0 40 8 0 0 20 0 19 0 118384043 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765888096424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22635] ppid=22622 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/22625/task/22635/stat : 22635 (java) S 22622 22625 19275 0 -1 4202560 347 0 0 0 39 7 0 0 20 0 19 0 118384043 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765768775976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22636] ppid=22622 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22625/task/22636/stat : 22636 (java) S 22622 22625 19275 0 -1 4202560 235 0 0 0 42 2 0 0 20 0 19 0 118384044 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765756578664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22637] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22637/stat : 22637 (java) S 22622 22625 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 118384045 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765755524984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22638] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22638/stat : 22638 (java) S 22622 22625 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 118384045 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765754471816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22639] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22639/stat : 22639 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765753420560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22640] ppid=22622 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/22625/task/22640/stat : 22640 (java) S 22622 22625 19275 0 -1 4202560 6230 0 0 0 57 2 0 0 20 0 19 0 118384047 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765013801272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22641] ppid=22622 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/22625/task/22641/stat : 22641 (java) S 22622 22625 19275 0 -1 4202560 5633 0 0 0 59 2 0 0 20 0 19 0 118384047 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765012748728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22642] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22642/stat : 22642 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765011695864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22643] ppid=22622 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/22625/task/22643/stat : 22643 (java) S 22622 22625 19275 0 -1 4202560 99 0 0 0 23 30 0 0 20 0 19 0 118384047 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765010643528 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22644] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22644/stat : 22644 (java) S 22622 22625 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118384101 9856040960 133996 33554432000 1073741824 1073778376 140733543295152 139765009589800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1726.33
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.16 2.13 3/213 22841
/proc/meminfo: memFree=26930748/32872528 swapFree=14448/1543360
[pid=22625] ppid=22622 vsize=9625040 CPUtime=1786.41 cores=1,3,5,7
/proc/22625/stat : 22625 (java) S 22622 22625 19275 0 -1 4202496 18117 0 1 0 178548 93 0 0 20 0 19 0 118384041 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 140733543286288 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22625/statm: 2406260 132840 2294 9 0 2396937 0
[pid=22625/tid=22627] ppid=22622 vsize=9625040 CPUtime=1775.89 cores=1,3,5,7
/proc/22625/task/22627/stat : 22627 (java) R 22622 22625 19275 0 -1 4202560 2516 0 1 0 177559 30 0 0 20 0 19 0 118384042 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765932920000 139765769636559 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22628] ppid=22622 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/22625/task/22628/stat : 22628 (java) S 22622 22625 19275 0 -1 4202560 254 0 0 0 42 9 0 0 20 0 19 0 118384043 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765894413224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22629] ppid=22622 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22625/task/22629/stat : 22629 (java) S 22622 22625 19275 0 -1 4202560 174 0 0 0 41 7 0 0 20 0 19 0 118384043 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765893360680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22630] ppid=22622 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/22625/task/22630/stat : 22630 (java) S 22622 22625 19275 0 -1 4202560 346 0 0 0 39 6 0 0 20 0 19 0 118384043 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765892307624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22631] ppid=22622 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/22625/task/22631/stat : 22631 (java) S 22622 22625 19275 0 -1 4202560 241 0 0 0 48 9 0 0 20 0 19 0 118384043 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765891255080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22632] ppid=22622 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/22625/task/22632/stat : 22632 (java) S 22622 22625 19275 0 -1 4202560 267 0 0 0 39 8 0 0 20 0 19 0 118384043 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765890202024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22633] ppid=22622 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/22625/task/22633/stat : 22633 (java) S 22622 22625 19275 0 -1 4202560 181 0 0 0 35 7 0 0 20 0 19 0 118384043 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765889149480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22634] ppid=22622 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/22625/task/22634/stat : 22634 (java) S 22622 22625 19275 0 -1 4202560 325 0 0 0 41 8 0 0 20 0 19 0 118384043 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765888096424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22635] ppid=22622 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/22625/task/22635/stat : 22635 (java) S 22622 22625 19275 0 -1 4202560 347 0 0 0 40 7 0 0 20 0 19 0 118384043 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765768775976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22636] ppid=22622 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22625/task/22636/stat : 22636 (java) S 22622 22625 19275 0 -1 4202560 237 0 0 0 42 2 0 0 20 0 19 0 118384044 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765756578664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22637] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22637/stat : 22637 (java) S 22622 22625 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 118384045 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765755524984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22638] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22638/stat : 22638 (java) S 22622 22625 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 118384045 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765754471816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22639] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22639/stat : 22639 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765753420560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22640] ppid=22622 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/22625/task/22640/stat : 22640 (java) S 22622 22625 19275 0 -1 4202560 6230 0 0 0 57 2 0 0 20 0 19 0 118384047 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765013801272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22641] ppid=22622 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/22625/task/22641/stat : 22641 (java) S 22622 22625 19275 0 -1 4202560 5633 0 0 0 59 2 0 0 20 0 19 0 118384047 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765012748728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22642] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22642/stat : 22642 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765011695864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22643] ppid=22622 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/22625/task/22643/stat : 22643 (java) S 22622 22625 19275 0 -1 4202560 103 0 0 0 25 31 0 0 20 0 19 0 118384047 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765010643528 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22644] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22644/stat : 22644 (java) S 22622 22625 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118384101 9856040960 132840 33554432000 1073741824 1073778376 140733543295152 139765009589800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1786.41
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.21 2.16 2.13 4/212 22841
/proc/meminfo: memFree=26895940/32872528 swapFree=14448/1543360
[pid=22625] ppid=22622 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/22625/stat : 22625 (java) S 22622 22625 19275 0 -1 4202496 18124 0 1 0 179908 93 0 0 20 0 19 0 118384041 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 140733543286288 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22625/statm: 2406260 132844 2294 9 0 2396937 0
[pid=22625/tid=22627] ppid=22622 vsize=9625040 CPUtime=1789.31 cores=1,3,5,7
/proc/22625/task/22627/stat : 22627 (java) R 22622 22625 19275 0 -1 4202560 2517 0 1 0 178900 31 0 0 20 0 19 0 118384042 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765932920000 139765769637692 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22628] ppid=22622 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/22625/task/22628/stat : 22628 (java) S 22622 22625 19275 0 -1 4202560 254 0 0 0 43 9 0 0 20 0 19 0 118384043 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765894413224 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22629] ppid=22622 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/22625/task/22629/stat : 22629 (java) S 22622 22625 19275 0 -1 4202560 174 0 0 0 43 7 0 0 20 0 19 0 118384043 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765893360680 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22630] ppid=22622 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22625/task/22630/stat : 22630 (java) S 22622 22625 19275 0 -1 4202560 346 0 0 0 42 6 0 0 20 0 19 0 118384043 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765892307624 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22631] ppid=22622 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/22625/task/22631/stat : 22631 (java) S 22622 22625 19275 0 -1 4202560 245 0 0 0 50 9 0 0 20 0 19 0 118384043 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765891255080 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22632] ppid=22622 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22625/task/22632/stat : 22632 (java) S 22622 22625 19275 0 -1 4202560 267 0 0 0 40 8 0 0 20 0 19 0 118384043 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765890202024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22633] ppid=22622 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22625/task/22633/stat : 22633 (java) S 22622 22625 19275 0 -1 4202560 181 0 0 0 37 7 0 0 20 0 19 0 118384043 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765889149480 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22634] ppid=22622 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/22625/task/22634/stat : 22634 (java) S 22622 22625 19275 0 -1 4202560 325 0 0 0 45 8 0 0 20 0 19 0 118384043 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765888096424 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22635] ppid=22622 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/22625/task/22635/stat : 22635 (java) S 22622 22625 19275 0 -1 4202560 347 0 0 0 41 7 0 0 20 0 19 0 118384043 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765768775976 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22636] ppid=22622 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/22625/task/22636/stat : 22636 (java) S 22622 22625 19275 0 -1 4202560 239 0 0 0 42 2 0 0 20 0 19 0 118384044 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765756578664 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22625/tid=22637] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22637/stat : 22637 (java) S 22622 22625 19275 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 118384045 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765755524984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22638] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22638/stat : 22638 (java) S 22622 22625 19275 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 118384045 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765754471816 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22639] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22639/stat : 22639 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765753420560 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22640] ppid=22622 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/22625/task/22640/stat : 22640 (java) S 22622 22625 19275 0 -1 4202560 6230 0 0 0 57 2 0 0 20 0 19 0 118384047 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765013801272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22625/tid=22641] ppid=22622 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/22625/task/22641/stat : 22641 (java) S 22622 22625 19275 0 -1 4202560 5633 0 0 0 59 2 0 0 20 0 19 0 118384047 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765012748728 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22642] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22642/stat : 22642 (java) S 22622 22625 19275 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 118384047 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765011695864 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22625/tid=22643] ppid=22622 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/22625/task/22643/stat : 22643 (java) S 22622 22625 19275 0 -1 4202560 103 0 0 0 25 31 0 0 20 0 19 0 118384047 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765010643528 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22625/tid=22644] ppid=22622 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/22625/task/22644/stat : 22644 (java) S 22622 22625 19275 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 118384101 9856040960 132844 33554432000 1073741824 1073778376 140733543295152 139765009589800 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 22625 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 22625 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=419206
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=431782
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.84
CPU time (s): 1800.01
CPU user time (s): 1799.08
CPU system time (s): 0.93
CPU usage (%): 100.232
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.42
system time used= 1.43178
maximum resident set size= 692780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18156
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38843
involuntary context switches= 20469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0615 second user time and 13.7429 second system time

The end

Launcher Data

Begin job on node116 at 2016-06-08 07:41:44
IDJOB=4085034
IDBENCH=92787
IDSOLVER=2546
FILE ID=node116/4085034-1465364504
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_1_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085034-1465364504/watcher-4085034-1465364504 -o /tmp/evaluation-result-4085034-1465364504/solver-4085034-1465364504 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node116-1465339364-19292 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085034-1465364504.opb

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

MD5SUM BENCH= 567c356ea9e6d819b9fda6e569f673c9
RANDOM SEED=262597718

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:        28816424 kB
Buffers:          186468 kB
Cached:           696340 kB
SwapCached:         1864 kB
Active:          1159408 kB
Inactive:         591348 kB
Active(anon):     868564 kB
Inactive(anon):     2004 kB
Active(file):     290844 kB
Inactive(file):   589344 kB
Unevictable:     1543360 kB
Mlocked:           14448 kB
SwapTotal:      67108856 kB
SwapFree:       67099076 kB
Dirty:              1992 kB
Writeback:             0 kB
AnonPages:       2546056 kB
Mapped:            16492 kB
Shmem:                 0 kB
Slab:             611100 kB
SReclaimable:      55064 kB
SUnreclaim:       556036 kB
KernelStack:        1760 kB
PageTables:         9352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3349248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2519040 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 08:11:40