Trace number 3456185

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
Sat4j CuttingPlanes 2.3.0SAT (TO)-27 1800.25 1793.1

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_2.opb
MD5SUM4a1dc018d8373d1119ec5a7a226f506e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark1797.53
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -29
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 constraint25
Maximum length of a constraint44
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)6220
Sum of products size (including duplicates)12440
Number of different products3110
Sum of products size6220

Quality of the solution as a function of time


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

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@761a626f
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3456185-1307664557.opb
0.10/0.12	c reading problem ... 
0.74/0.40	c ... done. Wall clock time 0.281s.
0.74/0.40	c #vars     3310
0.74/0.40	c #constraints  9530
0.74/0.40	c constraints type 
0.74/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3110
0.74/0.40	c org.sat4j.pb.constraints.pb.UnitClausesPB => 200
0.74/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3110
0.74/0.49	c SATISFIABLE
0.74/0.49	c OPTIMIZING...
0.74/0.49	c Got one! Elapsed wall clock time (in seconds):0.372
0.74/0.49	o -19
1.34/0.65	c Got one! Elapsed wall clock time (in seconds):0.538
1.34/0.65	o -20
2.24/0.98	c Got one! Elapsed wall clock time (in seconds):0.863
2.24/0.98	o -24
2.73/1.16	c Got one! Elapsed wall clock time (in seconds):1.041
2.73/1.16	o -25
70.15/67.60	c cleaning 0 clauses out of 5248 with flag 0/5248
256.44/253.06	c Got one! Elapsed wall clock time (in seconds):252.943
256.44/253.06	o -26
325.31/321.74	c cleaning 0 clauses out of 10608 with flag 0/10608
879.65/874.68	c cleaning 0 clauses out of 16609 with flag 0/16609
943.22/938.05	c Got one! Elapsed wall clock time (in seconds):937.935
943.22/938.05	o -27
1800.03/1792.92	c starts		: 52
1800.03/1792.92	c conflicts		: 21465
1800.03/1792.92	c decisions		: 23490
1800.03/1792.92	c propagations		: 187143
1800.03/1792.92	c inspects		: 1257736372
1800.03/1792.92	c shortcuts		: 0
1800.03/1792.92	c learnt literals	: 0
1800.03/1792.92	c learnt binary clauses	: 0
1800.03/1792.92	c learnt ternary clauses	: 0
1800.03/1792.92	c learnt constraints	: 21465
1800.03/1792.92	c ignored constraints	: 0
1800.03/1792.92	c root simplifications	: 0
1800.03/1792.92	c removed literals (reason simplification)	: 0
1800.03/1792.92	c reason swapping (by a shorter reason)	: 0
1800.03/1792.92	c Calls to reduceDB	: 3
1800.03/1792.92	c number of reductions to clauses (during analyze)	: 0
1800.03/1792.92	c number of learned constraints concerned by reduction	: 0
1800.03/1792.92	c number of learning phase by resolution	: 0
1800.03/1792.92	c number of learning phase by cutting planes	: 0
1800.03/1792.92	c speed (assignments/second)	: 218.9150112415279
1800.03/1792.92	c non guided choices	0
1800.03/1792.93	c learnt constraints type 
1800.03/1792.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 313
1800.03/1792.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21152
1800.03/1792.93	c constraints type 
1800.03/1792.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3110
1800.03/1792.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.03/1792.93	c org.sat4j.pb.constraints.pb.UnitClausesPB => 200
1800.03/1792.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3110
1800.03/1792.93	s SATISFIABLE
1800.03/1792.93	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 
1800.03/1792.93	c objective function=-27
1800.03/1792.93	c Total wall clock time (in seconds): 1792.814

Verifier Data

OK	-27

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3456185-1307664557/watcher-3456185-1307664557 -o /tmp/evaluation-result-3456185-1307664557/solver-3456185-1307664557 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456185-1307664557.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: 1.92 1.99 1.99 3/195 26695
/proc/meminfo: memFree=27856928/32951124 swapFree=67050916/67111528
[pid=26695] ppid=26693 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/26695/stat : 26695 (java) R 26693 26695 25204 0 -1 4202496 660 0 0 0 0 0 0 0 17 0 1 0 858871975 23580672 405 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212034692868 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26695/statm: 5757 405 307 9 0 124 0

[startup+0.056146 s]
/proc/loadavg: 1.92 1.99 1.99 3/195 26695
/proc/meminfo: memFree=27856928/32951124 swapFree=67050916/67111528
[pid=26695] ppid=26693 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/26695/stat : 26695 (java) S 26693 26695 25204 0 -1 4202496 11403 0 1 0 3 1 0 0 17 0 13 0 858871975 10718838784 11101 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051458021 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/26695/statm: 2616904 11103 1684 9 0 2607652 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.101118 s]
/proc/loadavg: 1.92 1.99 1.99 3/195 26695
/proc/meminfo: memFree=27856928/32951124 swapFree=67050916/67111528
[pid=26695] ppid=26693 vsize=10539420 CPUtime=0.1 cores=0,2,4,6
/proc/26695/stat : 26695 (java) S 26693 26695 25204 0 -1 4202496 12945 0 1 0 9 1 0 0 17 0 18 0 858871975 10792366080 12622 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26695/statm: 2634855 12622 2092 9 0 2625589 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539420

[startup+0.307102 s]
/proc/loadavg: 1.92 1.99 1.99 3/195 26695
/proc/meminfo: memFree=27856928/32951124 swapFree=67050916/67111528
[pid=26695] ppid=26693 vsize=10540432 CPUtime=0.48 cores=0,2,4,6
/proc/26695/stat : 26695 (java) S 26693 26695 25204 0 -1 4202496 15600 0 1 0 47 1 0 0 17 0 18 0 858871975 10793402368 14948 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26695/statm: 2635108 14950 2218 9 0 2625842 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10540432

[startup+0.701051 s]
/proc/loadavg: 1.92 1.99 1.99 3/195 26695
/proc/meminfo: memFree=27856928/32951124 swapFree=67050916/67111528
[pid=26695] ppid=26693 vsize=10559256 CPUtime=1.64 cores=0,2,4,6
/proc/26695/stat : 26695 (java) S 26693 26695 25204 0 -1 4202496 31301 0 1 0 161 3 0 0 17 0 19 0 858871975 10812678144 26049 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26695/statm: 2639814 26049 2229 9 0 2630548 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 10559256

[startup+1.50092 s]
/proc/loadavg: 1.92 1.99 1.99 5/214 26714
/proc/meminfo: memFree=27735040/32951124 swapFree=67050916/67111528
[pid=26695] ppid=26693 vsize=10557340 CPUtime=3.18 cores=0,2,4,6
/proc/26695/stat : 26695 (java) S 26693 26695 25204 0 -1 4202496 68692 0 1 0 311 7 0 0 17 0 19 0 858871975 10810716160 62927 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26695/statm: 2639335 62930 2234 9 0 2630069 0
[pid=26695/tid=26697] ppid=26693 vsize=10557340 CPUtime=1.47 cores=0,2,4,6
/proc/26695/task/26697/stat : 26697 (java) R 26693 26695 25204 0 -1 4202560 53306 0 1 0 142 5 0 0 18 0 19 0 858871976 10810716160 62931 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 46912505743984 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26695/tid=26698] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26698/stat : 26698 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 858871978 10810716160 62934 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26699] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26699/stat : 26699 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871978 10810716160 62936 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26700] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26700/stat : 26700 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871978 10810716160 62938 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26701] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26701/stat : 26701 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871978 10810716160 62940 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26702] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26702/stat : 26702 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871978 10810716160 62942 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26703] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26703/stat : 26703 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 858871978 10810716160 62945 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26704] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26704/stat : 26704 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 858871978 10810716160 62951 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26705] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26705/stat : 26705 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858871978 10810716160 62952 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26706] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26706/stat : 26706 (java) S 26693 26695 25204 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 858871979 10810716160 62952 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 0 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26707] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26707/stat : 26707 (java) S 26693 26695 25204 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 858871979 10810716160 62953 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26708] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26708/stat : 26708 (java) S 26693 26695 25204 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 858871979 10810716160 62956 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26709] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26709/stat : 26709 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871982 10810716160 62957 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051478961 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26710] ppid=26693 vsize=10557340 CPUtime=0.83 cores=0,2,4,6
/proc/26695/task/26710/stat : 26710 (java) S 26693 26695 25204 0 -1 4202560 8068 0 0 0 83 0 0 0 17 0 19 0 858871982 10810716160 62959 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26711] ppid=26693 vsize=10557340 CPUtime=0.84 cores=0,2,4,6
/proc/26695/task/26711/stat : 26711 (java) S 26693 26695 25204 0 -1 4202560 6164 0 0 0 84 0 0 0 15 0 19 0 858871982 10810716160 62961 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26712] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26712/stat : 26712 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858871982 10810716160 62962 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26713] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26713/stat : 26713 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858871982 10810716160 62964 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26714] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26714/stat : 26714 (java) S 26693 26695 25204 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858872017 10810716160 62965 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 10557340

[startup+3.10164 s]
/proc/loadavg: 1.92 1.99 1.99 3/214 26714
/proc/meminfo: memFree=27454552/32951124 swapFree=67050916/67111528
[pid=26695] ppid=26693 vsize=10557340 CPUtime=4.91 cores=0,2,4,6
/proc/26695/stat : 26695 (java) S 26693 26695 25204 0 -1 4202496 174334 0 1 0 473 18 0 0 17 0 19 0 858871975 10810716160 168567 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26695/statm: 2639335 168569 2236 9 0 2630069 0
[pid=26695/tid=26697] ppid=26693 vsize=10557340 CPUtime=3.08 cores=0,2,4,6
/proc/26695/task/26697/stat : 26697 (java) R 26693 26695 25204 0 -1 4202560 158912 0 1 0 292 16 0 0 18 0 19 0 858871976 10810716160 168570 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 46912505742736 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26695/tid=26698] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26698/stat : 26698 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 858871978 10810716160 168572 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26699] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26699/stat : 26699 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871978 10810716160 168574 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26700] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26700/stat : 26700 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871978 10810716160 168576 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26701] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26701/stat : 26701 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871978 10810716160 168578 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26702] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26702/stat : 26702 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871978 10810716160 168580 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26703] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26703/stat : 26703 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 858871978 10810716160 168582 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26704] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26704/stat : 26704 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 858871978 10810716160 168584 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26705] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26705/stat : 26705 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858871978 10810716160 168585 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26706] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26706/stat : 26706 (java) S 26693 26695 25204 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 858871979 10810716160 168587 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 0 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26707] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26707/stat : 26707 (java) S 26693 26695 25204 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 858871979 10810716160 168589 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26708] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26708/stat : 26708 (java) S 26693 26695 25204 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 858871979 10810716160 168590 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26709] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26709/stat : 26709 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871982 10810716160 168592 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051478961 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26710] ppid=26693 vsize=10557340 CPUtime=0.96 cores=0,2,4,6
/proc/26695/task/26710/stat : 26710 (java) S 26693 26695 25204 0 -1 4202560 8103 0 0 0 96 0 0 0 15 0 19 0 858871982 10810716160 168594 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26711] ppid=26693 vsize=10557340 CPUtime=0.84 cores=0,2,4,6
/proc/26695/task/26711/stat : 26711 (java) S 26693 26695 25204 0 -1 4202560 6164 0 0 0 84 0 0 0 15 0 19 0 858871982 10810716160 168596 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26712] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26712/stat : 26712 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858871982 10810716160 168597 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26713] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26713/stat : 26713 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 858871982 10810716160 168599 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26714] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26714/stat : 26714 (java) S 26693 26695 25204 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858872017 10810716160 168601 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 10557340

[startup+6.30106 s]
/proc/loadavg: 1.93 1.99 1.99 3/214 26714
/proc/meminfo: memFree=26615080/32951124 swapFree=67050916/67111528
[pid=26695] ppid=26693 vsize=10557340 CPUtime=8.19 cores=0,2,4,6
/proc/26695/stat : 26695 (java) S 26693 26695 25204 0 -1 4202496 374721 0 1 0 777 42 0 0 17 0 19 0 858871975 10810716160 367883 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26695/statm: 2639335 367885 2237 9 0 2630069 0
[pid=26695/tid=26697] ppid=26693 vsize=10557340 CPUtime=6.28 cores=0,2,4,6
/proc/26695/task/26697/stat : 26697 (java) R 26693 26695 25204 0 -1 4202560 359291 0 1 0 588 40 0 0 21 0 19 0 858871976 10810716160 367886 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 46912505742671 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26695/tid=26698] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26698/stat : 26698 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 858871978 10810716160 367888 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26699] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26699/stat : 26699 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871978 10810716160 367890 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26700] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26700/stat : 26700 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871978 10810716160 367891 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26701] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26701/stat : 26701 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871978 10810716160 367892 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26702] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26702/stat : 26702 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871978 10810716160 367893 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26703] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26703/stat : 26703 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 858871978 10810716160 367895 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26704] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26704/stat : 26704 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 858871978 10810716160 367896 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26705] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26705/stat : 26705 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858871978 10810716160 367898 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26706] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26706/stat : 26706 (java) S 26693 26695 25204 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 858871979 10810716160 367899 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 0 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26707] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26707/stat : 26707 (java) S 26693 26695 25204 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 858871979 10810716160 367900 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26708] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26708/stat : 26708 (java) S 26693 26695 25204 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 858871979 10810716160 367901 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26709] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26709/stat : 26709 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871982 10810716160 367902 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051478961 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26710] ppid=26693 vsize=10557340 CPUtime=1.04 cores=0,2,4,6
/proc/26695/task/26710/stat : 26710 (java) S 26693 26695 25204 0 -1 4202560 8110 0 0 0 104 0 0 0 15 0 19 0 858871982 10810716160 367903 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26711] ppid=26693 vsize=10557340 CPUtime=0.84 cores=0,2,4,6
/proc/26695/task/26711/stat : 26711 (java) S 26693 26695 25204 0 -1 4202560 6164 0 0 0 84 0 0 0 15 0 19 0 858871982 10810716160 367904 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26712] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26712/stat : 26712 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858871982 10810716160 367905 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26713] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26713/stat : 26713 (java) S 26693 26695 25204 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 858871982 10810716160 367906 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26714] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26714/stat : 26714 (java) S 26693 26695 25204 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858872017 10810716160 367908 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 10557340

[startup+12.7009 s]

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

/proc/26695/task/26708/stat : 26708 (java) S 26693 26695 25204 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858871979 10810716160 994599 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26709] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26709/stat : 26709 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871982 10810716160 994599 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051478961 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26710] ppid=26693 vsize=10557340 CPUtime=1.28 cores=0,2,4,6
/proc/26695/task/26710/stat : 26710 (java) S 26693 26695 25204 0 -1 4202560 8155 0 0 0 128 0 0 0 15 0 19 0 858871982 10810716160 994599 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26711] ppid=26693 vsize=10557340 CPUtime=0.95 cores=0,2,4,6
/proc/26695/task/26711/stat : 26711 (java) S 26693 26695 25204 0 -1 4202560 6183 0 0 0 95 0 0 0 15 0 19 0 858871982 10810716160 994599 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26712] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26712/stat : 26712 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858871982 10810716160 994599 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26713] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26713/stat : 26713 (java) S 26693 26695 25204 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 858871982 10810716160 994599 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26714] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26714/stat : 26714 (java) S 26693 26695 25204 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858872017 10810716160 994599 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1669.05
Current children cumulated vsize (KiB) 10557340

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/214 26879
/proc/meminfo: memFree=24005532/32951124 swapFree=67050916/67111528
[pid=26695] ppid=26693 vsize=10557340 CPUtime=1729.21 cores=0,2,4,6
/proc/26695/stat : 26695 (java) S 26693 26695 25204 0 -1 4202496 1006704 0 1 0 172801 120 0 0 17 0 19 0 858871975 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26695/statm: 2639335 996181 2267 9 0 2630069 0
[pid=26695/tid=26697] ppid=26693 vsize=10557340 CPUtime=1719.39 cores=0,2,4,6
/proc/26695/task/26697/stat : 26697 (java) R 26693 26695 25204 0 -1 4202560 790891 0 1 0 171853 86 0 0 25 0 19 0 858871976 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 46912505742192 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26695/tid=26698] ppid=26693 vsize=10557340 CPUtime=0.76 cores=0,2,4,6
/proc/26695/task/26698/stat : 26698 (java) S 26693 26695 25204 0 -1 4202560 20027 0 0 0 73 3 0 0 15 0 19 0 858871978 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26699] ppid=26693 vsize=10557340 CPUtime=0.87 cores=0,2,4,6
/proc/26695/task/26699/stat : 26699 (java) S 26693 26695 25204 0 -1 4202560 26342 0 0 0 83 4 0 0 16 0 19 0 858871978 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26700] ppid=26693 vsize=10557340 CPUtime=0.64 cores=0,2,4,6
/proc/26695/task/26700/stat : 26700 (java) S 26693 26695 25204 0 -1 4202560 17792 0 0 0 63 1 0 0 16 0 19 0 858871978 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26701] ppid=26693 vsize=10557340 CPUtime=0.89 cores=0,2,4,6
/proc/26695/task/26701/stat : 26701 (java) S 26693 26695 25204 0 -1 4202560 27530 0 0 0 85 4 0 0 16 0 19 0 858871978 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26702] ppid=26693 vsize=10557340 CPUtime=0.88 cores=0,2,4,6
/proc/26695/task/26702/stat : 26702 (java) S 26693 26695 25204 0 -1 4202560 22262 0 0 0 85 3 0 0 16 0 19 0 858871978 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 2 0 0 0
[pid=26695/tid=26703] ppid=26693 vsize=10557340 CPUtime=0.72 cores=0,2,4,6
/proc/26695/task/26703/stat : 26703 (java) S 26693 26695 25204 0 -1 4202560 19295 0 0 0 69 3 0 0 15 0 19 0 858871978 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 2 0 0 0
[pid=26695/tid=26704] ppid=26693 vsize=10557340 CPUtime=0.77 cores=0,2,4,6
/proc/26695/task/26704/stat : 26704 (java) S 26693 26695 25204 0 -1 4202560 20021 0 0 0 73 4 0 0 15 0 19 0 858871978 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26705] ppid=26693 vsize=10557340 CPUtime=0.72 cores=0,2,4,6
/proc/26695/task/26705/stat : 26705 (java) S 26693 26695 25204 0 -1 4202560 23584 0 0 0 69 3 0 0 15 0 19 0 858871978 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26706] ppid=26693 vsize=10557340 CPUtime=1.19 cores=0,2,4,6
/proc/26695/task/26706/stat : 26706 (java) S 26693 26695 25204 0 -1 4202560 23375 0 0 0 117 2 0 0 15 0 19 0 858871979 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 0 0 16800975 18446604453927294080 0 0 -1 2 0 0 0
[pid=26695/tid=26707] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26707/stat : 26707 (java) S 26693 26695 25204 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858871979 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26708] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26708/stat : 26708 (java) S 26693 26695 25204 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858871979 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26709] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26709/stat : 26709 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871982 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051478961 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26710] ppid=26693 vsize=10557340 CPUtime=1.28 cores=0,2,4,6
/proc/26695/task/26710/stat : 26710 (java) S 26693 26695 25204 0 -1 4202560 8155 0 0 0 128 0 0 0 15 0 19 0 858871982 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26711] ppid=26693 vsize=10557340 CPUtime=0.95 cores=0,2,4,6
/proc/26695/task/26711/stat : 26711 (java) S 26693 26695 25204 0 -1 4202560 6183 0 0 0 95 0 0 0 15 0 19 0 858871982 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26712] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26712/stat : 26712 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858871982 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26713] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26713/stat : 26713 (java) S 26693 26695 25204 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 858871982 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26714] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26714/stat : 26714 (java) S 26693 26695 25204 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858872017 10810716160 996181 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1729.21
Current children cumulated vsize (KiB) 10557340

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/214 26881
/proc/meminfo: memFree=23991732/32951124 swapFree=67050916/67111528
[pid=26695] ppid=26693 vsize=10557340 CPUtime=1789.37 cores=0,2,4,6
/proc/26695/stat : 26695 (java) S 26693 26695 25204 0 -1 4202496 1008819 0 1 0 178816 121 0 0 17 0 19 0 858871975 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26695/statm: 2639335 998235 2267 9 0 2630069 0
[pid=26695/tid=26697] ppid=26693 vsize=10557340 CPUtime=1779.33 cores=0,2,4,6
/proc/26695/task/26697/stat : 26697 (java) R 26693 26695 25204 0 -1 4202560 790894 0 1 0 177847 86 0 0 25 0 19 0 858871976 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 46912505743307 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26695/tid=26698] ppid=26693 vsize=10557340 CPUtime=0.79 cores=0,2,4,6
/proc/26695/task/26698/stat : 26698 (java) S 26693 26695 25204 0 -1 4202560 20208 0 0 0 76 3 0 0 16 0 19 0 858871978 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26699] ppid=26693 vsize=10557340 CPUtime=0.91 cores=0,2,4,6
/proc/26695/task/26699/stat : 26699 (java) S 26693 26695 25204 0 -1 4202560 26788 0 0 0 87 4 0 0 16 0 19 0 858871978 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 2 0 0 0
[pid=26695/tid=26700] ppid=26693 vsize=10557340 CPUtime=0.67 cores=0,2,4,6
/proc/26695/task/26700/stat : 26700 (java) S 26693 26695 25204 0 -1 4202560 17932 0 0 0 66 1 0 0 16 0 19 0 858871978 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26701] ppid=26693 vsize=10557340 CPUtime=0.91 cores=0,2,4,6
/proc/26695/task/26701/stat : 26701 (java) S 26693 26695 25204 0 -1 4202560 27796 0 0 0 87 4 0 0 16 0 19 0 858871978 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26702] ppid=26693 vsize=10557340 CPUtime=0.94 cores=0,2,4,6
/proc/26695/task/26702/stat : 26702 (java) S 26693 26695 25204 0 -1 4202560 22907 0 0 0 91 3 0 0 16 0 19 0 858871978 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 2 0 0 0
[pid=26695/tid=26703] ppid=26693 vsize=10557340 CPUtime=0.72 cores=0,2,4,6
/proc/26695/task/26703/stat : 26703 (java) S 26693 26695 25204 0 -1 4202560 19295 0 0 0 69 3 0 0 15 0 19 0 858871978 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 2 0 0 0
[pid=26695/tid=26704] ppid=26693 vsize=10557340 CPUtime=0.78 cores=0,2,4,6
/proc/26695/task/26704/stat : 26704 (java) S 26693 26695 25204 0 -1 4202560 20212 0 0 0 74 4 0 0 15 0 19 0 858871978 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26705] ppid=26693 vsize=10557340 CPUtime=0.74 cores=0,2,4,6
/proc/26695/task/26705/stat : 26705 (java) S 26693 26695 25204 0 -1 4202560 23821 0 0 0 71 3 0 0 15 0 19 0 858871978 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26706] ppid=26693 vsize=10557340 CPUtime=1.19 cores=0,2,4,6
/proc/26695/task/26706/stat : 26706 (java) S 26693 26695 25204 0 -1 4202560 23377 0 0 0 117 2 0 0 15 0 19 0 858871979 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 0 0 16800975 18446604453927294080 0 0 -1 2 0 0 0
[pid=26695/tid=26707] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26707/stat : 26707 (java) S 26693 26695 25204 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858871979 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26708] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26708/stat : 26708 (java) S 26693 26695 25204 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858871979 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26709] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26709/stat : 26709 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871982 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051478961 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26710] ppid=26693 vsize=10557340 CPUtime=1.28 cores=0,2,4,6
/proc/26695/task/26710/stat : 26710 (java) S 26693 26695 25204 0 -1 4202560 8155 0 0 0 128 0 0 0 15 0 19 0 858871982 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26711] ppid=26693 vsize=10557340 CPUtime=0.95 cores=0,2,4,6
/proc/26695/task/26711/stat : 26711 (java) S 26693 26695 25204 0 -1 4202560 6183 0 0 0 95 0 0 0 15 0 19 0 858871982 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26712] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26712/stat : 26712 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858871982 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26713] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26713/stat : 26713 (java) S 26693 26695 25204 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 858871982 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26714] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26714/stat : 26714 (java) S 26693 26695 25204 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858872017 10810716160 998235 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1789.37
Current children cumulated vsize (KiB) 10557340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.9 s]
/proc/loadavg: 1.99 1.99 1.99 3/214 26881
/proc/meminfo: memFree=23987384/32951124 swapFree=67050916/67111528
[pid=26695] ppid=26693 vsize=10557340 CPUtime=1800.03 cores=0,2,4,6
/proc/26695/stat : 26695 (java) S 26693 26695 25204 0 -1 4202496 1009970 0 1 0 179882 121 0 0 17 0 19 0 858871975 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26695/statm: 2639335 999342 2267 9 0 2630069 0
[pid=26695/tid=26697] ppid=26693 vsize=10557340 CPUtime=1789.93 cores=0,2,4,6
/proc/26695/task/26697/stat : 26697 (java) R 26693 26695 25204 0 -1 4202560 790895 0 1 0 178907 86 0 0 25 0 19 0 858871976 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 46912505742205 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26695/tid=26698] ppid=26693 vsize=10557340 CPUtime=0.81 cores=0,2,4,6
/proc/26695/task/26698/stat : 26698 (java) S 26693 26695 25204 0 -1 4202560 20483 0 0 0 78 3 0 0 16 0 19 0 858871978 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26699] ppid=26693 vsize=10557340 CPUtime=0.91 cores=0,2,4,6
/proc/26695/task/26699/stat : 26699 (java) S 26693 26695 25204 0 -1 4202560 26788 0 0 0 87 4 0 0 15 0 19 0 858871978 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 2 0 0 0
[pid=26695/tid=26700] ppid=26693 vsize=10557340 CPUtime=0.67 cores=0,2,4,6
/proc/26695/task/26700/stat : 26700 (java) S 26693 26695 25204 0 -1 4202560 17932 0 0 0 66 1 0 0 15 0 19 0 858871978 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26701] ppid=26693 vsize=10557340 CPUtime=0.91 cores=0,2,4,6
/proc/26695/task/26701/stat : 26701 (java) S 26693 26695 25204 0 -1 4202560 27796 0 0 0 87 4 0 0 15 0 19 0 858871978 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26702] ppid=26693 vsize=10557340 CPUtime=0.95 cores=0,2,4,6
/proc/26695/task/26702/stat : 26702 (java) S 26693 26695 25204 0 -1 4202560 23186 0 0 0 92 3 0 0 16 0 19 0 858871978 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26703] ppid=26693 vsize=10557340 CPUtime=0.74 cores=0,2,4,6
/proc/26695/task/26703/stat : 26703 (java) S 26693 26695 25204 0 -1 4202560 19603 0 0 0 71 3 0 0 16 0 19 0 858871978 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 2 0 0 0
[pid=26695/tid=26704] ppid=26693 vsize=10557340 CPUtime=0.78 cores=0,2,4,6
/proc/26695/task/26704/stat : 26704 (java) S 26693 26695 25204 0 -1 4202560 20212 0 0 0 74 4 0 0 15 0 19 0 858871978 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26705] ppid=26693 vsize=10557340 CPUtime=0.76 cores=0,2,4,6
/proc/26695/task/26705/stat : 26705 (java) S 26693 26695 25204 0 -1 4202560 24107 0 0 0 73 3 0 0 16 0 19 0 858871978 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26706] ppid=26693 vsize=10557340 CPUtime=1.19 cores=0,2,4,6
/proc/26695/task/26706/stat : 26706 (java) S 26693 26695 25204 0 -1 4202560 23379 0 0 0 117 2 0 0 15 0 19 0 858871979 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 0 0 16800975 18446604453927294080 0 0 -1 2 0 0 0
[pid=26695/tid=26707] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26707/stat : 26707 (java) S 26693 26695 25204 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 858871979 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26708] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26708/stat : 26708 (java) S 26693 26695 25204 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 858871979 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26709] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26709/stat : 26709 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 858871982 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051478961 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26710] ppid=26693 vsize=10557340 CPUtime=1.28 cores=0,2,4,6
/proc/26695/task/26710/stat : 26710 (java) S 26693 26695 25204 0 -1 4202560 8155 0 0 0 128 0 0 0 15 0 19 0 858871982 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 0 0 0 0
[pid=26695/tid=26711] ppid=26693 vsize=10557340 CPUtime=0.95 cores=0,2,4,6
/proc/26695/task/26711/stat : 26711 (java) S 26693 26695 25204 0 -1 4202560 6183 0 0 0 95 0 0 0 15 0 19 0 858871982 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26712] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26712/stat : 26712 (java) S 26693 26695 25204 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 858871982 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471257 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
[pid=26695/tid=26713] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26713/stat : 26713 (java) S 26693 26695 25204 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 858871982 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 4 0 0 0
[pid=26695/tid=26714] ppid=26693 vsize=10557340 CPUtime=0 cores=0,2,4,6
/proc/26695/task/26714/stat : 26714 (java) S 26693 26695 25204 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 858872017 10810716160 999342 33554432000 1073741824 1073778376 140734856076800 18446744073709551615 212051471872 0 4 0 16800975 18446604453927294080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 10557340

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

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

[startup+1793.02 s]
/proc/loadavg: 1.99 1.99 1.99 3/214 26881
/proc/meminfo: memFree=23987384/32951124 swapFree=67050916/67111528
[pid=26695] ppid=26693 vsize=0 CPUtime=1800.15 cores=0,2,4,6
/proc/26695/stat : 26695 (java) Z 26693 26695 25204 0 -1 4203548 1010000 0 1 0 179886 129 0 0 15 0 2 0 858871975 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26695/statm: 0 0 0 0 0 0 0
[pid=26695/tid=26708] ppid=26693 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/26695/task/26708/stat : 26708 (java) R 26693 26695 25204 0 -1 4203588 9 0 0 0 0 8 0 0 18 0 2 0 858871979 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1793.1
CPU time (s): 1800.25
CPU user time (s): 1798.87
CPU system time (s): 1.37679
CPU usage (%): 100.399
Max. virtual memory (cumulated for all children) (KiB): 10559256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 1.37679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1010000
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38857
involuntary context switches= 8806

runsolver used 3.2545 second user time and 6.53801 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-10 02:09:17
IDJOB=3456185
IDBENCH=48197
IDSOLVER=1951
FILE ID=node146/3456185-1307664557
RUNJOBID= node146-1307657367-25908
PBS_JOBID= 13549414
Free space on /tmp= 74112 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456185-1307664557/watcher-3456185-1307664557 -o /tmp/evaluation-result-3456185-1307664557/solver-3456185-1307664557 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456185-1307664557.opb

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

MD5SUM BENCH= 4a1dc018d8373d1119ec5a7a226f506e
RANDOM SEED=301975514

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27857208 kB
Buffers:        231260 kB
Cached:         577736 kB
SwapCached:      14540 kB
Active:        4444352 kB
Inactive:       438340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27857208 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:             444 kB
Writeback:           0 kB
AnonPages:     4070272 kB
Mapped:          17420 kB
Slab:           139276 kB
PageTables:      12788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10558752 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74112 MiB
End job on node146 at 2011-06-10 02:39:12