Trace number 4085408

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 PB 2.3.6 Resolution PB16OPT5 226.269 223.999

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-ex4inp.r.opb
MD5SUMbc692dc92013616c4d370a3b9a33f673
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.016996
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables240
Total number of constraints91
Number of constraints which are clauses91
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint8
Maximum length of a constraint176
Number of terms in the objective function 240
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 240
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 240
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-2013 Artois University and CNRS
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 PB16.v20160501
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.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
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 No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085408-1465242197.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.29/0.26	c ... done. Wall clock time 0.152s.
0.29/0.26	c declared #vars     240
0.29/0.26	c #constraints  91
0.29/0.26	c constraints type 
0.29/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91
0.29/0.26	c 91 constraints processed.
0.29/0.26	c objective function length is 240 literals
0.29/0.27	c SATISFIABLE
0.29/0.27	c OPTIMIZING...
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.158
0.29/0.27	o 8
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.165
0.29/0.28	o 7
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.17
0.29/0.28	o 6
0.98/0.59	c cleaning 2504 clauses out of 5007 with flag 19324/5007
1.40/0.86	c cleaning 4253 clauses out of 8505 with flag 42584/11009
1.63/1.08	c Got one! Elapsed wall clock time (in seconds):0.969
1.63/1.08	o 5
1.74/1.13	c cleaning 5082 clauses out of 10167 with flag 3627/16924
2.07/1.42	c cleaning 5544 clauses out of 11089 with flag 25398/22928
2.72/1.77	c cleaning 6266 clauses out of 12539 with flag 50280/29922
3.42/2.15	c cleaning 7137 clauses out of 14273 with flag 77804/37922
3.92/2.64	c cleaning 8062 clauses out of 16136 with flag 110920/46922
4.44/3.12	c cleaning 9038 clauses out of 18075 with flag 156439/56923
5.04/3.73	c cleaning 10018 clauses out of 20037 with flag 199423/67923
5.76/4.44	c cleaning 10996 clauses out of 22018 with flag 245746/79922
6.56/5.24	c cleaning 12006 clauses out of 24023 with flag 290534/92923
7.38/6.05	c cleaning 13008 clauses out of 26016 with flag 340531/106922
8.28/6.96	c cleaning 14010 clauses out of 28019 with flag 392325/121933
9.56/7.86	c cleaning 14984 clauses out of 29999 with flag 447776/137923
10.56/8.89	c cleaning 15991 clauses out of 32014 with flag 509845/154922
11.66/9.94	c cleaning 16972 clauses out of 34023 with flag 575859/172922
12.95/11.24	c cleaning 18026 clauses out of 36051 with flag 644894/191922
14.46/12.79	c cleaning 18990 clauses out of 38025 with flag 714202/211922
15.96/14.23	c cleaning 20000 clauses out of 40037 with flag 788002/232924
17.46/15.76	c cleaning 21006 clauses out of 42037 with flag 866226/254924
19.07/17.34	c cleaning 22005 clauses out of 44029 with flag 948820/277922
20.87/19.11	c cleaning 23007 clauses out of 46026 with flag 1034745/301924
22.68/20.94	c cleaning 23991 clauses out of 48017 with flag 1123907/326922
24.77/23.00	c cleaning 24990 clauses out of 50026 with flag 1218569/352922
26.57/24.87	c cleaning 26008 clauses out of 52036 with flag 1315104/379922
28.89/27.14	c cleaning 27002 clauses out of 54030 with flag 1420444/407924
31.09/29.31	c cleaning 28003 clauses out of 56027 with flag 1521206/436923
33.49/31.71	c cleaning 28996 clauses out of 58026 with flag 1625739/466925
36.29/34.53	c cleaning 30016 clauses out of 60031 with flag 1736901/497926
38.69/36.98	c cleaning 31008 clauses out of 62016 with flag 1855775/529927
41.51/39.72	c cleaning 31946 clauses out of 64003 with flag 1974231/562922
44.50/42.74	c cleaning 33019 clauses out of 66058 with flag 2098658/596923
47.81/46.10	c cleaning 34019 clauses out of 68037 with flag 2226098/631922
51.42/49.62	c cleaning 34996 clauses out of 70016 with flag 2355744/667922
54.72/52.99	c cleaning 36010 clauses out of 72020 with flag 2487680/704922
58.14/56.38	c cleaning 36988 clauses out of 74009 with flag 2627586/742922
61.94/60.15	c cleaning 37966 clauses out of 76021 with flag 2771440/781922
65.84/64.06	c cleaning 38989 clauses out of 78055 with flag 2917285/821922
69.56/67.77	c cleaning 40029 clauses out of 80066 with flag 3066778/862922
74.57/72.72	c cleaning 41004 clauses out of 82037 with flag 3212338/904922
78.97/77.13	c cleaning 42004 clauses out of 84034 with flag 3367254/947923
83.56/81.77	c cleaning 43008 clauses out of 86029 with flag 3529604/991922
88.36/86.54	c cleaning 44009 clauses out of 88022 with flag 3699238/1036923
93.86/92.08	c cleaning 45004 clauses out of 90015 with flag 3870056/1082925
99.67/97.88	c cleaning 46000 clauses out of 92010 with flag 4042066/1129924
105.48/103.61	c cleaning 46973 clauses out of 94007 with flag 4213416/1177922
110.93/109.04	c cleaning 48005 clauses out of 96034 with flag 4391540/1226922
116.52/114.61	c cleaning 49002 clauses out of 98030 with flag 4580979/1276923
122.93/121.02	c cleaning 50013 clauses out of 100028 with flag 4781693/1327923
128.53/126.62	c cleaning 50984 clauses out of 102016 with flag 4974036/1379924
134.83/132.96	c cleaning 52004 clauses out of 104030 with flag 5161973/1432923
141.83/139.98	c cleaning 52991 clauses out of 106027 with flag 5369751/1486924
150.03/148.18	c cleaning 54008 clauses out of 108034 with flag 5578510/1541922
157.33/155.32	c cleaning 55008 clauses out of 110027 with flag 5780134/1597923
165.13/163.18	c cleaning 56005 clauses out of 112024 with flag 5982190/1654928
172.33/170.37	c cleaning 57007 clauses out of 114015 with flag 6186051/1712924
180.13/178.12	c cleaning 57999 clauses out of 116006 with flag 6406633/1771923
188.24/186.22	c cleaning 58989 clauses out of 118007 with flag 6627056/1831923
196.24/194.25	c cleaning 59981 clauses out of 120016 with flag 6843039/1892922
204.24/202.22	c cleaning 61018 clauses out of 122041 with flag 7068984/1954928
214.17/212.06	c cleaning 61994 clauses out of 124017 with flag 7280838/2017922
223.77/221.67	c cleaning 62994 clauses out of 126020 with flag 7505063/2081923
226.07/223.99	c starts		: 13798
226.07/223.99	c conflicts		: 2107182
226.07/223.99	c decisions		: 10408399
226.07/223.99	c propagations		: 66141756
226.07/223.99	c inspects		: 4290241748
226.07/223.99	c shortcuts		: 0
226.07/223.99	c learnt literals	: 27
226.07/223.99	c learnt binary clauses	: 187
226.07/223.99	c learnt ternary clauses	: 201
226.07/223.99	c learnt constraints	: 2107154
226.07/223.99	c ignored constraints	: 0
226.07/223.99	c root simplifications	: 0
226.07/223.99	c removed literals (reason simplification)	: 0
226.07/223.99	c reason swapping (by a shorter reason)	: 0
226.07/223.99	c Calls to reduceDB	: 62
226.07/223.99	c Number of update (reduction) of LBD	: 1310199
226.07/223.99	c Imported unit clauses	: 0
226.07/223.99	c number of reductions to clauses (during analyze)	: 0
226.07/223.99	c number of learned constraints concerned by reduction	: 0
226.07/223.99	c number of learning phase by resolution	: 0
226.07/223.99	c number of learning phase by cutting planes	: 0
226.07/223.99	c speed (assignments/second)	: 295643.93150397146
226.07/223.99	c non guided choices	0
226.07/223.99	c learnt constraints type 
226.07/223.99	s OPTIMUM FOUND
226.07/223.99	c Found 4 solution(s)
226.07/223.99	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 
226.07/223.99	c objective function=5
226.07/223.99	c Total wall clock time (in seconds): 223.879

Verifier Data

OK	5

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4085408-1465242197/watcher-4085408-1465242197 -o /tmp/evaluation-result-4085408-1465242197/solver-4085408-1465242197 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32604 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085408-1465242197.opb 

pid=3720
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: 2.20 2.14 2.09 3/194 3723
/proc/meminfo: memFree=31539936/32872528 swapFree=12744/274376
[pid=3723] ppid=3720 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/3723/stat : 3723 (java) S 3720 3723 32587 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 106154407 96370688 927 33554432000 1073741824 1073778376 140734167933840 140734167924976 251146567741 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3723/statm: 23528 931 705 9 0 16769 0
[pid=3723/tid=3724] ppid=3720 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3724/stat : 3724 (java) R 3720 3723 32587 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 106154407 98570240 977 33554432000 1073741824 1073778376 140734167933840 139754590490152 251143210368 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100154 s]
/proc/loadavg: 2.20 2.14 2.09 3/194 3723
/proc/meminfo: memFree=31539936/32872528 swapFree=12744/274376
[pid=3723] ppid=3720 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/3723/stat : 3723 (java) S 3720 3723 32587 0 -1 4202496 4389 0 1 0 9 1 0 0 20 0 18 0 106154407 9787879424 6029 33554432000 1073741824 1073778376 140734167933840 140734167924976 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3723/statm: 2389619 6029 2125 9 0 2380296 0
[pid=3723/tid=3724] ppid=3720 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3723/task/3724/stat : 3724 (java) R 3720 3723 32587 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 106154407 9787879424 6029 33554432000 1073741824 1073778376 140734167933840 139754590493600 251146593549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200378 s]
/proc/loadavg: 2.20 2.14 2.09 3/194 3723
/proc/meminfo: memFree=31539936/32872528 swapFree=12744/274376
[pid=3723] ppid=3720 vsize=9558856 CPUtime=0.29 cores=1,3,5,7
/proc/3723/stat : 3723 (java) S 3720 3723 32587 0 -1 4202496 5249 0 1 0 28 1 0 0 20 0 18 0 106154407 9788268544 7204 33554432000 1073741824 1073778376 140734167933840 140734167924976 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3723/statm: 2389619 7110 2217 9 0 2380296 0
[pid=3723/tid=3724] ppid=3720 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/3723/task/3724/stat : 3724 (java) R 3720 3723 32587 0 -1 4202560 2397 0 1 0 16 1 0 0 20 0 18 0 106154407 9787879424 7110 33554432000 1073741824 1073778376 140734167933840 139754590480680 139754427406669 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558856

[startup+0.300418 s]
/proc/loadavg: 2.20 2.14 2.09 3/194 3723
/proc/meminfo: memFree=31539936/32872528 swapFree=12744/274376
[pid=3723] ppid=3720 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/3723/stat : 3723 (java) S 3720 3723 32587 0 -1 4202496 7263 0 1 0 55 3 0 0 20 0 19 0 106154407 9856040960 9384 33554432000 1073741824 1073778376 140734167933840 140734167924976 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3723/statm: 2406260 9384 2239 9 0 2396937 0
[pid=3723/tid=3724] ppid=3720 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/3723/task/3724/stat : 3724 (java) R 3720 3723 32587 0 -1 4202560 2412 0 1 0 26 1 0 0 20 0 19 0 106154407 9856040960 9384 33554432000 1073741824 1073778376 140734167933840 139754590495360 139754427465127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9625040

[startup+0.700285 s]
/proc/loadavg: 2.20 2.14 2.09 3/194 3723
/proc/meminfo: memFree=31539936/32872528 swapFree=12744/274376
[pid=3723] ppid=3720 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/3723/stat : 3723 (java) S 3720 3723 32587 0 -1 4202496 8057 0 1 0 123 3 0 0 20 0 19 0 106154407 9856040960 10518 33554432000 1073741824 1073778376 140734167933840 140734167924976 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3723/statm: 2406260 10518 2258 9 0 2396937 0
[pid=3723/tid=3724] ppid=3720 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/3723/task/3724/stat : 3724 (java) R 3720 3723 32587 0 -1 4202560 2414 0 1 0 66 1 0 0 20 0 19 0 106154407 9856040960 10518 33554432000 1073741824 1073778376 140734167933840 139754590486208 139754427615009 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.20 2.14 2.09 3/213 3742
/proc/meminfo: memFree=31503912/32872528 swapFree=12744/274376
[pid=3723] ppid=3720 vsize=9625040 CPUtime=2.32 cores=1,3,5,7
/proc/3723/stat : 3723 (java) S 3720 3723 32587 0 -1 4202496 12887 0 1 0 228 4 0 0 20 0 19 0 106154407 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 140734167924976 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3723/statm: 2406260 15184 2260 9 0 2396937 0
[pid=3723/tid=3724] ppid=3720 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/3723/task/3724/stat : 3724 (java) R 3720 3723 32587 0 -1 4202560 2418 0 1 0 146 2 0 0 20 0 19 0 106154407 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139754590493240 139754428023431 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3726] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3726/stat : 3726 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139754551986856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3727] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3727/stat : 3727 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139754550934312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3728] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3728/stat : 3728 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139754549881768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3723/tid=3729] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3729/stat : 3729 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139754548829224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3730] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3730/stat : 3730 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139754547775656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3731] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3731/stat : 3731 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139754546723112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3732] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3732/stat : 3732 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139754427378088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3733] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3733/stat : 3733 (java) S 3720 3723 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139754426325544 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3734] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3734/stat : 3734 (java) S 3720 3723 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139754414127720 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3735] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3735/stat : 3735 (java) S 3720 3723 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139754413074040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3736] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3736/stat : 3736 (java) S 3720 3723 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139754412021384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3737] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3737/stat : 3737 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139753672403984 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3738] ppid=3720 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/3723/task/3738/stat : 3738 (java) R 3720 3723 32587 0 -1 4202560 6101 0 0 0 44 1 0 0 20 0 19 0 106154412 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139753671327528 139754594341584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3739] ppid=3720 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/3723/task/3739/stat : 3739 (java) S 3720 3723 32587 0 -1 4202560 3091 0 0 0 33 1 0 0 20 0 19 0 106154412 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139753670297784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3740] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3740/stat : 3740 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139753669245432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3741] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3741/stat : 3741 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139753668193096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3742] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3742/stat : 3742 (java) S 3720 3723 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106154434 9856040960 15184 33554432000 1073741824 1073778376 140734167933840 139753667138856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.20 2.14 2.09 3/213 3742
/proc/meminfo: memFree=31480104/32872528 swapFree=12744/274376
[pid=3723] ppid=3720 vsize=9625040 CPUtime=4.44 cores=1,3,5,7
/proc/3723/stat : 3723 (java) S 3720 3723 32587 0 -1 4202496 15553 0 1 0 439 5 0 0 20 0 19 0 106154407 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 140734167924976 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3723/statm: 2406260 18424 2260 9 0 2396937 0
[pid=3723/tid=3724] ppid=3720 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/3723/task/3724/stat : 3724 (java) R 3720 3723 32587 0 -1 4202560 2424 0 1 0 305 2 0 0 20 0 19 0 106154407 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139754590494008 139754427950984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3726] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3726/stat : 3726 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139754551986856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3727] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3727/stat : 3727 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139754550934312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3728] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3728/stat : 3728 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139754549881768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3723/tid=3729] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3729/stat : 3729 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139754548829224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3730] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3730/stat : 3730 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139754547775656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3731] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3731/stat : 3731 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139754546723112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3732] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3732/stat : 3732 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139754427378088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3733] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3733/stat : 3733 (java) S 3720 3723 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139754426325544 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3734] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3734/stat : 3734 (java) S 3720 3723 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139754414127720 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3735] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3735/stat : 3735 (java) S 3720 3723 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139754413074040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3736] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3736/stat : 3736 (java) S 3720 3723 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139754412021384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3737] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3737/stat : 3737 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139753672403984 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3738] ppid=3720 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/3723/task/3738/stat : 3738 (java) S 3720 3723 32587 0 -1 4202560 8742 0 0 0 95 2 0 0 20 0 19 0 106154412 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139753671350328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3739] ppid=3720 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/3723/task/3739/stat : 3739 (java) S 3720 3723 32587 0 -1 4202560 3110 0 0 0 35 1 0 0 20 0 19 0 106154412 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139753670297784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3740] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3740/stat : 3740 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139753669245432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3741] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3741/stat : 3741 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139753668193096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3742] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3742/stat : 3742 (java) S 3720 3723 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106154434 9856040960 18424 33554432000 1073741824 1073778376 140734167933840 139753667138856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.18 2.14 2.09 3/213 3742
/proc/meminfo: memFree=31461768/32872528 swapFree=12744/274376
[pid=3723] ppid=3720 vsize=9625040 CPUtime=7.68 cores=1,3,5,7
/proc/3723/stat : 3723 (java) S 3720 3723 32587 0 -1 4202496 15566 0 1 0 763 5 0 0 20 0 19 0 106154407 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 140734167924976 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3723/statm: 2406260 22481 2261 9 0 2396937 0
[pid=3723/tid=3724] ppid=3720 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/3723/task/3724/stat : 3724 (java) R 3720 3723 32587 0 -1 4202560 2435 0 1 0 625 2 0 0 20 0 19 0 106154407 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139754590493208 139754427950984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3726] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3726/stat : 3726 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139754551986856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3727] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3727/stat : 3727 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139754550934312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3728] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3728/stat : 3728 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139754549881768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3723/tid=3729] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3729/stat : 3729 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139754548829224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3730] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3730/stat : 3730 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139754547775656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3731] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3731/stat : 3731 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139754546723112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3732] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3732/stat : 3732 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139754427378088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3733] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3733/stat : 3733 (java) S 3720 3723 32587 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106154408 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139754426325544 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3734] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3734/stat : 3734 (java) S 3720 3723 32587 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139754414127720 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3735] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3735/stat : 3735 (java) S 3720 3723 32587 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139754413074040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3736] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3736/stat : 3736 (java) S 3720 3723 32587 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139754412021384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3737] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3737/stat : 3737 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139753672403984 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3738] ppid=3720 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/3723/task/3738/stat : 3738 (java) S 3720 3723 32587 0 -1 4202560 8742 0 0 0 95 2 0 0 20 0 19 0 106154412 9856040960 22481 33554432000 1073741824 1073778376 140734167933840 139753671350328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3739] ppid=3720 vsize=9625040 CPUtime=0.4 cores=1,3,5,7

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

[pid=3723/tid=3728] ppid=3720 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/3723/task/3728/stat : 3728 (java) S 3720 3723 32587 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754549881768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3723/tid=3729] ppid=3720 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/3723/task/3729/stat : 3729 (java) S 3720 3723 32587 0 -1 4202560 207 0 0 0 5 3 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754548829224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3730] ppid=3720 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3723/task/3730/stat : 3730 (java) S 3720 3723 32587 0 -1 4202560 133 0 0 0 3 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754547775656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3731] ppid=3720 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/3723/task/3731/stat : 3731 (java) S 3720 3723 32587 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754546723112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3723/tid=3732] ppid=3720 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/3723/task/3732/stat : 3732 (java) S 3720 3723 32587 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754427378088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3733] ppid=3720 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3723/task/3733/stat : 3733 (java) S 3720 3723 32587 0 -1 4202560 169 0 0 0 3 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754426325544 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3734] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3734/stat : 3734 (java) S 3720 3723 32587 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754414127720 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3735] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3735/stat : 3735 (java) S 3720 3723 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754413074040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3736] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3736/stat : 3736 (java) S 3720 3723 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754412021384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3737] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3737/stat : 3737 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753672403984 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3738] ppid=3720 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/3723/task/3738/stat : 3738 (java) S 3720 3723 32587 0 -1 4202560 8742 0 0 0 95 2 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753671350328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3739] ppid=3720 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/3723/task/3739/stat : 3739 (java) S 3720 3723 32587 0 -1 4202560 8756 0 0 0 81 3 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753670297784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3740] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3740/stat : 3740 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753669245432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3741] ppid=3720 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/3723/task/3741/stat : 3741 (java) S 3720 3723 32587 0 -1 4202560 14 0 0 0 5 3 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753668193096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3742] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3742/stat : 3742 (java) S 3720 3723 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106154434 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753667138856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 225.37
Current children cumulated vsize (KiB) 9625040

[startup+223.601 s]
/proc/loadavg: 2.11 2.16 2.10 3/213 3746
/proc/meminfo: memFree=31271748/32872528 swapFree=12744/274376
[pid=3723] ppid=3720 vsize=9625040 CPUtime=225.77 cores=1,3,5,7
/proc/3723/stat : 3723 (java) S 3720 3723 32587 0 -1 4202496 22046 0 1 0 22556 21 0 0 20 0 19 0 106154407 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 140734167924976 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3723/statm: 2406260 66780 2275 9 0 2396937 0
[pid=3723/tid=3724] ppid=3720 vsize=9625040 CPUtime=223.44 cores=1,3,5,7
/proc/3723/task/3724/stat : 3724 (java) R 3720 3723 32587 0 -1 4202560 2487 0 1 0 22337 7 0 0 20 0 19 0 106154407 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754590486208 139754428023431 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3726] ppid=3720 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3723/task/3726/stat : 3726 (java) S 3720 3723 32587 0 -1 4202560 142 0 0 0 3 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754551986856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3727] ppid=3720 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/3723/task/3727/stat : 3727 (java) S 3720 3723 32587 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754550934312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3728] ppid=3720 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/3723/task/3728/stat : 3728 (java) S 3720 3723 32587 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754549881768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3723/tid=3729] ppid=3720 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/3723/task/3729/stat : 3729 (java) S 3720 3723 32587 0 -1 4202560 207 0 0 0 5 3 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754548829224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3730] ppid=3720 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3723/task/3730/stat : 3730 (java) S 3720 3723 32587 0 -1 4202560 133 0 0 0 3 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754547775656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3731] ppid=3720 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/3723/task/3731/stat : 3731 (java) S 3720 3723 32587 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754546723112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3723/tid=3732] ppid=3720 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/3723/task/3732/stat : 3732 (java) S 3720 3723 32587 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754427378088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3733] ppid=3720 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3723/task/3733/stat : 3733 (java) S 3720 3723 32587 0 -1 4202560 169 0 0 0 3 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754426325544 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3734] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3734/stat : 3734 (java) S 3720 3723 32587 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754414127720 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3735] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3735/stat : 3735 (java) S 3720 3723 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754413074040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3736] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3736/stat : 3736 (java) S 3720 3723 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754412021384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3737] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3737/stat : 3737 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753672403984 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3738] ppid=3720 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/3723/task/3738/stat : 3738 (java) S 3720 3723 32587 0 -1 4202560 8742 0 0 0 95 2 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753671350328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3739] ppid=3720 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/3723/task/3739/stat : 3739 (java) S 3720 3723 32587 0 -1 4202560 8756 0 0 0 81 3 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753670297784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3740] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3740/stat : 3740 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753669245432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3741] ppid=3720 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/3723/task/3741/stat : 3741 (java) S 3720 3723 32587 0 -1 4202560 14 0 0 0 5 3 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753668193096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3742] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3742/stat : 3742 (java) S 3720 3723 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106154434 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753667138856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 225.77
Current children cumulated vsize (KiB) 9625040

[startup+223.801 s]
/proc/loadavg: 2.11 2.16 2.10 3/213 3746
/proc/meminfo: memFree=31271748/32872528 swapFree=12744/274376
[pid=3723] ppid=3720 vsize=9625040 CPUtime=225.97 cores=1,3,5,7
/proc/3723/stat : 3723 (java) S 3720 3723 32587 0 -1 4202496 22046 0 1 0 22576 21 0 0 20 0 19 0 106154407 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 140734167924976 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3723/statm: 2406260 66780 2275 9 0 2396937 0
[pid=3723/tid=3724] ppid=3720 vsize=9625040 CPUtime=223.64 cores=1,3,5,7
/proc/3723/task/3724/stat : 3724 (java) R 3720 3723 32587 0 -1 4202560 2487 0 1 0 22357 7 0 0 20 0 19 0 106154407 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754590486208 139754428023431 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3726] ppid=3720 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3723/task/3726/stat : 3726 (java) S 3720 3723 32587 0 -1 4202560 142 0 0 0 3 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754551986856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3727] ppid=3720 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/3723/task/3727/stat : 3727 (java) S 3720 3723 32587 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754550934312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3728] ppid=3720 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/3723/task/3728/stat : 3728 (java) S 3720 3723 32587 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754549881768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3723/tid=3729] ppid=3720 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/3723/task/3729/stat : 3729 (java) S 3720 3723 32587 0 -1 4202560 207 0 0 0 5 3 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754548829224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3730] ppid=3720 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3723/task/3730/stat : 3730 (java) S 3720 3723 32587 0 -1 4202560 133 0 0 0 3 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754547775656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3731] ppid=3720 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/3723/task/3731/stat : 3731 (java) S 3720 3723 32587 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754546723112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3723/tid=3732] ppid=3720 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/3723/task/3732/stat : 3732 (java) S 3720 3723 32587 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754427378088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3733] ppid=3720 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3723/task/3733/stat : 3733 (java) S 3720 3723 32587 0 -1 4202560 169 0 0 0 3 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754426325544 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3734] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3734/stat : 3734 (java) S 3720 3723 32587 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754414127720 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3735] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3735/stat : 3735 (java) S 3720 3723 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754413074040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3736] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3736/stat : 3736 (java) S 3720 3723 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754412021384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3737] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3737/stat : 3737 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753672403984 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3738] ppid=3720 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/3723/task/3738/stat : 3738 (java) S 3720 3723 32587 0 -1 4202560 8742 0 0 0 95 2 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753671350328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3739] ppid=3720 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/3723/task/3739/stat : 3739 (java) S 3720 3723 32587 0 -1 4202560 8756 0 0 0 81 3 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753670297784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3740] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3740/stat : 3740 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753669245432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3741] ppid=3720 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/3723/task/3741/stat : 3741 (java) S 3720 3723 32587 0 -1 4202560 14 0 0 0 5 3 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753668193096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3742] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3742/stat : 3742 (java) S 3720 3723 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106154434 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753667138856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 225.97
Current children cumulated vsize (KiB) 9625040

[startup+223.901 s]
/proc/loadavg: 2.11 2.16 2.10 3/213 3746
/proc/meminfo: memFree=31271748/32872528 swapFree=12744/274376
[pid=3723] ppid=3720 vsize=9625040 CPUtime=226.07 cores=1,3,5,7
/proc/3723/stat : 3723 (java) S 3720 3723 32587 0 -1 4202496 22049 0 1 0 22586 21 0 0 20 0 19 0 106154407 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 140734167924976 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3723/statm: 2406260 66780 2275 9 0 2396937 0
[pid=3723/tid=3724] ppid=3720 vsize=9625040 CPUtime=223.74 cores=1,3,5,7
/proc/3723/task/3724/stat : 3724 (java) R 3720 3723 32587 0 -1 4202560 2487 0 1 0 22367 7 0 0 20 0 19 0 106154407 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754590495416 139754428156532 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3726] ppid=3720 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3723/task/3726/stat : 3726 (java) S 3720 3723 32587 0 -1 4202560 142 0 0 0 3 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754551986856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3727] ppid=3720 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/3723/task/3727/stat : 3727 (java) S 3720 3723 32587 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754550934312 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3728] ppid=3720 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/3723/task/3728/stat : 3728 (java) S 3720 3723 32587 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754549881768 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3723/tid=3729] ppid=3720 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/3723/task/3729/stat : 3729 (java) S 3720 3723 32587 0 -1 4202560 207 0 0 0 5 3 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754548829224 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3730] ppid=3720 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3723/task/3730/stat : 3730 (java) S 3720 3723 32587 0 -1 4202560 133 0 0 0 3 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754547775656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3731] ppid=3720 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/3723/task/3731/stat : 3731 (java) S 3720 3723 32587 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754546723112 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3723/tid=3732] ppid=3720 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/3723/task/3732/stat : 3732 (java) S 3720 3723 32587 0 -1 4202560 39 0 0 0 3 2 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754427378088 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3733] ppid=3720 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3723/task/3733/stat : 3733 (java) S 3720 3723 32587 0 -1 4202560 169 0 0 0 3 1 0 0 20 0 19 0 106154408 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754426325544 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3734] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3734/stat : 3734 (java) S 3720 3723 32587 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754414127720 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3735] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3735/stat : 3735 (java) S 3720 3723 32587 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754413074040 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3736] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3736/stat : 3736 (java) S 3720 3723 32587 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106154409 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139754412021384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3737] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3737/stat : 3737 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753672403984 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3738] ppid=3720 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/3723/task/3738/stat : 3738 (java) S 3720 3723 32587 0 -1 4202560 8743 0 0 0 95 2 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753671350328 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3723/tid=3739] ppid=3720 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/3723/task/3739/stat : 3739 (java) S 3720 3723 32587 0 -1 4202560 8758 0 0 0 81 3 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753670297784 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3740] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3740/stat : 3740 (java) S 3720 3723 32587 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753669245432 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3723/tid=3741] ppid=3720 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/3723/task/3741/stat : 3741 (java) S 3720 3723 32587 0 -1 4202560 14 0 0 0 5 3 0 0 20 0 19 0 106154412 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753668193096 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3723/tid=3742] ppid=3720 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3723/task/3742/stat : 3742 (java) S 3720 3723 32587 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106154434 9856040960 66780 33554432000 1073741824 1073778376 140734167933840 139753667138856 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 226.07
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 223.999
CPU time (s): 226.269
CPU user time (s): 225.907
CPU system time (s): 0.361944
CPU usage (%): 101.013
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 225.907
system time used= 0.361944
maximum resident set size= 267168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22065
page faults= 1
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5100
involuntary context switches= 869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.52377 second user time and 1.50677 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-06 21:43:17
IDJOB=4085408
IDBENCH=2866
IDSOLVER=2546
FILE ID=node107/4085408-1465242197
RUNJOBID= node107-1465220764-32604
PBS_JOBID= 19843224
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-ex4inp.r.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085408-1465242197/watcher-4085408-1465242197 -o /tmp/evaluation-result-4085408-1465242197/solver-4085408-1465242197 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1465220764-32604 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085408-1465242197.opb

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

MD5SUM BENCH= bc692dc92013616c4d370a3b9a33f673
RANDOM SEED=1346027785

node107.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.441
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.441
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.441
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.441
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.441
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.441
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.441
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.441
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31540092 kB
Buffers:           31792 kB
Cached:            99084 kB
SwapCached:         1684 kB
Active:           291872 kB
Inactive:          63088 kB
Active(anon):     226052 kB
Inactive(anon):      388 kB
Active(file):      65820 kB
Inactive(file):    62700 kB
Unevictable:      274376 kB
Mlocked:           12744 kB
SwapTotal:      67108856 kB
SwapFree:       67098436 kB
Dirty:               952 kB
Writeback:             0 kB
AnonPages:        499924 kB
Mapped:            15284 kB
Shmem:                 0 kB
Slab:             568228 kB
SReclaimable:      11248 kB
SUnreclaim:       556980 kB
KernelStack:        1600 kB
PageTables:         4968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1091504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    475136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node107 at 2016-06-06 21:47:01