Trace number 2662660

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31SAT 77.5742 39.7

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army9.12bt.opb
MD5SUMb789f830862c22cea2a920d3cb2b89b5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.339947
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables266
Total number of constraints573
Number of constraints which are clauses402
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints169
Minimum length of a constraint1
Maximum length of a constraint81
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 93
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662660-1276695565.opb
0.25/0.21	c reading problem ... 
0.54/0.45	c ... done. Wall clock time 0.238s.
0.54/0.45	c #vars     266
0.54/0.45	c #constraints  573
0.54/0.45	c constraints type 
0.54/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 258
0.54/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.54/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 143
0.54/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 169
0.54/0.45	c constraints type 
0.54/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 143
0.54/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 258
0.54/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.54/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 169
11.44/5.96	c cleaning 2498 clauses out of 4995 with flag 5000/5000
16.15/8.30	c cleaning 4249 clauses out of 8498 with flag 11002/11002
22.42/11.50	c cleaning 5623 clauses out of 11247 with flag 18000/18000
32.09/16.45	c cleaning 6813 clauses out of 13625 with flag 26001/26001
42.49/21.75	c cleaning 7903 clauses out of 15811 with flag 35000/35000
58.08/29.62	c cleaning 8953 clauses out of 17909 with flag 45001/45001
76.02/38.76	c cleaning 9477 clauses out of 18957 with flag 55002/55002
77.32/39.43	c And the winner is Resolution
77.51/39.63	c starts		: 75
77.51/39.63	c conflicts		: 56176
77.51/39.63	c decisions		: 74706
77.51/39.63	c propagations		: 2115774
77.51/39.63	c inspects		: 124532866
77.51/39.63	c learnt literals	: 6
77.51/39.63	c learnt binary clauses	: 24
77.51/39.64	c learnt ternary clauses	: 37
77.51/39.64	c learnt clauses	: 56170
77.51/39.64	c ignored clauses	: 0
77.51/39.64	c root simplifications	: 0
77.51/39.64	c removed literals (reason simplification)	: 1331557
77.51/39.64	c reason swapping (by a shorter reason)	: 0
77.51/39.64	c Calls to reduceDB	: 7
77.51/39.64	c number of reductions to clauses (during analyze)	: 0
77.51/39.64	c number of learned constraints concerned by reduction	: 0
77.51/39.64	c number of learning phase by resolution	: 0
77.51/39.64	c number of learning phase by cutting planes	: 0
77.51/39.64	c speed (assignments/second)	: 54002.756578779445
77.51/39.64	c non guided choices	19
77.51/39.66	c learnt constraints type 
77.51/39.66	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10630
77.51/39.66	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
77.51/39.66	c constraints type 
77.51/39.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 258
77.51/39.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
77.51/39.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 143
77.51/39.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 169
77.51/39.66	c constraints type 
77.51/39.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 143
77.51/39.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 258
77.51/39.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
77.51/39.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 169
77.51/39.66	s SATISFIABLE
77.51/39.66	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 x201 -x202 -x203 x204 x205 -x206 -x207 -x208 x209 -x210 -x211 x212 -x213 -x214 -x215 x216 -x217 x218 -x219 -x220 -x221 x222 x223 -x224 -x225 -x226 x227 -x228 -x229 x230 x231 -x232 -x233 x234 x235 -x236 -x237 x238 x239 -x240 -x241 x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 x250 -x251 x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 x260 x261 -x262 -x263 x264 x265 -x266 
77.51/39.66	c Total wall clock time (in seconds): 39.446

Verifier Data

OK	0

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2662660-1276695565/watcher-2662660-1276695565 -o /tmp/evaluation-result-2662660-1276695565/solver-2662660-1276695565 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662660-1276695565.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.13 0.50 3/106 10407
/proc/meminfo: memFree=1855444/2059040 swapFree=4136116/4192956
[pid=10407] ppid=10405 vsize=1832 CPUtime=0
/proc/10407/stat : 10407 (java6) S 10405 10407 10382 0 -1 4194304 250 0 0 0 0 0 0 0 19 0 1 0 45157935 1875968 153 1992294400 134512640 134550932 4287978656 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699387582 0 0 17 1 0 0 0
/proc/10407/statm: 458 153 116 10 0 63 0

[startup+0.0804601 s]
/proc/loadavg: 0.08 0.13 0.50 3/106 10407
/proc/meminfo: memFree=1855444/2059040 swapFree=4136116/4192956
[pid=10407] ppid=10405 vsize=1521796 CPUtime=0.06
/proc/10407/stat : 10407 (java) S 10405 10407 10382 0 -1 4202496 3766 0 1 0 4 2 0 0 18 0 7 0 45157935 1558319104 3208 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10407/statm: 380449 3208 1038 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101461 s]
/proc/loadavg: 0.08 0.13 0.50 3/106 10407
/proc/meminfo: memFree=1855444/2059040 swapFree=4136116/4192956
[pid=10407] ppid=10405 vsize=1524180 CPUtime=0.08
/proc/10407/stat : 10407 (java) S 10405 10407 10382 0 -1 4202496 3951 0 1 0 6 2 0 0 18 0 12 0 45157935 1560760320 3391 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10407/statm: 381045 3391 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.3016 s]
/proc/loadavg: 0.08 0.13 0.50 3/106 10407
/proc/meminfo: memFree=1855444/2059040 swapFree=4136116/4192956
[pid=10407] ppid=10405 vsize=1526136 CPUtime=0.36
/proc/10407/stat : 10407 (java) S 10405 10407 10382 0 -1 4202496 5383 0 1 0 33 3 0 0 18 0 12 0 45157935 1562763264 4821 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10407/statm: 381534 4821 1361 10 0 378837 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526136

[startup+0.70159 s]
/proc/loadavg: 0.08 0.13 0.50 3/106 10407
/proc/meminfo: memFree=1855444/2059040 swapFree=4136116/4192956
[pid=10407] ppid=10405 vsize=1529708 CPUtime=1.14
/proc/10407/stat : 10407 (java) S 10405 10407 10382 0 -1 4202496 6945 0 1 0 110 4 0 0 18 0 16 0 45157935 1566420992 6236 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10407/statm: 382427 6236 1401 10 0 379730 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 1529708

[startup+1.50157 s]
/proc/loadavg: 0.08 0.13 0.50 8/122 10423
/proc/meminfo: memFree=1825680/2059040 swapFree=4136116/4192956
[pid=10407] ppid=10405 vsize=1538224 CPUtime=2.72
/proc/10407/stat : 10407 (java) S 10405 10407 10382 0 -1 4202496 12476 0 1 0 266 6 0 0 18 0 16 0 45157935 1575141376 9396 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10407/statm: 384556 9397 1421 10 0 381859 0
[pid=10407/tid=10409] ppid=10405 vsize=1538224 CPUtime=0.43
/proc/10407/task/10409/stat : 10409 (java) S 10405 10407 10382 0 -1 4202560 4204 0 1 0 40 3 0 0 18 0 16 0 45157937 1575141376 9397 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1538224 CPUtime=0
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 10382 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 45157938 1575141376 9397 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1538224 CPUtime=0
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 45157938 1575141376 9397 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1538224 CPUtime=0
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 45157940 1575141376 9397 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1538224 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 10382 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 45157940 1575141376 9397 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1538224 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 10382 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 45157940 1575141376 9397 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1538224 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1575141376 9397 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1538224 CPUtime=0.04
/proc/10407/task/10416/stat : 10416 (java) R 10405 10407 10382 0 -1 4202560 90 0 0 0 4 0 0 0 24 0 16 0 45157945 1575141376 9397 1992294400 134512640 134550932 4291554560 18446744073709551615 106042544 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1538224 CPUtime=1.19
/proc/10407/task/10417/stat : 10417 (java) R 10405 10407 10382 0 -1 4202560 5673 0 0 0 118 1 0 0 18 0 16 0 45157945 1575141376 9397 1992294400 134512640 134550932 4291554560 18446744073709551615 106251732 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1538224 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1575141376 9398 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1538224 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) R 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 45157945 1575141376 9398 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1538224 CPUtime=0.2
/proc/10407/task/10420/stat : 10420 (java) R 10405 10407 10382 0 -1 4202560 271 0 0 0 20 0 0 0 21 0 16 0 45157981 1575141376 9398 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10407/tid=10421] ppid=10405 vsize=1538224 CPUtime=0.82
/proc/10407/task/10421/stat : 10421 (java) R 10405 10407 10382 0 -1 4202560 1167 0 0 0 82 0 0 0 18 0 16 0 45157981 1575141376 9398 1992294400 134512640 134550932 4291554560 18446744073709551615 104256775 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10407/tid=10422] ppid=10405 vsize=1538224 CPUtime=0
/proc/10407/task/10422/stat : 10422 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 45157982 1575141376 9398 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10423] ppid=10405 vsize=1538224 CPUtime=0
/proc/10407/task/10423/stat : 10423 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 45157982 1575141376 9398 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 1538224

[startup+3.10153 s]
/proc/loadavg: 0.08 0.13 0.50 6/122 10423
/proc/meminfo: memFree=1813652/2059040 swapFree=4136116/4192956
[pid=10407] ppid=10405 vsize=1548288 CPUtime=5.9
/proc/10407/stat : 10407 (java) S 10405 10407 10382 0 -1 4202496 29258 0 1 0 575 15 0 0 18 0 16 0 45157935 1585446912 25547 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10407/statm: 387072 25549 1422 10 0 384375 0
[pid=10407/tid=10409] ppid=10405 vsize=1548288 CPUtime=0.43
/proc/10407/task/10409/stat : 10409 (java) S 10405 10407 10382 0 -1 4202560 4204 0 1 0 40 3 0 0 18 0 16 0 45157937 1585446912 25549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1548288 CPUtime=0
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 10382 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 16 0 45157938 1585446912 25550 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1548288 CPUtime=0
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 45157938 1585446912 25552 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1548288 CPUtime=0
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 45157940 1585446912 25552 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1548288 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 10382 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 45157940 1585446912 25553 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1548288 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 10382 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 16 0 45157940 1585446912 25554 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1548288 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1585446912 25555 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1548288 CPUtime=0.5
/proc/10407/task/10416/stat : 10416 (java) R 10405 10407 10382 0 -1 4202560 775 0 0 0 50 0 0 0 25 0 16 0 45157945 1585446912 25555 1992294400 134512640 134550932 4291554560 18446744073709551615 105499067 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1548288 CPUtime=2.29
/proc/10407/task/10417/stat : 10417 (java) R 10405 10407 10382 0 -1 4202560 7902 0 0 0 227 2 0 0 19 0 16 0 45157945 1585446912 25556 1992294400 134512640 134550932 4291554560 18446744073709551615 106251674 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1548288 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1585446912 25556 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1548288 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 45157945 1585446912 25557 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1548288 CPUtime=0.6
/proc/10407/task/10420/stat : 10420 (java) R 10405 10407 10382 0 -1 4202560 2687 0 0 0 59 1 0 0 22 0 16 0 45157981 1585446912 25557 1992294400 134512640 134550932 4291554560 18446744073709551615 103615267 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10407/tid=10421] ppid=10405 vsize=1548288 CPUtime=2.01
/proc/10407/task/10421/stat : 10421 (java) R 10405 10407 10382 0 -1 4202560 12628 0 0 0 195 6 0 0 18 0 16 0 45157981 1585446912 25558 1992294400 134512640 134550932 4291554560 18446744073709551615 4109155809 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10407/tid=10422] ppid=10405 vsize=1548288 CPUtime=0
/proc/10407/task/10422/stat : 10422 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 45157982 1585446912 25558 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10423] ppid=10405 vsize=1548288 CPUtime=0
/proc/10407/task/10423/stat : 10423 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 45157982 1585446912 25559 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 1548288

[startup+6.30145 s]
/proc/loadavg: 0.47 0.21 0.53 5/122 10423
/proc/meminfo: memFree=1698828/2059040 swapFree=4136116/4192956
[pid=10407] ppid=10405 vsize=1546916 CPUtime=12.19
/proc/10407/stat : 10407 (java) S 10405 10407 10382 0 -1 4202496 48634 0 1 0 1197 22 0 0 18 0 16 0 45157935 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10407/statm: 386729 42549 1448 10 0 384032 0
[pid=10407/tid=10409] ppid=10405 vsize=1546916 CPUtime=0.43
/proc/10407/task/10409/stat : 10409 (java) S 10405 10407 10382 0 -1 4202560 4204 0 1 0 40 3 0 0 18 0 16 0 45157937 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1546916 CPUtime=0.07
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 10382 0 -1 4202560 2013 0 0 0 7 0 0 0 16 0 16 0 45157938 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1546916 CPUtime=0.04
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 10382 0 -1 4202560 885 0 0 0 4 0 0 0 16 0 16 0 45157938 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1546916 CPUtime=0.04
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 10382 0 -1 4202560 1388 0 0 0 4 0 0 0 16 0 16 0 45157940 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1546916 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 10382 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 45157940 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1546916 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 10382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 45157940 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1546916 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1546916 CPUtime=1.48
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 10382 0 -1 4202560 1180 0 0 0 148 0 0 0 18 0 16 0 45157945 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1546916 CPUtime=3.38
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 10382 0 -1 4202560 9983 0 0 0 335 3 0 0 15 0 16 0 45157945 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1546916 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1546916 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 45157945 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1546916 CPUtime=1.95
/proc/10407/task/10420/stat : 10420 (java) R 10405 10407 10382 0 -1 4202560 2689 0 0 0 194 1 0 0 25 0 16 0 45157981 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4108577105 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10407/tid=10421] ppid=10405 vsize=1546916 CPUtime=4.7
/proc/10407/task/10421/stat : 10421 (java) R 10405 10407 10382 0 -1 4202560 25220 0 0 0 460 10 0 0 20 0 16 0 45157981 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4108944208 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10407/tid=10422] ppid=10405 vsize=1546916 CPUtime=0
/proc/10407/task/10422/stat : 10422 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 45157982 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10423] ppid=10405 vsize=1546916 CPUtime=0
/proc/10407/task/10423/stat : 10423 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 45157982 1584041984 42549 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 1546916

[startup+12.7013 s]
/proc/loadavg: 0.60 0.24 0.54 3/122 10423
/proc/meminfo: memFree=1664232/2059040 swapFree=4136116/4192956
[pid=10407] ppid=10405 vsize=1545840 CPUtime=24.75
/proc/10407/stat : 10407 (java) S 10405 10407 10382 0 -1 4202496 55337 0 1 0 2450 25 0 0 18 0 16 0 45157935 1582940160 48879 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10407/statm: 386460 48879 1448 10 0 383763 0
[pid=10407/tid=10409] ppid=10405 vsize=1545840 CPUtime=0.43
/proc/10407/task/10409/stat : 10409 (java) S 10405 10407 10382 0 -1 4202560 4204 0 1 0 40 3 0 0 15 0 16 0 45157937 1582940160 48879 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1545840 CPUtime=0.15
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 10382 0 -1 4202560 3534 0 0 0 14 1 0 0 16 0 16 0 45157938 1582940160 48879 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1545840 CPUtime=0.12
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 10382 0 -1 4202560 2426 0 0 0 12 0 0 0 16 0 16 0 45157938 1582940160 48879 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1545840 CPUtime=0.16
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 10382 0 -1 4202560 2261 0 0 0 16 0 0 0 15 0 16 0 45157940 1582940160 48879 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 10382 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 45157940 1582940160 48879 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 10382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 45157940 1582940160 48879 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1582940160 48879 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1545840 CPUtime=1.5
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 10382 0 -1 4202560 1180 0 0 0 150 0 0 0 15 0 16 0 45157945 1582940160 48879 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1545840 CPUtime=3.51
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 10382 0 -1 4202560 9987 0 0 0 348 3 0 0 16 0 16 0 45157945 1582940160 48879 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1582940160 48879 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 45157945 1582940160 48879 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0

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

[pid=10407/tid=10415] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1582940160 53059 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1545840 CPUtime=1.5
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 10382 0 -1 4202560 1180 0 0 0 150 0 0 0 15 0 16 0 45157945 1582940160 53059 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1545840 CPUtime=3.61
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 10382 0 -1 4202560 9991 0 0 0 358 3 0 0 15 0 16 0 45157945 1582940160 53059 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1582940160 53059 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 10382 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 45157945 1582940160 53059 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1545840 CPUtime=31.26
/proc/10407/task/10420/stat : 10420 (java) R 10405 10407 10382 0 -1 4202560 3187 0 0 0 3123 3 0 0 25 0 16 0 45157981 1582940160 53059 1992294400 134512640 134550932 4291554560 18446744073709551615 4108957279 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10407/tid=10421] ppid=10405 vsize=1545840 CPUtime=34.11
/proc/10407/task/10421/stat : 10421 (java) R 10405 10407 10382 0 -1 4202560 27529 0 0 0 3400 11 0 0 25 0 16 0 45157981 1582940160 53059 1992294400 134512640 134550932 4291554560 18446744073709551615 4108944265 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10407/tid=10422] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10422/stat : 10422 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 45157982 1582940160 53059 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10423] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10423/stat : 10423 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 45157982 1582940160 53059 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 72.06
Current children cumulated vsize (KiB) 1545840

[startup+38.302 s]
/proc/loadavg: 1.07 0.38 0.57 3/122 10423
/proc/meminfo: memFree=1647492/2059040 swapFree=4136116/4192956
[pid=10407] ppid=10405 vsize=1545840 CPUtime=75.23
/proc/10407/stat : 10407 (java) S 10405 10407 10382 0 -1 4202496 59943 0 1 0 7495 28 0 0 18 0 16 0 45157935 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10407/statm: 386460 53241 1448 10 0 383763 0
[pid=10407/tid=10409] ppid=10405 vsize=1545840 CPUtime=0.43
/proc/10407/task/10409/stat : 10409 (java) S 10405 10407 10382 0 -1 4202560 4205 0 1 0 40 3 0 0 15 0 16 0 45157937 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1545840 CPUtime=0.34
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 10382 0 -1 4202560 5623 0 0 0 32 2 0 0 15 0 16 0 45157938 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1545840 CPUtime=0.31
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 10382 0 -1 4202560 4715 0 0 0 30 1 0 0 16 0 16 0 45157938 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1545840 CPUtime=0.41
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 10382 0 -1 4202560 2436 0 0 0 41 0 0 0 15 0 16 0 45157940 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 10382 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 45157940 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 10382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 45157940 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1545840 CPUtime=1.5
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 10382 0 -1 4202560 1180 0 0 0 150 0 0 0 15 0 16 0 45157945 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1545840 CPUtime=3.63
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 10382 0 -1 4202560 9991 0 0 0 360 3 0 0 15 0 16 0 45157945 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 10382 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 45157945 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1545840 CPUtime=32.81
/proc/10407/task/10420/stat : 10420 (java) R 10405 10407 10382 0 -1 4202560 3188 0 0 0 3278 3 0 0 25 0 16 0 45157981 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4109109634 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10407/tid=10421] ppid=10405 vsize=1545840 CPUtime=35.7
/proc/10407/task/10421/stat : 10421 (java) R 10405 10407 10382 0 -1 4202560 27529 0 0 0 3559 11 0 0 25 0 16 0 45157981 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4109073701 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10407/tid=10422] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10422/stat : 10422 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 45157982 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10423] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10423/stat : 10423 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 45157982 1582940160 53241 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 75.23
Current children cumulated vsize (KiB) 1545840

[startup+39.1022 s]
/proc/loadavg: 1.07 0.38 0.57 3/122 10423
/proc/meminfo: memFree=1646624/2059040 swapFree=4136116/4192956
[pid=10407] ppid=10405 vsize=1545840 CPUtime=76.72
/proc/10407/stat : 10407 (java) S 10405 10407 10382 0 -1 4202496 60342 0 1 0 7644 28 0 0 18 0 16 0 45157935 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10407/statm: 386460 53627 1448 10 0 383763 0
[pid=10407/tid=10409] ppid=10405 vsize=1545840 CPUtime=0.43
/proc/10407/task/10409/stat : 10409 (java) S 10405 10407 10382 0 -1 4202560 4205 0 1 0 40 3 0 0 15 0 16 0 45157937 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1545840 CPUtime=0.35
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 10382 0 -1 4202560 5798 0 0 0 33 2 0 0 15 0 16 0 45157938 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1545840 CPUtime=0.32
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 10382 0 -1 4202560 4784 0 0 0 31 1 0 0 16 0 16 0 45157938 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1545840 CPUtime=0.5
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 10382 0 -1 4202560 2590 0 0 0 50 0 0 0 15 0 16 0 45157940 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 10382 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 45157940 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 10382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 45157940 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1545840 CPUtime=1.5
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 10382 0 -1 4202560 1180 0 0 0 150 0 0 0 15 0 16 0 45157945 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1545840 CPUtime=3.63
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 10382 0 -1 4202560 9991 0 0 0 360 3 0 0 15 0 16 0 45157945 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 45157945 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 10382 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 16 0 45157945 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10420] ppid=10405 vsize=1545840 CPUtime=33.49
/proc/10407/task/10420/stat : 10420 (java) R 10405 10407 10382 0 -1 4202560 3189 0 0 0 3346 3 0 0 25 0 16 0 45157981 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4109515967 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10407/tid=10421] ppid=10405 vsize=1545840 CPUtime=36.4
/proc/10407/task/10421/stat : 10421 (java) R 10405 10407 10382 0 -1 4202560 27529 0 0 0 3629 11 0 0 25 0 16 0 45157981 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4109025499 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10407/tid=10422] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10422/stat : 10422 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 16 0 45157982 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10423] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10423/stat : 10423 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 16 0 45157982 1582940160 53627 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 76.72
Current children cumulated vsize (KiB) 1545840

[startup+39.5022 s]
/proc/loadavg: 1.15 0.41 0.58 2/121 10423
/proc/meminfo: memFree=1645144/2059040 swapFree=4136116/4192956
[pid=10407] ppid=10405 vsize=1545840 CPUtime=77.46
/proc/10407/stat : 10407 (java) S 10405 10407 10382 0 -1 4202496 60343 0 1 0 7718 28 0 0 18 0 15 0 45157935 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10407/statm: 386460 53628 1449 10 0 383763 0
[pid=10407/tid=10409] ppid=10405 vsize=1545840 CPUtime=0.43
/proc/10407/task/10409/stat : 10409 (java) S 10405 10407 10382 0 -1 4202560 4205 0 1 0 40 3 0 0 15 0 15 0 45157937 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1545840 CPUtime=0.35
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 10382 0 -1 4202560 5798 0 0 0 33 2 0 0 15 0 15 0 45157938 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1545840 CPUtime=0.32
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 10382 0 -1 4202560 4784 0 0 0 31 1 0 0 16 0 15 0 45157938 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1545840 CPUtime=0.5
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 10382 0 -1 4202560 2590 0 0 0 50 0 0 0 15 0 15 0 45157940 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 10382 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 15 0 45157940 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 10382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 45157940 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 45157945 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1545840 CPUtime=1.5
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 10382 0 -1 4202560 1180 0 0 0 150 0 0 0 15 0 15 0 45157945 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1545840 CPUtime=3.63
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 10382 0 -1 4202560 9991 0 0 0 360 3 0 0 15 0 15 0 45157945 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 45157945 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 10382 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 15 0 45157945 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10421] ppid=10405 vsize=1545840 CPUtime=36.81
/proc/10407/task/10421/stat : 10421 (java) R 10405 10407 10382 0 -1 4202560 27529 0 0 0 3670 11 0 0 25 0 15 0 45157981 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4109025505 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10407/tid=10422] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10422/stat : 10422 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 15 0 45157982 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10423] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10423/stat : 10423 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 15 0 45157982 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.46
Current children cumulated vsize (KiB) 1545840

[startup+39.6102 s]
/proc/loadavg: 1.15 0.41 0.58 2/121 10423
/proc/meminfo: memFree=1645144/2059040 swapFree=4136116/4192956
[pid=10407] ppid=10405 vsize=1545840 CPUtime=77.51
/proc/10407/stat : 10407 (java) S 10405 10407 10382 0 -1 4202496 60343 0 1 0 7723 28 0 0 18 0 14 0 45157935 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10407/statm: 386460 53628 1449 10 0 383763 0
[pid=10407/tid=10409] ppid=10405 vsize=1545840 CPUtime=0.43
/proc/10407/task/10409/stat : 10409 (java) S 10405 10407 10382 0 -1 4202560 4205 0 1 0 40 3 0 0 15 0 14 0 45157937 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10410] ppid=10405 vsize=1545840 CPUtime=0.35
/proc/10407/task/10410/stat : 10410 (java) S 10405 10407 10382 0 -1 4202560 5798 0 0 0 33 2 0 0 15 0 14 0 45157938 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10411] ppid=10405 vsize=1545840 CPUtime=0.32
/proc/10407/task/10411/stat : 10411 (java) S 10405 10407 10382 0 -1 4202560 4784 0 0 0 31 1 0 0 16 0 14 0 45157938 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10412] ppid=10405 vsize=1545840 CPUtime=0.5
/proc/10407/task/10412/stat : 10412 (java) S 10405 10407 10382 0 -1 4202560 2590 0 0 0 50 0 0 0 15 0 14 0 45157940 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 0 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10413] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10413/stat : 10413 (java) S 10405 10407 10382 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 14 0 45157940 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10414] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10414/stat : 10414 (java) S 10405 10407 10382 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 45157940 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10415] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10415/stat : 10415 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 45157945 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10416] ppid=10405 vsize=1545840 CPUtime=1.5
/proc/10407/task/10416/stat : 10416 (java) S 10405 10407 10382 0 -1 4202560 1180 0 0 0 150 0 0 0 15 0 14 0 45157945 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 1 0 0 0
[pid=10407/tid=10417] ppid=10405 vsize=1545840 CPUtime=3.63
/proc/10407/task/10417/stat : 10417 (java) S 10405 10407 10382 0 -1 4202560 9991 0 0 0 360 3 0 0 15 0 14 0 45157945 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10418] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10418/stat : 10418 (java) S 10405 10407 10382 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 45157945 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10419] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10419/stat : 10419 (java) S 10405 10407 10382 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 14 0 45157945 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10422] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10422/stat : 10422 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 14 0 45157982 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
[pid=10407/tid=10423] ppid=10405 vsize=1545840 CPUtime=0
/proc/10407/task/10423/stat : 10423 (java) S 10405 10407 10382 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 45157982 1582940160 53628 1992294400 134512640 134550932 4291554560 18446744073709551615 4294960144 0 4 0 16800975 18446604437831816320 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.51
Current children cumulated vsize (KiB) 1545840

Child status: 10
Real time (s): 39.7
CPU time (s): 77.5742
CPU user time (s): 77.2613
CPU system time (s): 0.312952
CPU usage (%): 195.401
Max. virtual memory (cumulated for all children) (KiB): 1548864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.2613
system time used= 0.312952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60354
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= 1506
involuntary context switches= 2481

runsolver used 0.166974 second user time and 0.511922 second system time

The end

Launcher Data

Begin job on node014 at 2010-06-16 15:39:26
IDJOB=2662660
IDBENCH=1164
IDSOLVER=1166
FILE ID=node014/2662660-1276695565
PBS_JOBID= 11174075
Free space on /tmp= 62572 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army9.12bt.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662660-1276695565/watcher-2662660-1276695565 -o /tmp/evaluation-result-2662660-1276695565/solver-2662660-1276695565 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662660-1276695565.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b789f830862c22cea2a920d3cb2b89b5
RANDOM SEED=682196489

node014.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1855964 kB
Buffers:         10016 kB
Cached:         107104 kB
SwapCached:      10544 kB
Active:          78672 kB
Inactive:        52432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1855964 kB
SwapTotal:     4192956 kB
SwapFree:      4136116 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       12440 kB
Mapped:           9272 kB
Slab:            50088 kB
PageTables:       3960 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183632 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62572 MiB
End job on node014 at 2010-06-16 15:40:05