Trace number 4106141

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPT3 315.466 313.948

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=397-P1=307-P2=37-P3=127-P4=401-P5=331-B.opb
MD5SUM6d677c4de75200a225209ed048e7b96e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.134978
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4106141-1466270104.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.11/0.16	c ... done. Wall clock time 0.065s.
0.11/0.16	c declared #vars     135
0.11/0.17	c internal #vars     540
0.11/0.17	c #constraints  826
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 405
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 421
0.11/0.17	c 826 constraints processed.
0.11/0.17	c objective function length is 9 literals
0.75/0.56	c cleaning 2494 clauses out of 5000 with flag 10962/5000
1.37/1.02	c cleaning 4242 clauses out of 8506 with flag 24410/11000
1.87/1.58	c cleaning 5617 clauses out of 11265 with flag 39671/18001
2.44/2.02	c cleaning 6818 clauses out of 13647 with flag 56178/26000
3.15/2.78	c cleaning 7900 clauses out of 15830 with flag 74781/35001
4.25/3.85	c cleaning 8949 clauses out of 17930 with flag 95512/45001
5.65/5.22	c cleaning 9970 clauses out of 19980 with flag 119292/56000
7.25/6.87	c cleaning 10986 clauses out of 22010 with flag 147688/68000
8.45/8.04	c cleaning 12002 clauses out of 24024 with flag 177094/81000
9.96/9.54	c cleaning 13001 clauses out of 26022 with flag 209523/95000
10.66/10.26	c SATISFIABLE
10.66/10.26	c OPTIMIZING...
10.66/10.26	c Got one! Elapsed wall clock time (in seconds):10.159
10.66/10.26	o 9
11.26/10.86	c cleaning 13185 clauses out of 26387 with flag 10789/108366
11.86/11.45	c cleaning 9590 clauses out of 19202 with flag 23410/114366
11.96/11.54	c Got one! Elapsed wall clock time (in seconds):11.443
11.96/11.54	o 5
12.26/11.87	c cleaning 7766 clauses out of 15561 with flag 8798/120315
12.76/12.33	c cleaning 6889 clauses out of 13794 with flag 21647/126314
12.86/12.45	c Got one! Elapsed wall clock time (in seconds):12.351
12.86/12.45	o 3
13.06/12.66	c cleaning 6253 clauses out of 12523 with flag 6492/131932
13.36/12.96	c cleaning 6126 clauses out of 12270 with flag 19225/137932
13.86/13.44	c cleaning 6558 clauses out of 13143 with flag 34894/144931
14.36/13.95	c cleaning 7271 clauses out of 14587 with flag 52405/152933
15.06/14.62	c cleaning 8149 clauses out of 16315 with flag 72363/161932
15.96/15.56	c cleaning 9071 clauses out of 18166 with flag 94392/171932
17.16/16.74	c cleaning 10035 clauses out of 20094 with flag 118494/182931
17.87/17.49	c cleaning 11020 clauses out of 22060 with flag 144716/194932
18.77/18.37	c cleaning 12000 clauses out of 24040 with flag 175175/207932
19.87/19.41	c cleaning 13012 clauses out of 26041 with flag 205166/221933
21.16/20.75	c cleaning 14005 clauses out of 28028 with flag 239726/236932
22.66/22.27	c cleaning 14999 clauses out of 30023 with flag 275788/252932
24.77/24.31	c cleaning 16007 clauses out of 32024 with flag 317594/269932
26.56/26.16	c cleaning 17006 clauses out of 34016 with flag 359775/287931
28.25/27.71	c cleaning 17990 clauses out of 36011 with flag 403004/306932
30.11/29.26	c cleaning 19009 clauses out of 38025 with flag 448264/326936
32.64/31.78	c cleaning 19994 clauses out of 40013 with flag 498218/347933
34.64/33.77	c cleaning 20998 clauses out of 42017 with flag 548239/369931
37.04/36.16	c cleaning 22001 clauses out of 44019 with flag 602706/392931
40.34/39.43	c cleaning 23008 clauses out of 46018 with flag 657891/416931
43.24/42.33	c cleaning 24005 clauses out of 48011 with flag 719159/441932
46.84/45.96	c cleaning 24994 clauses out of 50007 with flag 781468/467933
49.74/48.85	c cleaning 25984 clauses out of 52011 with flag 846109/494931
52.84/51.94	c cleaning 26991 clauses out of 54028 with flag 910432/522932
56.05/55.14	c cleaning 28008 clauses out of 56036 with flag 979221/551931
59.54/58.65	c cleaning 29008 clauses out of 58029 with flag 1052872/581932
63.14/62.21	c cleaning 29997 clauses out of 60022 with flag 1126036/612933
68.14/67.27	c cleaning 31005 clauses out of 62024 with flag 1199409/644932
73.44/72.59	c cleaning 32004 clauses out of 64019 with flag 1277699/677932
79.97/78.90	c cleaning 32999 clauses out of 66013 with flag 1354106/711931
87.17/86.17	c cleaning 34003 clauses out of 68014 with flag 1430539/746931
92.19/91.12	c cleaning 34995 clauses out of 70011 with flag 1510735/782931
98.19/97.17	c cleaning 35999 clauses out of 72017 with flag 1590601/819932
104.29/103.29	c cleaning 37002 clauses out of 74017 with flag 1676772/857931
112.19/111.13	c cleaning 38000 clauses out of 76016 with flag 1778384/896932
121.18/120.11	c cleaning 38990 clauses out of 78015 with flag 1874876/936931
126.98/125.92	c cleaning 40009 clauses out of 80025 with flag 1966351/977931
133.58/132.55	c cleaning 41002 clauses out of 82016 with flag 2063240/1019931
139.85/138.78	c cleaning 41993 clauses out of 84014 with flag 2159007/1062931
147.45/146.37	c cleaning 43002 clauses out of 86022 with flag 2261401/1106932
154.15/153.08	c cleaning 44002 clauses out of 88020 with flag 2365553/1151932
160.65/159.55	c cleaning 44993 clauses out of 90017 with flag 2476018/1197931
167.35/166.28	c cleaning 46004 clauses out of 92023 with flag 2578065/1244931
177.74/176.61	c cleaning 47006 clauses out of 94020 with flag 2681061/1292932
185.95/184.82	c cleaning 48002 clauses out of 96014 with flag 2786024/1341932
194.13/192.98	c cleaning 49002 clauses out of 98012 with flag 2893776/1391932
204.93/203.78	c cleaning 49996 clauses out of 100010 with flag 3007949/1442932
214.05/212.86	c cleaning 51003 clauses out of 102013 with flag 3123612/1494932
223.35/222.14	c cleaning 51998 clauses out of 104009 with flag 3240793/1547931
233.25/232.05	c cleaning 53000 clauses out of 106012 with flag 3360285/1601932
243.15/241.98	c cleaning 54000 clauses out of 108011 with flag 3482930/1656931
253.64/252.46	c cleaning 54998 clauses out of 110012 with flag 3607320/1712932
266.85/265.51	c cleaning 55994 clauses out of 112013 with flag 3729791/1769931
282.35/281.00	c cleaning 57004 clauses out of 114020 with flag 3856529/1827933
302.16/300.88	c cleaning 58006 clauses out of 116013 with flag 3986084/1886931
315.27/313.94	c starts		: 3500
315.27/313.94	c conflicts		: 1934648
315.27/313.94	c decisions		: 2164266
315.27/313.94	c propagations		: 40191115
315.27/313.94	c inspects		: 6315656423
315.27/313.94	c shortcuts		: 0
315.27/313.94	c learnt literals	: 17
315.27/313.94	c learnt binary clauses	: 33
315.27/313.94	c learnt ternary clauses	: 57
315.27/313.94	c learnt constraints	: 1934630
315.27/313.94	c ignored constraints	: 0
315.27/313.94	c root simplifications	: 0
315.27/313.94	c removed literals (reason simplification)	: 0
315.27/313.94	c reason swapping (by a shorter reason)	: 0
315.27/313.94	c Calls to reduceDB	: 69
315.27/313.94	c Number of update (reduction) of LBD	: 66882
315.27/313.94	c Imported unit clauses	: 0
315.27/313.94	c number of reductions to clauses (during analyze)	: 0
315.27/313.94	c number of learned constraints concerned by reduction	: 0
315.27/313.94	c number of learning phase by resolution	: 0
315.27/313.94	c number of learning phase by cutting planes	: 0
315.27/313.94	c speed (assignments/second)	: 128090.18969187819
315.27/313.94	c non guided choices	7938
315.27/313.94	c learnt constraints type 
315.27/313.94	s OPTIMUM FOUND
315.27/313.94	c Found 3 solution(s)
315.27/313.94	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 
315.27/313.94	c objective function=3
315.27/313.94	c Total wall clock time (in seconds): 313.841

Verifier Data

OK	3

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-4106141-1466270104/watcher-4106141-1466270104 -o /tmp/evaluation-result-4106141-1466270104/solver-4106141-1466270104 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106141-1466270104.opb 

pid=21144
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.04 2.04 2.03 3/194 21147
/proc/meminfo: memFree=30676088/32872528 swapFree=534252/566956
[pid=21147] ppid=21144 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/21147/stat : 21147 (java) S 21144 21147 16325 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 29056022 98570240 977 33554432000 1073741824 1073778376 140734032850016 140734032841152 206632419389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21147/statm: 24065 977 743 9 0 16771 0
[pid=21147/tid=21148] ppid=21144 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21148/stat : 21148 (java) R 21144 21147 16325 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 29056022 98570240 977 33554432000 1073741824 1073778376 140734032850016 140036323941928 206629062016 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100028 s]
/proc/loadavg: 2.04 2.04 2.03 3/194 21147
/proc/meminfo: memFree=30676088/32872528 swapFree=534252/566956
[pid=21147] ppid=21144 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/21147/stat : 21147 (java) S 21144 21147 16325 0 -1 4202496 4492 0 1 0 10 1 0 0 20 0 18 0 29056022 9787879424 6120 33554432000 1073741824 1073778376 140734032850016 140734032841152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21147/statm: 2389619 6120 2157 9 0 2380296 0
[pid=21147/tid=21148] ppid=21144 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/21147/task/21148/stat : 21148 (java) R 21144 21147 16325 0 -1 4202560 2376 0 1 0 8 0 0 0 20 0 18 0 29056022 9787879424 6120 33554432000 1073741824 1073778376 140734032850016 140036323944952 140036314009028 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20026 s]
/proc/loadavg: 2.04 2.04 2.03 3/194 21147
/proc/meminfo: memFree=30676088/32872528 swapFree=534252/566956
[pid=21147] ppid=21144 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/21147/stat : 21147 (java) S 21144 21147 16325 0 -1 4202496 5922 0 1 0 27 1 0 0 20 0 19 0 29056022 9856040960 8028 33554432000 1073741824 1073778376 140734032850016 140734032841152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21147/statm: 2406260 8028 2225 9 0 2396937 0
[pid=21147/tid=21148] ppid=21144 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21147/task/21148/stat : 21148 (java) R 21144 21147 16325 0 -1 4202560 2415 0 1 0 18 0 0 0 20 0 19 0 29056022 9856040960 8029 33554432000 1073741824 1073778376 140734032850016 140036323947136 140036331374440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.30025 s]
/proc/loadavg: 2.04 2.04 2.03 3/194 21147
/proc/meminfo: memFree=30676088/32872528 swapFree=534252/566956
[pid=21147] ppid=21144 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/21147/stat : 21147 (java) S 21144 21147 16325 0 -1 4202496 6806 0 1 0 49 1 0 0 20 0 19 0 29056022 9856040960 8330 33554432000 1073741824 1073778376 140734032850016 140734032841152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21147/statm: 2406260 8330 2244 9 0 2396937 0
[pid=21147/tid=21148] ppid=21144 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/21147/task/21148/stat : 21148 (java) R 21144 21147 16325 0 -1 4202560 2421 0 1 0 28 0 0 0 20 0 19 0 29056022 9856040960 8330 33554432000 1073741824 1073778376 140734032850016 140036323947136 140036150468272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700195 s]
/proc/loadavg: 2.04 2.04 2.03 3/194 21147
/proc/meminfo: memFree=30676088/32872528 swapFree=534252/566956
[pid=21147] ppid=21144 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/21147/stat : 21147 (java) S 21144 21147 16325 0 -1 4202496 8265 0 1 0 102 2 0 0 20 0 19 0 29056022 9856040960 9525 33554432000 1073741824 1073778376 140734032850016 140734032841152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21147/statm: 2406260 9525 2253 9 0 2396937 0
[pid=21147/tid=21148] ppid=21144 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/21147/task/21148/stat : 21148 (java) R 21144 21147 16325 0 -1 4202560 2423 0 1 0 68 0 0 0 20 0 19 0 29056022 9856040960 9525 33554432000 1073741824 1073778376 140734032850016 140036323937984 140036150878525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.04 2.04 2.03 3/213 21166
/proc/meminfo: memFree=30642324/32872528 swapFree=534252/566956
[pid=21147] ppid=21144 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/21147/stat : 21147 (java) S 21144 21147 16325 0 -1 4202496 8451 0 1 0 185 2 0 0 20 0 19 0 29056022 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140734032841152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21147/statm: 2406260 11064 2256 9 0 2396937 0
[pid=21147/tid=21148] ppid=21144 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/21147/task/21148/stat : 21148 (java) R 21144 21147 16325 0 -1 4202560 2427 0 1 0 148 0 0 0 20 0 19 0 29056022 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036323946984 140036150855079 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21150] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21150/stat : 21150 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036285438632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21151] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21151/stat : 21151 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036284386088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21152] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21152/stat : 21152 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036283333544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21153] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21153/stat : 21153 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036282281000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21154] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21154/stat : 21154 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036281227432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21155] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21155/stat : 21155 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036280174888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21156] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21156/stat : 21156 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036279122344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21157] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21157/stat : 21157 (java) S 21144 21147 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036278069800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21158] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21158/stat : 21158 (java) S 21144 21147 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036147231336 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21159] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21159/stat : 21159 (java) S 21144 21147 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036146177656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21160] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21160/stat : 21160 (java) S 21144 21147 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036145125000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21161] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21161/stat : 21161 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036144073744 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21162] ppid=21144 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/21147/task/21162/stat : 21162 (java) S 21144 21147 16325 0 -1 4202560 1712 0 0 0 15 0 0 0 20 0 19 0 29056026 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036143020088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21163] ppid=21144 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/21147/task/21163/stat : 21163 (java) S 21144 21147 16325 0 -1 4202560 3040 0 0 0 20 0 0 0 20 0 19 0 29056026 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036141967544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21164] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21164/stat : 21164 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036140915192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21165] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21165/stat : 21165 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036139862856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21166] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21166/stat : 21166 (java) S 21144 21147 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056039 9856040960 11064 33554432000 1073741824 1073778376 140734032850016 140036138808616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.04 2.04 2.03 4/213 21166
/proc/meminfo: memFree=30635312/32872528 swapFree=534252/566956
[pid=21147] ppid=21144 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/21147/stat : 21147 (java) S 21144 21147 16325 0 -1 4202496 9551 0 1 0 353 2 0 0 20 0 19 0 29056022 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140734032841152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21147/statm: 2406260 13168 2257 9 0 2396937 0
[pid=21147/tid=21148] ppid=21144 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/21147/task/21148/stat : 21148 (java) R 21144 21147 16325 0 -1 4202560 2431 0 1 0 306 2 0 0 20 0 19 0 29056022 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036323946744 140036150862153 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21150] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21150/stat : 21150 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036285438632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21151] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21151/stat : 21151 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036284386088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21152] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21152/stat : 21152 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036283333544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21153] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21153/stat : 21153 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036282281000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21154] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21154/stat : 21154 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036281227432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21155] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21155/stat : 21155 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036280174888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21156] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21156/stat : 21156 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036279122344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21157] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21157/stat : 21157 (java) S 21144 21147 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036278069800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21158] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21158/stat : 21158 (java) S 21144 21147 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036147231336 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21159] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21159/stat : 21159 (java) S 21144 21147 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036146177656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21160] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21160/stat : 21160 (java) S 21144 21147 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036145125000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21161] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21161/stat : 21161 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036144073744 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21162] ppid=21144 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21147/task/21162/stat : 21162 (java) S 21144 21147 16325 0 -1 4202560 2808 0 0 0 22 0 0 0 20 0 19 0 29056026 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036143020088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21163] ppid=21144 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21147/task/21163/stat : 21163 (java) S 21144 21147 16325 0 -1 4202560 3040 0 0 0 21 0 0 0 20 0 19 0 29056026 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036141967544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21164] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21164/stat : 21164 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036140915192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21165] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21165/stat : 21165 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036139862856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21166] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21166/stat : 21166 (java) S 21144 21147 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056039 9856040960 13168 33554432000 1073741824 1073778376 140734032850016 140036138808616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.04 2.04 2.03 3/213 21166
/proc/meminfo: memFree=30625100/32872528 swapFree=534252/566956
[pid=21147] ppid=21144 vsize=9625040 CPUtime=6.75 cores=0,2,4,6
/proc/21147/stat : 21147 (java) S 21144 21147 16325 0 -1 4202496 9557 0 1 0 673 2 0 0 20 0 19 0 29056022 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140734032841152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21147/statm: 2406260 15163 2258 9 0 2396937 0
[pid=21147/tid=21148] ppid=21144 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/21147/task/21148/stat : 21148 (java) R 21144 21147 16325 0 -1 4202560 2436 0 1 0 626 2 0 0 20 0 19 0 29056022 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036323937968 140036150827256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21150] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21150/stat : 21150 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036285438632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21151] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21151/stat : 21151 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036284386088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21152] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21152/stat : 21152 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036283333544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21153] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21153/stat : 21153 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036282281000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21154] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21154/stat : 21154 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036281227432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21155] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21155/stat : 21155 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036280174888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21156] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21156/stat : 21156 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036279122344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21157] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21157/stat : 21157 (java) S 21144 21147 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29056023 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036278069800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21158] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21158/stat : 21158 (java) S 21144 21147 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036147231336 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21159] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21159/stat : 21159 (java) S 21144 21147 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036146177656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21160] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21160/stat : 21160 (java) S 21144 21147 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036145125000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21161] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21161/stat : 21161 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036144073744 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21162] ppid=21144 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21147/task/21162/stat : 21162 (java) S 21144 21147 16325 0 -1 4202560 2808 0 0 0 22 0 0 0 20 0 19 0 29056026 9856040960 15163 33554432000 1073741824 1073778376 140734032850016 140036143020088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21163] ppid=21144 vsize=9625040 CPUtime=0.21 cores=0,2,4,6

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

[pid=21147/tid=21152] ppid=21144 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21147/task/21152/stat : 21152 (java) S 21144 21147 16325 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036283333544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21153] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21153/stat : 21153 (java) S 21144 21147 16325 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036282281000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21154] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21154/stat : 21154 (java) S 21144 21147 16325 0 -1 4202560 150 0 0 0 3 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036281227432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21155] ppid=21144 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21147/task/21155/stat : 21155 (java) S 21144 21147 16325 0 -1 4202560 156 0 0 0 4 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036280174888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21156] ppid=21144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21147/task/21156/stat : 21156 (java) S 21144 21147 16325 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036279122344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21157] ppid=21144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21147/task/21157/stat : 21157 (java) S 21144 21147 16325 0 -1 4202560 134 0 0 0 2 1 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036278069800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21158] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21158/stat : 21158 (java) S 21144 21147 16325 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036147231336 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21159] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21159/stat : 21159 (java) S 21144 21147 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036146177656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21160] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21160/stat : 21160 (java) S 21144 21147 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036145125000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21161] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21161/stat : 21161 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036144073744 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21162] ppid=21144 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/21147/task/21162/stat : 21162 (java) S 21144 21147 16325 0 -1 4202560 10903 0 0 0 75 3 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036143020088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21163] ppid=21144 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21147/task/21163/stat : 21163 (java) S 21144 21147 16325 0 -1 4202560 3086 0 0 0 24 0 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036141967544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21164] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21164/stat : 21164 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036140915192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21165] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21165/stat : 21165 (java) S 21144 21147 16325 0 -1 4202560 20 0 0 0 2 3 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036139862856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21166] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21166/stat : 21166 (java) S 21144 21147 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056039 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036138808616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 314.16
Current children cumulated vsize (KiB) 9625040

[startup+313.608 s]
/proc/loadavg: 2.08 2.06 2.03 3/214 22019
/proc/meminfo: memFree=30733176/32872528 swapFree=534252/566956
[pid=21147] ppid=21144 vsize=9625040 CPUtime=314.97 cores=0,2,4,6
/proc/21147/stat : 21147 (java) S 21144 21147 16325 0 -1 4202496 18505 0 1 0 31477 20 0 0 20 0 19 0 29056022 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140734032841152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21147/statm: 2406260 66366 2272 9 0 2396937 0
[pid=21147/tid=21148] ppid=21144 vsize=9625040 CPUtime=313.48 cores=0,2,4,6
/proc/21147/task/21148/stat : 21148 (java) R 21144 21147 16325 0 -1 4202560 2500 0 1 0 31341 7 0 0 20 0 19 0 29056022 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036323937968 140036150908122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21150] ppid=21144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21147/task/21150/stat : 21150 (java) S 21144 21147 16325 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036285438632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21151] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21151/stat : 21151 (java) S 21144 21147 16325 0 -1 4202560 168 0 0 0 3 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036284386088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21152] ppid=21144 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21147/task/21152/stat : 21152 (java) S 21144 21147 16325 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036283333544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21153] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21153/stat : 21153 (java) S 21144 21147 16325 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036282281000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21154] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21154/stat : 21154 (java) S 21144 21147 16325 0 -1 4202560 150 0 0 0 3 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036281227432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21155] ppid=21144 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21147/task/21155/stat : 21155 (java) S 21144 21147 16325 0 -1 4202560 156 0 0 0 4 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036280174888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21156] ppid=21144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21147/task/21156/stat : 21156 (java) S 21144 21147 16325 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036279122344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21157] ppid=21144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21147/task/21157/stat : 21157 (java) S 21144 21147 16325 0 -1 4202560 134 0 0 0 2 1 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036278069800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21158] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21158/stat : 21158 (java) S 21144 21147 16325 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036147231336 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21159] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21159/stat : 21159 (java) S 21144 21147 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036146177656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21160] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21160/stat : 21160 (java) S 21144 21147 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036145125000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21161] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21161/stat : 21161 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036144073744 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21162] ppid=21144 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/21147/task/21162/stat : 21162 (java) S 21144 21147 16325 0 -1 4202560 10903 0 0 0 75 3 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036143020088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21163] ppid=21144 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21147/task/21163/stat : 21163 (java) S 21144 21147 16325 0 -1 4202560 3086 0 0 0 24 0 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036141967544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21164] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21164/stat : 21164 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036140915192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21165] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21165/stat : 21165 (java) S 21144 21147 16325 0 -1 4202560 20 0 0 0 2 3 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036139862856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21166] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21166/stat : 21166 (java) S 21144 21147 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056039 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036138808616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 314.97
Current children cumulated vsize (KiB) 9625040

[startup+313.801 s]
/proc/loadavg: 2.08 2.06 2.03 3/214 22019
/proc/meminfo: memFree=30733176/32872528 swapFree=534252/566956
[pid=21147] ppid=21144 vsize=9625040 CPUtime=315.16 cores=0,2,4,6
/proc/21147/stat : 21147 (java) S 21144 21147 16325 0 -1 4202496 18505 0 1 0 31496 20 0 0 20 0 19 0 29056022 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140734032841152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21147/statm: 2406260 66366 2272 9 0 2396937 0
[pid=21147/tid=21148] ppid=21144 vsize=9625040 CPUtime=313.67 cores=0,2,4,6
/proc/21147/task/21148/stat : 21148 (java) R 21144 21147 16325 0 -1 4202560 2500 0 1 0 31360 7 0 0 20 0 19 0 29056022 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036323937968 140036150939752 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21150] ppid=21144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21147/task/21150/stat : 21150 (java) S 21144 21147 16325 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036285438632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21151] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21151/stat : 21151 (java) S 21144 21147 16325 0 -1 4202560 168 0 0 0 3 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036284386088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21152] ppid=21144 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21147/task/21152/stat : 21152 (java) S 21144 21147 16325 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036283333544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21153] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21153/stat : 21153 (java) S 21144 21147 16325 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036282281000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21154] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21154/stat : 21154 (java) S 21144 21147 16325 0 -1 4202560 150 0 0 0 3 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036281227432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21155] ppid=21144 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21147/task/21155/stat : 21155 (java) S 21144 21147 16325 0 -1 4202560 156 0 0 0 4 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036280174888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21156] ppid=21144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21147/task/21156/stat : 21156 (java) S 21144 21147 16325 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036279122344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21157] ppid=21144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21147/task/21157/stat : 21157 (java) S 21144 21147 16325 0 -1 4202560 134 0 0 0 2 1 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036278069800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21158] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21158/stat : 21158 (java) S 21144 21147 16325 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036147231336 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21159] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21159/stat : 21159 (java) S 21144 21147 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036146177656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21160] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21160/stat : 21160 (java) S 21144 21147 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036145125000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21161] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21161/stat : 21161 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036144073744 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21162] ppid=21144 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/21147/task/21162/stat : 21162 (java) S 21144 21147 16325 0 -1 4202560 10903 0 0 0 75 3 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036143020088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21163] ppid=21144 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21147/task/21163/stat : 21163 (java) S 21144 21147 16325 0 -1 4202560 3086 0 0 0 24 0 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036141967544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21164] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21164/stat : 21164 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036140915192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21165] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21165/stat : 21165 (java) S 21144 21147 16325 0 -1 4202560 20 0 0 0 2 3 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036139862856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21166] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21166/stat : 21166 (java) S 21144 21147 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056039 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036138808616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 315.16
Current children cumulated vsize (KiB) 9625040

[startup+313.901 s]
/proc/loadavg: 2.08 2.06 2.03 3/214 22019
/proc/meminfo: memFree=30733176/32872528 swapFree=534252/566956
[pid=21147] ppid=21144 vsize=9625040 CPUtime=315.27 cores=0,2,4,6
/proc/21147/stat : 21147 (java) S 21144 21147 16325 0 -1 4202496 18507 0 1 0 31507 20 0 0 20 0 19 0 29056022 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140734032841152 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21147/statm: 2406260 66366 2272 9 0 2396937 0
[pid=21147/tid=21148] ppid=21144 vsize=9625040 CPUtime=313.77 cores=0,2,4,6
/proc/21147/task/21148/stat : 21148 (java) R 21144 21147 16325 0 -1 4202560 2500 0 1 0 31370 7 0 0 20 0 19 0 29056022 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036323937968 140036150988615 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21150] ppid=21144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21147/task/21150/stat : 21150 (java) S 21144 21147 16325 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036285438632 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21151] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21151/stat : 21151 (java) S 21144 21147 16325 0 -1 4202560 168 0 0 0 3 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036284386088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21152] ppid=21144 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/21147/task/21152/stat : 21152 (java) S 21144 21147 16325 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036283333544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21153] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21153/stat : 21153 (java) S 21144 21147 16325 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036282281000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21154] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21154/stat : 21154 (java) S 21144 21147 16325 0 -1 4202560 150 0 0 0 3 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036281227432 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21155] ppid=21144 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/21147/task/21155/stat : 21155 (java) S 21144 21147 16325 0 -1 4202560 156 0 0 0 4 2 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036280174888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21156] ppid=21144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21147/task/21156/stat : 21156 (java) S 21144 21147 16325 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036279122344 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21157] ppid=21144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/21147/task/21157/stat : 21157 (java) S 21144 21147 16325 0 -1 4202560 134 0 0 0 2 1 0 0 20 0 19 0 29056023 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036278069800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21158] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21158/stat : 21158 (java) S 21144 21147 16325 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036147231336 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21147/tid=21159] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21159/stat : 21159 (java) S 21144 21147 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036146177656 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21160] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21160/stat : 21160 (java) S 21144 21147 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29056024 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036145125000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21161] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21161/stat : 21161 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036144073744 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21162] ppid=21144 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/21147/task/21162/stat : 21162 (java) S 21144 21147 16325 0 -1 4202560 10905 0 0 0 75 3 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036143020088 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21147/tid=21163] ppid=21144 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/21147/task/21163/stat : 21163 (java) S 21144 21147 16325 0 -1 4202560 3086 0 0 0 24 0 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036141967544 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21164] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21164/stat : 21164 (java) S 21144 21147 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036140915192 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21147/tid=21165] ppid=21144 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/21147/task/21165/stat : 21165 (java) S 21144 21147 16325 0 -1 4202560 20 0 0 0 2 3 0 0 20 0 19 0 29056026 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036139862856 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21147/tid=21166] ppid=21144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21147/task/21166/stat : 21166 (java) S 21144 21147 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29056039 9856040960 66366 33554432000 1073741824 1073778376 140734032850016 140036138808616 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 315.27
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 313.948
CPU time (s): 315.466
CPU user time (s): 315.113
CPU system time (s): 0.352946
CPU usage (%): 100.483
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.113
system time used= 0.352946
maximum resident set size= 265524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18531
page faults= 1
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7026
involuntary context switches= 929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.66575 second user time and 2.34464 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 19:15:04
IDJOB=4106141
IDBENCH=47949
IDSOLVER=2546
FILE ID=node138/4106141-1466270104
RUNJOBID= node138-1466241309-16341
PBS_JOBID= 19918205
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=397-P1=307-P2=37-P3=127-P4=401-P5=331-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106141-1466270104/watcher-4106141-1466270104 -o /tmp/evaluation-result-4106141-1466270104/solver-4106141-1466270104 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106141-1466270104.opb

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

MD5SUM BENCH= 6d677c4de75200a225209ed048e7b96e
RANDOM SEED=786542910

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.395
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.54
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.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30676088 kB
Buffers:          141320 kB
Cached:           244228 kB
SwapCached:         1060 kB
Active:           587200 kB
Inactive:         291500 kB
Active(anon):     494072 kB
Inactive(anon):     1696 kB
Active(file):      93128 kB
Inactive(file):   289804 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099640 kB
Dirty:               812 kB
Writeback:             0 kB
AnonPages:       1067720 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             607224 kB
SReclaimable:      50584 kB
SUnreclaim:       556640 kB
KernelStack:        1848 kB
PageTables:         6352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1285632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    509952 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= 71732 MiB
End job on node138 at 2016-06-18 19:20:18