Trace number 4090935

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 684.01 683.522

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-15-10--soft-0-100-0.wbo
MD5SUM5c6d98aba4f4f2cf2db8cd0c78364d4c
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.223965
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables150
Total number of constraints25
Number of soft constraints25
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint15
Top cost 979
Min constraint cost 1
Max constraint cost 88
Sum of constraints costs 978
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
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.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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4090935-1466067542.wbo
0.09/0.12	c reading problem ... 
0.09/0.14	c ... done. Wall clock time 0.021s.
0.09/0.14	c declared #vars     150
0.09/0.14	c internal #vars     175
0.09/0.14	c #constraints  25
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.09/0.14	c 25 constraints processed.
0.09/0.14	c objective function length is 25 literals
0.28/0.25	c SATISFIABLE
0.28/0.25	c OPTIMIZING...
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.132
0.28/0.25	o 75
0.47/0.39	c Got one! Elapsed wall clock time (in seconds):0.268
0.47/0.39	o 20
0.94/0.70	c cleaning 2972 clauses out of 5943 with flag 19532/5943
1.10/0.80	c Got one! Elapsed wall clock time (in seconds):0.682
1.10/0.80	o 4
1.56/1.25	c cleaning 4090 clauses out of 8213 with flag 25752/11185
2.16/1.88	c cleaning 5062 clauses out of 10123 with flag 74217/17185
2.86/2.58	c cleaning 6026 clauses out of 12062 with flag 124290/24186
3.79/3.46	c cleaning 7014 clauses out of 14035 with flag 179162/32185
4.79/4.50	c cleaning 8009 clauses out of 16022 with flag 251385/41186
6.29/5.90	c cleaning 9004 clauses out of 18012 with flag 328081/51185
7.89/7.50	c cleaning 10003 clauses out of 20009 with flag 407620/62186
9.99/9.62	c cleaning 10993 clauses out of 22006 with flag 497514/74186
12.28/11.99	c cleaning 12001 clauses out of 24012 with flag 593273/87185
15.28/14.96	c cleaning 12996 clauses out of 26013 with flag 702947/101187
18.10/17.74	c cleaning 13997 clauses out of 28017 with flag 816877/116187
21.09/20.71	c cleaning 15006 clauses out of 30018 with flag 943909/132185
24.70/24.38	c cleaning 15999 clauses out of 32012 with flag 1082948/149185
28.69/28.33	c cleaning 17003 clauses out of 34013 with flag 1226563/167185
33.79/33.41	c cleaning 17992 clauses out of 36011 with flag 1389144/186186
39.09/38.77	c cleaning 19004 clauses out of 38018 with flag 1575863/206185
45.39/45.06	c cleaning 20004 clauses out of 40014 with flag 1761928/227185
50.59/50.21	c cleaning 21002 clauses out of 42010 with flag 1950468/249185
57.49/57.15	c cleaning 22003 clauses out of 44009 with flag 2164014/272186
65.19/64.80	c cleaning 22996 clauses out of 46005 with flag 2420064/296185
72.89/72.59	c cleaning 23996 clauses out of 48010 with flag 2649592/321186
82.20/81.81	c cleaning 25000 clauses out of 50015 with flag 2875474/347187
91.60/91.20	c cleaning 26002 clauses out of 52013 with flag 3118297/374185
100.60/100.22	c cleaning 26999 clauses out of 54012 with flag 3422527/402186
109.19/108.81	c cleaning 27998 clauses out of 56012 with flag 3700390/431185
117.99/117.60	c cleaning 29005 clauses out of 58015 with flag 4005919/461186
129.23/128.89	c cleaning 29998 clauses out of 60010 with flag 4343737/492186
141.52/141.15	c cleaning 31004 clauses out of 62014 with flag 4687994/524188
153.22/152.84	c cleaning 31995 clauses out of 64007 with flag 5011911/557185
166.12/165.70	c cleaning 33000 clauses out of 66012 with flag 5301031/591185
182.82/182.40	c cleaning 34003 clauses out of 68013 with flag 5577925/626186
197.42/197.09	c cleaning 34990 clauses out of 70010 with flag 5928726/662186
214.82/214.47	c cleaning 36006 clauses out of 72019 with flag 6351327/699185
231.91/231.59	c cleaning 37004 clauses out of 74015 with flag 6814521/737187
249.73/249.38	c cleaning 38000 clauses out of 76011 with flag 7270743/776187
268.02/267.62	c cleaning 39002 clauses out of 78010 with flag 7804629/816186
288.73/288.39	c cleaning 39997 clauses out of 80009 with flag 8247181/857187
301.02/300.65	c cleaning 41003 clauses out of 82010 with flag 8585049/899185
301.83/301.48	c Got one! Elapsed wall clock time (in seconds):301.363
301.83/301.48	o 3
303.52/303.15	c cleaning 25813 clauses out of 51640 with flag 41239/909818
304.72/304.38	c cleaning 15911 clauses out of 31828 with flag 90442/915819
305.82/305.44	c cleaning 11454 clauses out of 22914 with flag 150662/922816
306.82/306.45	c cleaning 9724 clauses out of 19460 with flag 220726/930816
308.12/307.71	c cleaning 9365 clauses out of 18739 with flag 307858/939819
309.42/309.06	c cleaning 9673 clauses out of 19372 with flag 399442/949817
310.92/310.59	c cleaning 10343 clauses out of 20698 with flag 502233/960816
312.64/312.28	c cleaning 11170 clauses out of 22357 with flag 609133/972818
314.64/314.22	c cleaning 12085 clauses out of 24186 with flag 739553/985817
316.73/316.37	c cleaning 13040 clauses out of 26101 with flag 889495/999817
319.23/318.82	c cleaning 14022 clauses out of 28060 with flag 1041726/1014816
322.03/321.67	c cleaning 15009 clauses out of 30038 with flag 1207743/1030816
325.04/324.62	c cleaning 16010 clauses out of 32029 with flag 1386180/1047816
328.34/327.97	c cleaning 17008 clauses out of 34020 with flag 1564943/1065817
332.13/331.76	c cleaning 17992 clauses out of 36012 with flag 1746172/1084817
336.43/336.09	c cleaning 19005 clauses out of 38020 with flag 1939157/1104817
341.04/340.60	c cleaning 20008 clauses out of 40017 with flag 2163817/1125819
347.14/346.76	c cleaning 20996 clauses out of 42006 with flag 2390818/1147816
352.74/352.35	c cleaning 22003 clauses out of 44010 with flag 2611797/1170816
360.46/360.02	c cleaning 23002 clauses out of 46008 with flag 2828172/1194817
367.66/367.25	c cleaning 24002 clauses out of 48007 with flag 3069721/1219818
376.16/375.72	c cleaning 24995 clauses out of 50004 with flag 3316044/1245817
384.46/384.09	c cleaning 25996 clauses out of 52008 with flag 3578762/1272816
392.86/392.44	c cleaning 27002 clauses out of 54013 with flag 3881088/1300817
403.97/403.56	c cleaning 27999 clauses out of 56010 with flag 4180301/1329816
414.47/414.05	c cleaning 28999 clauses out of 58011 with flag 4456826/1359816
424.27/423.88	c cleaning 29976 clauses out of 60012 with flag 4762453/1390816
436.57/436.16	c cleaning 31013 clauses out of 62038 with flag 5093573/1422818
447.87/447.50	c cleaning 32005 clauses out of 64024 with flag 5454491/1455817
459.17/458.71	c cleaning 33009 clauses out of 66019 with flag 5819528/1489817
471.99/471.58	c cleaning 34003 clauses out of 68010 with flag 6221700/1524817
487.29/486.82	c cleaning 35001 clauses out of 70006 with flag 6616090/1560816
504.89/504.43	c cleaning 36000 clauses out of 72006 with flag 7006718/1597817
521.29/520.89	c cleaning 37001 clauses out of 74005 with flag 7447336/1635816
539.49/539.05	c cleaning 37992 clauses out of 76004 with flag 7865031/1674816
558.89/558.46	c cleaning 39003 clauses out of 78013 with flag 8295742/1714817
578.29/577.87	c cleaning 39992 clauses out of 80010 with flag 8755371/1755817
599.59/599.13	c cleaning 40999 clauses out of 82018 with flag 9263950/1797817
616.61/616.14	c cleaning 42000 clauses out of 84018 with flag 9754751/1840816
635.11/634.67	c cleaning 43008 clauses out of 86021 with flag 10276596/1884819
655.41/654.96	c cleaning 44000 clauses out of 88011 with flag 10815661/1929817
677.72/677.24	c cleaning 45003 clauses out of 90012 with flag 11385041/1975818
683.81/683.39	c Got one! Elapsed wall clock time (in seconds):683.277
683.81/683.39	o 2
684.01/683.51	c starts		: 6823
684.01/683.51	c conflicts		: 1994370
684.01/683.51	c decisions		: 2587782
684.01/683.51	c propagations		: 36400485
684.01/683.51	c inspects		: 13789164401
684.01/683.51	c shortcuts		: 0
684.01/683.51	c learnt literals	: 1
684.01/683.51	c learnt binary clauses	: 1
684.01/683.51	c learnt ternary clauses	: 1
684.01/683.51	c learnt constraints	: 1994369
684.01/683.51	c ignored constraints	: 0
684.01/683.51	c root simplifications	: 0
684.01/683.51	c removed literals (reason simplification)	: 0
684.01/683.51	c reason swapping (by a shorter reason)	: 0
684.01/683.51	c Calls to reduceDB	: 81
684.01/683.51	c Number of update (reduction) of LBD	: 990220
684.01/683.51	c Imported unit clauses	: 0
684.01/683.51	c number of reductions to clauses (during analyze)	: 0
684.01/683.51	c number of learned constraints concerned by reduction	: 0
684.01/683.51	c number of learning phase by resolution	: 0
684.01/683.51	c number of learning phase by cutting planes	: 0
684.01/683.51	c speed (assignments/second)	: 53265.832472408954
684.01/683.51	c non guided choices	233
684.01/683.51	c learnt constraints type 
684.01/683.51	s OPTIMUM FOUND
684.01/683.51	c Found 5 solution(s)
684.01/683.52	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 
684.01/683.52	c objective function=2
684.01/683.52	c Total wall clock time (in seconds): 683.399

Verifier Data

OK	2

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-4090935-1466067542/watcher-4090935-1466067542 -o /tmp/evaluation-result-4090935-1466067542/solver-4090935-1466067542 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466062130-6849 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090935-1466067542.wbo 

pid=8225
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.24 2.25 2.19 3/192 8228
/proc/meminfo: memFree=30132616/32872528 swapFree=1315980/1463148
[pid=8228] ppid=8225 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/8228/stat : 8228 (java) R 8225 8228 6833 0 -1 4194304 331 0 0 0 0 0 0 0 20 0 1 0 8801116 274432 4 33554432000 0 0 140733970732589 140734726845912 227512315319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/8228/statm: 67 12 6 9 0 24 0

[startup+0.10006 s]
/proc/loadavg: 2.24 2.25 2.19 3/192 8228
/proc/meminfo: memFree=30132616/32872528 swapFree=1315980/1463148
[pid=8228] ppid=8225 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/8228/stat : 8228 (java) S 8225 8228 6833 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 8801116 9787879424 6030 33554432000 1073741824 1073778376 140733970729200 140733970720336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8228/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 2.24 2.25 2.19 3/192 8228
/proc/meminfo: memFree=30132616/32872528 swapFree=1315980/1463148
[pid=8228] ppid=8225 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/8228/stat : 8228 (java) S 8225 8228 6833 0 -1 4202496 6461 0 1 0 27 1 0 0 20 0 19 0 8801116 9856040960 7181 33554432000 1073741824 1073778376 140733970729200 140733970720336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8228/statm: 2406260 7183 2217 9 0 2396937 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300219 s]
/proc/loadavg: 2.24 2.25 2.19 3/192 8228
/proc/meminfo: memFree=30132616/32872528 swapFree=1315980/1463148
[pid=8228] ppid=8225 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/8228/stat : 8228 (java) S 8225 8228 6833 0 -1 4202496 6645 0 1 0 46 1 0 0 20 0 19 0 8801116 9856040960 7759 33554432000 1073741824 1073778376 140733970729200 140733970720336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8228/statm: 2406260 7759 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9625040

[startup+0.700137 s]
/proc/loadavg: 2.24 2.25 2.19 3/192 8228
/proc/meminfo: memFree=30132616/32872528 swapFree=1315980/1463148
[pid=8228] ppid=8225 vsize=9625040 CPUtime=0.94 cores=0,2,4,6
/proc/8228/stat : 8228 (java) S 8225 8228 6833 0 -1 4202496 7244 0 1 0 93 1 0 0 20 0 19 0 8801116 9856040960 8412 33554432000 1073741824 1073778376 140733970729200 140733970720336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8228/statm: 2406260 8412 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.24 2.25 2.19 3/211 8247
/proc/meminfo: memFree=30103936/32872528 swapFree=1315980/1463148
[pid=8228] ppid=8225 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/8228/stat : 8228 (java) S 8225 8228 6833 0 -1 4202496 9218 0 1 0 184 2 0 0 20 0 19 0 8801116 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 140733970720336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8228/statm: 2406260 8914 2241 9 0 2396937 0
[pid=8228/tid=8230] ppid=8225 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/8228/task/8230/stat : 8230 (java) R 8225 8228 6833 0 -1 4202560 2414 0 1 0 145 0 0 0 20 0 19 0 8801117 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794736058048 139794558962995 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8231] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8231/stat : 8231 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794697558568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8232] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8232/stat : 8232 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794696505768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8233] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8233/stat : 8233 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794695452968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8234] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8234/stat : 8234 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794694400168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8235] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8235/stat : 8235 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794693348392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8236] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8236/stat : 8236 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794692295592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8237] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8237/stat : 8237 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794691242792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8238] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8238/stat : 8238 (java) S 8225 8228 6833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794690189992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8239] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8239/stat : 8239 (java) S 8225 8228 6833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8801119 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794677778920 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8240] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8240/stat : 8240 (java) S 8225 8228 6833 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794558477560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8241] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8241/stat : 8241 (java) S 8225 8228 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794557424648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8242] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8242/stat : 8242 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794556373136 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8243] ppid=8225 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/8228/task/8243/stat : 8243 (java) S 8225 8228 6833 0 -1 4202560 1539 0 0 0 15 0 0 0 20 0 19 0 8801122 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794555321272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8244] ppid=8225 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/8228/task/8244/stat : 8244 (java) S 8225 8228 6833 0 -1 4202560 3996 0 0 0 22 0 0 0 20 0 19 0 8801122 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794554268472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8245] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8245/stat : 8245 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794553215864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8246] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8246/stat : 8246 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794552163272 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8247] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8247/stat : 8247 (java) S 8225 8228 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8801130 9856040960 8914 33554432000 1073741824 1073778376 140733970729200 139794551108776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.22 2.25 2.19 3/211 8247
/proc/meminfo: memFree=30101888/32872528 swapFree=1315980/1463148
[pid=8228] ppid=8225 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/8228/stat : 8228 (java) S 8225 8228 6833 0 -1 4202496 9221 0 1 0 347 2 0 0 20 0 19 0 8801116 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 140733970720336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8228/statm: 2406260 9939 2241 9 0 2396937 0
[pid=8228/tid=8230] ppid=8225 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/8228/task/8230/stat : 8230 (java) R 8225 8228 6833 0 -1 4202560 2416 0 1 0 305 0 0 0 20 0 19 0 8801117 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794736058048 139794558752706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8231] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8231/stat : 8231 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794697558568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8232] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8232/stat : 8232 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794696505768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8233] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8233/stat : 8233 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794695452968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8234] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8234/stat : 8234 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794694400168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8235] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8235/stat : 8235 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794693348392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8236] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8236/stat : 8236 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794692295592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8237] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8237/stat : 8237 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794691242792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8238] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8238/stat : 8238 (java) S 8225 8228 6833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794690189992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8239] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8239/stat : 8239 (java) S 8225 8228 6833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8801119 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794677778920 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8240] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8240/stat : 8240 (java) S 8225 8228 6833 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794558477560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8241] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8241/stat : 8241 (java) S 8225 8228 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794557424648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8242] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8242/stat : 8242 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794556373136 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8243] ppid=8225 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8228/task/8243/stat : 8243 (java) S 8225 8228 6833 0 -1 4202560 1539 0 0 0 16 0 0 0 20 0 19 0 8801122 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794555321272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8244] ppid=8225 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8228/task/8244/stat : 8244 (java) S 8225 8228 6833 0 -1 4202560 3997 0 0 0 24 0 0 0 20 0 19 0 8801122 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794554268472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8245] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8245/stat : 8245 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794553215864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8246] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8246/stat : 8246 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794552163272 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8247] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8247/stat : 8247 (java) S 8225 8228 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8801130 9856040960 9939 33554432000 1073741824 1073778376 140733970729200 139794551108776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.22 2.25 2.19 3/211 8247
/proc/meminfo: memFree=30097924/32872528 swapFree=1315980/1463148
[pid=8228] ppid=8225 vsize=9625040 CPUtime=6.69 cores=0,2,4,6
/proc/8228/stat : 8228 (java) S 8225 8228 6833 0 -1 4202496 9227 0 1 0 667 2 0 0 20 0 19 0 8801116 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 140733970720336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8228/statm: 2406260 11648 2242 9 0 2396937 0
[pid=8228/tid=8230] ppid=8225 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/8228/task/8230/stat : 8230 (java) R 8225 8228 6833 0 -1 4202560 2421 0 1 0 624 0 0 0 20 0 19 0 8801117 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794736058048 139794558917105 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8231] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8231/stat : 8231 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794697558568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8232] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8232/stat : 8232 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794696505768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8233] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8233/stat : 8233 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794695452968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8234] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8234/stat : 8234 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794694400168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8235] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8235/stat : 8235 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794693348392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8236] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8236/stat : 8236 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794692295592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8237] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8237/stat : 8237 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794691242792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8238] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8238/stat : 8238 (java) S 8225 8228 6833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794690189992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8239] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8239/stat : 8239 (java) S 8225 8228 6833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8801119 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794677778920 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8240] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8240/stat : 8240 (java) S 8225 8228 6833 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794558477560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8241] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8241/stat : 8241 (java) S 8225 8228 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794557424648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8242] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8242/stat : 8242 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794556373136 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8243] ppid=8225 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8228/task/8243/stat : 8243 (java) S 8225 8228 6833 0 -1 4202560 1539 0 0 0 16 0 0 0 20 0 19 0 8801122 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794555321272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8244] ppid=8225 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/8228/task/8244/stat : 8244 (java) S 8225 8228 6833 0 -1 4202560 3997 0 0 0 24 0 0 0 20 0 19 0 8801122 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794554268472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8245] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8245/stat : 8245 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794553215864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8246] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8246/stat : 8246 (java) S 8225 8228 6833 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794552163272 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8247] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8247/stat : 8247 (java) S 8225 8228 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8801130 9856040960 11648 33554432000 1073741824 1073778376 140733970729200 139794551108776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 9625040


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

[pid=8228/tid=8240] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8240/stat : 8240 (java) S 8225 8228 6833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794558477560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8241] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8241/stat : 8241 (java) S 8225 8228 6833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794557424648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8242] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8242/stat : 8242 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794556373136 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8243] ppid=8225 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8228/task/8243/stat : 8243 (java) S 8225 8228 6833 0 -1 4202560 1540 0 0 0 16 0 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794555321272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8244] ppid=8225 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8228/task/8244/stat : 8244 (java) S 8225 8228 6833 0 -1 4202560 4507 0 0 0 25 2 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794554268472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8245] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8245/stat : 8245 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794553215864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8246] ppid=8225 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8228/task/8246/stat : 8246 (java) S 8225 8228 6833 0 -1 4202560 40 0 0 0 10 8 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794552163272 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8247] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8247/stat : 8247 (java) S 8225 8228 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8801130 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794551108776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 682.9
Current children cumulated vsize (KiB) 9625040

[startup+683.207 s]
/proc/loadavg: 2.22 2.25 2.19 3/212 8420
/proc/meminfo: memFree=30283988/32872528 swapFree=1315980/1463148
[pid=8228] ppid=8225 vsize=9625040 CPUtime=683.71 cores=0,2,4,6
/proc/8228/stat : 8228 (java) S 8225 8228 6833 0 -1 4202496 9906 0 1 0 68358 13 0 0 20 0 19 0 8801116 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 140733970720336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8228/statm: 2406260 47976 2263 9 0 2396937 0
[pid=8228/tid=8230] ppid=8225 vsize=9625040 CPUtime=681.35 cores=0,2,4,6
/proc/8228/task/8230/stat : 8230 (java) R 8225 8228 6833 0 -1 4202560 2487 0 1 0 68123 12 0 0 20 0 19 0 8801117 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794736066704 139794558962990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8231] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8231/stat : 8231 (java) S 8225 8228 6833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794697558568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8232] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8232/stat : 8232 (java) S 8225 8228 6833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794696505768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8233] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8233/stat : 8233 (java) S 8225 8228 6833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794695452968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8234] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8234/stat : 8234 (java) S 8225 8228 6833 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794694400168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8235] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8235/stat : 8235 (java) S 8225 8228 6833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794693348392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8236] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8236/stat : 8236 (java) S 8225 8228 6833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794692295592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8237] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8237/stat : 8237 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794691242792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8238] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8238/stat : 8238 (java) S 8225 8228 6833 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794690189992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8239] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8239/stat : 8239 (java) S 8225 8228 6833 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8801119 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794677778920 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8240] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8240/stat : 8240 (java) S 8225 8228 6833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794558477560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8241] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8241/stat : 8241 (java) S 8225 8228 6833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794557424648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8242] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8242/stat : 8242 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794556373136 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8243] ppid=8225 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8228/task/8243/stat : 8243 (java) S 8225 8228 6833 0 -1 4202560 1540 0 0 0 16 0 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794555321272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8244] ppid=8225 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8228/task/8244/stat : 8244 (java) S 8225 8228 6833 0 -1 4202560 4507 0 0 0 25 2 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794554268472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8245] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8245/stat : 8245 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794553215864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8246] ppid=8225 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8228/task/8246/stat : 8246 (java) S 8225 8228 6833 0 -1 4202560 40 0 0 0 10 8 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794552163272 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8247] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8247/stat : 8247 (java) S 8225 8228 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8801130 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794551108776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 683.71
Current children cumulated vsize (KiB) 9625040

[startup+683.401 s]
/proc/loadavg: 2.22 2.25 2.19 3/212 8420
/proc/meminfo: memFree=30283988/32872528 swapFree=1315980/1463148
[pid=8228] ppid=8225 vsize=9625040 CPUtime=683.91 cores=0,2,4,6
/proc/8228/stat : 8228 (java) S 8225 8228 6833 0 -1 4202496 9906 0 1 0 68378 13 0 0 20 0 19 0 8801116 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 140733970720336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8228/statm: 2406260 47976 2263 9 0 2396937 0
[pid=8228/tid=8230] ppid=8225 vsize=9625040 CPUtime=681.54 cores=0,2,4,6
/proc/8228/task/8230/stat : 8230 (java) R 8225 8228 6833 0 -1 4202560 2487 0 1 0 68142 12 0 0 20 0 19 0 8801117 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794736058672 139794559111859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8231] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8231/stat : 8231 (java) S 8225 8228 6833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794697558568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8232] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8232/stat : 8232 (java) S 8225 8228 6833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794696505768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8233] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8233/stat : 8233 (java) S 8225 8228 6833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794695452968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8234] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8234/stat : 8234 (java) S 8225 8228 6833 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794694400168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8235] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8235/stat : 8235 (java) S 8225 8228 6833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794693348392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8236] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8236/stat : 8236 (java) S 8225 8228 6833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794692295592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8237] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8237/stat : 8237 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794691242792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8238] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8238/stat : 8238 (java) S 8225 8228 6833 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794690189992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8239] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8239/stat : 8239 (java) S 8225 8228 6833 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8801119 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794677778920 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8240] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8240/stat : 8240 (java) S 8225 8228 6833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794558477560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8241] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8241/stat : 8241 (java) S 8225 8228 6833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794557424648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8242] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8242/stat : 8242 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794556373136 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8243] ppid=8225 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8228/task/8243/stat : 8243 (java) S 8225 8228 6833 0 -1 4202560 1540 0 0 0 16 0 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794555321272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8244] ppid=8225 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/8228/task/8244/stat : 8244 (java) S 8225 8228 6833 0 -1 4202560 4507 0 0 0 25 2 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794554268472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8245] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8245/stat : 8245 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794553215864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8246] ppid=8225 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8228/task/8246/stat : 8246 (java) S 8225 8228 6833 0 -1 4202560 40 0 0 0 10 8 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794552163272 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8247] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8247/stat : 8247 (java) S 8225 8228 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8801130 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794551108776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 683.91
Current children cumulated vsize (KiB) 9625040

[startup+683.501 s]
/proc/loadavg: 2.22 2.25 2.19 3/212 8420
/proc/meminfo: memFree=30283988/32872528 swapFree=1315980/1463148
[pid=8228] ppid=8225 vsize=9625040 CPUtime=684.01 cores=0,2,4,6
/proc/8228/stat : 8228 (java) S 8225 8228 6833 0 -1 4202496 9906 0 1 0 68388 13 0 0 20 0 19 0 8801116 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 140733970720336 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/8228/statm: 2406260 47976 2263 9 0 2396937 0
[pid=8228/tid=8230] ppid=8225 vsize=9625040 CPUtime=681.64 cores=0,2,4,6
/proc/8228/task/8230/stat : 8230 (java) R 8225 8228 6833 0 -1 4202560 2487 0 1 0 68152 12 0 0 20 0 19 0 8801117 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794736067352 139794558752688 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8231] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8231/stat : 8231 (java) S 8225 8228 6833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794697558568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8232] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8232/stat : 8232 (java) S 8225 8228 6833 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794696505768 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8233] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8233/stat : 8233 (java) S 8225 8228 6833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794695452968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8234] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8234/stat : 8234 (java) S 8225 8228 6833 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794694400168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8235] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8235/stat : 8235 (java) S 8225 8228 6833 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794693348392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8236] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8236/stat : 8236 (java) S 8225 8228 6833 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794692295592 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8237] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8237/stat : 8237 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794691242792 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8238] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8238/stat : 8238 (java) S 8225 8228 6833 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 8801118 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794690189992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8239] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8239/stat : 8239 (java) S 8225 8228 6833 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 8801119 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794677778920 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8240] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8240/stat : 8240 (java) S 8225 8228 6833 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794558477560 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8241] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8241/stat : 8241 (java) S 8225 8228 6833 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8801120 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794557424648 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8242] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8242/stat : 8242 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794556373136 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8243] ppid=8225 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/8228/task/8243/stat : 8243 (java) S 8225 8228 6833 0 -1 4202560 1540 0 0 0 16 0 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794555321272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=8228/tid=8244] ppid=8225 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/8228/task/8244/stat : 8244 (java) S 8225 8228 6833 0 -1 4202560 4507 0 0 0 26 2 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794554268472 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=8228/tid=8245] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8245/stat : 8245 (java) S 8225 8228 6833 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794553215864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=8228/tid=8246] ppid=8225 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/8228/task/8246/stat : 8246 (java) S 8225 8228 6833 0 -1 4202560 40 0 0 0 10 8 0 0 20 0 19 0 8801122 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794552163272 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=8228/tid=8247] ppid=8225 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/8228/task/8247/stat : 8247 (java) S 8225 8228 6833 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8801130 9856040960 47976 33554432000 1073741824 1073778376 140733970729200 139794551108776 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 684.01
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8228 and gives
#  childrusage.ru_utime.tv_sec=682
#  childrusage.ru_utime.tv_usec=147297
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=312952
# CPU time returned by wait4() is 682.46
# while last known CPU time is 684.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 683.522
CPU time (s): 684.01
CPU user time (s): 683.88
CPU system time (s): 0.13
CPU usage (%): 100.071
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 682.147
system time used= 0.312952
maximum resident set size= 191960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9927
page faults= 1
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14684
involuntary context switches= 953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.34264 second user time and 2.78858 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-16 10:59:02
IDJOB=4090935
IDBENCH=79178
IDSOLVER=2551
FILE ID=node121/4090935-1466067542
RUNJOBID= node121-1466062130-6849
PBS_JOBID= 19904017
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-15-10--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090935-1466067542/watcher-4090935-1466067542 -o /tmp/evaluation-result-4090935-1466067542/solver-4090935-1466067542 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466062130-6849 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090935-1466067542.wbo

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

MD5SUM BENCH= 5c6d98aba4f4f2cf2db8cd0c78364d4c
RANDOM SEED=2127445713

node121.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.691
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.38
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.691
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.691
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.55
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.691
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.691
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.54
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.691
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.691
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.691
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:        30132508 kB
Buffers:            8676 kB
Cached:            42444 kB
SwapCached:         2512 kB
Active:           541652 kB
Inactive:          29232 kB
Active(anon):     520516 kB
Inactive(anon):     1756 kB
Active(file):      21136 kB
Inactive(file):    27476 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099724 kB
Dirty:               732 kB
Writeback:             0 kB
AnonPages:       1987960 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             564560 kB
SReclaimable:       8564 kB
SUnreclaim:       555996 kB
KernelStack:        1592 kB
PageTables:         8112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2170320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    641024 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= 71728 MiB
End job on node121 at 2016-06-16 11:10:26