Trace number 3688620

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)13 1800.12 925.261

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_4.opb
MD5SUM64354bd2b9c3cc2f1ca2c32032e5c032
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark351.226
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 constraint51
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)6260
Sum of products size (including duplicates)12520
Number of different products6260
Sum of products size12520

Quality of the solution as a function of time


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

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3688620-1337878608.opb
0.08/0.13	c reading problem ... 
0.96/0.56	c ... done. Wall clock time 0.428s.
0.96/0.56	c declared #vars     200
0.96/0.56	c internal #vars     6460
0.96/0.56	c #constraints  12720
0.96/0.56	c constraints type 
0.96/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6460
0.96/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6260
0.96/0.56	c 12720 constraints processed.
0.96/0.56	c constraints type 
0.96/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6460
0.96/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
0.96/0.56	c 12720 constraints processed.
0.96/0.56	c objective function length is 200 literals
1.30/0.68	c  And the winner is solver0
2.32/1.06	c SATISFIABLE
2.32/1.06	c OPTIMIZING...
2.32/1.06	c Got one! Elapsed wall clock time (in seconds):0.93
2.32/1.06	o 17
2.59/1.11	c  And the winner is solver0
2.88/1.56	c Got one! Elapsed wall clock time (in seconds):1.434
2.88/1.56	o 16
3.37/1.73	c  And the winner is solver0
3.59/2.07	c Got one! Elapsed wall clock time (in seconds):1.936
3.59/2.07	o 15
12.42/6.22	c cleaning 2621 clauses out of 5256 with flag 5000/5256
22.71/11.32	c cleaning 4302 clauses out of 8635 with flag 11000/11256
33.94/16.98	c cleaning 5667 clauses out of 11333 with flag 18000/18256
47.25/23.69	c cleaning 6820 clauses out of 13666 with flag 26000/26256
63.34/31.86	c cleaning 7908 clauses out of 15846 with flag 35000/35256
80.07/40.35	c cleaning 8962 clauses out of 17938 with flag 45000/45256
97.53/49.25	c cleaning 9983 clauses out of 19981 with flag 56005/56261
117.44/59.33	c cleaning 10971 clauses out of 21993 with flag 68000/68256
140.48/71.15	c cleaning 12014 clauses out of 24027 with flag 81005/81261
148.12/75.10	c  And the winner is solver0
148.13/75.56	c Got one! Elapsed wall clock time (in seconds):75.434
148.13/75.56	o 14
148.61/75.89	c cleaning 8700 clauses out of 17402 with flag 1004/86650
158.20/80.84	c cleaning 7343 clauses out of 14698 with flag 7000/92646
169.23/86.58	c cleaning 7149 clauses out of 14357 with flag 14002/99648
182.57/93.59	c cleaning 7591 clauses out of 15206 with flag 22000/107646
184.32/94.61	c  And the winner is solver0
184.58/94.98	c Got one! Elapsed wall clock time (in seconds):94.848
184.58/94.98	o 13
186.02/95.74	c cleaning 6583 clauses out of 13175 with flag 5002/113206
194.59/100.21	c cleaning 6284 clauses out of 12590 with flag 11000/119204
205.30/105.88	c cleaning 6648 clauses out of 13306 with flag 18000/126204
217.54/112.39	c cleaning 7320 clauses out of 14659 with flag 26001/134205
231.86/119.78	c cleaning 8167 clauses out of 16338 with flag 35000/143204
247.10/127.69	c cleaning 9073 clauses out of 18171 with flag 45000/153204
264.35/136.50	c cleaning 10043 clauses out of 20099 with flag 56001/164205
283.84/146.71	c cleaning 10999 clauses out of 22055 with flag 68000/176204
303.23/156.72	c cleaning 12021 clauses out of 24062 with flag 81006/189210
327.03/169.67	c cleaning 12995 clauses out of 26035 with flag 95000/203204
351.76/182.50	c cleaning 14018 clauses out of 28041 with flag 110001/218205
377.72/195.78	c cleaning 15010 clauses out of 30023 with flag 126001/234205
405.63/210.09	c cleaning 15998 clauses out of 32012 with flag 143000/251204
424.85/220.02	c cleaning 0 clauses out of 6687 with flag 0/6690
436.30/226.39	c cleaning 17003 clauses out of 34018 with flag 161004/269208
467.07/242.06	c cleaning 17998 clauses out of 36012 with flag 180001/288205
499.84/258.83	c cleaning 19003 clauses out of 38013 with flag 200000/308204
532.29/275.40	c cleaning 19982 clauses out of 40010 with flag 221000/329204
566.57/293.26	c cleaning 21011 clauses out of 42030 with flag 243002/351206
604.52/312.62	c cleaning 21964 clauses out of 44017 with flag 266000/374204
641.23/331.40	c cleaning 23019 clauses out of 46053 with flag 290000/398204
683.91/353.24	c cleaning 23996 clauses out of 48034 with flag 315000/423204
725.61/374.89	c cleaning 25019 clauses out of 50038 with flag 341000/449204
769.82/397.38	c cleaning 25989 clauses out of 52021 with flag 368002/476206
816.34/421.09	c cleaning 27003 clauses out of 54030 with flag 396000/504204
864.68/445.67	c cleaning 28002 clauses out of 56030 with flag 425003/533207
915.18/471.67	c cleaning 29006 clauses out of 58025 with flag 455000/563204
963.32/496.13	c cleaning 30009 clauses out of 60019 with flag 486000/594204
1016.58/523.27	c cleaning 31003 clauses out of 62010 with flag 518000/626204
1070.29/550.51	c cleaning 31998 clauses out of 64007 with flag 551000/659204
1123.89/578.18	c cleaning 32998 clauses out of 66009 with flag 585000/693204
1175.33/605.31	c cleaning 33979 clauses out of 68011 with flag 620000/728204
1233.80/634.95	c cleaning 35018 clauses out of 70035 with flag 656003/764207
1292.45/665.17	c cleaning 35981 clauses out of 72014 with flag 693000/801204
1350.48/694.60	c cleaning 36982 clauses out of 74033 with flag 731000/839204
1408.33/724.18	c cleaning 38008 clauses out of 76051 with flag 770000/878204
1472.67/756.87	c cleaning 39011 clauses out of 78047 with flag 810004/918208
1541.83/792.49	c cleaning 39994 clauses out of 80032 with flag 851000/959204
1608.84/826.51	c cleaning 41013 clauses out of 82038 with flag 893000/1001204
1681.77/863.65	c cleaning 42004 clauses out of 84026 with flag 936001/1044205
1755.19/900.90	c cleaning 42982 clauses out of 86021 with flag 980000/1088204
1786.22/917.68	c cleaning 0 clauses out of 12684 with flag 0/12687
1799.93/925.21	c starts		: 194
1799.93/925.21	c conflicts		: 1113418
1799.93/925.21	c decisions		: 3454600
1799.93/925.21	c propagations		: 1297065835
1799.93/925.21	c inspects		: 7429362284
1799.93/925.21	c shortcuts		: 0
1799.93/925.21	c learnt literals	: 0
1799.93/925.21	c learnt binary clauses	: 0
1799.93/925.21	c learnt ternary clauses	: 9
1799.93/925.21	c learnt constraints	: 1113418
1799.93/925.21	c ignored constraints	: 0
1799.93/925.21	c root simplifications	: 0
1799.93/925.21	c removed literals (reason simplification)	: 125046
1799.93/925.21	c reason swapping (by a shorter reason)	: 0
1799.93/925.21	c Calls to reduceDB	: 53
1799.93/925.21	c number of reductions to clauses (during analyze)	: 0
1799.93/925.21	c number of learned constraints concerned by reduction	: 0
1799.93/925.21	c number of learning phase by resolution	: 0
1799.93/925.21	c number of learning phase by cutting planes	: 0
1799.93/925.21	c speed (assignments/second)	: 1402791.49542737
1799.93/925.21	c non guided choices	0
1799.93/925.24	c learnt constraints type 
1799.93/925.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 68283
1799.93/925.24	c constraints type 
1799.93/925.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6460
1799.93/925.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.93/925.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6260
1799.93/925.24	c 12721 constraints processed.
1799.93/925.24	c constraints type 
1799.93/925.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6460
1799.93/925.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.93/925.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6260
1799.93/925.24	c 12721 constraints processed.
1799.93/925.24	s SATISFIABLE
1799.93/925.24	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.93/925.24	c objective function=13
1799.93/925.24	c Total wall clock time (in seconds): 925.108

Verifier Data

OK	13

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-3688620-1337878608/watcher-3688620-1337878608 -o /tmp/evaluation-result-3688620-1337878608/solver-3688620-1337878608 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688620-1337878608.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.72 3.80 3.84 4/197 25406
/proc/meminfo: memFree=26847840/32873844 swapFree=7616/7616
[pid=25406] ppid=25404 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25406/stat : 25406 (java) D 25404 25406 23801 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253986408 9515008 183 33554432000 1073741824 1073778376 140737231676832 140737231667864 214369648309 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/25406/statm: 2323 183 140 9 0 71 0

[startup+0.010722 s]
/proc/loadavg: 3.72 3.80 3.84 4/197 25406
/proc/meminfo: memFree=26847840/32873844 swapFree=7616/7616
[pid=25406] ppid=25404 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/25406/stat : 25406 (java) S 25404 25406 23801 0 -1 4202496 1190 0 0 0 0 0 0 0 20 0 2 0 253986408 94085120 908 33554432000 1073741824 1073778376 140736245999040 140736245990176 214373007421 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25406/statm: 22954 913 693 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91880

[startup+0.100221 s]
/proc/loadavg: 3.72 3.80 3.84 4/197 25406
/proc/meminfo: memFree=26847840/32873844 swapFree=7616/7616
[pid=25406] ppid=25404 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25406/stat : 25406 (java) S 25404 25406 23801 0 -1 4202496 3910 0 1 0 6 2 0 0 20 0 18 0 253986408 9787813888 5114 33554432000 1073741824 1073778376 140736245999040 140736245990176 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25406/statm: 2389603 5114 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300215 s]
/proc/loadavg: 3.72 3.80 3.84 4/197 25406
/proc/meminfo: memFree=26847840/32873844 swapFree=7616/7616
[pid=25406] ppid=25404 vsize=9558412 CPUtime=0.42 cores=0,2,4,6
/proc/25406/stat : 25406 (java) S 25404 25406 23801 0 -1 4202496 5616 0 1 0 40 2 0 0 20 0 18 0 253986408 9787813888 7924 33554432000 1073741824 1073778376 140736245999040 140736245990176 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25406/statm: 2389603 7926 2210 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558412

[startup+0.700157 s]
/proc/loadavg: 3.72 3.80 3.84 4/197 25406
/proc/meminfo: memFree=26847840/32873844 swapFree=7616/7616
[pid=25406] ppid=25404 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/25406/stat : 25406 (java) S 25404 25406 23801 0 -1 4202496 23432 0 1 0 162 7 0 0 20 0 20 0 253986408 10060460032 26376 33554432000 1073741824 1073778376 140736245999040 140736245990176 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25406/statm: 2456167 26376 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 3.72 3.80 3.84 5/216 25428
/proc/meminfo: memFree=26740236/32873844 swapFree=7616/7616
[pid=25406] ppid=25404 vsize=9824668 CPUtime=2.88 cores=0,2,4,6
/proc/25406/stat : 25406 (java) S 25404 25406 23801 0 -1 4202496 31529 0 1 0 276 12 0 0 20 0 19 0 253986408 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140736245990176 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25406/statm: 2456167 30885 2261 9 0 2446860 0
[pid=25406/tid=25408] ppid=25404 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/25406/task/25408/stat : 25408 (java) S 25404 25406 23801 0 -1 4202560 2470 0 1 0 50 2 0 0 20 0 19 0 253986409 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515712771064 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25409] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253986411 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515701831976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253986411 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515700779176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25411] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253986411 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515699726888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253986411 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515698674088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253986411 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515697621800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253986411 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515696569000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25415] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253986411 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515695516712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253986411 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515548543912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253986412 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515536345320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 23801 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253986413 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515535291384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25419] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25419/stat : 25419 (java) S 25404 25406 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253986413 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515534238984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25420] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25420/stat : 25420 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253986415 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515533187472 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25421] ppid=25404 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/25406/task/25421/stat : 25421 (java) S 25404 25406 23801 0 -1 4202560 13493 0 0 0 100 2 0 0 20 0 19 0 253986415 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515532135096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25422] ppid=25404 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/25406/task/25422/stat : 25422 (java) S 25404 25406 23801 0 -1 4202560 14247 0 0 0 86 3 0 0 20 0 19 0 253986415 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515531082296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25423] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25423/stat : 25423 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253986415 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515530030200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25424] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25424/stat : 25424 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253986415 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515528977608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25428] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25428/stat : 25428 (java) S 25404 25406 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253986467 10060460032 30885 33554432000 1073741824 1073778376 140736245999040 140515524764712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 9824668

[startup+3.10071 s]
/proc/loadavg: 3.72 3.80 3.84 7/219 25437
/proc/meminfo: memFree=26710688/32873844 swapFree=7616/7616
[pid=25406] ppid=25404 vsize=9824668 CPUtime=5.84 cores=0,2,4,6
/proc/25406/stat : 25406 (java) S 25404 25406 23801 0 -1 4202496 31755 0 1 0 566 18 0 0 20 0 22 0 253986408 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140736245990176 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25406/statm: 2456167 58158 2275 9 0 2446860 0
[pid=25406/tid=25408] ppid=25404 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/25406/task/25408/stat : 25408 (java) S 25404 25406 23801 0 -1 4202560 2471 0 1 0 51 2 0 0 20 0 22 0 253986409 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515712771064 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25409] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253986411 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515701831976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 23801 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253986411 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515700779176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25411] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 23801 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253986411 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515699726888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 23801 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253986411 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515698674088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253986411 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515697621800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 23801 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253986411 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515696569000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25406/tid=25415] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 23801 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253986411 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515695516712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253986411 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515548543912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 23801 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 253986412 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515536345320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253986413 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515535291384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25419] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25419/stat : 25419 (java) S 25404 25406 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253986413 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515534238984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25420] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25420/stat : 25420 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253986415 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515533187472 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25421] ppid=25404 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/25406/task/25421/stat : 25421 (java) S 25404 25406 23801 0 -1 4202560 13494 0 0 0 120 3 0 0 20 0 22 0 253986415 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515532135096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25422] ppid=25404 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/25406/task/25422/stat : 25422 (java) S 25404 25406 23801 0 -1 4202560 14291 0 0 0 118 3 0 0 20 0 22 0 253986415 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515531082296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25423] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25423/stat : 25423 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253986415 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515530030200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25424] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25424/stat : 25424 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253986415 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515528977608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25428] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25428/stat : 25428 (java) S 25404 25406 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253986467 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515524764712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25435] ppid=25404 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/25406/task/25435/stat : 25435 (java) R 25404 25406 23801 0 -1 4202560 4 0 0 0 98 0 0 0 20 0 22 0 253986616 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515526867552 140515576218942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25436] ppid=25404 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/25406/task/25436/stat : 25436 (java) R 25404 25406 23801 0 -1 4202560 40 0 0 0 94 2 0 0 20 0 22 0 253986616 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515527921720 140515577203320 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25406/tid=25437] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25437/stat : 25437 (java) S 25404 25406 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253986616 10060460032 58158 33554432000 1073741824 1073778376 140736245999040 140515525817768 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.84
Current children cumulated vsize (KiB) 9824668

[startup+6.30084 s]
/proc/loadavg: 3.74 3.80 3.84 5/219 25437
/proc/meminfo: memFree=26457608/32873844 swapFree=7616/7616
[pid=25406] ppid=25404 vsize=9824668 CPUtime=12.66 cores=0,2,4,6
/proc/25406/stat : 25406 (java) S 25404 25406 23801 0 -1 4202496 32591 0 1 0 1232 34 0 0 20 0 22 0 253986408 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140736245990176 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25406/statm: 2456167 114278 2284 9 0 2446860 0
[pid=25406/tid=25408] ppid=25404 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/25406/task/25408/stat : 25408 (java) S 25404 25406 23801 0 -1 4202560 2471 0 1 0 51 2 0 0 20 0 22 0 253986409 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515712771064 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25409] ppid=25404 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 23801 0 -1 4202560 98 0 0 0 3 3 0 0 20 0 22 0 253986411 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515701831976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 23801 0 -1 4202560 100 0 0 0 6 2 0 0 20 0 22 0 253986411 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515700779176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25411] ppid=25404 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 23801 0 -1 4202560 118 0 0 0 6 2 0 0 20 0 22 0 253986411 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515699726888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 23801 0 -1 4202560 79 0 0 0 5 2 0 0 20 0 22 0 253986411 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515698674088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 23801 0 -1 4202560 93 0 0 0 6 3 0 0 20 0 22 0 253986411 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515697621800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 23801 0 -1 4202560 69 0 0 0 8 4 0 0 20 0 22 0 253986411 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515696569000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25415] ppid=25404 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 23801 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 253986411 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515695516712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 23801 0 -1 4202560 103 0 0 0 6 2 0 0 20 0 22 0 253986411 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515548543912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25406/task/25417/stat : 25417 (java) R 25404 25406 23801 0 -1 4202560 217 0 0 0 4 0 0 0 20 0 22 0 253986412 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515536344136 140515718896783 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253986413 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515535291384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25419] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25419/stat : 25419 (java) S 25404 25406 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253986413 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515534238984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25420] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25420/stat : 25420 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253986415 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515533187472 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25421] ppid=25404 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/25406/task/25421/stat : 25421 (java) S 25404 25406 23801 0 -1 4202560 13498 0 0 0 131 3 0 0 20 0 22 0 253986415 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515532135096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25422] ppid=25404 vsize=9824668 CPUtime=1.3 cores=0,2,4,6
/proc/25406/task/25422/stat : 25422 (java) S 25404 25406 23801 0 -1 4202560 14292 0 0 0 127 3 0 0 20 0 22 0 253986415 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515531082296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25423] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25423/stat : 25423 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253986415 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515530030200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25424] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25424/stat : 25424 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253986415 10060460032 114278 33554432000 1073741824 1073778376 140736245999040 140515528977608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=25406/tid=25412] ppid=25404 vsize=9824668 CPUtime=2.12 cores=0,2,4,6
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 23801 0 -1 4202560 292 0 0 0 206 6 0 0 20 0 22 0 253986411 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515698674088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 23801 0 -1 4202560 377 0 0 0 177 7 0 0 20 0 22 0 253986411 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515697621800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=9824668 CPUtime=1.68 cores=0,2,4,6
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 23801 0 -1 4202560 229 0 0 0 160 8 0 0 20 0 22 0 253986411 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515696569000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25415] ppid=25404 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 23801 0 -1 4202560 211 0 0 0 179 6 0 0 20 0 22 0 253986411 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515695516712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=9824668 CPUtime=1.83 cores=0,2,4,6
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 23801 0 -1 4202560 461 0 0 0 178 5 0 0 20 0 22 0 253986411 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515548543912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=9824668 CPUtime=50.19 cores=0,2,4,6
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 23801 0 -1 4202560 3759 0 0 0 5002 17 0 0 20 0 22 0 253986412 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515536345320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253986413 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515535291384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25419] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25419/stat : 25419 (java) S 25404 25406 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253986413 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515534238984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25420] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25420/stat : 25420 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253986415 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515533187472 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25421] ppid=25404 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/25406/task/25421/stat : 25421 (java) S 25404 25406 23801 0 -1 4202560 13596 0 0 0 181 3 0 0 20 0 22 0 253986415 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515532135096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25422] ppid=25404 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/25406/task/25422/stat : 25422 (java) S 25404 25406 23801 0 -1 4202560 14386 0 0 0 172 3 0 0 20 0 22 0 253986415 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515531082296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25423] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25423/stat : 25423 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253986415 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515530030200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25424] ppid=25404 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25406/task/25424/stat : 25424 (java) S 25404 25406 23801 0 -1 4202560 47 0 0 0 17 14 0 0 20 0 22 0 253986415 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515528977608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25428] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25428/stat : 25428 (java) S 25404 25406 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253986467 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515524764712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25512] ppid=25404 vsize=9824668 CPUtime=677.23 cores=0,2,4,6
/proc/25406/task/25512/stat : 25512 (java) R 25404 25406 23801 0 -1 4202560 40 0 0 0 67713 10 0 0 20 0 22 0 253995907 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515526868272 140515577158173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25513] ppid=25404 vsize=9824668 CPUtime=677.12 cores=0,2,4,6
/proc/25406/task/25513/stat : 25513 (java) R 25404 25406 23801 0 -1 4202560 500 0 0 0 67701 11 0 0 20 0 22 0 253995907 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515527919904 140515577324308 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25514] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25514/stat : 25514 (java) S 25404 25406 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253995907 10060460032 898097 33554432000 1073741824 1073778376 140736245999040 140515525817512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1600.43
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.86 3.96 3.91 5/219 25545
/proc/meminfo: memFree=24234332/32873844 swapFree=7616/7616
[pid=25406] ppid=25404 vsize=9824668 CPUtime=1717.77 cores=0,2,4,6
/proc/25406/stat : 25406 (java) S 25404 25406 23801 0 -1 4202496 40727 0 1 0 171626 151 0 0 20 0 22 0 253986408 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140736245990176 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25406/statm: 2456167 907132 2289 9 0 2446860 0
[pid=25406/tid=25408] ppid=25404 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/25406/task/25408/stat : 25408 (java) S 25404 25406 23801 0 -1 4202560 2504 0 1 0 53 4 0 0 20 0 22 0 253986409 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515712771064 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25409] ppid=25404 vsize=9824668 CPUtime=2.11 cores=0,2,4,6
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 23801 0 -1 4202560 385 0 0 0 204 7 0 0 20 0 22 0 253986411 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515701831976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 23801 0 -1 4202560 290 0 0 0 173 7 0 0 20 0 22 0 253986411 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515700779176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25411] ppid=25404 vsize=9824668 CPUtime=1.98 cores=0,2,4,6
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 23801 0 -1 4202560 382 0 0 0 192 6 0 0 20 0 22 0 253986411 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515699726888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=9824668 CPUtime=2.22 cores=0,2,4,6
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 23801 0 -1 4202560 299 0 0 0 216 6 0 0 20 0 22 0 253986411 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515698674088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=9824668 CPUtime=2.03 cores=0,2,4,6
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 23801 0 -1 4202560 377 0 0 0 196 7 0 0 20 0 22 0 253986411 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515697621800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=9824668 CPUtime=1.83 cores=0,2,4,6
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 23801 0 -1 4202560 234 0 0 0 175 8 0 0 20 0 22 0 253986411 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515696569000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25415] ppid=25404 vsize=9824668 CPUtime=2.01 cores=0,2,4,6
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 23801 0 -1 4202560 224 0 0 0 195 6 0 0 20 0 22 0 253986411 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515695516712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 23801 0 -1 4202560 469 0 0 0 188 5 0 0 20 0 22 0 253986411 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515548543912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=9824668 CPUtime=53.33 cores=0,2,4,6
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 23801 0 -1 4202560 3824 0 0 0 5315 18 0 0 20 0 22 0 253986412 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515536345320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253986413 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515535291384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25419] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25419/stat : 25419 (java) S 25404 25406 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253986413 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515534238984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25420] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25420/stat : 25420 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253986415 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515533187472 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25421] ppid=25404 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/25406/task/25421/stat : 25421 (java) S 25404 25406 23801 0 -1 4202560 13596 0 0 0 181 3 0 0 20 0 22 0 253986415 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515532135096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25422] ppid=25404 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/25406/task/25422/stat : 25422 (java) S 25404 25406 23801 0 -1 4202560 14386 0 0 0 172 3 0 0 20 0 22 0 253986415 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515531082296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25423] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25423/stat : 25423 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253986415 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515530030200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25424] ppid=25404 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/25406/task/25424/stat : 25424 (java) S 25404 25406 23801 0 -1 4202560 51 0 0 0 18 15 0 0 20 0 22 0 253986415 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515528977608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25428] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25428/stat : 25428 (java) S 25404 25406 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253986467 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515524764712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25512] ppid=25404 vsize=9824668 CPUtime=733.63 cores=0,2,4,6
/proc/25406/task/25512/stat : 25512 (java) R 25404 25406 23801 0 -1 4202560 42 0 0 0 73351 12 0 0 20 0 22 0 253995907 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515526868272 140515577145319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25513] ppid=25404 vsize=9824668 CPUtime=733.54 cores=0,2,4,6
/proc/25406/task/25513/stat : 25513 (java) R 25404 25406 23801 0 -1 4202560 504 0 0 0 73342 12 0 0 20 0 22 0 253995907 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515527919840 140515577140811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25514] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25514/stat : 25514 (java) S 25404 25406 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253995907 10060460032 907132 33554432000 1073741824 1073778376 140736245999040 140515525817512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1717.77
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.201 s]
/proc/loadavg: 3.78 3.93 3.90 5/219 25545
/proc/meminfo: memFree=24092536/32873844 swapFree=7616/7616
[pid=25406] ppid=25404 vsize=9824668 CPUtime=1799.93 cores=0,2,4,6
/proc/25406/stat : 25406 (java) S 25404 25406 23801 0 -1 4202496 40848 0 1 0 179841 152 0 0 20 0 22 0 253986408 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140736245990176 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25406/statm: 2456167 914352 2289 9 0 2446860 0
[pid=25406/tid=25408] ppid=25404 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/25406/task/25408/stat : 25408 (java) S 25404 25406 23801 0 -1 4202560 2506 0 1 0 53 4 0 0 20 0 22 0 253986409 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515712771064 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25409] ppid=25404 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/25406/task/25409/stat : 25409 (java) S 25404 25406 23801 0 -1 4202560 400 0 0 0 218 7 0 0 20 0 22 0 253986411 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515701831976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25406/tid=25410] ppid=25404 vsize=9824668 CPUtime=1.92 cores=0,2,4,6
/proc/25406/task/25410/stat : 25410 (java) S 25404 25406 23801 0 -1 4202560 294 0 0 0 185 7 0 0 20 0 22 0 253986411 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515700779176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25411] ppid=25404 vsize=9824668 CPUtime=2.1 cores=0,2,4,6
/proc/25406/task/25411/stat : 25411 (java) S 25404 25406 23801 0 -1 4202560 384 0 0 0 204 6 0 0 20 0 22 0 253986411 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515699726888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25412] ppid=25404 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/25406/task/25412/stat : 25412 (java) S 25404 25406 23801 0 -1 4202560 309 0 0 0 226 6 0 0 20 0 22 0 253986411 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515698674088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25406/tid=25413] ppid=25404 vsize=9824668 CPUtime=2.17 cores=0,2,4,6
/proc/25406/task/25413/stat : 25413 (java) S 25404 25406 23801 0 -1 4202560 377 0 0 0 210 7 0 0 20 0 22 0 253986411 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515697621800 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25414] ppid=25404 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/25406/task/25414/stat : 25414 (java) S 25404 25406 23801 0 -1 4202560 240 0 0 0 183 8 0 0 20 0 22 0 253986411 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515696569000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25406/tid=25415] ppid=25404 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/25406/task/25415/stat : 25415 (java) S 25404 25406 23801 0 -1 4202560 231 0 0 0 213 6 0 0 20 0 22 0 253986411 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515695516712 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25416] ppid=25404 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/25406/task/25416/stat : 25416 (java) S 25404 25406 23801 0 -1 4202560 477 0 0 0 201 5 0 0 20 0 22 0 253986411 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515548543912 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25417] ppid=25404 vsize=9824668 CPUtime=57.46 cores=0,2,4,6
/proc/25406/task/25417/stat : 25417 (java) S 25404 25406 23801 0 -1 4202560 3884 0 0 0 5727 19 0 0 20 0 22 0 253986412 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515536345320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25418] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25418/stat : 25418 (java) S 25404 25406 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253986413 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515535291384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25419] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25419/stat : 25419 (java) S 25404 25406 23801 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253986413 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515534238984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25420] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25420/stat : 25420 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253986415 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515533187472 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25421] ppid=25404 vsize=9824668 CPUtime=1.84 cores=0,2,4,6
/proc/25406/task/25421/stat : 25421 (java) S 25404 25406 23801 0 -1 4202560 13597 0 0 0 181 3 0 0 20 0 22 0 253986415 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515532135096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25422] ppid=25404 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/25406/task/25422/stat : 25422 (java) S 25404 25406 23801 0 -1 4202560 14386 0 0 0 172 3 0 0 20 0 22 0 253986415 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515531082296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25423] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25423/stat : 25423 (java) S 25404 25406 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253986415 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515530030200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25406/tid=25424] ppid=25404 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/25406/task/25424/stat : 25424 (java) S 25404 25406 23801 0 -1 4202560 53 0 0 0 19 16 0 0 20 0 22 0 253986415 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515528977608 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25428] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25428/stat : 25428 (java) S 25404 25406 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253986467 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515524764712 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25512] ppid=25404 vsize=9824668 CPUtime=772.03 cores=0,2,4,6
/proc/25406/task/25512/stat : 25512 (java) R 25404 25406 23801 0 -1 4202560 44 0 0 0 77191 12 0 0 20 0 22 0 253995907 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515526867312 140515576709479 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25406/tid=25513] ppid=25404 vsize=9824668 CPUtime=771.95 cores=0,2,4,6
/proc/25406/task/25513/stat : 25513 (java) R 25404 25406 23801 0 -1 4202560 506 0 0 0 77183 12 0 0 20 0 22 0 253995907 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515527921760 140515577306983 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25406/tid=25514] ppid=25404 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25406/task/25514/stat : 25514 (java) S 25404 25406 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253995907 10060460032 914352 33554432000 1073741824 1073778376 140736245999040 140515525817512 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.93
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 25406 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=259231
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=884713
# CPU time returned by wait4() is 1796.14
# while last known CPU time is 1799.93
#
# 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.190002
#  lost CPU user time (s): 0.220001
#  lost CPU system time (s): -0.03

Real time (s): 925.261
CPU time (s): 1800.12
CPU user time (s): 1798.63
CPU system time (s): 1.49
CPU usage (%): 194.553
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.26
system time used= 1.88471
maximum resident set size= 3657520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40877
page faults= 1
swaps= 0
block input operations= 240
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25259
involuntary context switches= 37977

runsolver used 2.59161 second user time and 8.92464 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 18:56:48
IDJOB=3688620
IDBENCH=48132
IDSOLVER=2268
FILE ID=node130/3688620-1337878608
RUNJOBID= node130-1337871881-23817
PBS_JOBID= 14620074
Free space on /tmp= 71672 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_4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688620-1337878608/watcher-3688620-1337878608 -o /tmp/evaluation-result-3688620-1337878608/solver-3688620-1337878608 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688620-1337878608.opb

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

MD5SUM BENCH= 64354bd2b9c3cc2f1ca2c32032e5c032
RANDOM SEED=1191204051

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26848484 kB
Buffers:          199940 kB
Cached:          2123884 kB
SwapCached:            0 kB
Active:          3425236 kB
Inactive:        1827264 kB
Active(anon):    2931384 kB
Inactive(anon):        0 kB
Active(file):     493852 kB
Inactive(file):  1827264 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               208 kB
Writeback:             0 kB
AnonPages:       2937996 kB
Mapped:            22640 kB
Shmem:               200 kB
Slab:             627392 kB
SReclaimable:      69532 kB
SUnreclaim:       557860 kB
KernelStack:        1624 kB
PageTables:         9632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3676684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2852864 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= 71672 MiB
End job on node130 at 2012-05-24 19:12:15