Trace number 3688142

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 SnapshotOPT8 242.197 125.716

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m50_100_10_10.r.opb
MD5SUMe965a77006f54aa5fb414d88d571084c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.018996
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 8
Optimality of the best value was proved YES
Number of variables99
Total number of constraints50
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint10
Number of terms in the objective function 99
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 99
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 99
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688142-1337875758.opb
0.10/0.10	c reading problem ... 
0.10/0.13	c ... done. Wall clock time 0.03s.
0.10/0.13	c declared #vars     99
0.10/0.13	c #constraints  50
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
0.10/0.13	c 50 constraints processed.
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50
0.10/0.13	c 50 constraints processed.
0.10/0.13	c objective function length is 99 literals
0.10/0.14	c  And the winner is solver0
0.16/0.64	c SATISFIABLE
0.16/0.64	c OPTIMIZING...
0.16/0.64	c Got one! Elapsed wall clock time (in seconds):0.531
0.16/0.64	o 13
0.16/0.64	c  And the winner is solver0
0.16/1.14	c Got one! Elapsed wall clock time (in seconds):1.034
0.16/1.14	o 12
0.16/1.14	c  And the winner is solver0
0.16/1.64	c Got one! Elapsed wall clock time (in seconds):1.536
0.16/1.64	o 11
0.37/1.72	c  And the winner is solver1
0.59/2.14	c Got one! Elapsed wall clock time (in seconds):2.037
0.59/2.14	o 10
0.59/2.15	c  And the winner is solver0
0.63/2.64	c Got one! Elapsed wall clock time (in seconds):2.539
0.63/2.64	o 9
1.62/2.91	c cleaning 2677 clauses out of 5370 with flag 5001/5370
2.40/3.19	c cleaning 4346 clauses out of 8692 with flag 11000/11369
3.18/3.35	c cleaning 5672 clauses out of 11346 with flag 18000/18369
3.82/3.52	c cleaning 6833 clauses out of 13674 with flag 26000/26369
4.25/3.75	c cleaning 7918 clauses out of 15841 with flag 35000/35369
4.66/3.96	c  And the winner is solver1
4.66/3.97	c cleaning 8956 clauses out of 17923 with flag 45000/45369
4.85/4.15	c Got one! Elapsed wall clock time (in seconds):4.041
4.85/4.15	o 8
4.94/4.25	c cleaning 6981 clauses out of 13967 with flag 5000/50369
5.13/4.38	c cleaning 6487 clauses out of 12986 with flag 11000/56369
5.48/4.54	c cleaning 6746 clauses out of 13502 with flag 18003/63372
5.85/4.72	c cleaning 7377 clauses out of 14754 with flag 26001/71370
6.23/4.93	c cleaning 8190 clauses out of 16379 with flag 35003/80372
6.59/5.17	c cleaning 9090 clauses out of 18186 with flag 45000/90369
7.16/5.44	c cleaning 10047 clauses out of 20096 with flag 56000/101369
7.73/5.72	c cleaning 11024 clauses out of 22049 with flag 68000/113369
8.29/6.03	c cleaning 12011 clauses out of 24026 with flag 81001/126370
9.05/6.41	c cleaning 13007 clauses out of 26017 with flag 95003/140372
9.81/6.82	c cleaning 13996 clauses out of 28012 with flag 110005/155374
10.58/7.29	c cleaning 15003 clauses out of 30011 with flag 126000/171369
11.65/7.78	c cleaning 16000 clauses out of 32009 with flag 143001/188370
12.61/8.27	c cleaning 17001 clauses out of 34008 with flag 161000/206369
13.76/8.89	c cleaning 17999 clauses out of 36007 with flag 180000/225369
15.12/9.56	c cleaning 18998 clauses out of 38008 with flag 200000/245369
16.28/10.19	c cleaning 20000 clauses out of 40011 with flag 221001/266370
17.64/10.89	c cleaning 21002 clauses out of 42010 with flag 243000/288369
19.37/11.77	c cleaning 22002 clauses out of 44014 with flag 266006/311375
21.14/12.68	c cleaning 22999 clauses out of 46008 with flag 290002/335371
22.89/13.58	c cleaning 24003 clauses out of 48009 with flag 315002/360371
24.86/14.50	c cleaning 24992 clauses out of 50004 with flag 341000/386369
26.79/15.55	c cleaning 25998 clauses out of 52012 with flag 368000/413369
28.96/16.64	c cleaning 27008 clauses out of 54016 with flag 396002/441371
31.11/17.75	c cleaning 27994 clauses out of 56006 with flag 425000/470369
33.25/18.80	c cleaning 29008 clauses out of 58016 with flag 455004/500373
35.78/20.01	c cleaning 30000 clauses out of 60005 with flag 486001/531370
38.52/21.33	c cleaning 30995 clauses out of 62004 with flag 518000/563369
41.26/22.75	c cleaning 32000 clauses out of 64009 with flag 551000/596369
44.39/24.31	c cleaning 32997 clauses out of 66009 with flag 585000/630369
47.48/26.00	c cleaning 34000 clauses out of 68012 with flag 620000/665369
51.22/27.85	c cleaning 34995 clauses out of 70013 with flag 656001/701370
54.77/29.66	c cleaning 36001 clauses out of 72018 with flag 693001/738370
57.88/31.29	c cleaning 37004 clauses out of 74016 with flag 731000/776369
61.97/33.35	c cleaning 38001 clauses out of 76012 with flag 770000/815369
65.89/35.34	c cleaning 38998 clauses out of 78012 with flag 810001/855370
69.83/37.33	c cleaning 40000 clauses out of 80013 with flag 851000/896369
74.15/39.57	c cleaning 41007 clauses out of 82014 with flag 893001/938370
79.06/42.01	c cleaning 41993 clauses out of 84006 with flag 936000/981369
83.60/44.39	c cleaning 42996 clauses out of 86013 with flag 980000/1025369
88.74/46.96	c cleaning 44007 clauses out of 88017 with flag 1025000/1070369
93.46/49.30	c cleaning 44994 clauses out of 90010 with flag 1071000/1116369
94.55/49.93	c cleaning 0 clauses out of 5836 with flag 0/5838
98.83/52.05	c cleaning 45998 clauses out of 92017 with flag 1118001/1163370
103.34/54.34	c cleaning 47003 clauses out of 94018 with flag 1166000/1211369
109.06/57.21	c cleaning 47997 clauses out of 96015 with flag 1215000/1260369
114.10/59.85	c cleaning 48999 clauses out of 98019 with flag 1265001/1310370
119.63/62.66	c cleaning 50009 clauses out of 100019 with flag 1316000/1361369
125.53/65.61	c cleaning 51001 clauses out of 102011 with flag 1368001/1413370
131.42/68.64	c cleaning 51999 clauses out of 104009 with flag 1421000/1466369
137.48/71.75	c cleaning 53001 clauses out of 106013 with flag 1475003/1520372
143.99/75.04	c cleaning 53992 clauses out of 108010 with flag 1530001/1575370
150.68/78.43	c cleaning 55000 clauses out of 110017 with flag 1586000/1631369
156.99/81.62	c cleaning 55998 clauses out of 112017 with flag 1643000/1688369
163.23/84.82	c cleaning 57001 clauses out of 114019 with flag 1701000/1746369
170.12/88.36	c cleaning 58004 clauses out of 116018 with flag 1760000/1805369
177.60/92.18	c cleaning 59001 clauses out of 118014 with flag 1820000/1865369
185.28/96.00	c cleaning 60007 clauses out of 120015 with flag 1881002/1926371
192.70/99.86	c cleaning 60997 clauses out of 122006 with flag 1943000/1988369
201.80/104.43	c cleaning 62005 clauses out of 124010 with flag 2006002/2051371
209.87/108.58	c cleaning 62998 clauses out of 126005 with flag 2070002/2115371
218.15/112.71	c cleaning 63999 clauses out of 128006 with flag 2135001/2180370
226.81/117.18	c cleaning 64998 clauses out of 130006 with flag 2201000/2246369
235.52/121.53	c cleaning 65998 clauses out of 132008 with flag 2268000/2313369
240.01/123.88	c  And the winner is solver1
242.03/125.70	c starts		: 34
242.03/125.70	c conflicts		: 7914
242.03/125.70	c decisions		: 19437
242.03/125.70	c propagations		: 106408
242.03/125.70	c inspects		: 112897503
242.03/125.70	c shortcuts		: 0
242.03/125.70	c learnt literals	: 0
242.03/125.70	c learnt binary clauses	: 0
242.03/125.70	c learnt ternary clauses	: 0
242.03/125.70	c learnt constraints	: 7911
242.03/125.70	c ignored constraints	: 0
242.03/125.70	c root simplifications	: 0
242.03/125.70	c removed literals (reason simplification)	: 0
242.03/125.70	c reason swapping (by a shorter reason)	: 0
242.03/125.70	c Calls to reduceDB	: 1
242.03/125.70	c number of reductions to clauses (during analyze)	: 0
242.03/125.70	c number of learned constraints concerned by reduction	: 0
242.03/125.70	c number of learning phase by resolution	: 0
242.03/125.70	c number of learning phase by cutting planes	: 0
242.03/125.70	c speed (assignments/second)	: 864.7120010401768
242.03/125.70	c non guided choices	0
242.03/125.70	c learnt constraints type 
242.03/125.70	c constraints type 
242.03/125.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 50
242.03/125.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
242.03/125.70	c 50 constraints processed.
242.03/125.70	c constraints type 
242.03/125.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 50
242.03/125.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
242.03/125.70	c 50 constraints processed.
242.03/125.70	s OPTIMUM FOUND
242.03/125.70	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 
242.03/125.70	c objective function=8
242.03/125.70	c Total wall clock time (in seconds): 125.598

Verifier Data

OK	8

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-3688142-1337875758/watcher-3688142-1337875758 -o /tmp/evaluation-result-3688142-1337875758/solver-3688142-1337875758 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688142-1337875758.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.20 3.62 3.53 2/194 25576
/proc/meminfo: memFree=29160128/32873844 swapFree=7900/7900
[pid=25576] ppid=25574 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/25576/stat : 25576 (java) R 25574 25576 23987 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 253700345 23793664 718 33554432000 1073741824 1073778376 140736157289632 140736157278696 225452506992 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25576/statm: 5809 732 542 9 0 128 0

[startup+0.017287 s]
/proc/loadavg: 3.20 3.62 3.53 2/194 25576
/proc/meminfo: memFree=29160128/32873844 swapFree=7900/7900
[pid=25576] ppid=25574 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/25576/stat : 25576 (java) S 25574 25576 23987 0 -1 4202496 2353 0 1 0 0 0 0 0 20 0 10 0 253700345 9233014784 3053 33554432000 1073741824 1073778376 140736157289632 140736157280768 225448067133 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25576/statm: 2254154 3063 1191 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100323 s]
/proc/loadavg: 3.20 3.62 3.53 2/194 25576
/proc/meminfo: memFree=29160128/32873844 swapFree=7900/7900
[pid=25576] ppid=25574 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/25576/stat : 25576 (java) S 25574 25576 23987 0 -1 4202496 4422 0 1 0 9 1 0 0 20 0 18 0 253700345 9787813888 6120 33554432000 1073741824 1073778376 140736157289632 140736157280768 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25576/statm: 2389603 6120 2124 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300318 s]
/proc/loadavg: 3.20 3.62 3.53 2/194 25576
/proc/meminfo: memFree=29160128/32873844 swapFree=7900/7900
[pid=25576] ppid=25574 vsize=9824668 CPUtime=0.16 cores=1,3,5,7
/proc/25576/stat : 25576 (java) S 25574 25576 23987 0 -1 4202496 4597 0 1 0 15 1 0 0 20 0 19 0 253700345 10060460032 6737 33554432000 1073741824 1073778376 140736157289632 140736157280768 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25576/statm: 2456167 6737 2177 9 0 2446860 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 9824668

[startup+0.700247 s]
/proc/loadavg: 3.20 3.62 3.53 2/194 25576
/proc/meminfo: memFree=29160128/32873844 swapFree=7900/7900
[pid=25576] ppid=25574 vsize=9824668 CPUtime=0.16 cores=1,3,5,7
/proc/25576/stat : 25576 (java) S 25574 25576 23987 0 -1 4202496 4663 0 1 0 15 1 0 0 20 0 19 0 253700345 10060460032 7796 33554432000 1073741824 1073778376 140736157289632 140736157280768 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25576/statm: 2456167 7796 2177 9 0 2446860 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 9824668

[startup+1.50064 s]
/proc/loadavg: 3.20 3.62 3.53 3/216 25604
/proc/meminfo: memFree=29138480/32873844 swapFree=7900/7900
[pid=25576] ppid=25574 vsize=9824668 CPUtime=0.16 cores=1,3,5,7
/proc/25576/stat : 25576 (java) S 25574 25576 23987 0 -1 4202496 4672 0 1 0 15 1 0 0 20 0 19 0 253700345 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 140736157280768 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25576/statm: 2456167 8821 2177 9 0 2446860 0
[pid=25576/tid=25578] ppid=25574 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/25576/task/25578/stat : 25578 (java) S 25574 25576 23987 0 -1 4202560 2436 0 1 0 11 1 0 0 20 0 19 0 253700346 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697807062008 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25579] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25579/stat : 25579 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700346 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697779514408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25580] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25580/stat : 25580 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700346 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697778461608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25581] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25581/stat : 25581 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700346 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697777408808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25582] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25582/stat : 25582 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700346 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697776356008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25583] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25583/stat : 25583 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700346 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697775303208 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25584] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25584/stat : 25584 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700346 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697774250408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25585] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25585/stat : 25585 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700346 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697773197608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25586] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25586/stat : 25586 (java) S 25574 25576 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253700346 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697772144808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25587] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25587/stat : 25587 (java) S 25574 25576 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253700347 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697160424424 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25588] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25588/stat : 25588 (java) S 25574 25576 23987 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253700348 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697159370488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25589] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25589/stat : 25589 (java) S 25574 25576 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253700348 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697158317576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25590] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25590/stat : 25590 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700350 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697157266064 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25591] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25591/stat : 25591 (java) S 25574 25576 23987 0 -1 4202560 367 0 0 0 0 0 0 0 20 0 19 0 253700350 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697156213176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25592] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25592/stat : 25592 (java) S 25574 25576 23987 0 -1 4202560 553 0 0 0 0 0 0 0 20 0 19 0 253700350 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697155160376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25593] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25593/stat : 25593 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700350 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697154107768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25594] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25594/stat : 25594 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700350 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697153055176 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25600] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25600/stat : 25600 (java) S 25574 25576 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253700359 10060460032 8821 33554432000 1073741824 1073778376 140736157289632 139697149896104 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 9824668

[startup+3.10069 s]
/proc/loadavg: 3.20 3.62 3.53 3/216 25610
/proc/meminfo: memFree=29141572/32873844 swapFree=7900/7900
[pid=25576] ppid=25574 vsize=9824668 CPUtime=2.4 cores=1,3,5,7
/proc/25576/stat : 25576 (java) S 25574 25576 23987 0 -1 4202496 17181 0 1 0 231 9 0 0 20 0 22 0 253700345 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 140736157280768 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25576/statm: 2456167 31061 2269 9 0 2446860 0
[pid=25576/tid=25578] ppid=25574 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/25576/task/25578/stat : 25578 (java) S 25574 25576 23987 0 -1 4202560 2441 0 1 0 11 1 0 0 20 0 22 0 253700346 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697807062008 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25579] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25579/stat : 25579 (java) S 25574 25576 23987 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697779514408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25580] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25580/stat : 25580 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697778461608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25581] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25581/stat : 25581 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697777408808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25582] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25582/stat : 25582 (java) S 25574 25576 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697776356008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25583] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25583/stat : 25583 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697775303208 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25584] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25584/stat : 25584 (java) S 25574 25576 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697774250408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25585] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25585/stat : 25585 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697773197608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25586] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25586/stat : 25586 (java) S 25574 25576 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697772144808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25587] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25587/stat : 25587 (java) S 25574 25576 23987 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 22 0 253700347 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697160424424 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25588] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25588/stat : 25588 (java) S 25574 25576 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253700348 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697159370488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25589] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25589/stat : 25589 (java) S 25574 25576 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253700348 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697158317576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25590] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25590/stat : 25590 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253700350 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697157266064 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25591] ppid=25574 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/25576/task/25591/stat : 25591 (java) R 25574 25576 23987 0 -1 4202560 7207 0 0 0 54 3 0 0 20 0 22 0 253700350 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697156200584 139697810683704 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25592] ppid=25574 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/25576/task/25592/stat : 25592 (java) R 25574 25576 23987 0 -1 4202560 6078 0 0 0 60 2 0 0 20 0 22 0 253700350 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697155154416 139697813266342 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25593] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25593/stat : 25593 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253700350 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697154107768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25594] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25594/stat : 25594 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253700350 10060460032 31061 33554432000 1073741824 1073778376 140736157289632 139697153055176 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9824668
heavy processes:

[startup+6.30093 s]
/proc/loadavg: 3.27 3.63 3.53 5/219 25622
/proc/meminfo: memFree=29041084/32873844 swapFree=7900/7900
[pid=25576] ppid=25574 vsize=9824668 CPUtime=8.85 cores=1,3,5,7
/proc/25576/stat : 25576 (java) S 25574 25576 23987 0 -1 4202496 22062 0 1 0 872 13 0 0 20 0 22 0 253700345 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 140736157280768 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25576/statm: 2456167 46577 2275 9 0 2446860 0
[pid=25576/tid=25578] ppid=25574 vsize=9824668 CPUtime=0.12 cores=1,3,5,7
/proc/25576/task/25578/stat : 25578 (java) S 25574 25576 23987 0 -1 4202560 2442 0 1 0 11 1 0 0 20 0 22 0 253700346 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697807062008 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25579] ppid=25574 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25576/task/25579/stat : 25579 (java) S 25574 25576 23987 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253700346 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697779514408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25580] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25580/stat : 25580 (java) S 25574 25576 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697778461608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25581] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25581/stat : 25581 (java) S 25574 25576 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697777408808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25582] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25582/stat : 25582 (java) S 25574 25576 23987 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697776356008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25583] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25583/stat : 25583 (java) S 25574 25576 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697775303208 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25584] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25584/stat : 25584 (java) S 25574 25576 23987 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697774250408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25585] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25585/stat : 25585 (java) S 25574 25576 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697773197608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25586] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25586/stat : 25586 (java) S 25574 25576 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253700346 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697772144808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25587] ppid=25574 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/25576/task/25587/stat : 25587 (java) S 25574 25576 23987 0 -1 4202560 37 0 0 0 41 0 0 0 20 0 22 0 253700347 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697160424424 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25588] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25588/stat : 25588 (java) S 25574 25576 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253700348 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697159370488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25589] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25589/stat : 25589 (java) S 25574 25576 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253700348 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697158317576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25590] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25590/stat : 25590 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253700350 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697157266064 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25591] ppid=25574 vsize=9824668 CPUtime=0.89 cores=1,3,5,7
/proc/25576/task/25591/stat : 25591 (java) S 25574 25576 23987 0 -1 4202560 7218 0 0 0 86 3 0 0 20 0 22 0 253700350 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697156213176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25592] ppid=25574 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/25576/task/25592/stat : 25592 (java) S 25574 25576 23987 0 -1 4202560 10860 0 0 0 99 3 0 0 20 0 22 0 253700350 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697155160376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25593] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25593/stat : 25593 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253700350 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697154107768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25594] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25594/stat : 25594 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253700350 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697153055176 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25616] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25616/stat : 25616 (java) S 25574 25576 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253700610 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697150948776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25620] ppid=25574 vsize=9824668 CPUtime=1.8 cores=1,3,5,7
/proc/25576/task/25620/stat : 25620 (java) R 25574 25576 23987 0 -1 4202560 9 0 0 0 180 0 0 0 20 0 22 0 253700760 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697148842576 139697653728829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25621] ppid=25574 vsize=9824668 CPUtime=1.81 cores=1,3,5,7
/proc/25576/task/25621/stat : 25621 (java) R 25574 25576 23987 0 -1 4202560 18 0 0 0 181 0 0 0 20 0 22 0 253700760 10060460032 46577 33554432000 1073741824 1073778376 140736157289632 139697149892960 139697653866992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25622] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7

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

/proc/25576/task/25582/stat : 25582 (java) S 25574 25576 23987 0 -1 4202560 64 0 0 0 26 2 0 0 20 0 22 0 253700346 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697776356008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25583] ppid=25574 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/25576/task/25583/stat : 25583 (java) S 25574 25576 23987 0 -1 4202560 51 0 0 0 26 0 0 0 20 0 22 0 253700346 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697775303208 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25584] ppid=25574 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25576/task/25584/stat : 25584 (java) S 25574 25576 23987 0 -1 4202560 178 0 0 0 30 0 0 0 20 0 22 0 253700346 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697774250408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25585] ppid=25574 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25576/task/25585/stat : 25585 (java) S 25574 25576 23987 0 -1 4202560 378 0 0 0 28 2 0 0 20 0 22 0 253700346 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697773197608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25586] ppid=25574 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25576/task/25586/stat : 25586 (java) S 25574 25576 23987 0 -1 4202560 190 0 0 0 30 0 0 0 20 0 22 0 253700346 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697772144808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25587] ppid=25574 vsize=9824668 CPUtime=5.92 cores=1,3,5,7
/proc/25576/task/25587/stat : 25587 (java) S 25574 25576 23987 0 -1 4202560 542 0 0 0 586 6 0 0 20 0 22 0 253700347 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697160424424 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25588] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25588/stat : 25588 (java) S 25574 25576 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253700348 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697159370488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25589] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25589/stat : 25589 (java) S 25574 25576 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253700348 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697158317576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25590] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25590/stat : 25590 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253700350 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697157266064 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25591] ppid=25574 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/25576/task/25591/stat : 25591 (java) S 25574 25576 23987 0 -1 4202560 7223 0 0 0 108 3 0 0 20 0 22 0 253700350 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697156213176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25592] ppid=25574 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/25576/task/25592/stat : 25592 (java) S 25574 25576 23987 0 -1 4202560 14186 0 0 0 157 4 0 0 20 0 22 0 253700350 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697155160376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25593] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25593/stat : 25593 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253700350 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697154107768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25594] ppid=25574 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25576/task/25594/stat : 25594 (java) S 25574 25576 23987 0 -1 4202560 7 0 0 0 1 3 0 0 20 0 22 0 253700350 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697153055176 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25616] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25616/stat : 25616 (java) S 25574 25576 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253700610 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697150948776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25620] ppid=25574 vsize=9824668 CPUtime=112.43 cores=1,3,5,7
/proc/25576/task/25620/stat : 25620 (java) R 25574 25576 23987 0 -1 4202560 60 0 0 0 11242 1 0 0 20 0 22 0 253700760 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697148842576 139697653819900 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25621] ppid=25574 vsize=9824668 CPUtime=112.39 cores=1,3,5,7
/proc/25576/task/25621/stat : 25621 (java) R 25574 25576 23987 0 -1 4202560 460 0 0 0 11222 17 0 0 20 0 22 0 253700760 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697149893072 139697653847662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25622] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25622/stat : 25622 (java) S 25574 25576 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253700760 10060460032 291982 33554432000 1073741824 1073778376 140736157289632 139697152001064 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 238.63
Current children cumulated vsize (KiB) 9824668

[startup+124.701 s]
/proc/loadavg: 3.86 3.72 3.57 4/216 25635
/proc/meminfo: memFree=27921296/32873844 swapFree=7900/7900
[pid=25576] ppid=25574 vsize=9824668 CPUtime=241.01 cores=1,3,5,7
/proc/25576/stat : 25576 (java) S 25574 25576 23987 0 -1 4202496 27538 0 1 0 24053 48 0 0 20 0 19 0 253700345 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 140736157280768 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25576/statm: 2456167 291970 2276 9 0 2446860 0
[pid=25576/tid=25578] ppid=25574 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/25576/task/25578/stat : 25578 (java) R 25574 25576 23987 0 -1 4202560 2452 0 1 0 89 2 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697807061784 139697654404287 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25579] ppid=25574 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/25576/task/25579/stat : 25579 (java) S 25574 25576 23987 0 -1 4202560 85 0 0 0 33 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697779514408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25580] ppid=25574 vsize=9824668 CPUtime=0.25 cores=1,3,5,7
/proc/25576/task/25580/stat : 25580 (java) S 25574 25576 23987 0 -1 4202560 176 0 0 0 25 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697778461608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25581] ppid=25574 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/25576/task/25581/stat : 25581 (java) S 25574 25576 23987 0 -1 4202560 75 0 0 0 26 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697777408808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25582] ppid=25574 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/25576/task/25582/stat : 25582 (java) S 25574 25576 23987 0 -1 4202560 64 0 0 0 26 2 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697776356008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25583] ppid=25574 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/25576/task/25583/stat : 25583 (java) S 25574 25576 23987 0 -1 4202560 51 0 0 0 26 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697775303208 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25584] ppid=25574 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25576/task/25584/stat : 25584 (java) S 25574 25576 23987 0 -1 4202560 178 0 0 0 30 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697774250408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25585] ppid=25574 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25576/task/25585/stat : 25585 (java) S 25574 25576 23987 0 -1 4202560 378 0 0 0 28 2 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697773197608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25586] ppid=25574 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25576/task/25586/stat : 25586 (java) S 25574 25576 23987 0 -1 4202560 190 0 0 0 30 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697772144808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25587] ppid=25574 vsize=9824668 CPUtime=5.92 cores=1,3,5,7
/proc/25576/task/25587/stat : 25587 (java) S 25574 25576 23987 0 -1 4202560 542 0 0 0 586 6 0 0 20 0 19 0 253700347 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697160424424 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25588] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25588/stat : 25588 (java) S 25574 25576 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253700348 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697159370488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25589] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25589/stat : 25589 (java) S 25574 25576 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253700348 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697158317576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25590] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25590/stat : 25590 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697157266064 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25591] ppid=25574 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/25576/task/25591/stat : 25591 (java) S 25574 25576 23987 0 -1 4202560 7223 0 0 0 108 3 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697156213176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25592] ppid=25574 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/25576/task/25592/stat : 25592 (java) S 25574 25576 23987 0 -1 4202560 14186 0 0 0 157 4 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697155160376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25593] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25593/stat : 25593 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697154107768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25594] ppid=25574 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25576/task/25594/stat : 25594 (java) S 25574 25576 23987 0 -1 4202560 7 0 0 0 1 4 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697153055176 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25616] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25616/stat : 25616 (java) S 25574 25576 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253700610 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697150948776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 241.01
Current children cumulated vsize (KiB) 9824668

[startup+125.501 s]
/proc/loadavg: 3.86 3.72 3.57 4/216 25635
/proc/meminfo: memFree=27922188/32873844 swapFree=7900/7900
[pid=25576] ppid=25574 vsize=9824668 CPUtime=241.82 cores=1,3,5,7
/proc/25576/stat : 25576 (java) S 25574 25576 23987 0 -1 4202496 27538 0 1 0 24134 48 0 0 20 0 19 0 253700345 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 140736157280768 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25576/statm: 2456167 291970 2276 9 0 2446860 0
[pid=25576/tid=25578] ppid=25574 vsize=9824668 CPUtime=1.71 cores=1,3,5,7
/proc/25576/task/25578/stat : 25578 (java) R 25574 25576 23987 0 -1 4202560 2452 0 1 0 169 2 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697807061672 139697653553090 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25579] ppid=25574 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/25576/task/25579/stat : 25579 (java) S 25574 25576 23987 0 -1 4202560 85 0 0 0 33 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697779514408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25580] ppid=25574 vsize=9824668 CPUtime=0.25 cores=1,3,5,7
/proc/25576/task/25580/stat : 25580 (java) S 25574 25576 23987 0 -1 4202560 176 0 0 0 25 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697778461608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25581] ppid=25574 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/25576/task/25581/stat : 25581 (java) S 25574 25576 23987 0 -1 4202560 75 0 0 0 26 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697777408808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25582] ppid=25574 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/25576/task/25582/stat : 25582 (java) S 25574 25576 23987 0 -1 4202560 64 0 0 0 26 2 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697776356008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25583] ppid=25574 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/25576/task/25583/stat : 25583 (java) S 25574 25576 23987 0 -1 4202560 51 0 0 0 26 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697775303208 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25584] ppid=25574 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25576/task/25584/stat : 25584 (java) S 25574 25576 23987 0 -1 4202560 178 0 0 0 30 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697774250408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25585] ppid=25574 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25576/task/25585/stat : 25585 (java) S 25574 25576 23987 0 -1 4202560 378 0 0 0 28 2 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697773197608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25586] ppid=25574 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25576/task/25586/stat : 25586 (java) S 25574 25576 23987 0 -1 4202560 190 0 0 0 30 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697772144808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25587] ppid=25574 vsize=9824668 CPUtime=5.92 cores=1,3,5,7
/proc/25576/task/25587/stat : 25587 (java) S 25574 25576 23987 0 -1 4202560 542 0 0 0 586 6 0 0 20 0 19 0 253700347 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697160424424 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25588] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25588/stat : 25588 (java) S 25574 25576 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253700348 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697159370488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25589] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25589/stat : 25589 (java) S 25574 25576 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253700348 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697158317576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25590] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25590/stat : 25590 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697157266064 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25591] ppid=25574 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/25576/task/25591/stat : 25591 (java) S 25574 25576 23987 0 -1 4202560 7223 0 0 0 109 3 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697156213176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25592] ppid=25574 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/25576/task/25592/stat : 25592 (java) S 25574 25576 23987 0 -1 4202560 14186 0 0 0 157 4 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697155160376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25593] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25593/stat : 25593 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697154107768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25594] ppid=25574 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25576/task/25594/stat : 25594 (java) S 25574 25576 23987 0 -1 4202560 7 0 0 0 2 4 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697153055176 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25616] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25616/stat : 25616 (java) S 25574 25576 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253700610 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697150948776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 241.82
Current children cumulated vsize (KiB) 9824668

[startup+125.701 s]
/proc/loadavg: 3.86 3.72 3.57 4/216 25635
/proc/meminfo: memFree=27922188/32873844 swapFree=7900/7900
[pid=25576] ppid=25574 vsize=9824668 CPUtime=242.03 cores=1,3,5,7
/proc/25576/stat : 25576 (java) S 25574 25576 23987 0 -1 4202496 27538 0 1 0 24155 48 0 0 20 0 19 0 253700345 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 140736157280768 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25576/statm: 2456167 291970 2276 9 0 2446860 0
[pid=25576/tid=25578] ppid=25574 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/25576/task/25578/stat : 25578 (java) R 25574 25576 23987 0 -1 4202560 2452 0 1 0 189 2 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697807059768 139697653553096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25579] ppid=25574 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/25576/task/25579/stat : 25579 (java) S 25574 25576 23987 0 -1 4202560 85 0 0 0 33 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697779514408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25580] ppid=25574 vsize=9824668 CPUtime=0.25 cores=1,3,5,7
/proc/25576/task/25580/stat : 25580 (java) S 25574 25576 23987 0 -1 4202560 176 0 0 0 25 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697778461608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25581] ppid=25574 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/25576/task/25581/stat : 25581 (java) S 25574 25576 23987 0 -1 4202560 75 0 0 0 26 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697777408808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25582] ppid=25574 vsize=9824668 CPUtime=0.28 cores=1,3,5,7
/proc/25576/task/25582/stat : 25582 (java) S 25574 25576 23987 0 -1 4202560 64 0 0 0 26 2 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697776356008 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25583] ppid=25574 vsize=9824668 CPUtime=0.26 cores=1,3,5,7
/proc/25576/task/25583/stat : 25583 (java) S 25574 25576 23987 0 -1 4202560 51 0 0 0 26 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697775303208 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25584] ppid=25574 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25576/task/25584/stat : 25584 (java) S 25574 25576 23987 0 -1 4202560 178 0 0 0 30 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697774250408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25585] ppid=25574 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25576/task/25585/stat : 25585 (java) S 25574 25576 23987 0 -1 4202560 378 0 0 0 28 2 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697773197608 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25586] ppid=25574 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/25576/task/25586/stat : 25586 (java) S 25574 25576 23987 0 -1 4202560 190 0 0 0 30 0 0 0 20 0 19 0 253700346 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697772144808 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25587] ppid=25574 vsize=9824668 CPUtime=5.92 cores=1,3,5,7
/proc/25576/task/25587/stat : 25587 (java) S 25574 25576 23987 0 -1 4202560 542 0 0 0 586 6 0 0 20 0 19 0 253700347 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697160424424 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25588] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25588/stat : 25588 (java) S 25574 25576 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253700348 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697159370488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25589] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25589/stat : 25589 (java) S 25574 25576 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253700348 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697158317576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25590] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25590/stat : 25590 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697157266064 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25576/tid=25591] ppid=25574 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/25576/task/25591/stat : 25591 (java) S 25574 25576 23987 0 -1 4202560 7223 0 0 0 110 3 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697156213176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25576/tid=25592] ppid=25574 vsize=9824668 CPUtime=1.61 cores=1,3,5,7
/proc/25576/task/25592/stat : 25592 (java) S 25574 25576 23987 0 -1 4202560 14186 0 0 0 157 4 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697155160376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25593] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25593/stat : 25593 (java) S 25574 25576 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697154107768 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25576/tid=25594] ppid=25574 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25576/task/25594/stat : 25594 (java) S 25574 25576 23987 0 -1 4202560 7 0 0 0 2 4 0 0 20 0 19 0 253700350 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697153055176 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25576/tid=25616] ppid=25574 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25576/task/25616/stat : 25616 (java) S 25574 25576 23987 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253700610 10060460032 291970 33554432000 1073741824 1073778376 140736157289632 139697150948776 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 242.03
Current children cumulated vsize (KiB) 9824668

Child status: 30
Real time (s): 125.716
CPU time (s): 242.197
CPU user time (s): 241.585
CPU system time (s): 0.611906
CPU usage (%): 192.654
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 241.585
system time used= 0.611906
maximum resident set size= 1176856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27550
page faults= 1
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5616
involuntary context switches= 6154

runsolver used 0.537918 second user time and 1.3008 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 18:09:18
IDJOB=3688142
IDBENCH=2843
IDSOLVER=2268
FILE ID=node137/3688142-1337875758
RUNJOBID= node137-1337871881-24004
PBS_JOBID= 14620067
Free space on /tmp= 71516 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m50_100_10_10.r.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688142-1337875758/watcher-3688142-1337875758 -o /tmp/evaluation-result-3688142-1337875758/solver-3688142-1337875758 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688142-1337875758.opb

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

MD5SUM BENCH= e965a77006f54aa5fb414d88d571084c
RANDOM SEED=152933317

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.600
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.90
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.600
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.600
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29160492 kB
Buffers:          212996 kB
Cached:          2166464 kB
SwapCached:        22060 kB
Active:          1256004 kB
Inactive:        1674932 kB
Active(anon):     531172 kB
Inactive(anon):    22680 kB
Active(file):     724832 kB
Inactive(file):  1652252 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:        555144 kB
Mapped:            17908 kB
Shmem:                 0 kB
Slab:             639792 kB
SReclaimable:      80656 kB
SUnreclaim:       559136 kB
KernelStack:        1784 kB
PageTables:         5300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     983360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71516 MiB
End job on node137 at 2012-05-24 18:11:24