Trace number 4096761

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 1021.89 1019.59

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_28.opb
MD5SUM1cf60cce574dd380b7c657cd13fb5e5f
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 benchmark26.504
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1332
Total number of constraints6341
Number of constraints which are clauses6336
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint36
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 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 64
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4096761-1466115397.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.51/0.34	c ... done. Wall clock time 0.227s.
0.51/0.34	c declared #vars     1332
0.51/0.34	c #constraints  6345
0.51/0.34	c constraints type 
0.51/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3780
0.51/0.34	c org.sat4j.specs.Constr$1 => 4
0.51/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.51/0.34	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.51/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2555
0.51/0.34	c 6345 constraints processed.
1.45/0.97	c cleaning 2493 clauses out of 5001 with flag 22026/5001
2.23/1.50	c cleaning 4249 clauses out of 8508 with flag 50728/11001
2.83/2.18	c cleaning 5622 clauses out of 11258 with flag 91876/18000
3.74/3.02	c cleaning 6810 clauses out of 13636 with flag 137373/26000
4.85/4.11	c cleaning 7908 clauses out of 15827 with flag 186872/35001
5.95/5.28	c cleaning 8952 clauses out of 17920 with flag 235519/45002
7.15/6.48	c cleaning 9982 clauses out of 19967 with flag 287085/56001
8.75/8.03	c cleaning 10988 clauses out of 21984 with flag 341333/68000
10.95/10.23	c cleaning 11991 clauses out of 23997 with flag 424306/81001
13.45/12.78	c cleaning 12997 clauses out of 26005 with flag 532100/95000
15.65/14.96	c cleaning 14000 clauses out of 28009 with flag 607670/110001
18.15/17.43	c cleaning 15002 clauses out of 30010 with flag 682175/126002
20.75/20.09	c cleaning 15992 clauses out of 32007 with flag 763735/143001
23.65/22.92	c cleaning 17005 clauses out of 34017 with flag 848676/161003
26.75/26.09	c cleaning 18000 clauses out of 36009 with flag 940228/180000
30.46/29.78	c cleaning 19001 clauses out of 38009 with flag 1039331/200000
34.16/33.49	c cleaning 19996 clauses out of 40010 with flag 1133383/221002
38.46/37.73	c cleaning 20989 clauses out of 42012 with flag 1246065/243000
43.16/42.41	c cleaning 22003 clauses out of 44024 with flag 1371838/266001
48.06/47.30	c cleaning 23005 clauses out of 46020 with flag 1494017/290000
54.25/53.52	c cleaning 24002 clauses out of 48016 with flag 1651728/315001
60.17/59.48	c cleaning 24993 clauses out of 50013 with flag 1811055/341000
67.36/66.67	c cleaning 26003 clauses out of 52021 with flag 2011534/368001
73.66/72.90	c cleaning 26998 clauses out of 54019 with flag 2166281/396002
79.36/78.63	c cleaning 28004 clauses out of 56019 with flag 2275182/425000
85.17/84.50	c cleaning 29001 clauses out of 58015 with flag 2391098/455000
91.28/90.53	c cleaning 30000 clauses out of 60015 with flag 2527794/486001
99.08/98.33	c cleaning 31000 clauses out of 62014 with flag 2694231/518000
108.18/107.40	c cleaning 32003 clauses out of 64014 with flag 2926729/551000
115.09/114.31	c cleaning 32996 clauses out of 66012 with flag 3064413/585001
123.59/122.89	c cleaning 34002 clauses out of 68015 with flag 3237739/620000
132.69/131.90	c cleaning 34999 clauses out of 70014 with flag 3431304/656001
140.39/139.64	c cleaning 36001 clauses out of 72015 with flag 3576599/693001
149.09/148.35	c cleaning 36998 clauses out of 74013 with flag 3743577/731000
157.70/156.93	c cleaning 38000 clauses out of 76016 with flag 3928083/770001
169.21/168.44	c cleaning 39008 clauses out of 78015 with flag 4141939/810000
182.10/181.35	c cleaning 39995 clauses out of 80007 with flag 4375818/851000
196.30/195.59	c cleaning 40995 clauses out of 82012 with flag 4645659/893000
211.61/210.82	c cleaning 42001 clauses out of 84017 with flag 4935239/936000
226.02/225.27	c cleaning 43001 clauses out of 86020 with flag 5211664/980004
241.18/240.39	c cleaning 44001 clauses out of 88015 with flag 5486070/1025000
256.48/255.64	c cleaning 44997 clauses out of 90015 with flag 5748343/1071001
271.98/271.10	c cleaning 45996 clauses out of 92018 with flag 6034658/1118001
285.08/284.28	c cleaning 47007 clauses out of 94022 with flag 6252432/1166001
300.48/299.61	c cleaning 48000 clauses out of 96015 with flag 6508710/1215001
319.59/318.78	c cleaning 49003 clauses out of 98016 with flag 6840782/1265002
339.39/338.51	c cleaning 49997 clauses out of 100011 with flag 7123717/1316000
359.40/358.53	c cleaning 50999 clauses out of 102015 with flag 7452620/1368001
381.51/380.66	c cleaning 52006 clauses out of 104015 with flag 7767870/1421000
399.50/398.67	c cleaning 53000 clauses out of 106009 with flag 8034122/1475000
416.27/415.30	c cleaning 53996 clauses out of 108009 with flag 8269884/1530000
438.47/437.58	c cleaning 54994 clauses out of 110013 with flag 8610002/1586000
463.27/462.34	c cleaning 56008 clauses out of 112019 with flag 8961996/1643000
489.78/488.83	c cleaning 56996 clauses out of 114012 with flag 9400289/1701001
515.18/514.27	c cleaning 58003 clauses out of 116015 with flag 9779797/1760000
542.30/541.32	c cleaning 58999 clauses out of 118013 with flag 10137447/1820001
569.70/568.74	c cleaning 60003 clauses out of 120014 with flag 10520974/1881001
596.65/595.66	c cleaning 60994 clauses out of 122010 with flag 10874489/1943000
624.96/623.95	c cleaning 61999 clauses out of 124016 with flag 11268159/2006000
658.27/657.27	c cleaning 63004 clauses out of 126017 with flag 11662874/2070000
690.26/689.26	c cleaning 63999 clauses out of 128015 with flag 12064199/2135002
721.58/720.51	c cleaning 65001 clauses out of 130014 with flag 12478841/2201000
753.80/752.76	c cleaning 65999 clauses out of 132014 with flag 12901121/2268001
790.13/788.95	c cleaning 67000 clauses out of 134014 with flag 13330907/2336000
827.04/825.89	c cleaning 67999 clauses out of 136014 with flag 13776989/2405000
863.15/861.99	c cleaning 68998 clauses out of 138016 with flag 14206434/2475001
901.07/899.86	c cleaning 70000 clauses out of 140017 with flag 14647017/2546001
939.67/938.48	c cleaning 70997 clauses out of 142016 with flag 15091152/2618000
981.69/980.45	c cleaning 72005 clauses out of 144017 with flag 15536078/2691000
1020.72/1018.96	c cleaning 73000 clauses out of 146005 with flag 15970110/2765000
1021.42/1019.56	c starts		: 2553
1021.42/1019.56	c conflicts		: 2766915
1021.42/1019.56	c decisions		: 3573865
1021.42/1019.56	c propagations		: 308270081
1021.42/1019.56	c inspects		: 16937195174
1021.42/1019.56	c shortcuts		: 0
1021.42/1019.56	c learnt literals	: 18
1021.42/1019.56	c learnt binary clauses	: 4
1021.42/1019.56	c learnt ternary clauses	: 87
1021.42/1019.56	c learnt constraints	: 2766896
1021.42/1019.56	c ignored constraints	: 0
1021.42/1019.56	c root simplifications	: 0
1021.42/1019.56	c removed literals (reason simplification)	: 0
1021.42/1019.56	c reason swapping (by a shorter reason)	: 0
1021.42/1019.56	c Calls to reduceDB	: 70
1021.42/1019.56	c Number of update (reduction) of LBD	: 836190
1021.42/1019.56	c Imported unit clauses	: 0
1021.42/1019.56	c number of reductions to clauses (during analyze)	: 0
1021.42/1019.56	c number of learned constraints concerned by reduction	: 0
1021.42/1019.56	c number of learning phase by resolution	: 0
1021.42/1019.56	c number of learning phase by cutting planes	: 0
1021.42/1019.56	c speed (assignments/second)	: 302458.34392154746
1021.42/1019.56	c non guided choices	141
1021.42/1019.58	c learnt constraints type 
1021.42/1019.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1021.42/1019.58	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74907
1021.42/1019.58	s UNSATISFIABLE
1021.42/1019.58	c Total wall clock time (in seconds): 1019.471

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-4096761-1466115397/watcher-4096761-1466115397 -o /tmp/evaluation-result-4096761-1466115397/solver-4096761-1466115397 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466113165-23926 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096761-1466115397.opb 

pid=25810
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.12 2.18 2.17 4/194 25813
/proc/meminfo: memFree=30175108/32872528 swapFree=1402008/1579836
[pid=25813] ppid=25810 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/25813/stat : 25813 (java) S 25810 25813 21576 0 -1 4202496 1250 0 0 0 0 0 0 0 20 0 2 0 13585454 91889664 893 33554432000 1073741824 1073778376 140736198553504 140736198544640 248793563197 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25813/statm: 22434 893 678 9 0 16769 0
[pid=25813/tid=25814] ppid=25810 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25814/stat : 25814 (java) R 25810 25813 21576 0 -1 4202560 55 0 0 0 0 0 0 0 20 0 2 0 13585455 94019584 912 33554432000 1073741824 1073778376 140736198553504 140736198542568 248790204245 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100172 s]
/proc/loadavg: 2.12 2.18 2.17 4/194 25813
/proc/meminfo: memFree=30175108/32872528 swapFree=1402008/1579836
[pid=25813] ppid=25810 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/25813/stat : 25813 (java) S 25810 25813 21576 0 -1 4202496 4401 0 1 0 8 2 0 0 20 0 18 0 13585454 9787879424 6026 33554432000 1073741824 1073778376 140736198553504 140736198544640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25813/statm: 2389619 6026 2125 9 0 2380296 0
[pid=25813/tid=25814] ppid=25810 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25813/task/25814/stat : 25814 (java) R 25810 25813 21576 0 -1 4202560 2375 0 1 0 5 2 0 0 20 0 18 0 13585455 9787879424 6026 33554432000 1073741824 1073778376 140736198553504 140608723123104 248793589005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 2.12 2.18 2.17 4/194 25813
/proc/meminfo: memFree=30175108/32872528 swapFree=1402008/1579836
[pid=25813] ppid=25810 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/25813/stat : 25813 (java) S 25810 25813 21576 0 -1 4202496 4986 0 1 0 26 2 0 0 20 0 18 0 13585454 9787879424 6975 33554432000 1073741824 1073778376 140736198553504 140736198544640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25813/statm: 2389619 6975 2216 9 0 2380296 0
[pid=25813/tid=25814] ppid=25810 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/25813/task/25814/stat : 25814 (java) R 25810 25813 21576 0 -1 4202560 2394 0 1 0 15 2 0 0 20 0 18 0 13585455 9787879424 6975 33554432000 1073741824 1073778376 140736198553504 140608723124584 140608589128400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300289 s]
/proc/loadavg: 2.12 2.18 2.17 4/194 25813
/proc/meminfo: memFree=30175108/32872528 swapFree=1402008/1579836
[pid=25813] ppid=25810 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/25813/stat : 25813 (java) S 25810 25813 21576 0 -1 4202496 6170 0 1 0 49 2 0 0 20 0 18 0 13585454 9787879424 9049 33554432000 1073741824 1073778376 140736198553504 140736198544640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25813/statm: 2389619 9049 2233 9 0 2380296 0
[pid=25813/tid=25814] ppid=25810 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/25813/task/25814/stat : 25814 (java) R 25810 25813 21576 0 -1 4202560 2397 0 1 0 25 2 0 0 20 0 18 0 13585455 9787879424 9049 33554432000 1073741824 1073778376 140736198553504 140608723124584 248793589005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700273 s]
/proc/loadavg: 2.12 2.18 2.17 4/194 25813
/proc/meminfo: memFree=30175108/32872528 swapFree=1402008/1579836
[pid=25813] ppid=25810 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/25813/stat : 25813 (java) S 25810 25813 21576 0 -1 4202496 9649 0 1 0 120 3 0 0 20 0 19 0 13585454 9856040960 11866 33554432000 1073741824 1073778376 140736198553504 140736198544640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25813/statm: 2406260 11866 2258 9 0 2396937 0
[pid=25813/tid=25814] ppid=25810 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/25813/task/25814/stat : 25814 (java) R 25810 25813 21576 0 -1 4202560 2414 0 1 0 65 2 0 0 20 0 19 0 13585455 9856040960 11866 33554432000 1073741824 1073778376 140736198553504 140608723124864 140608589578104 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.12 2.18 2.17 4/213 25832
/proc/meminfo: memFree=30133124/32872528 swapFree=1402008/1579836
[pid=25813] ppid=25810 vsize=9625040 CPUtime=2.23 cores=1,3,5,7
/proc/25813/stat : 25813 (java) S 25810 25813 21576 0 -1 4202496 11677 0 1 0 219 4 0 0 20 0 19 0 13585454 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140736198544640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25813/statm: 2406260 12388 2267 9 0 2396937 0
[pid=25813/tid=25814] ppid=25810 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/25813/task/25814/stat : 25814 (java) R 25810 25813 21576 0 -1 4202560 2415 0 1 0 145 2 0 0 20 0 19 0 13585455 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608723124280 140608589761134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25816] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25816/stat : 25816 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608712186280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25817] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25817/stat : 25817 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608711133736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25818] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25818/stat : 25818 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608710080680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25819] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25819/stat : 25819 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608709028136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25820] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25820/stat : 25820 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608707976104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25821] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25821/stat : 25821 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608561429544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25822] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25822/stat : 25822 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608560376488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25823] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25823/stat : 25823 (java) S 25810 25813 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608559323944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25824] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25824/stat : 25824 (java) S 25810 25813 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608547125608 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25825] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25825/stat : 25825 (java) S 25810 25813 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608546071928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25826] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25826/stat : 25826 (java) S 25810 25813 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608545018760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25827] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25827/stat : 25827 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608543967504 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25828] ppid=25810 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/25813/task/25828/stat : 25828 (java) S 25810 25813 21576 0 -1 4202560 4235 0 0 0 41 2 0 0 20 0 19 0 13585460 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608542915384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25829] ppid=25810 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/25813/task/25829/stat : 25829 (java) S 25810 25813 21576 0 -1 4202560 3757 0 0 0 30 0 0 0 20 0 19 0 13585460 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608541862840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25830] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25830/stat : 25830 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608540809976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25831] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25831/stat : 25831 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608539757640 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25832] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25832/stat : 25832 (java) S 25810 25813 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13585489 9856040960 12388 33554432000 1073741824 1073778376 140736198553504 140608538702888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.12 2.18 2.17 3/213 25832
/proc/meminfo: memFree=30131036/32872528 swapFree=1402008/1579836
[pid=25813] ppid=25810 vsize=9625040 CPUtime=3.85 cores=1,3,5,7
/proc/25813/stat : 25813 (java) S 25810 25813 21576 0 -1 4202496 11681 0 1 0 381 4 0 0 20 0 19 0 13585454 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140736198544640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25813/statm: 2406260 13924 2267 9 0 2396937 0
[pid=25813/tid=25814] ppid=25810 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/25813/task/25814/stat : 25814 (java) R 25810 25813 21576 0 -1 4202560 2419 0 1 0 305 2 0 0 20 0 19 0 13585455 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608723122576 140608589577616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25816] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25816/stat : 25816 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608712186280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25817] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25817/stat : 25817 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608711133736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25818] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25818/stat : 25818 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608710080680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25819] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25819/stat : 25819 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608709028136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25820] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25820/stat : 25820 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608707976104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25821] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25821/stat : 25821 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608561429544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25822] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25822/stat : 25822 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608560376488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25823] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25823/stat : 25823 (java) S 25810 25813 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608559323944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25824] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25824/stat : 25824 (java) S 25810 25813 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608547125608 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25825] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25825/stat : 25825 (java) S 25810 25813 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608546071928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25826] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25826/stat : 25826 (java) S 25810 25813 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608545018760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25827] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25827/stat : 25827 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608543967504 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25828] ppid=25810 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/25813/task/25828/stat : 25828 (java) S 25810 25813 21576 0 -1 4202560 4235 0 0 0 43 2 0 0 20 0 19 0 13585460 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608542915384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25829] ppid=25810 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/25813/task/25829/stat : 25829 (java) S 25810 25813 21576 0 -1 4202560 3757 0 0 0 30 0 0 0 20 0 19 0 13585460 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608541862840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25830] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25830/stat : 25830 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608540809976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25831] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25831/stat : 25831 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608539757640 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25832] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25832/stat : 25832 (java) S 25810 25813 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13585489 9856040960 13924 33554432000 1073741824 1073778376 140736198553504 140608538702888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30094 s]
/proc/loadavg: 2.11 2.18 2.17 4/213 25832
/proc/meminfo: memFree=30120680/32872528 swapFree=1402008/1579836
[pid=25813] ppid=25810 vsize=9625040 CPUtime=7.05 cores=1,3,5,7
/proc/25813/stat : 25813 (java) S 25810 25813 21576 0 -1 4202496 11687 0 1 0 701 4 0 0 20 0 19 0 13585454 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140736198544640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25813/statm: 2406260 15884 2268 9 0 2396937 0
[pid=25813/tid=25814] ppid=25810 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/25813/task/25814/stat : 25814 (java) R 25810 25813 21576 0 -1 4202560 2424 0 1 0 625 2 0 0 20 0 19 0 13585455 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608723115712 140608589629319 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25816] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25816/stat : 25816 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608712186280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25817] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25817/stat : 25817 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608711133736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25818] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25818/stat : 25818 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608710080680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25819] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25819/stat : 25819 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608709028136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25820] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25820/stat : 25820 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608707976104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25821] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25821/stat : 25821 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608561429544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25822] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25822/stat : 25822 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608560376488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25823] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25823/stat : 25823 (java) S 25810 25813 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13585456 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608559323944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25824] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25824/stat : 25824 (java) S 25810 25813 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608547125608 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25825] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25825/stat : 25825 (java) S 25810 25813 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608546071928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25826] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25826/stat : 25826 (java) S 25810 25813 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608545018760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25827] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25827/stat : 25827 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608543967504 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25828] ppid=25810 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/25813/task/25828/stat : 25828 (java) S 25810 25813 21576 0 -1 4202560 4235 0 0 0 43 2 0 0 20 0 19 0 13585460 9856040960 15884 33554432000 1073741824 1073778376 140736198553504 140608542915384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25829] ppid=25810 vsize=9625040 CPUtime=0.3 cores=1,3,5,7

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

[pid=25813/tid=25818] ppid=25810 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25813/task/25818/stat : 25818 (java) S 25810 25813 21576 0 -1 4202560 153 0 0 0 4 2 0 0 20 0 19 0 13585456 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608710080680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25819] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25819/stat : 25819 (java) S 25810 25813 21576 0 -1 4202560 234 0 0 0 4 1 0 0 20 0 19 0 13585456 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608709028136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25820] ppid=25810 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/25813/task/25820/stat : 25820 (java) S 25810 25813 21576 0 -1 4202560 201 0 0 0 7 2 0 0 20 0 19 0 13585456 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608707976104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25821] ppid=25810 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/25813/task/25821/stat : 25821 (java) S 25810 25813 21576 0 -1 4202560 54 0 0 0 3 1 0 0 20 0 19 0 13585456 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608561429544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25822] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25822/stat : 25822 (java) S 25810 25813 21576 0 -1 4202560 48 0 0 0 3 2 0 0 20 0 19 0 13585456 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608560376488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25823] ppid=25810 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/25813/task/25823/stat : 25823 (java) S 25810 25813 21576 0 -1 4202560 56 0 0 0 5 2 0 0 20 0 19 0 13585456 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608559323944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25824] ppid=25810 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25813/task/25824/stat : 25824 (java) S 25810 25813 21576 0 -1 4202560 56 0 0 0 1 0 0 0 20 0 19 0 13585457 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608547125608 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25825] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25825/stat : 25825 (java) S 25810 25813 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608546071928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25826] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25826/stat : 25826 (java) S 25810 25813 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608545018760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25827] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25827/stat : 25827 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608543967504 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25828] ppid=25810 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/25813/task/25828/stat : 25828 (java) S 25810 25813 21576 0 -1 4202560 4495 0 0 0 47 2 0 0 20 0 19 0 13585460 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608542915384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25829] ppid=25810 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/25813/task/25829/stat : 25829 (java) S 25810 25813 21576 0 -1 4202560 3757 0 0 0 30 0 0 0 20 0 19 0 13585460 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608541862840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25830] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25830/stat : 25830 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608540809976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25831] ppid=25810 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/25813/task/25831/stat : 25831 (java) S 25810 25813 21576 0 -1 4202560 60 0 0 0 18 24 0 0 20 0 19 0 13585460 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608539757640 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25832] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25832/stat : 25832 (java) S 25810 25813 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13585489 9856040960 71394 33554432000 1073741824 1073778376 140736198553504 140608538702888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1019.83
Current children cumulated vsize (KiB) 9625040

[startup+1019.2 s]
/proc/loadavg: 2.13 2.18 2.17 4/213 25857
/proc/meminfo: memFree=29816144/32872528 swapFree=1402008/1579836
[pid=25813] ppid=25810 vsize=9625040 CPUtime=1021.12 cores=1,3,5,7
/proc/25813/stat : 25813 (java) S 25810 25813 21576 0 -1 4202496 21934 0 1 0 102071 41 0 0 20 0 19 0 13585454 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140736198544640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25813/statm: 2406260 76026 2283 9 0 2396937 0
[pid=25813/tid=25814] ppid=25810 vsize=9625040 CPUtime=1019.06 cores=1,3,5,7
/proc/25813/task/25814/stat : 25814 (java) R 25810 25813 21576 0 -1 4202560 2483 0 1 0 101887 19 0 0 20 0 19 0 13585455 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608723115712 140608589629248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25816] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25816/stat : 25816 (java) S 25810 25813 21576 0 -1 4202560 53 0 0 0 4 1 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608712186280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25817] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25817/stat : 25817 (java) S 25810 25813 21576 0 -1 4202560 121 0 0 0 4 1 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608711133736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25818] ppid=25810 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25813/task/25818/stat : 25818 (java) S 25810 25813 21576 0 -1 4202560 153 0 0 0 4 2 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608710080680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25819] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25819/stat : 25819 (java) S 25810 25813 21576 0 -1 4202560 234 0 0 0 4 1 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608709028136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25820] ppid=25810 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/25813/task/25820/stat : 25820 (java) S 25810 25813 21576 0 -1 4202560 201 0 0 0 7 2 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608707976104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25821] ppid=25810 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/25813/task/25821/stat : 25821 (java) S 25810 25813 21576 0 -1 4202560 54 0 0 0 3 1 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608561429544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25822] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25822/stat : 25822 (java) S 25810 25813 21576 0 -1 4202560 48 0 0 0 3 2 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608560376488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25823] ppid=25810 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/25813/task/25823/stat : 25823 (java) S 25810 25813 21576 0 -1 4202560 56 0 0 0 5 2 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608559323944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25824] ppid=25810 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25813/task/25824/stat : 25824 (java) S 25810 25813 21576 0 -1 4202560 56 0 0 0 1 0 0 0 20 0 19 0 13585457 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608547125608 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25825] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25825/stat : 25825 (java) S 25810 25813 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608546071928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25826] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25826/stat : 25826 (java) S 25810 25813 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608545018760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25827] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25827/stat : 25827 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608543967504 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25828] ppid=25810 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/25813/task/25828/stat : 25828 (java) S 25810 25813 21576 0 -1 4202560 13395 0 0 0 91 3 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608542915384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25829] ppid=25810 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/25813/task/25829/stat : 25829 (java) S 25810 25813 21576 0 -1 4202560 3763 0 0 0 33 0 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608541862840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25830] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25830/stat : 25830 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608540809976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25831] ppid=25810 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/25813/task/25831/stat : 25831 (java) S 25810 25813 21576 0 -1 4202560 60 0 0 0 18 24 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608539757640 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25832] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25832/stat : 25832 (java) S 25810 25813 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13585489 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608538702888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1021.12
Current children cumulated vsize (KiB) 9625040

[startup+1019.4 s]
/proc/loadavg: 2.13 2.18 2.17 4/213 25857
/proc/meminfo: memFree=29816144/32872528 swapFree=1402008/1579836
[pid=25813] ppid=25810 vsize=9625040 CPUtime=1021.32 cores=1,3,5,7
/proc/25813/stat : 25813 (java) S 25810 25813 21576 0 -1 4202496 21934 0 1 0 102091 41 0 0 20 0 19 0 13585454 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140736198544640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25813/statm: 2406260 76026 2283 9 0 2396937 0
[pid=25813/tid=25814] ppid=25810 vsize=9625040 CPUtime=1019.26 cores=1,3,5,7
/proc/25813/task/25814/stat : 25814 (java) R 25810 25813 21576 0 -1 4202560 2483 0 1 0 101907 19 0 0 20 0 19 0 13585455 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608723115712 140608589578210 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25816] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25816/stat : 25816 (java) S 25810 25813 21576 0 -1 4202560 53 0 0 0 4 1 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608712186280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25817] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25817/stat : 25817 (java) S 25810 25813 21576 0 -1 4202560 121 0 0 0 4 1 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608711133736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25818] ppid=25810 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25813/task/25818/stat : 25818 (java) S 25810 25813 21576 0 -1 4202560 153 0 0 0 4 2 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608710080680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25819] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25819/stat : 25819 (java) S 25810 25813 21576 0 -1 4202560 234 0 0 0 4 1 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608709028136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25820] ppid=25810 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/25813/task/25820/stat : 25820 (java) S 25810 25813 21576 0 -1 4202560 201 0 0 0 7 2 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608707976104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25821] ppid=25810 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/25813/task/25821/stat : 25821 (java) S 25810 25813 21576 0 -1 4202560 54 0 0 0 3 1 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608561429544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25822] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25822/stat : 25822 (java) S 25810 25813 21576 0 -1 4202560 48 0 0 0 3 2 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608560376488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25823] ppid=25810 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/25813/task/25823/stat : 25823 (java) S 25810 25813 21576 0 -1 4202560 56 0 0 0 5 2 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608559323944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25824] ppid=25810 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25813/task/25824/stat : 25824 (java) S 25810 25813 21576 0 -1 4202560 56 0 0 0 1 0 0 0 20 0 19 0 13585457 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608547125608 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25825] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25825/stat : 25825 (java) S 25810 25813 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608546071928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25826] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25826/stat : 25826 (java) S 25810 25813 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608545018760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25827] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25827/stat : 25827 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608543967504 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25828] ppid=25810 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/25813/task/25828/stat : 25828 (java) S 25810 25813 21576 0 -1 4202560 13395 0 0 0 91 3 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608542915384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25829] ppid=25810 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/25813/task/25829/stat : 25829 (java) S 25810 25813 21576 0 -1 4202560 3763 0 0 0 33 0 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608541862840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25830] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25830/stat : 25830 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608540809976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25831] ppid=25810 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/25813/task/25831/stat : 25831 (java) S 25810 25813 21576 0 -1 4202560 60 0 0 0 18 24 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608539757640 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25832] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25832/stat : 25832 (java) S 25810 25813 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13585489 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608538702888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1021.32
Current children cumulated vsize (KiB) 9625040

[startup+1019.5 s]
/proc/loadavg: 2.13 2.18 2.17 4/213 25857
/proc/meminfo: memFree=29816144/32872528 swapFree=1402008/1579836
[pid=25813] ppid=25810 vsize=9625040 CPUtime=1021.42 cores=1,3,5,7
/proc/25813/stat : 25813 (java) S 25810 25813 21576 0 -1 4202496 21934 0 1 0 102101 41 0 0 20 0 19 0 13585454 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140736198544640 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25813/statm: 2406260 76026 2283 9 0 2396937 0
[pid=25813/tid=25814] ppid=25810 vsize=9625040 CPUtime=1019.36 cores=1,3,5,7
/proc/25813/task/25814/stat : 25814 (java) R 25810 25813 21576 0 -1 4202560 2483 0 1 0 101917 19 0 0 20 0 19 0 13585455 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608723115712 140608589629232 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25813/tid=25816] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25816/stat : 25816 (java) S 25810 25813 21576 0 -1 4202560 53 0 0 0 4 1 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608712186280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25817] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25817/stat : 25817 (java) S 25810 25813 21576 0 -1 4202560 121 0 0 0 4 1 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608711133736 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25818] ppid=25810 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25813/task/25818/stat : 25818 (java) S 25810 25813 21576 0 -1 4202560 153 0 0 0 4 2 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608710080680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25819] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25819/stat : 25819 (java) S 25810 25813 21576 0 -1 4202560 234 0 0 0 4 1 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608709028136 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25820] ppid=25810 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/25813/task/25820/stat : 25820 (java) S 25810 25813 21576 0 -1 4202560 201 0 0 0 7 2 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608707976104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25821] ppid=25810 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/25813/task/25821/stat : 25821 (java) S 25810 25813 21576 0 -1 4202560 54 0 0 0 3 1 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608561429544 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25822] ppid=25810 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25813/task/25822/stat : 25822 (java) S 25810 25813 21576 0 -1 4202560 48 0 0 0 3 2 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608560376488 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25823] ppid=25810 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/25813/task/25823/stat : 25823 (java) S 25810 25813 21576 0 -1 4202560 56 0 0 0 5 2 0 0 20 0 19 0 13585456 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608559323944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25824] ppid=25810 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25813/task/25824/stat : 25824 (java) S 25810 25813 21576 0 -1 4202560 56 0 0 0 1 0 0 0 20 0 19 0 13585457 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608547125608 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25825] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25825/stat : 25825 (java) S 25810 25813 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608546071928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25826] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25826/stat : 25826 (java) S 25810 25813 21576 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 13585457 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608545018760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25827] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25827/stat : 25827 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608543967504 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25813/tid=25828] ppid=25810 vsize=9625040 CPUtime=0.94 cores=1,3,5,7
/proc/25813/task/25828/stat : 25828 (java) S 25810 25813 21576 0 -1 4202560 13395 0 0 0 91 3 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608542915384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25829] ppid=25810 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/25813/task/25829/stat : 25829 (java) S 25810 25813 21576 0 -1 4202560 3763 0 0 0 33 0 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608541862840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25830] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25830/stat : 25830 (java) S 25810 25813 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608540809976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25813/tid=25831] ppid=25810 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/25813/task/25831/stat : 25831 (java) S 25810 25813 21576 0 -1 4202560 60 0 0 0 18 24 0 0 20 0 19 0 13585460 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608539757640 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25813/tid=25832] ppid=25810 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25813/task/25832/stat : 25832 (java) S 25810 25813 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13585489 9856040960 76026 33554432000 1073741824 1073778376 140736198553504 140608538702888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1021.42
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 1019.59
CPU time (s): 1021.89
CPU user time (s): 1021.15
CPU system time (s): 0.742887
CPU usage (%): 100.225
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1021.15
system time used= 0.742887
maximum resident set size= 304172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21957
page faults= 1
swaps= 0
block input operations= 0
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21819
involuntary context switches= 1470

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.10477 second user time and 5.76312 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-17 00:16:37
IDJOB=4096761
IDBENCH=107660
IDSOLVER=2546
FILE ID=node139/4096761-1466115397
RUNJOBID= node139-1466113165-23926
PBS_JOBID= 19904053
Free space on /tmp= 71596 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-8_6_28.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096761-1466115397/watcher-4096761-1466115397 -o /tmp/evaluation-result-4096761-1466115397/solver-4096761-1466115397 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466113165-23926 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096761-1466115397.opb

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

MD5SUM BENCH= 1cf60cce574dd380b7c657cd13fb5e5f
RANDOM SEED=29493265

node139.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.500
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.00
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.500
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.500
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.500
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.56
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.500
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.500
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.56
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.500
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.500
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:        30175000 kB
Buffers:           72604 kB
Cached:           141064 kB
SwapCached:          960 kB
Active:           281636 kB
Inactive:         118124 kB
Active(anon):     187480 kB
Inactive(anon):     1364 kB
Active(file):      94156 kB
Inactive(file):   116760 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100244 kB
Dirty:              1072 kB
Writeback:             0 kB
AnonPages:       1786256 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             571872 kB
SReclaimable:      15112 kB
SUnreclaim:       556760 kB
KernelStack:        1752 kB
PageTables:         7812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2267616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 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= 71592 MiB
End job on node139 at 2016-06-17 00:33:37