Trace number 3688660

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)-24 1800.78 911.351

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_2.opb
MD5SUM597624b9879736416e28e0a242fe0005
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-26
Best CPU time to get the best result obtained on this benchmark2.6406
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -26
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
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 constraints100
Minimum length of a constraint10
Maximum length of a constraint20
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
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)1260
Sum of products size (including duplicates)2520
Number of different products630
Sum of products size1260

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.07	c version 2.3.2.v20120418
0.03/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.07	c java.vm.version	19.1-b02
0.03/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version		1.6.0_24
0.03/0.07	c os.name		Linux
0.03/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.07	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688660-1337878723.opb
0.11/0.10	c reading problem ... 
0.25/0.24	c ... done. Wall clock time 0.138s.
0.25/0.24	c declared #vars     100
0.25/0.24	c internal #vars     730
0.25/0.24	c #constraints  1360
0.25/0.24	c constraints type 
0.25/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 630
0.25/0.24	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
0.25/0.24	c ignored satisfied constraints => 100
0.25/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 630
0.25/0.24	c 1460 constraints processed.
0.25/0.24	c constraints type 
0.25/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 630
0.25/0.24	c ignored satisfied constraints => 100
0.25/0.24	c org.sat4j.pb.constraints.pb.UnitClausesPB => 100
0.25/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 630
0.25/0.24	c 1460 constraints processed.
0.25/0.24	c objective function length is 100 literals
0.25/0.25	c  And the winner is solver0
0.42/0.74	c SATISFIABLE
0.42/0.74	c OPTIMIZING...
0.42/0.74	c Got one! Elapsed wall clock time (in seconds):0.64
0.42/0.74	o -15
0.42/0.76	c  And the winner is solver0
0.51/1.24	c Got one! Elapsed wall clock time (in seconds):1.141
0.51/1.24	o -16
0.51/1.30	c  And the winner is solver1
0.82/1.75	c Got one! Elapsed wall clock time (in seconds):1.642
0.82/1.75	o -17
0.82/1.77	c  And the winner is solver0
1.11/2.25	c Got one! Elapsed wall clock time (in seconds):2.143
1.11/2.25	o -18
1.11/2.26	c  And the winner is solver0
1.13/2.75	c Got one! Elapsed wall clock time (in seconds):2.644
1.13/2.75	o -19
1.28/2.87	c  And the winner is solver1
1.71/3.25	c Got one! Elapsed wall clock time (in seconds):3.145
1.71/3.25	o -21
1.83/3.33	c  And the winner is solver1
1.97/3.75	c Got one! Elapsed wall clock time (in seconds):3.646
1.97/3.75	o -22
2.36/3.91	c cleaning 3161 clauses out of 6321 with flag 2001/6321
2.82/4.10	c  And the winner is solver1
2.84/4.25	c Got one! Elapsed wall clock time (in seconds):4.147
2.84/4.25	o -23
2.97/4.39	c cleaning 4108 clauses out of 8216 with flag 2000/11377
3.39/4.55	c  And the winner is solver1
3.50/4.75	c Got one! Elapsed wall clock time (in seconds):4.648
3.50/4.75	o -24
3.90/4.94	c cleaning 4603 clauses out of 9206 with flag 3000/16475
4.74/5.33	c cleaning 5302 clauses out of 10603 with flag 9000/22475
5.71/5.86	c cleaning 6151 clauses out of 12302 with flag 16001/29476
6.87/6.46	c cleaning 7073 clauses out of 14152 with flag 24002/37477
8.48/7.26	c cleaning 8039 clauses out of 16078 with flag 33001/46476
10.43/8.23	c cleaning 9019 clauses out of 18039 with flag 43001/56476
12.35/9.27	c cleaning 10006 clauses out of 20020 with flag 54001/67476
14.91/10.54	c cleaning 11003 clauses out of 22013 with flag 66000/79475
18.10/12.20	c cleaning 12005 clauses out of 24011 with flag 79001/92476
21.44/13.85	c cleaning 13000 clauses out of 26008 with flag 93003/106478
25.11/15.77	c cleaning 14003 clauses out of 28005 with flag 108000/121475
29.01/17.73	c cleaning 14996 clauses out of 30002 with flag 124000/137475
33.13/19.89	c cleaning 15998 clauses out of 32006 with flag 141000/154475
38.43/22.55	c cleaning 17001 clauses out of 34011 with flag 159003/172478
44.27/25.59	c cleaning 18001 clauses out of 36008 with flag 178001/191476
52.55/29.74	c cleaning 19000 clauses out of 38006 with flag 198000/211475
58.62/32.85	c cleaning 20003 clauses out of 40006 with flag 219000/232475
65.08/36.17	c cleaning 20999 clauses out of 42003 with flag 241000/254475
73.05/40.28	c cleaning 21997 clauses out of 44004 with flag 264000/277475
83.93/45.72	c cleaning 22998 clauses out of 46009 with flag 288002/301477
96.38/52.04	c cleaning 24004 clauses out of 48009 with flag 313000/326475
107.03/57.40	c cleaning 25003 clauses out of 50006 with flag 339001/352476
108.96/58.54	c cleaning 0 clauses out of 5732 with flag 0/5732
117.17/62.59	c cleaning 25999 clauses out of 52002 with flag 366000/379475
129.20/68.68	c cleaning 26998 clauses out of 54003 with flag 394000/407475
141.23/74.80	c cleaning 28004 clauses out of 56007 with flag 423002/436477
157.51/83.06	c cleaning 29001 clauses out of 58002 with flag 453001/466476
173.10/90.99	c cleaning 29995 clauses out of 60000 with flag 484000/497475
188.09/98.55	c cleaning 30998 clauses out of 62007 with flag 516002/529477
211.63/110.32	c cleaning 32004 clauses out of 64008 with flag 549001/562476
228.29/118.81	c cleaning 33000 clauses out of 66005 with flag 583002/596477
254.32/131.95	c cleaning 34001 clauses out of 68004 with flag 618001/631476
276.36/143.01	c cleaning 34999 clauses out of 70003 with flag 654001/667476
304.16/157.05	c cleaning 36002 clauses out of 72003 with flag 691000/704475
330.98/170.64	c cleaning 36997 clauses out of 74001 with flag 729000/742475
353.00/181.80	c cleaning 38000 clauses out of 76004 with flag 768000/781475
379.06/194.84	c cleaning 38995 clauses out of 78004 with flag 808000/821475
403.43/207.10	c cleaning 40004 clauses out of 80010 with flag 849001/862476
433.16/222.25	c cleaning 40995 clauses out of 82005 with flag 891000/904475
472.69/242.05	c cleaning 42001 clauses out of 84011 with flag 934001/947476
509.50/260.60	c cleaning 42998 clauses out of 86009 with flag 978000/991475
539.87/275.83	c cleaning 43997 clauses out of 88014 with flag 1023003/1036478
585.50/298.81	c cleaning 45003 clauses out of 90014 with flag 1069000/1082475
608.41/310.48	c cleaning 0 clauses out of 11733 with flag 0/11733
616.86/314.84	c cleaning 45995 clauses out of 92012 with flag 1116001/1129476
653.87/333.43	c cleaning 47005 clauses out of 94017 with flag 1164001/1177476
690.22/351.80	c cleaning 48004 clauses out of 96012 with flag 1213001/1226476
731.79/372.74	c cleaning 49000 clauses out of 98007 with flag 1263000/1276475
774.58/394.26	c cleaning 50004 clauses out of 100007 with flag 1314000/1327475
827.38/420.70	c cleaning 50995 clauses out of 102003 with flag 1366000/1379475
875.81/445.29	c cleaning 51999 clauses out of 104010 with flag 1419002/1432477
939.35/477.06	c cleaning 53000 clauses out of 106010 with flag 1473001/1486476
994.80/504.90	c cleaning 53997 clauses out of 108010 with flag 1528001/1541476
1055.42/535.72	c cleaning 55007 clauses out of 110013 with flag 1584001/1597476
1106.15/561.29	c cleaning 56003 clauses out of 112005 with flag 1641000/1654475
1158.25/587.47	c cleaning 56994 clauses out of 114002 with flag 1699000/1712475
1207.85/612.48	c cleaning 58002 clauses out of 116008 with flag 1758000/1771475
1263.64/640.68	c cleaning 58996 clauses out of 118006 with flag 1818000/1831475
1309.15/663.52	c cleaning 59999 clauses out of 120012 with flag 1879002/1892477
1356.97/687.63	c cleaning 61004 clauses out of 122012 with flag 1941001/1954476
1419.72/719.17	c cleaning 61998 clauses out of 124009 with flag 2004002/2017477
1490.21/754.75	c cleaning 62994 clauses out of 126009 with flag 2068000/2081475
1551.07/785.40	c cleaning 64006 clauses out of 128015 with flag 2133000/2146475
1627.33/823.60	c cleaning 65002 clauses out of 130009 with flag 2199000/2212475
1701.34/860.82	c cleaning 66000 clauses out of 132007 with flag 2266000/2279475
1749.83/885.53	c cleaning 0 clauses out of 18733 with flag 0/18733
1775.16/898.52	c cleaning 66998 clauses out of 134008 with flag 2334001/2347476
1800.10/911.31	c starts		: 54
1800.10/911.31	c conflicts		: 18979
1800.10/911.31	c decisions		: 22087
1800.10/911.31	c propagations		: 168447
1800.10/911.31	c inspects		: 854801631
1800.10/911.31	c shortcuts		: 0
1800.10/911.31	c learnt literals	: 0
1800.10/911.31	c learnt binary clauses	: 0
1800.10/911.31	c learnt ternary clauses	: 0
1800.10/911.31	c learnt constraints	: 18979
1800.10/911.31	c ignored constraints	: 0
1800.10/911.31	c root simplifications	: 0
1800.10/911.31	c removed literals (reason simplification)	: 0
1800.10/911.31	c reason swapping (by a shorter reason)	: 0
1800.10/911.31	c Calls to reduceDB	: 3
1800.10/911.31	c number of reductions to clauses (during analyze)	: 0
1800.10/911.31	c number of learned constraints concerned by reduction	: 0
1800.10/911.31	c number of learning phase by resolution	: 0
1800.10/911.31	c number of learning phase by cutting planes	: 0
1800.10/911.31	c speed (assignments/second)	: 185.3999735845734
1800.10/911.31	c non guided choices	0
1800.10/911.32	c learnt constraints type 
1800.10/911.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 235
1800.10/911.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18744
1800.10/911.32	c constraints type 
1800.10/911.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 630
1800.10/911.32	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
1800.10/911.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.10/911.32	c ignored satisfied constraints => 100
1800.10/911.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 630
1800.10/911.32	c 1461 constraints processed.
1800.10/911.32	c constraints type 
1800.10/911.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 630
1800.10/911.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.10/911.32	c ignored satisfied constraints => 100
1800.10/911.32	c org.sat4j.pb.constraints.pb.UnitClausesPB => 100
1800.10/911.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 630
1800.10/911.32	c 1461 constraints processed.
1800.10/911.32	s SATISFIABLE
1800.10/911.32	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 
1800.10/911.32	c objective function=-24
1800.10/911.32	c Total wall clock time (in seconds): 911.221

Verifier Data

OK	-24

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-3688660-1337878723/watcher-3688660-1337878723 -o /tmp/evaluation-result-3688660-1337878723/solver-3688660-1337878723 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688660-1337878723.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.54 3.75 3.79 3/197 24966
/proc/meminfo: memFree=26899172/32873648 swapFree=6864/6864
[pid=24966] ppid=24964 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/24966/stat : 24966 (java) S 24964 24966 22184 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 253998302 94019584 917 33554432000 1073741824 1073778376 140736019243664 140736019234800 226087698493 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24966/statm: 22954 917 697 9 0 16769 0
[pid=24966/tid=24967] ppid=24964 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24967/stat : 24967 (java) R 24964 24966 22184 0 -1 4202560 60 0 0 0 0 0 0 0 20 0 2 0 253998303 95129600 918 33554432000 1073741824 1073778376 140736019243664 139974633664040 226075180688 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0447271 s]
/proc/loadavg: 3.54 3.75 3.79 3/197 24966
/proc/meminfo: memFree=26899172/32873648 swapFree=6864/6864
[pid=24966] ppid=24964 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/24966/stat : 24966 (java) S 24964 24966 22184 0 -1 4202496 3078 0 1 0 3 0 0 0 20 0 13 0 253998302 9446973440 3776 33554432000 1073741824 1073778376 140736019243664 140736019234800 226087698493 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24966/statm: 2306390 3776 1708 9 0 2297091 0
[pid=24966/tid=24967] ppid=24964 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/24966/task/24967/stat : 24967 (java) R 24964 24966 22184 0 -1 4202560 1897 0 1 0 2 0 0 0 20 0 13 0 253998303 9446973440 3776 33554432000 1073741824 1073778376 140736019243664 139974633666280 139974641093694 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100243 s]
/proc/loadavg: 3.54 3.75 3.79 3/197 24966
/proc/meminfo: memFree=26899172/32873648 swapFree=6864/6864
[pid=24966] ppid=24964 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/24966/stat : 24966 (java) S 24964 24966 22184 0 -1 4202496 4442 0 1 0 10 1 0 0 20 0 18 0 253998302 9787813888 6112 33554432000 1073741824 1073778376 140736019243664 140736019234800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24966/statm: 2389603 6112 2139 9 0 2380296 0
[pid=24966/tid=24967] ppid=24964 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24966/task/24967/stat : 24967 (java) R 24964 24966 22184 0 -1 4202560 2431 0 1 0 7 1 0 0 20 0 18 0 253998303 9787813888 6112 33554432000 1073741824 1073778376 140736019243664 139974633667504 226087724301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300277 s]
/proc/loadavg: 3.54 3.75 3.79 3/197 24966
/proc/meminfo: memFree=26899172/32873648 swapFree=6864/6864
[pid=24966] ppid=24964 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/24966/stat : 24966 (java) S 24964 24966 22184 0 -1 4202496 6226 0 1 0 41 1 0 0 20 0 19 0 253998302 10060460032 9252 33554432000 1073741824 1073778376 140736019243664 140736019234800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24966/statm: 2456167 9252 2226 9 0 2446860 0
[pid=24966/tid=24967] ppid=24964 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/24966/task/24967/stat : 24967 (java) S 24964 24966 22184 0 -1 4202560 2454 0 1 0 21 1 0 0 20 0 19 0 253998303 10060460032 9252 33554432000 1073741824 1073778376 140736019243664 139974633669624 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9824668

[startup+0.700236 s]
/proc/loadavg: 3.54 3.75 3.79 3/197 24966
/proc/meminfo: memFree=26899172/32873648 swapFree=6864/6864
[pid=24966] ppid=24964 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/24966/stat : 24966 (java) S 24964 24966 22184 0 -1 4202496 6226 0 1 0 41 1 0 0 20 0 19 0 253998302 10060460032 9252 33554432000 1073741824 1073778376 140736019243664 140736019234800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24966/statm: 2456167 9252 2226 9 0 2446860 0
[pid=24966/tid=24967] ppid=24964 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/24966/task/24967/stat : 24967 (java) S 24964 24966 22184 0 -1 4202560 2454 0 1 0 21 1 0 0 20 0 19 0 253998303 10060460032 9252 33554432000 1073741824 1073778376 140736019243664 139974633669624 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9824668

[startup+1.50067 s]
/proc/loadavg: 3.54 3.75 3.79 3/216 24991
/proc/meminfo: memFree=26862840/32873648 swapFree=6864/6864
[pid=24966] ppid=24964 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/24966/stat : 24966 (java) S 24964 24966 22184 0 -1 4202496 8839 0 1 0 76 6 0 0 20 0 19 0 253998302 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 140736019234800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24966/statm: 2456167 13276 2239 9 0 2446860 0
[pid=24966/tid=24967] ppid=24964 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/24966/task/24967/stat : 24967 (java) S 24964 24966 22184 0 -1 4202560 2454 0 1 0 21 2 0 0 20 0 19 0 253998303 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139974633669624 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24969] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24969/stat : 24969 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139974477343016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24970] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24970/stat : 24970 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139974476290216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24971] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24971/stat : 24971 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139974475237928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=24972] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24972/stat : 24972 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139974474185128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24973] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24973/stat : 24973 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139974473132840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24974] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24974/stat : 24974 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139974472080040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24975] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24975/stat : 24975 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139974471027752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24976] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24976/stat : 24976 (java) S 24964 24966 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139974469974952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24977] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24977/stat : 24977 (java) S 24964 24966 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253998305 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139973987645672 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24978] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24978/stat : 24978 (java) S 24964 24966 22184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253998305 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139973986591736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24979] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24979/stat : 24979 (java) S 24964 24966 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253998305 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139973985539336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24980] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24980/stat : 24980 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998307 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139973984487824 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24981] ppid=24964 vsize=9824668 CPUtime=0.21 cores=0,2,4,6
/proc/24966/task/24981/stat : 24981 (java) S 24964 24966 22184 0 -1 4202560 2283 0 0 0 21 0 0 0 20 0 19 0 253998307 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139973983435448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24982] ppid=24964 vsize=9824668 CPUtime=0.2 cores=0,2,4,6
/proc/24966/task/24982/stat : 24982 (java) S 24964 24966 22184 0 -1 4202560 2780 0 0 0 20 0 0 0 20 0 19 0 253998307 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139973982382648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24983] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24983/stat : 24983 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998307 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139973981330552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24984] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24984/stat : 24984 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998307 10060460032 13276 33554432000 1073741824 1073778376 140736019243664 139973980277960 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 9824668

[startup+3.10066 s]
/proc/loadavg: 3.54 3.75 3.79 3/216 24997
/proc/meminfo: memFree=26816856/32873648 swapFree=6864/6864
[pid=24966] ppid=24964 vsize=9824668 CPUtime=1.71 cores=0,2,4,6
/proc/24966/stat : 24966 (java) S 24964 24966 22184 0 -1 4202496 14622 0 1 0 160 11 0 0 20 0 19 0 253998302 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 140736019234800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24966/statm: 2456167 24209 2248 9 0 2446860 0
[pid=24966/tid=24967] ppid=24964 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/24966/task/24967/stat : 24967 (java) S 24964 24966 22184 0 -1 4202560 2456 0 1 0 22 2 0 0 20 0 19 0 253998303 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139974633669624 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24969] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24969/stat : 24969 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139974477343016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24970] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24970/stat : 24970 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139974476290216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24971] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24971/stat : 24971 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139974475237928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=24972] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24972/stat : 24972 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139974474185128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24973] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24973/stat : 24973 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139974473132840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24974] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24974/stat : 24974 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139974472080040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24975] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24975/stat : 24975 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139974471027752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24976] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24976/stat : 24976 (java) S 24964 24966 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253998303 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139974469974952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24977] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24977/stat : 24977 (java) S 24964 24966 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253998305 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139973987645672 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24978] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24978/stat : 24978 (java) S 24964 24966 22184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253998305 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139973986591736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24979] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24979/stat : 24979 (java) S 24964 24966 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253998305 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139973985539336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24980] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24980/stat : 24980 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998307 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139973984487824 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24981] ppid=24964 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/24966/task/24981/stat : 24981 (java) S 24964 24966 22184 0 -1 4202560 6315 0 0 0 59 0 0 0 20 0 19 0 253998307 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139973983435448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24982] ppid=24964 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/24966/task/24982/stat : 24982 (java) S 24964 24966 22184 0 -1 4202560 4493 0 0 0 42 0 0 0 20 0 19 0 253998307 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139973982382648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24983] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24983/stat : 24983 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998307 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139973981330552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24984] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24984/stat : 24984 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253998307 10060460032 24209 33554432000 1073741824 1073778376 140736019243664 139973980277960 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 9824668
heavy processes:

[startup+6.30072 s]
/proc/loadavg: 3.65 3.77 3.80 4/219 25015
/proc/meminfo: memFree=26679400/32873648 swapFree=6864/6864
[pid=24966] ppid=24964 vsize=9824668 CPUtime=6.67 cores=0,2,4,6
/proc/24966/stat : 24966 (java) S 24964 24966 22184 0 -1 4202496 16410 0 1 0 646 21 0 0 20 0 22 0 253998302 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 140736019234800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24966/statm: 2456167 50645 2280 9 0 2446860 0
[pid=24966/tid=24967] ppid=24964 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/24966/task/24967/stat : 24967 (java) S 24964 24966 22184 0 -1 4202560 2457 0 1 0 22 2 0 0 20 0 22 0 253998303 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139974633669624 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24969] ppid=24964 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/24966/task/24969/stat : 24969 (java) S 24964 24966 22184 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 253998303 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139974477343016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24970] ppid=24964 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24966/task/24970/stat : 24970 (java) S 24964 24966 22184 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 253998303 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139974476290216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24971] ppid=24964 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24966/task/24971/stat : 24971 (java) S 24964 24966 22184 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 253998303 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139974475237928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24972] ppid=24964 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24966/task/24972/stat : 24972 (java) S 24964 24966 22184 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253998303 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139974474185128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24973] ppid=24964 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24966/task/24973/stat : 24973 (java) S 24964 24966 22184 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253998303 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139974473132840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24974] ppid=24964 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24966/task/24974/stat : 24974 (java) S 24964 24966 22184 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 253998303 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139974472080040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=24975] ppid=24964 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24966/task/24975/stat : 24975 (java) S 24964 24966 22184 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 253998303 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139974471027752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24976] ppid=24964 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24966/task/24976/stat : 24976 (java) S 24964 24966 22184 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253998303 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139974469974952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=24977] ppid=24964 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/24966/task/24977/stat : 24977 (java) S 24964 24966 22184 0 -1 4202560 97 0 0 0 22 0 0 0 20 0 22 0 253998305 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139973987645672 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=24978] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24978/stat : 24978 (java) S 24964 24966 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253998305 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139973986591736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24979] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24979/stat : 24979 (java) S 24964 24966 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253998305 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139973985539336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24980] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24980/stat : 24980 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253998307 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139973984487824 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24981] ppid=24964 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/24966/task/24981/stat : 24981 (java) S 24964 24966 22184 0 -1 4202560 6323 0 0 0 79 2 0 0 20 0 22 0 253998307 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139973983435448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24982] ppid=24964 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/24966/task/24982/stat : 24982 (java) S 24964 24966 22184 0 -1 4202560 5997 0 0 0 77 2 0 0 20 0 22 0 253998307 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139973982382648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24983] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24983/stat : 24983 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253998307 10060460032 50645 33554432000 1073741824 1073778376 140736019243664 139973981330552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24984] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6

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

[pid=24966/tid=25013] ppid=24964 vsize=9824668 CPUtime=785.67 cores=0,2,4,6
/proc/24966/task/25013/stat : 25013 (java) R 24964 24966 22184 0 -1 4202560 147 0 0 0 78553 14 0 0 20 0 22 0 253998778 10060460032 476163 33554432000 1073741824 1073778376 140736019243664 139973979221776 139974478443892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=25014] ppid=24964 vsize=9824668 CPUtime=785.72 cores=0,2,4,6
/proc/24966/task/25014/stat : 25014 (java) R 24964 24966 22184 0 -1 4202560 3412 0 0 0 78539 33 0 0 20 0 22 0 253998778 10060460032 476163 33554432000 1073741824 1073778376 140736019243664 139973978167952 139974477878201 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=25015] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/25015/stat : 25015 (java) S 24964 24966 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253998778 10060460032 476163 33554432000 1073741824 1073778376 140736019243664 139973976065704 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1624.73
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.02 3.97 3.87 5/219 25166
/proc/meminfo: memFree=24002120/32873648 swapFree=6864/6864
[pid=24966] ppid=24964 vsize=9824668 CPUtime=1743.36 cores=0,2,4,6
/proc/24966/stat : 24966 (java) S 24964 24966 22184 0 -1 4202496 33679 0 1 0 174165 171 0 0 20 0 22 0 253998302 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 140736019234800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24966/statm: 2456167 521290 2281 9 0 2446860 0
[pid=24966/tid=24967] ppid=24964 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/24966/task/24967/stat : 24967 (java) S 24964 24966 22184 0 -1 4202560 2483 0 1 0 24 3 0 0 20 0 22 0 253998303 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139974633669624 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24969] ppid=24964 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/24966/task/24969/stat : 24969 (java) S 24964 24966 22184 0 -1 4202560 1032 0 0 0 283 11 0 0 20 0 22 0 253998303 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139974477343016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=24970] ppid=24964 vsize=9824668 CPUtime=2.91 cores=0,2,4,6
/proc/24966/task/24970/stat : 24970 (java) S 24964 24966 22184 0 -1 4202560 955 0 0 0 282 9 0 0 20 0 22 0 253998303 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139974476290216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24971] ppid=24964 vsize=9824668 CPUtime=3.41 cores=0,2,4,6
/proc/24966/task/24971/stat : 24971 (java) S 24964 24966 22184 0 -1 4202560 931 0 0 0 329 12 0 0 20 0 22 0 253998303 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139974475237928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=24972] ppid=24964 vsize=9824668 CPUtime=3.13 cores=0,2,4,6
/proc/24966/task/24972/stat : 24972 (java) S 24964 24966 22184 0 -1 4202560 1367 0 0 0 301 12 0 0 20 0 22 0 253998303 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139974474185128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24973] ppid=24964 vsize=9824668 CPUtime=3.34 cores=0,2,4,6
/proc/24966/task/24973/stat : 24973 (java) S 24964 24966 22184 0 -1 4202560 1016 0 0 0 321 13 0 0 20 0 22 0 253998303 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139974473132840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24974] ppid=24964 vsize=9824668 CPUtime=3.21 cores=0,2,4,6
/proc/24966/task/24974/stat : 24974 (java) S 24964 24966 22184 0 -1 4202560 901 0 0 0 308 13 0 0 20 0 22 0 253998303 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139974472080040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24975] ppid=24964 vsize=9824668 CPUtime=3.29 cores=0,2,4,6
/proc/24966/task/24975/stat : 24975 (java) S 24964 24966 22184 0 -1 4202560 716 0 0 0 319 10 0 0 20 0 22 0 253998303 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139974471027752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24976] ppid=24964 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/24966/task/24976/stat : 24976 (java) S 24964 24966 22184 0 -1 4202560 919 0 0 0 301 11 0 0 20 0 22 0 253998303 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139974469974952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24977] ppid=24964 vsize=9824668 CPUtime=27.02 cores=0,2,4,6
/proc/24966/task/24977/stat : 24977 (java) S 24964 24966 22184 0 -1 4202560 1699 0 0 0 2674 28 0 0 20 0 22 0 253998305 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139973987645672 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24978] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24978/stat : 24978 (java) S 24964 24966 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253998305 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139973986591736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24979] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24979/stat : 24979 (java) S 24964 24966 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253998305 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139973985539336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24980] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24980/stat : 24980 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253998307 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139973984487824 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24981] ppid=24964 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/24966/task/24981/stat : 24981 (java) S 24964 24966 22184 0 -1 4202560 6323 0 0 0 82 2 0 0 20 0 22 0 253998307 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139973983435448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24982] ppid=24964 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/24966/task/24982/stat : 24982 (java) S 24964 24966 22184 0 -1 4202560 10282 0 0 0 131 3 0 0 20 0 22 0 253998307 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139973982382648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=24983] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24983/stat : 24983 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253998307 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139973981330552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24984] ppid=24964 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/24966/task/24984/stat : 24984 (java) S 24964 24966 22184 0 -1 4202560 50 0 0 0 13 16 0 0 20 0 22 0 253998307 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139973980277960 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=25003] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/25003/stat : 25003 (java) S 24964 24966 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253998578 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139973977117864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=25013] ppid=24964 vsize=9824668 CPUtime=843.43 cores=0,2,4,6
/proc/24966/task/25013/stat : 25013 (java) R 24964 24966 22184 0 -1 4202560 152 0 0 0 84327 16 0 0 20 0 22 0 253998778 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139973979221776 139974477882871 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=25014] ppid=24964 vsize=9824668 CPUtime=843.46 cores=0,2,4,6
/proc/24966/task/25014/stat : 25014 (java) R 24964 24966 22184 0 -1 4202560 3438 0 0 0 84312 34 0 0 20 0 22 0 253998778 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139973978170064 139974477928746 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=25015] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/25015/stat : 25015 (java) S 24964 24966 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253998778 10060460032 521290 33554432000 1073741824 1073778376 140736019243664 139973976065704 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1743.36
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.301 s]
/proc/loadavg: 4.06 3.99 3.88 5/219 25166
/proc/meminfo: memFree=23558392/32873648 swapFree=6864/6864
[pid=24966] ppid=24964 vsize=9824668 CPUtime=1800.1 cores=0,2,4,6
/proc/24966/stat : 24966 (java) S 24964 24966 22184 0 -1 4202496 33809 0 1 0 179836 174 0 0 20 0 22 0 253998302 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 140736019234800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24966/statm: 2456167 544380 2281 9 0 2446860 0
[pid=24966/tid=24967] ppid=24964 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/24966/task/24967/stat : 24967 (java) S 24964 24966 22184 0 -1 4202560 2485 0 1 0 24 3 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974633669624 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24969] ppid=24964 vsize=9824668 CPUtime=3.03 cores=0,2,4,6
/proc/24966/task/24969/stat : 24969 (java) S 24964 24966 22184 0 -1 4202560 1032 0 0 0 292 11 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974477343016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24970] ppid=24964 vsize=9824668 CPUtime=2.97 cores=0,2,4,6
/proc/24966/task/24970/stat : 24970 (java) S 24964 24966 22184 0 -1 4202560 958 0 0 0 288 9 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974476290216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24971] ppid=24964 vsize=9824668 CPUtime=3.55 cores=0,2,4,6
/proc/24966/task/24971/stat : 24971 (java) S 24964 24966 22184 0 -1 4202560 939 0 0 0 343 12 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974475237928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=24972] ppid=24964 vsize=9824668 CPUtime=3.21 cores=0,2,4,6
/proc/24966/task/24972/stat : 24972 (java) S 24964 24966 22184 0 -1 4202560 1372 0 0 0 309 12 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974474185128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24973] ppid=24964 vsize=9824668 CPUtime=3.43 cores=0,2,4,6
/proc/24966/task/24973/stat : 24973 (java) S 24964 24966 22184 0 -1 4202560 1028 0 0 0 330 13 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974473132840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24974] ppid=24964 vsize=9824668 CPUtime=3.27 cores=0,2,4,6
/proc/24966/task/24974/stat : 24974 (java) S 24964 24966 22184 0 -1 4202560 906 0 0 0 314 13 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974472080040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24975] ppid=24964 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/24966/task/24975/stat : 24975 (java) S 24964 24966 22184 0 -1 4202560 722 0 0 0 325 11 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974471027752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24976] ppid=24964 vsize=9824668 CPUtime=3.17 cores=0,2,4,6
/proc/24966/task/24976/stat : 24976 (java) S 24964 24966 22184 0 -1 4202560 921 0 0 0 306 11 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974469974952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24977] ppid=24964 vsize=9824668 CPUtime=28.58 cores=0,2,4,6
/proc/24966/task/24977/stat : 24977 (java) S 24964 24966 22184 0 -1 4202560 1763 0 0 0 2830 28 0 0 20 0 22 0 253998305 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973987645672 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24978] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24978/stat : 24978 (java) S 24964 24966 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253998305 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973986591736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24979] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24979/stat : 24979 (java) S 24964 24966 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253998305 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973985539336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24980] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24980/stat : 24980 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253998307 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973984487824 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24981] ppid=24964 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/24966/task/24981/stat : 24981 (java) S 24964 24966 22184 0 -1 4202560 6323 0 0 0 82 2 0 0 20 0 22 0 253998307 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973983435448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24982] ppid=24964 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/24966/task/24982/stat : 24982 (java) S 24964 24966 22184 0 -1 4202560 10282 0 0 0 131 3 0 0 20 0 22 0 253998307 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973982382648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=24983] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24983/stat : 24983 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253998307 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973981330552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24984] ppid=24964 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/24966/task/24984/stat : 24984 (java) S 24964 24966 22184 0 -1 4202560 52 0 0 0 13 17 0 0 20 0 22 0 253998307 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973980277960 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=25003] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/25003/stat : 25003 (java) S 24964 24966 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253998578 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973977117864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=25013] ppid=24964 vsize=9824668 CPUtime=870.7 cores=0,2,4,6
/proc/24966/task/25013/stat : 25013 (java) R 24964 24966 22184 0 -1 4202560 152 0 0 0 87053 17 0 0 20 0 22 0 253998778 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973979221776 139974477882909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=25014] ppid=24964 vsize=9824668 CPUtime=870.73 cores=0,2,4,6
/proc/24966/task/25014/stat : 25014 (java) R 24964 24966 22184 0 -1 4202560 3459 0 0 0 87037 36 0 0 20 0 22 0 253998778 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973978170064 139974478004992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=25015] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/25015/stat : 25015 (java) S 24964 24966 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253998778 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973976065704 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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+911.301 s]
/proc/loadavg: 4.06 3.99 3.88 5/219 25166
/proc/meminfo: memFree=23558392/32873648 swapFree=6864/6864
[pid=24966] ppid=24964 vsize=9824668 CPUtime=1800.1 cores=0,2,4,6
/proc/24966/stat : 24966 (java) S 24964 24966 22184 0 -1 4202496 33809 0 1 0 179836 174 0 0 20 0 22 0 253998302 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 140736019234800 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24966/statm: 2456167 544380 2281 9 0 2446860 0
[pid=24966/tid=24967] ppid=24964 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/24966/task/24967/stat : 24967 (java) S 24964 24966 22184 0 -1 4202560 2485 0 1 0 24 3 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974633669624 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24969] ppid=24964 vsize=9824668 CPUtime=3.03 cores=0,2,4,6
/proc/24966/task/24969/stat : 24969 (java) S 24964 24966 22184 0 -1 4202560 1032 0 0 0 292 11 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974477343016 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24970] ppid=24964 vsize=9824668 CPUtime=2.97 cores=0,2,4,6
/proc/24966/task/24970/stat : 24970 (java) S 24964 24966 22184 0 -1 4202560 958 0 0 0 288 9 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974476290216 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24971] ppid=24964 vsize=9824668 CPUtime=3.55 cores=0,2,4,6
/proc/24966/task/24971/stat : 24971 (java) S 24964 24966 22184 0 -1 4202560 939 0 0 0 343 12 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974475237928 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=24972] ppid=24964 vsize=9824668 CPUtime=3.21 cores=0,2,4,6
/proc/24966/task/24972/stat : 24972 (java) S 24964 24966 22184 0 -1 4202560 1372 0 0 0 309 12 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974474185128 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24973] ppid=24964 vsize=9824668 CPUtime=3.43 cores=0,2,4,6
/proc/24966/task/24973/stat : 24973 (java) S 24964 24966 22184 0 -1 4202560 1028 0 0 0 330 13 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974473132840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24974] ppid=24964 vsize=9824668 CPUtime=3.27 cores=0,2,4,6
/proc/24966/task/24974/stat : 24974 (java) S 24964 24966 22184 0 -1 4202560 906 0 0 0 314 13 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974472080040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24975] ppid=24964 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/24966/task/24975/stat : 24975 (java) S 24964 24966 22184 0 -1 4202560 722 0 0 0 325 11 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974471027752 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24976] ppid=24964 vsize=9824668 CPUtime=3.17 cores=0,2,4,6
/proc/24966/task/24976/stat : 24976 (java) S 24964 24966 22184 0 -1 4202560 921 0 0 0 306 11 0 0 20 0 22 0 253998303 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139974469974952 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24977] ppid=24964 vsize=9824668 CPUtime=28.58 cores=0,2,4,6
/proc/24966/task/24977/stat : 24977 (java) S 24964 24966 22184 0 -1 4202560 1763 0 0 0 2830 28 0 0 20 0 22 0 253998305 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973987645672 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24978] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24978/stat : 24978 (java) S 24964 24966 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253998305 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973986591736 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24979] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24979/stat : 24979 (java) S 24964 24966 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253998305 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973985539336 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24980] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24980/stat : 24980 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253998307 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973984487824 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=24981] ppid=24964 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/24966/task/24981/stat : 24981 (java) S 24964 24966 22184 0 -1 4202560 6323 0 0 0 82 2 0 0 20 0 22 0 253998307 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973983435448 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=24982] ppid=24964 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/24966/task/24982/stat : 24982 (java) S 24964 24966 22184 0 -1 4202560 10282 0 0 0 131 3 0 0 20 0 22 0 253998307 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973982382648 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=24983] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/24983/stat : 24983 (java) S 24964 24966 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253998307 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973981330552 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24966/tid=24984] ppid=24964 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/24966/task/24984/stat : 24984 (java) S 24964 24966 22184 0 -1 4202560 52 0 0 0 13 17 0 0 20 0 22 0 253998307 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973980277960 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=25003] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/25003/stat : 25003 (java) S 24964 24966 22184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253998578 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973977117864 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24966/tid=25013] ppid=24964 vsize=9824668 CPUtime=870.7 cores=0,2,4,6
/proc/24966/task/25013/stat : 25013 (java) R 24964 24966 22184 0 -1 4202560 152 0 0 0 87053 17 0 0 20 0 22 0 253998778 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973979221776 139974477882909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24966/tid=25014] ppid=24964 vsize=9824668 CPUtime=870.73 cores=0,2,4,6
/proc/24966/task/25014/stat : 25014 (java) R 24964 24966 22184 0 -1 4202560 3459 0 0 0 87037 36 0 0 20 0 22 0 253998778 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973978170064 139974478004992 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24966/tid=25015] ppid=24964 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24966/task/25015/stat : 25015 (java) S 24964 24966 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253998778 10060460032 544380 33554432000 1073741824 1073778376 140736019243664 139973976065704 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 911.351
CPU time (s): 1800.78
CPU user time (s): 1798.51
CPU system time (s): 2.27065
CPU usage (%): 197.595
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.51
system time used= 2.27065
maximum resident set size= 2177648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33844
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32474
involuntary context switches= 50978

runsolver used 3.3125 second user time and 8.12377 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-24 18:58:43
IDJOB=3688660
IDBENCH=48169
IDSOLVER=2268
FILE ID=node120/3688660-1337878723
RUNJOBID= node120-1337871880-22200
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/mis/normalized-mis_100_10_2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688660-1337878723/watcher-3688660-1337878723 -o /tmp/evaluation-result-3688660-1337878723/solver-3688660-1337878723 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688660-1337878723.opb

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

MD5SUM BENCH= 597624b9879736416e28e0a242fe0005
RANDOM SEED=379405894

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:        26899708 kB
Buffers:          183204 kB
Cached:          3228624 kB
SwapCached:          492 kB
Active:          2317248 kB
Inactive:        2878072 kB
Active(anon):    1773608 kB
Inactive(anon):    12388 kB
Active(file):     543640 kB
Inactive(file):  2865684 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:               572 kB
Writeback:             0 kB
AnonPages:       1802440 kB
Mapped:            21584 kB
Shmem:               120 kB
Slab:             626156 kB
SReclaimable:      70024 kB
SUnreclaim:       556132 kB
KernelStack:        1784 kB
PageTables:         7800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2846156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1742848 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:13:57