Trace number 3458239

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.0OPT2 74.7266 73.2723

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-B.opb
MD5SUM10ec6ab90ad015d6fa7b4d2290470901
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark8.43172
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
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.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3458239-1307158429.opb
0.00/0.11	c reading problem ... 
0.12/0.19	c ... done. Wall clock time 0.079s.
0.12/0.19	c #vars     704
0.12/0.19	c #constraints  1049
0.12/0.19	c constraints type 
0.12/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.12/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.93/0.64	c cleaning 2501 clauses out of 5001 with flag 5001/5001
1.36/1.07	c cleaning 4248 clauses out of 8500 with flag 11001/11001
2.00/1.61	c cleaning 5620 clauses out of 11252 with flag 18001/18001
2.62/2.25	c cleaning 6815 clauses out of 13631 with flag 26000/26000
3.32/2.98	c cleaning 7904 clauses out of 15816 with flag 35000/35000
4.02/3.66	c cleaning 8954 clauses out of 17912 with flag 45000/45000
4.72/4.38	c cleaning 9466 clauses out of 18959 with flag 55001/55001
5.03/4.67	c SATISFIABLE
5.03/4.67	c OPTIMIZING...
5.03/4.67	c Got one! Elapsed wall clock time (in seconds):4.56
5.03/4.67	o 129
5.13/4.76	c cleaning 7343 clauses out of 14704 with flag 1001/60212
5.53/5.12	c cleaning 6663 clauses out of 13360 with flag 7000/66211
5.95/5.57	c cleaning 6840 clauses out of 13698 with flag 14001/73212
6.43/6.05	c cleaning 7425 clauses out of 14857 with flag 22000/81211
7.05/6.63	c cleaning 8214 clauses out of 16432 with flag 31000/90211
7.74/7.34	c cleaning 9099 clauses out of 18218 with flag 41000/100211
8.44/8.01	c cleaning 9551 clauses out of 19119 with flag 51000/110211
9.27/8.84	c cleaning 9773 clauses out of 19568 with flag 61000/120211
10.43/9.75	c cleaning 9886 clauses out of 19796 with flag 71001/130212
11.55/10.42	c cleaning 9942 clauses out of 19909 with flag 81000/140211
12.56/11.48	c cleaning 9972 clauses out of 19967 with flag 91000/150211
13.56/12.49	c cleaning 9991 clauses out of 19995 with flag 101000/160211
14.16/13.08	c cleaning 9987 clauses out of 20004 with flag 111000/170211
14.86/13.73	c cleaning 10002 clauses out of 20017 with flag 121000/180211
15.59/14.44	c cleaning 9991 clauses out of 20015 with flag 131000/190211
16.27/15.14	c cleaning 10005 clauses out of 20025 with flag 141001/200212
17.08/15.93	c cleaning 9996 clauses out of 20019 with flag 151000/210211
17.80/16.67	c cleaning 10006 clauses out of 20023 with flag 161000/220211
18.38/17.25	c cleaning 9992 clauses out of 20018 with flag 171001/230212
19.18/18.06	c cleaning 10003 clauses out of 20025 with flag 181000/240211
20.10/18.91	c cleaning 9998 clauses out of 20022 with flag 191000/250211
20.80/19.64	c cleaning 9999 clauses out of 20024 with flag 201000/260211
21.50/20.30	c cleaning 10010 clauses out of 20025 with flag 211000/270211
21.70/20.58	c Got one! Elapsed wall clock time (in seconds):20.476
21.70/20.58	o 99
21.80/20.67	c cleaning 7807 clauses out of 15635 with flag 1001/275831
22.30/21.12	c cleaning 6896 clauses out of 13827 with flag 7000/281830
22.70/21.54	c cleaning 6950 clauses out of 13932 with flag 14001/288831
23.11/21.99	c cleaning 7475 clauses out of 14981 with flag 22000/296830
23.84/22.63	c cleaning 8242 clauses out of 16507 with flag 31001/305831
24.46/23.24	c cleaning 9115 clauses out of 18265 with flag 41001/315831
25.04/23.85	c cleaning 9572 clauses out of 19150 with flag 51001/325831
25.25/24.02	c Got one! Elapsed wall clock time (in seconds):23.914
25.25/24.02	o 55
25.35/24.19	c cleaning 7769 clauses out of 15574 with flag 3001/331827
25.75/24.55	c cleaning 6881 clauses out of 13804 with flag 9000/337826
26.15/24.97	c cleaning 6944 clauses out of 13924 with flag 16001/344827
26.67/25.48	c cleaning 7478 clauses out of 14979 with flag 24000/352826
27.05/25.86	c Got one! Elapsed wall clock time (in seconds):25.75
27.05/25.86	o 13
27.35/26.14	c cleaning 9287 clauses out of 18597 with flag 5000/363922
27.77/26.52	c cleaning 7631 clauses out of 15310 with flag 11000/369922
28.15/26.96	c cleaning 7313 clauses out of 14680 with flag 18001/376923
28.87/27.65	c cleaning 7665 clauses out of 15367 with flag 26001/384923
29.56/28.30	c cleaning 8329 clauses out of 16702 with flag 35001/393923
30.26/29.06	c cleaning 9182 clauses out of 18372 with flag 45000/403922
31.26/30.00	c cleaning 9587 clauses out of 19192 with flag 55002/413924
31.86/30.69	c cleaning 9791 clauses out of 19603 with flag 65000/423922
32.56/31.35	c cleaning 9888 clauses out of 19813 with flag 75001/433923
33.36/32.19	c cleaning 9954 clauses out of 19926 with flag 85002/443924
34.67/33.49	c cleaning 9974 clauses out of 19970 with flag 95000/453922
35.87/34.63	c cleaning 9995 clauses out of 19997 with flag 105001/463923
36.97/35.75	c cleaning 9998 clauses out of 20001 with flag 115000/473922
37.59/36.32	c cleaning 9990 clauses out of 20005 with flag 125002/483924
38.18/36.98	c cleaning 10002 clauses out of 20014 with flag 135001/493923
39.29/38.01	c cleaning 10001 clauses out of 20011 with flag 145000/503922
40.39/39.14	c cleaning 10000 clauses out of 20011 with flag 155001/513923
41.49/40.23	c cleaning 9998 clauses out of 20010 with flag 165000/523922
42.60/41.35	c cleaning 10005 clauses out of 20014 with flag 175002/533924
43.40/42.10	c cleaning 9997 clauses out of 20007 with flag 185000/543922
44.10/42.91	c cleaning 9998 clauses out of 20011 with flag 195001/553923
45.10/43.87	c cleaning 9989 clauses out of 20012 with flag 205000/563922
46.01/44.74	c cleaning 10000 clauses out of 20023 with flag 215000/573922
47.01/45.70	c cleaning 9998 clauses out of 20027 with flag 225004/583926
47.91/46.65	c cleaning 10000 clauses out of 20026 with flag 235001/593923
48.93/47.63	c cleaning 10010 clauses out of 20025 with flag 245000/603922
49.85/48.53	c cleaning 10005 clauses out of 20017 with flag 255002/613924
50.64/49.37	c cleaning 9998 clauses out of 20010 with flag 265000/623922
51.14/49.88	c Got one! Elapsed wall clock time (in seconds):49.775
51.14/49.88	o 3
51.64/50.31	c cleaning 10659 clauses out of 21339 with flag 5001/635249
51.96/50.67	c cleaning 8321 clauses out of 16679 with flag 11000/641248
52.44/51.19	c cleaning 7671 clauses out of 15358 with flag 18000/648248
53.35/52.02	c cleaning 7843 clauses out of 15689 with flag 26002/656250
54.05/52.77	c cleaning 8414 clauses out of 16845 with flag 35001/665249
54.75/53.41	c cleaning 9209 clauses out of 18430 with flag 45000/675248
55.45/54.19	c cleaning 9607 clauses out of 19221 with flag 55000/685248
56.26/54.95	c cleaning 9803 clauses out of 19615 with flag 65001/695249
57.06/55.75	c cleaning 9905 clauses out of 19812 with flag 75001/705249
57.86/56.50	c cleaning 9951 clauses out of 19906 with flag 85000/715248
58.61/57.29	c cleaning 9968 clauses out of 19957 with flag 95002/725250
59.72/58.35	c cleaning 9984 clauses out of 19987 with flag 105000/735248
60.40/59.10	c cleaning 9988 clauses out of 20003 with flag 115000/745248
61.11/59.75	c cleaning 9994 clauses out of 20016 with flag 125001/755249
61.81/60.43	c cleaning 9994 clauses out of 20021 with flag 135000/765248
62.41/61.04	c cleaning 9998 clauses out of 20027 with flag 145000/775248
63.13/61.75	c cleaning 9992 clauses out of 20029 with flag 155000/785248
63.91/62.52	c cleaning 9996 clauses out of 20037 with flag 165000/795248
64.72/63.31	c cleaning 10003 clauses out of 20043 with flag 175002/805250
65.82/64.42	c cleaning 10000 clauses out of 20038 with flag 185000/815248
66.82/65.45	c cleaning 10000 clauses out of 20038 with flag 195000/825248
68.03/66.66	c cleaning 10000 clauses out of 20038 with flag 205000/835248
69.03/67.60	c cleaning 10001 clauses out of 20038 with flag 215000/845248
69.93/68.56	c cleaning 10002 clauses out of 20037 with flag 225000/855248
71.03/69.66	c cleaning 10003 clauses out of 20035 with flag 235000/865248
71.95/70.56	c cleaning 10000 clauses out of 20033 with flag 245001/875249
73.05/71.64	c cleaning 10002 clauses out of 20033 with flag 255001/885249
74.05/72.66	c cleaning 10000 clauses out of 20032 with flag 265002/895250
74.64/73.25	c Got one! Elapsed wall clock time (in seconds):73.141
74.64/73.25	o 2
74.64/73.26	c starts		: 183
74.64/73.26	c conflicts		: 902175
74.64/73.26	c decisions		: 953853
74.64/73.26	c propagations		: 17893125
74.64/73.26	c inspects		: 537864118
74.64/73.26	c shortcuts		: 0
74.64/73.26	c learnt literals	: 0
74.64/73.26	c learnt binary clauses	: 10
74.64/73.26	c learnt ternary clauses	: 35
74.64/73.26	c learnt constraints	: 902175
74.64/73.26	c ignored constraints	: 0
74.64/73.26	c root simplifications	: 0
74.64/73.26	c removed literals (reason simplification)	: 24550000
74.64/73.26	c reason swapping (by a shorter reason)	: 0
74.64/73.26	c Calls to reduceDB	: 97
74.64/73.26	c number of reductions to clauses (during analyze)	: 0
74.64/73.26	c number of learned constraints concerned by reduction	: 0
74.64/73.26	c number of learning phase by resolution	: 0
74.64/73.26	c number of learning phase by cutting planes	: 0
74.64/73.26	c speed (assignments/second)	: 1.6266477272727273E9
74.64/73.26	c non guided choices	8272
74.64/73.26	c learnt constraints type 
74.64/73.26	c constraints type 
74.64/73.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
74.64/73.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
74.64/73.26	s OPTIMUM FOUND
74.64/73.26	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 
74.64/73.26	c objective function=2
74.64/73.26	c Total wall clock time (in seconds): 73.154

Verifier Data

OK	2

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-3458239-1307158429/watcher-3458239-1307158429 -o /tmp/evaluation-result-3458239-1307158429/solver-3458239-1307158429 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458239-1307158429.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 32480
/proc/meminfo: memFree=20290368/32950928 swapFree=61858088/67111528
[pid=32480] ppid=32478 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32478 32480 27375 0 -1 4202496 6969 0 1 0 0 0 0 0 25 0 2 0 827442598 13850947584 6671 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/32480/statm: 3381579 6684 917 9 0 3372735 0
[pid=32480/tid=32481] ppid=32478 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32481/stat : 32481 (java) R 32478 32480 27375 0 -1 4202560 6059 0 1 0 0 0 0 0 25 0 2 0 827442599 13850947584 6875 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.113564 s]
/proc/loadavg: 1.99 2.00 1.91 3/491 32480
/proc/meminfo: memFree=20290368/32950928 swapFree=61858088/67111528
[pid=32480] ppid=32478 vsize=13621940 CPUtime=0.12 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32478 32480 27375 0 -1 4202496 15788 0 1 0 10 2 0 0 25 0 18 0 827442598 13948866560 15457 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32480/statm: 3405485 15457 2125 9 0 3396219 0
[pid=32480/tid=32481] ppid=32478 vsize=13621940 CPUtime=0.1 cores=0,2,4,6
/proc/32480/task/32481/stat : 32481 (java) R 32478 32480 27375 0 -1 4202560 13746 0 1 0 8 2 0 0 25 0 18 0 827442599 13948866560 15457 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 47421959199607 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13621940

[startup+0.20655 s]
/proc/loadavg: 1.99 2.00 1.91 3/491 32480
/proc/meminfo: memFree=20290368/32950928 swapFree=61858088/67111528
[pid=32480] ppid=32478 vsize=13622968 CPUtime=0.27 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32478 32480 27375 0 -1 4202496 16659 0 1 0 25 2 0 0 25 0 19 0 827442598 13949919232 16250 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32480/statm: 3405742 16250 2191 9 0 3396476 0
[pid=32480/tid=32481] ppid=32478 vsize=13622968 CPUtime=0.19 cores=0,2,4,6
/proc/32480/task/32481/stat : 32481 (java) R 32478 32480 27375 0 -1 4202560 14297 0 1 0 17 2 0 0 25 0 19 0 827442599 13949919232 16250 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 46912505217103 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13622968

[startup+0.300531 s]
/proc/loadavg: 1.99 2.00 1.91 3/491 32480
/proc/meminfo: memFree=20290368/32950928 swapFree=61858088/67111528
[pid=32480] ppid=32478 vsize=13625440 CPUtime=0.54 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32478 32480 27375 0 -1 4202496 19045 0 1 0 52 2 0 0 25 0 19 0 827442598 13952450560 17543 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32480/statm: 3406360 17543 2216 9 0 3397094 0
[pid=32480/tid=32481] ppid=32478 vsize=13625440 CPUtime=0.28 cores=0,2,4,6
/proc/32480/task/32481/stat : 32481 (java) R 32478 32480 27375 0 -1 4202560 14357 0 1 0 26 2 0 0 25 0 19 0 827442599 13952450560 17543 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 46912505564763 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13625440

[startup+0.70051 s]
/proc/loadavg: 1.99 2.00 1.91 3/491 32480
/proc/meminfo: memFree=20290368/32950928 swapFree=61858088/67111528
[pid=32480] ppid=32478 vsize=13625660 CPUtime=1.06 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32478 32480 27375 0 -1 4202496 20688 0 1 0 104 2 0 0 25 0 19 0 827442598 13952675840 18970 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32480/statm: 3406415 18970 2248 9 0 3397149 0
[pid=32480/tid=32481] ppid=32478 vsize=13625660 CPUtime=0.67 cores=0,2,4,6
/proc/32480/task/32481/stat : 32481 (java) R 32478 32480 27375 0 -1 4202560 14880 0 1 0 65 2 0 0 25 0 19 0 827442599 13952675840 18970 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 46912505536480 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 13625660

[startup+1.50143 s]
/proc/loadavg: 1.99 2.00 1.91 3/510 32499
/proc/meminfo: memFree=20218864/32950928 swapFree=61858088/67111528
[pid=32480] ppid=32478 vsize=13625660 CPUtime=1.9 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32478 32480 27375 0 -1 4202496 21463 0 1 0 187 3 0 0 25 0 19 0 827442598 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32480/statm: 3406415 19744 2248 9 0 3397149 0
[pid=32480/tid=32481] ppid=32478 vsize=13625660 CPUtime=1.45 cores=0,2,4,6
/proc/32480/task/32481/stat : 32481 (java) R 32478 32480 27375 0 -1 4202560 14881 0 1 0 143 2 0 0 18 0 19 0 827442599 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 46912505536922 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32480/tid=32483] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32483/stat : 32483 (java) S 32478 32480 27375 0 -1 4202560 142 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32484] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32484/stat : 32484 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32485] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32485/stat : 32485 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32486] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32486/stat : 32486 (java) S 32478 32480 27375 0 -1 4202560 152 0 0 0 0 0 0 0 16 0 19 0 827442601 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32487] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32487/stat : 32487 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32488] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32488/stat : 32488 (java) S 32478 32480 27375 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32489] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32489/stat : 32489 (java) S 32478 32480 27375 0 -1 4202560 243 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32490] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32490/stat : 32490 (java) S 32478 32480 27375 0 -1 4202560 265 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32491] ppid=32478 vsize=13625660 CPUtime=0.02 cores=0,2,4,6
/proc/32480/task/32491/stat : 32491 (java) S 32478 32480 27375 0 -1 4202560 769 0 0 0 2 0 0 0 16 0 19 0 827442602 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 0 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32492] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32492/stat : 32492 (java) S 32478 32480 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827442602 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32493] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32493/stat : 32493 (java) S 32478 32480 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827442602 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32494] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32494/stat : 32494 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827442604 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485791153 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32495] ppid=32478 vsize=13625660 CPUtime=0.23 cores=0,2,4,6
/proc/32480/task/32495/stat : 32495 (java) S 32478 32480 27375 0 -1 4202560 1805 0 0 0 23 0 0 0 16 0 19 0 827442604 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32496] ppid=32478 vsize=13625660 CPUtime=0.15 cores=0,2,4,6
/proc/32480/task/32496/stat : 32496 (java) S 32478 32480 27375 0 -1 4202560 1967 0 0 0 15 0 0 0 19 0 19 0 827442604 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32497] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32497/stat : 32497 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827442604 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32498] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32498/stat : 32498 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827442604 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32499] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32499/stat : 32499 (java) S 32478 32480 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827442618 13952675840 19744 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13625660

[startup+3.10115 s]
/proc/loadavg: 1.99 2.00 1.91 3/510 32499
/proc/meminfo: memFree=20216992/32950928 swapFree=61858088/67111528
[pid=32480] ppid=32478 vsize=13625660 CPUtime=3.52 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32478 32480 27375 0 -1 4202496 22454 0 1 0 349 3 0 0 25 0 19 0 827442598 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32480/statm: 3406415 20647 2249 9 0 3397149 0
[pid=32480/tid=32481] ppid=32478 vsize=13625660 CPUtime=3 cores=0,2,4,6
/proc/32480/task/32481/stat : 32481 (java) R 32478 32480 27375 0 -1 4202560 14884 0 1 0 298 2 0 0 20 0 19 0 827442599 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 46912505519853 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32480/tid=32483] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32483/stat : 32483 (java) S 32478 32480 27375 0 -1 4202560 175 0 0 0 0 0 0 0 16 0 19 0 827442601 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32484] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32484/stat : 32484 (java) S 32478 32480 27375 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32485] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32485/stat : 32485 (java) S 32478 32480 27375 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32486] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32486/stat : 32486 (java) S 32478 32480 27375 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32487] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32487/stat : 32487 (java) S 32478 32480 27375 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32488] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32488/stat : 32488 (java) S 32478 32480 27375 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32489] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32489/stat : 32489 (java) S 32478 32480 27375 0 -1 4202560 346 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32490] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32490/stat : 32490 (java) S 32478 32480 27375 0 -1 4202560 265 0 0 0 0 0 0 0 15 0 19 0 827442601 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32491] ppid=32478 vsize=13625660 CPUtime=0.07 cores=0,2,4,6
/proc/32480/task/32491/stat : 32491 (java) S 32478 32480 27375 0 -1 4202560 1309 0 0 0 7 0 0 0 16 0 19 0 827442602 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 0 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32492] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32492/stat : 32492 (java) S 32478 32480 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827442602 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32493] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32493/stat : 32493 (java) S 32478 32480 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827442602 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32494] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32494/stat : 32494 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827442604 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485791153 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32495] ppid=32478 vsize=13625660 CPUtime=0.24 cores=0,2,4,6
/proc/32480/task/32495/stat : 32495 (java) S 32478 32480 27375 0 -1 4202560 1805 0 0 0 24 0 0 0 15 0 19 0 827442604 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32496] ppid=32478 vsize=13625660 CPUtime=0.17 cores=0,2,4,6
/proc/32480/task/32496/stat : 32496 (java) S 32478 32480 27375 0 -1 4202560 2058 0 0 0 17 0 0 0 15 0 19 0 827442604 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32497] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32497/stat : 32497 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827442604 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32498] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32498/stat : 32498 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827442604 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32499] ppid=32478 vsize=13625660 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32499/stat : 32499 (java) S 32478 32480 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827442618 13952675840 20647 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 13625660

[startup+6.30147 s]
/proc/loadavg: 1.99 2.00 1.91 3/510 32499
/proc/meminfo: memFree=20212032/32950928 swapFree=61858088/67111528
[pid=32480] ppid=32478 vsize=13625128 CPUtime=6.74 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32478 32480 27375 0 -1 4202496 22942 0 1 0 671 3 0 0 25 0 19 0 827442598 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32480/statm: 3406282 20896 2249 9 0 3397016 0
[pid=32480/tid=32481] ppid=32478 vsize=13625128 CPUtime=6.09 cores=0,2,4,6
/proc/32480/task/32481/stat : 32481 (java) R 32478 32480 27375 0 -1 4202560 14898 0 1 0 607 2 0 0 25 0 19 0 827442599 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 46912505590716 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32480/tid=32483] ppid=32478 vsize=13625128 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32483/stat : 32483 (java) S 32478 32480 27375 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 827442601 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32484] ppid=32478 vsize=13625128 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32484/stat : 32484 (java) S 32478 32480 27375 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 827442601 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32485] ppid=32478 vsize=13625128 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32485/stat : 32485 (java) S 32478 32480 27375 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 19 0 827442601 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32486] ppid=32478 vsize=13625128 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32486/stat : 32486 (java) S 32478 32480 27375 0 -1 4202560 212 0 0 0 0 0 0 0 15 0 19 0 827442601 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32487] ppid=32478 vsize=13625128 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32487/stat : 32487 (java) S 32478 32480 27375 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 827442601 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32488] ppid=32478 vsize=13625128 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32488/stat : 32488 (java) S 32478 32480 27375 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 827442601 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32489] ppid=32478 vsize=13625128 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32489/stat : 32489 (java) S 32478 32480 27375 0 -1 4202560 346 0 0 0 0 0 0 0 15 0 19 0 827442601 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32490] ppid=32478 vsize=13625128 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32490/stat : 32490 (java) S 32478 32480 27375 0 -1 4202560 268 0 0 0 0 0 0 0 15 0 19 0 827442601 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32491] ppid=32478 vsize=13625128 CPUtime=0.17 cores=0,2,4,6
/proc/32480/task/32491/stat : 32491 (java) S 32478 32480 27375 0 -1 4202560 1772 0 0 0 17 0 0 0 16 0 19 0 827442602 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 0 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32492] ppid=32478 vsize=13625128 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32492/stat : 32492 (java) S 32478 32480 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827442602 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32493] ppid=32478 vsize=13625128 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32493/stat : 32493 (java) S 32478 32480 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827442602 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32494] ppid=32478 vsize=13625128 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32494/stat : 32494 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827442604 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485791153 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32495] ppid=32478 vsize=13625128 CPUtime=0.24 cores=0,2,4,6
/proc/32480/task/32495/stat : 32495 (java) S 32478 32480 27375 0 -1 4202560 1805 0 0 0 24 0 0 0 15 0 19 0 827442604 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32496] ppid=32478 vsize=13625128 CPUtime=0.17 cores=0,2,4,6
/proc/32480/task/32496/stat : 32496 (java) S 32478 32480 27375 0 -1 4202560 2058 0 0 0 17 0 0 0 15 0 19 0 827442604 13952131072 20896 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0

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

/proc/32480/task/32483/stat : 32483 (java) S 32478 32480 27375 0 -1 4202560 184 0 0 0 4 0 0 0 15 0 19 0 827442601 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32484] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32484/stat : 32484 (java) S 32478 32480 27375 0 -1 4202560 34 0 0 0 6 0 0 0 15 0 19 0 827442601 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32485] ppid=32478 vsize=13637328 CPUtime=0.05 cores=0,2,4,6
/proc/32480/task/32485/stat : 32485 (java) S 32478 32480 27375 0 -1 4202560 52 0 0 0 5 0 0 0 15 0 19 0 827442601 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32486] ppid=32478 vsize=13637328 CPUtime=0.05 cores=0,2,4,6
/proc/32480/task/32486/stat : 32486 (java) S 32478 32480 27375 0 -1 4202560 222 0 0 0 5 0 0 0 15 0 19 0 827442601 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32487] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32487/stat : 32487 (java) S 32478 32480 27375 0 -1 4202560 62 0 0 0 6 0 0 0 15 0 19 0 827442601 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32488] ppid=32478 vsize=13637328 CPUtime=0.05 cores=0,2,4,6
/proc/32480/task/32488/stat : 32488 (java) S 32478 32480 27375 0 -1 4202560 158 0 0 0 5 0 0 0 16 0 19 0 827442601 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32489] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32489/stat : 32489 (java) S 32478 32480 27375 0 -1 4202560 350 0 0 0 6 0 0 0 15 0 19 0 827442601 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32490] ppid=32478 vsize=13637328 CPUtime=0.05 cores=0,2,4,6
/proc/32480/task/32490/stat : 32490 (java) S 32478 32480 27375 0 -1 4202560 278 0 0 0 5 0 0 0 15 0 19 0 827442601 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32491] ppid=32478 vsize=13637328 CPUtime=1.82 cores=0,2,4,6
/proc/32480/task/32491/stat : 32491 (java) S 32478 32480 27375 0 -1 4202560 3384 0 0 0 181 1 0 0 16 0 19 0 827442602 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 0 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32492] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32492/stat : 32492 (java) S 32478 32480 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827442602 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32493] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32493/stat : 32493 (java) S 32478 32480 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827442602 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32494] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32494/stat : 32494 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827442604 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485791153 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32495] ppid=32478 vsize=13637328 CPUtime=0.96 cores=0,2,4,6
/proc/32480/task/32495/stat : 32495 (java) S 32478 32480 27375 0 -1 4202560 10577 0 0 0 95 1 0 0 15 0 19 0 827442604 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32496] ppid=32478 vsize=13637328 CPUtime=0.21 cores=0,2,4,6
/proc/32480/task/32496/stat : 32496 (java) S 32478 32480 27375 0 -1 4202560 2069 0 0 0 21 0 0 0 16 0 19 0 827442604 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32497] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32497/stat : 32497 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827442604 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32498] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32498/stat : 32498 (java) S 32478 32480 27375 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827442604 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32499] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32499/stat : 32499 (java) S 32478 32480 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827442618 13964623872 25633 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 71.85
Current children cumulated vsize (KiB) 13637328

[startup+72.0009 s]
/proc/loadavg: 1.99 2.00 1.91 3/510 32501
/proc/meminfo: memFree=20188080/32950928 swapFree=61858088/67111528
[pid=32480] ppid=32478 vsize=13637328 CPUtime=73.43 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32478 32480 27375 0 -1 4202496 33514 0 1 0 7337 6 0 0 25 0 19 0 827442598 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32480/statm: 3409332 25634 2251 9 0 3400066 0
[pid=32480/tid=32481] ppid=32478 vsize=13637328 CPUtime=69.89 cores=0,2,4,6
/proc/32480/task/32481/stat : 32481 (java) R 32478 32480 27375 0 -1 4202560 14988 0 1 0 6987 2 0 0 25 0 19 0 827442599 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 46912505544257 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32480/tid=32483] ppid=32478 vsize=13637328 CPUtime=0.04 cores=0,2,4,6
/proc/32480/task/32483/stat : 32483 (java) S 32478 32480 27375 0 -1 4202560 184 0 0 0 4 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32484] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32484/stat : 32484 (java) S 32478 32480 27375 0 -1 4202560 34 0 0 0 6 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32485] ppid=32478 vsize=13637328 CPUtime=0.05 cores=0,2,4,6
/proc/32480/task/32485/stat : 32485 (java) S 32478 32480 27375 0 -1 4202560 52 0 0 0 5 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32486] ppid=32478 vsize=13637328 CPUtime=0.05 cores=0,2,4,6
/proc/32480/task/32486/stat : 32486 (java) S 32478 32480 27375 0 -1 4202560 222 0 0 0 5 0 0 0 16 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32487] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32487/stat : 32487 (java) S 32478 32480 27375 0 -1 4202560 62 0 0 0 6 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32488] ppid=32478 vsize=13637328 CPUtime=0.05 cores=0,2,4,6
/proc/32480/task/32488/stat : 32488 (java) S 32478 32480 27375 0 -1 4202560 158 0 0 0 5 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32489] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32489/stat : 32489 (java) S 32478 32480 27375 0 -1 4202560 350 0 0 0 6 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32490] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32490/stat : 32490 (java) S 32478 32480 27375 0 -1 4202560 279 0 0 0 6 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32491] ppid=32478 vsize=13637328 CPUtime=1.86 cores=0,2,4,6
/proc/32480/task/32491/stat : 32491 (java) S 32478 32480 27375 0 -1 4202560 3384 0 0 0 185 1 0 0 16 0 19 0 827442602 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 0 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32492] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32492/stat : 32492 (java) S 32478 32480 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827442602 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32493] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32493/stat : 32493 (java) S 32478 32480 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827442602 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32494] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32494/stat : 32494 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485791153 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32495] ppid=32478 vsize=13637328 CPUtime=0.96 cores=0,2,4,6
/proc/32480/task/32495/stat : 32495 (java) S 32478 32480 27375 0 -1 4202560 10577 0 0 0 95 1 0 0 15 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32496] ppid=32478 vsize=13637328 CPUtime=0.21 cores=0,2,4,6
/proc/32480/task/32496/stat : 32496 (java) S 32478 32480 27375 0 -1 4202560 2069 0 0 0 21 0 0 0 16 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32497] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32497/stat : 32497 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32498] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32498/stat : 32498 (java) S 32478 32480 27375 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32499] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32499/stat : 32499 (java) S 32478 32480 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827442618 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 73.43
Current children cumulated vsize (KiB) 13637328

[startup+72.8008 s]
/proc/loadavg: 1.99 2.00 1.91 3/510 32501
/proc/meminfo: memFree=20188080/32950928 swapFree=61858088/67111528
[pid=32480] ppid=32478 vsize=13637328 CPUtime=74.24 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32478 32480 27375 0 -1 4202496 33515 0 1 0 7418 6 0 0 25 0 19 0 827442598 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32480/statm: 3409332 25634 2251 9 0 3400066 0
[pid=32480/tid=32481] ppid=32478 vsize=13637328 CPUtime=70.66 cores=0,2,4,6
/proc/32480/task/32481/stat : 32481 (java) R 32478 32480 27375 0 -1 4202560 14989 0 1 0 7064 2 0 0 25 0 19 0 827442599 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 46912505648274 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32480/tid=32483] ppid=32478 vsize=13637328 CPUtime=0.04 cores=0,2,4,6
/proc/32480/task/32483/stat : 32483 (java) S 32478 32480 27375 0 -1 4202560 184 0 0 0 4 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32484] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32484/stat : 32484 (java) S 32478 32480 27375 0 -1 4202560 34 0 0 0 6 0 0 0 16 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32485] ppid=32478 vsize=13637328 CPUtime=0.05 cores=0,2,4,6
/proc/32480/task/32485/stat : 32485 (java) S 32478 32480 27375 0 -1 4202560 52 0 0 0 5 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32486] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32486/stat : 32486 (java) S 32478 32480 27375 0 -1 4202560 222 0 0 0 6 0 0 0 16 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32487] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32487/stat : 32487 (java) S 32478 32480 27375 0 -1 4202560 62 0 0 0 6 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32488] ppid=32478 vsize=13637328 CPUtime=0.05 cores=0,2,4,6
/proc/32480/task/32488/stat : 32488 (java) S 32478 32480 27375 0 -1 4202560 158 0 0 0 5 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32489] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32489/stat : 32489 (java) S 32478 32480 27375 0 -1 4202560 350 0 0 0 6 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32490] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32490/stat : 32490 (java) S 32478 32480 27375 0 -1 4202560 279 0 0 0 6 0 0 0 16 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32491] ppid=32478 vsize=13637328 CPUtime=1.88 cores=0,2,4,6
/proc/32480/task/32491/stat : 32491 (java) S 32478 32480 27375 0 -1 4202560 3384 0 0 0 187 1 0 0 16 0 19 0 827442602 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 0 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32492] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32492/stat : 32492 (java) S 32478 32480 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827442602 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32493] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32493/stat : 32493 (java) S 32478 32480 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827442602 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32494] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32494/stat : 32494 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485791153 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32495] ppid=32478 vsize=13637328 CPUtime=0.96 cores=0,2,4,6
/proc/32480/task/32495/stat : 32495 (java) S 32478 32480 27375 0 -1 4202560 10577 0 0 0 95 1 0 0 15 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32496] ppid=32478 vsize=13637328 CPUtime=0.21 cores=0,2,4,6
/proc/32480/task/32496/stat : 32496 (java) S 32478 32480 27375 0 -1 4202560 2069 0 0 0 21 0 0 0 16 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32497] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32497/stat : 32497 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32498] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32498/stat : 32498 (java) S 32478 32480 27375 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32499] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32499/stat : 32499 (java) S 32478 32480 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827442618 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 74.24
Current children cumulated vsize (KiB) 13637328

[startup+73.2008 s]
/proc/loadavg: 1.99 2.00 1.91 3/510 32501
/proc/meminfo: memFree=20188080/32950928 swapFree=61858088/67111528
[pid=32480] ppid=32478 vsize=13637328 CPUtime=74.64 cores=0,2,4,6
/proc/32480/stat : 32480 (java) S 32478 32480 27375 0 -1 4202496 33515 0 1 0 7458 6 0 0 25 0 19 0 827442598 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32480/statm: 3409332 25634 2251 9 0 3400066 0
[pid=32480/tid=32481] ppid=32478 vsize=13637328 CPUtime=71.06 cores=0,2,4,6
/proc/32480/task/32481/stat : 32481 (java) R 32478 32480 27375 0 -1 4202560 14989 0 1 0 7104 2 0 0 25 0 19 0 827442599 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 46912505547562 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32480/tid=32483] ppid=32478 vsize=13637328 CPUtime=0.04 cores=0,2,4,6
/proc/32480/task/32483/stat : 32483 (java) S 32478 32480 27375 0 -1 4202560 184 0 0 0 4 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32484] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32484/stat : 32484 (java) S 32478 32480 27375 0 -1 4202560 34 0 0 0 6 0 0 0 16 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32485] ppid=32478 vsize=13637328 CPUtime=0.05 cores=0,2,4,6
/proc/32480/task/32485/stat : 32485 (java) S 32478 32480 27375 0 -1 4202560 52 0 0 0 5 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32486] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32486/stat : 32486 (java) S 32478 32480 27375 0 -1 4202560 222 0 0 0 6 0 0 0 16 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32487] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32487/stat : 32487 (java) S 32478 32480 27375 0 -1 4202560 62 0 0 0 6 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32488] ppid=32478 vsize=13637328 CPUtime=0.05 cores=0,2,4,6
/proc/32480/task/32488/stat : 32488 (java) S 32478 32480 27375 0 -1 4202560 158 0 0 0 5 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32489] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32489/stat : 32489 (java) S 32478 32480 27375 0 -1 4202560 350 0 0 0 6 0 0 0 15 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 6 0 0 0
[pid=32480/tid=32490] ppid=32478 vsize=13637328 CPUtime=0.06 cores=0,2,4,6
/proc/32480/task/32490/stat : 32490 (java) S 32478 32480 27375 0 -1 4202560 279 0 0 0 6 0 0 0 16 0 19 0 827442601 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32491] ppid=32478 vsize=13637328 CPUtime=1.88 cores=0,2,4,6
/proc/32480/task/32491/stat : 32491 (java) S 32478 32480 27375 0 -1 4202560 3384 0 0 0 187 1 0 0 16 0 19 0 827442602 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 0 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32492] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32492/stat : 32492 (java) S 32478 32480 27375 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 827442602 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32493] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32493/stat : 32493 (java) S 32478 32480 27375 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 827442602 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32494] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32494/stat : 32494 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485791153 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32495] ppid=32478 vsize=13637328 CPUtime=0.96 cores=0,2,4,6
/proc/32480/task/32495/stat : 32495 (java) S 32478 32480 27375 0 -1 4202560 10577 0 0 0 95 1 0 0 15 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 0 0 0 0
[pid=32480/tid=32496] ppid=32478 vsize=13637328 CPUtime=0.21 cores=0,2,4,6
/proc/32480/task/32496/stat : 32496 (java) S 32478 32480 27375 0 -1 4202560 2069 0 0 0 21 0 0 0 16 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32497] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32497/stat : 32497 (java) S 32478 32480 27375 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485783449 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
[pid=32480/tid=32498] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32498/stat : 32498 (java) S 32478 32480 27375 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 827442604 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 4 0 16800975 18446604448692946112 0 0 -1 2 0 0 0
[pid=32480/tid=32499] ppid=32478 vsize=13637328 CPUtime=0 cores=0,2,4,6
/proc/32480/task/32499/stat : 32499 (java) S 32478 32480 27375 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827442618 13964623872 25634 33554432000 1073741824 1073778376 140733256490000 18446744073709551615 274485784064 0 4 0 16800975 18446604448692946112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 74.64
Current children cumulated vsize (KiB) 13637328

Child status: 30
Real time (s): 73.2723
CPU time (s): 74.7266
CPU user time (s): 74.6526
CPU system time (s): 0.073988
CPU usage (%): 101.985
Max. virtual memory (cumulated for all children) (KiB): 13647580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.6527
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33541
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= 4605
involuntary context switches= 2152

runsolver used 0.366944 second user time and 0.778881 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 05:33:49
IDJOB=3458239
IDBENCH=48059
IDSOLVER=1952
FILE ID=node125/3458239-1307158429
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=53-P1=17-P2=109-P3=2-P4=191-P5=191-P6=47-P7=101-P8=97-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458239-1307158429/watcher-3458239-1307158429 -o /tmp/evaluation-result-3458239-1307158429/solver-3458239-1307158429 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458239-1307158429.opb

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

MD5SUM BENCH= 10ec6ab90ad015d6fa7b4d2290470901
RANDOM SEED=1094312502

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:      20290632 kB
Buffers:        352352 kB
Cached:        3496432 kB
SwapCached:       3616 kB
Active:        8952628 kB
Inactive:      3363032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20290632 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:             440 kB
Writeback:           0 kB
AnonPages:     8464972 kB
Mapped:          42348 kB
Slab:           214512 kB
PageTables:      62072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 143467956 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:35:03