Trace number 3458165

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 62.1106 60.9251

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
MD5SUM747af0da1666dabab7e7b60330c37a87
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.164974
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 variables216
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 constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)576
Sum of products size (including duplicates)1152
Number of different products576
Sum of products size1152

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		12995394264
0.00/0.08	c Max memory 		13063553024
0.00/0.08	c Total memory 		13063553024
0.00/0.08	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@38540408
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-3458165-1307158280.opb
0.11/0.11	c reading problem ... 
0.11/0.19	c ... done. Wall clock time 0.085s.
0.11/0.19	c #vars     792
0.11/0.19	c #constraints  1180
0.11/0.19	c constraints type 
0.11/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
0.11/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
1.04/0.74	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.61/1.23	c cleaning 4248 clauses out of 8501 with flag 11001/11001
2.11/1.74	c cleaning 5623 clauses out of 11252 with flag 18000/18000
2.72/2.35	c cleaning 6811 clauses out of 13630 with flag 26001/26001
3.35/2.91	c cleaning 7908 clauses out of 15819 with flag 35001/35001
4.25/3.81	c cleaning 8952 clauses out of 17910 with flag 45000/45000
5.15/4.76	c cleaning 9476 clauses out of 18958 with flag 55000/55000
5.99/5.55	c cleaning 9729 clauses out of 19481 with flag 65000/65000
7.18/6.34	c cleaning 9873 clauses out of 19753 with flag 75001/75001
8.20/7.37	c cleaning 9936 clauses out of 19880 with flag 85001/85001
9.30/8.47	c cleaning 9968 clauses out of 19944 with flag 95001/95001
10.41/9.60	c cleaning 9985 clauses out of 19975 with flag 105000/105000
11.51/10.60	c cleaning 9983 clauses out of 19990 with flag 115000/115000
12.41/11.56	c cleaning 10000 clauses out of 20007 with flag 125000/125000
13.33/12.49	c cleaning 9999 clauses out of 20005 with flag 135000/135000
13.94/13.04	c cleaning 9997 clauses out of 20007 with flag 145001/145001
14.54/13.68	c cleaning 9997 clauses out of 20009 with flag 155000/155000
15.26/14.37	c cleaning 9995 clauses out of 20012 with flag 165000/165000
15.85/14.92	c cleaning 9991 clauses out of 20018 with flag 175001/175001
16.37/15.42	c cleaning 10001 clauses out of 20027 with flag 185001/185001
17.25/16.34	c cleaning 10008 clauses out of 20025 with flag 195000/195000
17.96/17.09	c cleaning 9999 clauses out of 20017 with flag 205000/205000
18.66/17.70	c cleaning 9999 clauses out of 20019 with flag 215001/215001
19.26/18.32	c cleaning 9994 clauses out of 20020 with flag 225001/225001
20.07/19.16	c cleaning 10000 clauses out of 20026 with flag 235001/235001
20.78/19.87	c cleaning 10011 clauses out of 20026 with flag 245001/245001
21.47/20.52	c cleaning 9986 clauses out of 20014 with flag 255000/255000
21.57/20.64	c SATISFIABLE
21.57/20.64	c OPTIMIZING...
21.57/20.64	c Got one! Elapsed wall clock time (in seconds):20.532
21.57/20.64	o 129
21.67/20.81	c cleaning 7650 clauses out of 15324 with flag 3000/260296
22.17/21.21	c cleaning 6822 clauses out of 13674 with flag 9000/266296
22.78/21.80	c cleaning 6915 clauses out of 13853 with flag 16001/273297
23.28/22.31	c cleaning 7449 clauses out of 14937 with flag 24000/281296
23.88/22.93	c cleaning 8240 clauses out of 16488 with flag 33000/290296
24.58/23.60	c cleaning 9116 clauses out of 18246 with flag 43000/300296
25.48/24.50	c cleaning 9564 clauses out of 19131 with flag 53001/310297
26.09/25.16	c cleaning 9780 clauses out of 19567 with flag 63001/320297
26.99/26.07	c cleaning 9892 clauses out of 19788 with flag 73002/330298
27.99/27.02	c cleaning 9942 clauses out of 19894 with flag 83000/340296
28.59/27.64	c Got one! Elapsed wall clock time (in seconds):27.529
28.59/27.64	o 33
28.91/27.98	c cleaning 12393 clauses out of 24842 with flag 5000/355186
29.42/28.41	c cleaning 9192 clauses out of 18449 with flag 11000/361186
29.82/28.85	c cleaning 8092 clauses out of 16257 with flag 18000/368186
30.42/29.46	c cleaning 8047 clauses out of 16166 with flag 26001/376187
31.02/30.09	c cleaning 8554 clauses out of 17117 with flag 35000/385186
31.84/30.89	c cleaning 9280 clauses out of 18563 with flag 45000/395186
32.43/31.49	c cleaning 9625 clauses out of 19283 with flag 55000/405186
33.03/32.08	c cleaning 9818 clauses out of 19658 with flag 65000/415186
33.63/32.65	c cleaning 9916 clauses out of 19840 with flag 75000/425186
34.33/33.37	c cleaning 9957 clauses out of 19925 with flag 85001/435187
35.15/34.19	c cleaning 9978 clauses out of 19968 with flag 95001/445187
35.84/34.86	c cleaning 9986 clauses out of 19990 with flag 105001/455187
36.64/35.69	c cleaning 9996 clauses out of 20004 with flag 115001/465187
37.55/36.52	c cleaning 9987 clauses out of 20008 with flag 125001/475187
38.16/37.18	c cleaning 10008 clauses out of 20021 with flag 135001/485187
39.07/38.00	c cleaning 10002 clauses out of 20012 with flag 145001/495187
39.67/38.64	c cleaning 9996 clauses out of 20009 with flag 155001/505187
40.37/39.37	c cleaning 9997 clauses out of 20013 with flag 165001/515187
40.59/39.61	c Got one! Elapsed wall clock time (in seconds):39.502
40.59/39.61	o 9
40.69/39.67	c cleaning 7680 clauses out of 15382 with flag 1001/520553
41.18/40.11	c cleaning 6839 clauses out of 13702 with flag 7001/526553
41.59/40.56	c cleaning 6920 clauses out of 13862 with flag 14000/533552
42.09/41.08	c cleaning 7463 clauses out of 14942 with flag 22000/541552
42.59/41.59	c cleaning 8239 clauses out of 16480 with flag 31001/550553
43.59/42.58	c cleaning 9119 clauses out of 18241 with flag 41001/560553
44.60/43.55	c cleaning 9559 clauses out of 19122 with flag 51001/570553
45.60/44.51	c cleaning 9781 clauses out of 19563 with flag 61001/580553
46.50/45.45	c cleaning 9889 clauses out of 19780 with flag 71000/590552
47.40/46.37	c cleaning 9941 clauses out of 19892 with flag 81002/600554
47.71/46.63	c Got one! Elapsed wall clock time (in seconds):46.525
47.71/46.63	o 3
48.01/46.92	c cleaning 10149 clauses out of 20329 with flag 5000/610932
48.35/47.24	c cleaning 8070 clauses out of 16181 with flag 11001/616933
48.73/47.63	c cleaning 7531 clauses out of 15111 with flag 18001/623933
49.13/48.08	c cleaning 7769 clauses out of 15579 with flag 26000/631932
49.73/48.64	c cleaning 8389 clauses out of 16810 with flag 35000/640932
50.34/49.24	c cleaning 9210 clauses out of 18422 with flag 45001/650933
51.14/50.08	c cleaning 9605 clauses out of 19211 with flag 55000/660932
52.14/51.01	c cleaning 9799 clauses out of 19608 with flag 65002/670934
53.15/52.00	c cleaning 9902 clauses out of 19809 with flag 75002/680934
53.75/52.67	c cleaning 9944 clauses out of 19904 with flag 85000/690932
54.45/53.39	c cleaning 9974 clauses out of 19960 with flag 95000/700932
55.25/54.15	c cleaning 9984 clauses out of 19986 with flag 105000/710932
56.07/54.98	c cleaning 9997 clauses out of 20003 with flag 115001/720933
56.86/55.77	c cleaning 9996 clauses out of 20007 with flag 125002/730934
57.76/56.61	c cleaning 10001 clauses out of 20009 with flag 135000/740932
58.56/57.40	c cleaning 9997 clauses out of 20008 with flag 145000/750932
59.48/58.36	c cleaning 10000 clauses out of 20011 with flag 155000/760932
60.37/59.29	c cleaning 10004 clauses out of 20012 with flag 165001/770933
61.27/60.19	c cleaning 10001 clauses out of 20007 with flag 175000/780932
62.07/60.91	c starts		: 170
62.07/60.91	c conflicts		: 789662
62.07/60.91	c decisions		: 818521
62.07/60.91	c propagations		: 16130792
62.07/60.91	c inspects		: 482952909
62.07/60.91	c shortcuts		: 0
62.07/60.91	c learnt literals	: 21
62.07/60.91	c learnt binary clauses	: 104
62.07/60.91	c learnt ternary clauses	: 373
62.07/60.91	c learnt constraints	: 789640
62.07/60.91	c ignored constraints	: 0
62.07/60.91	c root simplifications	: 0
62.07/60.91	c removed literals (reason simplification)	: 26519635
62.07/60.91	c reason swapping (by a shorter reason)	: 0
62.07/60.91	c Calls to reduceDB	: 84
62.07/60.91	c number of reductions to clauses (during analyze)	: 0
62.07/60.91	c number of learned constraints concerned by reduction	: 0
62.07/60.91	c number of learning phase by resolution	: 0
62.07/60.91	c number of learning phase by cutting planes	: 0
62.07/60.91	c speed (assignments/second)	: 1129528.1843008192
62.07/60.91	c non guided choices	7594
62.07/60.91	c learnt constraints type 
62.07/60.91	c constraints type 
62.07/60.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 576
62.07/60.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 604
62.07/60.91	s OPTIMUM FOUND
62.07/60.91	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 
62.07/60.91	c objective function=3
62.07/60.91	c Total wall clock time (in seconds): 60.807

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

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

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


[startup+0 s]
/proc/loadavg: 1.95 2.00 1.91 2/491 32091
/proc/meminfo: memFree=20292676/32950928 swapFree=61858088/67111528
[pid=32091] ppid=32089 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32089 32091 27375 0 -1 4202496 7284 0 1 0 0 0 0 0 25 0 2 0 827427636 13850947584 6987 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32091/statm: 3381579 7001 917 9 0 3372735 0
[pid=32091/tid=32092] ppid=32089 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 27375 0 -1 4202560 6782 0 1 0 0 0 0 0 25 0 2 0 827427636 13850947584 7598 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.09664 s]
/proc/loadavg: 1.95 2.00 1.91 2/491 32091
/proc/meminfo: memFree=20292676/32950928 swapFree=61858088/67111528
[pid=32091] ppid=32089 vsize=13622200 CPUtime=0.1 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32089 32091 27375 0 -1 4202496 15530 0 1 0 8 2 0 0 25 0 18 0 827427636 13949132800 15202 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32091/statm: 3405550 15202 2092 9 0 3396284 0
[pid=32091/tid=32092] ppid=32089 vsize=13622200 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 27375 0 -1 4202560 13594 0 1 0 7 1 0 0 18 0 18 0 827427636 13949132800 15202 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622200

[startup+0.100632 s]
/proc/loadavg: 1.95 2.00 1.91 2/491 32091
/proc/meminfo: memFree=20292676/32950928 swapFree=61858088/67111528
[pid=32091] ppid=32089 vsize=13622200 CPUtime=0.11 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32089 32091 27375 0 -1 4202496 15608 0 1 0 9 2 0 0 25 0 18 0 827427636 13949132800 15280 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32091/statm: 3405550 15280 2092 9 0 3396284 0
[pid=32091/tid=32092] ppid=32089 vsize=13622200 CPUtime=0.08 cores=0,2,4,6
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 27375 0 -1 4202560 13673 0 1 0 7 1 0 0 18 0 18 0 827427636 13949132800 15281 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 46912505219208 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) 13622200

[startup+0.328124 s]
/proc/loadavg: 1.95 2.00 1.91 2/491 32091
/proc/meminfo: memFree=20292676/32950928 swapFree=61858088/67111528
[pid=32091] ppid=32089 vsize=13625656 CPUtime=0.62 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32089 32091 27375 0 -1 4202496 19035 0 1 0 60 2 0 0 25 0 19 0 827427636 13952671744 17510 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32091/statm: 3406414 17510 2216 9 0 3397148 0
[pid=32091/tid=32092] ppid=32089 vsize=13625656 CPUtime=0.32 cores=0,2,4,6
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 27375 0 -1 4202560 14475 0 1 0 30 2 0 0 19 0 19 0 827427636 13952671744 17510 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 46912505534592 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13625656

[startup+0.70053 s]
/proc/loadavg: 1.95 2.00 1.91 2/491 32091
/proc/meminfo: memFree=20292676/32950928 swapFree=61858088/67111528
[pid=32091] ppid=32089 vsize=13626572 CPUtime=1.04 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32089 32091 27375 0 -1 4202496 19641 0 1 0 102 2 0 0 25 0 19 0 827427636 13953609728 18116 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32091/statm: 3406643 18116 2216 9 0 3397377 0
[pid=32091/tid=32092] ppid=32089 vsize=13626572 CPUtime=0.69 cores=0,2,4,6
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 27375 0 -1 4202560 14850 0 1 0 67 2 0 0 19 0 19 0 827427636 13953609728 18116 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 46912505628946 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13626572

[startup+1.50145 s]
/proc/loadavg: 1.95 2.00 1.91 3/510 32110
/proc/meminfo: memFree=20225092/32950928 swapFree=61858088/67111528
[pid=32091] ppid=32089 vsize=13626572 CPUtime=1.91 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32089 32091 27375 0 -1 4202496 21027 0 1 0 189 2 0 0 25 0 19 0 827427636 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32091/statm: 3406643 19499 2248 9 0 3397377 0
[pid=32091/tid=32092] ppid=32089 vsize=13626572 CPUtime=1.46 cores=0,2,4,6
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 27375 0 -1 4202560 14860 0 1 0 144 2 0 0 20 0 19 0 827427636 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 46912505588825 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32091/tid=32094] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32094/stat : 32094 (java) S 32089 32091 27375 0 -1 4202560 228 0 0 0 0 0 0 0 16 0 19 0 827427638 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 4 0 0 0
[pid=32091/tid=32095] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32095/stat : 32095 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 4 0 0 0
[pid=32091/tid=32096] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32096/stat : 32096 (java) S 32089 32091 27375 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 4 0 0 0
[pid=32091/tid=32097] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32097/stat : 32097 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 4 0 0 0
[pid=32091/tid=32098] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32098/stat : 32098 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 4 0 0 0
[pid=32091/tid=32099] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32099/stat : 32099 (java) S 32089 32091 27375 0 -1 4202560 124 0 0 0 0 0 0 0 16 0 19 0 827427638 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32100] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32100/stat : 32100 (java) S 32089 32091 27375 0 -1 4202560 185 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 4 0 0 0
[pid=32091/tid=32101] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32101/stat : 32101 (java) S 32089 32091 27375 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 4 0 0 0
[pid=32091/tid=32102] ppid=32089 vsize=13626572 CPUtime=0.02 cores=0,2,4,6
/proc/32091/task/32102/stat : 32102 (java) S 32089 32091 27375 0 -1 4202560 633 0 0 0 2 0 0 0 15 0 19 0 827427639 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 0 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32103] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32103/stat : 32103 (java) S 32089 32091 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32104] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32104/stat : 32104 (java) S 32089 32091 27375 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32105] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32105/stat : 32105 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827427642 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485791153 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32106] ppid=32089 vsize=13626572 CPUtime=0.19 cores=0,2,4,6
/proc/32091/task/32106/stat : 32106 (java) S 32089 32091 27375 0 -1 4202560 1849 0 0 0 19 0 0 0 18 0 19 0 827427642 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32107] ppid=32089 vsize=13626572 CPUtime=0.21 cores=0,2,4,6
/proc/32091/task/32107/stat : 32107 (java) S 32089 32091 27375 0 -1 4202560 1805 0 0 0 21 0 0 0 15 0 19 0 827427642 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32108] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32108/stat : 32108 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827427642 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32109] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32109/stat : 32109 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827427642 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32110] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32110/stat : 32110 (java) S 32089 32091 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827427656 13953609728 19499 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 13626572

[startup+3.10106 s]
/proc/loadavg: 1.96 2.00 1.91 3/510 32110
/proc/meminfo: memFree=20220628/32950928 swapFree=61858088/67111528
[pid=32091] ppid=32089 vsize=13626572 CPUtime=3.55 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32089 32091 27375 0 -1 4202496 21659 0 1 0 353 2 0 0 25 0 19 0 827427636 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32091/statm: 3406643 20128 2249 9 0 3397377 0
[pid=32091/tid=32092] ppid=32089 vsize=13626572 CPUtime=3 cores=0,2,4,6
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 27375 0 -1 4202560 14861 0 1 0 298 2 0 0 25 0 19 0 827427636 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 46912505546688 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=32091/tid=32094] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32094/stat : 32094 (java) S 32089 32091 27375 0 -1 4202560 244 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32095] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32095/stat : 32095 (java) S 32089 32091 27375 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32096] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32096/stat : 32096 (java) S 32089 32091 27375 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32097] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32097/stat : 32097 (java) S 32089 32091 27375 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32098] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32098/stat : 32098 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32099] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32099/stat : 32099 (java) S 32089 32091 27375 0 -1 4202560 135 0 0 0 0 0 0 0 16 0 19 0 827427638 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32100] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32100/stat : 32100 (java) S 32089 32091 27375 0 -1 4202560 195 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32101] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32101/stat : 32101 (java) S 32089 32091 27375 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32102] ppid=32089 vsize=13626572 CPUtime=0.07 cores=0,2,4,6
/proc/32091/task/32102/stat : 32102 (java) S 32089 32091 27375 0 -1 4202560 1069 0 0 0 7 0 0 0 15 0 19 0 827427639 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 0 0 16800975 18446604447704382400 0 0 -1 4 0 0 0
[pid=32091/tid=32103] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32103/stat : 32103 (java) S 32089 32091 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32104] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32104/stat : 32104 (java) S 32089 32091 27375 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32105] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32105/stat : 32105 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827427642 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485791153 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32106] ppid=32089 vsize=13626572 CPUtime=0.24 cores=0,2,4,6
/proc/32091/task/32106/stat : 32106 (java) S 32089 32091 27375 0 -1 4202560 1865 0 0 0 24 0 0 0 15 0 19 0 827427642 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32107] ppid=32089 vsize=13626572 CPUtime=0.22 cores=0,2,4,6
/proc/32091/task/32107/stat : 32107 (java) S 32089 32091 27375 0 -1 4202560 1805 0 0 0 22 0 0 0 15 0 19 0 827427642 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32108] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32108/stat : 32108 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827427642 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32109] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32109/stat : 32109 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827427642 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 4 0 16800975 18446604447704382400 0 0 -1 2 0 0 0
[pid=32091/tid=32110] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32110/stat : 32110 (java) S 32089 32091 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827427656 13953609728 20128 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 13626572

[startup+6.30154 s]
/proc/loadavg: 1.96 2.00 1.91 3/510 32110
/proc/meminfo: memFree=20215760/32950928 swapFree=61858088/67111528
[pid=32091] ppid=32089 vsize=13626572 CPUtime=7.18 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32089 32091 27375 0 -1 4202496 29547 0 1 0 715 3 0 0 25 0 19 0 827427636 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32091/statm: 3406643 25610 2249 9 0 3397377 0
[pid=32091/tid=32092] ppid=32089 vsize=13626572 CPUtime=6.13 cores=0,2,4,6
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 27375 0 -1 4202560 14868 0 1 0 611 2 0 0 20 0 19 0 827427636 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 46912505547373 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32091/tid=32094] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32094/stat : 32094 (java) S 32089 32091 27375 0 -1 4202560 364 0 0 0 0 0 0 0 16 0 19 0 827427638 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32095] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32095/stat : 32095 (java) S 32089 32091 27375 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32096] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32096/stat : 32096 (java) S 32089 32091 27375 0 -1 4202560 132 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32097] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32097/stat : 32097 (java) S 32089 32091 27375 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 827427638 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32098] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32098/stat : 32098 (java) S 32089 32091 27375 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 19 0 827427638 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32099] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32099/stat : 32099 (java) S 32089 32091 27375 0 -1 4202560 183 0 0 0 0 0 0 0 16 0 19 0 827427638 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32100] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32100/stat : 32100 (java) S 32089 32091 27375 0 -1 4202560 195 0 0 0 0 0 0 0 16 0 19 0 827427638 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32101] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32101/stat : 32101 (java) S 32089 32091 27375 0 -1 4202560 189 0 0 0 0 0 0 0 16 0 19 0 827427638 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32102] ppid=32089 vsize=13626572 CPUtime=0.12 cores=0,2,4,6
/proc/32091/task/32102/stat : 32102 (java) S 32089 32091 27375 0 -1 4202560 1529 0 0 0 12 0 0 0 16 0 19 0 827427639 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 0 0 16800975 18446604447704382400 0 0 -1 4 0 0 0
[pid=32091/tid=32103] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32103/stat : 32103 (java) S 32089 32091 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32104] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32104/stat : 32104 (java) S 32089 32091 27375 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32105] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32105/stat : 32105 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827427642 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485791153 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32106] ppid=32089 vsize=13626572 CPUtime=0.64 cores=0,2,4,6
/proc/32091/task/32106/stat : 32106 (java) S 32089 32091 27375 0 -1 4202560 9037 0 0 0 64 0 0 0 15 0 19 0 827427642 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32107] ppid=32089 vsize=13626572 CPUtime=0.23 cores=0,2,4,6
/proc/32091/task/32107/stat : 32107 (java) S 32089 32091 27375 0 -1 4202560 1808 0 0 0 23 0 0 0 15 0 19 0 827427642 13953609728 25610 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0

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

/proc/32091/task/32094/stat : 32094 (java) S 32089 32091 27375 0 -1 4202560 387 0 0 0 5 0 0 0 16 0 19 0 827427638 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32095] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32095/stat : 32095 (java) S 32089 32091 27375 0 -1 4202560 33 0 0 0 4 0 0 0 16 0 19 0 827427638 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32096] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32096/stat : 32096 (java) S 32089 32091 27375 0 -1 4202560 185 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 2 0 0 0
[pid=32091/tid=32097] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32097/stat : 32097 (java) S 32089 32091 27375 0 -1 4202560 102 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32098] ppid=32089 vsize=13626572 CPUtime=0.05 cores=0,2,4,6
/proc/32091/task/32098/stat : 32098 (java) S 32089 32091 27375 0 -1 4202560 129 0 0 0 5 0 0 0 15 0 19 0 827427638 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32099] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32099/stat : 32099 (java) S 32089 32091 27375 0 -1 4202560 202 0 0 0 4 0 0 0 16 0 19 0 827427638 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32100] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32100/stat : 32100 (java) S 32089 32091 27375 0 -1 4202560 376 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32101] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32101/stat : 32101 (java) S 32089 32091 27375 0 -1 4202560 201 0 0 0 4 0 0 0 16 0 19 0 827427638 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 2 0 0 0
[pid=32091/tid=32102] ppid=32089 vsize=13626572 CPUtime=1.62 cores=0,2,4,6
/proc/32091/task/32102/stat : 32102 (java) S 32089 32091 27375 0 -1 4202560 3984 0 0 0 162 0 0 0 16 0 19 0 827427639 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 0 0 16800975 18446604447704382400 0 0 -1 4 0 0 0
[pid=32091/tid=32103] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32103/stat : 32103 (java) S 32089 32091 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32104] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32104/stat : 32104 (java) S 32089 32091 27375 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32105] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32105/stat : 32105 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827427642 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485791153 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32106] ppid=32089 vsize=13626572 CPUtime=0.65 cores=0,2,4,6
/proc/32091/task/32106/stat : 32106 (java) S 32089 32091 27375 0 -1 4202560 9037 0 0 0 65 0 0 0 15 0 19 0 827427642 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32107] ppid=32089 vsize=13626572 CPUtime=0.31 cores=0,2,4,6
/proc/32091/task/32107/stat : 32107 (java) S 32089 32091 27375 0 -1 4202560 1816 0 0 0 31 0 0 0 15 0 19 0 827427642 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32108] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32108/stat : 32108 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827427642 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32109] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32109/stat : 32109 (java) S 32089 32091 27375 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827427642 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 4 0 16800975 18446604447704382400 0 0 -1 2 0 0 0
[pid=32091/tid=32110] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32110/stat : 32110 (java) S 32089 32091 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827427656 13953609728 26123 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 60.27
Current children cumulated vsize (KiB) 13626572

[startup+59.9012 s]
/proc/loadavg: 1.98 2.00 1.91 3/510 32163
/proc/meminfo: memFree=20215492/32950928 swapFree=61858088/67111528
[pid=32091] ppid=32089 vsize=13626572 CPUtime=61.07 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32089 32091 27375 0 -1 4202496 32606 0 1 0 6103 4 0 0 25 0 19 0 827427636 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32091/statm: 3406643 26173 2250 9 0 3397377 0
[pid=32091/tid=32092] ppid=32089 vsize=13626572 CPUtime=58.05 cores=0,2,4,6
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 27375 0 -1 4202560 14951 0 1 0 5803 2 0 0 25 0 19 0 827427636 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 46912505536206 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32091/tid=32094] ppid=32089 vsize=13626572 CPUtime=0.05 cores=0,2,4,6
/proc/32091/task/32094/stat : 32094 (java) S 32089 32091 27375 0 -1 4202560 387 0 0 0 5 0 0 0 16 0 19 0 827427638 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32095] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32095/stat : 32095 (java) S 32089 32091 27375 0 -1 4202560 33 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32096] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32096/stat : 32096 (java) S 32089 32091 27375 0 -1 4202560 185 0 0 0 4 0 0 0 16 0 19 0 827427638 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 2 0 0 0
[pid=32091/tid=32097] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32097/stat : 32097 (java) S 32089 32091 27375 0 -1 4202560 102 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32098] ppid=32089 vsize=13626572 CPUtime=0.05 cores=0,2,4,6
/proc/32091/task/32098/stat : 32098 (java) S 32089 32091 27375 0 -1 4202560 129 0 0 0 5 0 0 0 15 0 19 0 827427638 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32099] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32099/stat : 32099 (java) S 32089 32091 27375 0 -1 4202560 202 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32100] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32100/stat : 32100 (java) S 32089 32091 27375 0 -1 4202560 376 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32101] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32101/stat : 32101 (java) S 32089 32091 27375 0 -1 4202560 201 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 2 0 0 0
[pid=32091/tid=32102] ppid=32089 vsize=13626572 CPUtime=1.64 cores=0,2,4,6
/proc/32091/task/32102/stat : 32102 (java) S 32089 32091 27375 0 -1 4202560 4034 0 0 0 164 0 0 0 16 0 19 0 827427639 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 0 0 16800975 18446604447704382400 0 0 -1 4 0 0 0
[pid=32091/tid=32103] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32103/stat : 32103 (java) S 32089 32091 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32104] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32104/stat : 32104 (java) S 32089 32091 27375 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32105] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32105/stat : 32105 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827427642 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485791153 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32106] ppid=32089 vsize=13626572 CPUtime=0.65 cores=0,2,4,6
/proc/32091/task/32106/stat : 32106 (java) S 32089 32091 27375 0 -1 4202560 9037 0 0 0 65 0 0 0 15 0 19 0 827427642 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32107] ppid=32089 vsize=13626572 CPUtime=0.31 cores=0,2,4,6
/proc/32091/task/32107/stat : 32107 (java) S 32089 32091 27375 0 -1 4202560 1816 0 0 0 31 0 0 0 15 0 19 0 827427642 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32108] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32108/stat : 32108 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827427642 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32109] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32109/stat : 32109 (java) S 32089 32091 27375 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827427642 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 4 0 16800975 18446604447704382400 0 0 -1 2 0 0 0
[pid=32091/tid=32110] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32110/stat : 32110 (java) S 32089 32091 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827427656 13953609728 26173 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 61.07
Current children cumulated vsize (KiB) 13626572

[startup+60.701 s]
/proc/loadavg: 1.98 2.00 1.91 3/510 32163
/proc/meminfo: memFree=20214520/32950928 swapFree=61858088/67111528
[pid=32091] ppid=32089 vsize=13626572 CPUtime=61.87 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32089 32091 27375 0 -1 4202496 32612 0 1 0 6183 4 0 0 25 0 19 0 827427636 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32091/statm: 3406643 26178 2250 9 0 3397377 0
[pid=32091/tid=32092] ppid=32089 vsize=13626572 CPUtime=58.82 cores=0,2,4,6
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 27375 0 -1 4202560 14952 0 1 0 5880 2 0 0 25 0 19 0 827427636 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 46912505628946 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32091/tid=32094] ppid=32089 vsize=13626572 CPUtime=0.05 cores=0,2,4,6
/proc/32091/task/32094/stat : 32094 (java) S 32089 32091 27375 0 -1 4202560 387 0 0 0 5 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32095] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32095/stat : 32095 (java) S 32089 32091 27375 0 -1 4202560 33 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32096] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32096/stat : 32096 (java) S 32089 32091 27375 0 -1 4202560 185 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 2 0 0 0
[pid=32091/tid=32097] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32097/stat : 32097 (java) S 32089 32091 27375 0 -1 4202560 105 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32098] ppid=32089 vsize=13626572 CPUtime=0.05 cores=0,2,4,6
/proc/32091/task/32098/stat : 32098 (java) S 32089 32091 27375 0 -1 4202560 131 0 0 0 5 0 0 0 16 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32099] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32099/stat : 32099 (java) S 32089 32091 27375 0 -1 4202560 202 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32100] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32100/stat : 32100 (java) S 32089 32091 27375 0 -1 4202560 376 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32101] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32101/stat : 32101 (java) S 32089 32091 27375 0 -1 4202560 201 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 2 0 0 0
[pid=32091/tid=32102] ppid=32089 vsize=13626572 CPUtime=1.67 cores=0,2,4,6
/proc/32091/task/32102/stat : 32102 (java) S 32089 32091 27375 0 -1 4202560 4034 0 0 0 167 0 0 0 16 0 19 0 827427639 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 0 0 16800975 18446604447704382400 0 0 -1 4 0 0 0
[pid=32091/tid=32103] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32103/stat : 32103 (java) S 32089 32091 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32104] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32104/stat : 32104 (java) S 32089 32091 27375 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32105] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32105/stat : 32105 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827427642 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485791153 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32106] ppid=32089 vsize=13626572 CPUtime=0.65 cores=0,2,4,6
/proc/32091/task/32106/stat : 32106 (java) S 32089 32091 27375 0 -1 4202560 9037 0 0 0 65 0 0 0 15 0 19 0 827427642 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32107] ppid=32089 vsize=13626572 CPUtime=0.31 cores=0,2,4,6
/proc/32091/task/32107/stat : 32107 (java) S 32089 32091 27375 0 -1 4202560 1816 0 0 0 31 0 0 0 15 0 19 0 827427642 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32108] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32108/stat : 32108 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827427642 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32109] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32109/stat : 32109 (java) S 32089 32091 27375 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827427642 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 4 0 16800975 18446604447704382400 0 0 -1 2 0 0 0
[pid=32091/tid=32110] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32110/stat : 32110 (java) S 32089 32091 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827427656 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 61.87
Current children cumulated vsize (KiB) 13626572

[startup+60.9009 s]
/proc/loadavg: 1.98 2.00 1.91 3/510 32163
/proc/meminfo: memFree=20214520/32950928 swapFree=61858088/67111528
[pid=32091] ppid=32089 vsize=13626572 CPUtime=62.07 cores=0,2,4,6
/proc/32091/stat : 32091 (java) S 32089 32091 27375 0 -1 4202496 32613 0 1 0 6203 4 0 0 25 0 19 0 827427636 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32091/statm: 3406643 26178 2250 9 0 3397377 0
[pid=32091/tid=32092] ppid=32089 vsize=13626572 CPUtime=59.02 cores=0,2,4,6
/proc/32091/task/32092/stat : 32092 (java) R 32089 32091 27375 0 -1 4202560 14952 0 1 0 5900 2 0 0 25 0 19 0 827427636 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 46912505745644 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32091/tid=32094] ppid=32089 vsize=13626572 CPUtime=0.05 cores=0,2,4,6
/proc/32091/task/32094/stat : 32094 (java) S 32089 32091 27375 0 -1 4202560 387 0 0 0 5 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32095] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32095/stat : 32095 (java) S 32089 32091 27375 0 -1 4202560 33 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32096] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32096/stat : 32096 (java) S 32089 32091 27375 0 -1 4202560 185 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 2 0 0 0
[pid=32091/tid=32097] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32097/stat : 32097 (java) S 32089 32091 27375 0 -1 4202560 105 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32098] ppid=32089 vsize=13626572 CPUtime=0.05 cores=0,2,4,6
/proc/32091/task/32098/stat : 32098 (java) S 32089 32091 27375 0 -1 4202560 131 0 0 0 5 0 0 0 16 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32099] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32099/stat : 32099 (java) S 32089 32091 27375 0 -1 4202560 202 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32100] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32100/stat : 32100 (java) S 32089 32091 27375 0 -1 4202560 376 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32101] ppid=32089 vsize=13626572 CPUtime=0.04 cores=0,2,4,6
/proc/32091/task/32101/stat : 32101 (java) S 32089 32091 27375 0 -1 4202560 201 0 0 0 4 0 0 0 15 0 19 0 827427638 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 2 0 0 0
[pid=32091/tid=32102] ppid=32089 vsize=13626572 CPUtime=1.67 cores=0,2,4,6
/proc/32091/task/32102/stat : 32102 (java) S 32089 32091 27375 0 -1 4202560 4034 0 0 0 167 0 0 0 16 0 19 0 827427639 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 0 0 16800975 18446604447704382400 0 0 -1 4 0 0 0
[pid=32091/tid=32103] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32103/stat : 32103 (java) S 32089 32091 27375 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32104] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32104/stat : 32104 (java) S 32089 32091 27375 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 827427640 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32105] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32105/stat : 32105 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827427642 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485791153 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32106] ppid=32089 vsize=13626572 CPUtime=0.65 cores=0,2,4,6
/proc/32091/task/32106/stat : 32106 (java) S 32089 32091 27375 0 -1 4202560 9037 0 0 0 65 0 0 0 15 0 19 0 827427642 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
[pid=32091/tid=32107] ppid=32089 vsize=13626572 CPUtime=0.31 cores=0,2,4,6
/proc/32091/task/32107/stat : 32107 (java) S 32089 32091 27375 0 -1 4202560 1817 0 0 0 31 0 0 0 15 0 19 0 827427642 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32108] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32108/stat : 32108 (java) S 32089 32091 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827427642 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485783449 0 4 0 16800975 18446604447704382400 0 0 -1 6 0 0 0
[pid=32091/tid=32109] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32109/stat : 32109 (java) S 32089 32091 27375 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827427642 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 4 0 16800975 18446604447704382400 0 0 -1 2 0 0 0
[pid=32091/tid=32110] ppid=32089 vsize=13626572 CPUtime=0 cores=0,2,4,6
/proc/32091/task/32110/stat : 32110 (java) S 32089 32091 27375 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 827427656 13953609728 26178 33554432000 1073741824 1073778376 140734332548352 18446744073709551615 274485784064 0 4 0 16800975 18446604447704382400 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 62.07
Current children cumulated vsize (KiB) 13626572

Child status: 30
Real time (s): 60.9251
CPU time (s): 62.1106
CPU user time (s): 62.0576
CPU system time (s): 0.052991
CPU usage (%): 101.946
Max. virtual memory (cumulated for all children) (KiB): 13626572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.0576
system time used= 0.052991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32640
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= 3901
involuntary context switches= 1272

runsolver used 0.279957 second user time and 0.676897 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 05:31:20
IDJOB=3458165
IDBENCH=47985
IDSOLVER=1952
FILE ID=node125/3458165-1307158280
RUNJOBID= node125-1307156382-31293
PBS_JOBID= 13508791
Free space on /tmp= 73792 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=211-P1=113-P2=103-P3=37-P4=167-P5=5-P6=191-P7=13-P8=223-P9=137-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458165-1307158280/watcher-3458165-1307158280 -o /tmp/evaluation-result-3458165-1307158280/solver-3458165-1307158280 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458165-1307158280.opb

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

MD5SUM BENCH= 747af0da1666dabab7e7b60330c37a87
RANDOM SEED=473144673

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.828
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:      20292956 kB
Buffers:        352180 kB
Cached:        3496224 kB
SwapCached:       3616 kB
Active:        8950720 kB
Inactive:      3362948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20292956 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:             704 kB
Writeback:           0 kB
AnonPages:     8463124 kB
Mapped:          41952 kB
Slab:           214804 kB
PageTables:      62396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143458416 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= 73792 MiB
End job on node125 at 2011-06-04 05:32:21