Trace number 4088722

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 PB16UNSAT 762.548 377.461

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
MD5SUM563fcfc045eeb86ad1ec51d49a575812
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark18.0862
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables401
Total number of constraints201
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)201
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4088722-1466011166.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  no objective function found
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c declared #vars     401
0.11/0.16	c #constraints  402
0.11/0.16	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 400
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.16	c 402 constraints processed.
0.11/0.16	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.11/0.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 400
0.11/0.16	c 402 constraints processed.
2.29/0.74	c cleaning 2489 clauses out of 5001 with flag 20859/5001
3.40/1.02	c cleaning 4244 clauses out of 8513 with flag 49703/11002
3.81/1.20	c cleaning 5600 clauses out of 11268 with flag 89035/18001
4.58/1.39	c cleaning 6810 clauses out of 13667 with flag 133102/26000
5.45/1.63	c cleaning 7916 clauses out of 15857 with flag 183327/35000
5.86/1.89	c cleaning 8945 clauses out of 17941 with flag 241754/45000
6.47/2.17	c cleaning 0 clauses out of 5001 with flag 0/5001
6.77/2.25	c cleaning 9974 clauses out of 19996 with flag 306294/56000
7.77/2.64	c cleaning 10993 clauses out of 22022 with flag 373112/68000
8.83/3.05	c cleaning 11988 clauses out of 24030 with flag 447615/81001
9.87/3.57	c cleaning 13007 clauses out of 26043 with flag 528377/95002
11.12/4.16	c cleaning 14002 clauses out of 28034 with flag 614875/110000
12.33/4.80	c cleaning 14999 clauses out of 30033 with flag 707125/126001
13.95/5.51	c cleaning 16017 clauses out of 32033 with flag 802461/143000
15.39/6.22	c cleaning 0 clauses out of 11000 with flag 0/11000
15.39/6.29	c cleaning 16987 clauses out of 34016 with flag 900047/161000
16.99/7.08	c cleaning 18008 clauses out of 36029 with flag 1004397/180000
19.02/8.04	c cleaning 18995 clauses out of 38022 with flag 1116050/200001
21.22/9.14	c cleaning 20005 clauses out of 40026 with flag 1240273/221000
23.45/10.24	c cleaning 20993 clauses out of 42021 with flag 1364294/243000
25.84/11.42	c cleaning 22000 clauses out of 44029 with flag 1492358/266001
28.48/12.76	c cleaning 23001 clauses out of 46031 with flag 1622220/290003
31.28/14.11	c cleaning 23996 clauses out of 48027 with flag 1758068/315000
32.48/14.72	c cleaning 0 clauses out of 18000 with flag 0/18000
34.10/15.55	c cleaning 25002 clauses out of 50031 with flag 1893219/341000
37.09/17.10	c cleaning 26002 clauses out of 52031 with flag 2036220/368002
40.94/18.99	c cleaning 26995 clauses out of 54028 with flag 2186969/396001
44.74/20.85	c cleaning 28000 clauses out of 56032 with flag 2339750/425000
49.00/22.96	c cleaning 28999 clauses out of 58032 with flag 2500225/455000
53.20/25.03	c cleaning 29999 clauses out of 60033 with flag 2659957/486000
57.85/27.39	c cleaning 31002 clauses out of 62034 with flag 2833076/518000
62.65/29.72	c cleaning 31997 clauses out of 64032 with flag 2996572/551000
65.23/31.04	c cleaning 0 clauses out of 26000 with flag 0/26000
67.48/32.13	c cleaning 33007 clauses out of 66035 with flag 3164545/585000
72.68/34.77	c cleaning 33994 clauses out of 68028 with flag 3347735/620000
78.10/37.50	c cleaning 35005 clauses out of 70034 with flag 3531729/656000
84.33/40.54	c cleaning 36006 clauses out of 72029 with flag 3717335/693000
90.33/43.52	c cleaning 37008 clauses out of 74026 with flag 3904795/731003
96.55/46.69	c cleaning 37996 clauses out of 76015 with flag 4098621/770000
102.76/49.75	c cleaning 39000 clauses out of 78020 with flag 4292207/810001
110.60/53.67	c cleaning 39998 clauses out of 80019 with flag 4491282/851000
117.82/57.22	c cleaning 40993 clauses out of 82021 with flag 4697038/893000
122.03/59.33	c cleaning 0 clauses out of 35000 with flag 0/35000
125.89/61.27	c cleaning 42002 clauses out of 84028 with flag 4912318/936000
134.32/65.47	c cleaning 43001 clauses out of 86028 with flag 5130248/980002
142.95/69.71	c cleaning 44003 clauses out of 88026 with flag 5348274/1025001
151.80/74.17	c cleaning 44992 clauses out of 90022 with flag 5563931/1071000
161.42/78.97	c cleaning 46002 clauses out of 92030 with flag 5792603/1118000
171.27/83.83	c cleaning 47002 clauses out of 94029 with flag 6019991/1166001
180.69/88.58	c cleaning 48005 clauses out of 96027 with flag 6243803/1215001
191.96/94.15	c cleaning 48996 clauses out of 98023 with flag 6478755/1265002
202.80/99.51	c cleaning 50001 clauses out of 100025 with flag 6708445/1316000
215.74/105.98	c cleaning 51006 clauses out of 102026 with flag 6946675/1368002
227.40/111.78	c cleaning 52000 clauses out of 104018 with flag 7183439/1421000
239.28/117.65	c cleaning 52996 clauses out of 106018 with flag 7424996/1475000
240.08/118.08	c cleaning 0 clauses out of 45000 with flag 0/45000
251.97/123.99	c cleaning 53999 clauses out of 108022 with flag 7662348/1530000
264.84/130.39	c cleaning 55001 clauses out of 110024 with flag 7904449/1586001
279.38/137.57	c cleaning 56001 clauses out of 112023 with flag 8150821/1643001
292.47/144.07	c cleaning 57006 clauses out of 114022 with flag 8394530/1701001
306.55/151.04	c cleaning 58001 clauses out of 116015 with flag 8643349/1760000
324.05/159.80	c cleaning 58998 clauses out of 118014 with flag 8908485/1820000
339.15/167.23	c cleaning 59998 clauses out of 120016 with flag 9160260/1881000
350.59/172.92	c cleaning 0 clauses out of 56002 with flag 0/56002
355.42/175.38	c cleaning 60995 clauses out of 122018 with flag 9419423/1943000
370.72/182.92	c cleaning 62004 clauses out of 124023 with flag 9677328/2006000
386.85/190.96	c cleaning 62998 clauses out of 126020 with flag 9943408/2070001
407.20/201.01	c cleaning 64004 clauses out of 128021 with flag 10222719/2135000
428.57/211.67	c cleaning 64999 clauses out of 130018 with flag 10508252/2201001
446.08/220.33	c cleaning 66002 clauses out of 132020 with flag 10791765/2268002
466.06/230.23	c cleaning 66999 clauses out of 134017 with flag 11087744/2336001
485.44/239.81	c cleaning 68001 clauses out of 136017 with flag 11377351/2405000
506.35/250.26	c cleaning 69000 clauses out of 138016 with flag 11674548/2475000
528.63/261.34	c cleaning 70001 clauses out of 140016 with flag 11983183/2546000
552.82/273.35	c cleaning 71003 clauses out of 142015 with flag 12301142/2618000
570.78/282.20	c cleaning 0 clauses out of 68000 with flag 0/68000
584.45/289.09	c cleaning 71997 clauses out of 144012 with flag 12634728/2691000
608.44/300.96	c cleaning 73004 clauses out of 146016 with flag 12951704/2765001
633.44/313.40	c cleaning 73994 clauses out of 148011 with flag 13278250/2840000
659.60/326.33	c cleaning 75004 clauses out of 150017 with flag 13597033/2916000
684.57/338.76	c cleaning 76002 clauses out of 152013 with flag 13920686/2993000
711.78/352.29	c cleaning 76999 clauses out of 154011 with flag 14241258/3071000
739.23/365.84	c cleaning 78002 clauses out of 156012 with flag 14580578/3150000
762.26/377.23	c And the winner is solver0
762.26/377.39	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
762.26/377.39	c starts		: 4113
762.26/377.39	c conflicts		: 3223535
762.26/377.39	c decisions		: 4254816
762.26/377.39	c propagations		: 29062914
762.26/377.39	c inspects		: 7193453252
762.26/377.39	c shortcuts		: 0
762.26/377.39	c learnt literals	: 12
762.26/377.39	c learnt binary clauses	: 73
762.26/377.39	c learnt ternary clauses	: 272
762.26/377.39	c learnt constraints	: 3223522
762.26/377.39	c ignored constraints	: 0
762.26/377.39	c root simplifications	: 0
762.26/377.39	c removed literals (reason simplification)	: 2894219
762.26/377.39	c reason swapping (by a shorter reason)	: 0
762.26/377.39	c Calls to reduceDB	: 75
762.26/377.39	c Number of update (reduction) of LBD	: 741923
762.26/377.39	c Imported unit clauses	: 0
762.26/377.39	c number of reductions to clauses (during analyze)	: 0
762.26/377.39	c number of learned constraints concerned by reduction	: 0
762.26/377.39	c number of learning phase by resolution	: 0
762.26/377.39	c number of learning phase by cutting planes	: 0
762.26/377.39	c speed (assignments/second)	: 77043.77216840832
762.26/377.39	c non guided choices	39136
762.26/377.43	c learnt constraints type 
762.26/377.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 73
762.26/377.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151459
762.26/377.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
762.26/377.43	c starts		: 84
762.26/377.43	c conflicts		: 76573
762.26/377.43	c decisions		: 106907
762.26/377.43	c propagations		: 727290
762.26/377.43	c inspects		: 860865232
762.26/377.43	c shortcuts		: 0
762.26/377.43	c learnt literals	: 0
762.26/377.43	c learnt binary clauses	: 0
762.26/377.43	c learnt ternary clauses	: 0
762.26/377.43	c learnt constraints	: 76572
762.26/377.43	c ignored constraints	: 0
762.26/377.43	c root simplifications	: 0
762.26/377.43	c removed literals (reason simplification)	: 0
762.26/377.43	c reason swapping (by a shorter reason)	: 0
762.26/377.43	c Calls to reduceDB	: 8
762.26/377.43	c Number of update (reduction) of LBD	: 0
762.26/377.43	c Imported unit clauses	: 0
762.26/377.43	c number of reductions to clauses (during analyze)	: 0
762.26/377.43	c number of learned constraints concerned by reduction	: 0
762.26/377.43	c number of learning phase by resolution	: 0
762.26/377.43	c number of learning phase by cutting planes	: 0
762.26/377.43	c speed (assignments/second)	: 1927.8063313921589
762.26/377.43	c non guided choices	862
762.26/377.45	c learnt constraints type 
762.26/377.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5757
762.26/377.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 55
762.26/377.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70760
762.26/377.45	s UNSATISFIABLE
762.26/377.45	c Total wall clock time (in seconds): 377.341

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-4088722-1466011166/watcher-4088722-1466011166 -o /tmp/evaluation-result-4088722-1466011166/solver-4088722-1466011166 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4088722-1466011166.opb 

pid=6866
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.24 4.19 4.12 4/197 6869
/proc/meminfo: memFree=28033220/32872528 swapFree=1073728/1155488
[pid=6869] ppid=6866 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6869/stat : 6869 (java) S 6866 6869 5545 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 3165868 98570240 978 33554432000 1073741824 1073778376 140734242850352 140734242841488 219517321277 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6869/statm: 24065 978 744 9 0 16771 0
[pid=6869/tid=6870] ppid=6866 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6870/stat : 6870 (java) R 6866 6869 5545 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 3165869 98570240 978 33554432000 1073741824 1073778376 140734242850352 140207693106728 219513963904 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 4.24 4.19 4.12 4/197 6869
/proc/meminfo: memFree=28033220/32872528 swapFree=1073728/1155488
[pid=6869] ppid=6866 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/6869/stat : 6869 (java) S 6866 6869 5545 0 -1 4202496 4507 0 1 0 11 0 0 0 20 0 18 0 3165868 9787879424 6129 33554432000 1073741824 1073778376 140734242850352 140734242841488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6869/statm: 2389619 6131 2158 9 0 2380296 0
[pid=6869/tid=6870] ppid=6866 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/6869/task/6870/stat : 6870 (java) R 6866 6869 5545 0 -1 4202560 2384 0 1 0 8 0 0 0 20 0 18 0 3165869 9787879424 6131 33554432000 1073741824 1073778376 140734242850352 140207693110176 140207700550812 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200267 s]
/proc/loadavg: 4.24 4.19 4.12 4/197 6869
/proc/meminfo: memFree=28033220/32872528 swapFree=1073728/1155488
[pid=6869] ppid=6866 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/6869/stat : 6869 (java) S 6866 6869 5545 0 -1 4202496 6318 0 1 0 29 1 0 0 20 0 22 0 3165868 10060525568 10002 33554432000 1073741824 1073778376 140734242850352 140734242841488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6869/statm: 2456183 10002 2226 9 0 2446860 0
[pid=6869/tid=6870] ppid=6866 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/6869/task/6870/stat : 6870 (java) S 6866 6869 5545 0 -1 4202560 2414 0 1 0 14 0 0 0 20 0 22 0 3165869 10060525568 10002 33554432000 1073741824 1073778376 140734242850352 140207693112184 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300255 s]
/proc/loadavg: 4.24 4.19 4.12 4/197 6869
/proc/meminfo: memFree=28033220/32872528 swapFree=1073728/1155488
[pid=6869] ppid=6866 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/6869/stat : 6869 (java) S 6866 6869 5545 0 -1 4202496 8911 0 1 0 68 1 0 0 20 0 22 0 3165868 10060525568 11485 33554432000 1073741824 1073778376 140734242850352 140734242841488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6869/statm: 2456183 11485 2247 9 0 2446860 0
[pid=6869/tid=6870] ppid=6866 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/6869/task/6870/stat : 6870 (java) S 6866 6869 5545 0 -1 4202560 2414 0 1 0 14 0 0 0 20 0 22 0 3165869 10060525568 11485 33554432000 1073741824 1073778376 140734242850352 140207693112184 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9824732

[startup+0.700226 s]
/proc/loadavg: 4.24 4.19 4.12 4/197 6869
/proc/meminfo: memFree=28033220/32872528 swapFree=1073728/1155488
[pid=6869] ppid=6866 vsize=9824732 CPUtime=2.29 cores=0,2,4,6
/proc/6869/stat : 6869 (java) S 6866 6869 5545 0 -1 4202496 17554 0 1 0 226 3 0 0 20 0 22 0 3165868 10060525568 25862 33554432000 1073741824 1073778376 140734242850352 140734242841488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6869/statm: 2456183 25862 2252 9 0 2446860 0
[pid=6869/tid=6870] ppid=6866 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/6869/task/6870/stat : 6870 (java) S 6866 6869 5545 0 -1 4202560 2414 0 1 0 14 0 0 0 20 0 22 0 3165869 10060525568 25862 33554432000 1073741824 1073778376 140734242850352 140207693112184 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 4.24 4.19 4.12 7/219 6891
/proc/meminfo: memFree=27857212/32872528 swapFree=1073728/1155488
[pid=6869] ppid=6866 vsize=9824732 CPUtime=5.25 cores=0,2,4,6
/proc/6869/stat : 6869 (java) S 6866 6869 5545 0 -1 4202496 27641 0 1 0 517 8 0 0 20 0 22 0 3165868 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140734242841488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6869/statm: 2456183 48021 2278 9 0 2446860 0
[pid=6869/tid=6870] ppid=6866 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/6869/task/6870/stat : 6870 (java) S 6866 6869 5545 0 -1 4202560 2414 0 1 0 14 0 0 0 20 0 22 0 3165869 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207693112184 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6872] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6872/stat : 6872 (java) S 6866 6869 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3165869 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207665564072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6873] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6873/stat : 6873 (java) S 6866 6869 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3165869 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207535467048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6874] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6874/stat : 6874 (java) S 6866 6869 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3165869 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207534413992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6875] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6875/stat : 6875 (java) S 6866 6869 5545 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3165869 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207533361448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6876] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6876/stat : 6876 (java) S 6866 6869 5545 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 3165869 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207532309416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6877] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6877/stat : 6877 (java) S 6866 6869 5545 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 3165869 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207531256872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6878] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6878/stat : 6878 (java) S 6866 6869 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3165869 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207194106536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6879] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6879/stat : 6879 (java) S 6866 6869 5545 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 3165869 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207193053992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6880] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6880/stat : 6880 (java) S 6866 6869 5545 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3165870 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207180855656 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6881] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6881/stat : 6881 (java) S 6866 6869 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3165871 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207179801976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6882] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6882/stat : 6882 (java) S 6866 6869 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3165871 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207178748808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6883] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6883/stat : 6883 (java) S 6866 6869 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3165873 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207177697552 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6884] ppid=6866 vsize=9824732 CPUtime=1.24 cores=0,2,4,6
/proc/6869/task/6884/stat : 6884 (java) S 6866 6869 5545 0 -1 4202560 15374 0 0 0 121 3 0 0 20 0 22 0 3165873 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207176645432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6885] ppid=6866 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/6869/task/6885/stat : 6885 (java) S 6866 6869 5545 0 -1 4202560 8328 0 0 0 117 1 0 0 20 0 22 0 3165873 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207175592888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6886] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6886/stat : 6886 (java) S 6866 6869 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3165873 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207174540024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6887] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6887/stat : 6887 (java) S 6866 6869 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3165873 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207173487688 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6888] ppid=6866 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/6869/task/6888/stat : 6888 (java) R 6866 6869 5545 0 -1 4202560 29 0 0 0 129 0 0 0 20 0 22 0 3165885 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207172430488 140207546911252 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6889] ppid=6866 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/6869/task/6889/stat : 6889 (java) R 6866 6869 5545 0 -1 4202560 109 0 0 0 124 1 0 0 20 0 22 0 3165885 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207171378368 140207547014942 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6890] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6890/stat : 6890 (java) S 6866 6869 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3165885 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207170327336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6891] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6891/stat : 6891 (java) S 6866 6869 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3165885 10060525568 48021 33554432000 1073741824 1073778376 140734242850352 140207169274792 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.24 4.19 4.12 6/219 6891
/proc/meminfo: memFree=27720796/32872528 swapFree=1073728/1155488
[pid=6869] ppid=6866 vsize=9824732 CPUtime=9.03 cores=0,2,4,6
/proc/6869/stat : 6869 (java) S 6866 6869 5545 0 -1 4202496 34031 0 1 0 888 15 0 0 20 0 22 0 3165868 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140734242841488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6869/statm: 2456183 118871 2278 9 0 2446860 0
[pid=6869/tid=6870] ppid=6866 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/6869/task/6870/stat : 6870 (java) S 6866 6869 5545 0 -1 4202560 2414 0 1 0 14 0 0 0 20 0 22 0 3165869 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207693112184 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6872] ppid=6866 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6869/task/6872/stat : 6872 (java) S 6866 6869 5545 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 3165869 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207665564072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6873] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6873/stat : 6873 (java) S 6866 6869 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3165869 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207535467048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6874] ppid=6866 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/6869/task/6874/stat : 6874 (java) S 6866 6869 5545 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 3165869 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207534413992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6875] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6875/stat : 6875 (java) S 6866 6869 5545 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 3165869 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207533361448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6876] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6876/stat : 6876 (java) S 6866 6869 5545 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 3165869 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207532309416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6877] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6877/stat : 6877 (java) S 6866 6869 5545 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 3165869 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207531256872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6878] ppid=6866 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/6869/task/6878/stat : 6878 (java) S 6866 6869 5545 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 3165869 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207194106536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6879] ppid=6866 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/6869/task/6879/stat : 6879 (java) S 6866 6869 5545 0 -1 4202560 39 0 0 0 1 1 0 0 20 0 22 0 3165869 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207193053992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6880] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6880/stat : 6880 (java) S 6866 6869 5545 0 -1 4202560 185 0 0 0 0 0 0 0 20 0 22 0 3165870 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207180855656 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6881] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6881/stat : 6881 (java) S 6866 6869 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3165871 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207179801976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6882] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6882/stat : 6882 (java) S 6866 6869 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3165871 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207178748808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6883] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6883/stat : 6883 (java) S 6866 6869 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3165873 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207177697552 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6884] ppid=6866 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/6869/task/6884/stat : 6884 (java) S 6866 6869 5545 0 -1 4202560 21401 0 0 0 172 3 0 0 20 0 22 0 3165873 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207176645432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6885] ppid=6866 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/6869/task/6885/stat : 6885 (java) S 6866 6869 5545 0 -1 4202560 8328 0 0 0 121 1 0 0 20 0 22 0 3165873 10060525568 118871 33554432000 1073741824 1073778376 140734242850352 140207175592888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6886] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6886/stat : 6886 (java) S 6866 6869 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3165873 10060525568 119383 33554432000 1073741824 1073778376 140734242850352 140207174540024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6887] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6887/stat : 6887 (java) S 6866 6869 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3165873 10060525568 119383 33554432000 1073741824 1073778376 140734242850352 140207173487688 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6888] ppid=6866 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/6869/task/6888/stat : 6888 (java) R 6866 6869 5545 0 -1 4202560 33 0 0 0 284 0 0 0 20 0 22 0 3165885 10060525568 119383 33554432000 1073741824 1073778376 140734242850352 140207172423568 140207546906160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6889] ppid=6866 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/6869/task/6889/stat : 6889 (java) R 6866 6869 5545 0 -1 4202560 235 0 0 0 274 5 0 0 20 0 22 0 3165885 10060525568 119383 33554432000 1073741824 1073778376 140734242850352 140207171379784 140207547015693 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6890] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6890/stat : 6890 (java) S 6866 6869 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3165885 10060525568 119383 33554432000 1073741824 1073778376 140734242850352 140207170327336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6891] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6891/stat : 6891 (java) S 6866 6869 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3165885 10060525568 119383 33554432000 1073741824 1073778376 140734242850352 140207169274792 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 9.03
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 4.30 4.21 4.13 5/219 6891
/proc/meminfo: memFree=27024660/32872528 swapFree=1073728/1155488
[pid=6869] ppid=6866 vsize=9824732 CPUtime=15.59 cores=0,2,4,6
/proc/6869/stat : 6869 (java) S 6866 6869 5545 0 -1 4202496 35380 0 1 0 1532 27 0 0 20 0 22 0 3165868 10060525568 276078 33554432000 1073741824 1073778376 140734242850352 140734242841488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6869/statm: 2456183 276078 2278 9 0 2446860 0
[pid=6869/tid=6870] ppid=6866 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/6869/task/6870/stat : 6870 (java) S 6866 6869 5545 0 -1 4202560 2414 0 1 0 14 0 0 0 20 0 22 0 3165869 10060525568 276078 33554432000 1073741824 1073778376 140734242850352 140207693112184 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6872] ppid=6866 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6869/task/6872/stat : 6872 (java) S 6866 6869 5545 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 3165869 10060525568 276078 33554432000 1073741824 1073778376 140734242850352 140207665564072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6873] ppid=6866 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/6869/task/6873/stat : 6873 (java) S 6866 6869 5545 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 3165869 10060525568 276078 33554432000 1073741824 1073778376 140734242850352 140207535467048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6874] ppid=6866 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/6869/task/6874/stat : 6874 (java) S 6866 6869 5545 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 3165869 10060525568 276078 33554432000 1073741824 1073778376 140734242850352 140207534413992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6875] ppid=6866 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6869/task/6875/stat : 6875 (java) S 6866 6869 5545 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 22 0 3165869 10060525568 276078 33554432000 1073741824 1073778376 140734242850352 140207533361448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6876] ppid=6866 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/6869/task/6876/stat : 6876 (java) S 6866 6869 5545 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 3165869 10060525568 276078 33554432000 1073741824 1073778376 140734242850352 140207532309416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6877] ppid=6866 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/6869/task/6877/stat : 6877 (java) S 6866 6869 5545 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 22 0 3165869 10060525568 276078 33554432000 1073741824 1073778376 140734242850352 140207531256872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6878] ppid=6866 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/6869/task/6878/stat : 6878 (java) S 6866 6869 5545 0 -1 4202560 43 0 0 0 6 0 0 0 20 0 22 0 3165869 10060525568 276078 33554432000 1073741824 1073778376 140734242850352 140207194106536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6879] ppid=6866 vsize=9824732 CPUtime=0.05 cores=0,2,4,6

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

/proc/6869/task/6886/stat : 6886 (java) S 6866 6869 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3165873 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207174540024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6887] ppid=6866 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/6869/task/6887/stat : 6887 (java) S 6866 6869 5545 0 -1 4202560 23 0 0 0 3 10 0 0 20 0 22 0 3165873 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207173487688 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6888] ppid=6866 vsize=9824732 CPUtime=371.45 cores=0,2,4,6
/proc/6869/task/6888/stat : 6888 (java) R 6866 6869 5545 0 -1 4202560 126 0 0 0 37139 6 0 0 20 0 22 0 3165885 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207172432136 140207546906189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6889] ppid=6866 vsize=9824732 CPUtime=371.38 cores=0,2,4,6
/proc/6869/task/6889/stat : 6889 (java) R 6866 6869 5545 0 -1 4202560 1807 0 0 0 37090 48 0 0 20 0 22 0 3165885 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207171377840 140207547035765 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6890] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6890/stat : 6890 (java) S 6866 6869 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3165885 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207170327336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6891] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6891/stat : 6891 (java) S 6866 6869 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3165885 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207169274792 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 759.84
Current children cumulated vsize (KiB) 9824732

[startup+376.801 s]
/proc/loadavg: 4.16 4.20 4.14 5/219 6901
/proc/meminfo: memFree=25150068/32872528 swapFree=1073728/1155488
[pid=6869] ppid=6866 vsize=9824732 CPUtime=761.44 cores=0,2,4,6
/proc/6869/stat : 6869 (java) S 6866 6869 5545 0 -1 4202496 39467 0 1 0 76037 107 0 0 20 0 22 0 3165868 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140734242841488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6869/statm: 2456183 678365 2280 9 0 2446860 0
[pid=6869/tid=6870] ppid=6866 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/6869/task/6870/stat : 6870 (java) S 6866 6869 5545 0 -1 4202560 2422 0 1 0 15 1 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207693112184 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6872] ppid=6866 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/6869/task/6872/stat : 6872 (java) S 6866 6869 5545 0 -1 4202560 351 0 0 0 140 6 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207665564072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6873] ppid=6866 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/6869/task/6873/stat : 6873 (java) S 6866 6869 5545 0 -1 4202560 335 0 0 0 131 5 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207535467048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6874] ppid=6866 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/6869/task/6874/stat : 6874 (java) S 6866 6869 5545 0 -1 4202560 349 0 0 0 152 6 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207534413992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6875] ppid=6866 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/6869/task/6875/stat : 6875 (java) S 6866 6869 5545 0 -1 4202560 361 0 0 0 137 5 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207533361448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6876] ppid=6866 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/6869/task/6876/stat : 6876 (java) S 6866 6869 5545 0 -1 4202560 343 0 0 0 134 6 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207532309416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6877] ppid=6866 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/6869/task/6877/stat : 6877 (java) S 6866 6869 5545 0 -1 4202560 362 0 0 0 142 5 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207531256872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6878] ppid=6866 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/6869/task/6878/stat : 6878 (java) S 6866 6869 5545 0 -1 4202560 347 0 0 0 138 5 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207194106536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6879] ppid=6866 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/6869/task/6879/stat : 6879 (java) S 6866 6869 5545 0 -1 4202560 358 0 0 0 134 5 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207193053992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6880] ppid=6866 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/6869/task/6880/stat : 6880 (java) S 6866 6869 5545 0 -1 4202560 1284 0 0 0 2 10 0 0 20 0 22 0 3165870 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207180855656 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6881] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6881/stat : 6881 (java) S 6866 6869 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3165871 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207179801976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6882] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6882/stat : 6882 (java) S 6866 6869 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3165871 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207178748808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6883] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6883/stat : 6883 (java) S 6866 6869 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3165873 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207177697552 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6884] ppid=6866 vsize=9824732 CPUtime=1.89 cores=0,2,4,6
/proc/6869/task/6884/stat : 6884 (java) S 6866 6869 5545 0 -1 4202560 21405 0 0 0 185 4 0 0 20 0 22 0 3165873 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207176645432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6885] ppid=6866 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/6869/task/6885/stat : 6885 (java) S 6866 6869 5545 0 -1 4202560 8328 0 0 0 121 1 0 0 20 0 22 0 3165873 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207175592888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6886] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6886/stat : 6886 (java) S 6866 6869 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3165873 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207174540024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6887] ppid=6866 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/6869/task/6887/stat : 6887 (java) S 6866 6869 5545 0 -1 4202560 23 0 0 0 3 10 0 0 20 0 22 0 3165873 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207173487688 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6888] ppid=6866 vsize=9824732 CPUtime=372.25 cores=0,2,4,6
/proc/6869/task/6888/stat : 6888 (java) R 6866 6869 5545 0 -1 4202560 126 0 0 0 37219 6 0 0 20 0 22 0 3165885 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207172430584 140207546911303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6889] ppid=6866 vsize=9824732 CPUtime=372.18 cores=0,2,4,6
/proc/6869/task/6889/stat : 6889 (java) R 6866 6869 5545 0 -1 4202560 1808 0 0 0 37170 48 0 0 20 0 22 0 3165885 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207171378040 140207547015594 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6890] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6890/stat : 6890 (java) S 6866 6869 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3165885 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207170327336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6891] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6891/stat : 6891 (java) S 6866 6869 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3165885 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207169274792 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 761.44
Current children cumulated vsize (KiB) 9824732

[startup+377.201 s]
/proc/loadavg: 4.16 4.20 4.14 5/219 6901
/proc/meminfo: memFree=25150068/32872528 swapFree=1073728/1155488
[pid=6869] ppid=6866 vsize=9824732 CPUtime=762.26 cores=0,2,4,6
/proc/6869/stat : 6869 (java) S 6866 6869 5545 0 -1 4202496 39467 0 1 0 76118 108 0 0 20 0 22 0 3165868 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140734242841488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6869/statm: 2456183 678365 2280 9 0 2446860 0
[pid=6869/tid=6870] ppid=6866 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/6869/task/6870/stat : 6870 (java) S 6866 6869 5545 0 -1 4202560 2422 0 1 0 15 1 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207693112184 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6872] ppid=6866 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/6869/task/6872/stat : 6872 (java) S 6866 6869 5545 0 -1 4202560 351 0 0 0 140 6 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207665564072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6873] ppid=6866 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/6869/task/6873/stat : 6873 (java) S 6866 6869 5545 0 -1 4202560 335 0 0 0 131 5 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207535467048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6874] ppid=6866 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/6869/task/6874/stat : 6874 (java) S 6866 6869 5545 0 -1 4202560 349 0 0 0 152 6 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207534413992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6875] ppid=6866 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/6869/task/6875/stat : 6875 (java) S 6866 6869 5545 0 -1 4202560 361 0 0 0 137 5 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207533361448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6876] ppid=6866 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/6869/task/6876/stat : 6876 (java) S 6866 6869 5545 0 -1 4202560 343 0 0 0 134 6 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207532309416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6877] ppid=6866 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/6869/task/6877/stat : 6877 (java) S 6866 6869 5545 0 -1 4202560 362 0 0 0 142 5 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207531256872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6878] ppid=6866 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/6869/task/6878/stat : 6878 (java) S 6866 6869 5545 0 -1 4202560 347 0 0 0 138 5 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207194106536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6879] ppid=6866 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/6869/task/6879/stat : 6879 (java) S 6866 6869 5545 0 -1 4202560 358 0 0 0 134 5 0 0 20 0 22 0 3165869 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207193053992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6880] ppid=6866 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/6869/task/6880/stat : 6880 (java) S 6866 6869 5545 0 -1 4202560 1284 0 0 0 2 10 0 0 20 0 22 0 3165870 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207180855656 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6881] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6881/stat : 6881 (java) S 6866 6869 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 3165871 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207179801976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6882] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6882/stat : 6882 (java) S 6866 6869 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 3165871 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207178748808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6883] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6883/stat : 6883 (java) S 6866 6869 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3165873 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207177697552 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6884] ppid=6866 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/6869/task/6884/stat : 6884 (java) R 6866 6869 5545 0 -1 4202560 21405 0 0 0 186 4 0 0 20 0 22 0 3165873 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207176645432 140207699074334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6885] ppid=6866 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/6869/task/6885/stat : 6885 (java) S 6866 6869 5545 0 -1 4202560 8328 0 0 0 121 1 0 0 20 0 22 0 3165873 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207175592888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6886] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6886/stat : 6886 (java) S 6866 6869 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3165873 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207174540024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6887] ppid=6866 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/6869/task/6887/stat : 6887 (java) S 6866 6869 5545 0 -1 4202560 23 0 0 0 3 10 0 0 20 0 22 0 3165873 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207173487688 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6888] ppid=6866 vsize=9824732 CPUtime=372.65 cores=0,2,4,6
/proc/6869/task/6888/stat : 6888 (java) R 6866 6869 5545 0 -1 4202560 126 0 0 0 37259 6 0 0 20 0 22 0 3165885 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207172430664 140207546911303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6889] ppid=6866 vsize=9824732 CPUtime=372.58 cores=0,2,4,6
/proc/6869/task/6889/stat : 6889 (java) R 6866 6869 5545 0 -1 4202560 1808 0 0 0 37210 48 0 0 20 0 22 0 3165885 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207171377920 140207547014808 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6890] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6890/stat : 6890 (java) S 6866 6869 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3165885 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207170327336 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6891] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6891/stat : 6891 (java) S 6866 6869 5545 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3165885 10060525568 678365 33554432000 1073741824 1073778376 140734242850352 140207169274792 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 9824732

[startup+377.408 s]
/proc/loadavg: 4.16 4.20 4.14 4/217 6901
/proc/meminfo: memFree=25150068/32872528 swapFree=1073728/1155488
[pid=6869] ppid=6866 vsize=9824732 CPUtime=760.57 cores=0,2,4,6
/proc/6869/stat : 6869 (java) S 6866 6869 5545 0 -1 4202496 39475 0 1 0 75938 119 0 0 20 0 19 0 3165868 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140734242841488 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6869/statm: 2456183 678354 2284 9 0 2446860 0
[pid=6869/tid=6870] ppid=6866 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/6869/task/6870/stat : 6870 (java) S 6866 6869 5545 0 -1 4202560 2422 0 1 0 15 1 0 0 20 0 19 0 3165869 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207693112024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6872] ppid=6866 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/6869/task/6872/stat : 6872 (java) S 6866 6869 5545 0 -1 4202560 351 0 0 0 140 6 0 0 20 0 19 0 3165869 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207665564072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6873] ppid=6866 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/6869/task/6873/stat : 6873 (java) S 6866 6869 5545 0 -1 4202560 335 0 0 0 131 5 0 0 20 0 19 0 3165869 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207535467048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6874] ppid=6866 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/6869/task/6874/stat : 6874 (java) S 6866 6869 5545 0 -1 4202560 349 0 0 0 152 6 0 0 20 0 19 0 3165869 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207534413992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6875] ppid=6866 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/6869/task/6875/stat : 6875 (java) S 6866 6869 5545 0 -1 4202560 361 0 0 0 137 5 0 0 20 0 19 0 3165869 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207533361448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6876] ppid=6866 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/6869/task/6876/stat : 6876 (java) S 6866 6869 5545 0 -1 4202560 343 0 0 0 134 6 0 0 20 0 19 0 3165869 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207532309416 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6877] ppid=6866 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/6869/task/6877/stat : 6877 (java) S 6866 6869 5545 0 -1 4202560 362 0 0 0 142 5 0 0 20 0 19 0 3165869 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207531256872 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6878] ppid=6866 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/6869/task/6878/stat : 6878 (java) S 6866 6869 5545 0 -1 4202560 347 0 0 0 138 5 0 0 20 0 19 0 3165869 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207194106536 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6879] ppid=6866 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/6869/task/6879/stat : 6879 (java) S 6866 6869 5545 0 -1 4202560 358 0 0 0 134 5 0 0 20 0 19 0 3165869 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207193053992 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6880] ppid=6866 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/6869/task/6880/stat : 6880 (java) S 6866 6869 5545 0 -1 4202560 1284 0 0 0 2 10 0 0 20 0 19 0 3165870 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207180855656 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6881] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6881/stat : 6881 (java) S 6866 6869 5545 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 3165871 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207179801976 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6882] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6882/stat : 6882 (java) S 6866 6869 5545 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 3165871 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207178748808 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6883] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6883/stat : 6883 (java) S 6866 6869 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3165873 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207177697552 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6869/tid=6884] ppid=6866 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/6869/task/6884/stat : 6884 (java) S 6866 6869 5545 0 -1 4202560 21408 0 0 0 187 4 0 0 20 0 19 0 3165873 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207176645432 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6869/tid=6885] ppid=6866 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/6869/task/6885/stat : 6885 (java) S 6866 6869 5545 0 -1 4202560 8328 0 0 0 121 1 0 0 20 0 19 0 3165873 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207175592888 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6869/tid=6886] ppid=6866 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/6869/task/6886/stat : 6886 (java) S 6866 6869 5545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 3165873 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207174540024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6869/tid=6887] ppid=6866 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/6869/task/6887/stat : 6887 (java) S 6866 6869 5545 0 -1 4202560 23 0 0 0 3 10 0 0 20 0 19 0 3165873 10060525568 678354 33554432000 1073741824 1073778376 140734242850352 140207173487688 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 760.57
Current children cumulated vsize (KiB) 9824732

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.69
#  lost CPU user time (s): 1.79999
#  lost CPU system time (s): -0.11

Real time (s): 377.461
CPU time (s): 762.548
CPU user time (s): 761.259
CPU system time (s): 1.28979
CPU usage (%): 202.02
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 759.459
system time used= 1.39979
maximum resident set size= 2843780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39489
page faults= 1
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13384
involuntary context switches= 23654

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.6356 second user time and 2.84557 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-15 19:19:26
IDJOB=4088722
IDBENCH=107304
IDSOLVER=2543
FILE ID=node114/4088722-1466011166
RUNJOBID= node114-1466008022-5561
PBS_JOBID= 19902804
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_ODD_GRIDS/normalized-ECgrid5x40split.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088722-1466011166/watcher-4088722-1466011166 -o /tmp/evaluation-result-4088722-1466011166/solver-4088722-1466011166 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466008022-5561 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4088722-1466011166.opb

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

MD5SUM BENCH= 563fcfc045eeb86ad1ec51d49a575812
RANDOM SEED=1261141336

node114.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.761
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	: 5333.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.761
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.56
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.761
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.54
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.761
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.761
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.761
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.761
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.761
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:        28033532 kB
Buffers:            6440 kB
Cached:            38820 kB
SwapCached:        33296 kB
Active:          2920008 kB
Inactive:          57076 kB
Active(anon):    2901160 kB
Inactive(anon):    33292 kB
Active(file):      18848 kB
Inactive(file):    23784 kB
Unevictable:     1155488 kB
Mlocked:         1073728 kB
SwapTotal:      67108856 kB
SwapFree:       67068540 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:       4055204 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             564668 kB
SReclaimable:       8540 kB
SUnreclaim:       556128 kB
KernelStack:        1600 kB
PageTables:        12184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4171556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2916352 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= 71736 MiB
End job on node114 at 2016-06-15 19:25:44