Trace number 4084627

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.09 1789.47

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K100.opb
MD5SUM96708928b3148fdbe0ae701534d6c3d7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1709.75
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints7002
Number of constraints which are clauses6902
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint100
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 101
Number of bits of the biggest sum of numbers7
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4084627-1465284765.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  no objective function found
0.54/0.39	c ... done. Wall clock time 0.277s.
0.54/0.39	c declared #vars     6800
0.54/0.39	c #constraints  7002
0.54/0.39	c constraints type 
0.54/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5613
0.54/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
0.54/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.54/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1287
0.54/0.39	c 7002 constraints processed.
1.84/1.20	c cleaning 2481 clauses out of 4993 with flag 24182/5000
2.94/1.99	c cleaning 4236 clauses out of 8505 with flag 59133/11000
3.95/2.90	c cleaning 5608 clauses out of 11262 with flag 105248/18000
4.96/3.98	c cleaning 6791 clauses out of 13654 with flag 160711/26000
6.17/5.11	c cleaning 7899 clauses out of 15861 with flag 219091/35001
7.48/6.46	c cleaning 8938 clauses out of 17960 with flag 278135/45001
8.98/7.90	c cleaning 9689 clauses out of 20021 with flag 341560/56002
10.68/9.65	c cleaning 10105 clauses out of 22329 with flag 409228/68000
12.58/11.50	c cleaning 11137 clauses out of 25223 with flag 483439/81000
14.58/13.55	c cleaning 11839 clauses out of 28086 with flag 563555/95001
16.77/15.72	c cleaning 12732 clauses out of 31246 with flag 654661/110002
19.07/18.03	c cleaning 13745 clauses out of 34511 with flag 748316/126000
21.47/20.43	c cleaning 14662 clauses out of 37765 with flag 842964/143000
24.33/23.25	c cleaning 15344 clauses out of 41104 with flag 950927/161001
27.33/26.25	c cleaning 16332 clauses out of 44759 with flag 1067300/180000
30.43/29.34	c cleaning 17130 clauses out of 48426 with flag 1186376/200000
33.63/32.54	c cleaning 17797 clauses out of 52296 with flag 1313811/221000
37.13/36.01	c cleaning 19080 clauses out of 56499 with flag 1453070/243000
40.63/39.54	c cleaning 19977 clauses out of 60419 with flag 1597623/266001
44.74/43.69	c cleaning 20598 clauses out of 64441 with flag 1756776/290000
48.94/47.83	c cleaning 22102 clauses out of 68842 with flag 1911429/315000
53.53/52.43	c cleaning 22585 clauses out of 72740 with flag 2073516/341001
58.51/57.39	c cleaning 23290 clauses out of 77156 with flag 2248906/368002
63.60/62.43	c cleaning 24391 clauses out of 81866 with flag 2435992/396002
68.81/67.62	c cleaning 25419 clauses out of 86473 with flag 2628626/425000
74.41/73.26	c cleaning 26228 clauses out of 91054 with flag 2830550/455000
80.61/79.44	c cleaning 26715 clauses out of 95825 with flag 3037919/486000
86.91/85.75	c cleaning 28060 clauses out of 101110 with flag 3258270/518000
93.71/92.57	c cleaning 29102 clauses out of 106049 with flag 3491056/551000
100.91/99.66	c cleaning 30039 clauses out of 110947 with flag 3727039/585000
108.31/107.00	c cleaning 31001 clauses out of 115908 with flag 3980048/620000
115.91/114.63	c cleaning 31684 clauses out of 120908 with flag 4234581/656001
124.01/122.72	c cleaning 32679 clauses out of 126225 with flag 4502931/693002
132.51/131.24	c cleaning 33852 clauses out of 131545 with flag 4773309/731001
141.70/140.29	c cleaning 34764 clauses out of 136692 with flag 5054232/770000
150.90/149.50	c cleaning 35568 clauses out of 141928 with flag 5351539/810000
160.60/159.16	c cleaning 36828 clauses out of 147361 with flag 5661699/851001
170.69/169.22	c cleaning 37265 clauses out of 152532 with flag 5970900/893000
181.59/179.95	c cleaning 38810 clauses out of 158267 with flag 6313159/936000
192.99/191.33	c cleaning 39578 clauses out of 163458 with flag 6659506/980001
204.40/202.76	c cleaning 40722 clauses out of 168879 with flag 7007696/1025000
216.90/215.21	c cleaning 41465 clauses out of 174157 with flag 7395871/1071001
229.72/227.85	c cleaning 42700 clauses out of 179691 with flag 7762322/1118000
242.51/240.70	c cleaning 43443 clauses out of 184991 with flag 8140438/1166000
256.71/254.84	c cleaning 44267 clauses out of 190547 with flag 8533969/1215000
271.08/268.95	c cleaning 45523 clauses out of 196280 with flag 8945730/1265000
285.68/283.58	c cleaning 46188 clauses out of 201760 with flag 9364657/1316003
300.58/298.49	c cleaning 47344 clauses out of 207570 with flag 9792323/1368001
316.73/314.30	c cleaning 48598 clauses out of 213225 with flag 10250383/1421000
332.20/329.72	c cleaning 49419 clauses out of 218627 with flag 10706061/1475000
348.11/345.61	c cleaning 50486 clauses out of 224208 with flag 11178282/1530000
365.59/363.05	c cleaning 51371 clauses out of 229723 with flag 11672196/1586001
382.80/380.17	c cleaning 52619 clauses out of 235353 with flag 12169090/1643002
401.01/398.39	c cleaning 53710 clauses out of 240732 with flag 12711852/1701000
419.47/416.78	c cleaning 54608 clauses out of 246022 with flag 13237056/1760000
439.07/436.24	c cleaning 55475 clauses out of 251414 with flag 13814411/1820000
459.16/456.24	c cleaning 56298 clauses out of 256939 with flag 14385101/1881000
480.15/477.16	c cleaning 57653 clauses out of 262641 with flag 15029390/1943000
501.85/498.71	c cleaning 58416 clauses out of 267988 with flag 15611420/2006000
524.76/521.60	c cleaning 59676 clauses out of 273572 with flag 16220313/2070000
548.26/545.01	c cleaning 60804 clauses out of 278897 with flag 16841727/2135001
573.66/570.27	c cleaning 61759 clauses out of 284094 with flag 17529210/2201002
597.53/594.08	c cleaning 62423 clauses out of 289332 with flag 18202716/2268000
623.53/619.98	c cleaning 63701 clauses out of 294911 with flag 19008774/2336003
649.02/645.34	c cleaning 64719 clauses out of 300213 with flag 19679484/2405006
675.18/671.43	c cleaning 65943 clauses out of 305488 with flag 20400638/2475000
702.94/699.14	c cleaning 66930 clauses out of 310546 with flag 21104686/2546001
730.40/726.48	c cleaning 68175 clauses out of 315616 with flag 21812557/2618001
758.46/754.47	c cleaning 69132 clauses out of 320442 with flag 22545412/2691002
787.83/783.61	c cleaning 70177 clauses out of 325309 with flag 23307241/2765001
818.34/814.01	c cleaning 71135 clauses out of 330132 with flag 24087778/2840001
848.56/844.18	c cleaning 71910 clauses out of 334996 with flag 24849078/2916000
879.54/875.06	c cleaning 72915 clauses out of 340086 with flag 25635783/2993000
912.31/907.62	c cleaning 73857 clauses out of 345170 with flag 26494409/3071000
946.08/941.28	c cleaning 74953 clauses out of 350313 with flag 27373475/3150000
980.80/975.83	c cleaning 76297 clauses out of 355364 with flag 28271546/3230004
1016.19/1011.07	c cleaning 77334 clauses out of 360064 with flag 29137967/3311001
1054.13/1048.80	c cleaning 78062 clauses out of 364729 with flag 30126869/3393000
1092.71/1087.30	c cleaning 79059 clauses out of 369670 with flag 31159220/3476003
1131.94/1126.36	c cleaning 80277 clauses out of 374609 with flag 32247213/3560001
1172.00/1166.28	c cleaning 81316 clauses out of 379331 with flag 33454795/3645000
1213.70/1207.76	c cleaning 82148 clauses out of 384018 with flag 34473841/3731003
1255.64/1249.49	c cleaning 83043 clauses out of 388867 with flag 35497135/3818000
1298.42/1292.02	c cleaning 84523 clauses out of 393824 with flag 36467403/3906000
1341.48/1334.87	c cleaning 85004 clauses out of 398302 with flag 37581824/3995001
1388.64/1381.71	c cleaning 86593 clauses out of 403299 with flag 38925002/4085002
1435.59/1428.32	c cleaning 87740 clauses out of 407707 with flag 40291221/4176003
1485.34/1477.64	c cleaning 88500 clauses out of 411965 with flag 41572394/4268001
1537.15/1529.02	c cleaning 89480 clauses out of 416467 with flag 43006470/4361003
1585.75/1577.25	c cleaning 90488 clauses out of 420984 with flag 44173418/4455001
1636.28/1627.31	c cleaning 91533 clauses out of 425496 with flag 45361290/4550001
1686.77/1677.46	c cleaning 92740 clauses out of 429963 with flag 46653372/4646001
1743.54/1733.60	c cleaning 93666 clauses out of 434222 with flag 48217044/4743001
1799.19/1788.59	c cleaning 94968 clauses out of 438556 with flag 49852338/4841001
1800.09/1789.40	c starts		: 39392
1800.09/1789.40	c conflicts		: 4843959
1800.09/1789.40	c decisions		: 88671940
1800.09/1789.40	c propagations		: 1847668340
1800.09/1789.40	c inspects		: 18552695147
1800.09/1789.40	c shortcuts		: 0
1800.09/1789.40	c learnt literals	: 48
1800.09/1789.40	c learnt binary clauses	: 129520
1800.09/1789.40	c learnt ternary clauses	: 138614
1800.09/1789.40	c learnt constraints	: 4843911
1800.09/1789.40	c ignored constraints	: 0
1800.09/1789.40	c root simplifications	: 0
1800.09/1789.40	c removed literals (reason simplification)	: 0
1800.09/1789.40	c reason swapping (by a shorter reason)	: 0
1800.09/1789.40	c Calls to reduceDB	: 94
1800.09/1789.40	c Number of update (reduction) of LBD	: 3954339
1800.09/1789.40	c Imported unit clauses	: 0
1800.09/1789.40	c number of reductions to clauses (during analyze)	: 0
1800.09/1789.40	c number of learned constraints concerned by reduction	: 0
1800.09/1789.40	c number of learning phase by resolution	: 0
1800.09/1789.40	c number of learning phase by cutting planes	: 0
1800.09/1789.40	c speed (assignments/second)	: 1032792.7844686591
1800.09/1789.40	c non guided choices	7945
1800.09/1789.40	c timeout
1800.09/1789.46	c learnt constraints type 
1800.09/1789.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 129520
1800.09/1789.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 217026
1800.09/1789.46	s UNKNOWN
1800.09/1789.46	c Total wall clock time (in seconds): 1789.347

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-4084627-1465284765/watcher-4084627-1465284765 -o /tmp/evaluation-result-4084627-1465284765/solver-4084627-1465284765 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084627-1465284765.opb 

pid=13916
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.24 2.31 2.24 3/194 13919
/proc/meminfo: memFree=29793788/32872528 swapFree=16360/1798728
[pid=13919] ppid=13916 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/13919/stat : 13919 (java) D 13916 13919 5965 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 110409633 2560000 46 33554432000 1073741824 1073778376 140735289119824 140735289116952 260181159207 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/13919/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.24 2.31 2.24 3/194 13919
/proc/meminfo: memFree=29793788/32872528 swapFree=16360/1798728
[pid=13919] ppid=13916 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/13919/stat : 13919 (java) S 13916 13919 5965 0 -1 4202496 4412 0 1 0 7 1 0 0 20 0 18 0 110409633 9787879424 6036 33554432000 1073741824 1073778376 140735289119824 140735289110960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13919/statm: 2389619 6036 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.24 2.31 2.24 3/194 13919
/proc/meminfo: memFree=29793788/32872528 swapFree=16360/1798728
[pid=13919] ppid=13916 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13919/stat : 13919 (java) S 13916 13919 5965 0 -1 4202496 4989 0 1 0 26 1 0 0 20 0 18 0 110409633 9787879424 6952 33554432000 1073741824 1073778376 140735289119824 140735289110960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13919/statm: 2389619 6952 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300241 s]
/proc/loadavg: 2.24 2.31 2.24 3/194 13919
/proc/meminfo: memFree=29793788/32872528 swapFree=16360/1798728
[pid=13919] ppid=13916 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/13919/stat : 13919 (java) S 13916 13919 5965 0 -1 4202496 7271 0 1 0 52 2 0 0 20 0 18 0 110409633 9787879424 9865 33554432000 1073741824 1073778376 140735289119824 140735289110960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13919/statm: 2389619 9865 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 2.24 2.31 2.24 3/194 13919
/proc/meminfo: memFree=29793788/32872528 swapFree=16360/1798728
[pid=13919] ppid=13916 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/13919/stat : 13919 (java) S 13916 13919 5965 0 -1 4202496 7582 0 1 0 126 2 0 0 20 0 19 0 110409633 9856040960 17081 33554432000 1073741824 1073778376 140735289119824 140735289110960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13919/statm: 2406260 17081 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.24 2.31 2.24 3/213 13938
/proc/meminfo: memFree=29732396/32872528 swapFree=16360/1798728
[pid=13919] ppid=13916 vsize=9625040 CPUtime=2.42 cores=1,3,5,7
/proc/13919/stat : 13919 (java) S 13916 13919 5965 0 -1 4202496 13246 0 1 0 239 3 0 0 20 0 19 0 110409633 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 140735289110960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13919/statm: 2406260 21146 2267 9 0 2396937 0
[pid=13919/tid=13921] ppid=13916 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/13919/task/13921/stat : 13921 (java) R 13916 13919 5965 0 -1 4202560 2420 0 1 0 143 2 0 0 20 0 19 0 110409634 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869850447568 139869721032255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13919/tid=13922] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13922/stat : 13922 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869839517864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13923] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13923/stat : 13923 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869692836136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13924] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13924/stat : 13924 (java) S 13916 13919 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869691783592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13919/tid=13925] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13925/stat : 13925 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869690731048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13926] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13926/stat : 13926 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869689678504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13927] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13927/stat : 13927 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869688625960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13928] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13928/stat : 13928 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869687573416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13929] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13929/stat : 13929 (java) S 13916 13919 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869686520872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13930] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13930/stat : 13930 (java) S 13916 13919 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869674322024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13931] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13931/stat : 13931 (java) S 13916 13919 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869673268344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13932] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13932/stat : 13932 (java) S 13916 13919 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869672215688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13933] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13933/stat : 13933 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869671164432 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13934] ppid=13916 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13919/task/13934/stat : 13934 (java) R 13916 13919 5965 0 -1 4202560 7932 0 0 0 65 0 0 0 20 0 19 0 110409640 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869670098888 139869854545810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13935] ppid=13916 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/13919/task/13935/stat : 13935 (java) S 13916 13919 5965 0 -1 4202560 1620 0 0 0 28 0 0 0 20 0 19 0 110409640 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869669059256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13936] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13936/stat : 13936 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869668006904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13937] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13937/stat : 13937 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869666954568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13938] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13938/stat : 13938 (java) S 13916 13919 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110409674 9856040960 21146 33554432000 1073741824 1073778376 140735289119824 139869665899304 260193695657 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.10079 s]
/proc/loadavg: 2.24 2.31 2.24 3/213 13938
/proc/meminfo: memFree=29712920/32872528 swapFree=16360/1798728
[pid=13919] ppid=13916 vsize=9625040 CPUtime=4.16 cores=1,3,5,7
/proc/13919/stat : 13919 (java) S 13916 13919 5965 0 -1 4202496 13669 0 1 0 413 3 0 0 20 0 19 0 110409633 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 140735289110960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13919/statm: 2406260 23492 2268 9 0 2396937 0
[pid=13919/tid=13921] ppid=13916 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/13919/task/13921/stat : 13921 (java) R 13916 13919 5965 0 -1 4202560 2425 0 1 0 303 2 0 0 20 0 19 0 110409634 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869850456392 139869721067645 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13919/tid=13922] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13922/stat : 13922 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869839517864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13923] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13923/stat : 13923 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869692836136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13924] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13924/stat : 13924 (java) S 13916 13919 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869691783592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13919/tid=13925] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13925/stat : 13925 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869690731048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13926] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13926/stat : 13926 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869689678504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13927] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13927/stat : 13927 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869688625960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13928] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13928/stat : 13928 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869687573416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13929] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13929/stat : 13929 (java) S 13916 13919 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869686520872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13930] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13930/stat : 13930 (java) S 13916 13919 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869674322024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13931] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13931/stat : 13931 (java) S 13916 13919 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869673268344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13932] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13932/stat : 13932 (java) S 13916 13919 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869672215688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13933] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13933/stat : 13933 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869671164432 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13934] ppid=13916 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/13919/task/13934/stat : 13934 (java) S 13916 13919 5965 0 -1 4202560 8349 0 0 0 76 0 0 0 20 0 19 0 110409640 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869670111800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13935] ppid=13916 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/13919/task/13935/stat : 13935 (java) S 13916 13919 5965 0 -1 4202560 1621 0 0 0 30 0 0 0 20 0 19 0 110409640 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869669059256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13936] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13936/stat : 13936 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869668006904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13937] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13937/stat : 13937 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869666954568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13938] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13938/stat : 13938 (java) S 13916 13919 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110409674 9856040960 23492 33554432000 1073741824 1073778376 140735289119824 139869665899304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.22 2.31 2.24 4/213 13938
/proc/meminfo: memFree=29703500/32872528 swapFree=16360/1798728
[pid=13919] ppid=13916 vsize=9625040 CPUtime=7.38 cores=1,3,5,7
/proc/13919/stat : 13919 (java) S 13916 13919 5965 0 -1 4202496 13678 0 1 0 734 4 0 0 20 0 19 0 110409633 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 140735289110960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13919/statm: 2406260 25085 2269 9 0 2396937 0
[pid=13919/tid=13921] ppid=13916 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/13919/task/13921/stat : 13921 (java) R 13916 13919 5965 0 -1 4202560 2433 0 1 0 622 2 0 0 20 0 19 0 110409634 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869850447552 139869721032225 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13919/tid=13922] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13922/stat : 13922 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869839517864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13923] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13923/stat : 13923 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869692836136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13924] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13924/stat : 13924 (java) S 13916 13919 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869691783592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13919/tid=13925] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13925/stat : 13925 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869690731048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13926] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13926/stat : 13926 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869689678504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13927] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13927/stat : 13927 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869688625960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13928] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13928/stat : 13928 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869687573416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13929] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13929/stat : 13929 (java) S 13916 13919 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110409636 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869686520872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13930] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13930/stat : 13930 (java) S 13916 13919 5965 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869674322024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13931] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13931/stat : 13931 (java) S 13916 13919 5965 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869673268344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13932] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13932/stat : 13932 (java) S 13916 13919 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869672215688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13933] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13933/stat : 13933 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869671164432 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13934] ppid=13916 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/13919/task/13934/stat : 13934 (java) S 13916 13919 5965 0 -1 4202560 8349 0 0 0 77 0 0 0 20 0 19 0 110409640 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869670111800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13935] ppid=13916 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/13919/task/13935/stat : 13935 (java) S 13916 13919 5965 0 -1 4202560 1621 0 0 0 31 0 0 0 20 0 19 0 110409640 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869669059256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13936] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13936/stat : 13936 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869668006904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13937] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13937/stat : 13937 (java) S 13916 13919 5965 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869666954568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13938] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13938/stat : 13938 (java) S 13916 13919 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110409674 9856040960 25085 33554432000 1073741824 1073778376 140735289119824 139869665899304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 9625040


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

[pid=13919/tid=13938] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13938/stat : 13938 (java) S 13916 13919 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110409674 9856040960 66527 33554432000 1073741824 1073778376 140735289119824 139869665899304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1671.6
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.31 2.27 2.21 4/214 14070
/proc/meminfo: memFree=29634172/32872528 swapFree=16360/1798728
[pid=13919] ppid=13916 vsize=9625040 CPUtime=1732.16 cores=1,3,5,7
/proc/13919/stat : 13919 (java) S 13916 13919 5965 0 -1 4202496 19168 0 1 0 173081 135 0 0 20 0 19 0 110409633 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 140735289110960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13919/statm: 2406260 59065 2291 9 0 2396937 0
[pid=13919/tid=13921] ppid=13916 vsize=9625040 CPUtime=1711.25 cores=1,3,5,7
/proc/13919/task/13921/stat : 13921 (java) R 13916 13919 5965 0 -1 4202560 2610 0 1 0 171094 31 0 0 20 0 19 0 110409634 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869850455360 139869721033180 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13922] ppid=13916 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/13919/task/13922/stat : 13922 (java) S 13916 13919 5965 0 -1 4202560 678 0 0 0 136 9 0 0 20 0 19 0 110409636 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869839517864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13923] ppid=13916 vsize=9625040 CPUtime=1.55 cores=1,3,5,7
/proc/13919/task/13923/stat : 13923 (java) S 13916 13919 5965 0 -1 4202560 503 0 0 0 145 10 0 0 20 0 19 0 110409636 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869692836136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13924] ppid=13916 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/13919/task/13924/stat : 13924 (java) S 13916 13919 5965 0 -1 4202560 501 0 0 0 136 12 0 0 20 0 19 0 110409636 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869691783592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13925] ppid=13916 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/13919/task/13925/stat : 13925 (java) S 13916 13919 5965 0 -1 4202560 538 0 0 0 127 11 0 0 20 0 19 0 110409636 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869690731048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13926] ppid=13916 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/13919/task/13926/stat : 13926 (java) S 13916 13919 5965 0 -1 4202560 479 0 0 0 151 11 0 0 20 0 19 0 110409636 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869689678504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13927] ppid=13916 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/13919/task/13927/stat : 13927 (java) S 13916 13919 5965 0 -1 4202560 589 0 0 0 134 13 0 0 20 0 19 0 110409636 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869688625960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13928] ppid=13916 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/13919/task/13928/stat : 13928 (java) S 13916 13919 5965 0 -1 4202560 542 0 0 0 137 13 0 0 20 0 19 0 110409636 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869687573416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13929] ppid=13916 vsize=9625040 CPUtime=1.57 cores=1,3,5,7
/proc/13919/task/13929/stat : 13929 (java) S 13916 13919 5965 0 -1 4202560 436 0 0 0 146 11 0 0 20 0 19 0 110409636 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869686520872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13919/tid=13930] ppid=13916 vsize=9625040 CPUtime=3 cores=1,3,5,7
/proc/13919/task/13930/stat : 13930 (java) S 13916 13919 5965 0 -1 4202560 626 0 0 0 295 5 0 0 20 0 19 0 110409637 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869674322024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13931] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13931/stat : 13931 (java) S 13916 13919 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869673268344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13932] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13932/stat : 13932 (java) S 13916 13919 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869672215688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13933] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13933/stat : 13933 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869671164432 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13934] ppid=13916 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/13919/task/13934/stat : 13934 (java) S 13916 13919 5965 0 -1 4202560 8349 0 0 0 78 0 0 0 20 0 19 0 110409640 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869670111800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13935] ppid=13916 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/13919/task/13935/stat : 13935 (java) S 13916 13919 5965 0 -1 4202560 1958 0 0 0 34 0 0 0 20 0 19 0 110409640 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869669059256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13936] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13936/stat : 13936 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869668006904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13937] ppid=13916 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/13919/task/13937/stat : 13937 (java) S 13916 13919 5965 0 -1 4202560 100 0 0 0 27 39 0 0 20 0 19 0 110409640 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869666954568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13938] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13938/stat : 13938 (java) S 13916 13919 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110409674 9856040960 59065 33554432000 1073741824 1073778376 140735289119824 139869665899304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1732.16
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.26 2.21 3/213 14071
/proc/meminfo: memFree=29554116/32872528 swapFree=16360/1798728
[pid=13919] ppid=13916 vsize=9625040 CPUtime=1792.93 cores=1,3,5,7
/proc/13919/stat : 13919 (java) S 13916 13919 5965 0 -1 4202496 20076 0 1 0 179153 140 0 0 20 0 19 0 110409633 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 140735289110960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13919/statm: 2406260 60072 2291 9 0 2396937 0
[pid=13919/tid=13921] ppid=13916 vsize=9625040 CPUtime=1770.48 cores=1,3,5,7
/proc/13919/task/13921/stat : 13921 (java) R 13916 13919 5965 0 -1 4202560 2632 0 1 0 177017 31 0 0 20 0 19 0 110409634 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869850455360 139869721032163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13922] ppid=13916 vsize=9625040 CPUtime=1.6 cores=1,3,5,7
/proc/13919/task/13922/stat : 13922 (java) S 13916 13919 5965 0 -1 4202560 791 0 0 0 150 10 0 0 20 0 19 0 110409636 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869839517864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13923] ppid=13916 vsize=9625040 CPUtime=1.69 cores=1,3,5,7
/proc/13919/task/13923/stat : 13923 (java) S 13916 13919 5965 0 -1 4202560 674 0 0 0 158 11 0 0 20 0 19 0 110409636 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869692836136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13924] ppid=13916 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/13919/task/13924/stat : 13924 (java) S 13916 13919 5965 0 -1 4202560 758 0 0 0 149 12 0 0 20 0 19 0 110409636 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869691783592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13925] ppid=13916 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/13919/task/13925/stat : 13925 (java) S 13916 13919 5965 0 -1 4202560 576 0 0 0 139 12 0 0 20 0 19 0 110409636 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869690731048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13926] ppid=13916 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/13919/task/13926/stat : 13926 (java) S 13916 13919 5965 0 -1 4202560 613 0 0 0 160 11 0 0 20 0 19 0 110409636 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869689678504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13927] ppid=13916 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/13919/task/13927/stat : 13927 (java) S 13916 13919 5965 0 -1 4202560 628 0 0 0 149 14 0 0 20 0 19 0 110409636 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869688625960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13919/tid=13928] ppid=13916 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/13919/task/13928/stat : 13928 (java) S 13916 13919 5965 0 -1 4202560 557 0 0 0 149 13 0 0 20 0 19 0 110409636 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869687573416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13929] ppid=13916 vsize=9625040 CPUtime=1.74 cores=1,3,5,7
/proc/13919/task/13929/stat : 13929 (java) S 13916 13919 5965 0 -1 4202560 480 0 0 0 163 11 0 0 20 0 19 0 110409636 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869686520872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13930] ppid=13916 vsize=9625040 CPUtime=3.29 cores=1,3,5,7
/proc/13919/task/13930/stat : 13930 (java) S 13916 13919 5965 0 -1 4202560 697 0 0 0 324 5 0 0 20 0 19 0 110409637 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869674322024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13931] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13931/stat : 13931 (java) S 13916 13919 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869673268344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13932] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13932/stat : 13932 (java) S 13916 13919 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869672215688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13933] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13933/stat : 13933 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869671164432 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13934] ppid=13916 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/13919/task/13934/stat : 13934 (java) S 13916 13919 5965 0 -1 4202560 8349 0 0 0 78 0 0 0 20 0 19 0 110409640 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869670111800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13935] ppid=13916 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/13919/task/13935/stat : 13935 (java) S 13916 13919 5965 0 -1 4202560 1958 0 0 0 34 0 0 0 20 0 19 0 110409640 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869669059256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13936] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13936/stat : 13936 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869668006904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13937] ppid=13916 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/13919/task/13937/stat : 13937 (java) S 13916 13919 5965 0 -1 4202560 104 0 0 0 29 41 0 0 20 0 19 0 110409640 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869666954568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13938] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13938/stat : 13938 (java) S 13916 13919 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110409674 9856040960 60072 33554432000 1073741824 1073778376 140735289119824 139869665899304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1792.93
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.4 s]
/proc/loadavg: 2.26 2.26 2.20 3/213 14071
/proc/meminfo: memFree=29545492/32872528 swapFree=16360/1798728
[pid=13919] ppid=13916 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/13919/stat : 13919 (java) S 13916 13919 5965 0 -1 4202496 20803 0 1 0 179868 141 0 0 20 0 19 0 110409633 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 140735289110960 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13919/statm: 2406260 62310 2291 9 0 2396937 0
[pid=13919/tid=13921] ppid=13916 vsize=9625040 CPUtime=1777.54 cores=1,3,5,7
/proc/13919/task/13921/stat : 13921 (java) R 13916 13919 5965 0 -1 4202560 2633 0 1 0 177722 32 0 0 20 0 19 0 110409634 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869850447648 139869721105860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13922] ppid=13916 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/13919/task/13922/stat : 13922 (java) S 13916 13919 5965 0 -1 4202560 791 0 0 0 151 10 0 0 20 0 19 0 110409636 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869839517864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13923] ppid=13916 vsize=9625040 CPUtime=1.7 cores=1,3,5,7
/proc/13919/task/13923/stat : 13923 (java) S 13916 13919 5965 0 -1 4202560 679 0 0 0 159 11 0 0 20 0 19 0 110409636 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869692836136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13924] ppid=13916 vsize=9625040 CPUtime=1.63 cores=1,3,5,7
/proc/13919/task/13924/stat : 13924 (java) S 13916 13919 5965 0 -1 4202560 1060 0 0 0 150 13 0 0 20 0 19 0 110409636 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869691783592 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13925] ppid=13916 vsize=9625040 CPUtime=1.53 cores=1,3,5,7
/proc/13919/task/13925/stat : 13925 (java) S 13916 13919 5965 0 -1 4202560 770 0 0 0 141 12 0 0 20 0 19 0 110409636 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869690731048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13919/tid=13926] ppid=13916 vsize=9625040 CPUtime=1.72 cores=1,3,5,7
/proc/13919/task/13926/stat : 13926 (java) S 13916 13919 5965 0 -1 4202560 827 0 0 0 161 11 0 0 20 0 19 0 110409636 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869689678504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13927] ppid=13916 vsize=9625040 CPUtime=1.64 cores=1,3,5,7
/proc/13919/task/13927/stat : 13927 (java) S 13916 13919 5965 0 -1 4202560 629 0 0 0 150 14 0 0 20 0 19 0 110409636 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869688625960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13919/tid=13928] ppid=13916 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/13919/task/13928/stat : 13928 (java) S 13916 13919 5965 0 -1 4202560 565 0 0 0 149 13 0 0 20 0 19 0 110409636 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869687573416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13919/tid=13929] ppid=13916 vsize=9625040 CPUtime=1.75 cores=1,3,5,7
/proc/13919/task/13929/stat : 13929 (java) S 13916 13919 5965 0 -1 4202560 482 0 0 0 164 11 0 0 20 0 19 0 110409636 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869686520872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13930] ppid=13916 vsize=9625040 CPUtime=3.29 cores=1,3,5,7
/proc/13919/task/13930/stat : 13930 (java) S 13916 13919 5965 0 -1 4202560 697 0 0 0 324 5 0 0 20 0 19 0 110409637 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869674322024 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13931] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13931/stat : 13931 (java) S 13916 13919 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869673268344 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13932] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13932/stat : 13932 (java) S 13916 13919 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110409637 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869672215688 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13933] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13933/stat : 13933 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869671164432 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13934] ppid=13916 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/13919/task/13934/stat : 13934 (java) S 13916 13919 5965 0 -1 4202560 8349 0 0 0 78 0 0 0 20 0 19 0 110409640 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869670111800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13935] ppid=13916 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/13919/task/13935/stat : 13935 (java) S 13916 13919 5965 0 -1 4202560 1958 0 0 0 34 0 0 0 20 0 19 0 110409640 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869669059256 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13936] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13936/stat : 13936 (java) S 13916 13919 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110409640 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869668006904 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13919/tid=13937] ppid=13916 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/13919/task/13937/stat : 13937 (java) S 13916 13919 5965 0 -1 4202560 104 0 0 0 29 41 0 0 20 0 19 0 110409640 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869666954568 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13919/tid=13938] ppid=13916 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13919/task/13938/stat : 13938 (java) S 13916 13919 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110409674 9856040960 62310 33554432000 1073741824 1073778376 140735289119824 139869665899304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 13919 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 13919 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=328220
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=881713
# CPU time returned by wait4() is 1796.21
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1789.47
CPU time (s): 1800.09
CPU user time (s): 1798.68
CPU system time (s): 1.41
CPU usage (%): 100.593
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.33
system time used= 1.88171
maximum resident set size= 753720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20848
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42509
involuntary context switches= 31769

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1835 second user time and 16.9884 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 09:32:45
IDJOB=4084627
IDBENCH=90133
IDSOLVER=2546
FILE ID=node123/4084627-1465284765
RUNJOBID= node123-1465255130-5982
PBS_JOBID= 19843274
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K100.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084627-1465284765/watcher-4084627-1465284765 -o /tmp/evaluation-result-4084627-1465284765/solver-4084627-1465284765 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084627-1465284765.opb

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

MD5SUM BENCH= 96708928b3148fdbe0ae701534d6c3d7
RANDOM SEED=1919071818

node123.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.117
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.23
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.117
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.117
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		: 2667.117
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.117
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.117
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.57
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.117
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.117
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:        29794976 kB
Buffers:          113064 kB
Cached:           142960 kB
SwapCached:         1808 kB
Active:           356628 kB
Inactive:         188208 kB
Active(anon):     288940 kB
Inactive(anon):     2104 kB
Active(file):      67688 kB
Inactive(file):   186104 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       2115156 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             600036 kB
SReclaimable:      44028 kB
SUnreclaim:       556008 kB
KernelStack:        1760 kB
PageTables:         8304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2582288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2076672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node123 at 2016-06-07 10:02:34