Trace number 3736555

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31OPT3 154.533 81.0469

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-B.opb
MD5SUM8f717fbc7f85484ebc0de379ab09a890
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.113981
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables192
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)512
Sum of products size (including duplicates)1024
Number of different products512
Sum of products size1024

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
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 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c Stops conflict analysis at the first Unique Implication Point
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c Stops conflict analysis at the first Unique Implication Point
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	
0.11/0.11	c solving HOME/instance-3736555-1338751764.opb
0.11/0.11	c reading problem ... 
0.26/0.23	c ... done. Wall clock time 0.115s.
0.26/0.23	c #vars     704
0.26/0.23	c #constraints  1049
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
0.26/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
0.26/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
3.42/1.05	c cleaning 2501 clauses out of 5001 with flag 5001/5001
5.03/1.61	c cleaning 4250 clauses out of 8499 with flag 11000/11000
6.23/2.28	c cleaning 5621 clauses out of 11252 with flag 18003/18003
7.80/3.08	c cleaning 6812 clauses out of 13629 with flag 26001/26001
9.20/3.78	c cleaning 7903 clauses out of 15816 with flag 35000/35000
11.39/4.80	c cleaning 8944 clauses out of 17914 with flag 45001/45001
12.97/5.63	c cleaning 9478 clauses out of 18969 with flag 55000/55000
14.42/6.39	c cleaning 9739 clauses out of 19491 with flag 65000/65000
16.59/7.41	c cleaning 9869 clauses out of 19752 with flag 75000/75000
18.54/8.45	c cleaning 9939 clauses out of 19883 with flag 85000/85000
21.13/9.79	c cleaning 9967 clauses out of 19943 with flag 95000/95000
22.88/10.69	c cleaning 9982 clauses out of 19977 with flag 105001/105001
24.80/11.67	c cleaning 9993 clauses out of 19995 with flag 115001/115001
27.55/13.09	c cleaning 9999 clauses out of 20001 with flag 125000/125000
30.15/14.33	c cleaning 9999 clauses out of 20004 with flag 135002/135002
32.91/15.73	c cleaning 10001 clauses out of 20004 with flag 145001/145001
35.04/16.88	c cleaning 9995 clauses out of 20002 with flag 155000/155000
37.02/17.84	c cleaning 9997 clauses out of 20008 with flag 165001/165001
39.03/18.80	c cleaning 10002 clauses out of 20011 with flag 175001/175001
40.99/19.66	c cleaning 9996 clauses out of 20009 with flag 185001/185001
41.66/19.93	c And the winner is Resolution
41.87/20.23	c SATISFIABLE
41.87/20.23	c OPTIMIZING...
41.87/20.23	c Got one! Elapsed wall clock time (in seconds):20.119
41.87/20.23	o 57
42.80/20.71	c cleaning 9993 clauses out of 20013 with flag 195001/195001
45.21/21.78	c cleaning 0 clauses out of 5000 with flag 0/5000
45.67/21.93	c cleaning 10009 clauses out of 20020 with flag 205001/205001
47.40/22.73	c cleaning 9994 clauses out of 20009 with flag 215000/215000
49.04/23.53	c cleaning 9999 clauses out of 20015 with flag 225000/225000
50.78/24.45	c cleaning 10000 clauses out of 20017 with flag 235001/235001
53.35/25.73	c cleaning 10002 clauses out of 20017 with flag 245001/245001
55.28/26.72	c cleaning 10006 clauses out of 20015 with flag 255001/255001
57.19/27.75	c cleaning 9994 clauses out of 20008 with flag 265000/265000
59.34/28.83	c cleaning 10005 clauses out of 20015 with flag 275001/275001
61.48/29.97	c cleaning 10003 clauses out of 20009 with flag 285000/285000
63.43/30.96	c cleaning 9998 clauses out of 20006 with flag 295000/295000
65.55/32.05	c cleaning 9999 clauses out of 20008 with flag 305000/305000
67.08/32.84	c cleaning 9987 clauses out of 20009 with flag 315000/315000
68.41/33.50	c cleaning 9993 clauses out of 20022 with flag 325000/325000
69.93/34.37	c cleaning 10004 clauses out of 20031 with flag 335002/335002
72.22/35.58	c cleaning 10006 clauses out of 20024 with flag 345000/345000
74.39/36.66	c cleaning 10005 clauses out of 20018 with flag 355000/355000
76.11/37.57	c cleaning 9995 clauses out of 20013 with flag 365000/365000
78.08/38.55	c cleaning 10002 clauses out of 20018 with flag 375000/375000
80.38/39.72	c cleaning 10002 clauses out of 20016 with flag 385000/385000
82.53/40.80	c cleaning 10003 clauses out of 20014 with flag 395000/395000
84.26/41.78	c cleaning 9994 clauses out of 20009 with flag 405000/405000
85.56/42.46	c cleaning 9986 clauses out of 20015 with flag 415000/415000
86.83/43.20	c cleaning 10001 clauses out of 20033 with flag 425004/425004
88.15/43.85	c cleaning 9998 clauses out of 20029 with flag 435001/435001
89.87/44.73	c cleaning 10005 clauses out of 20032 with flag 445002/445002
91.79/45.79	c cleaning 10001 clauses out of 20026 with flag 455001/455001
93.66/46.71	c cleaning 10007 clauses out of 20025 with flag 465001/465001
95.77/47.89	c cleaning 10002 clauses out of 20017 with flag 475000/475000
98.16/49.05	c cleaning 10003 clauses out of 20015 with flag 485000/485000
100.48/50.29	c cleaning 9999 clauses out of 20012 with flag 495000/495000
102.34/51.23	c cleaning 10000 clauses out of 20013 with flag 505001/505001
103.06/51.61	c And the winner is Resolution
102.98/52.44	c Got one! Elapsed wall clock time (in seconds):52.328
102.98/52.44	o 43
103.70/52.85	c cleaning 9989 clauses out of 20012 with flag 515000/515000
105.40/53.74	c cleaning 9996 clauses out of 20025 with flag 525002/525002
107.11/54.68	c cleaning 10008 clauses out of 20027 with flag 535000/535000
109.57/55.99	c cleaning 10004 clauses out of 20020 with flag 545001/545001
111.28/56.88	c cleaning 9991 clauses out of 20017 with flag 555002/555002
112.99/57.71	c cleaning 10003 clauses out of 20023 with flag 565000/565000
114.70/58.63	c cleaning 10002 clauses out of 20021 with flag 575001/575001
116.55/59.62	c cleaning 10001 clauses out of 20018 with flag 585000/585000
116.85/59.80	c And the winner is Resolution
116.88/60.44	c Got one! Elapsed wall clock time (in seconds):60.33
116.88/60.44	o 19
118.21/61.11	c cleaning 9996 clauses out of 20018 with flag 595001/595001
119.73/61.97	c cleaning 9994 clauses out of 20021 with flag 605000/605000
121.24/62.75	c cleaning 9998 clauses out of 20027 with flag 615000/615000
122.68/63.59	c cleaning 9999 clauses out of 20029 with flag 625000/625000
124.37/64.41	c cleaning 10012 clauses out of 20030 with flag 635000/635000
126.47/65.58	c cleaning 10005 clauses out of 20018 with flag 645000/645000
128.77/66.78	c cleaning 10003 clauses out of 20013 with flag 655000/655000
131.22/68.01	c cleaning 9996 clauses out of 20009 with flag 665000/665000
131.53/68.24	c And the winner is Resolution
131.62/68.53	c Got one! Elapsed wall clock time (in seconds):68.411
131.62/68.53	o 3
132.97/69.25	c cleaning 9995 clauses out of 20014 with flag 675001/675001
134.67/70.11	c cleaning 9994 clauses out of 20020 with flag 685002/685002
135.36/70.51	c cleaning 0 clauses out of 11001 with flag 0/11001
136.43/71.19	c cleaning 9997 clauses out of 20024 with flag 695000/695000
138.53/72.24	c cleaning 10000 clauses out of 20027 with flag 705000/705000
140.03/73.07	c cleaning 10000 clauses out of 20028 with flag 715001/715001
141.72/73.96	c cleaning 10002 clauses out of 20030 with flag 725003/725003
144.15/75.29	c cleaning 10010 clauses out of 20026 with flag 735001/735001
147.02/76.72	c cleaning 10005 clauses out of 20015 with flag 745001/745001
149.33/77.94	c cleaning 10004 clauses out of 20009 with flag 755000/755000
151.84/79.21	c cleaning 9999 clauses out of 20006 with flag 765001/765001
153.86/80.33	c And the winner is Resolution
154.26/81.03	c starts		: 170
154.26/81.03	c conflicts		: 774324
154.26/81.03	c decisions		: 804174
154.26/81.03	c propagations		: 15505671
154.26/81.03	c inspects		: 397936907
154.26/81.03	c learnt literals	: 19
154.26/81.03	c learnt binary clauses	: 107
154.26/81.03	c learnt ternary clauses	: 327
154.26/81.03	c learnt clauses	: 774304
154.26/81.03	c ignored clauses	: 0
154.26/81.03	c root simplifications	: 0
154.26/81.03	c removed literals (reason simplification)	: 25101494
154.26/81.03	c reason swapping (by a shorter reason)	: 0
154.26/81.03	c Calls to reduceDB	: 78
154.26/81.03	c number of reductions to clauses (during analyze)	: 0
154.26/81.03	c number of learned constraints concerned by reduction	: 0
154.26/81.03	c number of learning phase by resolution	: 0
154.26/81.03	c number of learning phase by cutting planes	: 0
154.26/81.03	c speed (assignments/second)	: 1239660.2974096579
154.26/81.03	c non guided choices	6548
154.26/81.03	c learnt constraints type 
154.26/81.03	c constraints type 
154.26/81.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 512
154.26/81.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
154.26/81.03	c constraints type 
154.26/81.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 512
154.26/81.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 537
154.26/81.03	s OPTIMUM FOUND
154.26/81.03	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 x11 -x12 x13 -x14 -x15 x16 x17 -x18 x19 x20 -x21 -x22 -x23 -x24 x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 x42 -x43 x44 -x45 x46 -x47 x48 x49 x50 -x51 x52 -x53 -x54 -x55 -x56 x57 -x58 x59 -x60 -x61 -x62 -x63 x64 x65 x66 x67 -x68 -x69 -x70 -x71 x72 x73 -x74 x75 -x76 -x77 -x78 x79 x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 x121 -x122 x123 -x124 -x125 x126 -x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 x185 x186 -x187 -x188 x189 -x190 -x191 -x192 
154.26/81.03	c objective function=3
154.26/81.04	c Total wall clock time (in seconds): 80.92

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3736555-1338751764/watcher-3736555-1338751764 -o /tmp/evaluation-result-3736555-1338751764/solver-3736555-1338751764 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736555-1338751764.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.05 3.52 3.68 4/197 18137
/proc/meminfo: memFree=28043028/32873844 swapFree=7644/7644
[pid=18137] ppid=18135 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/18137/stat : 18137 (java) R 18135 18137 13986 0 -1 4202496 510 0 0 0 0 0 0 0 20 0 1 0 341300824 23793664 237 33554432000 1073741824 1073778376 140733702498224 140733702487288 239228467777 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18137/statm: 5809 250 196 9 0 128 0

[startup+0.00989994 s]
/proc/loadavg: 3.05 3.52 3.68 4/197 18137
/proc/meminfo: memFree=28043028/32873844 swapFree=7644/7644
[pid=18137] ppid=18135 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/18137/stat : 18137 (java) S 18135 18137 13986 0 -1 4202496 1266 0 0 0 0 0 0 0 20 0 2 0 341300824 98570240 967 33554432000 1073741824 1073778376 140733702498224 140733702489360 239241035837 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18137/statm: 24065 976 742 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.10028 s]
/proc/loadavg: 3.05 3.52 3.68 4/197 18137
/proc/meminfo: memFree=28043028/32873844 swapFree=7644/7644
[pid=18137] ppid=18135 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/18137/stat : 18137 (java) S 18135 18137 13986 0 -1 4202496 4724 0 1 0 9 2 0 0 20 0 18 0 341300824 2764726272 6417 33554432000 1073741824 1073778376 140733702498224 140733702489360 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18137/statm: 674982 6417 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300182 s]
/proc/loadavg: 3.05 3.52 3.68 4/197 18137
/proc/meminfo: memFree=28043028/32873844 swapFree=7644/7644
[pid=18137] ppid=18135 vsize=2966184 CPUtime=0.6 cores=1,3,5,7
/proc/18137/stat : 18137 (java) S 18135 18137 13986 0 -1 4202496 7846 0 1 0 57 3 0 0 20 0 22 0 341300824 3037372416 10789 33554432000 1073741824 1073778376 140733702498224 140733702489360 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18137/statm: 741546 10789 2231 9 0 732240 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 2966184

[startup+0.700178 s]
/proc/loadavg: 3.05 3.52 3.68 4/197 18137
/proc/meminfo: memFree=28043028/32873844 swapFree=7644/7644
[pid=18137] ppid=18135 vsize=2966184 CPUtime=2.2 cores=1,3,5,7
/proc/18137/stat : 18137 (java) S 18135 18137 13986 0 -1 4202496 21162 0 1 0 213 7 0 0 20 0 22 0 341300824 3037372416 31105 33554432000 1073741824 1073778376 140733702498224 140733702489360 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18137/statm: 741546 30898 2245 9 0 732240 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 2966184

[startup+1.50083 s]
/proc/loadavg: 3.05 3.52 3.68 7/219 18159
/proc/meminfo: memFree=27845776/32873844 swapFree=7644/7644
[pid=18137] ppid=18135 vsize=2966184 CPUtime=4.82 cores=1,3,5,7
/proc/18137/stat : 18137 (java) S 18135 18137 13986 0 -1 4202496 22318 0 1 0 472 10 0 0 20 0 22 0 341300824 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140733702489360 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18137/statm: 741546 77646 2280 9 0 732240 0
[pid=18137/tid=18139] ppid=18135 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/18137/task/18139/stat : 18139 (java) S 18135 18137 13986 0 -1 4202560 2798 0 1 0 19 1 0 0 20 0 22 0 341300824 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527403472024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18140] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18140/stat : 18140 (java) S 18135 18137 13986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527387753384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18141] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18141/stat : 18141 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527386700840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18142] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18142/stat : 18142 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527385647784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18143] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18143/stat : 18143 (java) S 18135 18137 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527384595240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18144] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18144/stat : 18144 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527383542184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18145] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18145/stat : 18145 (java) S 18135 18137 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527382489640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18146] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18146/stat : 18146 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527381436584 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18147] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18147/stat : 18147 (java) S 18135 18137 13986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527380384040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18148] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18148/stat : 18148 (java) S 18135 18137 13986 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 22 0 341300827 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527249898344 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18149] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18149/stat : 18149 (java) S 18135 18137 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341300827 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527248844664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18150] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18150/stat : 18150 (java) S 18135 18137 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341300827 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527247791496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18151] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18151/stat : 18151 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300830 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527246740240 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18152] ppid=18135 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/18137/task/18152/stat : 18152 (java) S 18135 18137 13986 0 -1 4202560 9597 0 0 0 108 1 0 0 20 0 22 0 341300830 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527245687096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18153] ppid=18135 vsize=2966184 CPUtime=0.96 cores=1,3,5,7
/proc/18137/task/18153/stat : 18153 (java) S 18135 18137 13986 0 -1 4202560 8458 0 0 0 94 2 0 0 20 0 22 0 341300830 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527244634552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18154] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18154/stat : 18154 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300830 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527243581688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18155] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18155/stat : 18155 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300830 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527242529352 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18156] ppid=18135 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/18137/task/18156/stat : 18156 (java) R 18135 18137 13986 0 -1 4202560 51 0 0 0 122 0 0 0 20 0 22 0 341300847 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527241475240 140527253613536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18157] ppid=18135 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/18137/task/18157/stat : 18157 (java) R 18135 18137 13986 0 -1 4202560 164 0 0 0 118 4 0 0 20 0 22 0 341300847 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527240420232 140527253646164 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18158] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18158/stat : 18158 (java) S 18135 18137 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341300848 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527239370024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18159] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18159/stat : 18159 (java) S 18135 18137 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341300848 3037372416 77646 33554432000 1073741824 1073778376 140733702498224 140527238317480 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 2966184

[startup+3.10082 s]
/proc/loadavg: 3.05 3.52 3.68 5/219 18159
/proc/meminfo: memFree=27675048/32873844 swapFree=7644/7644
[pid=18137] ppid=18135 vsize=2966184 CPUtime=8.03 cores=1,3,5,7
/proc/18137/stat : 18137 (java) S 18135 18137 13986 0 -1 4202496 22406 0 1 0 790 13 0 0 20 0 22 0 341300824 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140733702489360 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18137/statm: 741546 107363 2280 9 0 732240 0
[pid=18137/tid=18139] ppid=18135 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/18137/task/18139/stat : 18139 (java) S 18135 18137 13986 0 -1 4202560 2798 0 1 0 19 1 0 0 20 0 22 0 341300824 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527403472024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18140] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18140/stat : 18140 (java) S 18135 18137 13986 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527387753384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18141] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18141/stat : 18141 (java) S 18135 18137 13986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527386700840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18142] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18142/stat : 18142 (java) S 18135 18137 13986 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527385647784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18143] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18143/stat : 18143 (java) S 18135 18137 13986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527384595240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18144] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18144/stat : 18144 (java) S 18135 18137 13986 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527383542184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18145] ppid=18135 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18137/task/18145/stat : 18145 (java) S 18135 18137 13986 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 341300825 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527382489640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18146] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18146/stat : 18146 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527381436584 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18147] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18147/stat : 18147 (java) S 18135 18137 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341300825 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527380384040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18148] ppid=18135 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/18137/task/18148/stat : 18148 (java) R 18135 18137 13986 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 22 0 341300827 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527249897320 140527407608157 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18149] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18149/stat : 18149 (java) S 18135 18137 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341300827 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527248844664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18150] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18150/stat : 18150 (java) S 18135 18137 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341300827 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527247791496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18151] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18151/stat : 18151 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300830 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527246740240 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18152] ppid=18135 vsize=2966184 CPUtime=1.15 cores=1,3,5,7
/proc/18137/task/18152/stat : 18152 (java) S 18135 18137 13986 0 -1 4202560 9599 0 0 0 114 1 0 0 20 0 22 0 341300830 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527245673192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18153] ppid=18135 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/18137/task/18153/stat : 18153 (java) S 18135 18137 13986 0 -1 4202560 8459 0 0 0 95 2 0 0 20 0 22 0 341300830 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527244626520 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18154] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18154/stat : 18154 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300830 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527243581688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18155] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18155/stat : 18155 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300830 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527242529352 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18156] ppid=18135 vsize=2966184 CPUtime=2.72 cores=1,3,5,7
/proc/18137/task/18156/stat : 18156 (java) S 18135 18137 13986 0 -1 4202560 57 0 0 0 272 0 0 0 20 0 22 0 341300847 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527241475016 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18157] ppid=18135 vsize=2966184 CPUtime=2.73 cores=1,3,5,7
/proc/18137/task/18157/stat : 18157 (java) S 18135 18137 13986 0 -1 4202560 214 0 0 0 267 6 0 0 20 0 22 0 341300847 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527240420648 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18158] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18158/stat : 18158 (java) S 18135 18137 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341300848 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527239370024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18159] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18159/stat : 18159 (java) S 18135 18137 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341300848 3037372416 107363 33554432000 1073741824 1073778376 140733702498224 140527238317480 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 2966184

[startup+6.3009 s]
/proc/loadavg: 3.13 3.53 3.68 5/219 18159
/proc/meminfo: memFree=27615044/32873844 swapFree=7644/7644
[pid=18137] ppid=18135 vsize=2966184 CPUtime=14.42 cores=1,3,5,7
/proc/18137/stat : 18137 (java) S 18135 18137 13986 0 -1 4202496 22444 0 1 0 1428 14 0 0 20 0 22 0 341300824 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140733702489360 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18137/statm: 741546 111932 2280 9 0 732240 0
[pid=18137/tid=18139] ppid=18135 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/18137/task/18139/stat : 18139 (java) S 18135 18137 13986 0 -1 4202560 2798 0 1 0 19 1 0 0 20 0 22 0 341300824 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527403472024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18140] ppid=18135 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/18137/task/18140/stat : 18140 (java) S 18135 18137 13986 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 341300825 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527387753384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18141] ppid=18135 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18137/task/18141/stat : 18141 (java) S 18135 18137 13986 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 341300825 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527386700840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18142] ppid=18135 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18137/task/18142/stat : 18142 (java) S 18135 18137 13986 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 341300825 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527385647784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18143] ppid=18135 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18137/task/18143/stat : 18143 (java) S 18135 18137 13986 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 341300825 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527384595240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18144] ppid=18135 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18137/task/18144/stat : 18144 (java) S 18135 18137 13986 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 341300825 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527383542184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18145] ppid=18135 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/18137/task/18145/stat : 18145 (java) S 18135 18137 13986 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 341300825 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527382489640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18146] ppid=18135 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18137/task/18146/stat : 18146 (java) S 18135 18137 13986 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 341300825 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527381436584 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18147] ppid=18135 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/18137/task/18147/stat : 18147 (java) S 18135 18137 13986 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 341300825 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527380384040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18148] ppid=18135 vsize=2966184 CPUtime=0.21 cores=1,3,5,7
/proc/18137/task/18148/stat : 18148 (java) S 18135 18137 13986 0 -1 4202560 40 0 0 0 21 0 0 0 20 0 22 0 341300827 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527249898344 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18149] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18149/stat : 18149 (java) S 18135 18137 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341300827 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527248844664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18150] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18150/stat : 18150 (java) S 18135 18137 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341300827 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527247791496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18151] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18151/stat : 18151 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300830 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527246740240 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18152] ppid=18135 vsize=2966184 CPUtime=1.25 cores=1,3,5,7
/proc/18137/task/18152/stat : 18152 (java) S 18135 18137 13986 0 -1 4202560 9599 0 0 0 123 2 0 0 20 0 22 0 341300830 3037372416 111932 33554432000 1073741824 1073778376 140733702498224 140527245687096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=18137/tid=18151] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18151/stat : 18151 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300830 3037372416 150213 33554432000 1073741824 1073778376 140733702498224 140527246740240 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18152] ppid=18135 vsize=2966184 CPUtime=2.65 cores=1,3,5,7
/proc/18137/task/18152/stat : 18152 (java) S 18135 18137 13986 0 -1 4202560 18460 0 0 0 261 4 0 0 20 0 22 0 341300830 3037372416 150213 33554432000 1073741824 1073778376 140733702498224 140527245687096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18153] ppid=18135 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/18137/task/18153/stat : 18153 (java) S 18135 18137 13986 0 -1 4202560 8473 0 0 0 145 2 0 0 20 0 22 0 341300830 3037372416 150213 33554432000 1073741824 1073778376 140733702498224 140527244634552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18154] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18154/stat : 18154 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341300830 3037372416 150213 33554432000 1073741824 1073778376 140733702498224 140527243581688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18155] ppid=18135 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/18137/task/18155/stat : 18155 (java) S 18135 18137 13986 0 -1 4202560 5 0 0 0 2 1 0 0 20 0 22 0 341300830 3037372416 150213 33554432000 1073741824 1073778376 140733702498224 140527242529352 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18158] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18158/stat : 18158 (java) S 18135 18137 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341300848 3037372416 150213 33554432000 1073741824 1073778376 140733702498224 140527239370024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18159] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18159/stat : 18159 (java) S 18135 18137 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341300848 3037372416 150213 33554432000 1073741824 1073778376 140733702498224 140527238317480 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18170] ppid=18135 vsize=2966184 CPUtime=9.66 cores=1,3,5,7
/proc/18137/task/18170/stat : 18170 (java) R 18135 18137 13986 0 -1 4202560 12 0 0 0 966 0 0 0 20 0 22 0 341307677 3037372416 150213 33554432000 1073741824 1073778376 140733702498224 140527241474640 140527253613731 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18171] ppid=18135 vsize=2966184 CPUtime=9.65 cores=1,3,5,7
/proc/18137/task/18171/stat : 18171 (java) R 18135 18137 13986 0 -1 4202560 5 0 0 0 965 0 0 0 20 0 22 0 341307677 3037372416 150213 33554432000 1073741824 1073778376 140733702498224 140527240420272 140527253574872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 153.05
Current children cumulated vsize (KiB) 2966184

[startup+80.7007 s]
/proc/loadavg: 3.56 3.60 3.69 3/218 18233
/proc/meminfo: memFree=28300572/32873844 swapFree=7644/7644
[pid=18137] ppid=18135 vsize=2966184 CPUtime=153.94 cores=1,3,5,7
/proc/18137/stat : 18137 (java) S 18135 18137 13986 0 -1 4202496 31906 0 1 0 15355 39 0 0 20 0 20 0 341300824 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140733702489360 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18137/statm: 741546 150209 2282 9 0 732240 0
[pid=18137/tid=18139] ppid=18135 vsize=2966184 CPUtime=0.22 cores=1,3,5,7
/proc/18137/task/18139/stat : 18139 (java) R 18135 18137 13986 0 -1 4202560 2802 0 1 0 20 2 0 0 20 0 20 0 341300824 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527403472024 239241060789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18140] ppid=18135 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/18137/task/18140/stat : 18140 (java) S 18135 18137 13986 0 -1 4202560 63 0 0 0 39 2 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527387753384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18141] ppid=18135 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/18137/task/18141/stat : 18141 (java) S 18135 18137 13986 0 -1 4202560 49 0 0 0 36 2 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527386700840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18142] ppid=18135 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/18137/task/18142/stat : 18142 (java) S 18135 18137 13986 0 -1 4202560 53 0 0 0 41 0 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527385647784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18143] ppid=18135 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/18137/task/18143/stat : 18143 (java) S 18135 18137 13986 0 -1 4202560 71 0 0 0 40 2 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527384595240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18144] ppid=18135 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/18137/task/18144/stat : 18144 (java) S 18135 18137 13986 0 -1 4202560 65 0 0 0 38 2 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527383542184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18145] ppid=18135 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/18137/task/18145/stat : 18145 (java) S 18135 18137 13986 0 -1 4202560 56 0 0 0 37 0 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527382489640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18146] ppid=18135 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/18137/task/18146/stat : 18146 (java) S 18135 18137 13986 0 -1 4202560 42 0 0 0 39 0 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527381436584 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18147] ppid=18135 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/18137/task/18147/stat : 18147 (java) S 18135 18137 13986 0 -1 4202560 51 0 0 0 39 0 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527380384040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18148] ppid=18135 vsize=2966184 CPUtime=7.44 cores=1,3,5,7
/proc/18137/task/18148/stat : 18148 (java) S 18135 18137 13986 0 -1 4202560 81 0 0 0 741 3 0 0 20 0 20 0 341300827 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527249898344 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18149] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18149/stat : 18149 (java) S 18135 18137 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341300827 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527248844664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18150] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18150/stat : 18150 (java) S 18135 18137 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341300827 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527247791496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18151] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18151/stat : 18151 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527246740240 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18152] ppid=18135 vsize=2966184 CPUtime=2.65 cores=1,3,5,7
/proc/18137/task/18152/stat : 18152 (java) S 18135 18137 13986 0 -1 4202560 18460 0 0 0 261 4 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527245687096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18153] ppid=18135 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/18137/task/18153/stat : 18153 (java) S 18135 18137 13986 0 -1 4202560 8473 0 0 0 145 2 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527244634552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18154] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18154/stat : 18154 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527243581688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18155] ppid=18135 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/18137/task/18155/stat : 18155 (java) S 18135 18137 13986 0 -1 4202560 5 0 0 0 2 1 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527242529352 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18158] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18158/stat : 18158 (java) S 18135 18137 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341300848 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527239370024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18159] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18159/stat : 18159 (java) S 18135 18137 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341300848 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527238317480 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 153.94
Current children cumulated vsize (KiB) 2966184

[startup+80.9008 s]
/proc/loadavg: 3.56 3.60 3.69 3/218 18233
/proc/meminfo: memFree=28300572/32873844 swapFree=7644/7644
[pid=18137] ppid=18135 vsize=2966184 CPUtime=154.16 cores=1,3,5,7
/proc/18137/stat : 18137 (java) S 18135 18137 13986 0 -1 4202496 31906 0 1 0 15377 39 0 0 20 0 20 0 341300824 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140733702489360 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18137/statm: 741546 150209 2282 9 0 732240 0
[pid=18137/tid=18139] ppid=18135 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/18137/task/18139/stat : 18139 (java) R 18135 18137 13986 0 -1 4202560 2802 0 1 0 40 2 0 0 20 0 20 0 341300824 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527403471528 140527253329808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18140] ppid=18135 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/18137/task/18140/stat : 18140 (java) S 18135 18137 13986 0 -1 4202560 63 0 0 0 39 2 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527387753384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18141] ppid=18135 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/18137/task/18141/stat : 18141 (java) S 18135 18137 13986 0 -1 4202560 49 0 0 0 36 2 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527386700840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18142] ppid=18135 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/18137/task/18142/stat : 18142 (java) S 18135 18137 13986 0 -1 4202560 53 0 0 0 41 0 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527385647784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18143] ppid=18135 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/18137/task/18143/stat : 18143 (java) S 18135 18137 13986 0 -1 4202560 71 0 0 0 40 2 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527384595240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18144] ppid=18135 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/18137/task/18144/stat : 18144 (java) S 18135 18137 13986 0 -1 4202560 65 0 0 0 38 2 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527383542184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18145] ppid=18135 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/18137/task/18145/stat : 18145 (java) S 18135 18137 13986 0 -1 4202560 56 0 0 0 37 0 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527382489640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18146] ppid=18135 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/18137/task/18146/stat : 18146 (java) S 18135 18137 13986 0 -1 4202560 42 0 0 0 39 0 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527381436584 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18147] ppid=18135 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/18137/task/18147/stat : 18147 (java) S 18135 18137 13986 0 -1 4202560 51 0 0 0 39 0 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527380384040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18148] ppid=18135 vsize=2966184 CPUtime=7.44 cores=1,3,5,7
/proc/18137/task/18148/stat : 18148 (java) S 18135 18137 13986 0 -1 4202560 81 0 0 0 741 3 0 0 20 0 20 0 341300827 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527249898344 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18149] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18149/stat : 18149 (java) S 18135 18137 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341300827 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527248844664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18150] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18150/stat : 18150 (java) S 18135 18137 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341300827 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527247791496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18151] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18151/stat : 18151 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527246740240 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18152] ppid=18135 vsize=2966184 CPUtime=2.65 cores=1,3,5,7
/proc/18137/task/18152/stat : 18152 (java) S 18135 18137 13986 0 -1 4202560 18460 0 0 0 261 4 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527245687096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18153] ppid=18135 vsize=2966184 CPUtime=1.48 cores=1,3,5,7
/proc/18137/task/18153/stat : 18153 (java) S 18135 18137 13986 0 -1 4202560 8473 0 0 0 146 2 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527244634552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18154] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18154/stat : 18154 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527243581688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18155] ppid=18135 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/18137/task/18155/stat : 18155 (java) S 18135 18137 13986 0 -1 4202560 5 0 0 0 2 1 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527242529352 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18158] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18158/stat : 18158 (java) S 18135 18137 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341300848 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527239370024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18159] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18159/stat : 18159 (java) S 18135 18137 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341300848 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527238317480 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 154.16
Current children cumulated vsize (KiB) 2966184

[startup+81.0007 s]
/proc/loadavg: 3.56 3.60 3.69 3/218 18233
/proc/meminfo: memFree=28300572/32873844 swapFree=7644/7644
[pid=18137] ppid=18135 vsize=2966184 CPUtime=154.26 cores=1,3,5,7
/proc/18137/stat : 18137 (java) S 18135 18137 13986 0 -1 4202496 31906 0 1 0 15387 39 0 0 20 0 20 0 341300824 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140733702489360 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18137/statm: 741546 150209 2282 9 0 732240 0
[pid=18137/tid=18139] ppid=18135 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/18137/task/18139/stat : 18139 (java) R 18135 18137 13986 0 -1 4202560 2802 0 1 0 50 2 0 0 20 0 20 0 341300824 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527403471528 140527254140922 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18140] ppid=18135 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/18137/task/18140/stat : 18140 (java) S 18135 18137 13986 0 -1 4202560 63 0 0 0 39 2 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527387753384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18141] ppid=18135 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/18137/task/18141/stat : 18141 (java) S 18135 18137 13986 0 -1 4202560 49 0 0 0 36 2 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527386700840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18142] ppid=18135 vsize=2966184 CPUtime=0.41 cores=1,3,5,7
/proc/18137/task/18142/stat : 18142 (java) S 18135 18137 13986 0 -1 4202560 53 0 0 0 41 0 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527385647784 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18143] ppid=18135 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/18137/task/18143/stat : 18143 (java) S 18135 18137 13986 0 -1 4202560 71 0 0 0 40 2 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527384595240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18144] ppid=18135 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/18137/task/18144/stat : 18144 (java) S 18135 18137 13986 0 -1 4202560 65 0 0 0 38 2 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527383542184 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18145] ppid=18135 vsize=2966184 CPUtime=0.37 cores=1,3,5,7
/proc/18137/task/18145/stat : 18145 (java) S 18135 18137 13986 0 -1 4202560 56 0 0 0 37 0 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527382489640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18137/tid=18146] ppid=18135 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/18137/task/18146/stat : 18146 (java) S 18135 18137 13986 0 -1 4202560 42 0 0 0 39 0 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527381436584 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18147] ppid=18135 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/18137/task/18147/stat : 18147 (java) S 18135 18137 13986 0 -1 4202560 51 0 0 0 39 0 0 0 20 0 20 0 341300825 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527380384040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18148] ppid=18135 vsize=2966184 CPUtime=7.44 cores=1,3,5,7
/proc/18137/task/18148/stat : 18148 (java) S 18135 18137 13986 0 -1 4202560 81 0 0 0 741 3 0 0 20 0 20 0 341300827 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527249898344 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18149] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18149/stat : 18149 (java) S 18135 18137 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341300827 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527248844664 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18150] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18150/stat : 18150 (java) S 18135 18137 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341300827 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527247791496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18151] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18151/stat : 18151 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527246740240 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18152] ppid=18135 vsize=2966184 CPUtime=2.65 cores=1,3,5,7
/proc/18137/task/18152/stat : 18152 (java) S 18135 18137 13986 0 -1 4202560 18460 0 0 0 261 4 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527245687096 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18153] ppid=18135 vsize=2966184 CPUtime=1.48 cores=1,3,5,7
/proc/18137/task/18153/stat : 18153 (java) S 18135 18137 13986 0 -1 4202560 8473 0 0 0 146 2 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527244634552 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18154] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18154/stat : 18154 (java) S 18135 18137 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527243581688 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18137/tid=18155] ppid=18135 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/18137/task/18155/stat : 18155 (java) S 18135 18137 13986 0 -1 4202560 5 0 0 0 2 1 0 0 20 0 20 0 341300830 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527242529352 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18137/tid=18158] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18158/stat : 18158 (java) S 18135 18137 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341300848 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527239370024 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18137/tid=18159] ppid=18135 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18137/task/18159/stat : 18159 (java) S 18135 18137 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341300848 3037372416 150209 33554432000 1073741824 1073778376 140733702498224 140527238317480 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 154.26
Current children cumulated vsize (KiB) 2966184

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.110001
#  lost CPU user time (s): 0.129997
#  lost CPU system time (s): -0.02

Real time (s): 81.0469
CPU time (s): 154.533
CPU user time (s): 154.039
CPU system time (s): 0.493921
CPU usage (%): 190.67
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.909
system time used= 0.513921
maximum resident set size= 600852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31911
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5329
involuntary context switches= 8052

runsolver used 0.362944 second user time and 0.893864 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 21:29:24
IDJOB=3736555
IDBENCH=47980
IDSOLVER=2324
FILE ID=node147/3736555-1338751764
RUNJOBID= node147-1338737348-14003
PBS_JOBID= 14636764
Free space on /tmp= 70784 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=61-P1=167-P2=157-P3=13-P4=173-P5=47-P6=47-P7=251-P8=79-B.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736555-1338751764/watcher-3736555-1338751764 -o /tmp/evaluation-result-3736555-1338751764/solver-3736555-1338751764 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3736555-1338751764.opb

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

MD5SUM BENCH= 8f717fbc7f85484ebc0de379ab09a890
RANDOM SEED=1876983152

node147.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.951
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.90
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.951
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	: 5331.91
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.951
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	: 5331.87
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
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.951
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28043020 kB
Buffers:          459932 kB
Cached:          2569804 kB
SwapCached:         3380 kB
Active:          2408156 kB
Inactive:        1558552 kB
Active(anon):     933068 kB
Inactive(anon):     5908 kB
Active(file):    1475088 kB
Inactive(file):  1552644 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:               588 kB
Writeback:             0 kB
AnonPages:        955744 kB
Mapped:            17708 kB
Shmem:                 0 kB
Slab:             723236 kB
SReclaimable:     163736 kB
SUnreclaim:       559500 kB
KernelStack:        1800 kB
PageTables:         5944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    899072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70784 MiB
End job on node147 at 2012-06-03 21:30:45