Trace number 3458200

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 71.8231 70.3513

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=89-P1=181-P2=233-P3=19-P4=167-P5=113-P6=191-P7=61-P8=59-B.opb
MD5SUMa6d214cc283b484f5cca285d86c4d8bb
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.166974
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 variables192
Total number of constraints17
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 constraints17
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)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458200-1307158358.opb
0.10/0.11	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.078s.
0.10/0.19	c #vars     704
0.10/0.19	c #constraints  1049
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.97/0.62	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.31/0.98	c cleaning 4246 clauses out of 8503 with flag 11001/11001
1.82/1.50	c cleaning 5622 clauses out of 11257 with flag 18001/18001
2.43/2.07	c cleaning 6815 clauses out of 13634 with flag 26000/26000
3.15/2.79	c cleaning 7910 clauses out of 15819 with flag 35000/35000
4.05/3.65	c cleaning 8943 clauses out of 17910 with flag 45001/45001
4.65/4.22	c cleaning 9477 clauses out of 18966 with flag 55000/55000
5.45/5.09	c cleaning 9740 clauses out of 19490 with flag 65001/65001
6.16/5.72	c cleaning 9870 clauses out of 19749 with flag 75000/75000
6.98/6.59	c cleaning 9936 clauses out of 19881 with flag 85002/85002
8.06/7.40	c cleaning 9971 clauses out of 19944 with flag 95001/95001
9.48/8.34	c cleaning 9982 clauses out of 19972 with flag 105000/105000
10.08/8.93	c cleaning 9991 clauses out of 19991 with flag 115001/115001
11.01/9.89	c cleaning 9997 clauses out of 19999 with flag 125000/125000
11.90/10.71	c cleaning 9991 clauses out of 20002 with flag 135000/135000
12.50/11.32	c cleaning 9995 clauses out of 20012 with flag 145001/145001
13.40/12.23	c cleaning 9998 clauses out of 20017 with flag 155001/155001
14.00/12.88	c cleaning 9994 clauses out of 20019 with flag 165001/165001
14.51/13.39	c cleaning 10009 clauses out of 20024 with flag 175000/175000
15.31/14.12	c cleaning 10001 clauses out of 20016 with flag 185001/185001
16.12/14.90	c cleaning 9997 clauses out of 20015 with flag 195001/195001
16.82/15.62	c cleaning 10001 clauses out of 20018 with flag 205001/205001
17.64/16.42	c cleaning 10000 clauses out of 20016 with flag 215000/215000
18.12/16.90	c SATISFIABLE
18.12/16.90	c OPTIMIZING...
18.12/16.90	c Got one! Elapsed wall clock time (in seconds):16.794
18.12/16.90	o 65
18.32/17.16	c cleaning 12072 clauses out of 24183 with flag 5002/229167
18.63/17.50	c cleaning 9025 clauses out of 18110 with flag 11001/235166
19.14/17.99	c cleaning 8016 clauses out of 16086 with flag 18002/242167
19.74/18.53	c cleaning 8025 clauses out of 16068 with flag 26000/250165
20.34/19.15	c cleaning 8520 clauses out of 17043 with flag 35000/259165
21.24/20.09	c cleaning 9255 clauses out of 18523 with flag 45001/269166
22.07/20.83	c cleaning 9628 clauses out of 19267 with flag 55000/279165
22.75/21.59	c cleaning 9810 clauses out of 19639 with flag 65000/289165
23.45/22.27	c cleaning 9910 clauses out of 19831 with flag 75002/299167
24.15/22.96	c cleaning 9954 clauses out of 19919 with flag 85000/309165
25.15/23.99	c cleaning 9978 clauses out of 19965 with flag 95000/319165
26.16/24.98	c cleaning 9992 clauses out of 19987 with flag 105000/329165
27.06/25.83	c cleaning 9994 clauses out of 19995 with flag 115000/339165
27.68/26.47	c cleaning 9993 clauses out of 20001 with flag 125000/349165
28.26/27.08	c cleaning 9996 clauses out of 20008 with flag 135000/359165
29.07/27.82	c cleaning 10000 clauses out of 20011 with flag 145000/369165
29.67/28.41	c cleaning 9984 clauses out of 20012 with flag 155001/379166
30.37/29.13	c cleaning 9992 clauses out of 20027 with flag 165000/389165
30.89/29.71	c cleaning 10007 clauses out of 20037 with flag 175002/399167
31.47/30.27	c Got one! Elapsed wall clock time (in seconds):30.16
31.47/30.27	o 17
31.77/30.54	c cleaning 11780 clauses out of 23600 with flag 5000/412737
32.18/30.91	c cleaning 8888 clauses out of 17821 with flag 11001/418738
32.58/31.37	c cleaning 7944 clauses out of 15933 with flag 18001/425738
33.20/31.93	c cleaning 7972 clauses out of 15988 with flag 26000/433737
33.78/32.50	c cleaning 8489 clauses out of 17016 with flag 35000/442737
34.38/33.17	c cleaning 9258 clauses out of 18528 with flag 45001/452738
35.19/33.97	c cleaning 9631 clauses out of 19269 with flag 55000/462737
35.99/34.76	c cleaning 9806 clauses out of 19639 with flag 65001/472738
36.70/35.45	c cleaning 9900 clauses out of 19832 with flag 75000/482737
37.62/36.32	c cleaning 9958 clauses out of 19933 with flag 85001/492738
38.20/36.96	c cleaning 9976 clauses out of 19975 with flag 95001/502738
38.81/37.57	c cleaning 9988 clauses out of 19998 with flag 105000/512737
39.73/38.43	c cleaning 10004 clauses out of 20009 with flag 115000/522737
40.71/39.42	c cleaning 10000 clauses out of 20005 with flag 125000/532737
41.34/40.06	c cleaning 9996 clauses out of 20005 with flag 135001/542738
41.96/40.68	c cleaning 9995 clauses out of 20008 with flag 145000/552737
42.64/41.32	c cleaning 10002 clauses out of 20013 with flag 155000/562737
43.45/42.11	c cleaning 10003 clauses out of 20012 with flag 165001/572738
44.27/43.00	c cleaning 9998 clauses out of 20008 with flag 175000/582737
45.05/43.71	c cleaning 9988 clauses out of 20010 with flag 185001/592738
45.27/43.97	c Got one! Elapsed wall clock time (in seconds):43.862
45.27/43.97	o 3
45.38/44.02	c cleaning 7872 clauses out of 15758 with flag 1001/598474
45.66/44.39	c cleaning 6935 clauses out of 13886 with flag 7001/604474
46.06/44.78	c cleaning 6967 clauses out of 13951 with flag 14001/611474
46.56/45.25	c cleaning 7487 clauses out of 14983 with flag 22000/619473
47.06/45.77	c cleaning 8235 clauses out of 16496 with flag 31000/628473
47.78/46.44	c cleaning 9116 clauses out of 18263 with flag 41002/638475
48.48/47.17	c cleaning 9573 clauses out of 19145 with flag 51000/648473
49.18/47.89	c cleaning 9777 clauses out of 19572 with flag 61000/658473
49.99/48.66	c cleaning 9893 clauses out of 19797 with flag 71002/668475
50.81/49.47	c cleaning 9944 clauses out of 19902 with flag 81000/678473
51.69/50.33	c cleaning 9971 clauses out of 19959 with flag 91001/688474
52.49/51.14	c cleaning 9987 clauses out of 19988 with flag 101001/698474
53.29/51.95	c cleaning 9996 clauses out of 20001 with flag 111001/708474
54.21/52.81	c cleaning 9996 clauses out of 20004 with flag 121000/718473
54.90/53.54	c cleaning 9997 clauses out of 20008 with flag 131000/728473
55.61/54.26	c cleaning 9999 clauses out of 20011 with flag 141000/738473
56.51/55.18	c cleaning 10000 clauses out of 20012 with flag 151000/748473
57.31/55.97	c cleaning 10000 clauses out of 20012 with flag 161000/758473
58.01/56.69	c cleaning 9998 clauses out of 20012 with flag 171000/768473
58.82/57.47	c cleaning 9996 clauses out of 20014 with flag 181000/778473
59.63/58.31	c cleaning 10002 clauses out of 20018 with flag 191000/788473
60.32/58.98	c cleaning 9998 clauses out of 20017 with flag 201001/798474
61.22/59.80	c cleaning 10007 clauses out of 20018 with flag 211001/808474
61.84/60.51	c cleaning 9995 clauses out of 20010 with flag 221000/818473
62.53/61.12	c cleaning 9995 clauses out of 20015 with flag 231000/828473
63.13/61.72	c cleaning 10004 clauses out of 20019 with flag 241000/838473
63.93/62.61	c cleaning 10003 clauses out of 20016 with flag 251001/848474
64.74/63.36	c cleaning 10005 clauses out of 20012 with flag 261001/858474
65.65/64.23	c cleaning 9997 clauses out of 20005 with flag 271000/868473
66.37/64.96	c cleaning 9996 clauses out of 20008 with flag 281000/878473
67.16/65.78	c cleaning 9999 clauses out of 20012 with flag 291000/888473
67.86/66.48	c cleaning 10005 clauses out of 20013 with flag 301000/898473
68.57/67.13	c cleaning 10001 clauses out of 20010 with flag 311002/908475
69.36/67.95	c cleaning 9998 clauses out of 20006 with flag 321000/918473
70.26/68.80	c cleaning 10003 clauses out of 20009 with flag 331001/928474
71.06/69.64	c cleaning 10000 clauses out of 20005 with flag 341001/938474
71.78/70.34	c starts		: 173
71.78/70.34	c conflicts		: 946955
71.78/70.34	c decisions		: 980076
71.78/70.34	c propagations		: 18694156
71.78/70.34	c inspects		: 552447873
71.78/70.34	c shortcuts		: 0
71.78/70.34	c learnt literals	: 20
71.78/70.34	c learnt binary clauses	: 113
71.78/70.34	c learnt ternary clauses	: 340
71.78/70.34	c learnt constraints	: 946934
71.78/70.34	c ignored constraints	: 0
71.78/70.34	c root simplifications	: 0
71.78/70.34	c removed literals (reason simplification)	: 30729114
71.78/70.34	c reason swapping (by a shorter reason)	: 0
71.78/70.34	c Calls to reduceDB	: 98
71.78/70.34	c number of reductions to clauses (during analyze)	: 0
71.78/70.34	c number of learned constraints concerned by reduction	: 0
71.78/70.34	c number of learning phase by resolution	: 0
71.78/70.34	c number of learning phase by cutting planes	: 0
71.78/70.34	c speed (assignments/second)	: 708917.5578308684
71.78/70.34	c non guided choices	6974
71.78/70.34	c learnt constraints type 
71.78/70.34	c constraints type 
71.78/70.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
71.78/70.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
71.78/70.34	s OPTIMUM FOUND
71.78/70.34	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 
71.78/70.34	c objective function=3
71.78/70.34	c Total wall clock time (in seconds): 70.233

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-3458200-1307158358/watcher-3458200-1307158358 -o /tmp/evaluation-result-3458200-1307158358/solver-3458200-1307158358 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458200-1307158358.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.99 2.00 1.91 3/491 32386
/proc/meminfo: memFree=20307376/32950928 swapFree=61858088/67111528
[pid=32386] ppid=32384 vsize=13526316 CPUtime=0.01 cores=0,2,4,6
/proc/32386/stat : 32386 (java) S 32384 32386 27375 0 -1 4202496 7834 0 1 0 0 1 0 0 25 0 2 0 827435506 13850947584 7538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32386/statm: 3381579 7550 917 9 0 3372735 0
[pid=32386/tid=32387] ppid=32384 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32387/stat : 32387 (java) R 32384 32386 27375 0 -1 4202560 6922 0 1 0 0 0 0 0 25 0 2 0 827435507 13850947584 7738 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0970331 s]
/proc/loadavg: 1.99 2.00 1.91 3/491 32386
/proc/meminfo: memFree=20307376/32950928 swapFree=61858088/67111528
[pid=32386] ppid=32384 vsize=13622104 CPUtime=0.1 cores=0,2,4,6
/proc/32386/stat : 32386 (java) S 32384 32386 27375 0 -1 4202496 15516 0 1 0 9 1 0 0 25 0 18 0 827435506 13949034496 15214 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32386/statm: 3405526 15214 2092 9 0 3396260 0
[pid=32386/tid=32387] ppid=32384 vsize=13622104 CPUtime=0.08 cores=0,2,4,6
/proc/32386/task/32387/stat : 32387 (java) R 32384 32386 27375 0 -1 4202560 13599 0 1 0 7 1 0 0 25 0 18 0 827435507 13949034496 15214 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274473622579 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622104

[startup+0.101018 s]
/proc/loadavg: 1.99 2.00 1.91 3/491 32386
/proc/meminfo: memFree=20307376/32950928 swapFree=61858088/67111528
[pid=32386] ppid=32384 vsize=13622104 CPUtime=0.1 cores=0,2,4,6
/proc/32386/stat : 32386 (java) S 32384 32386 27375 0 -1 4202496 15596 0 1 0 9 1 0 0 25 0 18 0 827435506 13949034496 15294 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32386/statm: 3405526 15294 2092 9 0 3396260 0
[pid=32386/tid=32387] ppid=32384 vsize=13622104 CPUtime=0.08 cores=0,2,4,6
/proc/32386/task/32387/stat : 32387 (java) R 32384 32386 27375 0 -1 4202560 13679 0 1 0 7 1 0 0 25 0 18 0 827435507 13949034496 15294 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622104

[startup+0.300985 s]
/proc/loadavg: 1.99 2.00 1.91 3/491 32386
/proc/meminfo: memFree=20307376/32950928 swapFree=61858088/67111528
[pid=32386] ppid=32384 vsize=13627596 CPUtime=0.55 cores=0,2,4,6
/proc/32386/stat : 32386 (java) S 32384 32386 27375 0 -1 4202496 19245 0 1 0 53 2 0 0 25 0 19 0 827435506 13954658304 17677 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32386/statm: 3406899 17677 2214 9 0 3397633 0
[pid=32386/tid=32387] ppid=32384 vsize=13627596 CPUtime=0.28 cores=0,2,4,6
/proc/32386/task/32387/stat : 32387 (java) R 32384 32386 27375 0 -1 4202560 14421 0 1 0 27 1 0 0 25 0 19 0 827435507 13954658304 17677 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 46912505626220 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13627596

[startup+0.700864 s]
/proc/loadavg: 1.99 2.00 1.91 3/491 32386
/proc/meminfo: memFree=20307376/32950928 swapFree=61858088/67111528
[pid=32386] ppid=32384 vsize=13627596 CPUtime=1.1 cores=0,2,4,6
/proc/32386/stat : 32386 (java) S 32384 32386 27375 0 -1 4202496 21442 0 1 0 107 3 0 0 25 0 19 0 827435506 13954658304 19162 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32386/statm: 3406899 19162 2248 9 0 3397633 0
[pid=32386/tid=32387] ppid=32384 vsize=13627596 CPUtime=0.66 cores=0,2,4,6
/proc/32386/task/32387/stat : 32387 (java) R 32384 32386 27375 0 -1 4202560 14936 0 1 0 65 1 0 0 25 0 19 0 827435507 13954658304 19162 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 46912505357447 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13627596

[startup+1.5008 s]
/proc/loadavg: 1.99 2.00 1.91 3/510 32405
/proc/meminfo: memFree=20236012/32950928 swapFree=61858088/67111528
[pid=32386] ppid=32384 vsize=13627596 CPUtime=1.93 cores=0,2,4,6
/proc/32386/stat : 32386 (java) S 32384 32386 27375 0 -1 4202496 22159 0 1 0 190 3 0 0 25 0 19 0 827435506 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32386/statm: 3406899 19878 2248 9 0 3397633 0
[pid=32386/tid=32387] ppid=32384 vsize=13627596 CPUtime=1.44 cores=0,2,4,6
/proc/32386/task/32387/stat : 32387 (java) R 32384 32386 27375 0 -1 4202560 14937 0 1 0 143 1 0 0 25 0 19 0 827435507 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485794123 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32386/tid=32389] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32389/stat : 32389 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 827435509 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32390] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32390/stat : 32390 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 827435509 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32391] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32391/stat : 32391 (java) S 32384 32386 27375 0 -1 4202560 142 0 0 0 0 0 0 0 16 0 19 0 827435509 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32392] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32392/stat : 32392 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 827435509 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32393] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32393/stat : 32393 (java) S 32384 32386 27375 0 -1 4202560 169 0 0 0 0 0 0 0 16 0 19 0 827435509 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32394] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32394/stat : 32394 (java) S 32384 32386 27375 0 -1 4202560 281 0 0 0 0 0 0 0 16 0 19 0 827435509 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32395] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32395/stat : 32395 (java) S 32384 32386 27375 0 -1 4202560 148 0 0 0 0 0 0 0 16 0 19 0 827435509 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32396] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32396/stat : 32396 (java) S 32384 32386 27375 0 -1 4202560 181 0 0 0 0 0 0 0 16 0 19 0 827435509 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32397] ppid=32384 vsize=13627596 CPUtime=0.02 cores=0,2,4,6
/proc/32386/task/32397/stat : 32397 (java) R 32384 32386 27375 0 -1 4202560 735 0 0 0 2 0 0 0 16 0 19 0 827435510 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 47651214774703 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=32386/tid=32398] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32398/stat : 32398 (java) S 32384 32386 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827435510 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32399] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32399/stat : 32399 (java) S 32384 32386 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827435510 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32400] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32400/stat : 32400 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827435512 13954658304 19878 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485791153 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32401] ppid=32384 vsize=13627596 CPUtime=0.25 cores=0,2,4,6
/proc/32386/task/32401/stat : 32401 (java) S 32384 32386 27375 0 -1 4202560 3119 0 0 0 24 1 0 0 15 0 19 0 827435512 13954658304 19880 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32402] ppid=32384 vsize=13627596 CPUtime=0.17 cores=0,2,4,6
/proc/32386/task/32402/stat : 32402 (java) R 32384 32386 27375 0 -1 4202560 1294 0 0 0 17 0 0 0 15 0 19 0 827435512 13954658304 19880 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 47651215104936 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32386/tid=32403] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32403/stat : 32403 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827435512 13954658304 19880 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32404] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32404/stat : 32404 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827435512 13954658304 19880 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32405] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32405/stat : 32405 (java) S 32384 32386 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827435526 13954658304 19880 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 13627596

[startup+3.10155 s]
/proc/loadavg: 1.99 2.00 1.91 3/510 32405
/proc/meminfo: memFree=20232912/32950928 swapFree=61858088/67111528
[pid=32386] ppid=32384 vsize=13627596 CPUtime=3.55 cores=0,2,4,6
/proc/32386/stat : 32386 (java) S 32384 32386 27375 0 -1 4202496 22822 0 1 0 352 3 0 0 25 0 19 0 827435506 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32386/statm: 3406899 20538 2249 9 0 3397633 0
[pid=32386/tid=32387] ppid=32384 vsize=13627596 CPUtime=2.99 cores=0,2,4,6
/proc/32386/task/32387/stat : 32387 (java) R 32384 32386 27375 0 -1 4202560 14940 0 1 0 298 1 0 0 25 0 19 0 827435507 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 46912505558391 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32386/tid=32389] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32389/stat : 32389 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827435509 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32390] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32390/stat : 32390 (java) S 32384 32386 27375 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 19 0 827435509 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32391] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32391/stat : 32391 (java) S 32384 32386 27375 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 827435509 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32392] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32392/stat : 32392 (java) S 32384 32386 27375 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 827435509 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32393] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32393/stat : 32393 (java) S 32384 32386 27375 0 -1 4202560 170 0 0 0 0 0 0 0 16 0 19 0 827435509 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32394] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32394/stat : 32394 (java) S 32384 32386 27375 0 -1 4202560 281 0 0 0 0 0 0 0 15 0 19 0 827435509 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32395] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32395/stat : 32395 (java) S 32384 32386 27375 0 -1 4202560 254 0 0 0 0 0 0 0 15 0 19 0 827435509 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32396] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32396/stat : 32396 (java) S 32384 32386 27375 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 827435509 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32397] ppid=32384 vsize=13627596 CPUtime=0.07 cores=0,2,4,6
/proc/32386/task/32397/stat : 32397 (java) S 32384 32386 27375 0 -1 4202560 1188 0 0 0 7 0 0 0 16 0 19 0 827435510 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 0 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32398] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32398/stat : 32398 (java) S 32384 32386 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827435510 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32399] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32399/stat : 32399 (java) S 32384 32386 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827435510 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32400] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32400/stat : 32400 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827435512 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485791153 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32401] ppid=32384 vsize=13627596 CPUtime=0.25 cores=0,2,4,6
/proc/32386/task/32401/stat : 32401 (java) S 32384 32386 27375 0 -1 4202560 3119 0 0 0 24 1 0 0 15 0 19 0 827435512 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32402] ppid=32384 vsize=13627596 CPUtime=0.19 cores=0,2,4,6
/proc/32386/task/32402/stat : 32402 (java) S 32384 32386 27375 0 -1 4202560 1301 0 0 0 19 0 0 0 15 0 19 0 827435512 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32403] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32403/stat : 32403 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827435512 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32404] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32404/stat : 32404 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827435512 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32405] ppid=32384 vsize=13627596 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32405/stat : 32405 (java) S 32384 32386 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827435526 13954658304 20538 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 13627596

[startup+6.30093 s]
/proc/loadavg: 1.99 2.00 1.91 3/510 32405
/proc/meminfo: memFree=20230304/32950928 swapFree=61858088/67111528
[pid=32386] ppid=32384 vsize=13626804 CPUtime=6.76 cores=0,2,4,6
/proc/32386/stat : 32386 (java) S 32384 32386 27375 0 -1 4202496 23220 0 1 0 673 3 0 0 25 0 19 0 827435506 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32386/statm: 3406701 20710 2249 9 0 3397435 0
[pid=32386/tid=32387] ppid=32384 vsize=13626804 CPUtime=6.11 cores=0,2,4,6
/proc/32386/task/32387/stat : 32387 (java) R 32384 32386 27375 0 -1 4202560 14947 0 1 0 610 1 0 0 25 0 19 0 827435507 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 46912505536150 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32386/tid=32389] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32389/stat : 32389 (java) S 32384 32386 27375 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 827435509 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32390] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32390/stat : 32390 (java) S 32384 32386 27375 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 19 0 827435509 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32391] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32391/stat : 32391 (java) S 32384 32386 27375 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 827435509 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32392] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32392/stat : 32392 (java) S 32384 32386 27375 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 827435509 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32393] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32393/stat : 32393 (java) S 32384 32386 27375 0 -1 4202560 177 0 0 0 0 0 0 0 16 0 19 0 827435509 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32394] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32394/stat : 32394 (java) S 32384 32386 27375 0 -1 4202560 281 0 0 0 0 0 0 0 16 0 19 0 827435509 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32395] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32395/stat : 32395 (java) S 32384 32386 27375 0 -1 4202560 265 0 0 0 0 0 0 0 16 0 19 0 827435509 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32396] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32396/stat : 32396 (java) S 32384 32386 27375 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 19 0 827435509 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32397] ppid=32384 vsize=13626804 CPUtime=0.14 cores=0,2,4,6
/proc/32386/task/32397/stat : 32397 (java) S 32384 32386 27375 0 -1 4202560 1522 0 0 0 14 0 0 0 16 0 19 0 827435510 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 0 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32398] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32398/stat : 32398 (java) S 32384 32386 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827435510 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32399] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32399/stat : 32399 (java) S 32384 32386 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827435510 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32400] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32400/stat : 32400 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827435512 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485791153 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32401] ppid=32384 vsize=13626804 CPUtime=0.26 cores=0,2,4,6
/proc/32386/task/32401/stat : 32401 (java) S 32384 32386 27375 0 -1 4202560 3119 0 0 0 25 1 0 0 15 0 19 0 827435512 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32402] ppid=32384 vsize=13626804 CPUtime=0.19 cores=0,2,4,6
/proc/32386/task/32402/stat : 32402 (java) S 32384 32386 27375 0 -1 4202560 1301 0 0 0 19 0 0 0 15 0 19 0 827435512 13953847296 20710 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0

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

/proc/32386/task/32389/stat : 32389 (java) S 32384 32386 27375 0 -1 4202560 17 0 0 0 4 0 0 0 15 0 19 0 827435509 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32390] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32390/stat : 32390 (java) S 32384 32386 27375 0 -1 4202560 37 0 0 0 6 0 0 0 15 0 19 0 827435509 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32391] ppid=32384 vsize=13626804 CPUtime=0.05 cores=0,2,4,6
/proc/32386/task/32391/stat : 32391 (java) S 32384 32386 27375 0 -1 4202560 227 0 0 0 5 0 0 0 15 0 19 0 827435509 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32392] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32392/stat : 32392 (java) S 32384 32386 27375 0 -1 4202560 123 0 0 0 6 0 0 0 16 0 19 0 827435509 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32393] ppid=32384 vsize=13626804 CPUtime=0.04 cores=0,2,4,6
/proc/32386/task/32393/stat : 32393 (java) S 32384 32386 27375 0 -1 4202560 187 0 0 0 4 0 0 0 15 0 19 0 827435509 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32394] ppid=32384 vsize=13626804 CPUtime=0.05 cores=0,2,4,6
/proc/32386/task/32394/stat : 32394 (java) S 32384 32386 27375 0 -1 4202560 316 0 0 0 5 0 0 0 16 0 19 0 827435509 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32395] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32395/stat : 32395 (java) S 32384 32386 27375 0 -1 4202560 293 0 0 0 6 0 0 0 15 0 19 0 827435509 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32396] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32396/stat : 32396 (java) S 32384 32386 27375 0 -1 4202560 211 0 0 0 6 0 0 0 15 0 19 0 827435509 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32397] ppid=32384 vsize=13626804 CPUtime=1.9 cores=0,2,4,6
/proc/32386/task/32397/stat : 32397 (java) S 32384 32386 27375 0 -1 4202560 3624 0 0 0 189 1 0 0 16 0 19 0 827435510 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 0 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32398] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32398/stat : 32398 (java) S 32384 32386 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827435510 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32399] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32399/stat : 32399 (java) S 32384 32386 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827435510 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32400] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32400/stat : 32400 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827435512 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485791153 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32401] ppid=32384 vsize=13626804 CPUtime=0.95 cores=0,2,4,6
/proc/32386/task/32401/stat : 32401 (java) S 32384 32386 27375 0 -1 4202560 13170 0 0 0 92 3 0 0 15 0 19 0 827435512 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32402] ppid=32384 vsize=13626804 CPUtime=0.24 cores=0,2,4,6
/proc/32386/task/32402/stat : 32402 (java) S 32384 32386 27375 0 -1 4202560 1303 0 0 0 24 0 0 0 15 0 19 0 827435512 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32403] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32403/stat : 32403 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827435512 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32404] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32404/stat : 32404 (java) S 32384 32386 27375 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827435512 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32405] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32405/stat : 32405 (java) S 32384 32386 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827435526 13953847296 26815 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 70.16
Current children cumulated vsize (KiB) 13626804

[startup+69.5009 s]
/proc/loadavg: 1.99 2.00 1.91 3/510 32407
/proc/meminfo: memFree=20188212/32950928 swapFree=61858088/67111528
[pid=32386] ppid=32384 vsize=13626804 CPUtime=70.96 cores=0,2,4,6
/proc/32386/stat : 32386 (java) S 32384 32386 27375 0 -1 4202496 35719 0 1 0 7088 8 0 0 25 0 19 0 827435506 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32386/statm: 3406701 26827 2250 9 0 3397435 0
[pid=32386/tid=32387] ppid=32384 vsize=13626804 CPUtime=67.34 cores=0,2,4,6
/proc/32386/task/32387/stat : 32387 (java) R 32384 32386 27375 0 -1 4202560 15045 0 1 0 6732 2 0 0 25 0 19 0 827435507 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 46912505564672 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32386/tid=32389] ppid=32384 vsize=13626804 CPUtime=0.04 cores=0,2,4,6
/proc/32386/task/32389/stat : 32389 (java) S 32384 32386 27375 0 -1 4202560 17 0 0 0 4 0 0 0 15 0 19 0 827435509 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32390] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32390/stat : 32390 (java) S 32384 32386 27375 0 -1 4202560 37 0 0 0 6 0 0 0 15 0 19 0 827435509 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32391] ppid=32384 vsize=13626804 CPUtime=0.05 cores=0,2,4,6
/proc/32386/task/32391/stat : 32391 (java) S 32384 32386 27375 0 -1 4202560 227 0 0 0 5 0 0 0 15 0 19 0 827435509 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32392] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32392/stat : 32392 (java) S 32384 32386 27375 0 -1 4202560 123 0 0 0 6 0 0 0 15 0 19 0 827435509 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32393] ppid=32384 vsize=13626804 CPUtime=0.04 cores=0,2,4,6
/proc/32386/task/32393/stat : 32393 (java) S 32384 32386 27375 0 -1 4202560 187 0 0 0 4 0 0 0 15 0 19 0 827435509 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32394] ppid=32384 vsize=13626804 CPUtime=0.05 cores=0,2,4,6
/proc/32386/task/32394/stat : 32394 (java) S 32384 32386 27375 0 -1 4202560 316 0 0 0 5 0 0 0 15 0 19 0 827435509 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32395] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32395/stat : 32395 (java) S 32384 32386 27375 0 -1 4202560 304 0 0 0 6 0 0 0 16 0 19 0 827435509 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32396] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32396/stat : 32396 (java) S 32384 32386 27375 0 -1 4202560 211 0 0 0 6 0 0 0 15 0 19 0 827435509 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32397] ppid=32384 vsize=13626804 CPUtime=1.92 cores=0,2,4,6
/proc/32386/task/32397/stat : 32397 (java) S 32384 32386 27375 0 -1 4202560 3625 0 0 0 191 1 0 0 16 0 19 0 827435510 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 0 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32398] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32398/stat : 32398 (java) S 32384 32386 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827435510 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32399] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32399/stat : 32399 (java) S 32384 32386 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827435510 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32400] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32400/stat : 32400 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827435512 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485791153 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32401] ppid=32384 vsize=13626804 CPUtime=0.95 cores=0,2,4,6
/proc/32386/task/32401/stat : 32401 (java) S 32384 32386 27375 0 -1 4202560 13170 0 0 0 92 3 0 0 15 0 19 0 827435512 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32402] ppid=32384 vsize=13626804 CPUtime=0.24 cores=0,2,4,6
/proc/32386/task/32402/stat : 32402 (java) S 32384 32386 27375 0 -1 4202560 1303 0 0 0 24 0 0 0 15 0 19 0 827435512 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32403] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32403/stat : 32403 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827435512 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32404] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32404/stat : 32404 (java) S 32384 32386 27375 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827435512 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32405] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32405/stat : 32405 (java) S 32384 32386 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827435526 13953847296 26827 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 70.96
Current children cumulated vsize (KiB) 13626804

[startup+69.9008 s]
/proc/loadavg: 1.99 2.00 1.91 3/510 32407
/proc/meminfo: memFree=20188212/32950928 swapFree=61858088/67111528
[pid=32386] ppid=32384 vsize=13626804 CPUtime=71.36 cores=0,2,4,6
/proc/32386/stat : 32386 (java) S 32384 32386 27375 0 -1 4202496 35754 0 1 0 7128 8 0 0 25 0 19 0 827435506 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32386/statm: 3406701 26861 2250 9 0 3397435 0
[pid=32386/tid=32387] ppid=32384 vsize=13626804 CPUtime=67.72 cores=0,2,4,6
/proc/32386/task/32387/stat : 32387 (java) R 32384 32386 27375 0 -1 4202560 15046 0 1 0 6770 2 0 0 25 0 19 0 827435507 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 46912505547387 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32386/tid=32389] ppid=32384 vsize=13626804 CPUtime=0.04 cores=0,2,4,6
/proc/32386/task/32389/stat : 32389 (java) S 32384 32386 27375 0 -1 4202560 17 0 0 0 4 0 0 0 15 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32390] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32390/stat : 32390 (java) S 32384 32386 27375 0 -1 4202560 37 0 0 0 6 0 0 0 15 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32391] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32391/stat : 32391 (java) S 32384 32386 27375 0 -1 4202560 227 0 0 0 6 0 0 0 16 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32392] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32392/stat : 32392 (java) S 32384 32386 27375 0 -1 4202560 123 0 0 0 6 0 0 0 15 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32393] ppid=32384 vsize=13626804 CPUtime=0.04 cores=0,2,4,6
/proc/32386/task/32393/stat : 32393 (java) S 32384 32386 27375 0 -1 4202560 188 0 0 0 4 0 0 0 15 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32394] ppid=32384 vsize=13626804 CPUtime=0.05 cores=0,2,4,6
/proc/32386/task/32394/stat : 32394 (java) S 32384 32386 27375 0 -1 4202560 316 0 0 0 5 0 0 0 15 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32395] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32395/stat : 32395 (java) S 32384 32386 27375 0 -1 4202560 304 0 0 0 6 0 0 0 15 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32396] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32396/stat : 32396 (java) S 32384 32386 27375 0 -1 4202560 211 0 0 0 6 0 0 0 16 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32397] ppid=32384 vsize=13626804 CPUtime=1.94 cores=0,2,4,6
/proc/32386/task/32397/stat : 32397 (java) S 32384 32386 27375 0 -1 4202560 3658 0 0 0 193 1 0 0 16 0 19 0 827435510 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 0 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32398] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32398/stat : 32398 (java) S 32384 32386 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827435510 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32399] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32399/stat : 32399 (java) S 32384 32386 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827435510 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32400] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32400/stat : 32400 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827435512 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485791153 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32401] ppid=32384 vsize=13626804 CPUtime=0.95 cores=0,2,4,6
/proc/32386/task/32401/stat : 32401 (java) S 32384 32386 27375 0 -1 4202560 13170 0 0 0 92 3 0 0 15 0 19 0 827435512 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32402] ppid=32384 vsize=13626804 CPUtime=0.24 cores=0,2,4,6
/proc/32386/task/32402/stat : 32402 (java) S 32384 32386 27375 0 -1 4202560 1303 0 0 0 24 0 0 0 15 0 19 0 827435512 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32403] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32403/stat : 32403 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827435512 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32404] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32404/stat : 32404 (java) S 32384 32386 27375 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827435512 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32405] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32405/stat : 32405 (java) S 32384 32386 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827435526 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 71.36
Current children cumulated vsize (KiB) 13626804

[startup+70.3007 s]
/proc/loadavg: 1.99 2.00 1.91 3/510 32407
/proc/meminfo: memFree=20188088/32950928 swapFree=61858088/67111528
[pid=32386] ppid=32384 vsize=13626804 CPUtime=71.78 cores=0,2,4,6
/proc/32386/stat : 32386 (java) S 32384 32386 27375 0 -1 4202496 35755 0 1 0 7170 8 0 0 25 0 19 0 827435506 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32386/statm: 3406701 26861 2250 9 0 3397435 0
[pid=32386/tid=32387] ppid=32384 vsize=13626804 CPUtime=68.13 cores=0,2,4,6
/proc/32386/task/32387/stat : 32387 (java) R 32384 32386 27375 0 -1 4202560 15046 0 1 0 6811 2 0 0 25 0 19 0 827435507 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 46912505760540 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32386/tid=32389] ppid=32384 vsize=13626804 CPUtime=0.04 cores=0,2,4,6
/proc/32386/task/32389/stat : 32389 (java) S 32384 32386 27375 0 -1 4202560 17 0 0 0 4 0 0 0 15 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32390] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32390/stat : 32390 (java) S 32384 32386 27375 0 -1 4202560 37 0 0 0 6 0 0 0 15 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32391] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32391/stat : 32391 (java) S 32384 32386 27375 0 -1 4202560 227 0 0 0 6 0 0 0 16 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32392] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32392/stat : 32392 (java) S 32384 32386 27375 0 -1 4202560 123 0 0 0 6 0 0 0 15 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32393] ppid=32384 vsize=13626804 CPUtime=0.04 cores=0,2,4,6
/proc/32386/task/32393/stat : 32393 (java) S 32384 32386 27375 0 -1 4202560 188 0 0 0 4 0 0 0 15 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32394] ppid=32384 vsize=13626804 CPUtime=0.05 cores=0,2,4,6
/proc/32386/task/32394/stat : 32394 (java) S 32384 32386 27375 0 -1 4202560 316 0 0 0 5 0 0 0 15 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32395] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32395/stat : 32395 (java) S 32384 32386 27375 0 -1 4202560 304 0 0 0 6 0 0 0 15 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32396] ppid=32384 vsize=13626804 CPUtime=0.06 cores=0,2,4,6
/proc/32386/task/32396/stat : 32396 (java) S 32384 32386 27375 0 -1 4202560 211 0 0 0 6 0 0 0 16 0 19 0 827435509 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32397] ppid=32384 vsize=13626804 CPUtime=1.94 cores=0,2,4,6
/proc/32386/task/32397/stat : 32397 (java) S 32384 32386 27375 0 -1 4202560 3658 0 0 0 193 1 0 0 16 0 19 0 827435510 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 0 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32398] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32398/stat : 32398 (java) S 32384 32386 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827435510 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32399] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32399/stat : 32399 (java) S 32384 32386 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827435510 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32400] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32400/stat : 32400 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827435512 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485791153 0 4 0 16800975 18446604453577212224 0 0 -1 6 0 0 0
[pid=32386/tid=32401] ppid=32384 vsize=13626804 CPUtime=0.95 cores=0,2,4,6
/proc/32386/task/32401/stat : 32401 (java) S 32384 32386 27375 0 -1 4202560 13171 0 0 0 92 3 0 0 15 0 19 0 827435512 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 4 0 0 0
[pid=32386/tid=32402] ppid=32384 vsize=13626804 CPUtime=0.24 cores=0,2,4,6
/proc/32386/task/32402/stat : 32402 (java) S 32384 32386 27375 0 -1 4202560 1303 0 0 0 24 0 0 0 15 0 19 0 827435512 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32403] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32403/stat : 32403 (java) S 32384 32386 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827435512 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485783449 0 4 0 16800975 18446604453577212224 0 0 -1 2 0 0 0
[pid=32386/tid=32404] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32404/stat : 32404 (java) S 32384 32386 27375 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827435512 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
[pid=32386/tid=32405] ppid=32384 vsize=13626804 CPUtime=0 cores=0,2,4,6
/proc/32386/task/32405/stat : 32405 (java) S 32384 32386 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827435526 13953847296 26861 33554432000 1073741824 1073778376 140733660478064 18446744073709551615 274485784064 0 4 0 16800975 18446604453577212224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 71.78
Current children cumulated vsize (KiB) 13626804

Child status: 30
Real time (s): 70.3513
CPU time (s): 71.8231
CPU user time (s): 71.7361
CPU system time (s): 0.086986
CPU usage (%): 102.092
Max. virtual memory (cumulated for all children) (KiB): 13627596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.7361
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35781
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= 4501
involuntary context switches= 2113

runsolver used 0.351946 second user time and 0.760884 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 05:32:38
IDJOB=3458200
IDBENCH=48020
IDSOLVER=1952
FILE ID=node125/3458200-1307158358
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=89-P1=181-P2=233-P3=19-P4=167-P5=113-P6=191-P7=61-P8=59-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458200-1307158358/watcher-3458200-1307158358 -o /tmp/evaluation-result-3458200-1307158358/solver-3458200-1307158358 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458200-1307158358.opb

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

MD5SUM BENCH= a6d214cc283b484f5cca285d86c4d8bb
RANDOM SEED=1898822151

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:      20307532 kB
Buffers:        352308 kB
Cached:        3496384 kB
SwapCached:       3616 kB
Active:        8935564 kB
Inactive:      3363008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20307532 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:            1124 kB
Writeback:           0 kB
AnonPages:     8448112 kB
Mapped:          42340 kB
Slab:           214880 kB
PageTables:      61984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143446848 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:33:49