Trace number 3688724

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
SAT 4j PB RES // CP 2.3.2 SnapshotOPT-7 732.474 376.812

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_3.opb
MD5SUMe70f8e0da8fa345ba6e82dce1b0133d2
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark9.75052
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688724-1337879473.opb
0.09/0.12	c reading problem ... 
0.46/0.33	c ... done. Wall clock time 0.21s.
0.46/0.33	c declared #vars     100
0.46/0.33	c internal #vars     1576
0.46/0.33	c #constraints  3104
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
0.46/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
0.46/0.33	c 3104 constraints processed.
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1476
0.46/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
0.46/0.33	c 3104 constraints processed.
0.46/0.33	c objective function length is 50 literals
1.15/0.53	c  And the winner is solver0
1.29/0.83	c SATISFIABLE
1.29/0.83	c OPTIMIZING...
1.29/0.83	c Got one! Elapsed wall clock time (in seconds):0.712
1.29/0.83	o -3
1.29/0.85	c  And the winner is solver0
1.43/1.33	c Got one! Elapsed wall clock time (in seconds):1.213
1.43/1.33	o -4
1.69/1.40	c  And the winner is solver1
1.91/1.83	c Got one! Elapsed wall clock time (in seconds):1.714
1.91/1.83	o -5
2.16/1.94	c  And the winner is solver1
2.48/2.33	c Got one! Elapsed wall clock time (in seconds):2.214
2.48/2.33	o -6
3.16/2.67	c cleaning 3314 clauses out of 6627 with flag 4000/6627
4.58/3.22	c cleaning 4657 clauses out of 9313 with flag 10000/12627
5.35/3.68	c cleaning 5830 clauses out of 11659 with flag 17003/19630
6.59/4.27	c cleaning 6906 clauses out of 13830 with flag 25004/27631
8.19/5.04	c cleaning 7952 clauses out of 15920 with flag 34000/36627
9.61/5.73	c cleaning 8985 clauses out of 17970 with flag 44002/46629
11.00/6.47	c cleaning 9988 clauses out of 19984 with flag 55001/57628
12.95/7.49	c cleaning 10995 clauses out of 21995 with flag 67000/69627
14.86/8.47	c cleaning 12000 clauses out of 24000 with flag 80000/82627
17.08/9.59	c cleaning 12993 clauses out of 26000 with flag 94000/96627
19.41/10.74	c cleaning 14003 clauses out of 28011 with flag 109004/111631
21.93/12.03	c cleaning 15001 clauses out of 30004 with flag 125000/127627
24.84/13.55	c cleaning 15999 clauses out of 32003 with flag 142000/144627
27.77/15.00	c cleaning 16991 clauses out of 34004 with flag 160000/162627
30.50/16.49	c cleaning 18002 clauses out of 36013 with flag 179000/181627
34.39/18.40	c cleaning 19005 clauses out of 38012 with flag 199001/201628
38.64/20.66	c cleaning 20003 clauses out of 40006 with flag 220000/222627
42.96/22.81	c cleaning 20989 clauses out of 42003 with flag 242001/244628
46.83/24.89	c cleaning 22005 clauses out of 44017 with flag 265004/267631
51.32/27.11	c cleaning 23001 clauses out of 46009 with flag 289001/291628
56.34/29.79	c cleaning 24004 clauses out of 48011 with flag 314004/316631
61.61/32.49	c cleaning 24986 clauses out of 50003 with flag 340000/342627
66.68/35.05	c cleaning 26006 clauses out of 52019 with flag 367002/369629
68.54/36.08	c  And the winner is solver0
68.74/36.23	c Got one! Elapsed wall clock time (in seconds):36.119
68.74/36.23	o -7
69.86/36.82	c cleaning 21146 clauses out of 42293 with flag 5001/385909
71.02/37.56	c cleaning 13571 clauses out of 27148 with flag 11002/391910
72.06/38.15	c cleaning 10269 clauses out of 20576 with flag 18001/398909
73.10/38.78	c cleaning 9136 clauses out of 18307 with flag 26001/406909
74.34/39.42	c cleaning 9080 clauses out of 18170 with flag 35000/415908
75.89/40.31	c cleaning 9543 clauses out of 19091 with flag 45001/425909
77.33/41.15	c cleaning 10271 clauses out of 20550 with flag 56003/436911
78.98/42.02	c cleaning 11135 clauses out of 22279 with flag 68003/448911
80.82/43.08	c cleaning 12054 clauses out of 24141 with flag 81000/461908
82.77/44.15	c cleaning 13031 clauses out of 26087 with flag 95000/475908
85.00/45.37	c cleaning 14018 clauses out of 28056 with flag 110000/490908
88.05/46.92	c cleaning 15013 clauses out of 30038 with flag 126000/506908
90.92/48.49	c cleaning 16008 clauses out of 32026 with flag 143001/523909
94.05/50.15	c cleaning 17008 clauses out of 34017 with flag 161000/541908
97.10/51.78	c cleaning 18002 clauses out of 36009 with flag 180000/560908
100.72/53.63	c cleaning 19002 clauses out of 38008 with flag 200001/580909
104.15/55.47	c cleaning 19997 clauses out of 40005 with flag 221000/601908
108.07/57.53	c cleaning 21000 clauses out of 42009 with flag 243001/623909
111.29/59.30	c cleaning 0 clauses out of 6137 with flag 0/6137
112.96/60.04	c cleaning 21999 clauses out of 44010 with flag 266002/646910
117.77/62.54	c cleaning 23005 clauses out of 46011 with flag 290002/670910
122.68/65.18	c cleaning 23996 clauses out of 48005 with flag 315001/695909
129.10/68.40	c cleaning 24996 clauses out of 50009 with flag 341001/721909
134.10/71.04	c cleaning 25988 clauses out of 52011 with flag 368000/748908
139.33/73.78	c cleaning 27000 clauses out of 54026 with flag 396003/776911
146.03/77.27	c cleaning 27999 clauses out of 56024 with flag 425001/805909
152.62/80.69	c cleaning 28997 clauses out of 58024 with flag 455000/835908
158.43/83.62	c cleaning 30006 clauses out of 60030 with flag 486003/866911
164.41/86.73	c cleaning 31005 clauses out of 62021 with flag 518000/898908
171.88/90.69	c cleaning 32004 clauses out of 64016 with flag 551000/931908
180.32/94.92	c cleaning 33005 clauses out of 66012 with flag 585000/965908
188.15/98.94	c cleaning 34001 clauses out of 68006 with flag 620000/1000908
196.54/103.28	c cleaning 35002 clauses out of 70007 with flag 656002/1036910
205.80/108.04	c cleaning 35989 clauses out of 72004 with flag 693001/1073909
215.21/112.87	c cleaning 36995 clauses out of 74014 with flag 731000/1111908
225.19/117.97	c cleaning 38000 clauses out of 76021 with flag 770002/1150910
235.38/123.13	c cleaning 39001 clauses out of 78019 with flag 810000/1190908
245.41/128.35	c cleaning 39999 clauses out of 80018 with flag 851000/1231908
254.97/133.22	c cleaning 41009 clauses out of 82019 with flag 893000/1273908
265.37/138.57	c cleaning 41996 clauses out of 84012 with flag 936002/1316910
276.78/144.31	c cleaning 43004 clauses out of 86013 with flag 980000/1360908
289.22/150.72	c cleaning 44002 clauses out of 88012 with flag 1025003/1405911
300.82/156.65	c cleaning 44999 clauses out of 90007 with flag 1071000/1451908
313.05/162.88	c cleaning 46001 clauses out of 92008 with flag 1118000/1498908
327.23/170.03	c cleaning 47002 clauses out of 94005 with flag 1166000/1546908
340.64/176.93	c cleaning 47991 clauses out of 96002 with flag 1215000/1595908
355.02/184.26	c cleaning 48997 clauses out of 98012 with flag 1265001/1645909
370.77/192.21	c cleaning 49996 clauses out of 100014 with flag 1316000/1696908
384.91/199.48	c cleaning 50975 clauses out of 102017 with flag 1368000/1748908
401.51/207.96	c cleaning 52019 clauses out of 104044 with flag 1421002/1801910
416.08/215.37	c cleaning 52998 clauses out of 106025 with flag 1475003/1855911
431.64/223.27	c cleaning 54003 clauses out of 108025 with flag 1530001/1910909
448.62/231.83	c cleaning 55010 clauses out of 110022 with flag 1586002/1966910
465.37/240.46	c cleaning 55998 clauses out of 112009 with flag 1643000/2023908
484.15/249.90	c cleaning 56998 clauses out of 114010 with flag 1701000/2081908
501.09/258.59	c cleaning 58001 clauses out of 116014 with flag 1760003/2140911
522.10/269.17	c cleaning 58996 clauses out of 118010 with flag 1820001/2200909
544.06/280.32	c cleaning 60005 clauses out of 120014 with flag 1881002/2261910
563.01/289.93	c cleaning 61003 clauses out of 122009 with flag 1943003/2323911
582.39/299.75	c cleaning 61982 clauses out of 124000 with flag 2006000/2386908
602.52/309.98	c cleaning 62999 clauses out of 126018 with flag 2070000/2450908
625.24/321.60	c cleaning 63987 clauses out of 128020 with flag 2135001/2515909
648.81/333.48	c cleaning 0 clauses out of 12137 with flag 0/12137
649.60/334.06	c cleaning 65002 clauses out of 130031 with flag 2201001/2581909
673.38/346.08	c cleaning 66006 clauses out of 132025 with flag 2268000/2648908
694.81/357.10	c cleaning 67006 clauses out of 134018 with flag 2336000/2716908
716.13/367.87	c cleaning 68003 clauses out of 136008 with flag 2405003/2785911
730.55/375.26	c  And the winner is solver0
732.35/376.80	c starts		: 229
732.35/376.80	c conflicts		: 2841009
732.35/376.80	c decisions		: 4518953
732.35/376.80	c propagations		: 100645033
732.35/376.80	c inspects		: 3670992019
732.35/376.80	c shortcuts		: 0
732.35/376.80	c learnt literals	: 37
732.35/376.80	c learnt binary clauses	: 386
732.35/376.80	c learnt ternary clauses	: 41611
732.35/376.80	c learnt constraints	: 2840971
732.35/376.80	c ignored constraints	: 0
732.35/376.80	c root simplifications	: 0
732.35/376.80	c removed literals (reason simplification)	: 74303904
732.35/376.80	c reason swapping (by a shorter reason)	: 0
732.35/376.80	c Calls to reduceDB	: 88
732.35/376.80	c number of reductions to clauses (during analyze)	: 0
732.35/376.80	c number of learned constraints concerned by reduction	: 0
732.35/376.80	c number of learning phase by resolution	: 0
732.35/376.80	c number of learning phase by cutting planes	: 0
732.35/376.80	c speed (assignments/second)	: 268768.76467085216
732.35/376.80	c non guided choices	0
732.35/376.80	c learnt constraints type 
732.35/376.80	c constraints type 
732.35/376.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
732.35/376.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
732.35/376.80	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
732.35/376.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
732.35/376.80	c 3104 constraints processed.
732.35/376.80	c constraints type 
732.35/376.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
732.35/376.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1476
732.35/376.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
732.35/376.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
732.35/376.80	c 3104 constraints processed.
732.35/376.80	s OPTIMUM FOUND
732.35/376.80	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 
732.35/376.80	c objective function=-7
732.35/376.80	c Total wall clock time (in seconds): 376.684

Verifier Data

OK	-7

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-3688724-1337879473/watcher-3688724-1337879473 -o /tmp/evaluation-result-3688724-1337879473/solver-3688724-1337879473 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688724-1337879473.opb 

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: 3.91 3.90 3.90 4/197 386
/proc/meminfo: memFree=26810972/32873648 swapFree=7104/7104
[pid=386] ppid=384 vsize=9192 CPUtime=0 cores=0,2,4,6
/proc/386/stat : 386 (java) R 384 386 30487 0 -1 4202496 107 0 0 0 0 0 0 0 20 0 1 0 254072735 9412608 60 33554432000 1073741824 1073778376 140734259513744 140734259510872 214528257834 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/386/statm: 2306 70 54 9 0 38 0

[startup+0.059342 s]
/proc/loadavg: 3.91 3.90 3.90 4/197 386
/proc/meminfo: memFree=26810972/32873648 swapFree=7104/7104
[pid=386] ppid=384 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/386/stat : 386 (java) S 384 386 30487 0 -1 4202496 3085 0 1 0 3 0 0 0 20 0 13 0 254072735 9446973440 4294 33554432000 1073741824 1073778376 140735367513904 140735367505040 214540779581 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/386/statm: 2306390 4294 1709 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100236 s]
/proc/loadavg: 3.91 3.90 3.90 4/197 386
/proc/meminfo: memFree=26810972/32873648 swapFree=7104/7104
[pid=386] ppid=384 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/386/stat : 386 (java) S 384 386 30487 0 -1 4202496 4280 0 1 0 8 1 0 0 20 0 18 0 254072735 9787813888 5477 33554432000 1073741824 1073778376 140735367513904 140735367505040 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/386/statm: 2389603 5477 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300227 s]
/proc/loadavg: 3.91 3.90 3.90 4/197 386
/proc/meminfo: memFree=26810972/32873648 swapFree=7104/7104
[pid=386] ppid=384 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/386/stat : 386 (java) S 384 386 30487 0 -1 4202496 5707 0 1 0 45 1 0 0 20 0 18 0 254072735 9787813888 8548 33554432000 1073741824 1073778376 140735367513904 140735367505040 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/386/statm: 2389603 8548 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700279 s]
/proc/loadavg: 3.91 3.90 3.90 4/197 386
/proc/meminfo: memFree=26810972/32873648 swapFree=7104/7104
[pid=386] ppid=384 vsize=9824668 CPUtime=1.29 cores=0,2,4,6
/proc/386/stat : 386 (java) S 384 386 30487 0 -1 4202496 9708 0 1 0 125 4 0 0 20 0 19 0 254072735 10060460032 14703 33554432000 1073741824 1073778376 140735367513904 140735367505040 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/386/statm: 2456167 14703 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9824668

[startup+1.50065 s]
/proc/loadavg: 3.75 3.87 3.89 3/216 411
/proc/meminfo: memFree=26755888/32873648 swapFree=7104/7104
[pid=386] ppid=384 vsize=9824668 CPUtime=1.87 cores=0,2,4,6
/proc/386/stat : 386 (java) S 384 386 30487 0 -1 4202496 13694 0 1 0 178 9 0 0 20 0 19 0 254072735 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140735367505040 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/386/statm: 2456167 20715 2253 9 0 2446860 0
[pid=386/tid=388] ppid=384 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/386/task/388/stat : 388 (java) S 384 386 30487 0 -1 4202560 2457 0 1 0 28 2 0 0 20 0 19 0 254072736 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375285953528 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=386/tid=389] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/389/stat : 389 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072737 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375247444776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=390] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/390/stat : 390 (java) S 384 386 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254072737 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375246391976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=391] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/391/stat : 391 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072737 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375245339688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=392] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/392/stat : 392 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072737 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375244286888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=386/tid=393] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/393/stat : 393 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072737 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375243233576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=394] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/394/stat : 394 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072737 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375242180776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=386/tid=395] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/395/stat : 395 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072737 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375241128488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=396] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/396/stat : 396 (java) S 384 386 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254072737 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375240075688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=397] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/397/stat : 397 (java) S 384 386 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254072739 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375109892840 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=386/tid=398] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/398/stat : 398 (java) S 384 386 30487 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254072739 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375108838904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=399] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/399/stat : 399 (java) S 384 386 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254072739 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375107786504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=400] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/400/stat : 400 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072741 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375106734992 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=401] ppid=384 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/386/task/401/stat : 401 (java) S 384 386 30487 0 -1 4202560 3161 0 0 0 41 0 0 0 20 0 19 0 254072741 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375105681592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=402] ppid=384 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/386/task/402/stat : 402 (java) R 384 386 30487 0 -1 4202560 6751 0 0 0 47 1 0 0 20 0 19 0 254072741 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375104606056 140375290044247 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=386/tid=403] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/403/stat : 403 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072741 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375103576696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=404] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/404/stat : 404 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072741 10060460032 20715 33554432000 1073741824 1073778376 140735367513904 140375102524104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9824668

[startup+3.1007 s]
/proc/loadavg: 3.75 3.87 3.89 3/216 417
/proc/meminfo: memFree=26711320/32873648 swapFree=7104/7104
[pid=386] ppid=384 vsize=9824668 CPUtime=4.37 cores=0,2,4,6
/proc/386/stat : 386 (java) S 384 386 30487 0 -1 4202496 18189 0 1 0 424 13 0 0 20 0 22 0 254072735 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140735367505040 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/386/statm: 2456167 48842 2286 9 0 2446860 0
[pid=386/tid=388] ppid=384 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/386/task/388/stat : 388 (java) S 384 386 30487 0 -1 4202560 2457 0 1 0 28 2 0 0 20 0 22 0 254072736 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375285953528 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=386/tid=389] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/389/stat : 389 (java) S 384 386 30487 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254072737 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375247444776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=390] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/390/stat : 390 (java) S 384 386 30487 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254072737 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375246391976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=391] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/391/stat : 391 (java) S 384 386 30487 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254072737 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375245339688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=392] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/392/stat : 392 (java) S 384 386 30487 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 254072737 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375244286888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=393] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/393/stat : 393 (java) S 384 386 30487 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254072737 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375243233576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=386/tid=394] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/394/stat : 394 (java) S 384 386 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254072737 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375242180776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=395] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/395/stat : 395 (java) S 384 386 30487 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254072737 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375241128488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=396] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/396/stat : 396 (java) S 384 386 30487 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254072737 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375240075688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=397] ppid=384 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/386/task/397/stat : 397 (java) S 384 386 30487 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 22 0 254072739 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375109892840 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=398] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/398/stat : 398 (java) S 384 386 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254072739 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375108838904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=399] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/399/stat : 399 (java) S 384 386 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254072739 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375107786504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=400] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/400/stat : 400 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254072741 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375106734992 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=401] ppid=384 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/386/task/401/stat : 401 (java) S 384 386 30487 0 -1 4202560 6916 0 0 0 72 0 0 0 20 0 22 0 254072741 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375105681592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=402] ppid=384 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/386/task/402/stat : 402 (java) S 384 386 30487 0 -1 4202560 7351 0 0 0 94 2 0 0 20 0 22 0 254072741 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375104628792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=403] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/403/stat : 403 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254072741 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375103576696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=404] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/404/stat : 404 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254072741 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140375102524104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=414] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/414/stat : 414 (java) S 384 386 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254072869 10060460032 48842 33554432000 1073741824 1073778376 140735367513904 140374090691880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 9824668

[startup+6.30078 s]
/proc/loadavg: 3.75 3.87 3.89 5/218 420
/proc/meminfo: memFree=26483620/32873648 swapFree=7104/7104
[pid=386] ppid=384 vsize=9824668 CPUtime=10.8 cores=0,2,4,6
/proc/386/stat : 386 (java) S 384 386 30487 0 -1 4202496 18544 0 1 0 1063 17 0 0 20 0 22 0 254072735 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140735367505040 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/386/statm: 2456167 85700 2286 9 0 2446860 0
[pid=386/tid=388] ppid=384 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/386/task/388/stat : 388 (java) S 384 386 30487 0 -1 4202560 2457 0 1 0 28 2 0 0 20 0 22 0 254072736 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375285953528 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=389] ppid=384 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/386/task/389/stat : 389 (java) S 384 386 30487 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 254072737 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375247444776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=390] ppid=384 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/386/task/390/stat : 390 (java) S 384 386 30487 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254072737 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375246391976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=391] ppid=384 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/386/task/391/stat : 391 (java) S 384 386 30487 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254072737 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375245339688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=386/tid=392] ppid=384 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/386/task/392/stat : 392 (java) S 384 386 30487 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 22 0 254072737 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375244286888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=393] ppid=384 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/386/task/393/stat : 393 (java) S 384 386 30487 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254072737 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375243233576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=394] ppid=384 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/386/task/394/stat : 394 (java) S 384 386 30487 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254072737 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375242180776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=386/tid=395] ppid=384 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/386/task/395/stat : 395 (java) S 384 386 30487 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 254072737 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375241128488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=396] ppid=384 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/386/task/396/stat : 396 (java) S 384 386 30487 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254072737 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375240075688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=397] ppid=384 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/386/task/397/stat : 397 (java) S 384 386 30487 0 -1 4202560 235 0 0 0 28 2 0 0 20 0 22 0 254072739 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375109892840 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=398] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/398/stat : 398 (java) S 384 386 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254072739 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375108838904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=399] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/399/stat : 399 (java) S 384 386 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254072739 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375107786504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=400] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/400/stat : 400 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254072741 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375106734992 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=401] ppid=384 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/386/task/401/stat : 401 (java) S 384 386 30487 0 -1 4202560 6963 0 0 0 81 1 0 0 20 0 22 0 254072741 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375105681592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=402] ppid=384 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/386/task/402/stat : 402 (java) S 384 386 30487 0 -1 4202560 7351 0 0 0 106 2 0 0 20 0 22 0 254072741 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375104628792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=403] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/403/stat : 403 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254072741 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375103576696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=404] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/404/stat : 404 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254072741 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140375102524104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=386/tid=414] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/414/stat : 414 (java) S 384 386 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254072869 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140374090691880 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=418] ppid=384 vsize=9824668 CPUtime=3.54 cores=0,2,4,6
/proc/386/task/418/stat : 418 (java) R 384 386 30487 0 -1 4202560 10 0 0 0 354 0 0 0 20 0 22 0 254072969 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140374093848672 140375117858063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=386/tid=419] ppid=384 vsize=9824668 CPUtime=3.54 cores=0,2,4,6
/proc/386/task/419/stat : 419 (java) R 384 386 30487 0 -1 4202560 92 0 0 0 352 2 0 0 20 0 22 0 254072969 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140374092794560 140375118168145 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=386/tid=420] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/420/stat : 420 (java) S 384 386 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254072969 10060460032 85700 33554432000 1073741824 1073778376 140735367513904 140374091744296 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/386/task/389/stat : 389 (java) S 384 386 30487 0 -1 4202560 396 0 0 0 139 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375247444776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=390] ppid=384 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/386/task/390/stat : 390 (java) S 384 386 30487 0 -1 4202560 696 0 0 0 143 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375246391976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=391] ppid=384 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/386/task/391/stat : 391 (java) S 384 386 30487 0 -1 4202560 299 0 0 0 142 3 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375245339688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=392] ppid=384 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/386/task/392/stat : 392 (java) S 384 386 30487 0 -1 4202560 450 0 0 0 143 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375244286888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=393] ppid=384 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/386/task/393/stat : 393 (java) S 384 386 30487 0 -1 4202560 456 0 0 0 142 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375243233576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=394] ppid=384 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/386/task/394/stat : 394 (java) S 384 386 30487 0 -1 4202560 361 0 0 0 138 6 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375242180776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=395] ppid=384 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/386/task/395/stat : 395 (java) S 384 386 30487 0 -1 4202560 310 0 0 0 135 4 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375241128488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=396] ppid=384 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/386/task/396/stat : 396 (java) S 384 386 30487 0 -1 4202560 569 0 0 0 132 4 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375240075688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=397] ppid=384 vsize=9824668 CPUtime=23.31 cores=0,2,4,6
/proc/386/task/397/stat : 397 (java) S 384 386 30487 0 -1 4202560 1185 0 0 0 2310 21 0 0 20 0 19 0 254072739 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375109892840 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=398] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/398/stat : 398 (java) S 384 386 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254072739 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375108838904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=399] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/399/stat : 399 (java) S 384 386 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254072739 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375107786504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=400] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/400/stat : 400 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375106734992 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=401] ppid=384 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/386/task/401/stat : 401 (java) S 384 386 30487 0 -1 4202560 10591 0 0 0 112 2 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375105681592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=402] ppid=384 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/386/task/402/stat : 402 (java) S 384 386 30487 0 -1 4202560 7360 0 0 0 118 2 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375104628792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=403] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/403/stat : 403 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375103576696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=404] ppid=384 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/386/task/404/stat : 404 (java) S 384 386 30487 0 -1 4202560 21 0 0 0 4 7 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375102524104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=386/tid=420] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/420/stat : 420 (java) S 384 386 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254072969 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140374091744296 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 731.45
Current children cumulated vsize (KiB) 9824668

[startup+376.301 s]
/proc/loadavg: 4.23 3.91 3.87 4/216 550
/proc/meminfo: memFree=26005336/32873648 swapFree=7104/7104
[pid=386] ppid=384 vsize=9824668 CPUtime=731.85 cores=0,2,4,6
/proc/386/stat : 386 (java) S 384 386 30487 0 -1 4202496 27448 0 1 0 73083 102 0 0 20 0 19 0 254072735 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140735367505040 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/386/statm: 2456167 340622 2287 9 0 2446860 0
[pid=386/tid=388] ppid=384 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/386/task/388/stat : 388 (java) R 384 386 30487 0 -1 4202560 2467 0 1 0 125 2 0 0 20 0 19 0 254072736 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375285953304 140375117535170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=386/tid=389] ppid=384 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/386/task/389/stat : 389 (java) S 384 386 30487 0 -1 4202560 396 0 0 0 139 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375247444776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=390] ppid=384 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/386/task/390/stat : 390 (java) S 384 386 30487 0 -1 4202560 696 0 0 0 143 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375246391976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=391] ppid=384 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/386/task/391/stat : 391 (java) S 384 386 30487 0 -1 4202560 299 0 0 0 142 3 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375245339688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=392] ppid=384 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/386/task/392/stat : 392 (java) S 384 386 30487 0 -1 4202560 450 0 0 0 143 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375244286888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=393] ppid=384 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/386/task/393/stat : 393 (java) S 384 386 30487 0 -1 4202560 456 0 0 0 142 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375243233576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=394] ppid=384 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/386/task/394/stat : 394 (java) S 384 386 30487 0 -1 4202560 361 0 0 0 138 6 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375242180776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=395] ppid=384 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/386/task/395/stat : 395 (java) S 384 386 30487 0 -1 4202560 310 0 0 0 135 4 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375241128488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=396] ppid=384 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/386/task/396/stat : 396 (java) S 384 386 30487 0 -1 4202560 569 0 0 0 132 4 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375240075688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=397] ppid=384 vsize=9824668 CPUtime=23.31 cores=0,2,4,6
/proc/386/task/397/stat : 397 (java) S 384 386 30487 0 -1 4202560 1185 0 0 0 2310 21 0 0 20 0 19 0 254072739 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375109892840 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=398] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/398/stat : 398 (java) S 384 386 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254072739 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375108838904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=399] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/399/stat : 399 (java) S 384 386 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254072739 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375107786504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=400] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/400/stat : 400 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375106734992 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=401] ppid=384 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/386/task/401/stat : 401 (java) S 384 386 30487 0 -1 4202560 10591 0 0 0 112 2 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375105681592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=402] ppid=384 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/386/task/402/stat : 402 (java) S 384 386 30487 0 -1 4202560 7360 0 0 0 119 2 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375104628792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=403] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/403/stat : 403 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375103576696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=404] ppid=384 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/386/task/404/stat : 404 (java) S 384 386 30487 0 -1 4202560 21 0 0 0 4 7 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375102524104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=386/tid=420] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/420/stat : 420 (java) S 384 386 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254072969 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140374091744296 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 731.85
Current children cumulated vsize (KiB) 9824668

[startup+376.701 s]
/proc/loadavg: 4.23 3.91 3.87 4/216 550
/proc/meminfo: memFree=26005336/32873648 swapFree=7104/7104
[pid=386] ppid=384 vsize=9824668 CPUtime=732.25 cores=0,2,4,6
/proc/386/stat : 386 (java) S 384 386 30487 0 -1 4202496 27448 0 1 0 73123 102 0 0 20 0 19 0 254072735 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140735367505040 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/386/statm: 2456167 340622 2287 9 0 2446860 0
[pid=386/tid=388] ppid=384 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/386/task/388/stat : 388 (java) R 384 386 30487 0 -1 4202560 2467 0 1 0 165 2 0 0 20 0 19 0 254072736 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375285953304 140375117535158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=386/tid=389] ppid=384 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/386/task/389/stat : 389 (java) S 384 386 30487 0 -1 4202560 396 0 0 0 139 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375247444776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=390] ppid=384 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/386/task/390/stat : 390 (java) S 384 386 30487 0 -1 4202560 696 0 0 0 143 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375246391976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=391] ppid=384 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/386/task/391/stat : 391 (java) S 384 386 30487 0 -1 4202560 299 0 0 0 142 3 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375245339688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=392] ppid=384 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/386/task/392/stat : 392 (java) S 384 386 30487 0 -1 4202560 450 0 0 0 143 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375244286888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=393] ppid=384 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/386/task/393/stat : 393 (java) S 384 386 30487 0 -1 4202560 456 0 0 0 142 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375243233576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=394] ppid=384 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/386/task/394/stat : 394 (java) S 384 386 30487 0 -1 4202560 361 0 0 0 138 6 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375242180776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=395] ppid=384 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/386/task/395/stat : 395 (java) S 384 386 30487 0 -1 4202560 310 0 0 0 135 4 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375241128488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=396] ppid=384 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/386/task/396/stat : 396 (java) S 384 386 30487 0 -1 4202560 569 0 0 0 132 4 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375240075688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=397] ppid=384 vsize=9824668 CPUtime=23.31 cores=0,2,4,6
/proc/386/task/397/stat : 397 (java) S 384 386 30487 0 -1 4202560 1185 0 0 0 2310 21 0 0 20 0 19 0 254072739 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375109892840 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=398] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/398/stat : 398 (java) S 384 386 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254072739 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375108838904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=399] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/399/stat : 399 (java) S 384 386 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254072739 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375107786504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=400] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/400/stat : 400 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375106734992 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=401] ppid=384 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/386/task/401/stat : 401 (java) S 384 386 30487 0 -1 4202560 10591 0 0 0 112 2 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375105681592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=402] ppid=384 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/386/task/402/stat : 402 (java) S 384 386 30487 0 -1 4202560 7360 0 0 0 119 2 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375104628792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=403] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/403/stat : 403 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375103576696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=404] ppid=384 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/386/task/404/stat : 404 (java) S 384 386 30487 0 -1 4202560 21 0 0 0 4 7 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375102524104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=386/tid=420] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/420/stat : 420 (java) S 384 386 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254072969 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140374091744296 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 732.25
Current children cumulated vsize (KiB) 9824668

[startup+376.801 s]
/proc/loadavg: 4.23 3.91 3.87 4/216 550
/proc/meminfo: memFree=26005336/32873648 swapFree=7104/7104
[pid=386] ppid=384 vsize=9824668 CPUtime=732.35 cores=0,2,4,6
/proc/386/stat : 386 (java) S 384 386 30487 0 -1 4202496 27448 0 1 0 73133 102 0 0 20 0 19 0 254072735 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140735367505040 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/386/statm: 2456167 340622 2287 9 0 2446860 0
[pid=386/tid=388] ppid=384 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/386/task/388/stat : 388 (java) R 384 386 30487 0 -1 4202560 2467 0 1 0 175 2 0 0 20 0 19 0 254072736 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375285953304 140375117936122 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=386/tid=389] ppid=384 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/386/task/389/stat : 389 (java) S 384 386 30487 0 -1 4202560 396 0 0 0 139 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375247444776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=390] ppid=384 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/386/task/390/stat : 390 (java) S 384 386 30487 0 -1 4202560 696 0 0 0 143 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375246391976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=391] ppid=384 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/386/task/391/stat : 391 (java) S 384 386 30487 0 -1 4202560 299 0 0 0 142 3 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375245339688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=392] ppid=384 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/386/task/392/stat : 392 (java) S 384 386 30487 0 -1 4202560 450 0 0 0 143 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375244286888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=393] ppid=384 vsize=9824668 CPUtime=1.47 cores=0,2,4,6
/proc/386/task/393/stat : 393 (java) S 384 386 30487 0 -1 4202560 456 0 0 0 142 5 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375243233576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=394] ppid=384 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/386/task/394/stat : 394 (java) S 384 386 30487 0 -1 4202560 361 0 0 0 138 6 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375242180776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=395] ppid=384 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/386/task/395/stat : 395 (java) S 384 386 30487 0 -1 4202560 310 0 0 0 135 4 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375241128488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=396] ppid=384 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/386/task/396/stat : 396 (java) S 384 386 30487 0 -1 4202560 569 0 0 0 132 4 0 0 20 0 19 0 254072737 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375240075688 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=397] ppid=384 vsize=9824668 CPUtime=23.31 cores=0,2,4,6
/proc/386/task/397/stat : 397 (java) S 384 386 30487 0 -1 4202560 1185 0 0 0 2310 21 0 0 20 0 19 0 254072739 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375109892840 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=398] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/398/stat : 398 (java) S 384 386 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254072739 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375108838904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=399] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/399/stat : 399 (java) S 384 386 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254072739 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375107786504 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=400] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/400/stat : 400 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375106734992 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=386/tid=401] ppid=384 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/386/task/401/stat : 401 (java) S 384 386 30487 0 -1 4202560 10591 0 0 0 112 2 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375105681592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=386/tid=402] ppid=384 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/386/task/402/stat : 402 (java) S 384 386 30487 0 -1 4202560 7360 0 0 0 119 2 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375104628792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=403] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/403/stat : 403 (java) S 384 386 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375103576696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=386/tid=404] ppid=384 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/386/task/404/stat : 404 (java) S 384 386 30487 0 -1 4202560 21 0 0 0 4 7 0 0 20 0 19 0 254072741 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140375102524104 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=386/tid=420] ppid=384 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/386/task/420/stat : 420 (java) S 384 386 30487 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254072969 10060460032 340622 33554432000 1073741824 1073778376 140735367513904 140374091744296 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 732.35
Current children cumulated vsize (KiB) 9824668

Child status: 30
Real time (s): 376.812
CPU time (s): 732.474
CPU user time (s): 731.282
CPU system time (s): 1.19182
CPU usage (%): 194.387
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 731.282
system time used= 1.19182
maximum resident set size= 1369868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27457
page faults= 1
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15759
involuntary context switches= 24589

runsolver used 1.80173 second user time and 3.3115 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 19:11:13
IDJOB=3688724
IDBENCH=48231
IDSOLVER=2268
FILE ID=node127/3688724-1337879473
RUNJOBID= node127-1337871880-30503
PBS_JOBID= 14620077
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_3.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688724-1337879473/watcher-3688724-1337879473 -o /tmp/evaluation-result-3688724-1337879473/solver-3688724-1337879473 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688724-1337879473.opb

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

MD5SUM BENCH= e70f8e0da8fa345ba6e82dce1b0133d2
RANDOM SEED=1507851803

node127.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.348
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.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:       32873648 kB
MemFree:        26811236 kB
Buffers:          237880 kB
Cached:          2369764 kB
SwapCached:            0 kB
Active:          3073668 kB
Inactive:        2209004 kB
Active(anon):    2677480 kB
Inactive(anon):        0 kB
Active(file):     396188 kB
Inactive(file):  2209004 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:       2681636 kB
Mapped:            22624 kB
Shmem:               200 kB
Slab:             637972 kB
SReclaimable:      82352 kB
SUnreclaim:       555620 kB
KernelStack:        1648 kB
PageTables:         9580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2833232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2580480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71672 MiB
End job on node127 at 2012-05-24 19:17:30