Trace number 4090851

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 1015.91 1014.32

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl10_11_pb.cnf.cr--soft-0-100-0.wbo
MD5SUM9e134c91eb84e264e2a3479232b34054
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.363944
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables220
Total number of constraints42
Number of soft constraints42
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Top cost 2167
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 2166
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4090851-1466065896.wbo
0.07/0.12	c reading problem ... 
0.07/0.15	c ... done. Wall clock time 0.026s.
0.07/0.15	c declared #vars     220
0.07/0.15	c internal #vars     262
0.07/0.15	c #constraints  42
0.07/0.15	c constraints type 
0.07/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 22
0.07/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20
0.07/0.15	c 42 constraints processed.
0.07/0.15	c objective function length is 42 literals
0.26/0.25	c SATISFIABLE
0.26/0.25	c OPTIMIZING...
0.26/0.25	c Got one! Elapsed wall clock time (in seconds):0.132
0.26/0.26	o 42
0.46/0.39	c Got one! Elapsed wall clock time (in seconds):0.268
0.46/0.39	o 22
0.58/0.40	c Got one! Elapsed wall clock time (in seconds):0.276
0.58/0.40	o 21
0.86/0.63	c cleaning 3030 clauses out of 6070 with flag 19575/6070
0.98/0.77	c Got one! Elapsed wall clock time (in seconds):0.644
0.98/0.77	o 19
1.21/0.92	c cleaning 4101 clauses out of 8213 with flag 13726/11243
1.71/1.42	c cleaning 5051 clauses out of 10111 with flag 56752/17242
2.12/1.83	c Got one! Elapsed wall clock time (in seconds):1.702
2.12/1.83	o 14
2.62/2.37	c cleaning 8508 clauses out of 17018 with flag 35230/29200
3.54/3.26	c cleaning 7247 clauses out of 14511 with flag 75006/35201
4.34/4.07	c cleaning 7125 clauses out of 14265 with flag 131407/42202
5.34/5.00	c cleaning 7563 clauses out of 15140 with flag 195433/50202
6.44/6.12	c cleaning 8285 clauses out of 16575 with flag 262581/59200
7.94/7.68	c cleaning 9134 clauses out of 18290 with flag 337688/69200
8.85/8.54	c cleaning 10076 clauses out of 20156 with flag 419010/80200
10.05/9.74	c cleaning 11037 clauses out of 22080 with flag 507448/92200
11.55/11.22	c cleaning 12019 clauses out of 24043 with flag 606005/105200
13.45/13.11	c cleaning 13011 clauses out of 26025 with flag 720446/119201
15.35/15.08	c cleaning 14004 clauses out of 28013 with flag 848028/134200
17.35/17.06	c cleaning 14997 clauses out of 30009 with flag 970279/150200
20.45/20.15	c cleaning 16000 clauses out of 32012 with flag 1103379/167200
22.65/22.33	c cleaning 16993 clauses out of 34012 with flag 1243805/185200
25.95/25.69	c cleaning 17989 clauses out of 36019 with flag 1389417/204200
27.35/27.08	c Got one! Elapsed wall clock time (in seconds):26.954
27.35/27.08	o 11
27.86/27.60	c cleaning 16690 clauses out of 33386 with flag 32835/219556
28.76/28.46	c cleaning 11339 clauses out of 22697 with flag 79345/225557
29.66/29.39	c cleaning 9172 clauses out of 18358 with flag 130204/232557
30.56/30.29	c cleaning 8585 clauses out of 17186 with flag 187368/240557
31.66/31.39	c cleaning 8787 clauses out of 17600 with flag 256944/249556
32.96/32.65	c cleaning 9400 clauses out of 18814 with flag 338113/259557
34.47/34.20	c cleaning 10198 clauses out of 20414 with flag 432125/270557
36.46/36.13	c cleaning 11101 clauses out of 22215 with flag 539038/282556
38.46/38.14	c cleaning 12036 clauses out of 24114 with flag 658077/295556
38.87/38.53	c Got one! Elapsed wall clock time (in seconds):38.404
38.87/38.53	o 9
39.36/39.10	c cleaning 11184 clauses out of 22378 with flag 39899/305856
40.16/39.82	c cleaning 8589 clauses out of 17193 with flag 98311/311855
40.86/40.59	c cleaning 7789 clauses out of 15604 with flag 164481/318855
41.86/41.51	c cleaning 7902 clauses out of 15815 with flag 239223/326855
42.96/42.64	c cleaning 8453 clauses out of 16915 with flag 324918/335857
44.16/43.83	c cleaning 9225 clauses out of 18460 with flag 403100/345855
45.57/45.23	c cleaning 10112 clauses out of 20235 with flag 499788/356855
47.46/47.11	c cleaning 11056 clauses out of 22125 with flag 614578/368857
49.56/49.29	c cleaning 12027 clauses out of 24067 with flag 740894/381855
51.76/51.44	c cleaning 13007 clauses out of 26040 with flag 871419/395855
54.56/54.23	c cleaning 14015 clauses out of 28033 with flag 998214/410855
57.26/56.93	c cleaning 15007 clauses out of 30019 with flag 1122480/426856
60.86/60.56	c cleaning 16007 clauses out of 32013 with flag 1261525/443857
64.46/64.17	c cleaning 16993 clauses out of 34005 with flag 1422819/461856
68.36/68.01	c cleaning 18006 clauses out of 36012 with flag 1594911/480856
73.48/73.15	c cleaning 18998 clauses out of 38005 with flag 1778426/500855
77.39/77.05	c cleaning 20001 clauses out of 40007 with flag 1941097/521855
82.48/82.11	c cleaning 21000 clauses out of 42008 with flag 2107130/543857
85.48/85.17	c cleaning 21988 clauses out of 44006 with flag 2288222/566855
89.28/88.97	c cleaning 23000 clauses out of 46019 with flag 2480740/590856
95.38/95.03	c cleaning 24006 clauses out of 48019 with flag 2707510/615856
101.58/101.26	c cleaning 24998 clauses out of 50013 with flag 2970768/641856
108.07/107.70	c cleaning 26005 clauses out of 52015 with flag 3220285/668856
115.07/114.77	c cleaning 27001 clauses out of 54009 with flag 3490349/696855
122.27/121.98	c cleaning 27997 clauses out of 56008 with flag 3742765/725855
126.98/126.64	c cleaning 29000 clauses out of 58011 with flag 3965136/755855
134.87/134.59	c cleaning 29987 clauses out of 60012 with flag 4244975/786856
143.97/143.69	c cleaning 31007 clauses out of 62025 with flag 4522222/818856
151.17/150.81	c cleaning 32001 clauses out of 64018 with flag 4821856/851856
162.59/162.27	c cleaning 32997 clauses out of 66016 with flag 5206615/885855
171.68/171.35	c cleaning 34005 clauses out of 68020 with flag 5533959/920856
183.28/182.97	c cleaning 35001 clauses out of 70014 with flag 5898167/956855
196.35/195.97	c cleaning 36000 clauses out of 72014 with flag 6305757/993856
206.15/205.73	c cleaning 37001 clauses out of 74013 with flag 6653666/1031855
218.54/218.10	c cleaning 37990 clauses out of 76012 with flag 7025190/1070855
231.45/231.08	c cleaning 38995 clauses out of 78025 with flag 7439882/1110858
244.64/244.29	c cleaning 40004 clauses out of 80028 with flag 7861767/1151856
260.04/259.68	c cleaning 40995 clauses out of 82025 with flag 8301459/1193857
279.23/278.82	c cleaning 42009 clauses out of 84028 with flag 8720001/1236855
295.73/295.38	c cleaning 43008 clauses out of 86021 with flag 9185521/1280857
309.83/309.49	c cleaning 44001 clauses out of 88011 with flag 9611096/1325855
324.53/324.19	c cleaning 45003 clauses out of 90011 with flag 10057702/1371856
343.63/343.23	c cleaning 45998 clauses out of 92008 with flag 10498028/1418856
364.12/363.78	c cleaning 47000 clauses out of 94010 with flag 10922445/1466856
376.92/376.59	c cleaning 47996 clauses out of 96010 with flag 11336904/1515856
402.77/402.36	c cleaning 49001 clauses out of 98014 with flag 11857094/1565856
429.48/429.04	c cleaning 50003 clauses out of 100015 with flag 12375922/1616858
450.88/450.10	c cleaning 50999 clauses out of 102008 with flag 12859922/1668855
463.53/462.55	c cleaning 52001 clauses out of 104010 with flag 13319893/1721856
478.42/477.32	c cleaning 52999 clauses out of 106008 with flag 13833071/1775855
496.45/495.36	c cleaning 53990 clauses out of 108009 with flag 14345805/1830855
514.96/513.86	c cleaning 55003 clauses out of 110019 with flag 14827461/1886855
531.07/529.97	c cleaning 55999 clauses out of 112016 with flag 15304231/1943855
555.47/554.36	c cleaning 57002 clauses out of 114019 with flag 15837743/2001857
579.51/578.29	c cleaning 57996 clauses out of 116015 with flag 16370570/2060855
606.51/605.24	c cleaning 59005 clauses out of 118020 with flag 16927464/2120856
627.12/625.82	c cleaning 59992 clauses out of 120014 with flag 17487827/2181855
649.82/648.60	c cleaning 61008 clauses out of 122022 with flag 18069299/2243855
673.43/672.12	c cleaning 62004 clauses out of 124015 with flag 18685088/2306856
703.34/702.05	c cleaning 62990 clauses out of 126010 with flag 19211702/2370855
730.45/729.13	c cleaning 64007 clauses out of 128021 with flag 19779130/2435856
762.15/760.87	c cleaning 65000 clauses out of 130013 with flag 20386891/2501855
792.22/790.79	c cleaning 65998 clauses out of 132014 with flag 20961292/2568856
826.44/824.92	c cleaning 67003 clauses out of 134015 with flag 21621124/2636855
857.64/856.18	c cleaning 68002 clauses out of 136012 with flag 22310645/2705855
895.65/894.18	c cleaning 68995 clauses out of 138010 with flag 23026458/2775855
934.96/933.42	c cleaning 70004 clauses out of 140017 with flag 23707760/2846857
972.37/970.87	c cleaning 71006 clauses out of 142013 with flag 24444194/2918857
1012.39/1010.83	c cleaning 71999 clauses out of 144006 with flag 25142807/2991857
1015.91/1014.31	c starts		: 13282
1015.91/1014.31	c conflicts		: 3005283
1015.91/1014.31	c decisions		: 4006963
1015.91/1014.31	c propagations		: 44405698
1015.91/1014.31	c inspects		: 21146578599
1015.91/1014.31	c shortcuts		: 0
1015.91/1014.31	c learnt literals	: 8
1015.91/1014.31	c learnt binary clauses	: 8
1015.91/1014.31	c learnt ternary clauses	: 8
1015.91/1014.31	c learnt constraints	: 3005274
1015.91/1014.31	c ignored constraints	: 0
1015.91/1014.31	c root simplifications	: 0
1015.91/1014.31	c removed literals (reason simplification)	: 0
1015.91/1014.31	c reason swapping (by a shorter reason)	: 0
1015.91/1014.31	c Calls to reduceDB	: 96
1015.91/1014.31	c Number of update (reduction) of LBD	: 1574861
1015.91/1014.31	c Imported unit clauses	: 0
1015.91/1014.31	c number of reductions to clauses (during analyze)	: 0
1015.91/1014.31	c number of learned constraints concerned by reduction	: 0
1015.91/1014.31	c number of learning phase by resolution	: 0
1015.91/1014.31	c number of learning phase by cutting planes	: 0
1015.91/1014.31	c speed (assignments/second)	: 43785.77894174281
1015.91/1014.31	c non guided choices	2366
1015.91/1014.31	c learnt constraints type 
1015.91/1014.31	s OPTIMUM FOUND
1015.91/1014.31	c Found 7 solution(s)
1015.91/1014.31	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 
1015.91/1014.31	c objective function=9
1015.91/1014.31	c Total wall clock time (in seconds): 1014.188

Verifier Data

OK	9

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-4090851-1466065896/watcher-4090851-1466065896 -o /tmp/evaluation-result-4090851-1466065896/solver-4090851-1466065896 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466062128-6970 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090851-1466065896.wbo 

pid=7721
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.53 2.33 2.21 3/194 7724
/proc/meminfo: memFree=27346896/32872528 swapFree=17100/1797424
[pid=7724] ppid=7721 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7724/stat : 7724 (java) D 7721 7724 6953 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 8636730 9515008 175 33554432000 1073741824 1073778376 140735055403056 140735055400184 260190323600 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.53 2.33 2.21 3/194 7724
/proc/meminfo: memFree=27346896/32872528 swapFree=17100/1797424
[pid=7724] ppid=7721 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7724/stat : 7724 (java) S 7721 7724 6953 0 -1 4202496 4299 0 1 0 6 1 0 0 20 0 18 0 8636730 9787879424 5406 33554432000 1073741824 1073778376 140735853558128 140735853549264 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 2389619 5407 2088 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200333 s]
/proc/loadavg: 2.53 2.33 2.21 3/194 7724
/proc/meminfo: memFree=27346896/32872528 swapFree=17100/1797424
[pid=7724] ppid=7721 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/7724/stat : 7724 (java) S 7721 7724 6953 0 -1 4202496 6377 0 1 0 24 2 0 0 20 0 19 0 8636730 9856040960 7298 33554432000 1073741824 1073778376 140735853558128 140735853549264 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 2406260 7298 2216 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.300344 s]
/proc/loadavg: 2.53 2.33 2.21 3/194 7724
/proc/meminfo: memFree=27346896/32872528 swapFree=17100/1797424
[pid=7724] ppid=7721 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7724/stat : 7724 (java) S 7721 7724 6953 0 -1 4202496 6652 0 1 0 44 2 0 0 20 0 19 0 8636730 9856040960 8334 33554432000 1073741824 1073778376 140735853558128 140735853549264 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 2406260 8334 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625040

[startup+0.700254 s]
/proc/loadavg: 2.53 2.33 2.21 3/194 7724
/proc/meminfo: memFree=27346896/32872528 swapFree=17100/1797424
[pid=7724] ppid=7721 vsize=9625040 CPUtime=0.98 cores=1,3,5,7
/proc/7724/stat : 7724 (java) S 7721 7724 6953 0 -1 4202496 7724 0 1 0 96 2 0 0 20 0 19 0 8636730 9856040960 8885 33554432000 1073741824 1073778376 140735853558128 140735853549264 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 2406260 8885 2237 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.53 2.33 2.21 3/213 7743
/proc/meminfo: memFree=27319736/32872528 swapFree=17100/1797424
[pid=7724] ppid=7721 vsize=9625040 CPUtime=1.82 cores=1,3,5,7
/proc/7724/stat : 7724 (java) S 7721 7724 6953 0 -1 4202496 7729 0 1 0 180 2 0 0 20 0 19 0 8636730 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140735853549264 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 2406260 9400 2240 9 0 2396937 0
[pid=7724/tid=7726] ppid=7721 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/7724/task/7726/stat : 7726 (java) R 7721 7724 6953 0 -1 4202560 2398 0 1 0 144 1 0 0 20 0 19 0 8636732 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225360597384 140225196525021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7727] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7727/stat : 7727 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225322089000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7728] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7728/stat : 7728 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225321036200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7729] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7729/stat : 7729 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225319983400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7724/tid=7730] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7730/stat : 7730 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225318930600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7731] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7731/stat : 7731 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225317878824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7732] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7732/stat : 7732 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225316826024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7733] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7733/stat : 7733 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225315773224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7734] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7734/stat : 7734 (java) S 7721 7724 6953 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225314720424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7735] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7735/stat : 7735 (java) S 7721 7724 6953 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8636734 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225184700904 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7736] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7736/stat : 7736 (java) S 7721 7724 6953 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225183646968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7737] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7737/stat : 7737 (java) S 7721 7724 6953 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225182594056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7738] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7738/stat : 7738 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225181542544 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7739] ppid=7721 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7724/task/7739/stat : 7739 (java) S 7721 7724 6953 0 -1 4202560 1299 0 0 0 14 0 0 0 20 0 19 0 8636737 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140225180490680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7740] ppid=7721 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/7724/task/7740/stat : 7740 (java) S 7721 7724 6953 0 -1 4202560 2763 0 0 0 19 0 0 0 20 0 19 0 8636737 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140224306867000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7741] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7741/stat : 7741 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140224305814392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7742] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7742/stat : 7742 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636738 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140224304761800 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7743] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7743/stat : 7743 (java) S 7721 7724 6953 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8636746 9856040960 9400 33554432000 1073741824 1073778376 140735853558128 140224303707304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.53 2.33 2.21 3/213 7743
/proc/meminfo: memFree=27313228/32872528 swapFree=17100/1797424
[pid=7724] ppid=7721 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/7724/stat : 7724 (java) S 7721 7724 6953 0 -1 4202496 7736 0 1 0 342 2 0 0 20 0 19 0 8636730 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140735853549264 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 2406260 10940 2241 9 0 2396937 0
[pid=7724/tid=7726] ppid=7721 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/7724/task/7726/stat : 7726 (java) R 7721 7724 6953 0 -1 4202560 2401 0 1 0 304 1 0 0 20 0 19 0 8636732 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225360597272 140225196483189 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7727] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7727/stat : 7727 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225322089000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7728] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7728/stat : 7728 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225321036200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7729] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7729/stat : 7729 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225319983400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7724/tid=7730] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7730/stat : 7730 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225318930600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7731] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7731/stat : 7731 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225317878824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7732] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7732/stat : 7732 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225316826024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7733] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7733/stat : 7733 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225315773224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7734] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7734/stat : 7734 (java) S 7721 7724 6953 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225314720424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7735] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7735/stat : 7735 (java) S 7721 7724 6953 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8636734 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225184700904 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7736] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7736/stat : 7736 (java) S 7721 7724 6953 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225183646968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7737] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7737/stat : 7737 (java) S 7721 7724 6953 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225182594056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7738] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7738/stat : 7738 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225181542544 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7739] ppid=7721 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7724/task/7739/stat : 7739 (java) S 7721 7724 6953 0 -1 4202560 1299 0 0 0 14 0 0 0 20 0 19 0 8636737 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140225180490680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7740] ppid=7721 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7724/task/7740/stat : 7740 (java) S 7721 7724 6953 0 -1 4202560 2767 0 0 0 21 0 0 0 20 0 19 0 8636737 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140224306867000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7741] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7741/stat : 7741 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140224305814392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7742] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7742/stat : 7742 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636738 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140224304761800 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7743] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7743/stat : 7743 (java) S 7721 7724 6953 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8636746 9856040960 10940 33554432000 1073741824 1073778376 140735853558128 140224303707304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.49 2.32 2.21 3/213 7743
/proc/meminfo: memFree=27306728/32872528 swapFree=17100/1797424
[pid=7724] ppid=7721 vsize=9625040 CPUtime=6.64 cores=1,3,5,7
/proc/7724/stat : 7724 (java) S 7721 7724 6953 0 -1 4202496 7741 0 1 0 662 2 0 0 20 0 19 0 8636730 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140735853549264 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 2406260 12445 2242 9 0 2396937 0
[pid=7724/tid=7726] ppid=7721 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/7724/task/7726/stat : 7726 (java) R 7721 7724 6953 0 -1 4202560 2405 0 1 0 623 1 0 0 20 0 19 0 8636732 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225360588496 140225196504630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7727] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7727/stat : 7727 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225322089000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7728] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7728/stat : 7728 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225321036200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7729] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7729/stat : 7729 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225319983400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7724/tid=7730] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7730/stat : 7730 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225318930600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7731] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7731/stat : 7731 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225317878824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7732] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7732/stat : 7732 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225316826024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7733] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7733/stat : 7733 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225315773224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7734] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7734/stat : 7734 (java) S 7721 7724 6953 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8636733 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225314720424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7735] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7735/stat : 7735 (java) S 7721 7724 6953 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8636734 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225184700904 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7736] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7736/stat : 7736 (java) S 7721 7724 6953 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225183646968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7737] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7737/stat : 7737 (java) S 7721 7724 6953 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225182594056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7738] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7738/stat : 7738 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225181542544 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7739] ppid=7721 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/7724/task/7739/stat : 7739 (java) S 7721 7724 6953 0 -1 4202560 1299 0 0 0 14 0 0 0 20 0 19 0 8636737 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140225180490680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7740] ppid=7721 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/7724/task/7740/stat : 7740 (java) S 7721 7724 6953 0 -1 4202560 2767 0 0 0 21 0 0 0 20 0 19 0 8636737 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140224306867000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7741] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7741/stat : 7741 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140224305814392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7742] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7742/stat : 7742 (java) S 7721 7724 6953 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8636738 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140224304761800 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7743] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7743/stat : 7743 (java) S 7721 7724 6953 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8636746 9856040960 12445 33554432000 1073741824 1073778376 140735853558128 140224303707304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 9625040


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

[pid=7724/tid=7736] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7736/stat : 7736 (java) S 7721 7724 6953 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225183646968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7737] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7737/stat : 7737 (java) S 7721 7724 6953 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225182594056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7738] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7738/stat : 7738 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225181542544 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7739] ppid=7721 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7724/task/7739/stat : 7739 (java) S 7721 7724 6953 0 -1 4202560 1332 0 0 0 17 0 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225180490680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7740] ppid=7721 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/7724/task/7740/stat : 7740 (java) S 7721 7724 6953 0 -1 4202560 16140 0 0 0 87 4 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224306867000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7741] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7741/stat : 7741 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224305814392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7742] ppid=7721 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7724/task/7742/stat : 7742 (java) S 7721 7724 6953 0 -1 4202560 60 0 0 0 12 18 0 0 20 0 19 0 8636738 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224304761800 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7743] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7743/stat : 7743 (java) S 7721 7724 6953 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8636746 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224303707304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1015.2
Current children cumulated vsize (KiB) 9625040

[startup+1014 s]
/proc/loadavg: 2.16 2.19 2.18 4/213 7830
/proc/meminfo: memFree=29346480/32872528 swapFree=17100/1797424
[pid=7724] ppid=7721 vsize=9625040 CPUtime=1015.6 cores=1,3,5,7
/proc/7724/stat : 7724 (java) S 7721 7724 6953 0 -1 4202496 22397 0 1 0 101515 45 0 0 20 0 19 0 8636730 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140735853549264 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 2406260 76073 2263 9 0 2396937 0
[pid=7724/tid=7726] ppid=7721 vsize=9625040 CPUtime=1011.08 cores=1,3,5,7
/proc/7724/task/7726/stat : 7726 (java) R 7721 7724 6953 0 -1 4202560 2480 0 1 0 101088 20 0 0 20 0 19 0 8636732 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225360595296 140225196525021 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7727] ppid=7721 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7724/task/7727/stat : 7727 (java) S 7721 7724 6953 0 -1 4202560 187 0 0 0 2 2 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225322089000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7728] ppid=7721 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7724/task/7728/stat : 7728 (java) S 7721 7724 6953 0 -1 4202560 267 0 0 0 6 3 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225321036200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7729] ppid=7721 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7724/task/7729/stat : 7729 (java) S 7721 7724 6953 0 -1 4202560 48 0 0 0 3 0 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225319983400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7730] ppid=7721 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7724/task/7730/stat : 7730 (java) S 7721 7724 6953 0 -1 4202560 50 0 0 0 3 1 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225318930600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7724/tid=7731] ppid=7721 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7724/task/7731/stat : 7731 (java) S 7721 7724 6953 0 -1 4202560 113 0 0 0 3 2 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225317878824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7732] ppid=7721 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7724/task/7732/stat : 7732 (java) S 7721 7724 6953 0 -1 4202560 60 0 0 0 3 2 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225316826024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7724/tid=7733] ppid=7721 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/7724/task/7733/stat : 7733 (java) S 7721 7724 6953 0 -1 4202560 106 0 0 0 7 3 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225315773224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7734] ppid=7721 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7724/task/7734/stat : 7734 (java) S 7721 7724 6953 0 -1 4202560 215 0 0 0 6 2 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225314720424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7735] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7735/stat : 7735 (java) S 7721 7724 6953 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 19 0 8636734 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225184700904 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7736] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7736/stat : 7736 (java) S 7721 7724 6953 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225183646968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7737] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7737/stat : 7737 (java) S 7721 7724 6953 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225182594056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7738] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7738/stat : 7738 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225181542544 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7739] ppid=7721 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7724/task/7739/stat : 7739 (java) S 7721 7724 6953 0 -1 4202560 1332 0 0 0 17 0 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225180490680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7740] ppid=7721 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/7724/task/7740/stat : 7740 (java) S 7721 7724 6953 0 -1 4202560 16140 0 0 0 87 4 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224306867000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7741] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7741/stat : 7741 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224305814392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7742] ppid=7721 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7724/task/7742/stat : 7742 (java) S 7721 7724 6953 0 -1 4202560 60 0 0 0 12 18 0 0 20 0 19 0 8636738 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224304761800 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7743] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7743/stat : 7743 (java) S 7721 7724 6953 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8636746 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224303707304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1015.6
Current children cumulated vsize (KiB) 9625040

[startup+1014.2 s]
/proc/loadavg: 2.16 2.19 2.18 4/213 7830
/proc/meminfo: memFree=29346604/32872528 swapFree=17100/1797424
[pid=7724] ppid=7721 vsize=9625040 CPUtime=1015.81 cores=1,3,5,7
/proc/7724/stat : 7724 (java) S 7721 7724 6953 0 -1 4202496 22398 0 1 0 101536 45 0 0 20 0 19 0 8636730 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140735853549264 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 2406260 76073 2263 9 0 2396937 0
[pid=7724/tid=7726] ppid=7721 vsize=9625040 CPUtime=1011.29 cores=1,3,5,7
/proc/7724/task/7726/stat : 7726 (java) R 7721 7724 6953 0 -1 4202560 2481 0 1 0 101109 20 0 0 20 0 19 0 8636732 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225360595416 140225196161322 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7727] ppid=7721 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7724/task/7727/stat : 7727 (java) S 7721 7724 6953 0 -1 4202560 187 0 0 0 2 2 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225322089000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7728] ppid=7721 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7724/task/7728/stat : 7728 (java) S 7721 7724 6953 0 -1 4202560 267 0 0 0 6 3 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225321036200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7729] ppid=7721 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7724/task/7729/stat : 7729 (java) S 7721 7724 6953 0 -1 4202560 48 0 0 0 3 0 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225319983400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7730] ppid=7721 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7724/task/7730/stat : 7730 (java) S 7721 7724 6953 0 -1 4202560 50 0 0 0 3 1 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225318930600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7724/tid=7731] ppid=7721 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7724/task/7731/stat : 7731 (java) S 7721 7724 6953 0 -1 4202560 113 0 0 0 3 2 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225317878824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7732] ppid=7721 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7724/task/7732/stat : 7732 (java) S 7721 7724 6953 0 -1 4202560 60 0 0 0 3 2 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225316826024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7724/tid=7733] ppid=7721 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/7724/task/7733/stat : 7733 (java) S 7721 7724 6953 0 -1 4202560 106 0 0 0 7 3 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225315773224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7734] ppid=7721 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7724/task/7734/stat : 7734 (java) S 7721 7724 6953 0 -1 4202560 215 0 0 0 6 2 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225314720424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7735] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7735/stat : 7735 (java) S 7721 7724 6953 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 19 0 8636734 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225184700904 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7736] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7736/stat : 7736 (java) S 7721 7724 6953 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225183646968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7737] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7737/stat : 7737 (java) S 7721 7724 6953 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225182594056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7738] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7738/stat : 7738 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225181542544 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7739] ppid=7721 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7724/task/7739/stat : 7739 (java) S 7721 7724 6953 0 -1 4202560 1332 0 0 0 17 0 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225180490680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7740] ppid=7721 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/7724/task/7740/stat : 7740 (java) S 7721 7724 6953 0 -1 4202560 16140 0 0 0 87 4 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224306867000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7741] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7741/stat : 7741 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224305814392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7742] ppid=7721 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7724/task/7742/stat : 7742 (java) S 7721 7724 6953 0 -1 4202560 60 0 0 0 12 18 0 0 20 0 19 0 8636738 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224304761800 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7743] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7743/stat : 7743 (java) S 7721 7724 6953 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8636746 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224303707304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1015.81
Current children cumulated vsize (KiB) 9625040

[startup+1014.31 s]
/proc/loadavg: 2.16 2.19 2.18 4/213 7830
/proc/meminfo: memFree=29346604/32872528 swapFree=17100/1797424
[pid=7724] ppid=7721 vsize=9625040 CPUtime=1015.91 cores=1,3,5,7
/proc/7724/stat : 7724 (java) S 7721 7724 6953 0 -1 4202496 22399 0 1 0 101546 45 0 0 20 0 19 0 8636730 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140735853549264 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7724/statm: 2406260 76073 2263 9 0 2396937 0
[pid=7724/tid=7726] ppid=7721 vsize=9625040 CPUtime=1011.39 cores=1,3,5,7
/proc/7724/task/7726/stat : 7726 (java) R 7721 7724 6953 0 -1 4202560 2481 0 1 0 101119 20 0 0 20 0 19 0 8636732 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225360597536 140225196675618 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7727] ppid=7721 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7724/task/7727/stat : 7727 (java) S 7721 7724 6953 0 -1 4202560 187 0 0 0 2 2 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225322089000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7728] ppid=7721 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/7724/task/7728/stat : 7728 (java) S 7721 7724 6953 0 -1 4202560 267 0 0 0 6 3 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225321036200 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7729] ppid=7721 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/7724/task/7729/stat : 7729 (java) S 7721 7724 6953 0 -1 4202560 48 0 0 0 3 0 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225319983400 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7730] ppid=7721 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/7724/task/7730/stat : 7730 (java) S 7721 7724 6953 0 -1 4202560 50 0 0 0 3 1 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225318930600 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7724/tid=7731] ppid=7721 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7724/task/7731/stat : 7731 (java) S 7721 7724 6953 0 -1 4202560 113 0 0 0 3 2 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225317878824 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7732] ppid=7721 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/7724/task/7732/stat : 7732 (java) S 7721 7724 6953 0 -1 4202560 60 0 0 0 3 2 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225316826024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7724/tid=7733] ppid=7721 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/7724/task/7733/stat : 7733 (java) S 7721 7724 6953 0 -1 4202560 106 0 0 0 7 3 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225315773224 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7734] ppid=7721 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/7724/task/7734/stat : 7734 (java) S 7721 7724 6953 0 -1 4202560 215 0 0 0 6 2 0 0 20 0 19 0 8636733 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225314720424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7735] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7735/stat : 7735 (java) S 7721 7724 6953 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 19 0 8636734 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225184700904 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7736] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7736/stat : 7736 (java) S 7721 7724 6953 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225183646968 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7737] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7737/stat : 7737 (java) S 7721 7724 6953 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8636735 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225182594056 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7738] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7738/stat : 7738 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225181542544 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7739] ppid=7721 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/7724/task/7739/stat : 7739 (java) S 7721 7724 6953 0 -1 4202560 1333 0 0 0 17 0 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140225180490680 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7724/tid=7740] ppid=7721 vsize=9625040 CPUtime=0.91 cores=1,3,5,7
/proc/7724/task/7740/stat : 7740 (java) S 7721 7724 6953 0 -1 4202560 16140 0 0 0 87 4 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224306867000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7741] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7741/stat : 7741 (java) S 7721 7724 6953 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8636737 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224305814392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7724/tid=7742] ppid=7721 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/7724/task/7742/stat : 7742 (java) S 7721 7724 6953 0 -1 4202560 60 0 0 0 12 18 0 0 20 0 19 0 8636738 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224304761800 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7724/tid=7743] ppid=7721 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7724/task/7743/stat : 7743 (java) S 7721 7724 6953 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8636746 9856040960 76073 33554432000 1073741824 1073778376 140735853558128 140224303707304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1015.91
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7724 and gives
#  childrusage.ru_utime.tv_sec=1012
#  childrusage.ru_utime.tv_usec=808029
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=701893
# CPU time returned by wait4() is 1013.51
# while last known CPU time is 1015.91
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1014.32
CPU time (s): 1015.91
CPU user time (s): 1015.46
CPU system time (s): 0.45
CPU usage (%): 100.157
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1012.81
system time used= 0.701893
maximum resident set size= 304352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22421
page faults= 1
swaps= 0
block input operations= 0
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21737
involuntary context switches= 9437

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.11153 second user time and 4.04139 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-16 10:31:36
IDJOB=4090851
IDBENCH=79152
IDSOLVER=2551
FILE ID=node123/4090851-1466065896
RUNJOBID= node123-1466062128-6970
PBS_JOBID= 19904016
Free space on /tmp= 71624 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl10_11_pb.cnf.cr--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090851-1466065896/watcher-4090851-1466065896 -o /tmp/evaluation-result-4090851-1466065896/solver-4090851-1466065896 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466062128-6970 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090851-1466065896.wbo

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

MD5SUM BENCH= 9e134c91eb84e264e2a3479232b34054
RANDOM SEED=1390797250

node123.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.791
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	: 5333.58
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.791
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.791
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.56
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.791
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.57
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.791
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.56
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.791
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.56
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.791
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.791
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:        27347796 kB
Buffers:            7212 kB
Cached:            54348 kB
SwapCached:         2192 kB
Active:          2995424 kB
Inactive:          27720 kB
Active(anon):    2961380 kB
Inactive(anon):     2724 kB
Active(file):      34044 kB
Inactive(file):    24996 kB
Unevictable:     1797424 kB
Mlocked:           17100 kB
SwapTotal:      67108856 kB
SwapFree:       67099000 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:       4757756 kB
Mapped:            15332 kB
Shmem:                 0 kB
Slab:             564584 kB
SReclaimable:       8632 kB
SUnreclaim:       555952 kB
KernelStack:        1632 kB
PageTables:        13368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5217652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4689920 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= 71636 MiB
End job on node123 at 2016-06-16 10:48:30