Trace number 3688642

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 SnapshotSAT (TO)27 1800.6 922.736

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_2.opb
MD5SUM54e50bd6cbfbb2a5705269c41241de9a
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark1789.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint11
Maximum length of a constraint20
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2492
Sum of products size (including duplicates)4984
Number of different products2492
Sum of products size4984

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-2012 Artois University and CNRS
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.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3688642-1337878644.opb
0.08/0.11	c reading problem ... 
0.46/0.36	c ... done. Wall clock time 0.243s.
0.46/0.36	c declared #vars     200
0.46/0.36	c internal #vars     2692
0.46/0.36	c #constraints  5184
0.46/0.36	c constraints type 
0.46/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2692
0.46/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2492
0.46/0.36	c 5184 constraints processed.
0.46/0.36	c constraints type 
0.46/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2692
0.46/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
0.46/0.36	c 5184 constraints processed.
0.46/0.36	c objective function length is 200 literals
0.46/0.39	c  And the winner is solver0
0.81/0.86	c SATISFIABLE
0.81/0.86	c OPTIMIZING...
0.81/0.86	c Got one! Elapsed wall clock time (in seconds):0.745
0.81/0.86	o 33
1.77/1.12	c  And the winner is solver1
2.09/1.36	c Got one! Elapsed wall clock time (in seconds):1.248
2.09/1.36	o 32
2.09/1.37	c  And the winner is solver1
2.09/1.86	c Got one! Elapsed wall clock time (in seconds):1.749
2.09/1.86	o 30
2.46/2.00	c  And the winner is solver1
2.48/2.36	c Got one! Elapsed wall clock time (in seconds):2.251
2.48/2.36	o 29
4.35/3.28	c  And the winner is solver1
4.57/3.37	c Got one! Elapsed wall clock time (in seconds):3.252
4.57/3.37	o 28
7.07/4.59	c cleaning 3168 clauses out of 6335 with flag 3002/6335
12.45/7.06	c cleaning 4583 clauses out of 9165 with flag 9000/12333
18.01/9.88	c cleaning 5781 clauses out of 11582 with flag 16000/19333
24.52/13.18	c cleaning 6894 clauses out of 13801 with flag 24000/27333
26.59/14.26	c  And the winner is solver1
26.71/14.46	c Got one! Elapsed wall clock time (in seconds):14.348
26.71/14.46	o 27
28.78/15.56	c cleaning 5981 clauses out of 11965 with flag 3002/32391
33.63/18.04	c cleaning 5991 clauses out of 11984 with flag 9002/38391
39.26/20.93	c cleaning 6489 clauses out of 12991 with flag 16000/45389
45.51/24.20	c cleaning 7246 clauses out of 14502 with flag 24000/53389
52.61/27.87	c cleaning 8110 clauses out of 16256 with flag 33000/62389
60.42/31.87	c cleaning 9063 clauses out of 18151 with flag 43005/72394
69.46/36.43	c cleaning 10027 clauses out of 20085 with flag 54002/83391
79.05/41.32	c cleaning 11024 clauses out of 22056 with flag 66000/95389
89.69/46.80	c cleaning 12014 clauses out of 24032 with flag 79000/108389
101.32/52.73	c cleaning 13001 clauses out of 26018 with flag 93000/122389
113.47/58.96	c cleaning 14008 clauses out of 28017 with flag 108000/137389
126.64/65.65	c cleaning 15006 clauses out of 30012 with flag 124003/153392
140.94/73.01	c cleaning 15996 clauses out of 32003 with flag 141000/170389
155.65/80.58	c cleaning 16990 clauses out of 34007 with flag 159000/188389
171.13/88.50	c cleaning 17995 clauses out of 36017 with flag 178000/207389
187.82/96.91	c cleaning 18996 clauses out of 38022 with flag 198000/227389
205.38/106.01	c cleaning 20008 clauses out of 40027 with flag 219001/248390
219.17/113.13	c cleaning 0 clauses out of 5927 with flag 0/5927
223.98/115.68	c cleaning 20994 clauses out of 42019 with flag 241001/270390
243.14/125.38	c cleaning 22012 clauses out of 44025 with flag 264001/293390
263.39/135.83	c cleaning 22981 clauses out of 46012 with flag 288000/317389
284.25/146.48	c cleaning 24002 clauses out of 48031 with flag 313000/342389
306.09/157.52	c cleaning 25004 clauses out of 50029 with flag 339000/368389
327.43/168.48	c cleaning 26002 clauses out of 52025 with flag 366000/395389
350.42/180.36	c cleaning 27004 clauses out of 54024 with flag 394001/423390
375.43/193.35	c cleaning 28006 clauses out of 56019 with flag 423000/452389
400.56/206.16	c cleaning 28999 clauses out of 58013 with flag 453000/482389
426.88/219.78	c cleaning 29991 clauses out of 60014 with flag 484000/513389
452.76/232.93	c cleaning 31010 clauses out of 62027 with flag 516004/545393
480.47/247.02	c cleaning 32006 clauses out of 64013 with flag 549000/578389
507.88/261.03	c cleaning 33003 clauses out of 66008 with flag 583001/612390
537.00/276.16	c cleaning 34003 clauses out of 68006 with flag 618002/647391
567.41/291.64	c cleaning 34989 clauses out of 70001 with flag 654000/683389
598.84/307.64	c cleaning 35996 clauses out of 72013 with flag 691001/720390
630.25/323.65	c cleaning 37003 clauses out of 74016 with flag 729000/758389
663.16/340.61	c cleaning 38005 clauses out of 76013 with flag 768000/797389
698.13/358.50	c cleaning 38998 clauses out of 78010 with flag 808002/837391
732.42/376.00	c cleaning 39995 clauses out of 80011 with flag 849001/878390
767.73/393.91	c cleaning 40994 clauses out of 82015 with flag 891000/920389
804.64/413.01	c cleaning 42011 clauses out of 84021 with flag 934000/963389
842.34/432.20	c cleaning 42996 clauses out of 86010 with flag 978000/1007389
879.98/451.44	c cleaning 43994 clauses out of 88014 with flag 1023000/1052389
918.06/470.81	c cleaning 44992 clauses out of 90020 with flag 1069000/1098389
958.91/491.95	c cleaning 46002 clauses out of 92030 with flag 1116002/1145391
997.97/511.87	c cleaning 47008 clauses out of 94026 with flag 1164000/1193389
1039.45/532.95	c cleaning 48005 clauses out of 96021 with flag 1213003/1242392
1081.10/554.19	c cleaning 48997 clauses out of 98013 with flag 1263000/1292389
1124.41/576.41	c cleaning 50005 clauses out of 100018 with flag 1314002/1343391
1167.71/598.46	c cleaning 50998 clauses out of 102013 with flag 1366002/1395391
1169.60/599.88	c cleaning 0 clauses out of 11930 with flag 0/11930
1213.07/621.92	c cleaning 52003 clauses out of 104013 with flag 1419000/1448389
1258.46/645.35	c cleaning 52989 clauses out of 106010 with flag 1473000/1502389
1303.43/668.22	c cleaning 54005 clauses out of 108023 with flag 1528002/1557391
1349.44/691.62	c cleaning 55005 clauses out of 110016 with flag 1584000/1613389
1395.21/714.98	c cleaning 56002 clauses out of 112013 with flag 1641002/1670391
1443.26/739.73	c cleaning 57001 clauses out of 114009 with flag 1699000/1728389
1493.67/766.09	c cleaning 57985 clauses out of 116008 with flag 1758000/1787389
1543.53/791.50	c cleaning 58999 clauses out of 118024 with flag 1818001/1847390
1594.94/817.95	c cleaning 60012 clauses out of 120025 with flag 1879001/1908390
1645.77/843.87	c cleaning 61000 clauses out of 122012 with flag 1941000/1970389
1696.46/869.63	c cleaning 62001 clauses out of 124013 with flag 2004001/2033390
1750.76/897.26	c cleaning 62999 clauses out of 126011 with flag 2068000/2097389
1800.07/922.71	c starts		: 48
1800.07/922.71	c conflicts		: 14735
1800.07/922.71	c decisions		: 51886
1800.07/922.71	c propagations		: 2340474
1800.07/922.71	c inspects		: 983683176
1800.07/922.71	c shortcuts		: 0
1800.07/922.71	c learnt literals	: 0
1800.07/922.71	c learnt binary clauses	: 0
1800.07/922.71	c learnt ternary clauses	: 0
1800.07/922.71	c learnt constraints	: 14735
1800.07/922.71	c ignored constraints	: 0
1800.07/922.71	c root simplifications	: 0
1800.07/922.71	c removed literals (reason simplification)	: 0
1800.07/922.71	c reason swapping (by a shorter reason)	: 0
1800.07/922.71	c Calls to reduceDB	: 2
1800.07/922.71	c number of reductions to clauses (during analyze)	: 0
1800.07/922.71	c number of learned constraints concerned by reduction	: 0
1800.07/922.71	c number of learning phase by resolution	: 0
1800.07/922.71	c number of learning phase by cutting planes	: 0
1800.07/922.71	c speed (assignments/second)	: 2538.909554012994
1800.07/922.71	c non guided choices	0
1800.07/922.72	c learnt constraints type 
1800.07/922.72	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.07/922.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 231
1800.07/922.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14503
1800.07/922.72	c constraints type 
1800.07/922.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2692
1800.07/922.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.07/922.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2492
1800.07/922.72	c 5185 constraints processed.
1800.07/922.72	c constraints type 
1800.07/922.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2692
1800.07/922.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.07/922.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2492
1800.07/922.72	c 5185 constraints processed.
1800.07/922.72	s SATISFIABLE
1800.07/922.72	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 x27 x28 -x29 x30 x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 x39 -x40 -x41 x42 -x43 -x44 x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
1800.07/922.72	c objective function=27
1800.07/922.72	c Total wall clock time (in seconds): 922.605

Verifier Data

OK	27

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-3688642-1337878644/watcher-3688642-1337878644 -o /tmp/evaluation-result-3688642-1337878644/solver-3688642-1337878644 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688642-1337878644.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.72 3.82 3.81 4/197 24746
/proc/meminfo: memFree=26271436/32873648 swapFree=6864/6864
[pid=24746] ppid=24744 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24746/stat : 24746 (java) D 24744 24746 22184 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 253990361 9515008 175 33554432000 1073741824 1073778376 140737279343328 140737279326056 226084340624 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/24746/statm: 2323 175 133 9 0 71 0

[startup+0.0299979 s]
/proc/loadavg: 3.72 3.82 3.81 4/197 24746
/proc/meminfo: memFree=26271436/32873648 swapFree=6864/6864
[pid=24746] ppid=24744 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/24746/stat : 24746 (java) S 24744 24746 22184 0 -1 4202496 2773 0 1 0 0 0 0 0 20 0 10 0 253990361 9233014784 3473 33554432000 1073741824 1073778376 140737183552048 140737183543184 226087698493 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24746/statm: 2254154 3473 1539 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100192 s]
/proc/loadavg: 3.72 3.82 3.81 4/197 24746
/proc/meminfo: memFree=26271436/32873648 swapFree=6864/6864
[pid=24746] ppid=24744 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24746/stat : 24746 (java) S 24744 24746 22184 0 -1 4202496 4319 0 1 0 8 0 0 0 20 0 18 0 253990361 9787813888 5514 33554432000 1073741824 1073778376 140737183552048 140737183543184 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24746/statm: 2389603 5514 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300158 s]
/proc/loadavg: 3.72 3.82 3.81 4/197 24746
/proc/meminfo: memFree=26271436/32873648 swapFree=6864/6864
[pid=24746] ppid=24744 vsize=9558412 CPUtime=0.46 cores=1,3,5,7
/proc/24746/stat : 24746 (java) S 24744 24746 22184 0 -1 4202496 6087 0 1 0 45 1 0 0 20 0 18 0 253990361 9787813888 8301 33554432000 1073741824 1073778376 140737183552048 140737183543184 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24746/statm: 2389603 8301 2228 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700125 s]
/proc/loadavg: 3.72 3.82 3.81 4/197 24746
/proc/meminfo: memFree=26271436/32873648 swapFree=6864/6864
[pid=24746] ppid=24744 vsize=9824668 CPUtime=0.81 cores=1,3,5,7
/proc/24746/stat : 24746 (java) S 24744 24746 22184 0 -1 4202496 9069 0 1 0 78 3 0 0 20 0 19 0 253990361 10060460032 12818 33554432000 1073741824 1073778376 140737183552048 140737183543184 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24746/statm: 2456167 12818 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 9824668

[startup+1.5007 s]
/proc/loadavg: 3.72 3.82 3.81 7/219 24771
/proc/meminfo: memFree=26221296/32873648 swapFree=6864/6864
[pid=24746] ppid=24744 vsize=9824668 CPUtime=2.09 cores=1,3,5,7
/proc/24746/stat : 24746 (java) S 24744 24746 22184 0 -1 4202496 16291 0 1 0 202 7 0 0 20 0 19 0 253990361 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140737183543184 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24746/statm: 2456167 20522 2256 9 0 2446860 0
[pid=24746/tid=24748] ppid=24744 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/24746/task/24748/stat : 24748 (java) S 24744 24746 22184 0 -1 4202560 2451 0 1 0 31 2 0 0 20 0 19 0 253990362 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631637840888 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24749] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990363 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631599332136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24750] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253990363 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631598279336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24751] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990363 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631597227048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24752] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990363 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631596174248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24753] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990363 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631595120936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24754] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990363 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631594068136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24755] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990363 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631593015848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24756] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24756/stat : 24756 (java) S 24744 24746 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253990363 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631591963048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24757] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24757/stat : 24757 (java) S 24744 24746 22184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253990364 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631461763816 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24758] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24758/stat : 24758 (java) S 24744 24746 22184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253990365 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631460709880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24759] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24759/stat : 24759 (java) S 24744 24746 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253990365 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631459657480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24760] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24760/stat : 24760 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990367 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631458605968 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24761] ppid=24744 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/24746/task/24761/stat : 24761 (java) S 24744 24746 22184 0 -1 4202560 6879 0 0 0 53 2 0 0 20 0 19 0 253990367 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140631457552568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24762] ppid=24744 vsize=9824668 CPUtime=0.61 cores=1,3,5,7
/proc/24746/task/24762/stat : 24762 (java) S 24744 24746 22184 0 -1 4202560 5633 0 0 0 61 0 0 0 20 0 19 0 253990367 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140630583928888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24763] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24763/stat : 24763 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990367 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140630582876792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24764] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24764/stat : 24764 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253990367 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140630581824200 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24771] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24771/stat : 24771 (java) S 24744 24746 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253990448 10060460032 20522 33554432000 1073741824 1073778376 140737183552048 140630578664616 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9824668

[startup+3.10066 s]
/proc/loadavg: 3.72 3.82 3.81 3/216 24777
/proc/meminfo: memFree=26174488/32873648 swapFree=6864/6864
[pid=24746] ppid=24744 vsize=9824668 CPUtime=4.13 cores=1,3,5,7
/proc/24746/stat : 24746 (java) S 24744 24746 22184 0 -1 4202496 16470 0 1 0 401 12 0 0 20 0 22 0 253990361 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140737183543184 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24746/statm: 2456167 46682 2276 9 0 2446860 0
[pid=24746/tid=24748] ppid=24744 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/24746/task/24748/stat : 24748 (java) S 24744 24746 22184 0 -1 4202560 2451 0 1 0 31 2 0 0 20 0 22 0 253990362 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631637840888 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24749] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253990363 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631599332136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24750] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 22184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253990363 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631598279336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24751] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 22184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253990363 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631597227048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24752] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 22184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253990363 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631596174248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24753] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253990363 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631595120936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24754] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253990363 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631594068136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24755] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253990363 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631593015848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24756] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24756/stat : 24756 (java) S 24744 24746 22184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253990363 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631591963048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24757] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24757/stat : 24757 (java) S 24744 24746 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253990364 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631461763816 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24758] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24758/stat : 24758 (java) S 24744 24746 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253990365 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631460709880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24759] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24759/stat : 24759 (java) S 24744 24746 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253990365 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631459657480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24760] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24760/stat : 24760 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990367 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631458605968 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24761] ppid=24744 vsize=9824668 CPUtime=0.69 cores=1,3,5,7
/proc/24746/task/24761/stat : 24761 (java) S 24744 24746 22184 0 -1 4202560 6896 0 0 0 67 2 0 0 20 0 22 0 253990367 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140631457552568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24762] ppid=24744 vsize=9824668 CPUtime=0.73 cores=1,3,5,7
/proc/24746/task/24762/stat : 24762 (java) S 24744 24746 22184 0 -1 4202560 5686 0 0 0 71 2 0 0 20 0 22 0 253990367 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140630583928888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24763] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24763/stat : 24763 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990367 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140630582876792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24764] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24764/stat : 24764 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990367 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140630581824200 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24771] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24771/stat : 24771 (java) S 24744 24746 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253990448 10060460032 46682 33554432000 1073741824 1073778376 140737183552048 140630578664616 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9824668

[startup+6.30075 s]
/proc/loadavg: 3.75 3.82 3.81 5/219 24783
/proc/meminfo: memFree=25927764/32873648 swapFree=6864/6864
[pid=24746] ppid=24744 vsize=9824668 CPUtime=11.01 cores=1,3,5,7
/proc/24746/stat : 24746 (java) S 24744 24746 22184 0 -1 4202496 23418 0 1 0 1073 28 0 0 20 0 22 0 253990361 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140737183543184 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24746/statm: 2456167 93593 2288 9 0 2446860 0
[pid=24746/tid=24748] ppid=24744 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/24746/task/24748/stat : 24748 (java) S 24744 24746 22184 0 -1 4202560 2451 0 1 0 31 2 0 0 20 0 22 0 253990362 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631637840888 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24749] ppid=24744 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 22184 0 -1 4202560 119 0 0 0 4 3 0 0 20 0 22 0 253990363 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631599332136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24750] ppid=24744 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 22184 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 22 0 253990363 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631598279336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24751] ppid=24744 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 22184 0 -1 4202560 106 0 0 0 6 3 0 0 20 0 22 0 253990363 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631597227048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24752] ppid=24744 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 22184 0 -1 4202560 112 0 0 0 3 1 0 0 20 0 22 0 253990363 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631596174248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24753] ppid=24744 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 22184 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 22 0 253990363 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631595120936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24754] ppid=24744 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 22184 0 -1 4202560 118 0 0 0 5 1 0 0 20 0 22 0 253990363 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631594068136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24755] ppid=24744 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 22184 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 22 0 253990363 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631593015848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24756] ppid=24744 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/24746/task/24756/stat : 24756 (java) S 24744 24746 22184 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 253990363 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631591963048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24757] ppid=24744 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/24746/task/24757/stat : 24757 (java) S 24744 24746 22184 0 -1 4202560 238 0 0 0 8 2 0 0 20 0 22 0 253990364 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631461763816 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24758] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24758/stat : 24758 (java) S 24744 24746 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253990365 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631460709880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24759] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24759/stat : 24759 (java) S 24744 24746 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253990365 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631459657480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24760] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24760/stat : 24760 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990367 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631458605968 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24761] ppid=24744 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/24746/task/24761/stat : 24761 (java) S 24744 24746 22184 0 -1 4202560 12291 0 0 0 104 3 0 0 20 0 22 0 253990367 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140631457552568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24762] ppid=24744 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/24746/task/24762/stat : 24762 (java) R 24744 24746 22184 0 -1 4202560 6430 0 0 0 88 2 0 0 20 0 22 0 253990367 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140630583928768 140631643683680 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24763] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24763/stat : 24763 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990367 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140630582876792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24764] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24764/stat : 24764 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990367 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140630581824200 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24771] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24771/stat : 24771 (java) S 24744 24746 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253990448 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140630578664616 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24781] ppid=24744 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/24746/task/24781/stat : 24781 (java) R 24744 24746 22184 0 -1 4202560 4 0 0 0 268 0 0 0 20 0 22 0 253990698 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140630579717160 140631473672326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24782] ppid=24744 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/24746/task/24782/stat : 24782 (java) R 24744 24746 22184 0 -1 4202560 55 0 0 0 268 2 0 0 20 0 22 0 253990698 10060460032 93593 33554432000 1073741824 1073778376 140737183552048 140630580768536 140631473251320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0

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

[pid=24746/tid=24784] ppid=24744 vsize=9824668 CPUtime=751.59 cores=1,3,5,7
/proc/24746/task/24784/stat : 24784 (java) R 24744 24746 22184 0 -1 4202560 84 0 0 0 75148 11 0 0 20 0 22 0 253991808 10060460032 599829 33554432000 1073741824 1073778376 140737183552048 140630579716960 140631473693592 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24785] ppid=24744 vsize=9824668 CPUtime=751.61 cores=1,3,5,7
/proc/24746/task/24785/stat : 24785 (java) R 24744 24746 22184 0 -1 4202560 644 0 0 0 75135 26 0 0 20 0 22 0 253991808 10060460032 599829 33554432000 1073741824 1073778376 140737183552048 140630580769224 140631473962252 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24786] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24786/stat : 24786 (java) S 24744 24746 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253991808 10060460032 599829 33554432000 1073741824 1073778376 140737183552048 140630577611560 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1602.62
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.14 3.98 3.87 5/219 25047
/proc/meminfo: memFree=24416472/32873648 swapFree=6864/6864
[pid=24746] ppid=24744 vsize=9824668 CPUtime=1720.83 cores=1,3,5,7
/proc/24746/stat : 24746 (java) S 24744 24746 22184 0 -1 4202496 39267 0 1 0 171897 186 0 0 20 0 22 0 253990361 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140737183543184 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24746/statm: 2456167 608098 2290 9 0 2446860 0
[pid=24746/tid=24748] ppid=24744 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/24746/task/24748/stat : 24748 (java) S 24744 24746 22184 0 -1 4202560 2475 0 1 0 34 3 0 0 20 0 22 0 253990362 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631637840888 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24749] ppid=24744 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 22184 0 -1 4202560 1023 0 0 0 287 14 0 0 20 0 22 0 253990363 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631599332136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24750] ppid=24744 vsize=9824668 CPUtime=2.88 cores=1,3,5,7
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 22184 0 -1 4202560 775 0 0 0 273 15 0 0 20 0 22 0 253990363 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631598279336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24751] ppid=24744 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 22184 0 -1 4202560 1310 0 0 0 281 18 0 0 20 0 22 0 253990363 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631597227048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24752] ppid=24744 vsize=9824668 CPUtime=3.1 cores=1,3,5,7
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 22184 0 -1 4202560 1008 0 0 0 296 14 0 0 20 0 22 0 253990363 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631596174248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24753] ppid=24744 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 22184 0 -1 4202560 1105 0 0 0 267 14 0 0 20 0 22 0 253990363 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631595120936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24754] ppid=24744 vsize=9824668 CPUtime=3.2 cores=1,3,5,7
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 22184 0 -1 4202560 1250 0 0 0 304 16 0 0 20 0 22 0 253990363 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631594068136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24755] ppid=24744 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 22184 0 -1 4202560 969 0 0 0 297 12 0 0 20 0 22 0 253990363 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631593015848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24756] ppid=24744 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/24746/task/24756/stat : 24756 (java) S 24744 24746 22184 0 -1 4202560 952 0 0 0 280 14 0 0 20 0 22 0 253990363 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631591963048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24757] ppid=24744 vsize=9824668 CPUtime=53.16 cores=1,3,5,7
/proc/24746/task/24757/stat : 24757 (java) S 24744 24746 22184 0 -1 4202560 5777 0 0 0 5295 21 0 0 20 0 22 0 253990364 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631461763816 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24758] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24758/stat : 24758 (java) S 24744 24746 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253990365 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631460709880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24759] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24759/stat : 24759 (java) S 24744 24746 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253990365 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631459657480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24760] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24760/stat : 24760 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990367 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631458605968 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24761] ppid=24744 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/24746/task/24761/stat : 24761 (java) S 24744 24746 22184 0 -1 4202560 13339 0 0 0 156 3 0 0 20 0 22 0 253990367 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140631457552568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24762] ppid=24744 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/24746/task/24762/stat : 24762 (java) S 24744 24746 22184 0 -1 4202560 6778 0 0 0 98 2 0 0 20 0 22 0 253990367 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140630583928888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24763] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24763/stat : 24763 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990367 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140630582876792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24764] ppid=24744 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/24746/task/24764/stat : 24764 (java) S 24744 24746 22184 0 -1 4202560 50 0 0 0 13 22 0 0 20 0 22 0 253990367 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140630581824200 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24771] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24771/stat : 24771 (java) S 24744 24746 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253990448 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140630578664616 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24784] ppid=24744 vsize=9824668 CPUtime=808.92 cores=1,3,5,7
/proc/24746/task/24784/stat : 24784 (java) R 24744 24746 22184 0 -1 4202560 92 0 0 0 80880 12 0 0 20 0 22 0 253991808 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140630579716016 140631473764424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24785] ppid=24744 vsize=9824668 CPUtime=808.94 cores=1,3,5,7
/proc/24746/task/24785/stat : 24785 (java) R 24744 24746 22184 0 -1 4202560 645 0 0 0 80867 27 0 0 20 0 22 0 253991808 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140630580767120 140631473962199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24786] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24786/stat : 24786 (java) S 24744 24746 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253991808 10060460032 608098 33554432000 1073741824 1073778376 140737183552048 140630577611560 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1720.83
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+922.701 s]
/proc/loadavg: 4.07 3.98 3.87 5/219 25047
/proc/meminfo: memFree=24259340/32873648 swapFree=6864/6864
[pid=24746] ppid=24744 vsize=9824668 CPUtime=1800.07 cores=1,3,5,7
/proc/24746/stat : 24746 (java) S 24744 24746 22184 0 -1 4202496 39480 0 1 0 179817 190 0 0 20 0 22 0 253990361 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140737183543184 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24746/statm: 2456167 615936 2290 9 0 2446860 0
[pid=24746/tid=24748] ppid=24744 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/24746/task/24748/stat : 24748 (java) S 24744 24746 22184 0 -1 4202560 2476 0 1 0 35 3 0 0 20 0 22 0 253990362 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631637840888 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24749] ppid=24744 vsize=9824668 CPUtime=3.13 cores=1,3,5,7
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 22184 0 -1 4202560 1088 0 0 0 298 15 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631599332136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24750] ppid=24744 vsize=9824668 CPUtime=2.95 cores=1,3,5,7
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 22184 0 -1 4202560 777 0 0 0 280 15 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631598279336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24751] ppid=24744 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 22184 0 -1 4202560 1317 0 0 0 291 18 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631597227048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24752] ppid=24744 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 22184 0 -1 4202560 1019 0 0 0 306 15 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631596174248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24753] ppid=24744 vsize=9824668 CPUtime=2.9 cores=1,3,5,7
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 22184 0 -1 4202560 1167 0 0 0 276 14 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631595120936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24754] ppid=24744 vsize=9824668 CPUtime=3.32 cores=1,3,5,7
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 22184 0 -1 4202560 1283 0 0 0 316 16 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631594068136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24755] ppid=24744 vsize=9824668 CPUtime=3.2 cores=1,3,5,7
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 22184 0 -1 4202560 972 0 0 0 308 12 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631593015848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24756] ppid=24744 vsize=9824668 CPUtime=3.07 cores=1,3,5,7
/proc/24746/task/24756/stat : 24756 (java) S 24744 24746 22184 0 -1 4202560 959 0 0 0 293 14 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631591963048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24757] ppid=24744 vsize=9824668 CPUtime=55.1 cores=1,3,5,7
/proc/24746/task/24757/stat : 24757 (java) S 24744 24746 22184 0 -1 4202560 5790 0 0 0 5488 22 0 0 20 0 22 0 253990364 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631461763816 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24758] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24758/stat : 24758 (java) S 24744 24746 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253990365 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631460709880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24759] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24759/stat : 24759 (java) S 24744 24746 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253990365 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631459657480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24760] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24760/stat : 24760 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990367 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631458605968 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24761] ppid=24744 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/24746/task/24761/stat : 24761 (java) S 24744 24746 22184 0 -1 4202560 13339 0 0 0 156 3 0 0 20 0 22 0 253990367 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631457552568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24762] ppid=24744 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/24746/task/24762/stat : 24762 (java) S 24744 24746 22184 0 -1 4202560 6778 0 0 0 98 2 0 0 20 0 22 0 253990367 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630583928888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24763] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24763/stat : 24763 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990367 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630582876792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24764] ppid=24744 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/24746/task/24764/stat : 24764 (java) S 24744 24746 22184 0 -1 4202560 54 0 0 0 14 23 0 0 20 0 22 0 253990367 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630581824200 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24771] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24771/stat : 24771 (java) S 24744 24746 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253990448 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630578664616 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24784] ppid=24744 vsize=9824668 CPUtime=847.14 cores=1,3,5,7
/proc/24746/task/24784/stat : 24784 (java) R 24744 24746 22184 0 -1 4202560 94 0 0 0 84702 12 0 0 20 0 22 0 253991808 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630579716000 140631473714182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24785] ppid=24744 vsize=9824668 CPUtime=847.17 cores=1,3,5,7
/proc/24746/task/24785/stat : 24785 (java) R 24744 24746 22184 0 -1 4202560 648 0 0 0 84690 27 0 0 20 0 22 0 253991808 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630580767120 140631473924288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24786] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24786/stat : 24786 (java) S 24744 24746 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253991808 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630577611560 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824668

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+922.701 s]
/proc/loadavg: 4.07 3.98 3.87 5/219 25047
/proc/meminfo: memFree=24259340/32873648 swapFree=6864/6864
[pid=24746] ppid=24744 vsize=9824668 CPUtime=1800.07 cores=1,3,5,7
/proc/24746/stat : 24746 (java) S 24744 24746 22184 0 -1 4202496 39480 0 1 0 179817 190 0 0 20 0 22 0 253990361 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140737183543184 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24746/statm: 2456167 615936 2290 9 0 2446860 0
[pid=24746/tid=24748] ppid=24744 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/24746/task/24748/stat : 24748 (java) S 24744 24746 22184 0 -1 4202560 2476 0 1 0 35 3 0 0 20 0 22 0 253990362 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631637840888 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24749] ppid=24744 vsize=9824668 CPUtime=3.13 cores=1,3,5,7
/proc/24746/task/24749/stat : 24749 (java) S 24744 24746 22184 0 -1 4202560 1088 0 0 0 298 15 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631599332136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24750] ppid=24744 vsize=9824668 CPUtime=2.95 cores=1,3,5,7
/proc/24746/task/24750/stat : 24750 (java) S 24744 24746 22184 0 -1 4202560 777 0 0 0 280 15 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631598279336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24751] ppid=24744 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/24746/task/24751/stat : 24751 (java) S 24744 24746 22184 0 -1 4202560 1317 0 0 0 291 18 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631597227048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24752] ppid=24744 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/24746/task/24752/stat : 24752 (java) S 24744 24746 22184 0 -1 4202560 1019 0 0 0 306 15 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631596174248 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24753] ppid=24744 vsize=9824668 CPUtime=2.9 cores=1,3,5,7
/proc/24746/task/24753/stat : 24753 (java) S 24744 24746 22184 0 -1 4202560 1167 0 0 0 276 14 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631595120936 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24754] ppid=24744 vsize=9824668 CPUtime=3.32 cores=1,3,5,7
/proc/24746/task/24754/stat : 24754 (java) S 24744 24746 22184 0 -1 4202560 1283 0 0 0 316 16 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631594068136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24755] ppid=24744 vsize=9824668 CPUtime=3.2 cores=1,3,5,7
/proc/24746/task/24755/stat : 24755 (java) S 24744 24746 22184 0 -1 4202560 972 0 0 0 308 12 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631593015848 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24756] ppid=24744 vsize=9824668 CPUtime=3.07 cores=1,3,5,7
/proc/24746/task/24756/stat : 24756 (java) S 24744 24746 22184 0 -1 4202560 959 0 0 0 293 14 0 0 20 0 22 0 253990363 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631591963048 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24757] ppid=24744 vsize=9824668 CPUtime=55.1 cores=1,3,5,7
/proc/24746/task/24757/stat : 24757 (java) S 24744 24746 22184 0 -1 4202560 5790 0 0 0 5488 22 0 0 20 0 22 0 253990364 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631461763816 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24758] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24758/stat : 24758 (java) S 24744 24746 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253990365 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631460709880 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24759] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24759/stat : 24759 (java) S 24744 24746 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253990365 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631459657480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24760] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24760/stat : 24760 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990367 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631458605968 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24761] ppid=24744 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/24746/task/24761/stat : 24761 (java) S 24744 24746 22184 0 -1 4202560 13339 0 0 0 156 3 0 0 20 0 22 0 253990367 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140631457552568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24746/tid=24762] ppid=24744 vsize=9824668 CPUtime=1 cores=1,3,5,7
/proc/24746/task/24762/stat : 24762 (java) S 24744 24746 22184 0 -1 4202560 6778 0 0 0 98 2 0 0 20 0 22 0 253990367 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630583928888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24746/tid=24763] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24763/stat : 24763 (java) S 24744 24746 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253990367 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630582876792 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24764] ppid=24744 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/24746/task/24764/stat : 24764 (java) S 24744 24746 22184 0 -1 4202560 54 0 0 0 14 23 0 0 20 0 22 0 253990367 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630581824200 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24771] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24771/stat : 24771 (java) S 24744 24746 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253990448 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630578664616 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24784] ppid=24744 vsize=9824668 CPUtime=847.14 cores=1,3,5,7
/proc/24746/task/24784/stat : 24784 (java) R 24744 24746 22184 0 -1 4202560 94 0 0 0 84702 12 0 0 20 0 22 0 253991808 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630579716000 140631473714182 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24746/tid=24785] ppid=24744 vsize=9824668 CPUtime=847.17 cores=1,3,5,7
/proc/24746/task/24785/stat : 24785 (java) R 24744 24746 22184 0 -1 4202560 648 0 0 0 84690 27 0 0 20 0 22 0 253991808 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630580767120 140631473924288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24746/tid=24786] ppid=24744 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/24746/task/24786/stat : 24786 (java) S 24744 24746 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253991808 10060460032 615936 33554432000 1073741824 1073778376 140737183552048 140630577611560 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 922.736
CPU time (s): 1800.6
CPU user time (s): 1798.18
CPU system time (s): 2.42163
CPU usage (%): 195.137
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.18
system time used= 2.42163
maximum resident set size= 2463860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39513
page faults= 1
swaps= 0
block input operations= 240
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28811
involuntary context switches= 50192

runsolver used 4.64029 second user time and 7.07392 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-24 18:57:24
IDJOB=3688642
IDBENCH=48151
IDSOLVER=2268
FILE ID=node120/3688642-1337878644
RUNJOBID= node120-1337871880-22201
PBS_JOBID= 14620084
Free space on /tmp= 71632 MiB

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

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

MD5SUM BENCH= 54e50bd6cbfbb2a5705269c41241de9a
RANDOM SEED=496790748

node120.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.456
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.91
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.456
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.456
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.92
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        26272228 kB
Buffers:          183016 kB
Cached:          3229420 kB
SwapCached:          492 kB
Active:          2949036 kB
Inactive:        2877980 kB
Active(anon):    2404440 kB
Inactive(anon):    12388 kB
Active(file):     544596 kB
Inactive(file):  2865592 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:               512 kB
Writeback:             0 kB
AnonPages:       2430604 kB
Mapped:            21580 kB
Shmem:               120 kB
Slab:             625608 kB
SReclaimable:      69956 kB
SUnreclaim:       555652 kB
KernelStack:        1632 kB
PageTables:         8948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3122372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2314240 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= 71632 MiB
End job on node120 at 2012-05-24 19:12:49