Trace number 3458252

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0OPT3 13.271 12.0856

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=83-P1=113-P2=127-P3=71-P4=61-P5=43-P6=71-P7=41-P8=13-P9=71-B.opb
MD5SUMbd15d72e061a78dfd7cc65e865014c03
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.161975
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables189
Total number of constraints19
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints19
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)441
Sum of products size (including duplicates)882
Number of different products441
Sum of products size882

Quality of the solution as a function of time


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

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		12995394264
0.06/0.09	c Max memory 		13063553024
0.06/0.09	c Total memory 		13063553024
0.06/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3458252-1307158489.opb
0.11/0.11	c reading problem ... 
0.11/0.18	c ... done. Wall clock time 0.073s.
0.11/0.18	c #vars     630
0.11/0.18	c #constraints  910
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 441
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 469
0.80/0.58	c cleaning 2497 clauses out of 5000 with flag 5000/5000
1.25/1.00	c cleaning 4251 clauses out of 8503 with flag 11000/11000
1.80/1.42	c cleaning 5622 clauses out of 11251 with flag 18000/18000
2.59/1.92	c cleaning 6812 clauses out of 13629 with flag 26000/26000
3.62/2.53	c cleaning 7906 clauses out of 15817 with flag 35000/35000
4.34/3.24	c cleaning 8955 clauses out of 17912 with flag 45003/45003
4.93/3.85	c cleaning 9473 clauses out of 18954 with flag 55001/55001
5.63/4.55	c cleaning 9741 clauses out of 19481 with flag 65001/65001
6.13/5.07	c cleaning 9851 clauses out of 19738 with flag 75000/75000
6.13/5.09	c SATISFIABLE
6.13/5.09	c OPTIMIZING...
6.13/5.09	c Got one! Elapsed wall clock time (in seconds):4.986
6.13/5.09	o 97
6.43/5.31	c cleaning 7447 clauses out of 14907 with flag 5000/80020
6.73/5.62	c cleaning 6726 clauses out of 13460 with flag 11000/86020
7.03/5.96	c cleaning 6859 clauses out of 13735 with flag 18001/93021
7.54/6.40	c cleaning 7432 clauses out of 14875 with flag 26000/101020
8.04/6.93	c cleaning 8217 clauses out of 16444 with flag 35001/110021
8.64/7.54	c Got one! Elapsed wall clock time (in seconds):7.429
8.64/7.54	o 33
8.94/7.82	c cleaning 10879 clauses out of 21780 with flag 5000/123575
9.26/8.13	c cleaning 8429 clauses out of 16902 with flag 11001/129576
9.36/8.28	c Got one! Elapsed wall clock time (in seconds):8.175
9.36/8.28	o 11
9.46/8.40	c cleaning 6754 clauses out of 13520 with flag 2000/134623
9.76/8.70	c Got one! Elapsed wall clock time (in seconds):8.591
9.76/8.70	o 9
9.98/8.86	c Got one! Elapsed wall clock time (in seconds):8.751
9.98/8.86	o 5
10.06/8.91	c cleaning 8701 clauses out of 17419 with flag 1001/145277
10.26/9.19	c cleaning 7356 clauses out of 14718 with flag 7001/151277
10.66/9.56	c cleaning 7173 clauses out of 14362 with flag 14001/158277
11.08/9.92	c Got one! Elapsed wall clock time (in seconds):9.811
11.08/9.92	o 3
11.27/10.17	c cleaning 9247 clauses out of 18515 with flag 5001/169603
11.57/10.46	c cleaning 7633 clauses out of 15267 with flag 11001/175603
11.97/10.85	c cleaning 7312 clauses out of 14632 with flag 18001/182603
12.57/11.40	c cleaning 7655 clauses out of 15320 with flag 26001/190603
13.20/12.03	c cleaning 8329 clauses out of 16662 with flag 35000/199602
13.20/12.07	c starts		: 111
13.20/12.07	c conflicts		: 199862
13.20/12.07	c decisions		: 214403
13.20/12.07	c propagations		: 3591151
13.20/12.07	c inspects		: 90730563
13.20/12.07	c shortcuts		: 0
13.20/12.07	c learnt literals	: 21
13.20/12.07	c learnt binary clauses	: 84
13.20/12.07	c learnt ternary clauses	: 244
13.20/12.07	c learnt constraints	: 199840
13.20/12.07	c ignored constraints	: 0
13.20/12.07	c root simplifications	: 0
13.20/12.07	c removed literals (reason simplification)	: 4712787
13.20/12.07	c reason swapping (by a shorter reason)	: 0
13.20/12.07	c Calls to reduceDB	: 25
13.20/12.07	c number of reductions to clauses (during analyze)	: 0
13.20/12.07	c number of learned constraints concerned by reduction	: 0
13.20/12.07	c number of learning phase by resolution	: 0
13.20/12.07	c number of learning phase by cutting planes	: 0
13.20/12.07	c speed (assignments/second)	: 1666427.3781902553
13.20/12.07	c non guided choices	4421
13.20/12.07	c learnt constraints type 
13.20/12.07	c constraints type 
13.20/12.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 441
13.20/12.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 469
13.20/12.07	s OPTIMUM FOUND
13.20/12.08	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 
13.20/12.08	c objective function=3
13.20/12.08	c Total wall clock time (in seconds): 11.967

Verifier Data

OK	3

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-3458252-1307158489/watcher-3458252-1307158489 -o /tmp/evaluation-result-3458252-1307158489/solver-3458252-1307158489 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458252-1307158489.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.02 2.07 2.03 2/568 28350
/proc/meminfo: memFree=21066456/32951124 swapFree=53733252/67111528
[pid=28350] ppid=28348 vsize=13526316 CPUtime=0.01 cores=0,2,4,6
/proc/28350/stat : 28350 (java) S 28348 28350 24519 0 -1 4202496 9104 0 1 0 1 0 0 0 25 0 2 0 827449286 13850947584 8805 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652662245 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/28350/statm: 3381579 8818 917 9 0 3372735 0
[pid=28350/tid=28351] ppid=28348 vsize=13526316 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28351/stat : 28351 (java) R 28348 28350 24519 0 -1 4202560 8021 0 1 0 1 0 0 0 25 0 2 0 827449286 13850947584 8837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253640553531 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.073443 s]
/proc/loadavg: 2.02 2.07 2.03 2/568 28350
/proc/meminfo: memFree=21066456/32951124 swapFree=53733252/67111528
[pid=28350] ppid=28348 vsize=13555088 CPUtime=0.06 cores=0,2,4,6
/proc/28350/stat : 28350 (java) S 28348 28350 24519 0 -1 4202496 14366 0 1 0 5 1 0 0 25 0 18 0 827449286 13880410112 14062 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28350/statm: 3388772 14062 1754 9 0 3379506 0
[pid=28350/tid=28351] ppid=28348 vsize=13555088 CPUtime=0.06 cores=0,2,4,6
/proc/28350/task/28351/stat : 28351 (java) R 28348 28350 24519 0 -1 4202560 13191 0 1 0 5 1 0 0 25 0 18 0 827449286 13880410112 14062 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 47594270945450 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13555088

[startup+0.105472 s]
/proc/loadavg: 2.02 2.07 2.03 2/568 28350
/proc/meminfo: memFree=21066456/32951124 swapFree=53733252/67111528
[pid=28350] ppid=28348 vsize=13622320 CPUtime=0.11 cores=0,2,4,6
/proc/28350/stat : 28350 (java) S 28348 28350 24519 0 -1 4202496 15609 0 1 0 10 1 0 0 25 0 18 0 827449286 13949255680 15305 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28350/statm: 3405580 15306 2092 9 0 3396314 0
[pid=28350/tid=28351] ppid=28348 vsize=13622320 CPUtime=0.09 cores=0,2,4,6
/proc/28350/task/28351/stat : 28351 (java) R 28348 28350 24519 0 -1 4202560 13700 0 1 0 8 1 0 0 25 0 18 0 827449286 13949255680 15306 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652686283 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622320

[startup+0.300459 s]
/proc/loadavg: 2.02 2.07 2.03 2/568 28350
/proc/meminfo: memFree=21066456/32951124 swapFree=53733252/67111528
[pid=28350] ppid=28348 vsize=13626124 CPUtime=0.54 cores=0,2,4,6
/proc/28350/stat : 28350 (java) S 28348 28350 24519 0 -1 4202496 18385 0 1 0 52 2 0 0 25 0 19 0 827449286 13953150976 17405 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28350/statm: 3406531 17405 2216 9 0 3397265 0
[pid=28350/tid=28351] ppid=28348 vsize=13626124 CPUtime=0.28 cores=0,2,4,6
/proc/28350/task/28351/stat : 28351 (java) R 28348 28350 24519 0 -1 4202560 14346 0 1 0 27 1 0 0 25 0 19 0 827449286 13953150976 17405 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 47594274696019 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13626124

[startup+0.700404 s]
/proc/loadavg: 2.02 2.07 2.03 2/568 28350
/proc/meminfo: memFree=21066456/32951124 swapFree=53733252/67111528
[pid=28350] ppid=28348 vsize=13625936 CPUtime=1.05 cores=0,2,4,6
/proc/28350/stat : 28350 (java) S 28348 28350 24519 0 -1 4202496 19724 0 1 0 103 2 0 0 25 0 19 0 827449286 13952958464 18609 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28350/statm: 3406484 18609 2248 9 0 3397218 0
[pid=28350/tid=28351] ppid=28348 vsize=13625936 CPUtime=0.67 cores=0,2,4,6
/proc/28350/task/28351/stat : 28351 (java) R 28348 28350 24519 0 -1 4202560 14780 0 1 0 66 1 0 0 25 0 19 0 827449286 13952958464 18609 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 46912505557210 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13625936

[startup+1.5012 s]
/proc/loadavg: 2.02 2.07 2.03 3/587 28370
/proc/meminfo: memFree=20999544/32951124 swapFree=53733252/67111528
[pid=28350] ppid=28348 vsize=13626376 CPUtime=2 cores=0,2,4,6
/proc/28350/stat : 28350 (java) S 28348 28350 24519 0 -1 4202496 25255 0 1 0 197 3 0 0 25 0 19 0 827449286 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28350/statm: 3406594 22472 2248 9 0 3397328 0
[pid=28350/tid=28351] ppid=28348 vsize=13626376 CPUtime=1.43 cores=0,2,4,6
/proc/28350/task/28351/stat : 28351 (java) R 28348 28350 24519 0 -1 4202560 14787 0 1 0 142 1 0 0 18 0 19 0 827449286 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 46912505166080 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28350/tid=28354] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28354/stat : 28354 (java) S 28348 28350 24519 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 19 0 827449288 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28355] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28355/stat : 28355 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827449288 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28356] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28356/stat : 28356 (java) S 28348 28350 24519 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 19 0 827449288 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28357] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28357/stat : 28357 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827449289 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28358] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28358/stat : 28358 (java) S 28348 28350 24519 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 827449289 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28359] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28359/stat : 28359 (java) S 28348 28350 24519 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 827449289 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28360] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28360/stat : 28360 (java) S 28348 28350 24519 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 827449289 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28361] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28361/stat : 28361 (java) S 28348 28350 24519 0 -1 4202560 165 0 0 0 0 0 0 0 16 0 19 0 827449289 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28362] ppid=28348 vsize=13626376 CPUtime=0.04 cores=0,2,4,6
/proc/28350/task/28362/stat : 28362 (java) S 28348 28350 24519 0 -1 4202560 840 0 0 0 4 0 0 0 15 0 19 0 827449290 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 0 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28363] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28363/stat : 28363 (java) S 28348 28350 24519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827449290 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28364] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28364/stat : 28364 (java) S 28348 28350 24519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827449290 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28365] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28365/stat : 28365 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827449292 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652683185 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28366] ppid=28348 vsize=13626376 CPUtime=0.24 cores=0,2,4,6
/proc/28350/task/28366/stat : 28366 (java) S 28348 28350 24519 0 -1 4202560 1247 0 0 0 24 0 0 0 16 0 19 0 827449292 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28367] ppid=28348 vsize=13626376 CPUtime=0.26 cores=0,2,4,6
/proc/28350/task/28367/stat : 28367 (java) R 28348 28350 24519 0 -1 4202560 6417 0 0 0 25 1 0 0 16 0 19 0 827449292 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 47594272774641 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28350/tid=28368] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28368/stat : 28368 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827449292 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28369] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28369/stat : 28369 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827449292 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28370] ppid=28348 vsize=13626376 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28370/stat : 28370 (java) S 28348 28350 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827449305 13953409024 22472 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 13626376

[startup+3.10089 s]
/proc/loadavg: 2.02 2.07 2.03 5/587 28370
/proc/meminfo: memFree=20970404/32951124 swapFree=53733252/67111528
[pid=28350] ppid=28348 vsize=13637708 CPUtime=4.23 cores=0,2,4,6
/proc/28350/stat : 28350 (java) S 28348 28350 24519 0 -1 4202496 30275 0 1 0 419 4 0 0 25 0 19 0 827449286 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28350/statm: 3409427 26295 2249 9 0 3400161 0
[pid=28350/tid=28351] ppid=28348 vsize=13637708 CPUtime=2.98 cores=0,2,4,6
/proc/28350/task/28351/stat : 28351 (java) R 28348 28350 24519 0 -1 4202560 14788 0 1 0 297 1 0 0 20 0 19 0 827449286 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 46912505608125 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=28350/tid=28354] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28354/stat : 28354 (java) S 28348 28350 24519 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 19 0 827449288 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28355] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28355/stat : 28355 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827449288 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28356] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28356/stat : 28356 (java) S 28348 28350 24519 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 827449288 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28357] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28357/stat : 28357 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827449289 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28358] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28358/stat : 28358 (java) S 28348 28350 24519 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 827449289 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28359] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28359/stat : 28359 (java) S 28348 28350 24519 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 827449289 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28360] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28360/stat : 28360 (java) S 28348 28350 24519 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 827449289 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28361] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28361/stat : 28361 (java) S 28348 28350 24519 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 19 0 827449289 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28362] ppid=28348 vsize=13637708 CPUtime=0.07 cores=0,2,4,6
/proc/28350/task/28362/stat : 28362 (java) S 28348 28350 24519 0 -1 4202560 1021 0 0 0 7 0 0 0 15 0 19 0 827449290 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 0 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28363] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28363/stat : 28363 (java) S 28348 28350 24519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827449290 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28364] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28364/stat : 28364 (java) S 28348 28350 24519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827449290 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28365] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28365/stat : 28365 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827449292 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652683185 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28366] ppid=28348 vsize=13637708 CPUtime=0.65 cores=0,2,4,6
/proc/28350/task/28366/stat : 28366 (java) S 28348 28350 24519 0 -1 4202560 4655 0 0 0 65 0 0 0 15 0 19 0 827449292 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28367] ppid=28348 vsize=13637708 CPUtime=0.47 cores=0,2,4,6
/proc/28350/task/28367/stat : 28367 (java) S 28348 28350 24519 0 -1 4202560 7765 0 0 0 46 1 0 0 15 0 19 0 827449292 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28368] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28368/stat : 28368 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827449292 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28369] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28369/stat : 28369 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827449292 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28370] ppid=28348 vsize=13637708 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28370/stat : 28370 (java) S 28348 28350 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827449305 13965012992 26295 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 13637708

[startup+6.30134 s]
/proc/loadavg: 2.02 2.07 2.03 3/587 28370
/proc/meminfo: memFree=20982052/32951124 swapFree=53733252/67111528
[pid=28350] ppid=28348 vsize=13626008 CPUtime=7.44 cores=0,2,4,6
/proc/28350/stat : 28350 (java) S 28348 28350 24519 0 -1 4202496 30769 0 1 0 740 4 0 0 25 0 19 0 827449286 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28350/statm: 3406502 22481 2249 9 0 3397236 0
[pid=28350/tid=28351] ppid=28348 vsize=13626008 CPUtime=6.05 cores=0,2,4,6
/proc/28350/task/28351/stat : 28351 (java) R 28348 28350 24519 0 -1 4202560 14802 0 1 0 604 1 0 0 19 0 19 0 827449286 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 46912505544811 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=28350/tid=28354] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28354/stat : 28354 (java) S 28348 28350 24519 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 19 0 827449288 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28355] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28355/stat : 28355 (java) S 28348 28350 24519 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 827449288 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28356] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28356/stat : 28356 (java) S 28348 28350 24519 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 827449288 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28357] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28357/stat : 28357 (java) S 28348 28350 24519 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 827449289 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28358] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28358/stat : 28358 (java) S 28348 28350 24519 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 827449289 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28359] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28359/stat : 28359 (java) S 28348 28350 24519 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 827449289 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28360] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28360/stat : 28360 (java) S 28348 28350 24519 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 827449289 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28361] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28361/stat : 28361 (java) S 28348 28350 24519 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 19 0 827449289 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28362] ppid=28348 vsize=13626008 CPUtime=0.19 cores=0,2,4,6
/proc/28350/task/28362/stat : 28362 (java) S 28348 28350 24519 0 -1 4202560 1455 0 0 0 19 0 0 0 15 0 19 0 827449290 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 0 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28363] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28363/stat : 28363 (java) S 28348 28350 24519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827449290 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28364] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28364/stat : 28364 (java) S 28348 28350 24519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827449290 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28365] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28365/stat : 28365 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827449292 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652683185 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28366] ppid=28348 vsize=13626008 CPUtime=0.65 cores=0,2,4,6
/proc/28350/task/28366/stat : 28366 (java) S 28348 28350 24519 0 -1 4202560 4655 0 0 0 65 0 0 0 15 0 19 0 827449292 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28367] ppid=28348 vsize=13626008 CPUtime=0.48 cores=0,2,4,6
/proc/28350/task/28367/stat : 28367 (java) S 28348 28350 24519 0 -1 4202560 7765 0 0 0 47 1 0 0 15 0 19 0 827449292 13953032192 22481 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0

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

/proc/28350/task/28354/stat : 28354 (java) S 28348 28350 24519 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 827449288 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28355] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28355/stat : 28355 (java) S 28348 28350 24519 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 827449288 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28356] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28356/stat : 28356 (java) S 28348 28350 24519 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 827449288 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28357] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28357/stat : 28357 (java) S 28348 28350 24519 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 19 0 827449289 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28358] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28358/stat : 28358 (java) S 28348 28350 24519 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 827449289 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28359] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28359/stat : 28359 (java) S 28348 28350 24519 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 827449289 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28360] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28360/stat : 28360 (java) S 28348 28350 24519 0 -1 4202560 193 0 0 0 1 0 0 0 15 0 19 0 827449289 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28361] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28361/stat : 28361 (java) S 28348 28350 24519 0 -1 4202560 192 0 0 0 1 0 0 0 15 0 19 0 827449289 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28362] ppid=28348 vsize=13626008 CPUtime=0.38 cores=0,2,4,6
/proc/28350/task/28362/stat : 28362 (java) S 28348 28350 24519 0 -1 4202560 1667 0 0 0 38 0 0 0 15 0 19 0 827449290 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 0 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28363] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28363/stat : 28363 (java) S 28348 28350 24519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827449290 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28364] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28364/stat : 28364 (java) S 28348 28350 24519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827449290 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28365] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28365/stat : 28365 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827449292 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652683185 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28366] ppid=28348 vsize=13626008 CPUtime=0.65 cores=0,2,4,6
/proc/28350/task/28366/stat : 28366 (java) S 28348 28350 24519 0 -1 4202560 4655 0 0 0 65 0 0 0 15 0 19 0 827449292 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28367] ppid=28348 vsize=13626008 CPUtime=0.49 cores=0,2,4,6
/proc/28350/task/28367/stat : 28367 (java) S 28348 28350 24519 0 -1 4202560 7765 0 0 0 48 1 0 0 15 0 19 0 827449292 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28368] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28368/stat : 28368 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827449292 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28369] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28369/stat : 28369 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827449292 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28370] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28370/stat : 28370 (java) S 28348 28350 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827449305 13953032192 22830 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 13626008

[startup+11.5014 s]
/proc/loadavg: 2.02 2.07 2.03 3/587 28370
/proc/meminfo: memFree=20979208/32951124 swapFree=53733252/67111528
[pid=28350] ppid=28348 vsize=13626008 CPUtime=12.68 cores=0,2,4,6
/proc/28350/stat : 28350 (java) S 28348 28350 24519 0 -1 4202496 31170 0 1 0 1263 5 0 0 25 0 19 0 827449286 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28350/statm: 3406502 22837 2249 9 0 3397236 0
[pid=28350/tid=28351] ppid=28348 vsize=13626008 CPUtime=11.01 cores=0,2,4,6
/proc/28350/task/28351/stat : 28351 (java) R 28348 28350 24519 0 -1 4202560 14815 0 1 0 1100 1 0 0 18 0 19 0 827449286 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 46912505614721 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28350/tid=28354] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28354/stat : 28354 (java) S 28348 28350 24519 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 827449288 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28355] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28355/stat : 28355 (java) S 28348 28350 24519 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 827449288 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28356] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28356/stat : 28356 (java) S 28348 28350 24519 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 827449288 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28357] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28357/stat : 28357 (java) S 28348 28350 24519 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28358] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28358/stat : 28358 (java) S 28348 28350 24519 0 -1 4202560 94 0 0 0 1 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28359] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28359/stat : 28359 (java) S 28348 28350 24519 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28360] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28360/stat : 28360 (java) S 28348 28350 24519 0 -1 4202560 193 0 0 0 1 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28361] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28361/stat : 28361 (java) S 28348 28350 24519 0 -1 4202560 195 0 0 0 1 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28362] ppid=28348 vsize=13626008 CPUtime=0.39 cores=0,2,4,6
/proc/28350/task/28362/stat : 28362 (java) S 28348 28350 24519 0 -1 4202560 1667 0 0 0 39 0 0 0 15 0 19 0 827449290 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 0 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28363] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28363/stat : 28363 (java) S 28348 28350 24519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827449290 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28364] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28364/stat : 28364 (java) S 28348 28350 24519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827449290 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28365] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28365/stat : 28365 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652683185 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28366] ppid=28348 vsize=13626008 CPUtime=0.65 cores=0,2,4,6
/proc/28350/task/28366/stat : 28366 (java) S 28348 28350 24519 0 -1 4202560 4655 0 0 0 65 0 0 0 15 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28367] ppid=28348 vsize=13626008 CPUtime=0.49 cores=0,2,4,6
/proc/28350/task/28367/stat : 28367 (java) S 28348 28350 24519 0 -1 4202560 7765 0 0 0 48 1 0 0 15 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28368] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28368/stat : 28368 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28369] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28369/stat : 28369 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28370] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28370/stat : 28370 (java) S 28348 28350 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827449305 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13626008

[startup+11.9014 s]
/proc/loadavg: 2.02 2.07 2.03 3/587 28370
/proc/meminfo: memFree=20979208/32951124 swapFree=53733252/67111528
[pid=28350] ppid=28348 vsize=13626008 CPUtime=13.08 cores=0,2,4,6
/proc/28350/stat : 28350 (java) S 28348 28350 24519 0 -1 4202496 31170 0 1 0 1303 5 0 0 25 0 19 0 827449286 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28350/statm: 3406502 22837 2249 9 0 3397236 0
[pid=28350/tid=28351] ppid=28348 vsize=13626008 CPUtime=11.41 cores=0,2,4,6
/proc/28350/task/28351/stat : 28351 (java) R 28348 28350 24519 0 -1 4202560 14815 0 1 0 1140 1 0 0 18 0 19 0 827449286 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 46912505544064 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28350/tid=28354] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28354/stat : 28354 (java) S 28348 28350 24519 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 827449288 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28355] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28355/stat : 28355 (java) S 28348 28350 24519 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 827449288 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28356] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28356/stat : 28356 (java) S 28348 28350 24519 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 827449288 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28357] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28357/stat : 28357 (java) S 28348 28350 24519 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28358] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28358/stat : 28358 (java) S 28348 28350 24519 0 -1 4202560 94 0 0 0 1 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28359] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28359/stat : 28359 (java) S 28348 28350 24519 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28360] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28360/stat : 28360 (java) S 28348 28350 24519 0 -1 4202560 193 0 0 0 1 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28361] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28361/stat : 28361 (java) S 28348 28350 24519 0 -1 4202560 195 0 0 0 1 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28362] ppid=28348 vsize=13626008 CPUtime=0.39 cores=0,2,4,6
/proc/28350/task/28362/stat : 28362 (java) S 28348 28350 24519 0 -1 4202560 1667 0 0 0 39 0 0 0 15 0 19 0 827449290 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 0 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28363] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28363/stat : 28363 (java) S 28348 28350 24519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827449290 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28364] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28364/stat : 28364 (java) S 28348 28350 24519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827449290 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28365] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28365/stat : 28365 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652683185 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28366] ppid=28348 vsize=13626008 CPUtime=0.65 cores=0,2,4,6
/proc/28350/task/28366/stat : 28366 (java) S 28348 28350 24519 0 -1 4202560 4655 0 0 0 65 0 0 0 15 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28367] ppid=28348 vsize=13626008 CPUtime=0.49 cores=0,2,4,6
/proc/28350/task/28367/stat : 28367 (java) S 28348 28350 24519 0 -1 4202560 7765 0 0 0 48 1 0 0 15 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28368] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28368/stat : 28368 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28369] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28369/stat : 28369 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28370] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28370/stat : 28370 (java) S 28348 28350 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827449305 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13.08
Current children cumulated vsize (KiB) 13626008

[startup+12.0013 s]
/proc/loadavg: 2.02 2.07 2.03 3/587 28370
/proc/meminfo: memFree=20979084/32951124 swapFree=53733252/67111528
[pid=28350] ppid=28348 vsize=13626008 CPUtime=13.2 cores=0,2,4,6
/proc/28350/stat : 28350 (java) S 28348 28350 24519 0 -1 4202496 31170 0 1 0 1315 5 0 0 25 0 19 0 827449286 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/28350/statm: 3406502 22837 2249 9 0 3397236 0
[pid=28350/tid=28351] ppid=28348 vsize=13626008 CPUtime=11.53 cores=0,2,4,6
/proc/28350/task/28351/stat : 28351 (java) R 28348 28350 24519 0 -1 4202560 14815 0 1 0 1152 1 0 0 18 0 19 0 827449286 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 46912505750931 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=28350/tid=28354] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28354/stat : 28354 (java) S 28348 28350 24519 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 827449288 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28355] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28355/stat : 28355 (java) S 28348 28350 24519 0 -1 4202560 50 0 0 0 1 0 0 0 15 0 19 0 827449288 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28356] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28356/stat : 28356 (java) S 28348 28350 24519 0 -1 4202560 224 0 0 0 0 0 0 0 15 0 19 0 827449288 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28357] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28357/stat : 28357 (java) S 28348 28350 24519 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28358] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28358/stat : 28358 (java) S 28348 28350 24519 0 -1 4202560 94 0 0 0 1 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28359] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28359/stat : 28359 (java) S 28348 28350 24519 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28360] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28360/stat : 28360 (java) S 28348 28350 24519 0 -1 4202560 193 0 0 0 1 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28361] ppid=28348 vsize=13626008 CPUtime=0.01 cores=0,2,4,6
/proc/28350/task/28361/stat : 28361 (java) S 28348 28350 24519 0 -1 4202560 195 0 0 0 1 0 0 0 15 0 19 0 827449289 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28362] ppid=28348 vsize=13626008 CPUtime=0.39 cores=0,2,4,6
/proc/28350/task/28362/stat : 28362 (java) S 28348 28350 24519 0 -1 4202560 1667 0 0 0 39 0 0 0 15 0 19 0 827449290 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 0 0 16800975 18446604451394245568 0 0 -1 2 0 0 0
[pid=28350/tid=28363] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28363/stat : 28363 (java) S 28348 28350 24519 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827449290 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28364] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28364/stat : 28364 (java) S 28348 28350 24519 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827449290 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28365] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28365/stat : 28365 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652683185 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28366] ppid=28348 vsize=13626008 CPUtime=0.65 cores=0,2,4,6
/proc/28350/task/28366/stat : 28366 (java) S 28348 28350 24519 0 -1 4202560 4655 0 0 0 65 0 0 0 15 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 0 0 0 0
[pid=28350/tid=28367] ppid=28348 vsize=13626008 CPUtime=0.49 cores=0,2,4,6
/proc/28350/task/28367/stat : 28367 (java) S 28348 28350 24519 0 -1 4202560 7765 0 0 0 48 1 0 0 15 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28368] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28368/stat : 28368 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652675481 0 4 0 16800975 18446604451394245568 0 0 -1 6 0 0 0
[pid=28350/tid=28369] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28369/stat : 28369 (java) S 28348 28350 24519 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827449292 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
[pid=28350/tid=28370] ppid=28348 vsize=13626008 CPUtime=0 cores=0,2,4,6
/proc/28350/task/28370/stat : 28370 (java) S 28348 28350 24519 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827449305 13953032192 22837 33554432000 1073741824 1073778376 140733262578576 18446744073709551615 253652676096 0 4 0 16800975 18446604451394245568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13.2
Current children cumulated vsize (KiB) 13626008

Child status: 30
Real time (s): 12.0856
CPU time (s): 13.271
CPU user time (s): 13.213
CPU system time (s): 0.057991
CPU usage (%): 109.808
Max. virtual memory (cumulated for all children) (KiB): 13637708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.213
system time used= 0.057991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31204
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= 1065
involuntary context switches= 422

runsolver used 0.079987 second user time and 0.162975 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 05:34:49
IDJOB=3458252
IDBENCH=48072
IDSOLVER=1952
FILE ID=node106/3458252-1307158489
RUNJOBID= node106-1307156122-27405
PBS_JOBID= 13508810
Free space on /tmp= 73760 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=83-P1=113-P2=127-P3=71-P4=61-P5=43-P6=71-P7=41-P8=13-P9=71-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458252-1307158489/watcher-3458252-1307158489 -o /tmp/evaluation-result-3458252-1307158489/solver-3458252-1307158489 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458252-1307158489.opb

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

MD5SUM BENCH= bd15d72e061a78dfd7cc65e865014c03
RANDOM SEED=1619734839

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21066596 kB
Buffers:        397096 kB
Cached:        5982944 kB
SwapCached:      22744 kB
Active:        5990268 kB
Inactive:      5552336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21066596 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:             496 kB
Writeback:           0 kB
AnonPages:     5158840 kB
Mapped:          34484 kB
Slab:           191860 kB
PageTables:      78032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 180979100 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= 73760 MiB
End job on node106 at 2011-06-04 05:35:01