Trace number 4080562

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.92 895.877

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K85.opb
MD5SUM1487741f4fc087d76a7a64081b5bebd6
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 variables5780
Total number of constraints5952
Number of constraints which are clauses5867
Number of constraints which are cardinality constraints (but not clauses)85
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint85
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 86
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@53ef9f1d
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@75786e64
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@3597a37c
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@75786e64
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080562-1465274315.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.79/0.45	c ... done. Wall clock time 0.329s.
0.79/0.45	c declared #vars     5780
0.79/0.45	c #constraints  5952
0.79/0.45	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.79/0.45	c constraints type 
0.79/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4773
0.79/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 85
0.79/0.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.79/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1092
0.79/0.45	c 5952 constraints processed.
0.79/0.45	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.79/0.45	c constraints type 
0.79/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1092
0.79/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4773
0.79/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 85
0.79/0.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.79/0.45	c 5952 constraints processed.
5.99/2.07	c cleaning 2484 clauses out of 4993 with flag 27226/5000
9.23/3.45	c cleaning 4250 clauses out of 8500 with flag 64164/11000
12.69/5.14	c cleaning 5581 clauses out of 11247 with flag 114675/18003
16.61/7.02	c cleaning 6819 clauses out of 13661 with flag 167593/26000
21.31/9.39	c cleaning 7890 clauses out of 15840 with flag 225415/35005
26.20/11.73	c cleaning 8969 clauses out of 17939 with flag 284729/45001
31.54/14.39	c cleaning 9578 clauses out of 19967 with flag 348659/56000
38.13/17.67	c cleaning 10364 clauses out of 22387 with flag 419631/68000
45.04/21.07	c cleaning 11202 clauses out of 25018 with flag 496121/81000
52.75/24.85	c cleaning 11888 clauses out of 27819 with flag 578550/95003
60.56/28.74	c cleaning 12873 clauses out of 30925 with flag 666361/110002
69.46/33.17	c cleaning 13461 clauses out of 34052 with flag 761574/126003
79.06/37.97	c cleaning 14577 clauses out of 37588 with flag 863269/143000
89.17/42.98	c cleaning 15471 clauses out of 41008 with flag 982037/161000
99.56/48.10	c cleaning 16219 clauses out of 44537 with flag 1097714/180000
111.75/54.10	c cleaning 17372 clauses out of 48321 with flag 1226250/200003
124.56/60.55	c cleaning 18167 clauses out of 51942 with flag 1366400/221000
136.96/66.76	c cleaning 18966 clauses out of 55773 with flag 1513268/243000
150.16/73.32	c cleaning 19778 clauses out of 59806 with flag 1668189/266001
164.37/80.49	c cleaning 20870 clauses out of 64027 with flag 1828984/290000
181.19/88.72	c cleaning 21562 clauses out of 68157 with flag 2012170/315000
196.98/96.61	c cleaning 22779 clauses out of 72589 with flag 2202566/341000
216.32/106.51	c cleaning 23792 clauses out of 76808 with flag 2386540/368000
236.36/116.54	c cleaning 24510 clauses out of 81017 with flag 2574233/396003
256.50/126.56	c cleaning 25458 clauses out of 85504 with flag 2781615/425001
278.54/137.53	c cleaning 26431 clauses out of 90044 with flag 3002142/455000
302.47/149.42	c cleaning 27426 clauses out of 94615 with flag 3237932/486002
325.73/161.08	c cleaning 28298 clauses out of 99194 with flag 3488552/518007
349.81/173.01	c cleaning 29198 clauses out of 103888 with flag 3741105/551000
377.04/186.58	c cleaning 30299 clauses out of 108689 with flag 4011668/585000
405.11/200.43	c cleaning 31374 clauses out of 113390 with flag 4288601/620001
435.13/215.84	c cleaning 32468 clauses out of 118019 with flag 4568555/656004
465.70/231.08	c cleaning 33316 clauses out of 122548 with flag 4885461/693001
494.29/245.33	c cleaning 34124 clauses out of 127231 with flag 5195173/731001
522.49/259.49	c cleaning 35152 clauses out of 132107 with flag 5516106/770001
541.22/268.71	c cleaning 0 clauses out of 5000 with flag 0/5000
555.75/275.89	c cleaning 35822 clauses out of 136954 with flag 5851225/810000
593.27/294.30	c cleaning 37304 clauses out of 142132 with flag 6200023/851000
633.08/314.04	c cleaning 38307 clauses out of 146826 with flag 6574146/893000
671.89/333.33	c cleaning 39242 clauses out of 151521 with flag 6952090/936002
712.87/353.75	c cleaning 40249 clauses out of 156278 with flag 7344158/980001
754.12/374.28	c cleaning 41362 clauses out of 161026 with flag 7749337/1025000
792.26/393.26	c cleaning 42334 clauses out of 165666 with flag 8173399/1071002
836.85/415.53	c cleaning 43355 clauses out of 170330 with flag 8647020/1118000
884.00/438.92	c cleaning 44335 clauses out of 174975 with flag 9148573/1166000
929.04/461.33	c cleaning 45410 clauses out of 179642 with flag 9655927/1215002
977.08/485.14	c cleaning 46326 clauses out of 184230 with flag 10155804/1265000
1024.67/509.69	c cleaning 47730 clauses out of 188904 with flag 10715994/1316001
1075.74/534.95	c cleaning 48205 clauses out of 193173 with flag 11224658/1368000
1133.52/563.57	c cleaning 49233 clauses out of 197972 with flag 11758979/1421004
1190.44/591.85	c cleaning 50558 clauses out of 202734 with flag 12347092/1475001
1249.18/621.01	c cleaning 51650 clauses out of 207173 with flag 12927186/1530000
1316.41/654.46	c cleaning 52493 clauses out of 211524 with flag 13520537/1586001
1382.07/687.06	c cleaning 53928 clauses out of 216031 with flag 14141928/1643002
1453.76/723.86	c cleaning 54332 clauses out of 220101 with flag 14828212/1701000
1521.80/757.61	c cleaning 55806 clauses out of 224771 with flag 15493258/1760002
1598.66/795.74	c cleaning 56901 clauses out of 228963 with flag 16200025/1820000
1671.61/831.96	c cleaning 57721 clauses out of 233066 with flag 16893915/1881004
1743.85/867.81	c cleaning 58644 clauses out of 237342 with flag 17632788/1943001
1800.13/895.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.80	c starts		: 15440
1800.13/895.80	c conflicts		: 1992406
1800.13/895.80	c decisions		: 24895373
1800.13/895.80	c propagations		: 716937033
1800.13/895.80	c inspects		: 5224245458
1800.13/895.80	c shortcuts		: 0
1800.13/895.80	c learnt literals	: 91
1800.13/895.80	c learnt binary clauses	: 65953
1800.13/895.80	c learnt ternary clauses	: 73970
1800.13/895.80	c learnt constraints	: 1992315
1800.13/895.80	c ignored constraints	: 0
1800.13/895.80	c root simplifications	: 0
1800.13/895.80	c removed literals (reason simplification)	: 38404684
1800.13/895.80	c reason swapping (by a shorter reason)	: 0
1800.13/895.80	c Calls to reduceDB	: 58
1800.13/895.80	c Number of update (reduction) of LBD	: 1711592
1800.13/895.80	c Imported unit clauses	: 0
1800.13/895.80	c number of reductions to clauses (during analyze)	: 0
1800.13/895.80	c number of learned constraints concerned by reduction	: 0
1800.13/895.80	c number of learning phase by resolution	: 0
1800.13/895.80	c number of learning phase by cutting planes	: 0
1800.13/895.80	c speed (assignments/second)	: 800744.5746745922
1800.13/895.80	c non guided choices	4019
1800.13/895.86	c learnt constraints type 
1800.13/895.86	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 65953
1800.13/895.86	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 162150
1800.13/895.86	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/895.86	c starts		: 30
1800.13/895.86	c conflicts		: 8456
1800.13/895.86	c decisions		: 76008
1800.13/895.86	c propagations		: 2609551
1800.13/895.86	c inspects		: 622047314
1800.13/895.86	c shortcuts		: 0
1800.13/895.86	c learnt literals	: 0
1800.13/895.86	c learnt binary clauses	: 0
1800.13/895.86	c learnt ternary clauses	: 0
1800.13/895.86	c learnt constraints	: 8456
1800.13/895.86	c ignored constraints	: 0
1800.13/895.86	c root simplifications	: 0
1800.13/895.86	c removed literals (reason simplification)	: 0
1800.13/895.86	c reason swapping (by a shorter reason)	: 0
1800.13/895.86	c Calls to reduceDB	: 1
1800.13/895.86	c Number of update (reduction) of LBD	: 0
1800.13/895.86	c Imported unit clauses	: 0
1800.13/895.86	c number of reductions to clauses (during analyze)	: 0
1800.13/895.86	c number of learned constraints concerned by reduction	: 0
1800.13/895.86	c number of learning phase by resolution	: 0
1800.13/895.86	c number of learning phase by cutting planes	: 0
1800.13/895.86	c speed (assignments/second)	: 2914.426211565674
1800.13/895.86	c non guided choices	1022
1800.13/895.86	c learnt constraints type 
1800.13/895.86	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 169
1800.13/895.86	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 892
1800.13/895.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7395
1800.13/895.86	s UNKNOWN
1800.13/895.86	c Total wall clock time (in seconds): 895.738

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-4080562-1465274315/watcher-4080562-1465274315 -o /tmp/evaluation-result-4080562-1465274315/solver-4080562-1465274315 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14347 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080562-1465274315.opb 

pid=18251
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.05 4.01 4/197 18254
/proc/meminfo: memFree=28178544/32872528 swapFree=9100/9100
[pid=18254] ppid=18251 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/18254/stat : 18254 (java) R 18251 18254 14331 0 -1 4202496 371 0 0 0 0 0 0 0 20 0 1 0 109362657 2560000 42 33554432000 1073741824 1073778376 140737371424672 140737176945672 243756265351 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 4.00 4.05 4.01 4/197 18254
/proc/meminfo: memFree=28178544/32872528 swapFree=9100/9100
[pid=18254] ppid=18251 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18251 18254 14331 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 109362657 9787879424 6033 33554432000 1073741824 1073778376 140737371424672 140737371415808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 2389619 6033 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200243 s]
/proc/loadavg: 4.00 4.05 4.01 4/197 18254
/proc/meminfo: memFree=28178544/32872528 swapFree=9100/9100
[pid=18254] ppid=18251 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18251 18254 14331 0 -1 4202496 6196 0 1 0 26 1 0 0 20 0 18 0 109362657 9787879424 7840 33554432000 1073741824 1073778376 140737371424672 140737371415808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 2389619 7840 2209 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 4.00 4.05 4.01 4/197 18254
/proc/meminfo: memFree=28178544/32872528 swapFree=9100/9100
[pid=18254] ppid=18251 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18251 18254 14331 0 -1 4202496 7166 0 1 0 53 1 0 0 20 0 18 0 109362657 9787879424 10026 33554432000 1073741824 1073778376 140737371424672 140737371415808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 2389619 10026 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 4.00 4.05 4.01 4/197 18254
/proc/meminfo: memFree=28178544/32872528 swapFree=9100/9100
[pid=18254] ppid=18251 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18251 18254 14331 0 -1 4202496 19868 0 1 0 189 4 0 0 20 0 22 0 109362657 10060525568 28327 33554432000 1073741824 1073778376 140737371424672 140737371415808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 2456183 28327 2255 9 0 2446860 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.00 4.05 4.01 7/219 18276
/proc/meminfo: memFree=28073648/32872528 swapFree=9100/9100
[pid=18254] ppid=18251 vsize=9824732 CPUtime=4.82 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18251 18254 14331 0 -1 4202496 20592 0 1 0 477 5 0 0 20 0 22 0 109362657 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140737371415808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 2456183 38488 2276 9 0 2446860 0
[pid=18254/tid=18256] ppid=18251 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (java) S 18251 18254 14331 0 -1 4202560 2503 0 1 0 40 2 0 0 20 0 22 0 109362658 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140142471103352 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362660 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140142443555112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18258] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18258/stat : 18258 (java) S 18251 18254 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109362660 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140142442502312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18259] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18259/stat : 18259 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362660 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140142441450024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18254/tid=18260] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18260/stat : 18260 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362660 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140142440397224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18261] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18261/stat : 18261 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362660 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140142439344936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18262] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18262/stat : 18262 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362660 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140142438292136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18263] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18263/stat : 18263 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362660 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140142437239848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18264] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18264/stat : 18264 (java) S 18251 18254 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109362660 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140142436187048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18265] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18265/stat : 18265 (java) S 18251 18254 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140141823756520 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18266] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18266/stat : 18266 (java) S 18251 18254 14331 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140141822702584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18267] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18267/stat : 18267 (java) S 18251 18254 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140141821650184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18268] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18268/stat : 18268 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362664 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140141820598672 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18269] ppid=18251 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/18254/task/18269/stat : 18269 (java) R 18251 18254 14331 0 -1 4202560 9841 0 0 0 105 2 0 0 20 0 22 0 109362664 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140141819546296 140142474680146 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18270] ppid=18251 vsize=9824732 CPUtime=1.23 cores=0,2,4,6
/proc/18254/task/18270/stat : 18270 (java) R 18251 18254 14331 0 -1 4202560 6864 0 0 0 121 2 0 0 20 0 22 0 109362664 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140141818493496 140142473968672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18271] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18271/stat : 18271 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362664 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140141817441400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18272] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18272/stat : 18272 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362664 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140141816388808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18273] ppid=18251 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/18254/task/18273/stat : 18273 (java) R 18251 18254 14331 0 -1 4202560 41 0 0 0 103 0 0 0 20 0 22 0 109362703 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140141815330984 140142317566267 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18254/tid=18274] ppid=18251 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/18254/task/18274/stat : 18274 (java) R 18251 18254 14331 0 -1 4202560 63 0 0 0 101 0 0 0 20 0 22 0 109362703 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140141814279928 140142317463345 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18275] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18275/stat : 18275 (java) S 18251 18254 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109362704 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140141813228712 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18276] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18276/stat : 18276 (java) S 18251 18254 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109362704 10060525568 38488 33554432000 1073741824 1073778376 140737371424672 140141812175912 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.08 4.06 4.02 5/219 18276
/proc/meminfo: memFree=27982412/32872528 swapFree=9100/9100
[pid=18254] ppid=18251 vsize=9824732 CPUtime=8.51 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18251 18254 14331 0 -1 4202496 20892 0 1 0 842 9 0 0 20 0 22 0 109362657 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140737371415808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 2456183 57523 2292 9 0 2446860 0
[pid=18254/tid=18256] ppid=18251 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (java) S 18251 18254 14331 0 -1 4202560 2503 0 1 0 40 2 0 0 20 0 22 0 109362658 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140142471103352 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (java) S 18251 18254 14331 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 109362660 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140142443555112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18258] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18258/stat : 18258 (java) S 18251 18254 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 109362660 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140142442502312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18259] ppid=18251 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/18254/task/18259/stat : 18259 (java) S 18251 18254 14331 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 109362660 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140142441450024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18254/tid=18260] ppid=18251 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18254/task/18260/stat : 18260 (java) S 18251 18254 14331 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 109362660 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140142440397224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18261] ppid=18251 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18254/task/18261/stat : 18261 (java) S 18251 18254 14331 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 22 0 109362660 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140142439344936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18262] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18262/stat : 18262 (java) S 18251 18254 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109362660 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140142438292136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18263] ppid=18251 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/18254/task/18263/stat : 18263 (java) S 18251 18254 14331 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 109362660 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140142437239848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18254/tid=18264] ppid=18251 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18254/task/18264/stat : 18264 (java) S 18251 18254 14331 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 109362660 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140142436187048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18265] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18265/stat : 18265 (java) S 18251 18254 14331 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140141823756520 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18266] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18266/stat : 18266 (java) S 18251 18254 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140141822702584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18267] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18267/stat : 18267 (java) S 18251 18254 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140141821650184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18268] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18268/stat : 18268 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362664 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140141820598672 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18269] ppid=18251 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/18254/task/18269/stat : 18269 (java) S 18251 18254 14331 0 -1 4202560 9844 0 0 0 130 2 0 0 20 0 22 0 109362664 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140141819546296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18254/tid=18270] ppid=18251 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/18254/task/18270/stat : 18270 (java) R 18251 18254 14331 0 -1 4202560 6989 0 0 0 137 2 0 0 20 0 22 0 109362664 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140141818493496 140142474950249 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18271] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18271/stat : 18271 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362664 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140141817441400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18272] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18272/stat : 18272 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362664 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140141816388808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18273] ppid=18251 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/18254/task/18273/stat : 18273 (java) R 18251 18254 14331 0 -1 4202560 41 0 0 0 255 0 0 0 20 0 22 0 109362703 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140141815333432 140142317469995 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18274] ppid=18251 vsize=9824732 CPUtime=2.54 cores=0,2,4,6
/proc/18254/task/18274/stat : 18274 (java) R 18251 18254 14331 0 -1 4202560 85 0 0 0 252 2 0 0 20 0 22 0 109362703 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140141814280472 140142317545202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18275] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18275/stat : 18275 (java) S 18251 18254 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109362704 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140141813228712 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18276] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18276/stat : 18276 (java) S 18251 18254 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109362704 10060525568 57523 33554432000 1073741824 1073778376 140737371424672 140141812175912 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.08 4.06 4.02 5/219 18276
/proc/meminfo: memFree=27787044/32872528 swapFree=9100/9100
[pid=18254] ppid=18251 vsize=9824732 CPUtime=15.22 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18251 18254 14331 0 -1 4202496 21668 0 1 0 1501 21 0 0 20 0 22 0 109362657 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140737371415808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 2456183 102471 2292 9 0 2446860 0
[pid=18254/tid=18256] ppid=18251 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (java) S 18251 18254 14331 0 -1 4202560 2503 0 1 0 40 2 0 0 20 0 22 0 109362658 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140142471103352 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (java) S 18251 18254 14331 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 22 0 109362660 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140142443555112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18258] ppid=18251 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18254/task/18258/stat : 18258 (java) S 18251 18254 14331 0 -1 4202560 134 0 0 0 4 0 0 0 20 0 22 0 109362660 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140142442502312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18254/tid=18259] ppid=18251 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/18254/task/18259/stat : 18259 (java) S 18251 18254 14331 0 -1 4202560 41 0 0 0 6 1 0 0 20 0 22 0 109362660 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140142441450024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18254/tid=18260] ppid=18251 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/18254/task/18260/stat : 18260 (java) S 18251 18254 14331 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 22 0 109362660 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140142440397224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18261] ppid=18251 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/18254/task/18261/stat : 18261 (java) S 18251 18254 14331 0 -1 4202560 57 0 0 0 7 2 0 0 20 0 22 0 109362660 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140142439344936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18262] ppid=18251 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/18254/task/18262/stat : 18262 (java) S 18251 18254 14331 0 -1 4202560 127 0 0 0 5 0 0 0 20 0 22 0 109362660 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140142438292136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18263] ppid=18251 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/18254/task/18263/stat : 18263 (java) S 18251 18254 14331 0 -1 4202560 123 0 0 0 7 2 0 0 20 0 22 0 109362660 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140142437239848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18254/tid=18264] ppid=18251 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/18254/task/18264/stat : 18264 (java) S 18251 18254 14331 0 -1 4202560 110 0 0 0 7 2 0 0 20 0 22 0 109362660 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140142436187048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18265] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18265/stat : 18265 (java) S 18251 18254 14331 0 -1 4202560 216 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140141823756520 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18266] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18266/stat : 18266 (java) S 18251 18254 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140141822702584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18267] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18267/stat : 18267 (java) S 18251 18254 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140141821650184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18268] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18268/stat : 18268 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362664 10060525568 102471 33554432000 1073741824 1073778376 140737371424672 140141820598672 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18269] ppid=18251 vsize=9824732 CPUtime=1.34 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.06 4.11 4.04 5/219 18367
/proc/meminfo: memFree=24374828/32872528 swapFree=9100/9100
[pid=18254] ppid=18251 vsize=9824732 CPUtime=1652.3 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18251 18254 14331 0 -1 4202496 35832 0 1 0 165007 223 0 0 20 0 22 0 109362657 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140737371415808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 2456183 980719 2301 9 0 2446860 0
[pid=18254/tid=18256] ppid=18251 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (java) S 18251 18254 14331 0 -1 4202560 2513 0 1 0 43 3 0 0 20 0 22 0 109362658 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140142471103352 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (java) S 18251 18254 14331 0 -1 4202560 1083 0 0 0 257 17 0 0 20 0 22 0 109362660 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140142443555112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18258] ppid=18251 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/18254/task/18258/stat : 18258 (java) S 18251 18254 14331 0 -1 4202560 1160 0 0 0 276 21 0 0 20 0 22 0 109362660 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140142442502312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18259] ppid=18251 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/18254/task/18259/stat : 18259 (java) S 18251 18254 14331 0 -1 4202560 1066 0 0 0 275 23 0 0 20 0 22 0 109362660 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140142441450024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18260] ppid=18251 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/18254/task/18260/stat : 18260 (java) S 18251 18254 14331 0 -1 4202560 933 0 0 0 280 18 0 0 20 0 22 0 109362660 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140142440397224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18261] ppid=18251 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/18254/task/18261/stat : 18261 (java) S 18251 18254 14331 0 -1 4202560 758 0 0 0 270 22 0 0 20 0 22 0 109362660 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140142439344936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18262] ppid=18251 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/18254/task/18262/stat : 18262 (java) S 18251 18254 14331 0 -1 4202560 1126 0 0 0 249 21 0 0 20 0 22 0 109362660 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140142438292136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18263] ppid=18251 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/18254/task/18263/stat : 18263 (java) S 18251 18254 14331 0 -1 4202560 1064 0 0 0 264 21 0 0 20 0 22 0 109362660 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140142437239848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18264] ppid=18251 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/18254/task/18264/stat : 18264 (java) S 18251 18254 14331 0 -1 4202560 800 0 0 0 235 20 0 0 20 0 22 0 109362660 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140142436187048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18265] ppid=18251 vsize=9824732 CPUtime=5.76 cores=0,2,4,6
/proc/18254/task/18265/stat : 18265 (java) S 18251 18254 14331 0 -1 4202560 2674 0 0 0 568 8 0 0 20 0 22 0 109362661 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140141823756520 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18254/tid=18266] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18266/stat : 18266 (java) S 18251 18254 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140141822702584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18267] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18267/stat : 18267 (java) S 18251 18254 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140141821650184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18268] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18268/stat : 18268 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362664 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140141820598672 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18269] ppid=18251 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/18254/task/18269/stat : 18269 (java) S 18251 18254 14331 0 -1 4202560 9849 0 0 0 138 2 0 0 20 0 22 0 109362664 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140141819546296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18270] ppid=18251 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/18254/task/18270/stat : 18270 (java) S 18251 18254 14331 0 -1 4202560 10036 0 0 0 191 2 0 0 20 0 22 0 109362664 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140141818493496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18271] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18271/stat : 18271 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362664 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140141817441400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18272] ppid=18251 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/18254/task/18272/stat : 18272 (java) S 18251 18254 14331 0 -1 4202560 47 0 0 0 12 16 0 0 20 0 22 0 109362664 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140141816388808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18273] ppid=18251 vsize=9824732 CPUtime=810.06 cores=0,2,4,6
/proc/18254/task/18273/stat : 18273 (java) R 18251 18254 14331 0 -1 4202560 105 0 0 0 80992 14 0 0 20 0 22 0 109362703 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140141815331056 140142317369769 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18274] ppid=18251 vsize=9824732 CPUtime=810.01 cores=0,2,4,6
/proc/18254/task/18274/stat : 18274 (java) R 18251 18254 14331 0 -1 4202560 1353 0 0 0 80955 46 0 0 20 0 22 0 109362703 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140141814279104 140142317846692 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18254/tid=18275] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18275/stat : 18275 (java) S 18251 18254 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109362704 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140141813228712 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18276] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18276/stat : 18276 (java) S 18251 18254 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109362704 10060525568 980719 33554432000 1073741824 1073778376 140737371424672 140141812175912 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1652.3
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.02 4.08 4.04 5/219 18368
/proc/meminfo: memFree=24355236/32872528 swapFree=9100/9100
[pid=18254] ppid=18251 vsize=9824732 CPUtime=1773 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18251 18254 14331 0 -1 4202496 35869 0 1 0 177075 225 0 0 20 0 22 0 109362657 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140737371415808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 2456183 980729 2301 9 0 2446860 0
[pid=18254/tid=18256] ppid=18251 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (java) S 18251 18254 14331 0 -1 4202560 2514 0 1 0 43 3 0 0 20 0 22 0 109362658 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140142471103352 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (java) S 18251 18254 14331 0 -1 4202560 1092 0 0 0 273 17 0 0 20 0 22 0 109362660 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140142443555112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18258] ppid=18251 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/18254/task/18258/stat : 18258 (java) S 18251 18254 14331 0 -1 4202560 1165 0 0 0 295 21 0 0 20 0 22 0 109362660 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140142442502312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18259] ppid=18251 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/18254/task/18259/stat : 18259 (java) S 18251 18254 14331 0 -1 4202560 1066 0 0 0 291 23 0 0 20 0 22 0 109362660 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140142441450024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18260] ppid=18251 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/18254/task/18260/stat : 18260 (java) S 18251 18254 14331 0 -1 4202560 933 0 0 0 298 18 0 0 20 0 22 0 109362660 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140142440397224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18261] ppid=18251 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/18254/task/18261/stat : 18261 (java) S 18251 18254 14331 0 -1 4202560 758 0 0 0 287 22 0 0 20 0 22 0 109362660 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140142439344936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18262] ppid=18251 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/18254/task/18262/stat : 18262 (java) S 18251 18254 14331 0 -1 4202560 1126 0 0 0 272 21 0 0 20 0 22 0 109362660 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140142438292136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18263] ppid=18251 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/18254/task/18263/stat : 18263 (java) S 18251 18254 14331 0 -1 4202560 1064 0 0 0 287 21 0 0 20 0 22 0 109362660 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140142437239848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18264] ppid=18251 vsize=9824732 CPUtime=2.73 cores=0,2,4,6
/proc/18254/task/18264/stat : 18264 (java) S 18251 18254 14331 0 -1 4202560 800 0 0 0 253 20 0 0 20 0 22 0 109362660 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140142436187048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18265] ppid=18251 vsize=9824732 CPUtime=5.77 cores=0,2,4,6
/proc/18254/task/18265/stat : 18265 (java) S 18251 18254 14331 0 -1 4202560 2682 0 0 0 568 9 0 0 20 0 22 0 109362661 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140141823756520 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18266] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18266/stat : 18266 (java) S 18251 18254 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140141822702584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18267] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18267/stat : 18267 (java) S 18251 18254 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140141821650184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18268] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18268/stat : 18268 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362664 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140141820598672 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18269] ppid=18251 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/18254/task/18269/stat : 18269 (java) S 18251 18254 14331 0 -1 4202560 9849 0 0 0 138 2 0 0 20 0 22 0 109362664 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140141819546296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18270] ppid=18251 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/18254/task/18270/stat : 18270 (java) S 18251 18254 14331 0 -1 4202560 10037 0 0 0 192 2 0 0 20 0 22 0 109362664 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140141818493496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18271] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18271/stat : 18271 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362664 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140141817441400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18272] ppid=18251 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/18254/task/18272/stat : 18272 (java) S 18251 18254 14331 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 109362664 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140141816388808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18273] ppid=18251 vsize=9824732 CPUtime=869.67 cores=0,2,4,6
/proc/18254/task/18273/stat : 18273 (java) R 18251 18254 14331 0 -1 4202560 108 0 0 0 86952 15 0 0 20 0 22 0 109362703 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140141815332128 140142317337672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18274] ppid=18251 vsize=9824732 CPUtime=869.61 cores=0,2,4,6
/proc/18254/task/18274/stat : 18274 (java) R 18251 18254 14331 0 -1 4202560 1359 0 0 0 86914 47 0 0 20 0 22 0 109362703 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140141814278480 140142317846866 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18254/tid=18275] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18275/stat : 18275 (java) S 18251 18254 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109362704 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140141813228712 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18276] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18276/stat : 18276 (java) S 18251 18254 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109362704 10060525568 980729 33554432000 1073741824 1073778376 140737371424672 140141812175912 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1773
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.801 s]
/proc/loadavg: 4.01 4.08 4.03 5/219 18368
/proc/meminfo: memFree=24354992/32872528 swapFree=9100/9100
[pid=18254] ppid=18251 vsize=9824732 CPUtime=1800.13 cores=0,2,4,6
/proc/18254/stat : 18254 (java) S 18251 18254 14331 0 -1 4202496 35876 0 1 0 179787 226 0 0 20 0 22 0 109362657 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140737371415808 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18254/statm: 2456183 980733 2301 9 0 2446860 0
[pid=18254/tid=18256] ppid=18251 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/18254/task/18256/stat : 18256 (java) S 18251 18254 14331 0 -1 4202560 2514 0 1 0 43 3 0 0 20 0 22 0 109362658 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140142471103352 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18257] ppid=18251 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/18254/task/18257/stat : 18257 (java) S 18251 18254 14331 0 -1 4202560 1092 0 0 0 276 17 0 0 20 0 22 0 109362660 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140142443555112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18258] ppid=18251 vsize=9824732 CPUtime=3.2 cores=0,2,4,6
/proc/18254/task/18258/stat : 18258 (java) S 18251 18254 14331 0 -1 4202560 1165 0 0 0 299 21 0 0 20 0 22 0 109362660 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140142442502312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18259] ppid=18251 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/18254/task/18259/stat : 18259 (java) S 18251 18254 14331 0 -1 4202560 1066 0 0 0 294 23 0 0 20 0 22 0 109362660 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140142441450024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18260] ppid=18251 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/18254/task/18260/stat : 18260 (java) S 18251 18254 14331 0 -1 4202560 933 0 0 0 304 18 0 0 20 0 22 0 109362660 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140142440397224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18261] ppid=18251 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/18254/task/18261/stat : 18261 (java) S 18251 18254 14331 0 -1 4202560 758 0 0 0 290 22 0 0 20 0 22 0 109362660 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140142439344936 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18262] ppid=18251 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/18254/task/18262/stat : 18262 (java) S 18251 18254 14331 0 -1 4202560 1126 0 0 0 275 21 0 0 20 0 22 0 109362660 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140142438292136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18263] ppid=18251 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/18254/task/18263/stat : 18263 (java) S 18251 18254 14331 0 -1 4202560 1064 0 0 0 291 21 0 0 20 0 22 0 109362660 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140142437239848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18264] ppid=18251 vsize=9824732 CPUtime=2.78 cores=0,2,4,6
/proc/18254/task/18264/stat : 18264 (java) S 18251 18254 14331 0 -1 4202560 800 0 0 0 258 20 0 0 20 0 22 0 109362660 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140142436187048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18265] ppid=18251 vsize=9824732 CPUtime=5.77 cores=0,2,4,6
/proc/18254/task/18265/stat : 18265 (java) S 18251 18254 14331 0 -1 4202560 2687 0 0 0 568 9 0 0 20 0 22 0 109362661 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140141823756520 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18266] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18266/stat : 18266 (java) S 18251 18254 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140141822702584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18267] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18267/stat : 18267 (java) S 18251 18254 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109362661 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140141821650184 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18268] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18268/stat : 18268 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362664 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140141820598672 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18269] ppid=18251 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/18254/task/18269/stat : 18269 (java) S 18251 18254 14331 0 -1 4202560 9849 0 0 0 138 2 0 0 20 0 22 0 109362664 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140141819546296 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18270] ppid=18251 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/18254/task/18270/stat : 18270 (java) S 18251 18254 14331 0 -1 4202560 10037 0 0 0 192 2 0 0 20 0 22 0 109362664 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140141818493496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18271] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18271/stat : 18271 (java) S 18251 18254 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109362664 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140141817441400 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18254/tid=18272] ppid=18251 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/18254/task/18272/stat : 18272 (java) S 18251 18254 14331 0 -1 4202560 51 0 0 0 14 17 0 0 20 0 22 0 109362664 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140141816388808 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18273] ppid=18251 vsize=9824732 CPUtime=883.07 cores=0,2,4,6
/proc/18254/task/18273/stat : 18273 (java) R 18251 18254 14331 0 -1 4202560 110 0 0 0 88292 15 0 0 20 0 22 0 109362703 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140141815332128 140142317370251 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18254/tid=18274] ppid=18251 vsize=9824732 CPUtime=883.02 cores=0,2,4,6
/proc/18254/task/18274/stat : 18274 (java) R 18251 18254 14331 0 -1 4202560 1359 0 0 0 88255 47 0 0 20 0 22 0 109362703 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140141814278464 140142317846797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18254/tid=18275] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18275/stat : 18275 (java) S 18251 18254 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109362704 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140141813228712 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18254/tid=18276] ppid=18251 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18254/task/18276/stat : 18276 (java) S 18251 18254 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109362704 10060525568 980733 33554432000 1073741824 1073778376 140737371424672 140141812175912 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 18254 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.877
CPU time (s): 1800.92
CPU user time (s): 1798.16
CPU system time (s): 2.76158
CPU usage (%): 201.023
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.16
system time used= 2.76158
maximum resident set size= 3923048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35910
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24564
involuntary context switches= 31967

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.46217 second user time and 7.47486 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 06:38:35
IDJOB=4080562
IDBENCH=90118
IDSOLVER=2543
FILE ID=node151/4080562-1465274315
RUNJOBID= node151-1465261736-14347
PBS_JOBID= 19843295
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/ShortestPathTate/normalized-TateBritain_K85.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080562-1465274315/watcher-4080562-1465274315 -o /tmp/evaluation-result-4080562-1465274315/solver-4080562-1465274315 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14347 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080562-1465274315.opb

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

MD5SUM BENCH= 1487741f4fc087d76a7a64081b5bebd6
RANDOM SEED=1315432362

node151.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.334
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.66
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.334
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.334
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.334
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		: 2666.334
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.334
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.334
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.54
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.334
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:        28179072 kB
Buffers:           81324 kB
Cached:           239824 kB
SwapCached:         2184 kB
Active:          3696332 kB
Inactive:         225380 kB
Active(anon):    3600632 kB
Inactive(anon):     1880 kB
Active(file):      95700 kB
Inactive(file):   223500 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:              1276 kB
Writeback:             0 kB
AnonPages:       3745292 kB
Mapped:            16512 kB
Shmem:                 0 kB
Slab:             611568 kB
SReclaimable:      55312 kB
SUnreclaim:       556256 kB
KernelStack:        1808 kB
PageTables:        11416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4111076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3645440 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 node151 at 2016-06-07 06:53:31