Trace number 3454674

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
Sat4j Res//CP 2.3.0OPT1 164.91 97.8476

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_4.opb
MD5SUM1757d8d914b8f8f6b2c05049538ae81a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark38.3052
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint44
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3118
Number of bits of the biggest sum of numbers12
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454674-1307192572.opb
0.10/0.11	c reading problem ... 
0.10/0.14	c ... done. Wall clock time 0.027s.
0.10/0.14	c #vars     94
0.10/0.14	c #constraints  8
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.10/0.18	c  And the winner is Resolution
0.46/0.64	c SATISFIABLE
0.46/0.64	c OPTIMIZING...
0.46/0.64	c Got one! Elapsed wall clock time (in seconds):0.531
0.46/0.64	o 206
0.46/0.65	c  And the winner is Resolution
0.53/1.15	c Got one! Elapsed wall clock time (in seconds):1.036
0.53/1.15	o 191
0.53/1.16	c  And the winner is Resolution
0.61/1.65	c Got one! Elapsed wall clock time (in seconds):1.54
0.61/1.65	o 157
0.61/1.66	c  And the winner is Resolution
0.65/2.15	c Got one! Elapsed wall clock time (in seconds):2.044
0.65/2.15	o 148
0.65/2.17	c  And the winner is Resolution
0.69/2.66	c Got one! Elapsed wall clock time (in seconds):2.548
0.69/2.66	o 128
0.69/2.67	c  And the winner is Resolution
0.73/3.16	c Got one! Elapsed wall clock time (in seconds):3.053
0.73/3.16	o 106
0.73/3.17	c  And the winner is Resolution
0.74/3.67	c Got one! Elapsed wall clock time (in seconds):3.557
0.74/3.67	o 102
0.74/3.67	c  And the winner is Resolution
0.75/4.17	c Got one! Elapsed wall clock time (in seconds):4.065
0.75/4.17	o 101
0.75/4.18	c  And the winner is Resolution
0.78/4.68	c Got one! Elapsed wall clock time (in seconds):4.569
0.78/4.68	o 93
0.78/4.69	c  And the winner is Resolution
0.82/5.18	c Got one! Elapsed wall clock time (in seconds):5.075
0.82/5.18	o 91
0.82/5.19	c  And the winner is Resolution
0.83/5.69	c Got one! Elapsed wall clock time (in seconds):5.579
0.83/5.69	o 85
0.83/5.70	c  And the winner is Resolution
0.85/6.19	c Got one! Elapsed wall clock time (in seconds):6.084
0.85/6.19	o 84
0.85/6.21	c  And the winner is Resolution
0.89/6.70	c Got one! Elapsed wall clock time (in seconds):6.587
0.89/6.70	o 83
0.89/6.73	c  And the winner is Resolution
1.25/7.20	c Got one! Elapsed wall clock time (in seconds):7.091
1.25/7.20	o 65
1.25/7.23	c  And the winner is Resolution
1.38/7.70	c Got one! Elapsed wall clock time (in seconds):7.595
1.38/7.70	o 63
1.40/7.71	c  And the winner is Resolution
1.43/8.21	c Got one! Elapsed wall clock time (in seconds):8.099
1.43/8.21	o 59
1.43/8.22	c  And the winner is Resolution
1.44/8.71	c Got one! Elapsed wall clock time (in seconds):8.605
1.44/8.71	o 48
1.44/8.74	c  And the winner is Resolution
1.53/9.22	c Got one! Elapsed wall clock time (in seconds):9.11
1.53/9.22	o 41
1.53/9.25	c  And the winner is Resolution
1.70/9.72	c Got one! Elapsed wall clock time (in seconds):9.614
1.70/9.72	o 39
1.70/9.76	c  And the winner is Resolution
1.82/10.23	c Got one! Elapsed wall clock time (in seconds):10.12
1.82/10.23	o 38
1.82/10.27	c  And the winner is Resolution
1.95/10.73	c Got one! Elapsed wall clock time (in seconds):10.624
1.95/10.73	o 19
1.95/10.77	c  And the winner is Resolution
2.05/11.24	c Got one! Elapsed wall clock time (in seconds):11.13
2.05/11.24	o 16
2.05/11.30	c  And the winner is Resolution
2.19/11.74	c Got one! Elapsed wall clock time (in seconds):11.634
2.19/11.74	o 9
2.31/11.80	c  And the winner is Resolution
2.33/12.25	c Got one! Elapsed wall clock time (in seconds):12.138
2.33/12.25	o 7
2.44/12.39	c  And the winner is Resolution
2.67/12.75	c Got one! Elapsed wall clock time (in seconds):12.642
2.67/12.75	o 4
3.40/13.12	c cleaning 7269 clauses out of 14537 with flag 3000/14537
4.35/13.66	c cleaning 6633 clauses out of 13268 with flag 9000/20537
5.80/14.34	c cleaning 6819 clauses out of 13637 with flag 16002/27539
7.16/15.04	c cleaning 7409 clauses out of 14817 with flag 24001/35538
8.74/15.87	c cleaning 8203 clauses out of 16407 with flag 33000/44537
10.50/16.77	c cleaning 9102 clauses out of 18204 with flag 43000/54537
12.68/17.89	c cleaning 9550 clauses out of 19102 with flag 53000/64537
15.65/19.30	c cleaning 9772 clauses out of 19552 with flag 63000/74537
18.00/20.59	c cleaning 9889 clauses out of 19780 with flag 73000/84537
20.17/21.65	c cleaning 9946 clauses out of 19891 with flag 83000/94537
22.33/22.70	c cleaning 9973 clauses out of 19945 with flag 93000/104537
24.09/23.69	c cleaning 9981 clauses out of 19972 with flag 103000/114537
26.24/24.75	c cleaning 9992 clauses out of 19992 with flag 113001/124538
27.99/25.67	c cleaning 9995 clauses out of 19999 with flag 123000/134537
30.16/26.78	c cleaning 9999 clauses out of 20004 with flag 133000/144537
32.32/27.82	c cleaning 10003 clauses out of 20005 with flag 143000/154537
34.05/28.75	c cleaning 9997 clauses out of 20004 with flag 153002/164539
36.04/29.73	c cleaning 10002 clauses out of 20007 with flag 163002/174539
37.76/30.67	c cleaning 9998 clauses out of 20003 with flag 173000/184537
39.71/31.65	c cleaning 10002 clauses out of 20006 with flag 183001/194538
41.65/32.66	c cleaning 9996 clauses out of 20003 with flag 193000/204537
43.41/33.58	c cleaning 10000 clauses out of 20007 with flag 203000/214537
45.36/34.59	c cleaning 10004 clauses out of 20007 with flag 213000/224537
47.50/35.66	c cleaning 10002 clauses out of 20003 with flag 223000/234537
49.63/36.74	c cleaning 9996 clauses out of 20001 with flag 233000/244537
52.18/38.06	c cleaning 10003 clauses out of 20006 with flag 243001/254538
54.53/39.25	c cleaning 9995 clauses out of 20002 with flag 253000/264537
56.67/40.30	c cleaning 10003 clauses out of 20007 with flag 263000/274537
57.80/40.98	c  And the winner is Resolution
57.99/41.44	c Got one! Elapsed wall clock time (in seconds):41.335
57.99/41.44	o 3
59.49/42.20	c cleaning 11376 clauses out of 22767 with flag 5000/287300
60.43/42.79	c cleaning 8691 clauses out of 17391 with flag 11000/293300
61.38/43.26	c cleaning 7849 clauses out of 15701 with flag 18001/300301
62.52/43.87	c cleaning 7923 clauses out of 15853 with flag 26002/308302
62.87/44.06	c  And the winner is Resolution
62.99/44.46	c Got one! Elapsed wall clock time (in seconds):44.351
62.99/44.46	o 2
63.67/44.83	c cleaning 6882 clauses out of 13780 with flag 4000/314152
64.62/45.37	c cleaning 6440 clauses out of 12898 with flag 10000/320152
65.96/46.04	c cleaning 6723 clauses out of 13459 with flag 17001/327153
67.30/46.78	c cleaning 7366 clauses out of 14735 with flag 25000/335152
69.02/47.64	c cleaning 8185 clauses out of 16369 with flag 34000/344152
70.76/48.54	c cleaning 9090 clauses out of 18184 with flag 44000/354152
72.52/49.44	c cleaning 9548 clauses out of 19096 with flag 54002/364154
74.44/50.48	c cleaning 9772 clauses out of 19546 with flag 64000/374152
76.16/51.32	c cleaning 9886 clauses out of 19775 with flag 74001/384153
77.90/52.26	c cleaning 9945 clauses out of 19889 with flag 84001/394153
80.03/53.37	c cleaning 9967 clauses out of 19943 with flag 94000/404152
81.97/54.36	c cleaning 9986 clauses out of 19976 with flag 104000/414152
84.28/55.52	c cleaning 9993 clauses out of 19990 with flag 114000/424152
86.41/56.64	c cleaning 10000 clauses out of 19999 with flag 124002/434154
88.14/57.59	c cleaning 9997 clauses out of 19997 with flag 134000/444152
89.87/58.50	c cleaning 9999 clauses out of 20000 with flag 144000/454152
91.81/59.42	c cleaning 9997 clauses out of 20002 with flag 154001/464153
93.31/60.28	c cleaning 9999 clauses out of 20004 with flag 164000/474152
95.04/61.11	c cleaning 10000 clauses out of 20005 with flag 174000/484152
96.78/62.03	c cleaning 9999 clauses out of 20005 with flag 184000/494152
98.48/62.91	c cleaning 10002 clauses out of 20007 with flag 194001/504153
100.03/63.77	c cleaning 9998 clauses out of 20004 with flag 204000/514152
101.94/64.78	c cleaning 9998 clauses out of 20007 with flag 214001/524153
103.87/65.80	c cleaning 9999 clauses out of 20008 with flag 224000/534152
105.76/66.72	c cleaning 10002 clauses out of 20009 with flag 234000/544152
107.29/67.57	c cleaning 10002 clauses out of 20007 with flag 244000/554152
109.02/68.47	c cleaning 10002 clauses out of 20005 with flag 254000/564152
110.78/69.40	c cleaning 9996 clauses out of 20003 with flag 264000/574152
112.66/70.33	c cleaning 9999 clauses out of 20007 with flag 274000/584152
114.37/71.27	c cleaning 10002 clauses out of 20009 with flag 284001/594153
116.50/72.33	c cleaning 10001 clauses out of 20007 with flag 294001/604153
118.43/73.31	c cleaning 10001 clauses out of 20005 with flag 304000/614152
120.32/74.36	c cleaning 10001 clauses out of 20005 with flag 314001/624153
122.04/75.25	c cleaning 10000 clauses out of 20004 with flag 324001/634153
122.20/75.40	c  And the winner is Resolution
122.40/75.74	c Got one! Elapsed wall clock time (in seconds):75.628
122.40/75.74	o 1
123.11/76.15	c cleaning 7605 clauses out of 15218 with flag 4001/639367
124.04/76.65	c cleaning 6800 clauses out of 13612 with flag 10000/645366
125.13/77.20	c cleaning 6906 clauses out of 13813 with flag 17001/652367
126.05/77.71	c cleaning 7452 clauses out of 14908 with flag 25002/660368
127.22/78.37	c cleaning 8227 clauses out of 16455 with flag 34001/669367
129.04/79.21	c cleaning 9114 clauses out of 18227 with flag 44000/679366
131.23/80.20	c cleaning 9553 clauses out of 19113 with flag 54000/689366
132.95/81.09	c cleaning 9775 clauses out of 19560 with flag 64000/699366
134.48/81.86	c cleaning 9891 clauses out of 19786 with flag 74001/709367
136.20/82.70	c cleaning 9945 clauses out of 19894 with flag 84000/719366
137.71/83.59	c cleaning 9972 clauses out of 19949 with flag 94000/729366
139.61/84.54	c cleaning 9987 clauses out of 19978 with flag 104001/739367
141.61/85.56	c cleaning 9992 clauses out of 19991 with flag 114001/749367
143.53/86.56	c cleaning 9996 clauses out of 19998 with flag 124000/759366
145.02/87.31	c cleaning 10001 clauses out of 20003 with flag 134001/769367
146.54/88.15	c cleaning 9997 clauses out of 20001 with flag 144000/779366
148.30/89.05	c cleaning 9999 clauses out of 20004 with flag 154000/789366
149.80/89.85	c cleaning 10001 clauses out of 20005 with flag 164000/799366
151.68/90.83	c cleaning 9996 clauses out of 20006 with flag 174002/809368
153.19/91.64	c cleaning 10003 clauses out of 20009 with flag 184001/819367
154.74/92.47	c cleaning 10001 clauses out of 20005 with flag 194000/829366
156.22/93.24	c cleaning 0 clauses out of 7127 with flag 0/7146
156.41/93.39	c cleaning 9999 clauses out of 20004 with flag 204000/839366
158.19/94.26	c cleaning 10001 clauses out of 20006 with flag 214001/849367
160.01/95.17	c cleaning 10001 clauses out of 20004 with flag 224001/859367
161.72/96.09	c cleaning 9998 clauses out of 20001 with flag 234000/869366
163.39/96.93	c cleaning 10000 clauses out of 20004 with flag 244001/879367
164.51/97.54	c  And the winner is Resolution
164.76/97.80	c starts		: 199
164.76/97.80	c conflicts		: 888124
164.76/97.80	c decisions		: 893258
164.76/97.80	c propagations		: 6465298
164.76/97.80	c inspects		: 1084179844
164.76/97.80	c shortcuts		: 0
164.76/97.80	c learnt literals	: 12
164.76/97.80	c learnt binary clauses	: 67
164.76/97.80	c learnt ternary clauses	: 293
164.76/97.80	c learnt constraints	: 888111
164.76/97.80	c ignored constraints	: 0
164.76/97.80	c root simplifications	: 0
164.76/97.80	c removed literals (reason simplification)	: 8522527
164.76/97.80	c reason swapping (by a shorter reason)	: 0
164.76/97.80	c Calls to reduceDB	: 92
164.76/97.80	c number of reductions to clauses (during analyze)	: 0
164.76/97.80	c number of learned constraints concerned by reduction	: 0
164.76/97.80	c number of learning phase by resolution	: 0
164.76/97.80	c number of learning phase by cutting planes	: 0
164.76/97.80	c speed (assignments/second)	: 293011.46612281894
164.76/97.80	c non guided choices	396
164.76/97.80	c learnt constraints type 
164.76/97.80	c constraints type 
164.76/97.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
164.76/97.80	c constraints type 
164.76/97.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
164.76/97.80	s OPTIMUM FOUND
164.76/97.80	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 x67 -x68 -x69 -x70 x71 -x72 x73 x74 -x75 -x76 x77 x78 x79 x80 x81 -x82 x83 x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 x92 x93 x94 
164.76/97.80	c objective function=1
164.76/97.80	c Total wall clock time (in seconds): 97.695

Verifier Data

OK	1

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454674-1307192572/watcher-3454674-1307192572 -o /tmp/evaluation-result-3454674-1307192572/solver-3454674-1307192572 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454674-1307192572.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.63 3.72 3.70 3/436 10292
/proc/meminfo: memFree=25173556/32950928 swapFree=52006644/67111528
[pid=10292] ppid=10290 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10292 6914 0 -1 4202496 3131 0 1 0 0 0 0 0 25 0 2 0 286866594 10681323520 2834 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892367845 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/10292/statm: 2607745 2838 916 9 0 2598901 0
[pid=10292/tid=10293] ppid=10290 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) R 10290 10292 6914 0 -1 4202560 5096 0 1 0 0 0 0 0 25 0 2 0 286866595 10694979584 5913 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218880259131 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.094454 s]
/proc/loadavg: 3.63 3.72 3.70 3/436 10292
/proc/meminfo: memFree=25173556/32950928 swapFree=52006644/67111528
[pid=10292] ppid=10290 vsize=10540460 CPUtime=0.09 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10292 6914 0 -1 4202496 12989 0 1 0 8 1 0 0 25 0 18 0 286866594 10793431040 12686 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/10292/statm: 2635115 12686 2093 9 0 2625849 0
[pid=10292/tid=10293] ppid=10290 vsize=10540460 CPUtime=0.08 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) R 10290 10292 6914 0 -1 4202560 11065 0 1 0 7 1 0 0 18 0 18 0 286866595 10793431040 12687 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892391883 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540460

[startup+0.100458 s]
/proc/loadavg: 3.63 3.72 3.70 3/436 10292
/proc/meminfo: memFree=25173556/32950928 swapFree=52006644/67111528
[pid=10292] ppid=10290 vsize=10540460 CPUtime=0.1 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10292 6914 0 -1 4202496 13089 0 1 0 9 1 0 0 25 0 18 0 286866594 10793431040 12786 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/10292/statm: 2635115 12787 2093 9 0 2625849 0
[pid=10292/tid=10293] ppid=10290 vsize=10540460 CPUtime=0.08 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) R 10290 10292 6914 0 -1 4202560 11165 0 1 0 7 1 0 0 18 0 18 0 286866595 10793431040 12787 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 47530297434883 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540460

[startup+0.300425 s]
/proc/loadavg: 3.63 3.72 3.70 3/436 10292
/proc/meminfo: memFree=25173556/32950928 swapFree=52006644/67111528
[pid=10292] ppid=10290 vsize=10550948 CPUtime=0.46 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10292 6914 0 -1 4202496 17237 0 1 0 44 2 0 0 25 0 19 0 286866594 10804170752 15907 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/10292/statm: 2637737 15907 2191 9 0 2628471 0
[pid=10292/tid=10293] ppid=10290 vsize=10550948 CPUtime=0.12 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) S 10290 10292 6914 0 -1 4202560 11529 0 1 0 11 1 0 0 19 0 19 0 286866595 10804170752 15907 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10550948

[startup+0.700332 s]
/proc/loadavg: 3.63 3.72 3.70 3/436 10292
/proc/meminfo: memFree=25173556/32950928 swapFree=52006644/67111528
[pid=10292] ppid=10290 vsize=10550948 CPUtime=0.53 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10292 6914 0 -1 4202496 17501 0 1 0 51 2 0 0 25 0 19 0 286866594 10804170752 16047 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/10292/statm: 2637737 16047 2197 9 0 2628471 0
[pid=10292/tid=10293] ppid=10290 vsize=10550948 CPUtime=0.12 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) S 10290 10292 6914 0 -1 4202560 11541 0 1 0 11 1 0 0 16 0 19 0 286866595 10804170752 16047 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10550948

[startup+1.5012 s]
/proc/loadavg: 3.63 3.72 3.70 3/455 10317
/proc/meminfo: memFree=25116868/32950928 swapFree=52006644/67111528
[pid=10292] ppid=10290 vsize=10550948 CPUtime=0.61 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10292 6914 0 -1 4202496 17668 0 1 0 59 2 0 0 25 0 19 0 286866594 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/10292/statm: 2637737 16213 2199 9 0 2628471 0
[pid=10292/tid=10293] ppid=10290 vsize=10550948 CPUtime=0.12 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) S 10290 10292 6914 0 -1 4202560 11550 0 1 0 11 1 0 0 17 0 19 0 286866595 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 0 0 0 0
[pid=10292/tid=10295] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10295/stat : 10295 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10296] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10296/stat : 10296 (java) S 10290 10292 6914 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10297] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10297/stat : 10297 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10298] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10298/stat : 10298 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10299] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10299/stat : 10299 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10300] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10300/stat : 10300 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10301] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10301/stat : 10301 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10302] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10302/stat : 10302 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10303] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10303/stat : 10303 (java) S 10290 10292 6914 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 286866597 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 0 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10304] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10304/stat : 10304 (java) S 10290 10292 6914 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 286866598 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10305] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10305/stat : 10305 (java) S 10290 10292 6914 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 286866598 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10306] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10306/stat : 10306 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866600 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892388785 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10307] ppid=10290 vsize=10550948 CPUtime=0.19 cores=0,2,4,6
/proc/10292/task/10307/stat : 10307 (java) S 10290 10292 6914 0 -1 4202560 2130 0 0 0 19 0 0 0 15 0 19 0 286866600 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 0 0 0 0
[pid=10292/tid=10308] ppid=10290 vsize=10550948 CPUtime=0.15 cores=0,2,4,6
/proc/10292/task/10308/stat : 10308 (java) S 10290 10292 6914 0 -1 4202560 2287 0 0 0 15 0 0 0 15 0 19 0 286866600 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10309] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10309/stat : 10309 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866600 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10310] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10310/stat : 10310 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 286866600 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10313] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10313/stat : 10313 (java) S 10290 10292 6914 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 286866609 10804170752 16213 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 10550948

[startup+3.10092 s]
/proc/loadavg: 3.63 3.72 3.70 3/455 10323
/proc/meminfo: memFree=25113996/32950928 swapFree=52006644/67111528
[pid=10292] ppid=10290 vsize=10550948 CPUtime=0.73 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10292 6914 0 -1 4202496 18522 0 1 0 71 2 0 0 25 0 19 0 286866594 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/10292/statm: 2637737 17066 2202 9 0 2628471 0
[pid=10292/tid=10293] ppid=10290 vsize=10550948 CPUtime=0.13 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) S 10290 10292 6914 0 -1 4202560 11577 0 1 0 12 1 0 0 16 0 19 0 286866595 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 0 0 0 0
[pid=10292/tid=10295] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10295/stat : 10295 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10296] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10296/stat : 10296 (java) S 10290 10292 6914 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10297] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10297/stat : 10297 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10298] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10298/stat : 10298 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10299] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10299/stat : 10299 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10300] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10300/stat : 10300 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10301] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10301/stat : 10301 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10302] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10302/stat : 10302 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10303] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10303/stat : 10303 (java) S 10290 10292 6914 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 286866597 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 0 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10304] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10304/stat : 10304 (java) S 10290 10292 6914 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 286866598 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10305] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10305/stat : 10305 (java) S 10290 10292 6914 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 286866598 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10306] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10306/stat : 10306 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866600 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892388785 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10307] ppid=10290 vsize=10550948 CPUtime=0.22 cores=0,2,4,6
/proc/10292/task/10307/stat : 10307 (java) S 10290 10292 6914 0 -1 4202560 2135 0 0 0 22 0 0 0 15 0 19 0 286866600 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10308] ppid=10290 vsize=10550948 CPUtime=0.17 cores=0,2,4,6
/proc/10292/task/10308/stat : 10308 (java) S 10290 10292 6914 0 -1 4202560 2294 0 0 0 17 0 0 0 15 0 19 0 286866600 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10309] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10309/stat : 10309 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866600 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10310] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10310/stat : 10310 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 286866600 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 0 0 0 0
[pid=10292/tid=10313] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10313/stat : 10313 (java) S 10290 10292 6914 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 286866609 10804170752 17066 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 10550948
heavy processes:

[startup+6.30139 s]
/proc/loadavg: 3.50 3.69 3.69 4/455 10344
/proc/meminfo: memFree=25106184/32950928 swapFree=52006644/67111528
[pid=10292] ppid=10290 vsize=10550948 CPUtime=0.89 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10292 6914 0 -1 4202496 19943 0 1 0 87 2 0 0 25 0 19 0 286866594 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/10292/statm: 2637737 18217 2209 9 0 2628471 0
[pid=10292/tid=10293] ppid=10290 vsize=10550948 CPUtime=0.13 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) S 10290 10292 6914 0 -1 4202560 11641 0 1 0 12 1 0 0 16 0 19 0 286866595 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10295] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10295/stat : 10295 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10296] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10296/stat : 10296 (java) S 10290 10292 6914 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10297] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10297/stat : 10297 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10298] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10298/stat : 10298 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10299] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10299/stat : 10299 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10300] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10300/stat : 10300 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10301] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10301/stat : 10301 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10302] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10302/stat : 10302 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866596 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10303] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10303/stat : 10303 (java) S 10290 10292 6914 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 286866597 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 0 0 16800975 18446604441041740224 0 0 -1 0 0 0 0
[pid=10292/tid=10304] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10304/stat : 10304 (java) S 10290 10292 6914 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 286866598 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10305] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10305/stat : 10305 (java) S 10290 10292 6914 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 286866598 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10306] ppid=10290 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10306/stat : 10306 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866600 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892388785 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10307] ppid=10290 vsize=10550948 CPUtime=0.25 cores=0,2,4,6
/proc/10292/task/10307/stat : 10307 (java) S 10290 10292 6914 0 -1 4202560 2160 0 0 0 25 0 0 0 15 0 19 0 286866600 10804170752 18217 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10308] ppid=10290 vsize=10550948 CPUtime=0.19 cores=0,2,4,6

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

[pid=10292/tid=10310] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10310/stat : 10310 (java) S 10290 10292 6914 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 286866600 10809462784 236311 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10313] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10313/stat : 10313 (java) S 10290 10292 6914 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 286866609 10809462784 236311 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10401] ppid=10290 vsize=10556116 CPUtime=17.71 cores=0,2,4,6
/proc/10292/task/10401/stat : 10401 (java) R 10290 10292 6914 0 -1 4202560 13 0 0 0 1771 0 0 0 16 0 22 0 286874169 10809462784 236311 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 46912506180731 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10292/tid=10402] ppid=10290 vsize=10556116 CPUtime=17.69 cores=0,2,4,6
/proc/10292/task/10402/stat : 10402 (java) R 10290 10292 6914 0 -1 4202560 11 0 0 0 1769 0 0 0 25 0 22 0 286874169 10809462784 236311 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 46912505588307 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10292/tid=10403] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10403/stat : 10403 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 286874171 10809462784 236311 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 161.52
Current children cumulated vsize (KiB) 10556116

[startup+96.7014 s]
/proc/loadavg: 3.72 3.71 3.70 5/458 10404
/proc/meminfo: memFree=24177004/32950928 swapFree=52006644/67111528
[pid=10292] ppid=10290 vsize=10556116 CPUtime=163.01 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10292 6914 0 -1 4202496 247718 0 1 0 16269 32 0 0 25 0 22 0 286866594 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/10292/statm: 2639029 236312 2260 9 0 2629763 0
[pid=10292/tid=10293] ppid=10290 vsize=10556116 CPUtime=0.13 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) S 10290 10292 6914 0 -1 4202560 11770 0 1 0 12 1 0 0 15 0 22 0 286866595 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10295] ppid=10290 vsize=10556116 CPUtime=0.11 cores=0,2,4,6
/proc/10292/task/10295/stat : 10295 (java) S 10290 10292 6914 0 -1 4202560 423 0 0 0 11 0 0 0 15 0 22 0 286866596 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10296] ppid=10290 vsize=10556116 CPUtime=0.12 cores=0,2,4,6
/proc/10292/task/10296/stat : 10296 (java) S 10290 10292 6914 0 -1 4202560 20 0 0 0 12 0 0 0 15 0 22 0 286866596 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10297] ppid=10290 vsize=10556116 CPUtime=0.12 cores=0,2,4,6
/proc/10292/task/10297/stat : 10297 (java) S 10290 10292 6914 0 -1 4202560 361 0 0 0 12 0 0 0 15 0 22 0 286866596 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10298] ppid=10290 vsize=10556116 CPUtime=0.14 cores=0,2,4,6
/proc/10292/task/10298/stat : 10298 (java) S 10290 10292 6914 0 -1 4202560 17 0 0 0 14 0 0 0 15 0 22 0 286866596 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 0 0 0 0
[pid=10292/tid=10299] ppid=10290 vsize=10556116 CPUtime=0.15 cores=0,2,4,6
/proc/10292/task/10299/stat : 10299 (java) S 10290 10292 6914 0 -1 4202560 811 0 0 0 15 0 0 0 15 0 22 0 286866596 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10300] ppid=10290 vsize=10556116 CPUtime=0.13 cores=0,2,4,6
/proc/10292/task/10300/stat : 10300 (java) S 10290 10292 6914 0 -1 4202560 407 0 0 0 13 0 0 0 15 0 22 0 286866596 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10301] ppid=10290 vsize=10556116 CPUtime=0.12 cores=0,2,4,6
/proc/10292/task/10301/stat : 10301 (java) S 10290 10292 6914 0 -1 4202560 18 0 0 0 12 0 0 0 15 0 22 0 286866596 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 0 0 0 0
[pid=10292/tid=10302] ppid=10290 vsize=10556116 CPUtime=0.11 cores=0,2,4,6
/proc/10292/task/10302/stat : 10302 (java) S 10290 10292 6914 0 -1 4202560 291 0 0 0 11 0 0 0 15 0 22 0 286866596 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 0 0 0 0
[pid=10292/tid=10303] ppid=10290 vsize=10556116 CPUtime=6.54 cores=0,2,4,6
/proc/10292/task/10303/stat : 10303 (java) S 10290 10292 6914 0 -1 4202560 17047 0 0 0 651 3 0 0 16 0 22 0 286866597 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 0 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10304] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10304/stat : 10304 (java) S 10290 10292 6914 0 -1 4202560 21 0 0 0 0 0 0 0 18 0 22 0 286866598 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10305] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10305/stat : 10305 (java) S 10290 10292 6914 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 22 0 286866598 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10306] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10306/stat : 10306 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 286866600 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892388785 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10307] ppid=10290 vsize=10556116 CPUtime=0.89 cores=0,2,4,6
/proc/10292/task/10307/stat : 10307 (java) S 10290 10292 6914 0 -1 4202560 3970 0 0 0 89 0 0 0 15 0 22 0 286866600 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10308] ppid=10290 vsize=10556116 CPUtime=1.5 cores=0,2,4,6
/proc/10292/task/10308/stat : 10308 (java) S 10290 10292 6914 0 -1 4202560 15173 0 0 0 148 2 0 0 15 0 22 0 286866600 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10309] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10309/stat : 10309 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 286866600 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10310] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10310/stat : 10310 (java) S 10290 10292 6914 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 286866600 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10313] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10313/stat : 10313 (java) S 10290 10292 6914 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 286866609 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10401] ppid=10290 vsize=10556116 CPUtime=18.38 cores=0,2,4,6
/proc/10292/task/10401/stat : 10401 (java) R 10290 10292 6914 0 -1 4202560 14 0 0 0 1838 0 0 0 16 0 22 0 286874169 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 46912505526918 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10292/tid=10402] ppid=10290 vsize=10556116 CPUtime=18.36 cores=0,2,4,6
/proc/10292/task/10402/stat : 10402 (java) R 10290 10292 6914 0 -1 4202560 12 0 0 0 1836 0 0 0 25 0 22 0 286874169 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 46912505698800 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10292/tid=10403] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10403/stat : 10403 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 286874171 10809462784 236312 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 163.01
Current children cumulated vsize (KiB) 10556116

[startup+97.5013 s]
/proc/loadavg: 3.72 3.71 3.70 5/458 10404
/proc/meminfo: memFree=24177004/32950928 swapFree=52006644/67111528
[pid=10292] ppid=10290 vsize=10556116 CPUtime=164.51 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10292 6914 0 -1 4202496 247722 0 1 0 16419 32 0 0 25 0 22 0 286866594 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/10292/statm: 2639029 236314 2260 9 0 2629763 0
[pid=10292/tid=10293] ppid=10290 vsize=10556116 CPUtime=0.13 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) S 10290 10292 6914 0 -1 4202560 11770 0 1 0 12 1 0 0 15 0 22 0 286866595 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10295] ppid=10290 vsize=10556116 CPUtime=0.11 cores=0,2,4,6
/proc/10292/task/10295/stat : 10295 (java) S 10290 10292 6914 0 -1 4202560 424 0 0 0 11 0 0 0 16 0 22 0 286866596 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10296] ppid=10290 vsize=10556116 CPUtime=0.12 cores=0,2,4,6
/proc/10292/task/10296/stat : 10296 (java) S 10290 10292 6914 0 -1 4202560 20 0 0 0 12 0 0 0 15 0 22 0 286866596 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10297] ppid=10290 vsize=10556116 CPUtime=0.13 cores=0,2,4,6
/proc/10292/task/10297/stat : 10297 (java) S 10290 10292 6914 0 -1 4202560 361 0 0 0 13 0 0 0 15 0 22 0 286866596 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10298] ppid=10290 vsize=10556116 CPUtime=0.14 cores=0,2,4,6
/proc/10292/task/10298/stat : 10298 (java) S 10290 10292 6914 0 -1 4202560 18 0 0 0 14 0 0 0 16 0 22 0 286866596 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10299] ppid=10290 vsize=10556116 CPUtime=0.15 cores=0,2,4,6
/proc/10292/task/10299/stat : 10299 (java) S 10290 10292 6914 0 -1 4202560 811 0 0 0 15 0 0 0 15 0 22 0 286866596 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10300] ppid=10290 vsize=10556116 CPUtime=0.13 cores=0,2,4,6
/proc/10292/task/10300/stat : 10300 (java) S 10290 10292 6914 0 -1 4202560 407 0 0 0 13 0 0 0 15 0 22 0 286866596 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10301] ppid=10290 vsize=10556116 CPUtime=0.12 cores=0,2,4,6
/proc/10292/task/10301/stat : 10301 (java) S 10290 10292 6914 0 -1 4202560 18 0 0 0 12 0 0 0 15 0 22 0 286866596 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 0 0 0 0
[pid=10292/tid=10302] ppid=10290 vsize=10556116 CPUtime=0.11 cores=0,2,4,6
/proc/10292/task/10302/stat : 10302 (java) S 10290 10292 6914 0 -1 4202560 291 0 0 0 11 0 0 0 15 0 22 0 286866596 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 0 0 0 0
[pid=10292/tid=10303] ppid=10290 vsize=10556116 CPUtime=6.63 cores=0,2,4,6
/proc/10292/task/10303/stat : 10303 (java) S 10290 10292 6914 0 -1 4202560 17047 0 0 0 660 3 0 0 15 0 22 0 286866597 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 0 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10304] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10304/stat : 10304 (java) S 10290 10292 6914 0 -1 4202560 21 0 0 0 0 0 0 0 18 0 22 0 286866598 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10305] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10305/stat : 10305 (java) S 10290 10292 6914 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 22 0 286866598 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10306] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10306/stat : 10306 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 286866600 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892388785 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10307] ppid=10290 vsize=10556116 CPUtime=0.89 cores=0,2,4,6
/proc/10292/task/10307/stat : 10307 (java) S 10290 10292 6914 0 -1 4202560 3970 0 0 0 89 0 0 0 15 0 22 0 286866600 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10308] ppid=10290 vsize=10556116 CPUtime=1.5 cores=0,2,4,6
/proc/10292/task/10308/stat : 10308 (java) S 10290 10292 6914 0 -1 4202560 15173 0 0 0 148 2 0 0 15 0 22 0 286866600 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10309] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10309/stat : 10309 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 286866600 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10310] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10310/stat : 10310 (java) S 10290 10292 6914 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 286866600 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10313] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10313/stat : 10313 (java) S 10290 10292 6914 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 286866609 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10401] ppid=10290 vsize=10556116 CPUtime=19.07 cores=0,2,4,6
/proc/10292/task/10401/stat : 10401 (java) R 10290 10292 6914 0 -1 4202560 15 0 0 0 1907 0 0 0 16 0 22 0 286874169 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 46912505516933 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10292/tid=10402] ppid=10290 vsize=10556116 CPUtime=19.05 cores=0,2,4,6
/proc/10292/task/10402/stat : 10402 (java) R 10290 10292 6914 0 -1 4202560 13 0 0 0 1905 0 0 0 25 0 22 0 286874169 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 46912505698815 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=10292/tid=10403] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10403/stat : 10403 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 286874171 10809462784 236314 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 164.51
Current children cumulated vsize (KiB) 10556116

[startup+97.7013 s]
/proc/loadavg: 3.72 3.71 3.70 5/458 10404
/proc/meminfo: memFree=24177004/32950928 swapFree=52006644/67111528
[pid=10292] ppid=10290 vsize=10556116 CPUtime=164.76 cores=0,2,4,6
/proc/10292/stat : 10292 (java) S 10290 10292 6914 0 -1 4202496 247723 0 1 0 16444 32 0 0 25 0 19 0 286866594 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/10292/statm: 2639029 236315 2260 9 0 2629763 0
[pid=10292/tid=10293] ppid=10290 vsize=10556116 CPUtime=0.24 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) R 10290 10292 6914 0 -1 4202560 11771 0 1 0 23 1 0 0 16 0 19 0 286866595 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 46912506436906 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=10292/tid=10295] ppid=10290 vsize=10556116 CPUtime=0.11 cores=0,2,4,6
/proc/10292/task/10295/stat : 10295 (java) S 10290 10292 6914 0 -1 4202560 424 0 0 0 11 0 0 0 16 0 19 0 286866596 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10296] ppid=10290 vsize=10556116 CPUtime=0.12 cores=0,2,4,6
/proc/10292/task/10296/stat : 10296 (java) S 10290 10292 6914 0 -1 4202560 20 0 0 0 12 0 0 0 15 0 19 0 286866596 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10297] ppid=10290 vsize=10556116 CPUtime=0.13 cores=0,2,4,6
/proc/10292/task/10297/stat : 10297 (java) S 10290 10292 6914 0 -1 4202560 361 0 0 0 13 0 0 0 15 0 19 0 286866596 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10298] ppid=10290 vsize=10556116 CPUtime=0.14 cores=0,2,4,6
/proc/10292/task/10298/stat : 10298 (java) S 10290 10292 6914 0 -1 4202560 18 0 0 0 14 0 0 0 16 0 19 0 286866596 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10299] ppid=10290 vsize=10556116 CPUtime=0.15 cores=0,2,4,6
/proc/10292/task/10299/stat : 10299 (java) S 10290 10292 6914 0 -1 4202560 811 0 0 0 15 0 0 0 15 0 19 0 286866596 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10300] ppid=10290 vsize=10556116 CPUtime=0.13 cores=0,2,4,6
/proc/10292/task/10300/stat : 10300 (java) S 10290 10292 6914 0 -1 4202560 407 0 0 0 13 0 0 0 15 0 19 0 286866596 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 2 0 0 0
[pid=10292/tid=10301] ppid=10290 vsize=10556116 CPUtime=0.12 cores=0,2,4,6
/proc/10292/task/10301/stat : 10301 (java) S 10290 10292 6914 0 -1 4202560 18 0 0 0 12 0 0 0 15 0 19 0 286866596 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 0 0 0 0
[pid=10292/tid=10302] ppid=10290 vsize=10556116 CPUtime=0.11 cores=0,2,4,6
/proc/10292/task/10302/stat : 10302 (java) S 10290 10292 6914 0 -1 4202560 291 0 0 0 11 0 0 0 15 0 19 0 286866596 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 0 0 0 0
[pid=10292/tid=10303] ppid=10290 vsize=10556116 CPUtime=6.63 cores=0,2,4,6
/proc/10292/task/10303/stat : 10303 (java) S 10290 10292 6914 0 -1 4202560 17047 0 0 0 660 3 0 0 15 0 19 0 286866597 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 0 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10304] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10304/stat : 10304 (java) S 10290 10292 6914 0 -1 4202560 21 0 0 0 0 0 0 0 18 0 19 0 286866598 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10305] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10305/stat : 10305 (java) S 10290 10292 6914 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 19 0 286866598 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10306] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10306/stat : 10306 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866600 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892388785 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10307] ppid=10290 vsize=10556116 CPUtime=0.91 cores=0,2,4,6
/proc/10292/task/10307/stat : 10307 (java) S 10290 10292 6914 0 -1 4202560 3970 0 0 0 91 0 0 0 15 0 19 0 286866600 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10308] ppid=10290 vsize=10556116 CPUtime=1.5 cores=0,2,4,6
/proc/10292/task/10308/stat : 10308 (java) S 10290 10292 6914 0 -1 4202560 15173 0 0 0 148 2 0 0 15 0 19 0 286866600 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 0 0 0 0
[pid=10292/tid=10309] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10309/stat : 10309 (java) S 10290 10292 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 286866600 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381081 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
[pid=10292/tid=10310] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10310/stat : 10310 (java) S 10290 10292 6914 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 286866600 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 6 0 0 0
[pid=10292/tid=10313] ppid=10290 vsize=10556116 CPUtime=0 cores=0,2,4,6
/proc/10292/task/10313/stat : 10313 (java) S 10290 10292 6914 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 286866609 10809462784 236315 33554432000 1073741824 1073778376 140733810172496 18446744073709551615 218892381696 0 4 0 16800975 18446604441041740224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 164.76
Current children cumulated vsize (KiB) 10556116

[startup+97.8012 s]
/proc/loadavg: 3.66 3.70 3.69 4/455 10404
/proc/meminfo: memFree=24177028/32950928 swapFree=52006644/67111528
[pid=10292] ppid=10290 vsize=0 CPUtime=164.86 cores=0,2,4,6
/proc/10292/stat : 10292 (java) Z 10290 10292 6914 0 -1 4203548 247727 0 1 0 16454 32 0 0 18 0 2 0 286866594 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/10292/statm: 0 0 0 0 0 0 0
[pid=10292/tid=10293] ppid=10290 vsize=0 CPUtime=0.36 cores=0,2,4,6
/proc/10292/task/10293/stat : 10293 (java) R 10290 10292 6914 0 -1 4203588 11773 0 1 0 34 2 0 0 17 0 2 0 286866595 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 164.86
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 97.8476
CPU time (s): 164.91
CPU user time (s): 164.548
CPU system time (s): 0.361944
CPU usage (%): 168.537
Max. virtual memory (cumulated for all children) (KiB): 10556116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 164.548
system time used= 0.361944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247727
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5970
involuntary context switches= 3567

runsolver used 0.446932 second user time and 0.965853 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-04 15:02:52
IDJOB=3454674
IDBENCH=2928
IDSOLVER=1950
FILE ID=node112/3454674-1307192572
RUNJOBID= node112-1307191608-9923
PBS_JOBID= 13508820
Free space on /tmp= 73912 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454674-1307192572/watcher-3454674-1307192572 -o /tmp/evaluation-result-3454674-1307192572/solver-3454674-1307192572 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454674-1307192572.opb

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

MD5SUM BENCH= 1757d8d914b8f8f6b2c05049538ae81a
RANDOM SEED=1347324634

node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5180.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.847
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25173696 kB
Buffers:        337772 kB
Cached:        5641008 kB
SwapCached:      31280 kB
Active:        1772276 kB
Inactive:      5723112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25173696 kB
SwapTotal:    67111528 kB
SwapFree:     52006644 kB
Dirty:             140 kB
Writeback:           0 kB
AnonPages:     1493588 kB
Mapped:          20808 kB
Slab:           155616 kB
PageTables:      61080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 108993616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73912 MiB
End job on node112 at 2011-06-04 15:04:30