Trace number 3453816

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 Res//CP 2.3.0OPT3 148.801 77.6373

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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3453816-1307194264.opb
0.10/0.11	c reading problem ... 
0.24/0.22	c ... done. Wall clock time 0.109s.
0.24/0.22	c #vars     704
0.24/0.22	c #constraints  1049
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.24/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
0.24/0.22	c constraints type 
0.24/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
0.24/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
0.24/0.84	c cleaning 2498 clauses out of 5000 with flag 5000/5000
3.94/1.20	c cleaning 4246 clauses out of 8503 with flag 11001/11001
4.78/1.71	c cleaning 5622 clauses out of 11257 with flag 18001/18001
6.17/2.30	c cleaning 6815 clauses out of 13634 with flag 26000/26000
7.54/3.02	c cleaning 7910 clauses out of 15819 with flag 35000/35000
9.15/3.90	c cleaning 8943 clauses out of 17910 with flag 45001/45001
10.29/4.48	c cleaning 9477 clauses out of 18966 with flag 55000/55000
12.06/5.38	c cleaning 9740 clauses out of 19490 with flag 65001/65001
13.45/6.02	c cleaning 9870 clauses out of 19749 with flag 75000/75000
14.99/6.91	c cleaning 9936 clauses out of 19881 with flag 85002/85002
17.07/7.74	c cleaning 9971 clauses out of 19944 with flag 95001/95001
19.23/8.70	c cleaning 9982 clauses out of 19972 with flag 105000/105000
20.37/9.31	c cleaning 9991 clauses out of 19991 with flag 115001/115001
22.53/10.30	c cleaning 9997 clauses out of 19999 with flag 125000/125000
24.08/11.16	c cleaning 9991 clauses out of 20002 with flag 135000/135000
25.24/11.79	c cleaning 9995 clauses out of 20012 with flag 145001/145001
27.20/12.76	c cleaning 9998 clauses out of 20017 with flag 155001/155001
28.53/13.44	c cleaning 9994 clauses out of 20019 with flag 165001/165001
29.48/13.98	c cleaning 10009 clauses out of 20024 with flag 175000/175000
31.03/14.74	c cleaning 10001 clauses out of 20016 with flag 185001/185001
32.57/15.58	c cleaning 9997 clauses out of 20015 with flag 195001/195001
34.11/16.34	c cleaning 10001 clauses out of 20018 with flag 205001/205001
35.70/17.17	c cleaning 10000 clauses out of 20016 with flag 215000/215000
36.61/17.68	c  And the winner is Resolution
36.79/17.90	c SATISFIABLE
36.79/17.90	c OPTIMIZING...
36.79/17.90	c Got one! Elapsed wall clock time (in seconds):17.79
36.79/17.90	o 65
37.21/18.16	c cleaning 12072 clauses out of 24183 with flag 5002/229167
37.90/18.55	c cleaning 9025 clauses out of 18110 with flag 11001/235166
38.85/19.06	c cleaning 8016 clauses out of 16086 with flag 18002/242167
39.99/19.64	c cleaning 8025 clauses out of 16068 with flag 26000/250165
41.14/20.30	c cleaning 8520 clauses out of 17043 with flag 35000/259165
43.29/21.31	c cleaning 9255 clauses out of 18523 with flag 45001/269166
44.63/22.09	c cleaning 9628 clauses out of 19267 with flag 55000/279165
46.18/22.89	c cleaning 9810 clauses out of 19639 with flag 65000/289165
47.53/23.61	c cleaning 9910 clauses out of 19831 with flag 75002/299167
49.05/24.36	c cleaning 9954 clauses out of 19919 with flag 85000/309165
50.39/25.09	c cleaning 0 clauses out of 5588 with flag 0/5589
51.38/25.56	c cleaning 9978 clauses out of 19965 with flag 95000/319165
53.69/26.61	c cleaning 9992 clauses out of 19987 with flag 105000/329165
55.41/27.54	c cleaning 9994 clauses out of 19995 with flag 115000/339165
56.75/28.22	c cleaning 9993 clauses out of 20001 with flag 125000/349165
57.88/28.87	c cleaning 9996 clauses out of 20008 with flag 135000/359165
59.42/29.67	c cleaning 10000 clauses out of 20011 with flag 145000/369165
60.76/30.32	c cleaning 9984 clauses out of 20012 with flag 155001/379166
62.07/31.09	c cleaning 9992 clauses out of 20027 with flag 165000/389165
63.40/31.72	c cleaning 10007 clauses out of 20037 with flag 175002/399167
64.54/32.34	c  And the winner is Resolution
64.67/32.49	c Got one! Elapsed wall clock time (in seconds):32.378
64.67/32.49	o 17
65.08/32.76	c cleaning 11780 clauses out of 23600 with flag 5000/412737
65.99/33.22	c cleaning 8888 clauses out of 17821 with flag 11001/418738
66.92/33.73	c cleaning 7944 clauses out of 15933 with flag 18001/425738
68.05/34.35	c cleaning 7972 clauses out of 15988 with flag 26000/433737
69.19/34.98	c cleaning 8489 clauses out of 17016 with flag 35000/442737
70.72/35.73	c cleaning 9258 clauses out of 18528 with flag 45001/452738
72.23/36.58	c cleaning 9631 clauses out of 19269 with flag 55000/462737
73.96/37.42	c cleaning 9806 clauses out of 19639 with flag 65001/472738
75.29/38.16	c cleaning 9900 clauses out of 19832 with flag 75000/482737
77.22/39.13	c cleaning 9958 clauses out of 19933 with flag 85001/492738
78.52/39.83	c cleaning 9976 clauses out of 19975 with flag 95001/502738
79.66/40.50	c cleaning 9988 clauses out of 19998 with flag 105000/512737
81.59/41.42	c cleaning 10004 clauses out of 20009 with flag 115000/522737
83.69/42.50	c cleaning 10000 clauses out of 20005 with flag 125000/532737
84.84/43.19	c cleaning 9996 clauses out of 20005 with flag 135001/542738
86.17/43.88	c cleaning 9995 clauses out of 20008 with flag 145000/552737
87.52/44.58	c cleaning 10002 clauses out of 20013 with flag 155000/562737
89.18/45.46	c cleaning 10003 clauses out of 20012 with flag 165001/572738
91.11/46.41	c cleaning 9998 clauses out of 20008 with flag 175000/582737
92.43/47.18	c cleaning 9988 clauses out of 20010 with flag 185001/592738
93.15/47.50	c  And the winner is Resolution
93.19/47.80	c Got one! Elapsed wall clock time (in seconds):47.69
93.19/47.80	o 3
93.22/47.86	c cleaning 7872 clauses out of 15758 with flag 1001/598474
94.09/48.32	c cleaning 6935 clauses out of 13886 with flag 7001/604474
94.81/48.77	c cleaning 6967 clauses out of 13951 with flag 14001/611474
95.73/49.30	c cleaning 7487 clauses out of 14983 with flag 22000/619473
96.85/49.88	c cleaning 8235 clauses out of 16496 with flag 31000/628473
98.34/50.64	c cleaning 9116 clauses out of 18263 with flag 41002/638475
99.86/51.44	c cleaning 9573 clauses out of 19145 with flag 51000/648473
101.41/52.23	c cleaning 9777 clauses out of 19572 with flag 61000/658473
102.90/53.07	c cleaning 9893 clauses out of 19797 with flag 71002/668475
104.58/53.99	c cleaning 9944 clauses out of 19902 with flag 81000/678473
106.50/54.93	c cleaning 9971 clauses out of 19959 with flag 91001/688474
108.22/55.81	c cleaning 9987 clauses out of 19988 with flag 101001/698474
109.77/56.69	c cleaning 9996 clauses out of 20001 with flag 111001/708474
111.63/57.66	c cleaning 9996 clauses out of 20004 with flag 121000/718473
113.15/58.46	c cleaning 9997 clauses out of 20008 with flag 131000/728473
114.66/59.25	c cleaning 9999 clauses out of 20011 with flag 141000/738473
116.58/60.26	c cleaning 10000 clauses out of 20012 with flag 151000/748473
118.28/61.16	c cleaning 10000 clauses out of 20012 with flag 161000/758473
119.77/61.95	c cleaning 9998 clauses out of 20012 with flag 171000/768473
121.27/62.79	c cleaning 9996 clauses out of 20014 with flag 181000/778473
123.19/63.71	c cleaning 10002 clauses out of 20018 with flag 191000/788473
124.49/64.49	c cleaning 9998 clauses out of 20017 with flag 201001/798474
126.16/65.38	c cleaning 10007 clauses out of 20018 with flag 211001/808474
127.67/66.16	c cleaning 9995 clauses out of 20010 with flag 221000/818473
128.98/66.84	c cleaning 9995 clauses out of 20015 with flag 231000/828473
130.25/67.55	c cleaning 10004 clauses out of 20019 with flag 241000/838473
132.16/68.52	c cleaning 10003 clauses out of 20016 with flag 251001/848474
133.66/69.35	c cleaning 10005 clauses out of 20012 with flag 261001/858474
135.57/70.30	c cleaning 9997 clauses out of 20005 with flag 271000/868473
137.03/71.15	c cleaning 9996 clauses out of 20008 with flag 281000/878473
138.77/72.05	c cleaning 9999 clauses out of 20012 with flag 291000/888473
140.24/72.83	c cleaning 10005 clauses out of 20013 with flag 301000/898473
141.54/73.58	c cleaning 10001 clauses out of 20010 with flag 311002/908475
143.39/74.53	c cleaning 9998 clauses out of 20006 with flag 321000/918473
145.13/75.46	c cleaning 10003 clauses out of 20009 with flag 331001/928474
146.79/76.39	c cleaning 10000 clauses out of 20005 with flag 341001/938474
148.29/77.12	c  And the winner is Resolution
148.67/77.60	c starts		: 173
148.67/77.60	c conflicts		: 946955
148.67/77.60	c decisions		: 980076
148.67/77.60	c propagations		: 18694156
148.67/77.60	c inspects		: 552447873
148.67/77.60	c shortcuts		: 0
148.67/77.60	c learnt literals	: 20
148.67/77.60	c learnt binary clauses	: 113
148.67/77.60	c learnt ternary clauses	: 340
148.67/77.60	c learnt constraints	: 946934
148.67/77.60	c ignored constraints	: 0
148.67/77.60	c root simplifications	: 0
148.67/77.60	c removed literals (reason simplification)	: 30729114
148.67/77.60	c reason swapping (by a shorter reason)	: 0
148.67/77.60	c Calls to reduceDB	: 98
148.67/77.60	c number of reductions to clauses (during analyze)	: 0
148.67/77.60	c number of learned constraints concerned by reduction	: 0
148.67/77.60	c number of learning phase by resolution	: 0
148.67/77.60	c number of learning phase by cutting planes	: 0
148.67/77.60	c speed (assignments/second)	: 627236.4783250571
148.67/77.60	c non guided choices	6974
148.67/77.60	c learnt constraints type 
148.67/77.60	c constraints type 
148.67/77.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
148.67/77.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 537
148.67/77.60	c constraints type 
148.67/77.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
148.67/77.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
148.67/77.60	s OPTIMUM FOUND
148.67/77.61	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 
148.67/77.61	c objective function=3
148.67/77.61	c Total wall clock time (in seconds): 77.495

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

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

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


[startup+0 s]
/proc/loadavg: 3.73 3.85 3.89 3/476 29943
/proc/meminfo: memFree=23719580/32951124 swapFree=60476376/67111528
[pid=29943] ppid=29941 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/29943/stat : 29943 (java) S 29941 29943 23562 0 -1 4202496 4824 0 1 0 0 0 0 0 24 0 2 0 811842316 10694979584 4525 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/29943/statm: 2611079 4540 917 9 0 2602235 0
[pid=29943/tid=29944] ppid=29941 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29944/stat : 29944 (java) R 29941 29943 23562 0 -1 4202560 3772 0 1 0 0 0 0 0 25 0 2 0 811842317 10694979584 4587 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220815930427 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.0609189 s]
/proc/loadavg: 3.73 3.85 3.89 3/476 29943
/proc/meminfo: memFree=23719580/32951124 swapFree=60476376/67111528
[pid=29943] ppid=29941 vsize=10467616 CPUtime=0.05 cores=1,3,5,7
/proc/29943/stat : 29943 (java) S 29941 29943 23562 0 -1 4202496 11546 0 1 0 4 1 0 0 24 0 13 0 811842316 10718838784 11242 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828039141 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0
/proc/29943/statm: 2616904 11242 1691 9 0 2607652 0
[pid=29943/tid=29944] ppid=29941 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/29943/task/29944/stat : 29944 (java) R 29941 29943 23562 0 -1 4202560 10398 0 1 0 3 1 0 0 25 0 13 0 811842317 10718838784 11242 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220816232293 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10467616

[startup+0.100901 s]
/proc/loadavg: 3.73 3.85 3.89 3/476 29943
/proc/meminfo: memFree=23719580/32951124 swapFree=60476376/67111528
[pid=29943] ppid=29941 vsize=10540292 CPUtime=0.1 cores=1,3,5,7
/proc/29943/stat : 29943 (java) S 29941 29943 23562 0 -1 4202496 13067 0 1 0 9 1 0 0 24 0 18 0 811842316 10793259008 12733 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29943/statm: 2635073 12733 2092 9 0 2625807 0
[pid=29943/tid=29944] ppid=29941 vsize=10540292 CPUtime=0.08 cores=1,3,5,7
/proc/29943/task/29944/stat : 29944 (java) R 29941 29943 23562 0 -1 4202560 11125 0 1 0 7 1 0 0 18 0 18 0 811842317 10793259008 12733 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 47428940382759 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540292

[startup+0.318407 s]
/proc/loadavg: 3.73 3.85 3.89 3/476 29943
/proc/meminfo: memFree=23719580/32951124 swapFree=60476376/67111528
[pid=29943] ppid=29941 vsize=10556996 CPUtime=2.8 cores=1,3,5,7
/proc/29943/stat : 29943 (java) S 29941 29943 23562 0 -1 4202496 48173 0 1 0 275 5 0 0 24 0 22 0 811842316 10810363904 41097 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29943/statm: 2639249 41100 2230 9 0 2629983 0
[pid=29943/tid=29944] ppid=29941 vsize=10556996 CPUtime=0.2 cores=1,3,5,7
/proc/29943/task/29944/stat : 29944 (java) S 29941 29943 23562 0 -1 4202560 12097 0 1 0 19 1 0 0 15 0 22 0 811842317 10810363904 41100 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 10556996

[startup+1.02768 s]
/proc/loadavg: 3.73 3.85 3.89 3/476 29943
/proc/meminfo: memFree=23719580/32951124 swapFree=60476376/67111528
[pid=29943] ppid=29941 vsize=10556996 CPUtime=3.46 cores=1,3,5,7
/proc/29943/stat : 29943 (java) S 29941 29943 23562 0 -1 4202496 66797 0 1 0 339 7 0 0 24 0 22 0 811842316 10810363904 57311 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29943/statm: 2639249 57311 2255 9 0 2629983 0
[pid=29943/tid=29944] ppid=29941 vsize=10556996 CPUtime=0.2 cores=1,3,5,7
/proc/29943/task/29944/stat : 29944 (java) S 29941 29943 23562 0 -1 4202560 12097 0 1 0 19 1 0 0 15 0 22 0 811842317 10810363904 57311 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 10556996

[startup+1.50065 s]
/proc/loadavg: 3.73 3.85 3.89 3/476 29943
/proc/meminfo: memFree=23719580/32951124 swapFree=60476376/67111528
[pid=29943] ppid=29941 vsize=10556996 CPUtime=4.54 cores=1,3,5,7
/proc/29943/stat : 29943 (java) S 29941 29943 23562 0 -1 4202496 72536 0 1 0 446 8 0 0 24 0 22 0 811842316 10810363904 60040 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29943/statm: 2639249 60045 2255 9 0 2629983 0
[pid=29943/tid=29944] ppid=29941 vsize=10556996 CPUtime=0.2 cores=1,3,5,7
/proc/29943/task/29944/stat : 29944 (java) S 29941 29943 23562 0 -1 4202560 12097 0 1 0 19 1 0 0 15 0 22 0 811842317 10810363904 60047 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 10556996

[startup+3.10136 s]
/proc/loadavg: 3.73 3.85 3.89 4/498 29965
/proc/meminfo: memFree=23340612/32951124 swapFree=60476376/67111528
[pid=29943] ppid=29941 vsize=10556996 CPUtime=7.72 cores=1,3,5,7
/proc/29943/stat : 29943 (java) S 29941 29943 23562 0 -1 4202496 127424 0 1 0 757 15 0 0 24 0 22 0 811842316 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29943/statm: 2639249 114925 2256 9 0 2629983 0
[pid=29943/tid=29944] ppid=29941 vsize=10556996 CPUtime=0.2 cores=1,3,5,7
/proc/29943/task/29944/stat : 29944 (java) S 29941 29943 23562 0 -1 4202560 12097 0 1 0 19 1 0 0 15 0 22 0 811842317 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29946] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29946/stat : 29946 (java) S 29941 29943 23562 0 -1 4202560 263 0 0 0 0 0 0 0 16 0 22 0 811842319 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29947] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29947/stat : 29947 (java) S 29941 29943 23562 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 811842319 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29948] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29948/stat : 29948 (java) S 29941 29943 23562 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 811842319 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29949] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29949/stat : 29949 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811842319 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29950] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29950/stat : 29950 (java) S 29941 29943 23562 0 -1 4202560 458 0 0 0 0 0 0 0 15 0 22 0 811842319 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29951] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29951/stat : 29951 (java) S 29941 29943 23562 0 -1 4202560 468 0 0 0 0 0 0 0 16 0 22 0 811842319 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29952] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29952/stat : 29952 (java) S 29941 29943 23562 0 -1 4202560 243 0 0 0 0 0 0 0 16 0 22 0 811842319 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29953] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29953/stat : 29953 (java) S 29941 29943 23562 0 -1 4202560 321 0 0 0 0 0 0 0 15 0 22 0 811842319 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29954] ppid=29941 vsize=10556996 CPUtime=0.11 cores=1,3,5,7
/proc/29943/task/29954/stat : 29954 (java) S 29941 29943 23562 0 -1 4202560 2552 0 0 0 11 0 0 0 16 0 22 0 811842320 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 0 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29955] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29955/stat : 29955 (java) S 29941 29943 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811842320 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29956] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29956/stat : 29956 (java) S 29941 29943 23562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811842320 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29957] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29957/stat : 29957 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811842323 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828060081 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29958] ppid=29941 vsize=10556996 CPUtime=0.96 cores=1,3,5,7
/proc/29943/task/29958/stat : 29958 (java) S 29941 29943 23562 0 -1 4202560 12597 0 0 0 96 0 0 0 15 0 22 0 811842323 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 1 0 0 0
[pid=29943/tid=29959] ppid=29941 vsize=10556996 CPUtime=0.87 cores=1,3,5,7
/proc/29943/task/29959/stat : 29959 (java) S 29941 29943 23562 0 -1 4202560 6879 0 0 0 87 0 0 0 15 0 22 0 811842323 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29960] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29960/stat : 29960 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811842323 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29961] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29961/stat : 29961 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811842323 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29962] ppid=29941 vsize=10556996 CPUtime=2.74 cores=1,3,5,7
/proc/29943/task/29962/stat : 29962 (java) R 29941 29943 23562 0 -1 4202560 721 0 0 0 274 0 0 0 19 0 22 0 811842339 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 46912505667026 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29943/tid=29963] ppid=29941 vsize=10556996 CPUtime=2.73 cores=1,3,5,7
/proc/29943/task/29963/stat : 29963 (java) R 29941 29943 23562 0 -1 4202560 89595 0 0 0 263 10 0 0 25 0 22 0 811842339 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 46912505871894 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29943/tid=29964] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29964/stat : 29964 (java) S 29941 29943 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811842339 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29965] ppid=29941 vsize=10556996 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29965/stat : 29965 (java) S 29941 29943 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811842339 10810363904 114925 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 10556996

[startup+6.30076 s]
/proc/loadavg: 3.75 3.86 3.89 5/498 29965
/proc/meminfo: memFree=23176560/32951124 swapFree=60476376/67111528
[pid=29943] ppid=29941 vsize=10553752 CPUtime=13.98 cores=1,3,5,7
/proc/29943/stat : 29943 (java) S 29941 29943 23562 0 -1 4202496 149679 0 1 0 1381 17 0 0 24 0 22 0 811842316 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29943/statm: 2638438 136617 2256 9 0 2629172 0
[pid=29943/tid=29944] ppid=29941 vsize=10553752 CPUtime=0.2 cores=1,3,5,7
/proc/29943/task/29944/stat : 29944 (java) S 29941 29943 23562 0 -1 4202560 12097 0 1 0 19 1 0 0 15 0 22 0 811842317 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29946] ppid=29941 vsize=10553752 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29946/stat : 29946 (java) S 29941 29943 23562 0 -1 4202560 263 0 0 0 0 0 0 0 16 0 22 0 811842319 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29947] ppid=29941 vsize=10553752 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29947/stat : 29947 (java) S 29941 29943 23562 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 22 0 811842319 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29948] ppid=29941 vsize=10553752 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29948/stat : 29948 (java) S 29941 29943 23562 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 22 0 811842319 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29949] ppid=29941 vsize=10553752 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29949/stat : 29949 (java) S 29941 29943 23562 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 811842319 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29950] ppid=29941 vsize=10553752 CPUtime=0.01 cores=1,3,5,7
/proc/29943/task/29950/stat : 29950 (java) S 29941 29943 23562 0 -1 4202560 458 0 0 0 1 0 0 0 15 0 22 0 811842319 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29951] ppid=29941 vsize=10553752 CPUtime=0.01 cores=1,3,5,7
/proc/29943/task/29951/stat : 29951 (java) S 29941 29943 23562 0 -1 4202560 480 0 0 0 1 0 0 0 15 0 22 0 811842319 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29952] ppid=29941 vsize=10553752 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29952/stat : 29952 (java) S 29941 29943 23562 0 -1 4202560 247 0 0 0 0 0 0 0 15 0 22 0 811842319 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29953] ppid=29941 vsize=10553752 CPUtime=0.01 cores=1,3,5,7
/proc/29943/task/29953/stat : 29953 (java) S 29941 29943 23562 0 -1 4202560 321 0 0 0 1 0 0 0 15 0 22 0 811842319 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29954] ppid=29941 vsize=10553752 CPUtime=0.25 cores=1,3,5,7
/proc/29943/task/29954/stat : 29954 (java) S 29941 29943 23562 0 -1 4202560 3746 0 0 0 25 0 0 0 16 0 22 0 811842320 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 0 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29955] ppid=29941 vsize=10553752 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29955/stat : 29955 (java) S 29941 29943 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811842320 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29956] ppid=29941 vsize=10553752 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29956/stat : 29956 (java) S 29941 29943 23562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811842320 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29957] ppid=29941 vsize=10553752 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29957/stat : 29957 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811842323 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828060081 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29958] ppid=29941 vsize=10553752 CPUtime=0.96 cores=1,3,5,7
/proc/29943/task/29958/stat : 29958 (java) S 29941 29943 23562 0 -1 4202560 12597 0 0 0 96 0 0 0 15 0 22 0 811842323 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 1 0 0 0
[pid=29943/tid=29959] ppid=29941 vsize=10553752 CPUtime=0.88 cores=1,3,5,7
/proc/29943/task/29959/stat : 29959 (java) S 29941 29943 23562 0 -1 4202560 6879 0 0 0 88 0 0 0 15 0 22 0 811842323 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29960] ppid=29941 vsize=10553752 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29960/stat : 29960 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811842323 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29961] ppid=29941 vsize=10553752 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29961/stat : 29961 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811842323 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29962] ppid=29941 vsize=10553752 CPUtime=5.78 cores=1,3,5,7
/proc/29943/task/29962/stat : 29962 (java) R 29941 29943 23562 0 -1 4202560 838 0 0 0 578 0 0 0 17 0 22 0 811842339 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 46912505667087 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29943/tid=29963] ppid=29941 vsize=10553752 CPUtime=5.78 cores=1,3,5,7
/proc/29943/task/29963/stat : 29963 (java) R 29941 29943 23562 0 -1 4202560 110500 0 0 0 565 13 0 0 25 0 22 0 811842339 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 46912505589059 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29943/tid=29964] ppid=29941 vsize=10553752 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29964/stat : 29964 (java) S 29941 29943 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811842339 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29965] ppid=29941 vsize=10553752 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29965/stat : 29965 (java) S 29941 29943 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811842339 10807042048 136617 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 10553752

[startup+12.7176 s]
/proc/loadavg: 3.77 3.86 3.89 5/498 29965
/proc/meminfo: memFree=23138020/32951124 swapFree=60476376/67111528
[pid=29943] ppid=29941 vsize=10558808 CPUtime=27.2 cores=1,3,5,7
/proc/29943/stat : 29943 (java) S 29941 29943 23562 0 -1 4202496 161777 0 1 0 2701 19 0 0 24 0 22 0 811842316 10812219392 145700 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29943/statm: 2639702 145700 2256 9 0 2630436 0
[pid=29943/tid=29944] ppid=29941 vsize=10558808 CPUtime=0.2 cores=1,3,5,7
/proc/29943/task/29944/stat : 29944 (java) S 29941 29943 23562 0 -1 4202560 12097 0 1 0 19 1 0 0 15 0 22 0 811842317 10812219392 145700 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29946] ppid=29941 vsize=10558808 CPUtime=0.01 cores=1,3,5,7
/proc/29943/task/29946/stat : 29946 (java) S 29941 29943 23562 0 -1 4202560 302 0 0 0 1 0 0 0 16 0 22 0 811842319 10812219392 145700 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29947] ppid=29941 vsize=10558808 CPUtime=0.01 cores=1,3,5,7
/proc/29943/task/29947/stat : 29947 (java) S 29941 29943 23562 0 -1 4202560 29 0 0 0 1 0 0 0 15 0 22 0 811842319 10812219392 145700 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29948] ppid=29941 vsize=10558808 CPUtime=0.01 cores=1,3,5,7

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

[pid=29943/tid=29958] ppid=29941 vsize=10558808 CPUtime=1.26 cores=1,3,5,7
/proc/29943/task/29958/stat : 29958 (java) S 29941 29943 23562 0 -1 4202560 13592 0 0 0 126 0 0 0 15 0 22 0 811842323 10812219392 167738 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 1 0 0 0
[pid=29943/tid=29959] ppid=29941 vsize=10558808 CPUtime=1.65 cores=1,3,5,7
/proc/29943/task/29959/stat : 29959 (java) S 29941 29943 23562 0 -1 4202560 11185 0 0 0 164 1 0 0 15 0 22 0 811842323 10812219392 167738 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29960] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29960/stat : 29960 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811842323 10812219392 167738 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29961] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29961/stat : 29961 (java) S 29941 29943 23562 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 811842323 10812219392 167738 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29965] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29965/stat : 29965 (java) S 29941 29943 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811842339 10812219392 167738 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29973] ppid=29941 vsize=10558808 CPUtime=24.15 cores=1,3,5,7
/proc/29943/task/29973/stat : 29973 (java) R 29941 29943 23562 0 -1 4202560 13 0 0 0 2415 0 0 0 15 0 22 0 811847097 10812219392 167738 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 46912505582569 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29943/tid=29974] ppid=29941 vsize=10558808 CPUtime=24.14 cores=1,3,5,7
/proc/29943/task/29974/stat : 29974 (java) R 29941 29943 23562 0 -1 4202560 16 0 0 0 2414 0 0 0 15 0 22 0 811847097 10812219392 167738 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 46912505539422 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29943/tid=29975] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29975/stat : 29975 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811847098 10812219392 167738 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 145.59
Current children cumulated vsize (KiB) 10558808

[startup+76.5178 s]
/proc/loadavg: 3.66 3.80 3.87 6/498 30025
/proc/meminfo: memFree=23304892/32951124 swapFree=60476376/67111528
[pid=29943] ppid=29941 vsize=10558808 CPUtime=147.12 cores=1,3,5,7
/proc/29943/stat : 29943 (java) S 29941 29943 23562 0 -1 4202496 185254 0 1 0 14687 25 0 0 24 0 22 0 811842316 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29943/statm: 2639702 168118 2258 9 0 2630436 0
[pid=29943/tid=29944] ppid=29941 vsize=10558808 CPUtime=0.21 cores=1,3,5,7
/proc/29943/task/29944/stat : 29944 (java) S 29941 29943 23562 0 -1 4202560 12107 0 1 0 20 1 0 0 15 0 22 0 811842317 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29946] ppid=29941 vsize=10558808 CPUtime=0.15 cores=1,3,5,7
/proc/29943/task/29946/stat : 29946 (java) S 29941 29943 23562 0 -1 4202560 326 0 0 0 15 0 0 0 15 0 22 0 811842319 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29947] ppid=29941 vsize=10558808 CPUtime=0.13 cores=1,3,5,7
/proc/29943/task/29947/stat : 29947 (java) S 29941 29943 23562 0 -1 4202560 53 0 0 0 13 0 0 0 16 0 22 0 811842319 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29948] ppid=29941 vsize=10558808 CPUtime=0.13 cores=1,3,5,7
/proc/29943/task/29948/stat : 29948 (java) S 29941 29943 23562 0 -1 4202560 89 0 0 0 13 0 0 0 15 0 22 0 811842319 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29949] ppid=29941 vsize=10558808 CPUtime=0.16 cores=1,3,5,7
/proc/29943/task/29949/stat : 29949 (java) S 29941 29943 23562 0 -1 4202560 47 0 0 0 16 0 0 0 16 0 22 0 811842319 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29950] ppid=29941 vsize=10558808 CPUtime=0.17 cores=1,3,5,7
/proc/29943/task/29950/stat : 29950 (java) S 29941 29943 23562 0 -1 4202560 483 0 0 0 17 0 0 0 15 0 22 0 811842319 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29951] ppid=29941 vsize=10558808 CPUtime=0.16 cores=1,3,5,7
/proc/29943/task/29951/stat : 29951 (java) S 29941 29943 23562 0 -1 4202560 548 0 0 0 16 0 0 0 16 0 22 0 811842319 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29952] ppid=29941 vsize=10558808 CPUtime=0.13 cores=1,3,5,7
/proc/29943/task/29952/stat : 29952 (java) S 29941 29943 23562 0 -1 4202560 359 0 0 0 13 0 0 0 16 0 22 0 811842319 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29953] ppid=29941 vsize=10558808 CPUtime=0.15 cores=1,3,5,7
/proc/29943/task/29953/stat : 29953 (java) S 29941 29943 23562 0 -1 4202560 430 0 0 0 15 0 0 0 16 0 22 0 811842319 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29954] ppid=29941 vsize=10558808 CPUtime=7.72 cores=1,3,5,7
/proc/29943/task/29954/stat : 29954 (java) S 29941 29943 23562 0 -1 4202560 16277 0 0 0 769 3 0 0 16 0 22 0 811842320 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 0 0 16800975 18446604458016407936 0 0 -1 1 0 0 0
[pid=29943/tid=29955] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29955/stat : 29955 (java) S 29941 29943 23562 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 811842320 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29956] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29956/stat : 29956 (java) S 29941 29943 23562 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 22 0 811842320 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29957] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29957/stat : 29957 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811842323 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828060081 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29958] ppid=29941 vsize=10558808 CPUtime=1.26 cores=1,3,5,7
/proc/29943/task/29958/stat : 29958 (java) S 29941 29943 23562 0 -1 4202560 13592 0 0 0 126 0 0 0 15 0 22 0 811842323 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 1 0 0 0
[pid=29943/tid=29959] ppid=29941 vsize=10558808 CPUtime=1.65 cores=1,3,5,7
/proc/29943/task/29959/stat : 29959 (java) S 29941 29943 23562 0 -1 4202560 11185 0 0 0 164 1 0 0 15 0 22 0 811842323 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29960] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29960/stat : 29960 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811842323 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29961] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29961/stat : 29961 (java) S 29941 29943 23562 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 22 0 811842323 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29965] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29965/stat : 29965 (java) S 29941 29943 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811842339 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29973] ppid=29941 vsize=10558808 CPUtime=24.85 cores=1,3,5,7
/proc/29943/task/29973/stat : 29973 (java) R 29941 29943 23562 0 -1 4202560 13 0 0 0 2485 0 0 0 15 0 22 0 811847097 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 46912505739713 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=29943/tid=29974] ppid=29941 vsize=10558808 CPUtime=24.85 cores=1,3,5,7
/proc/29943/task/29974/stat : 29974 (java) R 29941 29943 23562 0 -1 4202560 17 0 0 0 2485 0 0 0 15 0 22 0 811847097 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 46912505589040 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29943/tid=29975] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29975/stat : 29975 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811847098 10812219392 168118 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 147.12
Current children cumulated vsize (KiB) 10558808

[startup+77.3067 s]
/proc/loadavg: 3.66 3.80 3.87 6/498 30025
/proc/meminfo: memFree=23304892/32951124 swapFree=60476376/67111528
[pid=29943] ppid=29941 vsize=10558808 CPUtime=148.45 cores=1,3,5,7
/proc/29943/stat : 29943 (java) S 29941 29943 23562 0 -1 4202496 185256 0 1 0 14820 25 0 0 24 0 19 0 811842316 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29943/statm: 2639702 168119 2258 9 0 2630436 0
[pid=29943/tid=29944] ppid=29941 vsize=10558808 CPUtime=0.23 cores=1,3,5,7
/proc/29943/task/29944/stat : 29944 (java) R 29941 29943 23562 0 -1 4202560 12108 0 1 0 22 1 0 0 15 0 19 0 811842317 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 46912505366576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29943/tid=29946] ppid=29941 vsize=10558808 CPUtime=0.15 cores=1,3,5,7
/proc/29943/task/29946/stat : 29946 (java) S 29941 29943 23562 0 -1 4202560 326 0 0 0 15 0 0 0 15 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29947] ppid=29941 vsize=10558808 CPUtime=0.13 cores=1,3,5,7
/proc/29943/task/29947/stat : 29947 (java) S 29941 29943 23562 0 -1 4202560 53 0 0 0 13 0 0 0 16 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29948] ppid=29941 vsize=10558808 CPUtime=0.13 cores=1,3,5,7
/proc/29943/task/29948/stat : 29948 (java) S 29941 29943 23562 0 -1 4202560 89 0 0 0 13 0 0 0 15 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29949] ppid=29941 vsize=10558808 CPUtime=0.16 cores=1,3,5,7
/proc/29943/task/29949/stat : 29949 (java) S 29941 29943 23562 0 -1 4202560 47 0 0 0 16 0 0 0 16 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29950] ppid=29941 vsize=10558808 CPUtime=0.17 cores=1,3,5,7
/proc/29943/task/29950/stat : 29950 (java) S 29941 29943 23562 0 -1 4202560 483 0 0 0 17 0 0 0 15 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29951] ppid=29941 vsize=10558808 CPUtime=0.16 cores=1,3,5,7
/proc/29943/task/29951/stat : 29951 (java) S 29941 29943 23562 0 -1 4202560 548 0 0 0 16 0 0 0 16 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29952] ppid=29941 vsize=10558808 CPUtime=0.13 cores=1,3,5,7
/proc/29943/task/29952/stat : 29952 (java) S 29941 29943 23562 0 -1 4202560 359 0 0 0 13 0 0 0 16 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29953] ppid=29941 vsize=10558808 CPUtime=0.15 cores=1,3,5,7
/proc/29943/task/29953/stat : 29953 (java) S 29941 29943 23562 0 -1 4202560 430 0 0 0 15 0 0 0 16 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29954] ppid=29941 vsize=10558808 CPUtime=7.72 cores=1,3,5,7
/proc/29943/task/29954/stat : 29954 (java) S 29941 29943 23562 0 -1 4202560 16277 0 0 0 769 3 0 0 16 0 19 0 811842320 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 0 0 16800975 18446604458016407936 0 0 -1 1 0 0 0
[pid=29943/tid=29955] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29955/stat : 29955 (java) S 29941 29943 23562 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 811842320 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29956] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29956/stat : 29956 (java) S 29941 29943 23562 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 811842320 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29957] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29957/stat : 29957 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811842323 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828060081 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29958] ppid=29941 vsize=10558808 CPUtime=1.26 cores=1,3,5,7
/proc/29943/task/29958/stat : 29958 (java) S 29941 29943 23562 0 -1 4202560 13593 0 0 0 126 0 0 0 15 0 19 0 811842323 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 1 0 0 0
[pid=29943/tid=29959] ppid=29941 vsize=10558808 CPUtime=1.65 cores=1,3,5,7
/proc/29943/task/29959/stat : 29959 (java) S 29941 29943 23562 0 -1 4202560 11185 0 0 0 164 1 0 0 15 0 19 0 811842323 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 1 0 0 0
[pid=29943/tid=29960] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29960/stat : 29960 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811842323 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29961] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29961/stat : 29961 (java) S 29941 29943 23562 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 811842323 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 1 0 0 0
[pid=29943/tid=29965] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29965/stat : 29965 (java) S 29941 29943 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 811842339 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 148.45
Current children cumulated vsize (KiB) 10558808

[startup+77.5006 s]
/proc/loadavg: 3.66 3.80 3.87 6/495 30025
/proc/meminfo: memFree=23306528/32951124 swapFree=60476376/67111528
[pid=29943] ppid=29941 vsize=10558808 CPUtime=148.67 cores=1,3,5,7
/proc/29943/stat : 29943 (java) S 29941 29943 23562 0 -1 4202496 185256 0 1 0 14842 25 0 0 24 0 19 0 811842316 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29943/statm: 2639702 168119 2258 9 0 2630436 0
[pid=29943/tid=29944] ppid=29941 vsize=10558808 CPUtime=0.44 cores=1,3,5,7
/proc/29943/task/29944/stat : 29944 (java) R 29941 29943 23562 0 -1 4202560 12108 0 1 0 43 1 0 0 16 0 19 0 811842317 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 46912505366588 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=29943/tid=29946] ppid=29941 vsize=10558808 CPUtime=0.15 cores=1,3,5,7
/proc/29943/task/29946/stat : 29946 (java) S 29941 29943 23562 0 -1 4202560 326 0 0 0 15 0 0 0 15 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29947] ppid=29941 vsize=10558808 CPUtime=0.13 cores=1,3,5,7
/proc/29943/task/29947/stat : 29947 (java) S 29941 29943 23562 0 -1 4202560 53 0 0 0 13 0 0 0 16 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29948] ppid=29941 vsize=10558808 CPUtime=0.13 cores=1,3,5,7
/proc/29943/task/29948/stat : 29948 (java) S 29941 29943 23562 0 -1 4202560 89 0 0 0 13 0 0 0 15 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29949] ppid=29941 vsize=10558808 CPUtime=0.16 cores=1,3,5,7
/proc/29943/task/29949/stat : 29949 (java) S 29941 29943 23562 0 -1 4202560 47 0 0 0 16 0 0 0 16 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29950] ppid=29941 vsize=10558808 CPUtime=0.17 cores=1,3,5,7
/proc/29943/task/29950/stat : 29950 (java) S 29941 29943 23562 0 -1 4202560 483 0 0 0 17 0 0 0 15 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29951] ppid=29941 vsize=10558808 CPUtime=0.16 cores=1,3,5,7
/proc/29943/task/29951/stat : 29951 (java) S 29941 29943 23562 0 -1 4202560 548 0 0 0 16 0 0 0 16 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29952] ppid=29941 vsize=10558808 CPUtime=0.13 cores=1,3,5,7
/proc/29943/task/29952/stat : 29952 (java) S 29941 29943 23562 0 -1 4202560 359 0 0 0 13 0 0 0 16 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29953] ppid=29941 vsize=10558808 CPUtime=0.15 cores=1,3,5,7
/proc/29943/task/29953/stat : 29953 (java) S 29941 29943 23562 0 -1 4202560 430 0 0 0 15 0 0 0 16 0 19 0 811842319 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 5 0 0 0
[pid=29943/tid=29954] ppid=29941 vsize=10558808 CPUtime=7.72 cores=1,3,5,7
/proc/29943/task/29954/stat : 29954 (java) S 29941 29943 23562 0 -1 4202560 16277 0 0 0 769 3 0 0 16 0 19 0 811842320 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 0 0 16800975 18446604458016407936 0 0 -1 1 0 0 0
[pid=29943/tid=29955] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29955/stat : 29955 (java) S 29941 29943 23562 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 19 0 811842320 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29956] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29956/stat : 29956 (java) S 29941 29943 23562 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 811842320 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29957] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29957/stat : 29957 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811842323 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828060081 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29958] ppid=29941 vsize=10558808 CPUtime=1.26 cores=1,3,5,7
/proc/29943/task/29958/stat : 29958 (java) S 29941 29943 23562 0 -1 4202560 13593 0 0 0 126 0 0 0 15 0 19 0 811842323 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 1 0 0 0
[pid=29943/tid=29959] ppid=29941 vsize=10558808 CPUtime=1.66 cores=1,3,5,7
/proc/29943/task/29959/stat : 29959 (java) S 29941 29943 23562 0 -1 4202560 11185 0 0 0 165 1 0 0 15 0 19 0 811842323 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 7 0 0 0
[pid=29943/tid=29960] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29960/stat : 29960 (java) S 29941 29943 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 811842323 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052377 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29961] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29961/stat : 29961 (java) S 29941 29943 23562 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 811842323 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
[pid=29943/tid=29965] ppid=29941 vsize=10558808 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29965/stat : 29965 (java) S 29941 29943 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 811842339 10812219392 168119 33554432000 1073741824 1073778376 140736319753904 18446744073709551615 220828052992 0 4 0 16800975 18446604458016407936 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 148.67
Current children cumulated vsize (KiB) 10558808

[startup+77.6176 s]
/proc/loadavg: 3.66 3.80 3.87 6/495 30025
/proc/meminfo: memFree=23306528/32951124 swapFree=60476376/67111528
[pid=29943] ppid=29941 vsize=0 CPUtime=148.77 cores=1,3,5,7
/proc/29943/stat : 29943 (java) Z 29941 29943 23562 0 -1 4203548 185268 0 1 0 14851 26 0 0 18 0 2 0 811842316 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/29943/statm: 0 0 0 0 0 0 0
[pid=29943/tid=29965] ppid=29941 vsize=0 CPUtime=0 cores=1,3,5,7
/proc/29943/task/29965/stat : 29965 (java) R 29941 29943 23562 0 -1 4203588 7 0 0 0 0 0 0 0 18 0 2 0 811842339 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 148.77
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 77.6373
CPU time (s): 148.801
CPU user time (s): 148.519
CPU system time (s): 0.281957
CPU usage (%): 191.662
Max. virtual memory (cumulated for all children) (KiB): 10567352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.519
system time used= 0.281957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185268
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= 5130
involuntary context switches= 2229

runsolver used 0.394939 second user time and 0.824874 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-04 15:31:04
IDJOB=3453816
IDBENCH=48020
IDSOLVER=1950
FILE ID=node147/3453816-1307194264
RUNJOBID= node147-1307194135-29247
PBS_JOBID= 13508849
Free space on /tmp= 73696 MiB

SOLVER NAME= Sat4j Res//CP 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 -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453816-1307194264/watcher-3453816-1307194264 -o /tmp/evaluation-result-3453816-1307194264/solver-3453816-1307194264 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453816-1307194264.opb

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

MD5SUM BENCH= a6d214cc283b484f5cca285d86c4d8bb
RANDOM SEED=1649840879

node147.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.836
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.67
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.836
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.82
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.836
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.75
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.836
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.836
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.76
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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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:     32951124 kB
MemFree:      23719860 kB
Buffers:        328636 kB
Cached:        1494072 kB
SwapCached:      11188 kB
Active:        7606336 kB
Inactive:      1363416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23719860 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:             272 kB
Writeback:           0 kB
AnonPages:     7143788 kB
Mapped:          30924 kB
Slab:           134396 kB
PageTables:      60300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 131139556 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= 73696 MiB
End job on node147 at 2011-06-04 15:32:22