Trace number 3688636

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)14 1800.05 921.642

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_5.opb
MD5SUMe3f554c192a1ee7b261cc2808827870e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6226
Sum of products size (including duplicates)12452
Number of different products6226
Sum of products size12452

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		501472288
0.06/0.08	c Max memory 		7480803328
0.06/0.08	c Total memory 		504102912
0.06/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688636-1337878632.opb
0.10/0.10	c reading problem ... 
1.07/0.51	c ... done. Wall clock time 0.405s.
1.07/0.51	c declared #vars     200
1.07/0.51	c internal #vars     6426
1.07/0.51	c #constraints  12652
1.07/0.51	c constraints type 
1.07/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6426
1.07/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1.07/0.51	c 12652 constraints processed.
1.07/0.51	c constraints type 
1.07/0.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6426
1.07/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1.07/0.51	c 12652 constraints processed.
1.07/0.51	c objective function length is 200 literals
1.46/0.63	c  And the winner is solver0
2.36/1.01	c SATISFIABLE
2.36/1.01	c OPTIMIZING...
2.36/1.03	c Got one! Elapsed wall clock time (in seconds):0.907
2.36/1.03	o 17
2.36/1.05	c  And the winner is solver0
2.54/1.51	c Got one! Elapsed wall clock time (in seconds):1.41
2.54/1.51	o 16
5.17/2.43	c  And the winner is solver1
5.31/2.51	c Got one! Elapsed wall clock time (in seconds):2.412
5.31/2.51	o 15
11.67/5.53	c cleaning 2640 clauses out of 5279 with flag 4000/5279
21.21/10.28	c cleaning 4322 clauses out of 8643 with flag 10004/11283
32.09/15.64	c cleaning 5643 clauses out of 11317 with flag 17000/18279
44.08/21.68	c cleaning 6835 clauses out of 13675 with flag 25001/26280
46.88/23.12	c  And the winner is solver1
46.81/23.60	c Got one! Elapsed wall clock time (in seconds):23.497
46.81/23.60	o 14
52.21/26.33	c cleaning 6104 clauses out of 12212 with flag 4000/31652
61.17/31.00	c cleaning 6054 clauses out of 12108 with flag 10000/37652
71.52/36.24	c cleaning 6528 clauses out of 13057 with flag 17003/44655
83.43/42.39	c cleaning 7265 clauses out of 14531 with flag 25005/52657
97.41/49.56	c cleaning 8124 clauses out of 16261 with flag 34000/61652
111.68/56.82	c cleaning 9066 clauses out of 18137 with flag 44000/71652
128.51/65.41	c cleaning 10021 clauses out of 20072 with flag 55001/82653
146.12/74.46	c cleaning 11018 clauses out of 22052 with flag 67002/94654
166.63/85.06	c cleaning 12014 clauses out of 24032 with flag 80000/107652
187.58/95.74	c cleaning 13009 clauses out of 26018 with flag 94000/121652
209.85/107.18	c cleaning 14003 clauses out of 28017 with flag 109008/136660
235.16/120.04	c cleaning 15001 clauses out of 30007 with flag 125001/152653
264.74/136.08	c cleaning 16001 clauses out of 32006 with flag 142001/169653
293.69/150.72	c cleaning 17002 clauses out of 34006 with flag 160002/187654
323.88/166.14	c cleaning 17999 clauses out of 36003 with flag 179001/206653
356.59/183.05	c cleaning 18999 clauses out of 38003 with flag 199000/226652
366.50/188.38	c cleaning 0 clauses out of 5803 with flag 0/5803
393.11/201.83	c cleaning 20003 clauses out of 40008 with flag 220004/247656
430.08/220.62	c cleaning 20994 clauses out of 42002 with flag 242001/269653
465.22/238.71	c cleaning 21999 clauses out of 44007 with flag 265000/292652
503.52/258.23	c cleaning 23005 clauses out of 46010 with flag 289002/316654
544.86/279.20	c cleaning 23994 clauses out of 48003 with flag 314000/341652
586.78/300.59	c cleaning 24999 clauses out of 50009 with flag 340000/367652
629.71/322.61	c cleaning 25979 clauses out of 52010 with flag 367000/394652
676.02/346.16	c cleaning 27016 clauses out of 54032 with flag 395001/422653
721.83/369.46	c cleaning 27995 clauses out of 56018 with flag 424003/451655
769.05/393.42	c cleaning 29005 clauses out of 58021 with flag 454001/481653
816.09/417.70	c cleaning 29983 clauses out of 60015 with flag 485000/512652
862.17/441.29	c cleaning 30980 clauses out of 62032 with flag 517000/544652
913.47/467.37	c cleaning 31997 clauses out of 64053 with flag 550001/577653
967.96/495.04	c cleaning 33014 clauses out of 66055 with flag 584000/611652
1024.64/524.26	c cleaning 34003 clauses out of 68041 with flag 619000/646652
1083.17/554.94	c cleaning 35004 clauses out of 70038 with flag 655000/682652
1138.95/583.34	c cleaning 36015 clauses out of 72036 with flag 692002/719654
1194.95/612.24	c cleaning 36997 clauses out of 74020 with flag 730001/757653
1256.31/643.47	c cleaning 37961 clauses out of 76024 with flag 769002/796654
1316.72/674.23	c cleaning 38988 clauses out of 78062 with flag 809001/836653
1376.29/704.65	c cleaning 40027 clauses out of 80073 with flag 850000/877652
1447.91/741.41	c cleaning 41021 clauses out of 82048 with flag 892002/919654
1522.11/779.18	c cleaning 42007 clauses out of 84026 with flag 935001/962653
1592.35/814.83	c cleaning 43005 clauses out of 86018 with flag 979000/1006652
1661.97/850.24	c cleaning 44008 clauses out of 88016 with flag 1024003/1051655
1703.53/872.18	c cleaning 0 clauses out of 11805 with flag 0/11805
1740.85/891.48	c cleaning 44987 clauses out of 90010 with flag 1070005/1097657
1799.98/921.61	c starts		: 40
1799.98/921.61	c conflicts		: 12035
1799.98/921.61	c decisions		: 26950
1799.98/921.61	c propagations		: 3304031
1799.98/921.61	c inspects		: 871247177
1799.98/921.61	c shortcuts		: 0
1799.98/921.61	c learnt literals	: 0
1799.98/921.61	c learnt binary clauses	: 0
1799.98/921.61	c learnt ternary clauses	: 0
1799.98/921.61	c learnt constraints	: 12034
1799.98/921.61	c ignored constraints	: 0
1799.98/921.61	c root simplifications	: 0
1799.98/921.61	c removed literals (reason simplification)	: 0
1799.98/921.61	c reason swapping (by a shorter reason)	: 0
1799.98/921.61	c Calls to reduceDB	: 2
1799.98/921.61	c number of reductions to clauses (during analyze)	: 0
1799.98/921.61	c number of learned constraints concerned by reduction	: 0
1799.98/921.61	c number of learning phase by resolution	: 0
1799.98/921.61	c number of learning phase by cutting planes	: 0
1799.98/921.61	c speed (assignments/second)	: 3590.96723707878
1799.98/921.61	c non guided choices	0
1799.98/921.62	c learnt constraints type 
1799.98/921.62	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 9
1799.98/921.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 207
1799.98/921.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11818
1799.98/921.62	c constraints type 
1799.98/921.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6426
1799.98/921.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.98/921.62	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1799.98/921.62	c 12653 constraints processed.
1799.98/921.62	c constraints type 
1799.98/921.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6426
1799.98/921.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.98/921.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1799.98/921.62	c 12653 constraints processed.
1799.98/921.62	s SATISFIABLE
1799.98/921.62	v -x1 x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
1799.98/921.62	c objective function=14
1799.98/921.62	c Total wall clock time (in seconds): 921.515

Verifier Data

OK	14

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3688636-1337878632/watcher-3688636-1337878632 -o /tmp/evaluation-result-3688636-1337878632/solver-3688636-1337878632 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688636-1337878632.opb 

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: 3.83 3.90 3.83 5/197 25931
/proc/meminfo: memFree=28226856/32873844 swapFree=7616/7616
[pid=25931] ppid=25929 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/25931/stat : 25931 (java) S 25929 25931 24080 0 -1 4202496 1203 0 0 0 0 0 0 0 20 0 2 0 253987553 94019584 916 33554432000 1073741824 1073778376 140736644399456 140736644390592 209887199293 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25931/statm: 22954 916 697 9 0 16769 0
[pid=25931/tid=25932] ppid=25929 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25932/stat : 25932 (java) R 25929 25931 24080 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 253987554 94019584 916 33554432000 1073741824 1073778376 140736644399456 140178227220008 209874677031 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0690939 s]
/proc/loadavg: 3.83 3.90 3.83 5/197 25931
/proc/meminfo: memFree=28226856/32873844 swapFree=7616/7616
[pid=25931] ppid=25929 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/25931/stat : 25931 (java) S 25929 25931 24080 0 -1 4202496 3352 0 1 0 5 1 0 0 20 0 18 0 253987553 9787813888 4562 33554432000 1073741824 1073778376 140736644399456 140736644390592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25931/statm: 2389603 4563 1772 9 0 2380296 0
[pid=25931/tid=25932] ppid=25929 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25931/task/25932/stat : 25932 (java) R 25929 25931 24080 0 -1 4202560 2146 0 1 0 4 0 0 0 20 0 18 0 253987554 9787813888 4563 33554432000 1073741824 1073778376 140736644399456 140178227227296 209887225101 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100336 s]
/proc/loadavg: 3.83 3.90 3.83 5/197 25931
/proc/meminfo: memFree=28226856/32873844 swapFree=7616/7616
[pid=25931] ppid=25929 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/25931/stat : 25931 (java) S 25929 25931 24080 0 -1 4202496 4437 0 1 0 9 1 0 0 20 0 18 0 253987553 9787813888 6107 33554432000 1073741824 1073778376 140736644399456 140736644390592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25931/statm: 2389603 6107 2139 9 0 2380296 0
[pid=25931/tid=25932] ppid=25929 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25931/task/25932/stat : 25932 (java) R 25929 25931 24080 0 -1 4202560 2428 0 1 0 7 0 0 0 20 0 18 0 253987554 9787813888 6107 33554432000 1073741824 1073778376 140736644399456 140178227223472 140178217287085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300182 s]
/proc/loadavg: 3.83 3.90 3.83 5/197 25931
/proc/meminfo: memFree=28226856/32873844 swapFree=7616/7616
[pid=25931] ppid=25929 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/25931/stat : 25931 (java) S 25929 25931 24080 0 -1 4202496 5757 0 1 0 47 1 0 0 20 0 18 0 253987553 9787813888 8513 33554432000 1073741824 1073778376 140736644399456 140736644390592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25931/statm: 2389603 8513 2225 9 0 2380296 0
[pid=25931/tid=25932] ppid=25929 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/25931/task/25932/stat : 25932 (java) R 25929 25931 24080 0 -1 4202560 2442 0 1 0 27 0 0 0 20 0 18 0 253987554 9787813888 8513 33554432000 1073741824 1073778376 140736644399456 140178227224728 140178085751913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700195 s]
/proc/loadavg: 3.83 3.90 3.83 5/197 25931
/proc/meminfo: memFree=28226856/32873844 swapFree=7616/7616
[pid=25931] ppid=25929 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/25931/stat : 25931 (java) S 25929 25931 24080 0 -1 4202496 26440 0 1 0 167 8 0 0 20 0 19 0 253987553 10060460032 28808 33554432000 1073741824 1073778376 140736644399456 140736644390592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25931/statm: 2456167 28808 2254 9 0 2446860 0
[pid=25931/tid=25932] ppid=25929 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/25931/task/25932/stat : 25932 (java) S 25929 25931 24080 0 -1 4202560 2463 0 1 0 47 2 0 0 20 0 19 0 253987554 10060460032 28808 33554432000 1073741824 1073778376 140736644399456 140178227225592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 3.83 3.90 3.83 5/216 25953
/proc/meminfo: memFree=28119896/32873844 swapFree=7616/7616
[pid=25931] ppid=25929 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/25931/stat : 25931 (java) S 25929 25931 24080 0 -1 4202496 28819 0 1 0 244 10 0 0 20 0 19 0 253987553 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140736644390592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25931/statm: 2456167 29835 2261 9 0 2446860 0
[pid=25931/tid=25932] ppid=25929 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/25931/task/25932/stat : 25932 (java) S 25929 25931 24080 0 -1 4202560 2463 0 1 0 47 2 0 0 20 0 19 0 253987554 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140178227225592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25934] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25934/stat : 25934 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253987554 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140178205325992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25935] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25935/stat : 25935 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253987554 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140178204273448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25936] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25936/stat : 25936 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253987554 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140178001750952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25937] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25937/stat : 25937 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253987554 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140178000698408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25938] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25938/stat : 25938 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253987554 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140177999644840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25939] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25939/stat : 25939 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253987554 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140177998592296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25940] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25940/stat : 25940 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253987554 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140177997539752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25941] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25941/stat : 25941 (java) S 25929 25931 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253987554 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140177996487208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25942] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25942/stat : 25942 (java) S 25929 25931 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253987555 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140177984076392 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25943] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25943/stat : 25943 (java) S 25929 25931 24080 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253987556 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140177983022712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25944] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25944/stat : 25944 (java) S 25929 25931 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253987556 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140177981970056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25945] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25945/stat : 25945 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253987558 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140177980918800 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25946] ppid=25929 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/25931/task/25946/stat : 25946 (java) S 25929 25931 24080 0 -1 4202560 13979 0 0 0 79 3 0 0 20 0 19 0 253987558 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140177979865144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25947] ppid=25929 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/25931/task/25947/stat : 25947 (java) S 25929 25931 24080 0 -1 4202560 11064 0 0 0 82 2 0 0 20 0 19 0 253987558 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140177978812600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25948] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25948/stat : 25948 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253987558 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140177977760248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25949] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25949/stat : 25949 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253987558 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140177976707912 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25952] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25952/stat : 25952 (java) S 25929 25931 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253987606 10060460032 29835 33554432000 1073741824 1073778376 140736644399456 140177973548584 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 3.83 3.90 3.83 5/219 25959
/proc/meminfo: memFree=28066012/32873844 swapFree=7616/7616
[pid=25931] ppid=25929 vsize=9824668 CPUtime=6.57 cores=0,2,4,6
/proc/25931/stat : 25931 (java) S 25929 25931 24080 0 -1 4202496 33097 0 1 0 640 17 0 0 20 0 22 0 253987553 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140736644390592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25931/statm: 2456167 58146 2276 9 0 2446860 0
[pid=25931/tid=25932] ppid=25929 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/25931/task/25932/stat : 25932 (java) S 25929 25931 24080 0 -1 4202560 2463 0 1 0 48 2 0 0 20 0 22 0 253987554 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140178227225592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25934] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25934/stat : 25934 (java) S 25929 25931 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253987554 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140178205325992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25935] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25935/stat : 25935 (java) S 25929 25931 24080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253987554 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140178204273448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25936] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25936/stat : 25936 (java) S 25929 25931 24080 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253987554 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140178001750952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25937] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25937/stat : 25937 (java) S 25929 25931 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253987554 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140178000698408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25938] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25938/stat : 25938 (java) S 25929 25931 24080 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253987554 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140177999644840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25939] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25939/stat : 25939 (java) S 25929 25931 24080 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253987554 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140177998592296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25940] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25940/stat : 25940 (java) S 25929 25931 24080 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253987554 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140177997539752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25941] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25941/stat : 25941 (java) S 25929 25931 24080 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253987554 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140177996487208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25942] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25942/stat : 25942 (java) S 25929 25931 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253987555 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140177984076392 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25943] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25943/stat : 25943 (java) S 25929 25931 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253987556 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140177983022712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25944] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25944/stat : 25944 (java) S 25929 25931 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253987556 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140177981970056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25945] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25945/stat : 25945 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253987558 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140177980918800 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25946] ppid=25929 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/25931/task/25946/stat : 25946 (java) S 25929 25931 24080 0 -1 4202560 14073 0 0 0 126 3 0 0 20 0 22 0 253987558 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140177979865144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25947] ppid=25929 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/25931/task/25947/stat : 25947 (java) S 25929 25931 24080 0 -1 4202560 15128 0 0 0 134 3 0 0 20 0 22 0 253987558 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140177978812600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25948] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25948/stat : 25948 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253987558 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140177977760248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25949] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25949/stat : 25949 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253987558 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140177976707912 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25959] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25959/stat : 25959 (java) S 25929 25931 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253987705 10060460032 58146 33554432000 1073741824 1073778376 140736644399456 140177972495784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.57
Current children cumulated vsize (KiB) 9824668

[startup+6.30083 s]
/proc/loadavg: 3.85 3.91 3.84 5/219 25962
/proc/meminfo: memFree=27939408/32873844 swapFree=7616/7616
[pid=25931] ppid=25929 vsize=9824668 CPUtime=13.22 cores=0,2,4,6
/proc/25931/stat : 25931 (java) S 25929 25931 24080 0 -1 4202496 34285 0 1 0 1295 27 0 0 20 0 22 0 253987553 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140736644390592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25931/statm: 2456167 93357 2288 9 0 2446860 0
[pid=25931/tid=25932] ppid=25929 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/25931/task/25932/stat : 25932 (java) S 25929 25931 24080 0 -1 4202560 2463 0 1 0 48 2 0 0 20 0 22 0 253987554 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140178227225592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25934] ppid=25929 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25931/task/25934/stat : 25934 (java) S 25929 25931 24080 0 -1 4202560 160 0 0 0 3 0 0 0 20 0 22 0 253987554 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140178205325992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25935] ppid=25929 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25931/task/25935/stat : 25935 (java) S 25929 25931 24080 0 -1 4202560 145 0 0 0 5 2 0 0 20 0 22 0 253987554 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140178204273448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25936] ppid=25929 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25931/task/25936/stat : 25936 (java) S 25929 25931 24080 0 -1 4202560 45 0 0 0 7 1 0 0 20 0 22 0 253987554 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140178001750952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25937] ppid=25929 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/25931/task/25937/stat : 25937 (java) S 25929 25931 24080 0 -1 4202560 129 0 0 0 8 2 0 0 20 0 22 0 253987554 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140178000698408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25938] ppid=25929 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/25931/task/25938/stat : 25938 (java) S 25929 25931 24080 0 -1 4202560 45 0 0 0 7 3 0 0 20 0 22 0 253987554 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140177999644840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25939] ppid=25929 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25931/task/25939/stat : 25939 (java) S 25929 25931 24080 0 -1 4202560 232 0 0 0 3 1 0 0 20 0 22 0 253987554 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140177998592296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25940] ppid=25929 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25931/task/25940/stat : 25940 (java) S 25929 25931 24080 0 -1 4202560 237 0 0 0 5 2 0 0 20 0 22 0 253987554 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140177997539752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25941] ppid=25929 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25931/task/25941/stat : 25941 (java) S 25929 25931 24080 0 -1 4202560 101 0 0 0 1 1 0 0 20 0 22 0 253987554 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140177996487208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25942] ppid=25929 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/25931/task/25942/stat : 25942 (java) S 25929 25931 24080 0 -1 4202560 104 0 0 0 14 0 0 0 20 0 22 0 253987555 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140177984076392 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25943] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25943/stat : 25943 (java) S 25929 25931 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253987556 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140177983022712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25944] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25944/stat : 25944 (java) S 25929 25931 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253987556 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140177981970056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25945] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25945/stat : 25945 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253987558 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140177980918800 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25946] ppid=25929 vsize=9824668 CPUtime=1.38 cores=0,2,4,6
/proc/25931/task/25946/stat : 25946 (java) S 25929 25931 24080 0 -1 4202560 14074 0 0 0 135 3 0 0 20 0 22 0 253987558 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140177979865144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25947] ppid=25929 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/25931/task/25947/stat : 25947 (java) S 25929 25931 24080 0 -1 4202560 15133 0 0 0 142 3 0 0 20 0 22 0 253987558 10060460032 93357 33554432000 1073741824 1073778376 140736644399456 140177978812600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=25931/tid=25937] ppid=25929 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/25931/task/25937/stat : 25937 (java) S 25929 25931 24080 0 -1 4202560 488 0 0 0 183 5 0 0 20 0 22 0 253987554 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140178000698408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25938] ppid=25929 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/25931/task/25938/stat : 25938 (java) S 25929 25931 24080 0 -1 4202560 309 0 0 0 168 7 0 0 20 0 22 0 253987554 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177999644840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25939] ppid=25929 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/25931/task/25939/stat : 25939 (java) S 25929 25931 24080 0 -1 4202560 441 0 0 0 157 5 0 0 20 0 22 0 253987554 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177998592296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25940] ppid=25929 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/25931/task/25940/stat : 25940 (java) S 25929 25931 24080 0 -1 4202560 515 0 0 0 168 7 0 0 20 0 22 0 253987554 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177997539752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25941] ppid=25929 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/25931/task/25941/stat : 25941 (java) S 25929 25931 24080 0 -1 4202560 437 0 0 0 151 6 0 0 20 0 22 0 253987554 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177996487208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25942] ppid=25929 vsize=9824668 CPUtime=45 cores=0,2,4,6
/proc/25931/task/25942/stat : 25942 (java) S 25929 25931 24080 0 -1 4202560 3542 0 0 0 4481 19 0 0 20 0 22 0 253987555 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177984076392 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25943] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25943/stat : 25943 (java) S 25929 25931 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253987556 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177983022712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25944] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25944/stat : 25944 (java) S 25929 25931 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253987556 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177981970056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25945] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25945/stat : 25945 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253987558 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177980918800 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25946] ppid=25929 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/25931/task/25946/stat : 25946 (java) S 25929 25931 24080 0 -1 4202560 14131 0 0 0 176 3 0 0 20 0 22 0 253987558 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177979865144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25947] ppid=25929 vsize=9824668 CPUtime=1.89 cores=0,2,4,6
/proc/25931/task/25947/stat : 25947 (java) S 25929 25931 24080 0 -1 4202560 15274 0 0 0 186 3 0 0 20 0 22 0 253987558 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177978812600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25948] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25948/stat : 25948 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253987558 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177977760248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25949] ppid=25929 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/25931/task/25949/stat : 25949 (java) S 25929 25931 24080 0 -1 4202560 46 0 0 0 13 15 0 0 20 0 22 0 253987558 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177976707912 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25959] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25959/stat : 25959 (java) S 25929 25931 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253987705 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177972495784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25963] ppid=25929 vsize=9824668 CPUtime=749.12 cores=0,2,4,6
/proc/25931/task/25963/stat : 25963 (java) R 25929 25931 24080 0 -1 4202560 10 0 0 0 74900 12 0 0 20 0 22 0 253989913 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177975652576 140178086677171 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25964] ppid=25929 vsize=9824668 CPUtime=749.06 cores=0,2,4,6
/proc/25931/task/25964/stat : 25964 (java) R 25929 25931 24080 0 -1 4202560 582 0 0 0 74876 30 0 0 20 0 22 0 253989914 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177974598144 140178086949951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25965] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25965/stat : 25965 (java) S 25929 25931 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253989914 10060460032 890394 33554432000 1073741824 1073778376 140736644399456 140177973548200 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1606.02
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.86 3.88 3.83 5/219 26083
/proc/meminfo: memFree=22683048/32873844 swapFree=7616/7616
[pid=25931] ppid=25929 vsize=9824668 CPUtime=1722.55 cores=0,2,4,6
/proc/25931/stat : 25931 (java) S 25929 25931 24080 0 -1 4202496 41627 0 1 0 172117 138 0 0 20 0 22 0 253987553 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140736644390592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25931/statm: 2456167 895092 2288 9 0 2446860 0
[pid=25931/tid=25932] ppid=25929 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/25931/task/25932/stat : 25932 (java) S 25929 25931 24080 0 -1 4202560 2472 0 1 0 50 3 0 0 20 0 22 0 253987554 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140178227225592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25934] ppid=25929 vsize=9824668 CPUtime=1.73 cores=0,2,4,6
/proc/25931/task/25934/stat : 25934 (java) S 25929 25931 24080 0 -1 4202560 348 0 0 0 168 5 0 0 20 0 22 0 253987554 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140178205325992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25935] ppid=25929 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/25931/task/25935/stat : 25935 (java) S 25929 25931 24080 0 -1 4202560 391 0 0 0 178 7 0 0 20 0 22 0 253987554 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140178204273448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25936] ppid=25929 vsize=9824668 CPUtime=1.99 cores=0,2,4,6
/proc/25931/task/25936/stat : 25936 (java) S 25929 25931 24080 0 -1 4202560 308 0 0 0 193 6 0 0 20 0 22 0 253987554 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140178001750952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25937] ppid=25929 vsize=9824668 CPUtime=1.98 cores=0,2,4,6
/proc/25931/task/25937/stat : 25937 (java) S 25929 25931 24080 0 -1 4202560 499 0 0 0 193 5 0 0 20 0 22 0 253987554 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140178000698408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25938] ppid=25929 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/25931/task/25938/stat : 25938 (java) S 25929 25931 24080 0 -1 4202560 313 0 0 0 179 7 0 0 20 0 22 0 253987554 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177999644840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25939] ppid=25929 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/25931/task/25939/stat : 25939 (java) S 25929 25931 24080 0 -1 4202560 444 0 0 0 167 5 0 0 20 0 22 0 253987554 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177998592296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25940] ppid=25929 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/25931/task/25940/stat : 25940 (java) S 25929 25931 24080 0 -1 4202560 521 0 0 0 177 7 0 0 20 0 22 0 253987554 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177997539752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25941] ppid=25929 vsize=9824668 CPUtime=1.68 cores=0,2,4,6
/proc/25931/task/25941/stat : 25941 (java) S 25929 25931 24080 0 -1 4202560 471 0 0 0 162 6 0 0 20 0 22 0 253987554 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177996487208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25942] ppid=25929 vsize=9824668 CPUtime=48.82 cores=0,2,4,6
/proc/25931/task/25942/stat : 25942 (java) S 25929 25931 24080 0 -1 4202560 3608 0 0 0 4862 20 0 0 20 0 22 0 253987555 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177984076392 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25943] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25943/stat : 25943 (java) S 25929 25931 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253987556 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177983022712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25944] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25944/stat : 25944 (java) S 25929 25931 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253987556 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177981970056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25945] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25945/stat : 25945 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253987558 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177980918800 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25946] ppid=25929 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/25931/task/25946/stat : 25946 (java) S 25929 25931 24080 0 -1 4202560 14131 0 0 0 176 3 0 0 20 0 22 0 253987558 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177979865144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25947] ppid=25929 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/25931/task/25947/stat : 25947 (java) S 25929 25931 24080 0 -1 4202560 15276 0 0 0 189 3 0 0 20 0 22 0 253987558 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177978812600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25948] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25948/stat : 25948 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253987558 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177977760248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25949] ppid=25929 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/25931/task/25949/stat : 25949 (java) S 25929 25931 24080 0 -1 4202560 50 0 0 0 14 16 0 0 20 0 22 0 253987558 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177976707912 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25959] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25959/stat : 25959 (java) S 25929 25931 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253987705 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177972495784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25963] ppid=25929 vsize=9824668 CPUtime=804.94 cores=0,2,4,6
/proc/25931/task/25963/stat : 25963 (java) R 25929 25931 24080 0 -1 4202560 11 0 0 0 80481 13 0 0 20 0 22 0 253989913 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177975650672 140178086776065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25964] ppid=25929 vsize=9824668 CPUtime=804.87 cores=0,2,4,6
/proc/25931/task/25964/stat : 25964 (java) R 25929 25931 24080 0 -1 4202560 585 0 0 0 80456 31 0 0 20 0 22 0 253989914 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177974600032 140178086799232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25965] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25965/stat : 25965 (java) S 25929 25931 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253989914 10060460032 895092 33554432000 1073741824 1073778376 140736644399456 140177973548200 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1722.55
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.601 s]
/proc/loadavg: 3.78 3.85 3.82 5/219 26083
/proc/meminfo: memFree=22612176/32873844 swapFree=7616/7616
[pid=25931] ppid=25929 vsize=9824668 CPUtime=1799.98 cores=0,2,4,6
/proc/25931/stat : 25931 (java) S 25929 25931 24080 0 -1 4202496 41738 0 1 0 179858 140 0 0 20 0 22 0 253987553 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140736644390592 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25931/statm: 2456167 897223 2289 9 0 2446860 0
[pid=25931/tid=25932] ppid=25929 vsize=9824668 CPUtime=0.54 cores=0,2,4,6
/proc/25931/task/25932/stat : 25932 (java) S 25929 25931 24080 0 -1 4202560 2472 0 1 0 51 3 0 0 20 0 22 0 253987554 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140178227225592 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25934] ppid=25929 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/25931/task/25934/stat : 25934 (java) S 25929 25931 24080 0 -1 4202560 352 0 0 0 174 5 0 0 20 0 22 0 253987554 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140178205325992 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25935] ppid=25929 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/25931/task/25935/stat : 25935 (java) S 25929 25931 24080 0 -1 4202560 394 0 0 0 184 7 0 0 20 0 22 0 253987554 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140178204273448 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25936] ppid=25929 vsize=9824668 CPUtime=2.08 cores=0,2,4,6
/proc/25931/task/25936/stat : 25936 (java) S 25929 25931 24080 0 -1 4202560 322 0 0 0 202 6 0 0 20 0 22 0 253987554 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140178001750952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25937] ppid=25929 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/25931/task/25937/stat : 25937 (java) S 25929 25931 24080 0 -1 4202560 502 0 0 0 197 6 0 0 20 0 22 0 253987554 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140178000698408 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25938] ppid=25929 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/25931/task/25938/stat : 25938 (java) S 25929 25931 24080 0 -1 4202560 324 0 0 0 187 7 0 0 20 0 22 0 253987554 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177999644840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25939] ppid=25929 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/25931/task/25939/stat : 25939 (java) S 25929 25931 24080 0 -1 4202560 477 0 0 0 180 5 0 0 20 0 22 0 253987554 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177998592296 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25940] ppid=25929 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/25931/task/25940/stat : 25940 (java) S 25929 25931 24080 0 -1 4202560 535 0 0 0 187 7 0 0 20 0 22 0 253987554 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177997539752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25941] ppid=25929 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/25931/task/25941/stat : 25941 (java) S 25929 25931 24080 0 -1 4202560 471 0 0 0 171 6 0 0 20 0 22 0 253987554 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177996487208 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25942] ppid=25929 vsize=9824668 CPUtime=50.36 cores=0,2,4,6
/proc/25931/task/25942/stat : 25942 (java) S 25929 25931 24080 0 -1 4202560 3629 0 0 0 5016 20 0 0 20 0 22 0 253987555 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177984076392 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25943] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25943/stat : 25943 (java) S 25929 25931 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253987556 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177983022712 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25944] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25944/stat : 25944 (java) S 25929 25931 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253987556 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177981970056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25945] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25945/stat : 25945 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253987558 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177980918800 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25946] ppid=25929 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/25931/task/25946/stat : 25946 (java) S 25929 25931 24080 0 -1 4202560 14131 0 0 0 176 3 0 0 20 0 22 0 253987558 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177979865144 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25947] ppid=25929 vsize=9824668 CPUtime=1.96 cores=0,2,4,6
/proc/25931/task/25947/stat : 25947 (java) S 25929 25931 24080 0 -1 4202560 15278 0 0 0 193 3 0 0 20 0 22 0 253987558 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177978812600 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25948] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25948/stat : 25948 (java) S 25929 25931 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253987558 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177977760248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25931/tid=25949] ppid=25929 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25931/task/25949/stat : 25949 (java) S 25929 25931 24080 0 -1 4202560 52 0 0 0 14 17 0 0 20 0 22 0 253987558 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177976707912 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25959] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25959/stat : 25959 (java) S 25929 25931 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253987705 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177972495784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25931/tid=25963] ppid=25929 vsize=9824668 CPUtime=842.43 cores=0,2,4,6
/proc/25931/task/25963/stat : 25963 (java) R 25929 25931 24080 0 -1 4202560 12 0 0 0 84230 13 0 0 20 0 22 0 253989913 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177975651632 140178086676259 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25931/tid=25964] ppid=25929 vsize=9824668 CPUtime=842.35 cores=0,2,4,6
/proc/25931/task/25964/stat : 25964 (java) R 25929 25931 24080 0 -1 4202560 588 0 0 0 84204 31 0 0 20 0 22 0 253989914 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177974600176 140178086768165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25931/tid=25965] ppid=25929 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25931/task/25965/stat : 25965 (java) S 25929 25931 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253989914 10060460032 897223 33554432000 1073741824 1073778376 140736644399456 140177973548200 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.98
Current children cumulated vsize (KiB) 9824668

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25931 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=89256
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=800726
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1799.98
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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): 0.0700035
#  lost CPU user time (s): 0.0800018
#  lost CPU system time (s): -0.0100001

Real time (s): 921.642
CPU time (s): 1800.05
CPU user time (s): 1798.66
CPU system time (s): 1.39
CPU usage (%): 195.309
Max. virtual memory (cumulated for all children) (KiB): 9826324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.09
system time used= 1.80073
maximum resident set size= 3589004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41767
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25076
involuntary context switches= 36164

runsolver used 2.59161 second user time and 8.99363 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 18:57:12
IDJOB=3688636
IDBENCH=48148
IDSOLVER=2268
FILE ID=node141/3688636-1337878632
RUNJOBID= node141-1337871880-24097
PBS_JOBID= 14620063
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688636-1337878632/watcher-3688636-1337878632 -o /tmp/evaluation-result-3688636-1337878632/solver-3688636-1337878632 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688636-1337878632.opb

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

MD5SUM BENCH= e3f554c192a1ee7b261cc2808827870e
RANDOM SEED=786152666

node141.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.744
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.48
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.744
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	: 5331.91
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.744
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	: 5331.93
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.744
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	: 5331.92
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.744
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	: 5331.92
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.744
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	: 5331.91
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.744
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	: 5331.92
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.744
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28227384 kB
Buffers:          216492 kB
Cached:          3042600 kB
SwapCached:            0 kB
Active:          1008204 kB
Inactive:        2865160 kB
Active(anon):     616196 kB
Inactive(anon):        0 kB
Active(file):     392008 kB
Inactive(file):  2865160 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               164 kB
Writeback:             0 kB
AnonPages:        660212 kB
Mapped:            22616 kB
Shmem:               200 kB
Slab:             629776 kB
SReclaimable:      72308 kB
SUnreclaim:       557468 kB
KernelStack:        1808 kB
PageTables:         5488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     831420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    593920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node141 at 2012-05-24 19:12:36