Trace number 4084621

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K181.opb
MD5SUM786bb841dd145412a2aec0a596e79174
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21539
Total number of constraints21903
Number of constraints which are clauses21722
Number of constraints which are cardinality constraints (but not clauses)181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint181
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 182
Number of bits of the biggest sum of numbers8
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4084621-1465286995.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  no objective function found
0.93/0.57	c ... done. Wall clock time 0.466s.
0.93/0.57	c declared #vars     21539
0.93/0.57	c #constraints  21903
0.93/0.57	c constraints type 
0.93/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19380
0.93/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 181
0.93/0.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.93/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2340
0.93/0.57	c 21903 constraints processed.
3.03/2.25	c cleaning 2495 clauses out of 4997 with flag 21483/5001
4.96/4.07	c cleaning 4231 clauses out of 8494 with flag 53188/11000
6.97/6.05	c cleaning 5595 clauses out of 11259 with flag 90334/18000
9.57/8.65	c cleaning 6783 clauses out of 13661 with flag 135328/26000
12.58/11.65	c cleaning 7906 clauses out of 15873 with flag 183777/35000
15.98/15.03	c cleaning 8456 clauses out of 17966 with flag 236355/45000
19.70/18.79	c cleaning 8770 clauses out of 20505 with flag 294605/56000
23.59/22.61	c cleaning 9997 clauses out of 23735 with flag 356043/68000
27.89/26.99	c cleaning 10526 clauses out of 26739 with flag 419470/81002
32.40/31.41	c cleaning 11456 clauses out of 30211 with flag 489056/95000
37.60/36.64	c cleaning 12318 clauses out of 33756 with flag 564288/110003
43.10/42.16	c cleaning 12883 clauses out of 37434 with flag 646361/126000
49.30/48.38	c cleaning 13716 clauses out of 41552 with flag 735022/143001
56.01/55.10	c cleaning 14357 clauses out of 45832 with flag 831322/161000
63.50/62.55	c cleaning 15147 clauses out of 50473 with flag 934149/180000
70.99/69.91	c cleaning 16199 clauses out of 55324 with flag 1044317/200000
78.50/77.45	c cleaning 16993 clauses out of 60125 with flag 1158928/221001
86.70/85.63	c cleaning 17891 clauses out of 65127 with flag 1284280/243000
94.80/93.70	c cleaning 18795 clauses out of 70235 with flag 1407387/266000
103.90/102.81	c cleaning 19519 clauses out of 75439 with flag 1543999/290001
114.11/113.02	c cleaning 20268 clauses out of 80919 with flag 1683333/315000
124.41/123.34	c cleaning 21031 clauses out of 86648 with flag 1825605/341000
135.20/134.08	c cleaning 21837 clauses out of 92617 with flag 1975912/368001
146.40/145.28	c cleaning 22987 clauses out of 98775 with flag 2130694/396000
158.00/156.80	c cleaning 23559 clauses out of 104784 with flag 2287311/425001
169.90/168.72	c cleaning 24473 clauses out of 111219 with flag 2452004/455000
182.81/181.61	c cleaning 25254 clauses out of 117743 with flag 2625432/486000
196.21/195.05	c cleaning 26052 clauses out of 124484 with flag 2801193/518000
210.80/209.50	c cleaning 26913 clauses out of 131432 with flag 2983721/551000
225.60/224.26	c cleaning 28035 clauses out of 138517 with flag 3176237/585001
240.71/239.36	c cleaning 29085 clauses out of 145478 with flag 3373635/620001
257.22/255.82	c cleaning 29688 clauses out of 152388 with flag 3576379/656000
273.93/272.55	c cleaning 30502 clauses out of 159701 with flag 3788977/693004
291.94/290.32	c cleaning 31455 clauses out of 167194 with flag 4012978/731000
309.76/308.12	c cleaning 32465 clauses out of 174737 with flag 4235970/770000
329.15/327.50	c cleaning 33149 clauses out of 182273 with flag 4463977/810001
348.86/347.29	c cleaning 34172 clauses out of 190122 with flag 4699821/851000
370.33/368.46	c cleaning 34711 clauses out of 197950 with flag 4946196/893003
391.82/389.96	c cleaning 35667 clauses out of 206233 with flag 5197709/936000
414.02/412.16	c cleaning 36417 clauses out of 214564 with flag 5457192/980000
436.36/434.16	c cleaning 37493 clauses out of 223147 with flag 5728081/1025001
460.46/458.28	c cleaning 38036 clauses out of 231652 with flag 6006061/1071001
485.17/482.98	c cleaning 39210 clauses out of 240615 with flag 6278548/1118000
512.03/509.44	c cleaning 40067 clauses out of 249404 with flag 6564271/1166000
538.34/535.77	c cleaning 41029 clauses out of 258337 with flag 6864774/1215001
565.84/562.93	c cleaning 41752 clauses out of 267305 with flag 7167048/1265000
592.94/589.94	c cleaning 42854 clauses out of 276552 with flag 7472585/1316000
620.15/617.14	c cleaning 44121 clauses out of 285697 with flag 7783487/1368000
649.75/646.63	c cleaning 44498 clauses out of 294579 with flag 8105166/1421004
679.95/676.77	c cleaning 45352 clauses out of 304076 with flag 8434207/1475000
710.96/707.79	c cleaning 46185 clauses out of 313726 with flag 8781409/1530002
742.77/739.46	c cleaning 47685 clauses out of 323540 with flag 9124377/1586001
776.44/773.00	c cleaning 48587 clauses out of 332847 with flag 9489356/1643000
810.25/806.79	c cleaning 49311 clauses out of 342260 with flag 9855980/1701001
845.65/842.01	c cleaning 50371 clauses out of 351948 with flag 10227275/1760000
881.96/878.36	c cleaning 50834 clauses out of 361575 with flag 10607136/1820000
918.34/914.61	c cleaning 51945 clauses out of 371742 with flag 10995948/1881002
954.90/951.13	c cleaning 53217 clauses out of 381797 with flag 11386385/1943002
993.66/989.80	c cleaning 54033 clauses out of 391576 with flag 11786369/2006000
1034.44/1030.58	c cleaning 54800 clauses out of 401541 with flag 12206970/2070001
1076.53/1072.52	c cleaning 55639 clauses out of 411739 with flag 12631121/2135000
1117.94/1113.82	c cleaning 56635 clauses out of 422097 with flag 13059231/2201000
1160.17/1155.91	c cleaning 57990 clauses out of 432461 with flag 13505677/2268001
1203.81/1199.48	c cleaning 58539 clauses out of 442470 with flag 13967244/2336000
1248.12/1243.61	c cleaning 59614 clauses out of 452931 with flag 14458784/2405001
1293.39/1288.89	c cleaning 60406 clauses out of 463316 with flag 14924032/2475000
1340.03/1335.39	c cleaning 61589 clauses out of 473910 with flag 15399818/2546000
1387.95/1383.16	c cleaning 62654 clauses out of 484321 with flag 15877123/2618000
1436.71/1431.74	c cleaning 63890 clauses out of 494666 with flag 16366453/2691000
1486.71/1481.59	c cleaning 64550 clauses out of 504775 with flag 16874125/2765001
1539.79/1534.40	c cleaning 65560 clauses out of 515224 with flag 17381748/2840002
1593.76/1588.30	c cleaning 66487 clauses out of 525659 with flag 17905107/2916000
1649.09/1643.56	c cleaning 66958 clauses out of 536173 with flag 18437286/2993001
1705.30/1699.60	c cleaning 68385 clauses out of 547214 with flag 18965912/3071002
1762.72/1756.71	c cleaning 69366 clauses out of 557826 with flag 19535950/3150000
1800.07/1794.00	c starts		: 17849
1800.07/1794.00	c conflicts		: 3205525
1800.07/1794.00	c decisions		: 132857765
1800.07/1794.00	c propagations		: 3341770114
1800.07/1794.00	c inspects		: 12235671490
1800.07/1794.00	c shortcuts		: 0
1800.07/1794.00	c learnt literals	: 146
1800.07/1794.00	c learnt binary clauses	: 219704
1800.07/1794.00	c learnt ternary clauses	: 180960
1800.07/1794.00	c learnt constraints	: 3205379
1800.07/1794.00	c ignored constraints	: 0
1800.07/1794.00	c root simplifications	: 0
1800.07/1794.00	c removed literals (reason simplification)	: 0
1800.07/1794.00	c reason swapping (by a shorter reason)	: 0
1800.07/1794.00	c Calls to reduceDB	: 75
1800.07/1794.00	c Number of update (reduction) of LBD	: 2097103
1800.07/1794.00	c Imported unit clauses	: 0
1800.07/1794.00	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.00	c number of learned constraints concerned by reduction	: 0
1800.07/1794.00	c number of learning phase by resolution	: 0
1800.07/1794.00	c number of learning phase by cutting planes	: 0
1800.07/1794.00	c speed (assignments/second)	: 1863357.8065955807
1800.07/1794.00	c non guided choices	71680
1800.07/1794.00	c timeout
1800.07/1794.07	c learnt constraints type 
1800.07/1794.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 219704
1800.07/1794.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 324280
1800.07/1794.07	s UNKNOWN
1800.07/1794.07	c Total wall clock time (in seconds): 1793.971

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-4084621-1465286995/watcher-4084621-1465286995 -o /tmp/evaluation-result-4084621-1465286995/solver-4084621-1465286995 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23301 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084621-1465286995.opb 

pid=28177
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.01 2.01 2.00 3/196 28180
/proc/meminfo: memFree=31519068/32872528 swapFree=8144/8144
[pid=28180] ppid=28177 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/28180/stat : 28180 (java) R 28177 28180 23284 0 -1 4202496 1054 0 0 0 0 0 0 0 20 0 1 0 110631578 23793664 705 33554432000 1073741824 1073778376 140736117783056 140736117772120 206399697872 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28180/statm: 5809 705 520 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 2.01 2.01 2.00 3/196 28180
/proc/meminfo: memFree=31519068/32872528 swapFree=8144/8144
[pid=28180] ppid=28177 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/28180/stat : 28180 (java) S 28177 28180 23284 0 -1 4202496 4461 0 1 0 9 1 0 0 20 0 18 0 110631578 9787879424 6091 33554432000 1073741824 1073778376 140736117783056 140736117774192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28180/statm: 2389619 6091 2155 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 2.01 2.01 2.00 3/196 28180
/proc/meminfo: memFree=31519068/32872528 swapFree=8144/8144
[pid=28180] ppid=28177 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/28180/stat : 28180 (java) S 28177 28180 23284 0 -1 4202496 6081 0 1 0 29 2 0 0 20 0 18 0 110631578 9787879424 8115 33554432000 1073741824 1073778376 140736117783056 140736117774192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28180/statm: 2389619 8115 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300269 s]
/proc/loadavg: 2.01 2.01 2.00 3/196 28180
/proc/meminfo: memFree=31519068/32872528 swapFree=8144/8144
[pid=28180] ppid=28177 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/28180/stat : 28180 (java) S 28177 28180 23284 0 -1 4202496 7219 0 1 0 56 2 0 0 20 0 18 0 110631578 9787879424 12430 33554432000 1073741824 1073778376 140736117783056 140736117774192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28180/statm: 2389619 12430 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.70016 s]
/proc/loadavg: 2.01 2.01 2.00 3/196 28180
/proc/meminfo: memFree=31519068/32872528 swapFree=8144/8144
[pid=28180] ppid=28177 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/28180/stat : 28180 (java) S 28177 28180 23284 0 -1 4202496 8051 0 1 0 132 4 0 0 20 0 19 0 110631578 9856040960 38850 33554432000 1073741824 1073778376 140736117783056 140736117774192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28180/statm: 2406260 38850 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.17 2.04 2.01 3/215 28199
/proc/meminfo: memFree=31369860/32872528 swapFree=8144/8144
[pid=28180] ppid=28177 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/28180/stat : 28180 (java) S 28177 28180 23284 0 -1 4202496 8055 0 1 0 227 4 0 0 20 0 19 0 110631578 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140736117774192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28180/statm: 2406260 39363 2264 9 0 2396937 0
[pid=28180/tid=28182] ppid=28177 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/28180/task/28182/stat : 28182 (java) R 28177 28180 23284 0 -1 4202560 2466 0 1 0 144 3 0 0 20 0 19 0 110631579 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528521793896 140528394623568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28183] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28183/stat : 28183 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528365550120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28184] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28184/stat : 28184 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528364497320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28185] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28185/stat : 28185 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528363444520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28186] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28186/stat : 28186 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528362391720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28187] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28187/stat : 28187 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528361339944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28188] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28188/stat : 28188 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528360287144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28189] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28189/stat : 28189 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528359234344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28190] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28190/stat : 28190 (java) S 28177 28180 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528358181544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28191] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28191/stat : 28191 (java) S 28177 28180 23284 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528345983464 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28192] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28192/stat : 28192 (java) S 28177 28180 23284 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528344929528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28193] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28193/stat : 28193 (java) S 28177 28180 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528343876616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28194] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28194/stat : 28194 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528342825104 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28195] ppid=28177 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/28180/task/28195/stat : 28195 (java) S 28177 28180 23284 0 -1 4202560 1785 0 0 0 40 0 0 0 20 0 19 0 110631583 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528341773240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28196] ppid=28177 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/28180/task/28196/stat : 28196 (java) S 28177 28180 23284 0 -1 4202560 2533 0 0 0 40 0 0 0 20 0 19 0 110631583 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528340720440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28197] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28197/stat : 28197 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528339667832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28198] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28198/stat : 28198 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528338615240 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28199] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28199/stat : 28199 (java) S 28177 28180 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110631638 9856040960 39363 33554432000 1073741824 1073778376 140736117783056 140528337560744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.17 2.04 2.01 3/215 28199
/proc/meminfo: memFree=31367564/32872528 swapFree=8144/8144
[pid=28180] ppid=28177 vsize=9625040 CPUtime=4.03 cores=1,3,5,7
/proc/28180/stat : 28180 (java) S 28177 28180 23284 0 -1 4202496 8102 0 1 0 399 4 0 0 20 0 19 0 110631578 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140736117774192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28180/statm: 2406260 42464 2284 9 0 2396937 0
[pid=28180/tid=28182] ppid=28177 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/28180/task/28182/stat : 28182 (java) R 28177 28180 23284 0 -1 4202560 2473 0 1 0 302 3 0 0 20 0 19 0 110631579 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528521792504 140528394675371 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28183] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28183/stat : 28183 (java) S 28177 28180 23284 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528365550120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28184] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28184/stat : 28184 (java) S 28177 28180 23284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528364497320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28185] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28185/stat : 28185 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528363444520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28186] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28186/stat : 28186 (java) S 28177 28180 23284 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528362391720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28187] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28187/stat : 28187 (java) S 28177 28180 23284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528361339944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28188] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28188/stat : 28188 (java) S 28177 28180 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528360287144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28189] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28189/stat : 28189 (java) S 28177 28180 23284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528359234344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28190] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28190/stat : 28190 (java) S 28177 28180 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528358181544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28191] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28191/stat : 28191 (java) S 28177 28180 23284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528345983464 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28192] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28192/stat : 28192 (java) S 28177 28180 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528344929528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28193] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28193/stat : 28193 (java) S 28177 28180 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528343876616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28194] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28194/stat : 28194 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528342825104 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28195] ppid=28177 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/28180/task/28195/stat : 28195 (java) S 28177 28180 23284 0 -1 4202560 1788 0 0 0 42 0 0 0 20 0 19 0 110631583 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528341773240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28196] ppid=28177 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/28180/task/28196/stat : 28196 (java) S 28177 28180 23284 0 -1 4202560 2538 0 0 0 47 0 0 0 20 0 19 0 110631583 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528340720440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28197] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28197/stat : 28197 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528339667832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28198] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28198/stat : 28198 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528338615240 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28199] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28199/stat : 28199 (java) S 28177 28180 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110631638 9856040960 42464 33554432000 1073741824 1073778376 140736117783056 140528337560744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.16 2.04 2.01 3/215 28199
/proc/meminfo: memFree=31356996/32872528 swapFree=8144/8144
[pid=28180] ppid=28177 vsize=9625040 CPUtime=7.27 cores=1,3,5,7
/proc/28180/stat : 28180 (java) S 28177 28180 23284 0 -1 4202496 8104 0 1 0 723 4 0 0 20 0 19 0 110631578 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140736117774192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28180/statm: 2406260 42458 2284 9 0 2396937 0
[pid=28180/tid=28182] ppid=28177 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/28180/task/28182/stat : 28182 (java) R 28177 28180 23284 0 -1 4202560 2475 0 1 0 621 3 0 0 20 0 19 0 110631579 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528521785040 140528394787524 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28183] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28183/stat : 28183 (java) S 28177 28180 23284 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528365550120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28184] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28184/stat : 28184 (java) S 28177 28180 23284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528364497320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28185] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28185/stat : 28185 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528363444520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28186] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28186/stat : 28186 (java) S 28177 28180 23284 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528362391720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28187] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28187/stat : 28187 (java) S 28177 28180 23284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528361339944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28188] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28188/stat : 28188 (java) S 28177 28180 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528360287144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28189] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28189/stat : 28189 (java) S 28177 28180 23284 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528359234344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28190] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28190/stat : 28190 (java) S 28177 28180 23284 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110631580 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528358181544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28191] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28191/stat : 28191 (java) S 28177 28180 23284 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528345983464 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28192] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28192/stat : 28192 (java) S 28177 28180 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528344929528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28193] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28193/stat : 28193 (java) S 28177 28180 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528343876616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28194] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28194/stat : 28194 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528342825104 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28195] ppid=28177 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/28180/task/28195/stat : 28195 (java) S 28177 28180 23284 0 -1 4202560 1788 0 0 0 44 0 0 0 20 0 19 0 110631583 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528341773240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28196] ppid=28177 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/28180/task/28196/stat : 28196 (java) S 28177 28180 23284 0 -1 4202560 2538 0 0 0 49 0 0 0 20 0 19 0 110631583 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528340720440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28197] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28197/stat : 28197 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528339667832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28198] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28198/stat : 28198 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528338615240 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28199] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28199/stat : 28199 (java) S 28177 28180 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110631638 9856040960 42458 33554432000 1073741824 1073778376 140736117783056 140528337560744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.27
Current children cumulated vsize (KiB) 9625040


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

[pid=28180/tid=28199] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28199/stat : 28199 (java) S 28177 28180 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110631638 9856040960 124789 33554432000 1073741824 1073778376 140736117783056 140528337560744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1667.98
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/215 28244
/proc/meminfo: memFree=30753428/32872528 swapFree=8144/8144
[pid=28180] ppid=28177 vsize=9625040 CPUtime=1728.2 cores=1,3,5,7
/proc/28180/stat : 28180 (java) S 28177 28180 23284 0 -1 4202496 11400 0 1 0 172675 145 0 0 20 0 19 0 110631578 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140736117774192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28180/statm: 2406260 120992 2293 9 0 2396937 0
[pid=28180/tid=28182] ppid=28177 vsize=9625040 CPUtime=1714.75 cores=1,3,5,7
/proc/28180/task/28182/stat : 28182 (java) R 28177 28180 23284 0 -1 4202560 2516 0 1 0 171436 39 0 0 20 0 19 0 110631579 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528521792864 140528394787634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28183] ppid=28177 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/28180/task/28183/stat : 28183 (java) S 28177 28180 23284 0 -1 4202560 486 0 0 0 67 14 0 0 20 0 19 0 110631580 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528365550120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28184] ppid=28177 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/28180/task/28184/stat : 28184 (java) S 28177 28180 23284 0 -1 4202560 295 0 0 0 63 8 0 0 20 0 19 0 110631580 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528364497320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28185] ppid=28177 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/28180/task/28185/stat : 28185 (java) S 28177 28180 23284 0 -1 4202560 340 0 0 0 73 14 0 0 20 0 19 0 110631580 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528363444520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28186] ppid=28177 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/28180/task/28186/stat : 28186 (java) S 28177 28180 23284 0 -1 4202560 366 0 0 0 65 9 0 0 20 0 19 0 110631580 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528362391720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28187] ppid=28177 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/28180/task/28187/stat : 28187 (java) S 28177 28180 23284 0 -1 4202560 297 0 0 0 68 11 0 0 20 0 19 0 110631580 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528361339944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28188] ppid=28177 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/28180/task/28188/stat : 28188 (java) S 28177 28180 23284 0 -1 4202560 399 0 0 0 74 13 0 0 20 0 19 0 110631580 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528360287144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28189] ppid=28177 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/28180/task/28189/stat : 28189 (java) S 28177 28180 23284 0 -1 4202560 316 0 0 0 62 11 0 0 20 0 19 0 110631580 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528359234344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28190] ppid=28177 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/28180/task/28190/stat : 28190 (java) S 28177 28180 23284 0 -1 4202560 357 0 0 0 66 9 0 0 20 0 19 0 110631580 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528358181544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28191] ppid=28177 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/28180/task/28191/stat : 28191 (java) S 28177 28180 23284 0 -1 4202560 339 0 0 0 120 3 0 0 20 0 19 0 110631581 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528345983464 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28192] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28192/stat : 28192 (java) S 28177 28180 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528344929528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28193] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28193/stat : 28193 (java) S 28177 28180 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528343876616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28194] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28194/stat : 28194 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528342825104 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28195] ppid=28177 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/28180/task/28195/stat : 28195 (java) S 28177 28180 23284 0 -1 4202560 1788 0 0 0 46 0 0 0 20 0 19 0 110631583 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528341773240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28196] ppid=28177 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/28180/task/28196/stat : 28196 (java) S 28177 28180 23284 0 -1 4202560 2545 0 0 0 52 0 0 0 20 0 19 0 110631583 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528340720440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28197] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28197/stat : 28197 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528339667832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28198] ppid=28177 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/28180/task/28198/stat : 28198 (java) S 28177 28180 23284 0 -1 4202560 99 0 0 0 29 38 0 0 20 0 19 0 110631583 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528338615240 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28199] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28199/stat : 28199 (java) S 28177 28180 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110631638 9856040960 120992 33554432000 1073741824 1073778376 140736117783056 140528337560744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1728.2
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/215 28376
/proc/meminfo: memFree=31135172/32872528 swapFree=8144/8144
[pid=28180] ppid=28177 vsize=9625040 CPUtime=1788.37 cores=1,3,5,7
/proc/28180/stat : 28180 (java) S 28177 28180 23284 0 -1 4202496 11461 0 1 0 178689 148 0 0 20 0 19 0 110631578 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140736117774192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28180/statm: 2406260 117420 2293 9 0 2396937 0
[pid=28180/tid=28182] ppid=28177 vsize=9625040 CPUtime=1774.23 cores=1,3,5,7
/proc/28180/task/28182/stat : 28182 (java) R 28177 28180 23284 0 -1 4202560 2518 0 1 0 177382 41 0 0 20 0 19 0 110631579 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528521792864 140528394737799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28183] ppid=28177 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/28180/task/28183/stat : 28183 (java) S 28177 28180 23284 0 -1 4202560 488 0 0 0 68 14 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528365550120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28184] ppid=28177 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/28180/task/28184/stat : 28184 (java) S 28177 28180 23284 0 -1 4202560 301 0 0 0 65 8 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528364497320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28185] ppid=28177 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/28180/task/28185/stat : 28185 (java) S 28177 28180 23284 0 -1 4202560 341 0 0 0 75 14 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528363444520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28186] ppid=28177 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/28180/task/28186/stat : 28186 (java) S 28177 28180 23284 0 -1 4202560 366 0 0 0 67 9 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528362391720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28187] ppid=28177 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/28180/task/28187/stat : 28187 (java) S 28177 28180 23284 0 -1 4202560 299 0 0 0 73 11 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528361339944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28188] ppid=28177 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/28180/task/28188/stat : 28188 (java) S 28177 28180 23284 0 -1 4202560 399 0 0 0 76 13 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528360287144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28189] ppid=28177 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/28180/task/28189/stat : 28189 (java) S 28177 28180 23284 0 -1 4202560 316 0 0 0 69 11 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528359234344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28190] ppid=28177 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/28180/task/28190/stat : 28190 (java) S 28177 28180 23284 0 -1 4202560 357 0 0 0 70 9 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528358181544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28191] ppid=28177 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/28180/task/28191/stat : 28191 (java) S 28177 28180 23284 0 -1 4202560 383 0 0 0 148 3 0 0 20 0 19 0 110631581 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528345983464 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28192] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28192/stat : 28192 (java) S 28177 28180 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528344929528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28193] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28193/stat : 28193 (java) S 28177 28180 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528343876616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28194] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28194/stat : 28194 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528342825104 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28195] ppid=28177 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/28180/task/28195/stat : 28195 (java) S 28177 28180 23284 0 -1 4202560 1788 0 0 0 46 0 0 0 20 0 19 0 110631583 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528341773240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28196] ppid=28177 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/28180/task/28196/stat : 28196 (java) S 28177 28180 23284 0 -1 4202560 2545 0 0 0 52 0 0 0 20 0 19 0 110631583 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528340720440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28197] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28197/stat : 28197 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528339667832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28198] ppid=28177 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/28180/task/28198/stat : 28198 (java) S 28177 28180 23284 0 -1 4202560 103 0 0 0 30 39 0 0 20 0 19 0 110631583 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528338615240 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28199] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28199/stat : 28199 (java) S 28177 28180 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110631638 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528337560744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1788.37
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794 s]
/proc/loadavg: 2.03 2.04 2.01 3/215 28376
/proc/meminfo: memFree=31098376/32872528 swapFree=8144/8144
[pid=28180] ppid=28177 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/28180/stat : 28180 (java) S 28177 28180 23284 0 -1 4202496 11461 0 1 0 179858 149 0 0 20 0 19 0 110631578 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140736117774192 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28180/statm: 2406260 117420 2293 9 0 2396937 0
[pid=28180/tid=28182] ppid=28177 vsize=9625040 CPUtime=1785.89 cores=1,3,5,7
/proc/28180/task/28182/stat : 28182 (java) R 28177 28180 23284 0 -1 4202560 2518 0 1 0 178547 42 0 0 20 0 19 0 110631579 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528521792864 140528394787634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28183] ppid=28177 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/28180/task/28183/stat : 28183 (java) S 28177 28180 23284 0 -1 4202560 488 0 0 0 68 14 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528365550120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28184] ppid=28177 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/28180/task/28184/stat : 28184 (java) S 28177 28180 23284 0 -1 4202560 301 0 0 0 65 8 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528364497320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28185] ppid=28177 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/28180/task/28185/stat : 28185 (java) S 28177 28180 23284 0 -1 4202560 341 0 0 0 75 14 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528363444520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28186] ppid=28177 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/28180/task/28186/stat : 28186 (java) S 28177 28180 23284 0 -1 4202560 366 0 0 0 67 9 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528362391720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28187] ppid=28177 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/28180/task/28187/stat : 28187 (java) S 28177 28180 23284 0 -1 4202560 299 0 0 0 73 11 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528361339944 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28188] ppid=28177 vsize=9625040 CPUtime=0.89 cores=1,3,5,7
/proc/28180/task/28188/stat : 28188 (java) S 28177 28180 23284 0 -1 4202560 399 0 0 0 76 13 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528360287144 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28189] ppid=28177 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/28180/task/28189/stat : 28189 (java) S 28177 28180 23284 0 -1 4202560 316 0 0 0 69 11 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528359234344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28190] ppid=28177 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/28180/task/28190/stat : 28190 (java) S 28177 28180 23284 0 -1 4202560 357 0 0 0 70 9 0 0 20 0 19 0 110631580 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528358181544 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28191] ppid=28177 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/28180/task/28191/stat : 28191 (java) S 28177 28180 23284 0 -1 4202560 383 0 0 0 148 3 0 0 20 0 19 0 110631581 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528345983464 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28180/tid=28192] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28192/stat : 28192 (java) S 28177 28180 23284 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528344929528 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28193] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28193/stat : 28193 (java) S 28177 28180 23284 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110631581 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528343876616 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28194] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28194/stat : 28194 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528342825104 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28195] ppid=28177 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/28180/task/28195/stat : 28195 (java) S 28177 28180 23284 0 -1 4202560 1788 0 0 0 46 0 0 0 20 0 19 0 110631583 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528341773240 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28180/tid=28196] ppid=28177 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/28180/task/28196/stat : 28196 (java) S 28177 28180 23284 0 -1 4202560 2545 0 0 0 52 0 0 0 20 0 19 0 110631583 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528340720440 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28197] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28197/stat : 28197 (java) S 28177 28180 23284 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110631583 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528339667832 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28180/tid=28198] ppid=28177 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/28180/task/28198/stat : 28198 (java) S 28177 28180 23284 0 -1 4202560 103 0 0 0 30 39 0 0 20 0 19 0 110631583 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528338615240 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28180/tid=28199] ppid=28177 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28180/task/28199/stat : 28199 (java) S 28177 28180 23284 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110631638 9856040960 117420 33554432000 1073741824 1073778376 140736117783056 140528337560744 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 28180 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 28180 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=100255
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=871715
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.08
CPU time (s): 1800.07
CPU user time (s): 1798.58
CPU system time (s): 1.49
CPU usage (%): 100.334
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.1
system time used= 1.87172
maximum resident set size= 879128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11494
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39037
involuntary context switches= 21050

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.829 second user time and 16.4935 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-07 10:09:55
IDJOB=4084621
IDBENCH=90184
IDSOLVER=2546
FILE ID=node133/4084621-1465286995
RUNJOBID= node133-1465257785-23301
PBS_JOBID= 19843288
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K181.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084621-1465286995/watcher-4084621-1465286995 -o /tmp/evaluation-result-4084621-1465286995/solver-4084621-1465286995 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465257785-23301 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084621-1465286995.opb

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

MD5SUM BENCH= 786bb841dd145412a2aec0a596e79174
RANDOM SEED=873079268

node133.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.065
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.13
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.065
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	: 7358.89
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.065
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.065
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.065
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.065
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.065
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.065
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:        31519348 kB
Buffers:           96520 kB
Cached:           343908 kB
SwapCached:         2064 kB
Active:           231600 kB
Inactive:         370388 kB
Active(anon):     162560 kB
Inactive(anon):     1428 kB
Active(file):      69040 kB
Inactive(file):   368960 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098268 kB
Dirty:              2368 kB
Writeback:             0 kB
AnonPages:        178676 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             601364 kB
SReclaimable:      44628 kB
SUnreclaim:       556736 kB
KernelStack:        1640 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     707212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 71744 MiB
End job on node133 at 2016-06-07 10:39:49