Trace number 4080502

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 Res+CP PB16? (TO) 1800.68 895.87

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K66.opb
MD5SUM03e282ee85097a100b1dfa3533d9978b
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 variables3630
Total number of constraints3764
Number of constraints which are clauses3698
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint66
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 67
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4080502-1465285052.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  no objective function found
0.55/0.38	c ... done. Wall clock time 0.254s.
0.55/0.38	c declared #vars     3630
0.55/0.38	c #constraints  3764
0.55/0.39	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.55/0.39	c constraints type 
0.55/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3046
0.55/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 66
0.55/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.55/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 650
0.55/0.39	c 3764 constraints processed.
0.55/0.39	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.55/0.39	c constraints type 
0.55/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 650
0.55/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3046
0.55/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 66
0.55/0.39	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.55/0.39	c 3764 constraints processed.
5.19/1.75	c cleaning 2485 clauses out of 4978 with flag 26404/5000
8.56/3.01	c cleaning 4233 clauses out of 8477 with flag 69442/11000
11.66/4.57	c cleaning 5587 clauses out of 11239 with flag 122934/18002
15.03/6.16	c cleaning 6772 clauses out of 13639 with flag 183772/26002
19.33/8.27	c cleaning 7928 clauses out of 15857 with flag 261012/35000
23.32/10.21	c cleaning 8492 clauses out of 17926 with flag 324912/45001
27.84/12.48	c cleaning 9109 clauses out of 20431 with flag 396015/56001
33.14/15.06	c cleaning 10063 clauses out of 23320 with flag 476924/68000
39.14/18.06	c cleaning 10837 clauses out of 26255 with flag 565479/81000
47.48/22.12	c cleaning 11970 clauses out of 29419 with flag 669281/95001
54.66/25.76	c cleaning 12628 clauses out of 32447 with flag 784016/110000
62.55/29.67	c cleaning 13543 clauses out of 35820 with flag 912905/126001
70.95/33.87	c cleaning 14534 clauses out of 39278 with flag 1065393/143002
80.07/38.39	c cleaning 15337 clauses out of 42744 with flag 1207738/161002
89.56/43.07	c cleaning 16123 clauses out of 46406 with flag 1357466/180001
101.46/48.90	c cleaning 17510 clauses out of 50278 with flag 1526167/200001
113.37/54.86	c cleaning 18289 clauses out of 53765 with flag 1719411/221002
125.97/61.18	c cleaning 19487 clauses out of 57470 with flag 1924244/243001
139.87/68.06	c cleaning 20265 clauses out of 60980 with flag 2214920/266000
154.15/75.17	c cleaning 21203 clauses out of 64716 with flag 2444471/290002
167.95/82.07	c cleaning 22161 clauses out of 68511 with flag 2684061/315000
183.75/90.30	c cleaning 23521 clauses out of 72351 with flag 2963064/341001
199.99/98.37	c cleaning 24203 clauses out of 75829 with flag 3219097/368000
217.34/106.92	c cleaning 25219 clauses out of 79625 with flag 3487681/396000
236.08/116.29	c cleaning 26430 clauses out of 83406 with flag 3783843/425000
255.48/125.99	c cleaning 27515 clauses out of 86975 with flag 4077454/455000
276.88/136.54	c cleaning 28546 clauses out of 90460 with flag 4416232/486000
298.86/147.41	c cleaning 29539 clauses out of 93914 with flag 4735369/518000
306.64/151.38	c cleaning 0 clauses out of 5000 with flag 0/5000
321.68/158.75	c cleaning 30798 clauses out of 97375 with flag 5089941/551001
345.20/170.43	c cleaning 31492 clauses out of 100574 with flag 5474555/585000
371.30/183.89	c cleaning 32206 clauses out of 104082 with flag 5852792/620002
395.94/196.19	c cleaning 33566 clauses out of 107873 with flag 6232384/656000
424.22/210.22	c cleaning 34616 clauses out of 111308 with flag 6673527/693001
451.80/223.93	c cleaning 35567 clauses out of 114691 with flag 7113523/731000
480.11/238.00	c cleaning 36866 clauses out of 118125 with flag 7565336/770001
513.04/254.35	c cleaning 37923 clauses out of 121259 with flag 8068952/810001
546.35/270.81	c cleaning 38825 clauses out of 124337 with flag 8549556/851002
579.59/287.28	c cleaning 39777 clauses out of 127510 with flag 9033908/893000
617.80/306.14	c cleaning 41110 clauses out of 130735 with flag 9568271/936002
652.69/323.40	c cleaning 42129 clauses out of 133624 with flag 10062726/980001
696.40/344.95	c cleaning 42836 clauses out of 136494 with flag 10797952/1025000
734.30/363.72	c cleaning 43772 clauses out of 139660 with flag 11359515/1071002
774.44/383.64	c cleaning 45094 clauses out of 142884 with flag 11914209/1118000
817.20/405.00	c cleaning 45813 clauses out of 145790 with flag 12565867/1166000
862.36/427.33	c cleaning 46938 clauses out of 148979 with flag 13286789/1215002
906.10/449.01	c cleaning 48253 clauses out of 152041 with flag 13923750/1265002
953.48/473.20	c cleaning 49207 clauses out of 154787 with flag 14582974/1316001
999.07/495.92	c cleaning 50065 clauses out of 157579 with flag 15293255/1368000
1045.06/518.82	c cleaning 51137 clauses out of 160514 with flag 15974310/1421000
1093.34/542.80	c cleaning 52022 clauses out of 163380 with flag 16723347/1475003
1136.92/564.55	c cleaning 53213 clauses out of 166355 with flag 17394292/1530000
1190.00/590.60	c cleaning 54576 clauses out of 169142 with flag 18086925/1586000
1245.03/617.79	c cleaning 55249 clauses out of 171566 with flag 18956430/1643000
1300.49/645.15	c cleaning 56195 clauses out of 174317 with flag 19718205/1701000
1350.48/670.19	c cleaning 57586 clauses out of 177122 with flag 20549192/1760000
1411.90/701.88	c cleaning 58426 clauses out of 179536 with flag 21349008/1820000
1464.14/727.95	c cleaning 59419 clauses out of 182112 with flag 22177289/1881002
1516.34/754.03	c cleaning 60650 clauses out of 184695 with flag 22979909/1943004
1570.43/781.01	c cleaning 61471 clauses out of 187043 with flag 23866840/2006002
1625.43/808.60	c cleaning 62390 clauses out of 189569 with flag 24781531/2070000
1681.02/836.31	c cleaning 63471 clauses out of 192181 with flag 25641636/2135003
1736.62/864.18	c cleaning 64350 clauses out of 194707 with flag 26503999/2201000
1795.22/893.42	c cleaning 65415 clauses out of 197358 with flag 27420262/2268001
1800.01/895.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/895.80	c starts		: 14118
1800.01/895.80	c conflicts		: 2275805
1800.01/895.80	c decisions		: 11384132
1800.01/895.80	c propagations		: 621937015
1800.01/895.80	c inspects		: 6713931430
1800.01/895.80	c shortcuts		: 0
1800.01/895.80	c learnt literals	: 106
1800.01/895.80	c learnt binary clauses	: 51270
1800.01/895.80	c learnt ternary clauses	: 50529
1800.01/895.80	c learnt constraints	: 2275699
1800.01/895.80	c ignored constraints	: 0
1800.01/895.80	c root simplifications	: 0
1800.01/895.80	c removed literals (reason simplification)	: 104298343
1800.01/895.80	c reason swapping (by a shorter reason)	: 0
1800.01/895.80	c Calls to reduceDB	: 63
1800.01/895.80	c Number of update (reduction) of LBD	: 2137071
1800.01/895.80	c Imported unit clauses	: 0
1800.01/895.80	c number of reductions to clauses (during analyze)	: 0
1800.01/895.80	c number of learned constraints concerned by reduction	: 0
1800.01/895.80	c number of learning phase by resolution	: 0
1800.01/895.80	c number of learning phase by cutting planes	: 0
1800.01/895.80	c speed (assignments/second)	: 694593.5880955599
1800.01/895.80	c non guided choices	94
1800.01/895.85	c learnt constraints type 
1800.01/895.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 51270
1800.01/895.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88477
1800.01/895.85	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/895.85	c starts		: 29
1800.01/895.85	c conflicts		: 8963
1800.01/895.85	c decisions		: 55181
1800.01/895.85	c propagations		: 1863754
1800.01/895.85	c inspects		: 627663299
1800.01/895.85	c shortcuts		: 0
1800.01/895.85	c learnt literals	: 0
1800.01/895.85	c learnt binary clauses	: 0
1800.01/895.85	c learnt ternary clauses	: 0
1800.01/895.85	c learnt constraints	: 8962
1800.01/895.85	c ignored constraints	: 0
1800.01/895.85	c root simplifications	: 0
1800.01/895.85	c removed literals (reason simplification)	: 0
1800.01/895.85	c reason swapping (by a shorter reason)	: 0
1800.01/895.85	c Calls to reduceDB	: 1
1800.01/895.85	c Number of update (reduction) of LBD	: 0
1800.01/895.85	c Imported unit clauses	: 0
1800.01/895.85	c number of reductions to clauses (during analyze)	: 0
1800.01/895.85	c number of learned constraints concerned by reduction	: 0
1800.01/895.85	c number of learning phase by resolution	: 0
1800.01/895.85	c number of learning phase by cutting planes	: 0
1800.01/895.85	c speed (assignments/second)	: 2081.360209950304
1800.01/895.85	c non guided choices	56
1800.01/895.85	c learnt constraints type 
1800.01/895.85	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 142
1800.01/895.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 716
1800.01/895.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8104
1800.01/895.85	s UNKNOWN
1800.01/895.85	c Total wall clock time (in seconds): 895.719

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-4080502-1465285052/watcher-4080502-1465285052 -o /tmp/evaluation-result-4080502-1465285052/solver-4080502-1465285052 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23732 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080502-1465285052.opb 

pid=25098
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: 4.41 4.27 4.21 5/197 25101
/proc/meminfo: memFree=26383696/32872528 swapFree=15784/1434320
[pid=25101] ppid=25098 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/25101/stat : 25101 (java) R 25098 25101 23715 0 -1 4202496 631 0 0 0 0 0 0 0 20 0 1 0 110438415 23793664 280 33554432000 1073741824 1073778376 140736975959504 140736975948568 214360439361 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25101/statm: 5809 292 226 9 0 128 0

[startup+0.100063 s]
/proc/loadavg: 4.41 4.27 4.21 5/197 25101
/proc/meminfo: memFree=26383696/32872528 swapFree=15784/1434320
[pid=25101] ppid=25098 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25101/stat : 25101 (java) S 25098 25101 23715 0 -1 4202496 4330 0 1 0 8 1 0 0 20 0 18 0 110438415 9787879424 5458 33554432000 1073741824 1073778376 140736975959504 140736975950640 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25101/statm: 2389619 5458 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200232 s]
/proc/loadavg: 4.41 4.27 4.21 5/197 25101
/proc/meminfo: memFree=26383696/32872528 swapFree=15784/1434320
[pid=25101] ppid=25098 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/25101/stat : 25101 (java) S 25098 25101 23715 0 -1 4202496 4807 0 1 0 24 1 0 0 20 0 18 0 110438415 9787879424 6888 33554432000 1073741824 1073778376 140736975959504 140736975950640 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25101/statm: 2389619 6888 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300239 s]
/proc/loadavg: 4.41 4.27 4.21 5/197 25101
/proc/meminfo: memFree=26383696/32872528 swapFree=15784/1434320
[pid=25101] ppid=25098 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/25101/stat : 25101 (java) S 25098 25101 23715 0 -1 4202496 7328 0 1 0 53 2 0 0 20 0 18 0 110438415 9787879424 9427 33554432000 1073741824 1073778376 140736975959504 140736975950640 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25101/statm: 2389619 9427 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700196 s]
/proc/loadavg: 4.41 4.27 4.21 5/197 25101
/proc/meminfo: memFree=26383696/32872528 swapFree=15784/1434320
[pid=25101] ppid=25098 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/25101/stat : 25101 (java) S 25098 25101 23715 0 -1 4202496 17320 0 1 0 196 4 0 0 20 0 22 0 110438415 10060525568 21789 33554432000 1073741824 1073778376 140736975959504 140736975950640 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25101/statm: 2456183 21789 2269 9 0 2446860 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.41 4.27 4.21 8/219 25123
/proc/meminfo: memFree=26276152/32872528 swapFree=15784/1434320
[pid=25101] ppid=25098 vsize=9824732 CPUtime=4.78 cores=1,3,5,7
/proc/25101/stat : 25101 (java) S 25098 25101 23715 0 -1 4202496 23063 0 1 0 471 7 0 0 20 0 22 0 110438415 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140736975950640 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25101/statm: 2456183 49857 2289 9 0 2446860 0
[pid=25101/tid=25103] ppid=25098 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/25101/task/25103/stat : 25103 (java) S 25098 25101 23715 0 -1 4202560 2466 0 1 0 34 2 0 0 20 0 22 0 110438416 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442800997240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25104] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25104/stat : 25104 (java) S 25098 25101 23715 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110438417 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442762488232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25105] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25105/stat : 25105 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438417 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442761435688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25106] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25106/stat : 25106 (java) S 25098 25101 23715 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 110438417 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442760382632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25107] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25107/stat : 25107 (java) S 25098 25101 23715 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 110438417 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442759330088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25108] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25108/stat : 25108 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438417 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442758278056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25109] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25109/stat : 25109 (java) S 25098 25101 23715 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 110438417 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442757225512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25110] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25110/stat : 25110 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438417 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442756172456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25111] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25111/stat : 25111 (java) S 25098 25101 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110438417 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442755119912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25112] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25112/stat : 25112 (java) S 25098 25101 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442624567656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25113] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25113/stat : 25113 (java) S 25098 25101 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442623513976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25114] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25114/stat : 25114 (java) S 25098 25101 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442622460808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25115] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25115/stat : 25115 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438422 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442621409552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25116] ppid=25098 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/25101/task/25116/stat : 25116 (java) S 25098 25101 23715 0 -1 4202560 10367 0 0 0 106 2 0 0 20 0 22 0 110438422 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442620357432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25117] ppid=25098 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/25101/task/25117/stat : 25117 (java) S 25098 25101 23715 0 -1 4202560 8788 0 0 0 114 1 0 0 20 0 22 0 110438422 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442619304888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25118] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25118/stat : 25118 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438422 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442618252024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25119] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25119/stat : 25119 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438422 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442617199688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25120] ppid=25098 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/25101/task/25120/stat : 25120 (java) R 25098 25101 23715 0 -1 4202560 24 0 0 0 105 0 0 0 20 0 22 0 110438455 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442616142072 140442629403626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25121] ppid=25098 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/25101/task/25121/stat : 25121 (java) R 25098 25101 23715 0 -1 4202560 98 0 0 0 102 2 0 0 20 0 22 0 110438455 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442615090432 140442629581685 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25122] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25122/stat : 25122 (java) S 25098 25101 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110438456 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140442614039336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25123] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25123/stat : 25123 (java) S 25098 25101 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110438456 10060525568 49857 33554432000 1073741824 1073778376 140736975959504 140441336931240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 4.38 4.26 4.21 5/219 25123
/proc/meminfo: memFree=26190820/32872528 swapFree=15784/1434320
[pid=25101] ppid=25098 vsize=9824732 CPUtime=8.77 cores=1,3,5,7
/proc/25101/stat : 25101 (java) S 25098 25101 23715 0 -1 4202496 26485 0 1 0 863 14 0 0 20 0 22 0 110438415 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140736975950640 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25101/statm: 2456183 59162 2293 9 0 2446860 0
[pid=25101/tid=25103] ppid=25098 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/25101/task/25103/stat : 25103 (java) S 25098 25101 23715 0 -1 4202560 2466 0 1 0 34 2 0 0 20 0 22 0 110438416 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442800997240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25104] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25104/stat : 25104 (java) S 25098 25101 23715 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 110438417 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442762488232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25105] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25105/stat : 25105 (java) S 25098 25101 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110438417 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442761435688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25106] ppid=25098 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/25101/task/25106/stat : 25106 (java) R 25098 25101 23715 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 22 0 110438417 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442760382808 140442807893287 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25107] ppid=25098 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/25101/task/25107/stat : 25107 (java) R 25098 25101 23715 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 22 0 110438417 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442759330088 140442803467904 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25108] ppid=25098 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/25101/task/25108/stat : 25108 (java) R 25098 25101 23715 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 110438417 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442758278056 140442805172399 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25109] ppid=25098 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/25101/task/25109/stat : 25109 (java) R 25098 25101 23715 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 110438417 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442757225512 140442803467915 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25110] ppid=25098 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/25101/task/25110/stat : 25110 (java) R 25098 25101 23715 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 110438417 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442756172456 214373020732 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25111] ppid=25098 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/25101/task/25111/stat : 25111 (java) S 25098 25101 23715 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 110438417 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442755119912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25112] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25112/stat : 25112 (java) S 25098 25101 23715 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442624566536 214373020732 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25113] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25113/stat : 25113 (java) S 25098 25101 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442623513976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25114] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25114/stat : 25114 (java) S 25098 25101 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442622460808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25115] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25115/stat : 25115 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438422 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442621409552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25116] ppid=25098 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/25101/task/25116/stat : 25116 (java) S 25098 25101 23715 0 -1 4202560 10371 0 0 0 131 2 0 0 20 0 22 0 110438422 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442620357432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25117] ppid=25098 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/25101/task/25117/stat : 25117 (java) S 25098 25101 23715 0 -1 4202560 12068 0 0 0 160 1 0 0 20 0 22 0 110438422 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442619304888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25118] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25118/stat : 25118 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438422 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442618252024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25119] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25119/stat : 25119 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438422 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442617199688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25120] ppid=25098 vsize=9824732 CPUtime=2.58 cores=1,3,5,7
/proc/25101/task/25120/stat : 25120 (java) S 25098 25101 23715 0 -1 4202560 24 0 0 0 258 0 0 0 20 0 22 0 110438455 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442616142264 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25121] ppid=25098 vsize=9824732 CPUtime=2.57 cores=1,3,5,7
/proc/25101/task/25121/stat : 25121 (java) S 25098 25101 23715 0 -1 4202560 100 0 0 0 255 2 0 0 20 0 22 0 110438455 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442615090760 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25122] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25122/stat : 25122 (java) S 25098 25101 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110438456 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140442614039336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25123] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25123/stat : 25123 (java) S 25098 25101 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110438456 10060525568 59162 33554432000 1073741824 1073778376 140736975959504 140441336931240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.77
Current children cumulated vsize (KiB) 9824732

[startup+6.30099 s]
/proc/loadavg: 4.38 4.26 4.21 5/219 25123
/proc/meminfo: memFree=25991220/32872528 swapFree=15784/1434320
[pid=25101] ppid=25098 vsize=9824732 CPUtime=15.44 cores=1,3,5,7
/proc/25101/stat : 25101 (java) S 25098 25101 23715 0 -1 4202496 28002 0 1 0 1513 31 0 0 20 0 22 0 110438415 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140736975950640 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25101/statm: 2456183 161152 2293 9 0 2446860 0
[pid=25101/tid=25103] ppid=25098 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/25101/task/25103/stat : 25103 (java) S 25098 25101 23715 0 -1 4202560 2466 0 1 0 34 2 0 0 20 0 22 0 110438416 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140442800997240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25104] ppid=25098 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25101/task/25104/stat : 25104 (java) S 25098 25101 23715 0 -1 4202560 99 0 0 0 4 2 0 0 20 0 22 0 110438417 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140442762488232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25105] ppid=25098 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/25101/task/25105/stat : 25105 (java) S 25098 25101 23715 0 -1 4202560 140 0 0 0 6 3 0 0 20 0 22 0 110438417 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140442761435688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25106] ppid=25098 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/25101/task/25106/stat : 25106 (java) S 25098 25101 23715 0 -1 4202560 113 0 0 0 8 3 0 0 20 0 22 0 110438417 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140442760382632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25107] ppid=25098 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/25101/task/25107/stat : 25107 (java) S 25098 25101 23715 0 -1 4202560 114 0 0 0 9 3 0 0 20 0 22 0 110438417 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140442759330088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25108] ppid=25098 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/25101/task/25108/stat : 25108 (java) S 25098 25101 23715 0 -1 4202560 54 0 0 0 6 2 0 0 20 0 22 0 110438417 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140442758278056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25109] ppid=25098 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/25101/task/25109/stat : 25109 (java) S 25098 25101 23715 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 110438417 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140442757225512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25110] ppid=25098 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/25101/task/25110/stat : 25110 (java) S 25098 25101 23715 0 -1 4202560 44 0 0 0 5 3 0 0 20 0 22 0 110438417 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140442756172456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25111] ppid=25098 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/25101/task/25111/stat : 25111 (java) S 25098 25101 23715 0 -1 4202560 60 0 0 0 4 3 0 0 20 0 22 0 110438417 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140442755119912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25112] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25112/stat : 25112 (java) S 25098 25101 23715 0 -1 4202560 459 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140442624567656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25113] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25113/stat : 25113 (java) S 25098 25101 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140442623513976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25114] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25114/stat : 25114 (java) S 25098 25101 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140442622460808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25115] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25115/stat : 25115 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438422 10060525568 161152 33554432000 1073741824 1073778376 140736975959504 140442621409552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25116] ppid=25098 vsize=9824732 CPUtime=1.35 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.28 4.28 4.25 5/219 25564
/proc/meminfo: memFree=25187884/32872528 swapFree=15784/1434320
[pid=25101] ppid=25098 vsize=9824732 CPUtime=1653.02 cores=1,3,5,7
/proc/25101/stat : 25101 (java) S 25098 25101 23715 0 -1 4202496 36115 0 1 0 165097 205 0 0 20 0 22 0 110438415 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140736975950640 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25101/statm: 2456183 951924 2302 9 0 2446860 0
[pid=25101/tid=25103] ppid=25098 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/25101/task/25103/stat : 25103 (java) S 25098 25101 23715 0 -1 4202560 2480 0 1 0 37 3 0 0 20 0 22 0 110438416 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442800997240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25104] ppid=25098 vsize=9824732 CPUtime=3.32 cores=1,3,5,7
/proc/25101/task/25104/stat : 25104 (java) S 25098 25101 23715 0 -1 4202560 694 0 0 0 313 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442762488232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25105] ppid=25098 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/25101/task/25105/stat : 25105 (java) S 25098 25101 23715 0 -1 4202560 680 0 0 0 316 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442761435688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25106] ppid=25098 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/25101/task/25106/stat : 25106 (java) S 25098 25101 23715 0 -1 4202560 741 0 0 0 292 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442760382632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25107] ppid=25098 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/25101/task/25107/stat : 25107 (java) S 25098 25101 23715 0 -1 4202560 719 0 0 0 277 21 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442759330088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25108] ppid=25098 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/25101/task/25108/stat : 25108 (java) S 25098 25101 23715 0 -1 4202560 725 0 0 0 294 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442758278056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25109] ppid=25098 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/25101/task/25109/stat : 25109 (java) S 25098 25101 23715 0 -1 4202560 581 0 0 0 270 14 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442757225512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25110] ppid=25098 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/25101/task/25110/stat : 25110 (java) S 25098 25101 23715 0 -1 4202560 614 0 0 0 315 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442756172456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25111] ppid=25098 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/25101/task/25111/stat : 25111 (java) S 25098 25101 23715 0 -1 4202560 554 0 0 0 270 16 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442755119912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25112] ppid=25098 vsize=9824732 CPUtime=6.12 cores=1,3,5,7
/proc/25101/task/25112/stat : 25112 (java) S 25098 25101 23715 0 -1 4202560 2583 0 0 0 606 6 0 0 20 0 22 0 110438419 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442624567656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25113] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25113/stat : 25113 (java) S 25098 25101 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442623513976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25114] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25114/stat : 25114 (java) S 25098 25101 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442622460808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25115] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25115/stat : 25115 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442621409552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25116] ppid=25098 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/25101/task/25116/stat : 25116 (java) S 25098 25101 23715 0 -1 4202560 10376 0 0 0 163 2 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442620357432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25117] ppid=25098 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/25101/task/25117/stat : 25117 (java) S 25098 25101 23715 0 -1 4202560 12069 0 0 0 165 1 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442619304888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25118] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25118/stat : 25118 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442618252024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25119] ppid=25098 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/25101/task/25119/stat : 25119 (java) S 25098 25101 23715 0 -1 4202560 49 0 0 0 15 18 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442617199688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25120] ppid=25098 vsize=9824732 CPUtime=809.04 cores=1,3,5,7
/proc/25101/task/25120/stat : 25120 (java) R 25098 25101 23715 0 -1 4202560 79 0 0 0 80888 16 0 0 20 0 22 0 110438455 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442616135552 140442629424768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25121] ppid=25098 vsize=9824732 CPUtime=809.08 cores=1,3,5,7
/proc/25101/task/25121/stat : 25121 (java) R 25098 25101 23715 0 -1 4202560 1904 0 0 0 80860 48 0 0 20 0 22 0 110438455 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442615089424 140442630168293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25122] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25122/stat : 25122 (java) S 25098 25101 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110438456 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442614039336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25123] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25123/stat : 25123 (java) S 25098 25101 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110438456 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140441336931240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1653.02
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.24 4.27 4.25 5/219 25568
/proc/meminfo: memFree=25066768/32872528 swapFree=15784/1434320
[pid=25101] ppid=25098 vsize=9824732 CPUtime=1773.03 cores=1,3,5,7
/proc/25101/stat : 25101 (java) S 25098 25101 23715 0 -1 4202496 36117 0 1 0 177097 206 0 0 20 0 22 0 110438415 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140736975950640 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25101/statm: 2456183 951924 2302 9 0 2446860 0
[pid=25101/tid=25103] ppid=25098 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/25101/task/25103/stat : 25103 (java) S 25098 25101 23715 0 -1 4202560 2480 0 1 0 37 3 0 0 20 0 22 0 110438416 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442800997240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25104] ppid=25098 vsize=9824732 CPUtime=3.32 cores=1,3,5,7
/proc/25101/task/25104/stat : 25104 (java) S 25098 25101 23715 0 -1 4202560 694 0 0 0 313 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442762488232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25105] ppid=25098 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/25101/task/25105/stat : 25105 (java) S 25098 25101 23715 0 -1 4202560 680 0 0 0 316 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442761435688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25106] ppid=25098 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/25101/task/25106/stat : 25106 (java) S 25098 25101 23715 0 -1 4202560 741 0 0 0 292 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442760382632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25107] ppid=25098 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/25101/task/25107/stat : 25107 (java) S 25098 25101 23715 0 -1 4202560 719 0 0 0 277 21 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442759330088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25108] ppid=25098 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/25101/task/25108/stat : 25108 (java) S 25098 25101 23715 0 -1 4202560 725 0 0 0 294 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442758278056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25109] ppid=25098 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/25101/task/25109/stat : 25109 (java) S 25098 25101 23715 0 -1 4202560 581 0 0 0 270 14 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442757225512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25110] ppid=25098 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/25101/task/25110/stat : 25110 (java) S 25098 25101 23715 0 -1 4202560 614 0 0 0 315 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442756172456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25111] ppid=25098 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/25101/task/25111/stat : 25111 (java) S 25098 25101 23715 0 -1 4202560 554 0 0 0 270 16 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442755119912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25112] ppid=25098 vsize=9824732 CPUtime=6.12 cores=1,3,5,7
/proc/25101/task/25112/stat : 25112 (java) S 25098 25101 23715 0 -1 4202560 2583 0 0 0 606 6 0 0 20 0 22 0 110438419 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442624567656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25113] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25113/stat : 25113 (java) S 25098 25101 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442623513976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25114] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25114/stat : 25114 (java) S 25098 25101 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442622460808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25115] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25115/stat : 25115 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442621409552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25116] ppid=25098 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/25101/task/25116/stat : 25116 (java) S 25098 25101 23715 0 -1 4202560 10376 0 0 0 163 2 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442620357432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25117] ppid=25098 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/25101/task/25117/stat : 25117 (java) S 25098 25101 23715 0 -1 4202560 12069 0 0 0 165 1 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442619304888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25118] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25118/stat : 25118 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442618252024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25119] ppid=25098 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/25101/task/25119/stat : 25119 (java) S 25098 25101 23715 0 -1 4202560 51 0 0 0 16 18 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442617199688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25120] ppid=25098 vsize=9824732 CPUtime=869.05 cores=1,3,5,7
/proc/25101/task/25120/stat : 25120 (java) R 25098 25101 23715 0 -1 4202560 79 0 0 0 86888 17 0 0 20 0 22 0 110438455 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442616135552 140442629454192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25121] ppid=25098 vsize=9824732 CPUtime=869.08 cores=1,3,5,7
/proc/25101/task/25121/stat : 25121 (java) R 25098 25101 23715 0 -1 4202560 1904 0 0 0 86859 49 0 0 20 0 22 0 110438455 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442615089424 140442630167862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25122] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25122/stat : 25122 (java) S 25098 25101 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110438456 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442614039336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25123] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25123/stat : 25123 (java) S 25098 25101 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110438456 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140441336931240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1773.03
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.801 s]
/proc/loadavg: 4.28 4.27 4.25 5/219 25568
/proc/meminfo: memFree=25066772/32872528 swapFree=15784/1434320
[pid=25101] ppid=25098 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/25101/stat : 25101 (java) S 25098 25101 23715 0 -1 4202496 36119 0 1 0 179795 206 0 0 20 0 22 0 110438415 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140736975950640 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25101/statm: 2456183 951924 2302 9 0 2446860 0
[pid=25101/tid=25103] ppid=25098 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/25101/task/25103/stat : 25103 (java) S 25098 25101 23715 0 -1 4202560 2480 0 1 0 37 3 0 0 20 0 22 0 110438416 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442800997240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25104] ppid=25098 vsize=9824732 CPUtime=3.32 cores=1,3,5,7
/proc/25101/task/25104/stat : 25104 (java) S 25098 25101 23715 0 -1 4202560 694 0 0 0 313 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442762488232 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25105] ppid=25098 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/25101/task/25105/stat : 25105 (java) S 25098 25101 23715 0 -1 4202560 680 0 0 0 316 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442761435688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25106] ppid=25098 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/25101/task/25106/stat : 25106 (java) S 25098 25101 23715 0 -1 4202560 741 0 0 0 292 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442760382632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25107] ppid=25098 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/25101/task/25107/stat : 25107 (java) S 25098 25101 23715 0 -1 4202560 719 0 0 0 277 21 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442759330088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25108] ppid=25098 vsize=9824732 CPUtime=3.13 cores=1,3,5,7
/proc/25101/task/25108/stat : 25108 (java) S 25098 25101 23715 0 -1 4202560 725 0 0 0 294 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442758278056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25109] ppid=25098 vsize=9824732 CPUtime=2.84 cores=1,3,5,7
/proc/25101/task/25109/stat : 25109 (java) S 25098 25101 23715 0 -1 4202560 581 0 0 0 270 14 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442757225512 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25110] ppid=25098 vsize=9824732 CPUtime=3.34 cores=1,3,5,7
/proc/25101/task/25110/stat : 25110 (java) S 25098 25101 23715 0 -1 4202560 614 0 0 0 315 19 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442756172456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25111] ppid=25098 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/25101/task/25111/stat : 25111 (java) S 25098 25101 23715 0 -1 4202560 554 0 0 0 270 16 0 0 20 0 22 0 110438417 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442755119912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25112] ppid=25098 vsize=9824732 CPUtime=6.12 cores=1,3,5,7
/proc/25101/task/25112/stat : 25112 (java) S 25098 25101 23715 0 -1 4202560 2583 0 0 0 606 6 0 0 20 0 22 0 110438419 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442624567656 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25113] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25113/stat : 25113 (java) S 25098 25101 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442623513976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25114] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25114/stat : 25114 (java) S 25098 25101 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110438419 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442622460808 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25115] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25115/stat : 25115 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442621409552 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25101/tid=25116] ppid=25098 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/25101/task/25116/stat : 25116 (java) S 25098 25101 23715 0 -1 4202560 10376 0 0 0 163 2 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442620357432 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25117] ppid=25098 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/25101/task/25117/stat : 25117 (java) S 25098 25101 23715 0 -1 4202560 12069 0 0 0 165 1 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442619304888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25118] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25118/stat : 25118 (java) S 25098 25101 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442618252024 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25119] ppid=25098 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/25101/task/25119/stat : 25119 (java) S 25098 25101 23715 0 -1 4202560 53 0 0 0 16 19 0 0 20 0 22 0 110438422 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442617199688 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25101/tid=25120] ppid=25098 vsize=9824732 CPUtime=882.54 cores=1,3,5,7
/proc/25101/task/25120/stat : 25120 (java) R 25098 25101 23715 0 -1 4202560 79 0 0 0 88237 17 0 0 20 0 22 0 110438455 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442616135552 140442629516745 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25101/tid=25121] ppid=25098 vsize=9824732 CPUtime=882.58 cores=1,3,5,7
/proc/25101/task/25121/stat : 25121 (java) R 25098 25101 23715 0 -1 4202560 1904 0 0 0 88209 49 0 0 20 0 22 0 110438455 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442615089424 140442629659904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25122] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25122/stat : 25122 (java) S 25098 25101 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110438456 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140442614039336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25101/tid=25123] ppid=25098 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/25101/task/25123/stat : 25123 (java) S 25098 25101 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110438456 10060525568 951924 33554432000 1073741824 1073778376 140736975959504 140441336931240 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

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 25101 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.87
CPU time (s): 1800.68
CPU user time (s): 1798.07
CPU system time (s): 2.6146
CPU usage (%): 200.998
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.07
system time used= 2.6146
maximum resident set size= 3807812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36158
page faults= 1
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23458
involuntary context switches= 26348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.04323 second user time and 8.22375 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 09:37:32
IDJOB=4080502
IDBENCH=90220
IDSOLVER=2543
FILE ID=node130/4080502-1465285052
RUNJOBID= node130-1465277942-23732
PBS_JOBID= 19843313
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/normalized-BeauxArts_K66.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080502-1465285052/watcher-4080502-1465285052 -o /tmp/evaluation-result-4080502-1465285052/solver-4080502-1465285052 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23732 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080502-1465285052.opb

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

MD5SUM BENCH= 03e282ee85097a100b1dfa3533d9978b
RANDOM SEED=88390410

node130.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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	: 5332.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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		: 2666.261
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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:        26383960 kB
Buffers:          118020 kB
Cached:           210972 kB
SwapCached:         1724 kB
Active:          4066696 kB
Inactive:         239456 kB
Active(anon):    3976372 kB
Inactive(anon):     3020 kB
Active(file):      90324 kB
Inactive(file):   236436 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       5388336 kB
Mapped:            15468 kB
Shmem:                 0 kB
Slab:             602012 kB
SReclaimable:      45584 kB
SUnreclaim:       556428 kB
KernelStack:        1784 kB
PageTables:        14592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6067568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5267456 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 node130 at 2016-06-07 09:52:28