Trace number 3454704

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 Res//CP 2.3.0SAT 27.7918 13.3436

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army10.14bt.opb
MD5SUM35996461279b46395c12d24fd378138e
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark1.2918
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables316
Total number of constraints686
Number of constraints which are clauses477
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints207
Minimum length of a constraint1
Maximum length of a constraint100
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 114
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.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.1.v20110525
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.18-164.el5
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		9996466904
0.02/0.08	c Max memory 		10048897024
0.02/0.08	c Total memory 		10048897024
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454704-1307186274.opb
0.10/0.11	c reading problem ... 
0.26/0.23	c ... done. Wall clock time 0.123s.
0.26/0.23	c #vars     316
0.26/0.23	c #constraints  686
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 308
0.26/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.26/0.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 168
0.26/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 207
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 168
0.26/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 308
0.26/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.26/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 207
0.82/0.95	c cleaning 2498 clauses out of 4999 with flag 5001/5001
4.64/1.60	c cleaning 4247 clauses out of 8498 with flag 11002/11002
6.40/2.46	c cleaning 5622 clauses out of 11250 with flag 18002/18002
9.02/3.72	c cleaning 6813 clauses out of 13628 with flag 26002/26002
12.17/5.39	c cleaning 7904 clauses out of 15813 with flag 35000/35000
16.33/7.48	c cleaning 8954 clauses out of 17909 with flag 45000/45000
20.71/9.63	c cleaning 9478 clauses out of 18955 with flag 55000/55000
25.51/12.00	c cleaning 9739 clauses out of 19478 with flag 65001/65001
27.65/13.14	c  And the winner is CuttingPlanes
27.74/13.30	c starts		: 12
27.74/13.30	c conflicts		: 1940
27.74/13.30	c decisions		: 2358
27.74/13.30	c propagations		: 72911
27.74/13.30	c inspects		: 19413352
27.74/13.30	c shortcuts		: 0
27.74/13.30	c learnt literals	: 0
27.74/13.30	c learnt binary clauses	: 0
27.74/13.30	c learnt ternary clauses	: 0
27.74/13.30	c learnt constraints	: 1940
27.74/13.30	c ignored constraints	: 0
27.74/13.30	c root simplifications	: 0
27.74/13.30	c removed literals (reason simplification)	: 0
27.74/13.30	c reason swapping (by a shorter reason)	: 0
27.74/13.30	c Calls to reduceDB	: 0
27.74/13.30	c number of reductions to clauses (during analyze)	: 0
27.74/13.30	c number of learned constraints concerned by reduction	: 0
27.74/13.30	c number of learning phase by resolution	: 0
27.74/13.30	c number of learning phase by cutting planes	: 0
27.74/13.30	c speed (assignments/second)	: 5580.635285112898
27.74/13.30	c non guided choices	21
27.74/13.30	c learnt constraints type 
27.74/13.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1940
27.74/13.30	c constraints type 
27.74/13.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 308
27.74/13.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
27.74/13.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 168
27.74/13.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 207
27.74/13.30	c constraints type 
27.74/13.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 168
27.74/13.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 308
27.74/13.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
27.74/13.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 207
27.74/13.30	s SATISFIABLE
27.74/13.30	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 -x267 x268 -x269 x270 -x271 x272 -x273 x274 -x275 x276 -x277 x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 x306 -x307 x308 -x309 x310 x311 -x312 x313 -x314 x315 -x316 
27.74/13.30	c Total wall clock time (in seconds): 13.195

Verifier Data

OK	0

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.11 1.67 1.86 6/534 17846
/proc/meminfo: memFree=21466800/32950928 swapFree=34259960/67111528
[pid=17846] ppid=17844 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/17846/stat : 17846 (java) S 17844 17846 15618 0 -1 4202496 5833 0 1 0 0 0 0 0 18 0 2 0 830224064 10694979584 5535 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/17846/statm: 2611079 5549 917 9 0 2602235 0
[pid=17846/tid=17847] ppid=17844 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17847/stat : 17847 (java) R 17844 17846 15618 0 -1 4202560 7964 0 1 0 0 0 0 0 19 0 2 0 830224065 10694979584 8780 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0327569 s]
/proc/loadavg: 1.11 1.67 1.86 6/534 17846
/proc/meminfo: memFree=21466800/32950928 swapFree=34259960/67111528
[pid=17846] ppid=17844 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/17846/stat : 17846 (java) S 17844 17846 15618 0 -1 4202496 10973 0 1 0 1 1 0 0 18 0 11 0 830224064 10716594176 10672 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/17846/statm: 2616356 10674 1604 9 0 2607104 0
[pid=17846/tid=17847] ppid=17844 vsize=10465424 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17847/stat : 17847 (java) R 17844 17846 15618 0 -1 4202560 9851 0 1 0 1 0 0 0 23 0 11 0 830224065 10716594176 10674 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512518603 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.100739 s]
/proc/loadavg: 1.11 1.67 1.86 6/534 17846
/proc/meminfo: memFree=21466800/32950928 swapFree=34259960/67111528
[pid=17846] ppid=17844 vsize=10539852 CPUtime=0.1 cores=1,3,5,7
/proc/17846/stat : 17846 (java) S 17844 17846 15618 0 -1 4202496 13107 0 1 0 9 1 0 0 18 0 18 0 830224064 10792808448 12777 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17846/statm: 2634963 12778 2092 9 0 2625697 0
[pid=17846/tid=17847] ppid=17844 vsize=10539852 CPUtime=0.09 cores=1,3,5,7
/proc/17846/task/17847/stat : 17847 (java) R 17844 17846 15618 0 -1 4202560 11162 0 1 0 8 1 0 0 18 0 18 0 830224065 10792808448 12779 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 46935325170515 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539852

[startup+0.370452 s]
/proc/loadavg: 1.11 1.67 1.86 6/534 17846
/proc/meminfo: memFree=21466800/32950928 swapFree=34259960/67111528
[pid=17846] ppid=17844 vsize=10548332 CPUtime=0.72 cores=1,3,5,7
/proc/17846/stat : 17846 (java) S 17844 17846 15618 0 -1 4202496 17777 0 1 0 70 2 0 0 18 0 22 0 830224064 10801491968 16413 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17846/statm: 2637083 16413 2215 9 0 2627817 0
[pid=17846/tid=17847] ppid=17844 vsize=10548332 CPUtime=0.22 cores=1,3,5,7
/proc/17846/task/17847/stat : 17847 (java) S 17844 17846 15618 0 -1 4202560 12159 0 1 0 21 1 0 0 19 0 22 0 830224065 10801491968 16413 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 10548332

[startup+0.935096 s]
/proc/loadavg: 1.11 1.67 1.86 6/534 17846
/proc/meminfo: memFree=21466800/32950928 swapFree=34259960/67111528
[pid=17846] ppid=17844 vsize=10563576 CPUtime=2.98 cores=1,3,5,7
/proc/17846/stat : 17846 (java) S 17844 17846 15618 0 -1 4202496 46339 0 1 0 292 6 0 0 18 0 22 0 830224064 10817101824 40173 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17846/statm: 2640894 40173 2250 9 0 2631628 0
[pid=17846/tid=17847] ppid=17844 vsize=10563576 CPUtime=0.22 cores=1,3,5,7
/proc/17846/task/17847/stat : 17847 (java) S 17844 17846 15618 0 -1 4202560 12159 0 1 0 21 1 0 0 15 0 22 0 830224065 10817101824 40173 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 10563576

[startup+1.50045 s]
/proc/loadavg: 1.11 1.67 1.86 5/560 17872
/proc/meminfo: memFree=20751000/32950928 swapFree=34259960/67111528
[pid=17846] ppid=17844 vsize=10568492 CPUtime=4.64 cores=1,3,5,7
/proc/17846/stat : 17846 (java) S 17844 17846 15618 0 -1 4202496 75473 0 1 0 454 10 0 0 18 0 22 0 830224064 10822135808 68324 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17846/statm: 2642123 68325 2257 9 0 2632857 0
[pid=17846/tid=17847] ppid=17844 vsize=10568492 CPUtime=0.22 cores=1,3,5,7
/proc/17846/task/17847/stat : 17847 (java) S 17844 17846 15618 0 -1 4202560 12159 0 1 0 21 1 0 0 15 0 22 0 830224065 10822135808 68701 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17849] ppid=17844 vsize=10568492 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17849/stat : 17849 (java) S 17844 17846 15618 0 -1 4202560 326 0 0 0 1 0 0 0 17 0 22 0 830224066 10822135808 68703 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17850] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17850/stat : 17850 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830224066 10822135808 68704 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17851] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17851/stat : 17851 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830224066 10822135808 68705 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17852] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17852/stat : 17852 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830224066 10822135808 68708 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17853] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17853/stat : 17853 (java) S 17844 17846 15618 0 -1 4202560 146 0 0 0 0 0 0 0 17 0 22 0 830224066 10822135808 68710 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17854] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17854/stat : 17854 (java) S 17844 17846 15618 0 -1 4202560 155 0 0 0 0 0 0 0 17 0 22 0 830224066 10822135808 68712 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17855] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17855/stat : 17855 (java) S 17844 17846 15618 0 -1 4202560 220 0 0 0 0 0 0 0 17 0 22 0 830224066 10822135808 68715 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17856] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17856/stat : 17856 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 830224066 10822135808 68717 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17857] ppid=17844 vsize=10568492 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17857/stat : 17857 (java) S 17844 17846 15618 0 -1 4202560 844 0 0 0 1 0 0 0 17 0 22 0 830224067 10822135808 68719 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 0 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17858] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17858/stat : 17858 (java) S 17844 17846 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830224068 10822135808 68722 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17859] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17859/stat : 17859 (java) S 17844 17846 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830224068 10822135808 68724 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17860] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17860/stat : 17860 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830224070 10822135808 68727 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512515505 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17861] ppid=17844 vsize=10568492 CPUtime=1.11 cores=1,3,5,7
/proc/17846/task/17861/stat : 17861 (java) S 17844 17846 15618 0 -1 4202560 8491 0 0 0 110 1 0 0 17 0 22 0 830224070 10822135808 68729 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17862] ppid=17844 vsize=10568492 CPUtime=0.91 cores=1,3,5,7
/proc/17846/task/17862/stat : 17862 (java) S 17844 17846 15618 0 -1 4202560 7698 0 0 0 91 0 0 0 15 0 22 0 830224070 10822135808 68732 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17863] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17863/stat : 17863 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830224070 10822135808 68736 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17864] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17864/stat : 17864 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830224070 10822135808 68738 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17868] ppid=17844 vsize=10568492 CPUtime=1.24 cores=1,3,5,7
/proc/17846/task/17868/stat : 17868 (java) R 17844 17846 15618 0 -1 4202560 618 0 0 0 124 0 0 0 20 0 22 0 830224088 10822135808 68741 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 46912506268562 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17846/tid=17869] ppid=17844 vsize=10568492 CPUtime=1.05 cores=1,3,5,7
/proc/17846/task/17869/stat : 17869 (java) R 17844 17846 15618 0 -1 4202560 44074 0 0 0 100 5 0 0 23 0 22 0 830224088 10822135808 68743 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 46912505739029 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17846/tid=17870] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17870/stat : 17870 (java) S 17844 17846 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830224088 10822135808 68745 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17871] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17871/stat : 17871 (java) S 17844 17846 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830224088 10822135808 68748 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 10568492

[startup+3.10113 s]
/proc/loadavg: 1.34 1.71 1.88 5/560 17872
/proc/meminfo: memFree=20278064/32950928 swapFree=34259960/67111528
[pid=17846] ppid=17844 vsize=10568492 CPUtime=7.78 cores=1,3,5,7
/proc/17846/stat : 17846 (java) S 17844 17846 15618 0 -1 4202496 110048 0 1 0 765 13 0 0 18 0 22 0 830224064 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17846/statm: 2642123 102897 2257 9 0 2632857 0
[pid=17846/tid=17847] ppid=17844 vsize=10568492 CPUtime=0.22 cores=1,3,5,7
/proc/17846/task/17847/stat : 17847 (java) S 17844 17846 15618 0 -1 4202560 12159 0 1 0 21 1 0 0 15 0 22 0 830224065 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17849] ppid=17844 vsize=10568492 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17849/stat : 17849 (java) S 17844 17846 15618 0 -1 4202560 577 0 0 0 1 0 0 0 16 0 22 0 830224066 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17850] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17850/stat : 17850 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830224066 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17851] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17851/stat : 17851 (java) S 17844 17846 15618 0 -1 4202560 463 0 0 0 0 0 0 0 16 0 22 0 830224066 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17852] ppid=17844 vsize=10568492 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17852/stat : 17852 (java) S 17844 17846 15618 0 -1 4202560 256 0 0 0 1 0 0 0 15 0 22 0 830224066 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17853] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17853/stat : 17853 (java) S 17844 17846 15618 0 -1 4202560 240 0 0 0 0 0 0 0 16 0 22 0 830224066 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17854] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17854/stat : 17854 (java) S 17844 17846 15618 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 22 0 830224066 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17855] ppid=17844 vsize=10568492 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17855/stat : 17855 (java) S 17844 17846 15618 0 -1 4202560 342 0 0 0 1 0 0 0 15 0 22 0 830224066 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17856] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17856/stat : 17856 (java) S 17844 17846 15618 0 -1 4202560 408 0 0 0 0 0 0 0 15 0 22 0 830224066 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17857] ppid=17844 vsize=10568492 CPUtime=0.06 cores=1,3,5,7
/proc/17846/task/17857/stat : 17857 (java) S 17844 17846 15618 0 -1 4202560 2742 0 0 0 6 0 0 0 16 0 22 0 830224067 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 0 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17858] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17858/stat : 17858 (java) S 17844 17846 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830224068 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17859] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17859/stat : 17859 (java) S 17844 17846 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830224068 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17860] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17860/stat : 17860 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830224070 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512515505 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17861] ppid=17844 vsize=10568492 CPUtime=1.12 cores=1,3,5,7
/proc/17846/task/17861/stat : 17861 (java) S 17844 17846 15618 0 -1 4202560 8491 0 0 0 111 1 0 0 15 0 22 0 830224070 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17862] ppid=17844 vsize=10568492 CPUtime=0.92 cores=1,3,5,7
/proc/17846/task/17862/stat : 17862 (java) S 17844 17846 15618 0 -1 4202560 7698 0 0 0 92 0 0 0 15 0 22 0 830224070 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17863] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17863/stat : 17863 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830224070 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17864] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17864/stat : 17864 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830224070 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17868] ppid=17844 vsize=10568492 CPUtime=2.76 cores=1,3,5,7
/proc/17846/task/17868/stat : 17868 (java) R 17844 17846 15618 0 -1 4202560 699 0 0 0 276 0 0 0 25 0 22 0 830224088 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 46912505641841 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17846/tid=17869] ppid=17844 vsize=10568492 CPUtime=2.58 cores=1,3,5,7
/proc/17846/task/17869/stat : 17869 (java) R 17844 17846 15618 0 -1 4202560 74660 0 0 0 250 8 0 0 25 0 22 0 830224088 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 46912505620031 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17846/tid=17870] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17870/stat : 17870 (java) S 17844 17846 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830224088 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17871] ppid=17844 vsize=10568492 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17871/stat : 17871 (java) S 17844 17846 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830224088 10822135808 102897 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 10568492

[startup+6.30149 s]
/proc/loadavg: 1.34 1.71 1.88 5/560 17872
/proc/meminfo: memFree=19473732/32950928 swapFree=34259960/67111528
[pid=17846] ppid=17844 vsize=10560524 CPUtime=14.13 cores=1,3,5,7
/proc/17846/stat : 17846 (java) S 17844 17846 15618 0 -1 4202496 180754 0 1 0 1393 20 0 0 18 0 22 0 830224064 10813976576 171883 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17846/statm: 2640131 171883 2257 9 0 2630865 0
[pid=17846/tid=17847] ppid=17844 vsize=10560524 CPUtime=0.22 cores=1,3,5,7
/proc/17846/task/17847/stat : 17847 (java) S 17844 17846 15618 0 -1 4202560 12159 0 1 0 21 1 0 0 15 0 22 0 830224065 10813976576 171883 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17849] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17849/stat : 17849 (java) S 17844 17846 15618 0 -1 4202560 595 0 0 0 1 0 0 0 15 0 22 0 830224066 10813976576 171883 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17850] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17850/stat : 17850 (java) S 17844 17846 15618 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 22 0 830224066 10813976576 171883 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17851] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17851/stat : 17851 (java) S 17844 17846 15618 0 -1 4202560 483 0 0 0 1 0 0 0 16 0 22 0 830224066 10813976576 171883 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17852] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17852/stat : 17852 (java) S 17844 17846 15618 0 -1 4202560 256 0 0 0 1 0 0 0 15 0 22 0 830224066 10813976576 171883 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17853] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17853/stat : 17853 (java) S 17844 17846 15618 0 -1 4202560 284 0 0 0 1 0 0 0 16 0 22 0 830224066 10813976576 171883 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17854] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17854/stat : 17854 (java) S 17844 17846 15618 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 22 0 830224066 10813976576 171883 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17855] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17855/stat : 17855 (java) S 17844 17846 15618 0 -1 4202560 358 0 0 0 1 0 0 0 15 0 22 0 830224066 10813976576 171883 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17856] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17856/stat : 17856 (java) S 17844 17846 15618 0 -1 4202560 450 0 0 0 0 0 0 0 15 0 22 0 830224066 10813976576 171883 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0

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

/proc/17846/task/17856/stat : 17856 (java) S 17844 17846 15618 0 -1 4202560 450 0 0 0 0 0 0 0 15 0 22 0 830224066 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17857] ppid=17844 vsize=10560524 CPUtime=0.29 cores=1,3,5,7
/proc/17846/task/17857/stat : 17857 (java) S 17844 17846 15618 0 -1 4202560 5735 0 0 0 29 0 0 0 16 0 22 0 830224067 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 0 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17858] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17858/stat : 17858 (java) S 17844 17846 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830224068 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17859] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17859/stat : 17859 (java) S 17844 17846 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830224068 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17860] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17860/stat : 17860 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830224070 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512515505 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17861] ppid=17844 vsize=10560524 CPUtime=1.12 cores=1,3,5,7
/proc/17846/task/17861/stat : 17861 (java) S 17844 17846 15618 0 -1 4202560 8491 0 0 0 111 1 0 0 15 0 22 0 830224070 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17862] ppid=17844 vsize=10560524 CPUtime=1 cores=1,3,5,7
/proc/17846/task/17862/stat : 17862 (java) S 17844 17846 15618 0 -1 4202560 7708 0 0 0 100 0 0 0 15 0 22 0 830224070 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17863] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17863/stat : 17863 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830224070 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17864] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17864/stat : 17864 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830224070 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17868] ppid=17844 vsize=10560524 CPUtime=12.11 cores=1,3,5,7
/proc/17846/task/17868/stat : 17868 (java) R 17844 17846 15618 0 -1 4202560 810 0 0 0 1211 0 0 0 25 0 22 0 830224088 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 46912505594662 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17846/tid=17869] ppid=17844 vsize=10560524 CPUtime=11.92 cores=1,3,5,7
/proc/17846/task/17869/stat : 17869 (java) R 17844 17846 15618 0 -1 4202560 192251 0 0 0 1171 21 0 0 25 0 22 0 830224088 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 46912505743279 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17846/tid=17870] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17870/stat : 17870 (java) S 17844 17846 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830224088 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17871] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17871/stat : 17871 (java) S 17844 17846 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830224088 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 26.85
Current children cumulated vsize (KiB) 10560524

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

[startup+12.8012 s]
/proc/loadavg: 1.75 1.78 1.90 5/560 17873
/proc/meminfo: memFree=18176408/32950928 swapFree=34259960/67111528
[pid=17846] ppid=17844 vsize=10560524 CPUtime=27.05 cores=1,3,5,7
/proc/17846/stat : 17846 (java) S 17844 17846 15618 0 -1 4202496 230952 0 1 0 2679 26 0 0 18 0 22 0 830224064 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17846/statm: 2640131 222078 2257 9 0 2630865 0
[pid=17846/tid=17847] ppid=17844 vsize=10560524 CPUtime=0.22 cores=1,3,5,7
/proc/17846/task/17847/stat : 17847 (java) R 17844 17846 15618 0 -1 4202560 12159 0 1 0 21 1 0 0 15 0 22 0 830224065 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=17846/tid=17849] ppid=17844 vsize=10560524 CPUtime=0.02 cores=1,3,5,7
/proc/17846/task/17849/stat : 17849 (java) S 17844 17846 15618 0 -1 4202560 595 0 0 0 2 0 0 0 15 0 22 0 830224066 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17850] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17850/stat : 17850 (java) S 17844 17846 15618 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 22 0 830224066 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17851] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17851/stat : 17851 (java) S 17844 17846 15618 0 -1 4202560 484 0 0 0 1 0 0 0 15 0 22 0 830224066 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17852] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17852/stat : 17852 (java) S 17844 17846 15618 0 -1 4202560 257 0 0 0 1 0 0 0 15 0 22 0 830224066 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17853] ppid=17844 vsize=10560524 CPUtime=0.02 cores=1,3,5,7
/proc/17846/task/17853/stat : 17853 (java) S 17844 17846 15618 0 -1 4202560 288 0 0 0 2 0 0 0 16 0 22 0 830224066 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17854] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17854/stat : 17854 (java) S 17844 17846 15618 0 -1 4202560 179 0 0 0 1 0 0 0 16 0 22 0 830224066 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17855] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17855/stat : 17855 (java) S 17844 17846 15618 0 -1 4202560 364 0 0 0 1 0 0 0 15 0 22 0 830224066 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17856] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17856/stat : 17856 (java) S 17844 17846 15618 0 -1 4202560 450 0 0 0 0 0 0 0 15 0 22 0 830224066 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17857] ppid=17844 vsize=10560524 CPUtime=0.29 cores=1,3,5,7
/proc/17846/task/17857/stat : 17857 (java) S 17844 17846 15618 0 -1 4202560 5735 0 0 0 29 0 0 0 16 0 22 0 830224067 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 0 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17858] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17858/stat : 17858 (java) S 17844 17846 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830224068 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17859] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17859/stat : 17859 (java) S 17844 17846 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830224068 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17860] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17860/stat : 17860 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830224070 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512515505 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17861] ppid=17844 vsize=10560524 CPUtime=1.12 cores=1,3,5,7
/proc/17846/task/17861/stat : 17861 (java) S 17844 17846 15618 0 -1 4202560 8491 0 0 0 111 1 0 0 15 0 22 0 830224070 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17862] ppid=17844 vsize=10560524 CPUtime=1 cores=1,3,5,7
/proc/17846/task/17862/stat : 17862 (java) S 17844 17846 15618 0 -1 4202560 7708 0 0 0 100 0 0 0 15 0 22 0 830224070 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17863] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17863/stat : 17863 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830224070 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17864] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17864/stat : 17864 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830224070 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17868] ppid=17844 vsize=10560524 CPUtime=12.21 cores=1,3,5,7
/proc/17846/task/17868/stat : 17868 (java) R 17844 17846 15618 0 -1 4202560 810 0 0 0 1221 0 0 0 25 0 22 0 830224088 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 46912505595020 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=17846/tid=17869] ppid=17844 vsize=10560524 CPUtime=12.02 cores=1,3,5,7
/proc/17846/task/17869/stat : 17869 (java) R 17844 17846 15618 0 -1 4202560 192251 0 0 0 1181 21 0 0 25 0 22 0 830224088 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 46912505776560 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=17846/tid=17870] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17870/stat : 17870 (java) S 17844 17846 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830224088 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17871] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17871/stat : 17871 (java) S 17844 17846 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830224088 10813976576 222078 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.05
Current children cumulated vsize (KiB) 10560524

[startup+13.2011 s]
/proc/loadavg: 1.75 1.78 1.90 5/560 17873
/proc/meminfo: memFree=18176408/32950928 swapFree=34259960/67111528
[pid=17846] ppid=17844 vsize=10560524 CPUtime=27.74 cores=1,3,5,7
/proc/17846/stat : 17846 (java) S 17844 17846 15618 0 -1 4202496 230953 0 1 0 2748 26 0 0 18 0 19 0 830224064 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17846/statm: 2640131 222079 2258 9 0 2630865 0
[pid=17846/tid=17847] ppid=17844 vsize=10560524 CPUtime=0.22 cores=1,3,5,7
/proc/17846/task/17847/stat : 17847 (java) S 17844 17846 15618 0 -1 4202560 12159 0 1 0 21 1 0 0 15 0 19 0 830224065 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17849] ppid=17844 vsize=10560524 CPUtime=0.02 cores=1,3,5,7
/proc/17846/task/17849/stat : 17849 (java) S 17844 17846 15618 0 -1 4202560 595 0 0 0 2 0 0 0 15 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17850] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17850/stat : 17850 (java) S 17844 17846 15618 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17851] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17851/stat : 17851 (java) S 17844 17846 15618 0 -1 4202560 484 0 0 0 1 0 0 0 15 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17852] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17852/stat : 17852 (java) S 17844 17846 15618 0 -1 4202560 257 0 0 0 1 0 0 0 15 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17853] ppid=17844 vsize=10560524 CPUtime=0.02 cores=1,3,5,7
/proc/17846/task/17853/stat : 17853 (java) S 17844 17846 15618 0 -1 4202560 288 0 0 0 2 0 0 0 16 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17854] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17854/stat : 17854 (java) S 17844 17846 15618 0 -1 4202560 179 0 0 0 1 0 0 0 16 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17855] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17855/stat : 17855 (java) S 17844 17846 15618 0 -1 4202560 364 0 0 0 1 0 0 0 15 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17856] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17856/stat : 17856 (java) S 17844 17846 15618 0 -1 4202560 450 0 0 0 0 0 0 0 15 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17857] ppid=17844 vsize=10560524 CPUtime=0.29 cores=1,3,5,7
/proc/17846/task/17857/stat : 17857 (java) S 17844 17846 15618 0 -1 4202560 5735 0 0 0 29 0 0 0 15 0 19 0 830224067 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 0 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17858] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17858/stat : 17858 (java) S 17844 17846 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830224068 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17859] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17859/stat : 17859 (java) S 17844 17846 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 830224068 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17860] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17860/stat : 17860 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830224070 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512515505 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17861] ppid=17844 vsize=10560524 CPUtime=1.12 cores=1,3,5,7
/proc/17846/task/17861/stat : 17861 (java) S 17844 17846 15618 0 -1 4202560 8491 0 0 0 111 1 0 0 15 0 19 0 830224070 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17862] ppid=17844 vsize=10560524 CPUtime=1 cores=1,3,5,7
/proc/17846/task/17862/stat : 17862 (java) S 17844 17846 15618 0 -1 4202560 7708 0 0 0 100 0 0 0 15 0 19 0 830224070 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17863] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17863/stat : 17863 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830224070 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17864] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17864/stat : 17864 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830224070 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17871] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17871/stat : 17871 (java) S 17844 17846 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830224088 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.74
Current children cumulated vsize (KiB) 10560524

[startup+13.3011 s]
/proc/loadavg: 1.75 1.78 1.90 5/560 17873
/proc/meminfo: memFree=18176408/32950928 swapFree=34259960/67111528
[pid=17846] ppid=17844 vsize=10560524 CPUtime=27.74 cores=1,3,5,7
/proc/17846/stat : 17846 (java) S 17844 17846 15618 0 -1 4202496 230953 0 1 0 2748 26 0 0 18 0 19 0 830224064 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/17846/statm: 2640131 222079 2258 9 0 2630865 0
[pid=17846/tid=17847] ppid=17844 vsize=10560524 CPUtime=0.22 cores=1,3,5,7
/proc/17846/task/17847/stat : 17847 (java) S 17844 17846 15618 0 -1 4202560 12159 0 1 0 21 1 0 0 15 0 19 0 830224065 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17849] ppid=17844 vsize=10560524 CPUtime=0.02 cores=1,3,5,7
/proc/17846/task/17849/stat : 17849 (java) S 17844 17846 15618 0 -1 4202560 595 0 0 0 2 0 0 0 15 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17850] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17850/stat : 17850 (java) S 17844 17846 15618 0 -1 4202560 24 0 0 0 0 0 0 0 16 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17851] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17851/stat : 17851 (java) S 17844 17846 15618 0 -1 4202560 484 0 0 0 1 0 0 0 15 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17852] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17852/stat : 17852 (java) S 17844 17846 15618 0 -1 4202560 257 0 0 0 1 0 0 0 15 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17853] ppid=17844 vsize=10560524 CPUtime=0.02 cores=1,3,5,7
/proc/17846/task/17853/stat : 17853 (java) S 17844 17846 15618 0 -1 4202560 288 0 0 0 2 0 0 0 16 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17854] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17854/stat : 17854 (java) S 17844 17846 15618 0 -1 4202560 179 0 0 0 1 0 0 0 16 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 1 0 0 0
[pid=17846/tid=17855] ppid=17844 vsize=10560524 CPUtime=0.01 cores=1,3,5,7
/proc/17846/task/17855/stat : 17855 (java) S 17844 17846 15618 0 -1 4202560 364 0 0 0 1 0 0 0 15 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17856] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17856/stat : 17856 (java) S 17844 17846 15618 0 -1 4202560 450 0 0 0 0 0 0 0 15 0 19 0 830224066 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17857] ppid=17844 vsize=10560524 CPUtime=0.29 cores=1,3,5,7
/proc/17846/task/17857/stat : 17857 (java) S 17844 17846 15618 0 -1 4202560 5735 0 0 0 29 0 0 0 15 0 19 0 830224067 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 0 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17858] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17858/stat : 17858 (java) S 17844 17846 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830224068 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17859] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17859/stat : 17859 (java) S 17844 17846 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 830224068 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17860] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17860/stat : 17860 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830224070 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512515505 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17861] ppid=17844 vsize=10560524 CPUtime=1.12 cores=1,3,5,7
/proc/17846/task/17861/stat : 17861 (java) S 17844 17846 15618 0 -1 4202560 8491 0 0 0 111 1 0 0 15 0 19 0 830224070 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17862] ppid=17844 vsize=10560524 CPUtime=1 cores=1,3,5,7
/proc/17846/task/17862/stat : 17862 (java) S 17844 17846 15618 0 -1 4202560 7708 0 0 0 100 0 0 0 15 0 19 0 830224070 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 5 0 0 0
[pid=17846/tid=17863] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17863/stat : 17863 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830224070 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512507801 0 4 0 16800975 18446604471153502208 0 0 -1 3 0 0 0
[pid=17846/tid=17864] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17864/stat : 17864 (java) S 17844 17846 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830224070 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
[pid=17846/tid=17871] ppid=17844 vsize=10560524 CPUtime=0 cores=1,3,5,7
/proc/17846/task/17871/stat : 17871 (java) S 17844 17846 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830224088 10813976576 222079 33554432000 1073741824 1073778376 140737440607936 18446744073709551615 254512508416 0 4 0 16800975 18446604471153502208 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.74
Current children cumulated vsize (KiB) 10560524

Child status: 10
Real time (s): 13.3436
CPU time (s): 27.7918
CPU user time (s): 27.4908
CPU system time (s): 0.300954
CPU usage (%): 208.278
Max. virtual memory (cumulated for all children) (KiB): 10568492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.4908
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230958
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= 853
involuntary context switches= 718

runsolver used 0.066989 second user time and 0.175973 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 13:17:54
IDJOB=3454704
IDBENCH=1157
IDSOLVER=1950
FILE ID=node149/3454704-1307186274
RUNJOBID= node149-1307186273-17810
PBS_JOBID= 13508817
Free space on /tmp= 73764 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454704-1307186274/watcher-3454704-1307186274 -o /tmp/evaluation-result-3454704-1307186274/solver-3454704-1307186274 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454704-1307186274.opb

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

MD5SUM BENCH= 35996461279b46395c12d24fd378138e
RANDOM SEED=2049977963

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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:     32950928 kB
MemFree:      21467560 kB
Buffers:        336976 kB
Cached:        3271168 kB
SwapCached:     123196 kB
Active:         431460 kB
Inactive:     10716356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21467560 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:     7440964 kB
Mapped:          24948 kB
Slab:           147940 kB
PageTables:     117604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183438840 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= 73764 MiB
End job on node149 at 2011-06-04 13:18:07