Trace number 3492317

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 35.2506 34.0032

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111213868--soft-33-100-0.wbo
MD5SUM9d49cc96dce2d827c87e3b263591bd09
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.20066
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints69
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
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.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3492317-1307909403.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.056s.
0.11/0.17	c #vars     238
0.11/0.17	c #constraints  101
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.27/0.24	c SATISFIABLE
0.27/0.24	c OPTIMIZING...
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.135
0.27/0.25	o 711
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.162
0.27/0.27	o 566
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.187
0.53/0.30	o 537
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.22
0.53/0.33	o 471
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.237
0.53/0.35	o 457
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.249
0.53/0.36	o 435
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.268
0.53/0.38	o 399
0.68/0.44	c Got one! Elapsed wall clock time (in seconds):0.329
0.68/0.44	o 383
0.78/0.50	c Got one! Elapsed wall clock time (in seconds):0.394
0.78/0.50	o 372
0.78/0.54	c Got one! Elapsed wall clock time (in seconds):0.429
0.78/0.54	o 365
0.88/0.60	c Got one! Elapsed wall clock time (in seconds):0.491
0.88/0.60	o 362
0.88/0.67	c Got one! Elapsed wall clock time (in seconds):0.557
0.88/0.67	o 353
0.88/0.70	c Got one! Elapsed wall clock time (in seconds):0.586
0.88/0.70	o 305
1.00/0.77	c cleaning 6154 clauses out of 12312 with flag 1000/12312
1.24/0.95	c cleaning 6077 clauses out of 12161 with flag 7003/18315
1.35/1.02	c Got one! Elapsed wall clock time (in seconds):0.912
1.35/1.02	o 295
1.46/1.13	c Got one! Elapsed wall clock time (in seconds):1.024
1.46/1.13	o 273
1.46/1.18	c cleaning 6073 clauses out of 12151 with flag 1001/24382
1.58/1.29	c Got one! Elapsed wall clock time (in seconds):1.178
1.58/1.29	o 219
1.68/1.33	c Got one! Elapsed wall clock time (in seconds):1.217
1.68/1.33	o 194
1.68/1.37	c cleaning 5743 clauses out of 11495 with flag 1000/29799
1.88/1.56	c cleaning 5872 clauses out of 11752 with flag 7000/35799
1.98/1.67	c Got one! Elapsed wall clock time (in seconds):1.561
1.98/1.67	o 154
2.08/1.74	c cleaning 5646 clauses out of 11310 with flag 2000/41229
2.29/1.94	c cleaning 5829 clauses out of 11664 with flag 8000/47229
2.49/2.17	c cleaning 6412 clauses out of 12835 with flag 15000/54229
2.59/2.25	c Got one! Elapsed wall clock time (in seconds):2.137
2.59/2.25	o 132
2.69/2.34	c cleaning 5831 clauses out of 11667 with flag 3001/59473
2.89/2.54	c cleaning 5916 clauses out of 11839 with flag 9004/65476
3.10/2.79	c cleaning 6454 clauses out of 12919 with flag 16000/72472
3.40/3.08	c cleaning 7226 clauses out of 14466 with flag 24001/80473
3.70/3.39	c cleaning 8117 clauses out of 16241 with flag 33002/89474
4.10/3.73	c cleaning 9055 clauses out of 18123 with flag 43001/99473
4.50/4.13	c cleaning 9526 clauses out of 19069 with flag 53002/109474
4.91/4.52	c cleaning 9764 clauses out of 19541 with flag 63000/119472
5.30/4.90	c cleaning 9884 clauses out of 19779 with flag 73002/129474
5.40/5.09	c Got one! Elapsed wall clock time (in seconds):4.975
5.40/5.09	o 131
5.51/5.13	c cleaning 7754 clauses out of 15514 with flag 1000/135093
5.71/5.32	c cleaning 6873 clauses out of 13760 with flag 7000/141093
6.02/5.62	c cleaning 6939 clauses out of 13887 with flag 14000/148093
6.11/5.71	c Got one! Elapsed wall clock time (in seconds):5.605
6.11/5.71	o 129
6.23/5.81	c cleaning 6390 clauses out of 12789 with flag 3000/153934
6.43/6.01	c cleaning 6192 clauses out of 12399 with flag 9000/159934
6.63/6.27	c cleaning 6600 clauses out of 13208 with flag 16001/166935
7.04/6.61	c cleaning 7297 clauses out of 14608 with flag 24001/174935
7.33/6.99	c cleaning 8150 clauses out of 16310 with flag 33000/183934
7.53/7.16	c Got one! Elapsed wall clock time (in seconds):7.051
7.53/7.16	o 101
7.63/7.20	c cleaning 6996 clauses out of 14000 with flag 1000/189774
7.86/7.43	c cleaning 6495 clauses out of 13006 with flag 7002/195776
8.48/7.71	c cleaning 6751 clauses out of 13511 with flag 14002/202776
9.07/8.02	c cleaning 7373 clauses out of 14758 with flag 22000/210774
9.45/8.37	c cleaning 8185 clauses out of 16385 with flag 31000/219774
9.85/8.76	c cleaning 9089 clauses out of 18201 with flag 41001/229775
10.06/8.94	c Got one! Elapsed wall clock time (in seconds):8.835
10.06/8.94	o 79
10.06/8.99	c cleaning 7350 clauses out of 14708 with flag 1002/235371
10.25/9.19	c cleaning 6673 clauses out of 13357 with flag 7001/241370
10.55/9.42	c cleaning 6836 clauses out of 13684 with flag 14001/248370
10.76/9.68	c cleaning 7419 clauses out of 14847 with flag 22000/256369
11.16/10.03	c cleaning 8207 clauses out of 16429 with flag 31001/265370
11.36/10.20	c Got one! Elapsed wall clock time (in seconds):10.087
11.36/10.20	o 68
11.36/10.23	c cleaning 6780 clauses out of 13578 with flag 1000/270726
11.55/10.44	c cleaning 6393 clauses out of 12798 with flag 7000/276726
11.75/10.67	c cleaning 6699 clauses out of 13405 with flag 14000/283726
12.06/10.95	c cleaning 7348 clauses out of 14706 with flag 22000/291726
12.36/11.25	c cleaning 8177 clauses out of 16360 with flag 31002/300728
12.76/11.60	c cleaning 9086 clauses out of 18181 with flag 41000/310726
13.06/11.98	c cleaning 9545 clauses out of 19095 with flag 51000/320726
13.46/12.33	c cleaning 9772 clauses out of 19552 with flag 61002/330728
13.86/12.70	c cleaning 9886 clauses out of 19779 with flag 71001/340727
14.18/13.05	c cleaning 9940 clauses out of 19892 with flag 81000/350726
14.58/13.42	c cleaning 9973 clauses out of 19953 with flag 91001/360727
14.88/13.80	c cleaning 9981 clauses out of 19980 with flag 101001/370727
15.28/14.17	c cleaning 9995 clauses out of 19999 with flag 111001/380727
15.49/14.32	c Got one! Elapsed wall clock time (in seconds):14.209
15.49/14.32	o 51
15.49/14.36	c cleaning 7638 clauses out of 15287 with flag 1000/386010
15.68/14.56	c cleaning 6821 clauses out of 13651 with flag 7002/392012
15.88/14.79	c cleaning 6910 clauses out of 13829 with flag 14001/399011
16.18/15.07	c cleaning 7456 clauses out of 14919 with flag 22001/407011
16.48/15.38	c cleaning 8228 clauses out of 16463 with flag 31001/416011
16.58/15.44	c Got one! Elapsed wall clock time (in seconds):15.331
16.58/15.44	o 38
16.68/15.57	c cleaning 7018 clauses out of 14042 with flag 4002/421818
16.88/15.76	c cleaning 6509 clauses out of 13023 with flag 10001/427817
17.08/15.99	c cleaning 6753 clauses out of 13514 with flag 17001/434817
17.39/16.26	c cleaning 7377 clauses out of 14762 with flag 25002/442818
17.69/16.57	c cleaning 8190 clauses out of 16383 with flag 34000/451816
18.09/16.91	c cleaning 9091 clauses out of 18193 with flag 44000/461816
18.39/17.26	c cleaning 9548 clauses out of 19104 with flag 54002/471818
18.79/17.61	c cleaning 9775 clauses out of 19555 with flag 64001/481817
18.99/17.88	c Got one! Elapsed wall clock time (in seconds):17.776
18.99/17.88	o 36
19.29/18.11	c cleaning 11857 clauses out of 23725 with flag 5000/495762
19.49/18.33	c cleaning 8932 clauses out of 17870 with flag 11002/501764
19.69/18.58	c cleaning 7966 clauses out of 15937 with flag 18001/508763
19.99/18.86	c cleaning 7978 clauses out of 15970 with flag 26000/516762
20.29/19.17	c cleaning 8493 clauses out of 16993 with flag 35001/525763
20.69/19.52	c cleaning 9246 clauses out of 18501 with flag 45002/535764
21.00/19.88	c cleaning 9621 clauses out of 19254 with flag 55001/545763
21.39/20.21	c cleaning 9810 clauses out of 19632 with flag 65000/555762
21.69/20.53	c cleaning 9902 clauses out of 19822 with flag 75000/565762
21.99/20.85	c cleaning 9955 clauses out of 19921 with flag 85001/575763
21.99/20.87	c Got one! Elapsed wall clock time (in seconds):20.763
21.99/20.87	o 28
22.20/21.03	c cleaning 7597 clauses out of 15208 with flag 5000/581005
22.40/21.23	c cleaning 6803 clauses out of 13611 with flag 11000/587005
22.60/21.46	c cleaning 6899 clauses out of 13808 with flag 18000/594005
22.90/21.72	c cleaning 7452 clauses out of 14911 with flag 26002/602007
23.20/22.04	c cleaning 8223 clauses out of 16457 with flag 35000/611005
23.50/22.38	c cleaning 9112 clauses out of 18234 with flag 45000/621005
23.90/22.73	c cleaning 9555 clauses out of 19122 with flag 55000/631005
24.20/23.06	c cleaning 9777 clauses out of 19567 with flag 65000/641005
24.50/23.38	c cleaning 9894 clauses out of 19795 with flag 75005/651010
24.70/23.54	c Got one! Elapsed wall clock time (in seconds):23.43
24.70/23.54	o 25
24.70/23.58	c cleaning 7929 clauses out of 15869 with flag 1000/656978
24.90/23.78	c cleaning 6964 clauses out of 13940 with flag 7000/662978
25.20/24.01	c cleaning 6985 clauses out of 13980 with flag 14004/669982
25.41/24.28	c cleaning 7493 clauses out of 14991 with flag 22000/677978
25.70/24.59	c cleaning 8246 clauses out of 16500 with flag 31002/686980
26.10/24.94	c cleaning 9122 clauses out of 18252 with flag 41000/696978
26.40/25.28	c cleaning 9561 clauses out of 19132 with flag 51002/706980
26.81/25.65	c cleaning 9782 clauses out of 19570 with flag 61001/716979
27.22/26.01	c cleaning 9890 clauses out of 19787 with flag 71000/726978
27.52/26.33	c cleaning 9947 clauses out of 19901 with flag 81004/736982
27.82/26.67	c cleaning 9972 clauses out of 19950 with flag 91000/746978
28.22/27.01	c cleaning 9981 clauses out of 19978 with flag 101000/756978
28.52/27.35	c cleaning 9996 clauses out of 19997 with flag 111000/766978
28.83/27.69	c cleaning 9996 clauses out of 20001 with flag 121000/776978
29.22/28.03	c cleaning 9996 clauses out of 20005 with flag 131000/786978
29.52/28.34	c cleaning 10002 clauses out of 20013 with flag 141004/796982
29.63/28.49	c Got one! Elapsed wall clock time (in seconds):28.385
29.63/28.49	o 15
29.83/28.68	c cleaning 10070 clauses out of 20150 with flag 5000/807121
30.03/28.87	c cleaning 8034 clauses out of 16080 with flag 11000/813121
30.33/29.10	c cleaning 7519 clauses out of 15047 with flag 18001/820122
30.53/29.35	c cleaning 7761 clauses out of 15528 with flag 26001/828122
30.82/29.64	c cleaning 8380 clauses out of 16769 with flag 35003/837124
31.13/29.96	c cleaning 9184 clauses out of 18386 with flag 45000/847121
31.53/30.30	c cleaning 9597 clauses out of 19203 with flag 55001/857122
31.53/30.32	c Got one! Elapsed wall clock time (in seconds):30.206
31.53/30.32	o 2
31.63/30.46	c cleaning 7334 clauses out of 14673 with flag 5000/862189
31.83/30.64	c cleaning 6659 clauses out of 13339 with flag 11000/868189
32.03/30.87	c cleaning 6836 clauses out of 13680 with flag 18000/875189
32.33/31.12	c cleaning 7419 clauses out of 14847 with flag 26003/883192
32.63/31.42	c cleaning 8209 clauses out of 16425 with flag 35000/892189
32.93/31.75	c cleaning 9102 clauses out of 18216 with flag 45000/902189
33.23/32.10	c cleaning 9555 clauses out of 19114 with flag 55000/912189
33.63/32.47	c cleaning 9774 clauses out of 19559 with flag 65000/922189
34.03/32.81	c cleaning 9889 clauses out of 19788 with flag 75003/932192
34.34/33.16	c cleaning 9945 clauses out of 19896 with flag 85000/942189
34.73/33.51	c cleaning 9974 clauses out of 19954 with flag 95003/952192
35.03/33.87	c cleaning 9988 clauses out of 19977 with flag 105001/962190
35.13/33.99	c starts		: 201
35.13/33.99	c conflicts		: 965767
35.13/33.99	c decisions		: 1585743
35.13/33.99	c propagations		: 23358728
35.13/33.99	c inspects		: 192937736
35.13/33.99	c shortcuts		: 0
35.13/33.99	c learnt literals	: 9
35.13/33.99	c learnt binary clauses	: 77
35.13/33.99	c learnt ternary clauses	: 1070
35.13/33.99	c learnt constraints	: 965757
35.13/33.99	c ignored constraints	: 0
35.13/33.99	c root simplifications	: 0
35.13/33.99	c removed literals (reason simplification)	: 6388587
35.13/33.99	c reason swapping (by a shorter reason)	: 0
35.13/33.99	c Calls to reduceDB	: 116
35.13/33.99	c number of reductions to clauses (during analyze)	: 0
35.13/33.99	c number of learned constraints concerned by reduction	: 0
35.13/33.99	c number of learning phase by resolution	: 0
35.13/33.99	c number of learning phase by cutting planes	: 0
35.13/33.99	c speed (assignments/second)	: 6352659.233070438
35.13/33.99	c non guided choices	1367
35.13/33.99	c learnt constraints type 
35.13/33.99	c constraints type 
35.13/33.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
35.13/33.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
35.13/33.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
35.13/33.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
35.13/33.99	s OPTIMUM FOUND
35.13/33.99	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
35.13/33.99	c objective function=2
35.13/33.99	c Total wall clock time (in seconds): 33.884

Verifier Data

OK	2

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-3492317-1307909403/watcher-3492317-1307909403 -o /tmp/evaluation-result-3492317-1307909403/solver-3492317-1307909403 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492317-1307909403.wbo 

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: 1.93 1.98 1.93 1/170 22291
/proc/meminfo: memFree=12101960/32951132 swapFree=67054624/67111528
[pid=22291] ppid=22289 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/22291/stat : 22291 (java) R 22289 22291 19566 0 -1 4202496 715 0 0 0 0 0 0 0 23 0 1 0 902539955 23580672 459 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274659845888 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/22291/statm: 5757 470 355 9 0 124 0

[startup+0.109029 s]
/proc/loadavg: 1.93 1.98 1.93 1/170 22291
/proc/meminfo: memFree=12101960/32951132 swapFree=67054624/67111528
[pid=22291] ppid=22289 vsize=10540256 CPUtime=0.11 cores=1,3,5,7
/proc/22291/stat : 22291 (java) S 22289 22291 19566 0 -1 4202496 13175 0 1 0 9 2 0 0 23 0 18 0 902539955 10793222144 12816 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22291/statm: 2635064 12816 2092 9 0 2625798 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540256

[startup+0.200955 s]
/proc/loadavg: 1.93 1.98 1.93 1/170 22291
/proc/meminfo: memFree=12101960/32951132 swapFree=67054624/67111528
[pid=22291] ppid=22289 vsize=10544084 CPUtime=0.27 cores=1,3,5,7
/proc/22291/stat : 22291 (java) S 22289 22291 19566 0 -1 4202496 15172 0 1 0 24 3 0 0 23 0 19 0 902539955 10797142016 14295 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22291/statm: 2636021 14312 2196 9 0 2626755 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10544084

[startup+0.300942 s]
/proc/loadavg: 1.93 1.98 1.93 1/170 22291
/proc/meminfo: memFree=12101960/32951132 swapFree=67054624/67111528
[pid=22291] ppid=22289 vsize=10545024 CPUtime=0.53 cores=1,3,5,7
/proc/22291/stat : 22291 (java) S 22289 22291 19566 0 -1 4202496 16036 0 1 0 50 3 0 0 23 0 19 0 902539955 10798104576 14862 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22291/statm: 2636256 14863 2214 9 0 2626990 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10545024

[startup+0.700884 s]
/proc/loadavg: 1.93 1.98 1.93 1/170 22291
/proc/meminfo: memFree=12101960/32951132 swapFree=67054624/67111528
[pid=22291] ppid=22289 vsize=10545024 CPUtime=1 cores=1,3,5,7
/proc/22291/stat : 22291 (java) S 22289 22291 19566 0 -1 4202496 16813 0 1 0 97 3 0 0 23 0 19 0 902539955 10798104576 15639 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22291/statm: 2636256 15639 2218 9 0 2626990 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10545024

[startup+1.50074 s]
/proc/loadavg: 1.93 1.98 1.93 3/212 22342
/proc/meminfo: memFree=11988036/32951132 swapFree=67054624/67111528
[pid=22291] ppid=22289 vsize=10545024 CPUtime=1.88 cores=1,3,5,7
/proc/22291/stat : 22291 (java) S 22289 22291 19566 0 -1 4202496 18224 0 1 0 185 3 0 0 23 0 19 0 902539955 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22291/statm: 2636256 16847 2248 9 0 2626990 0
[pid=22291/tid=22293] ppid=22289 vsize=10545024 CPUtime=1.42 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (java) R 22289 22291 19566 0 -1 4202560 12655 0 1 0 140 2 0 0 20 0 19 0 902539956 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 46912505559486 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (java) S 22289 22291 19566 0 -1 4202560 86 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22295] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (java) S 22289 22291 19566 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22296] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (java) S 22289 22291 19566 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22297] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22297/stat : 22297 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22298] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22298/stat : 22298 (java) S 22289 22291 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22299] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22299/stat : 22299 (java) S 22289 22291 19566 0 -1 4202560 82 0 0 0 0 0 0 0 16 0 19 0 902539958 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22300] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22300/stat : 22300 (java) S 22289 22291 19566 0 -1 4202560 107 0 0 0 0 0 0 0 16 0 19 0 902539958 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22301] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22301/stat : 22301 (java) S 22289 22291 19566 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22302] ppid=22289 vsize=10545024 CPUtime=0.05 cores=1,3,5,7
/proc/22291/task/22302/stat : 22302 (java) S 22289 22291 19566 0 -1 4202560 531 0 0 0 5 0 0 0 15 0 19 0 902539959 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 0 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22303] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22303/stat : 22303 (java) S 22289 22291 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22304] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22304/stat : 22304 (java) S 22289 22291 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22305] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22305/stat : 22305 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676631985 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22306] ppid=22289 vsize=10545024 CPUtime=0.2 cores=1,3,5,7
/proc/22291/task/22306/stat : 22306 (java) S 22289 22291 19566 0 -1 4202560 1689 0 0 0 20 0 0 0 16 0 19 0 902539962 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22307] ppid=22289 vsize=10545024 CPUtime=0.18 cores=1,3,5,7
/proc/22291/task/22307/stat : 22307 (java) S 22289 22291 19566 0 -1 4202560 1625 0 0 0 18 0 0 0 15 0 19 0 902539962 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22308] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22308/stat : 22308 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22309] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22309/stat : 22309 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902539962 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22334] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22334/stat : 22334 (java) S 22289 22291 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902539973 10798104576 16847 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10545024

[startup+3.10147 s]
/proc/loadavg: 1.93 1.98 1.93 3/212 22342
/proc/meminfo: memFree=11985184/32951132 swapFree=67054624/67111528
[pid=22291] ppid=22289 vsize=10545024 CPUtime=3.5 cores=1,3,5,7
/proc/22291/stat : 22291 (java) S 22289 22291 19566 0 -1 4202496 18320 0 1 0 346 4 0 0 23 0 19 0 902539955 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22291/statm: 2636256 16935 2248 9 0 2626990 0
[pid=22291/tid=22293] ppid=22289 vsize=10545024 CPUtime=2.92 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (java) R 22289 22291 19566 0 -1 4202560 12663 0 1 0 290 2 0 0 18 0 19 0 902539956 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 46912505546432 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (java) S 22289 22291 19566 0 -1 4202560 125 0 0 0 0 0 0 0 16 0 19 0 902539958 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22295] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (java) S 22289 22291 19566 0 -1 4202560 149 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22296] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (java) S 22289 22291 19566 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 902539958 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22297] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22297/stat : 22297 (java) S 22289 22291 19566 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22298] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22298/stat : 22298 (java) S 22289 22291 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22299] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22299/stat : 22299 (java) S 22289 22291 19566 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22300] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22300/stat : 22300 (java) S 22289 22291 19566 0 -1 4202560 150 0 0 0 0 0 0 0 16 0 19 0 902539958 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22301] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22301/stat : 22301 (java) S 22289 22291 19566 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22302] ppid=22289 vsize=10545024 CPUtime=0.14 cores=1,3,5,7
/proc/22291/task/22302/stat : 22302 (java) S 22289 22291 19566 0 -1 4202560 531 0 0 0 14 0 0 0 15 0 19 0 902539959 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 0 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22303] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22303/stat : 22303 (java) S 22289 22291 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22304] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22304/stat : 22304 (java) S 22289 22291 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22305] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22305/stat : 22305 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676631985 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22306] ppid=22289 vsize=10545024 CPUtime=0.21 cores=1,3,5,7
/proc/22291/task/22306/stat : 22306 (java) S 22289 22291 19566 0 -1 4202560 1689 0 0 0 21 0 0 0 15 0 19 0 902539962 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22307] ppid=22289 vsize=10545024 CPUtime=0.18 cores=1,3,5,7
/proc/22291/task/22307/stat : 22307 (java) S 22289 22291 19566 0 -1 4202560 1625 0 0 0 18 0 0 0 15 0 19 0 902539962 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22308] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22308/stat : 22308 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22309] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22309/stat : 22309 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902539962 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22334] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22334/stat : 22334 (java) S 22289 22291 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902539973 10798104576 16935 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 10545024

[startup+6.30092 s]
/proc/loadavg: 1.93 1.98 1.93 3/212 22342
/proc/meminfo: memFree=11983560/32951132 swapFree=67054624/67111528
[pid=22291] ppid=22289 vsize=10545024 CPUtime=6.73 cores=1,3,5,7
/proc/22291/stat : 22291 (java) S 22289 22291 19566 0 -1 4202496 18509 0 1 0 669 4 0 0 23 0 19 0 902539955 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22291/statm: 2636256 16942 2249 9 0 2626990 0
[pid=22291/tid=22293] ppid=22289 vsize=10545024 CPUtime=5.96 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (java) R 22289 22291 19566 0 -1 4202560 12675 0 1 0 594 2 0 0 19 0 19 0 902539956 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 46912505563616 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (java) S 22289 22291 19566 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22295] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (java) S 22289 22291 19566 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22296] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (java) S 22289 22291 19566 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 19 0 902539958 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22297] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22297/stat : 22297 (java) S 22289 22291 19566 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22298] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22298/stat : 22298 (java) S 22289 22291 19566 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22299] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22299/stat : 22299 (java) S 22289 22291 19566 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22300] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22300/stat : 22300 (java) S 22289 22291 19566 0 -1 4202560 150 0 0 0 0 0 0 0 15 0 19 0 902539958 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22301] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22301/stat : 22301 (java) S 22289 22291 19566 0 -1 4202560 141 0 0 0 0 0 0 0 16 0 19 0 902539958 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22302] ppid=22289 vsize=10545024 CPUtime=0.28 cores=1,3,5,7
/proc/22291/task/22302/stat : 22302 (java) S 22289 22291 19566 0 -1 4202560 652 0 0 0 28 0 0 0 15 0 19 0 902539959 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 0 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22303] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22303/stat : 22303 (java) S 22289 22291 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22304] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22304/stat : 22304 (java) S 22289 22291 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22305] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22305/stat : 22305 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676631985 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22306] ppid=22289 vsize=10545024 CPUtime=0.22 cores=1,3,5,7
/proc/22291/task/22306/stat : 22306 (java) S 22289 22291 19566 0 -1 4202560 1692 0 0 0 22 0 0 0 15 0 19 0 902539962 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22307] ppid=22289 vsize=10545024 CPUtime=0.19 cores=1,3,5,7
/proc/22291/task/22307/stat : 22307 (java) S 22289 22291 19566 0 -1 4202560 1639 0 0 0 19 0 0 0 15 0 19 0 902539962 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22308] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22308/stat : 22308 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22309] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22309/stat : 22309 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902539962 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22334] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22334/stat : 22334 (java) S 22289 22291 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902539973 10798104576 16942 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 10545024

[startup+12.7008 s]

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

[pid=22291/tid=22299] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22299/stat : 22299 (java) S 22289 22291 19566 0 -1 4202560 98 0 0 0 2 0 0 0 16 0 19 0 902539958 10798104576 19697 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22300] ppid=22289 vsize=10545024 CPUtime=0.01 cores=1,3,5,7
/proc/22291/task/22300/stat : 22300 (java) S 22289 22291 19566 0 -1 4202560 152 0 0 0 1 0 0 0 16 0 19 0 902539958 10798104576 19697 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22301] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22301/stat : 22301 (java) S 22289 22291 19566 0 -1 4202560 148 0 0 0 2 0 0 0 16 0 19 0 902539958 10798104576 19697 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22302] ppid=22289 vsize=10545024 CPUtime=1.28 cores=1,3,5,7
/proc/22291/task/22302/stat : 22302 (java) S 22289 22291 19566 0 -1 4202560 891 0 0 0 127 1 0 0 15 0 19 0 902539959 10798104576 19697 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 0 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22303] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22303/stat : 22303 (java) S 22289 22291 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 19697 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22304] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22304/stat : 22304 (java) S 22289 22291 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 19697 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22305] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22305/stat : 22305 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 19697 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676631985 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22306] ppid=22289 vsize=10545024 CPUtime=0.27 cores=1,3,5,7
/proc/22291/task/22306/stat : 22306 (java) S 22289 22291 19566 0 -1 4202560 1726 0 0 0 27 0 0 0 15 0 19 0 902539962 10798104576 19697 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22307] ppid=22289 vsize=10545024 CPUtime=0.87 cores=1,3,5,7
/proc/22291/task/22307/stat : 22307 (java) S 22289 22291 19566 0 -1 4202560 13739 0 0 0 86 1 0 0 15 0 19 0 902539962 10798104576 19697 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22308] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22308/stat : 22308 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 19697 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22309] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22309/stat : 22309 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902539962 10798104576 19697 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22334] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22334/stat : 22334 (java) S 22289 22291 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902539973 10798104576 19697 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 30.03
Current children cumulated vsize (KiB) 10545024

[startup+32.0065 s]
/proc/loadavg: 2.19 2.03 1.94 3/212 22342
/proc/meminfo: memFree=11958676/32951132 swapFree=67054624/67111528
[pid=22291] ppid=22289 vsize=10545024 CPUtime=33.23 cores=1,3,5,7
/proc/22291/stat : 22291 (java) S 22289 22291 19566 0 -1 4202496 30999 0 1 0 3315 8 0 0 23 0 19 0 902539955 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22291/statm: 2636256 19698 2250 9 0 2626990 0
[pid=22291/tid=22293] ppid=22289 vsize=10545024 CPUtime=30.41 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (java) R 22289 22291 19566 0 -1 4202560 12760 0 1 0 3038 3 0 0 19 0 19 0 902539956 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 46912505531160 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (java) S 22289 22291 19566 0 -1 4202560 132 0 0 0 2 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22295] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (java) S 22289 22291 19566 0 -1 4202560 152 0 0 0 2 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22296] ppid=22289 vsize=10545024 CPUtime=0.01 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (java) S 22289 22291 19566 0 -1 4202560 13 0 0 0 1 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22297] ppid=22289 vsize=10545024 CPUtime=0.03 cores=1,3,5,7
/proc/22291/task/22297/stat : 22297 (java) S 22289 22291 19566 0 -1 4202560 13 0 0 0 3 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22298] ppid=22289 vsize=10545024 CPUtime=0.01 cores=1,3,5,7
/proc/22291/task/22298/stat : 22298 (java) S 22289 22291 19566 0 -1 4202560 25 0 0 0 1 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22299] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22299/stat : 22299 (java) S 22289 22291 19566 0 -1 4202560 98 0 0 0 2 0 0 0 16 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22300] ppid=22289 vsize=10545024 CPUtime=0.01 cores=1,3,5,7
/proc/22291/task/22300/stat : 22300 (java) S 22289 22291 19566 0 -1 4202560 152 0 0 0 1 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22301] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22301/stat : 22301 (java) S 22289 22291 19566 0 -1 4202560 148 0 0 0 2 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22302] ppid=22289 vsize=10545024 CPUtime=1.44 cores=1,3,5,7
/proc/22291/task/22302/stat : 22302 (java) S 22289 22291 19566 0 -1 4202560 891 0 0 0 143 1 0 0 15 0 19 0 902539959 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 0 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22303] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22303/stat : 22303 (java) S 22289 22291 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22304] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22304/stat : 22304 (java) S 22289 22291 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22305] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22305/stat : 22305 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676631985 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22306] ppid=22289 vsize=10545024 CPUtime=0.27 cores=1,3,5,7
/proc/22291/task/22306/stat : 22306 (java) S 22289 22291 19566 0 -1 4202560 1726 0 0 0 27 0 0 0 15 0 19 0 902539962 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22307] ppid=22289 vsize=10545024 CPUtime=0.87 cores=1,3,5,7
/proc/22291/task/22307/stat : 22307 (java) S 22289 22291 19566 0 -1 4202560 13739 0 0 0 86 1 0 0 15 0 19 0 902539962 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22308] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22308/stat : 22308 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22309] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22309/stat : 22309 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902539962 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22334] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22334/stat : 22334 (java) S 22289 22291 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902539973 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 33.23
Current children cumulated vsize (KiB) 10545024

[startup+32.8013 s]
/proc/loadavg: 2.19 2.03 1.94 3/212 22342
/proc/meminfo: memFree=11958676/32951132 swapFree=67054624/67111528
[pid=22291] ppid=22289 vsize=10545024 CPUtime=34.03 cores=1,3,5,7
/proc/22291/stat : 22291 (java) S 22289 22291 19566 0 -1 4202496 31003 0 1 0 3395 8 0 0 23 0 19 0 902539955 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22291/statm: 2636256 19698 2250 9 0 2626990 0
[pid=22291/tid=22293] ppid=22289 vsize=10545024 CPUtime=31.17 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (java) R 22289 22291 19566 0 -1 4202560 12762 0 1 0 3114 3 0 0 18 0 19 0 902539956 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 46912505166908 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (java) S 22289 22291 19566 0 -1 4202560 132 0 0 0 2 0 0 0 16 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22295] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (java) S 22289 22291 19566 0 -1 4202560 152 0 0 0 2 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22296] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (java) S 22289 22291 19566 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22297] ppid=22289 vsize=10545024 CPUtime=0.03 cores=1,3,5,7
/proc/22291/task/22297/stat : 22297 (java) S 22289 22291 19566 0 -1 4202560 13 0 0 0 3 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22298] ppid=22289 vsize=10545024 CPUtime=0.01 cores=1,3,5,7
/proc/22291/task/22298/stat : 22298 (java) S 22289 22291 19566 0 -1 4202560 25 0 0 0 1 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22299] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22299/stat : 22299 (java) S 22289 22291 19566 0 -1 4202560 98 0 0 0 2 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22300] ppid=22289 vsize=10545024 CPUtime=0.01 cores=1,3,5,7
/proc/22291/task/22300/stat : 22300 (java) S 22289 22291 19566 0 -1 4202560 152 0 0 0 1 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22301] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22301/stat : 22301 (java) S 22289 22291 19566 0 -1 4202560 148 0 0 0 2 0 0 0 15 0 19 0 902539958 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22302] ppid=22289 vsize=10545024 CPUtime=1.47 cores=1,3,5,7
/proc/22291/task/22302/stat : 22302 (java) S 22289 22291 19566 0 -1 4202560 891 0 0 0 146 1 0 0 15 0 19 0 902539959 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 0 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22303] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22303/stat : 22303 (java) S 22289 22291 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22304] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22304/stat : 22304 (java) S 22289 22291 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22305] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22305/stat : 22305 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676631985 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22306] ppid=22289 vsize=10545024 CPUtime=0.27 cores=1,3,5,7
/proc/22291/task/22306/stat : 22306 (java) S 22289 22291 19566 0 -1 4202560 1726 0 0 0 27 0 0 0 15 0 19 0 902539962 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22307] ppid=22289 vsize=10545024 CPUtime=0.87 cores=1,3,5,7
/proc/22291/task/22307/stat : 22307 (java) S 22289 22291 19566 0 -1 4202560 13739 0 0 0 86 1 0 0 15 0 19 0 902539962 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22308] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22308/stat : 22308 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22309] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22309/stat : 22309 (java) S 22289 22291 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902539962 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22334] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22334/stat : 22334 (java) S 22289 22291 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902539973 10798104576 19698 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 34.03
Current children cumulated vsize (KiB) 10545024

[startup+33.6012 s]
/proc/loadavg: 2.19 2.03 1.94 3/212 22342
/proc/meminfo: memFree=11958552/32951132 swapFree=67054624/67111528
[pid=22291] ppid=22289 vsize=10545024 CPUtime=34.83 cores=1,3,5,7
/proc/22291/stat : 22291 (java) S 22289 22291 19566 0 -1 4202496 31036 0 1 0 3475 8 0 0 23 0 19 0 902539955 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22291/statm: 2636256 19726 2250 9 0 2626990 0
[pid=22291/tid=22293] ppid=22289 vsize=10545024 CPUtime=31.93 cores=1,3,5,7
/proc/22291/task/22293/stat : 22293 (java) R 22289 22291 19566 0 -1 4202560 12765 0 1 0 3190 3 0 0 18 0 19 0 902539956 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 46912505547203 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22291/tid=22294] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22294/stat : 22294 (java) S 22289 22291 19566 0 -1 4202560 132 0 0 0 2 0 0 0 15 0 19 0 902539958 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22295] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22295/stat : 22295 (java) S 22289 22291 19566 0 -1 4202560 153 0 0 0 2 0 0 0 16 0 19 0 902539958 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22296] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22296/stat : 22296 (java) S 22289 22291 19566 0 -1 4202560 13 0 0 0 2 0 0 0 15 0 19 0 902539958 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22297] ppid=22289 vsize=10545024 CPUtime=0.03 cores=1,3,5,7
/proc/22291/task/22297/stat : 22297 (java) S 22289 22291 19566 0 -1 4202560 13 0 0 0 3 0 0 0 16 0 19 0 902539958 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22298] ppid=22289 vsize=10545024 CPUtime=0.01 cores=1,3,5,7
/proc/22291/task/22298/stat : 22298 (java) S 22289 22291 19566 0 -1 4202560 25 0 0 0 1 0 0 0 15 0 19 0 902539958 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22299] ppid=22289 vsize=10545024 CPUtime=0.03 cores=1,3,5,7
/proc/22291/task/22299/stat : 22299 (java) S 22289 22291 19566 0 -1 4202560 98 0 0 0 3 0 0 0 15 0 19 0 902539958 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22300] ppid=22289 vsize=10545024 CPUtime=0.01 cores=1,3,5,7
/proc/22291/task/22300/stat : 22300 (java) S 22289 22291 19566 0 -1 4202560 152 0 0 0 1 0 0 0 15 0 19 0 902539958 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22301] ppid=22289 vsize=10545024 CPUtime=0.02 cores=1,3,5,7
/proc/22291/task/22301/stat : 22301 (java) S 22289 22291 19566 0 -1 4202560 148 0 0 0 2 0 0 0 15 0 19 0 902539958 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22302] ppid=22289 vsize=10545024 CPUtime=1.51 cores=1,3,5,7
/proc/22291/task/22302/stat : 22302 (java) S 22289 22291 19566 0 -1 4202560 920 0 0 0 150 1 0 0 15 0 19 0 902539959 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 0 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22303] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22303/stat : 22303 (java) S 22289 22291 19566 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22304] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22304/stat : 22304 (java) S 22289 22291 19566 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902539959 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22305] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22305/stat : 22305 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676631985 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22306] ppid=22289 vsize=10545024 CPUtime=0.27 cores=1,3,5,7
/proc/22291/task/22306/stat : 22306 (java) S 22289 22291 19566 0 -1 4202560 1726 0 0 0 27 0 0 0 15 0 19 0 902539962 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 5 0 0 0
[pid=22291/tid=22307] ppid=22289 vsize=10545024 CPUtime=0.87 cores=1,3,5,7
/proc/22291/task/22307/stat : 22307 (java) S 22289 22291 19566 0 -1 4202560 13739 0 0 0 86 1 0 0 15 0 19 0 902539962 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 3 0 0 0
[pid=22291/tid=22308] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22308/stat : 22308 (java) S 22289 22291 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902539962 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624281 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
[pid=22291/tid=22309] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22309/stat : 22309 (java) S 22289 22291 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902539962 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 1 0 0 0
[pid=22291/tid=22334] ppid=22289 vsize=10545024 CPUtime=0 cores=1,3,5,7
/proc/22291/task/22334/stat : 22334 (java) S 22289 22291 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902539973 10798104576 19726 33554432000 1073741824 1073778376 140735515563712 18446744073709551615 274676624896 0 4 0 16800975 18446604471131486400 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 34.83
Current children cumulated vsize (KiB) 10545024

[startup+34.0011 s]
/proc/loadavg: 2.19 2.03 1.94 3/212 22342
/proc/meminfo: memFree=11958552/32951132 swapFree=67054624/67111528
[pid=22291] ppid=22289 vsize=0 CPUtime=35.24 cores=1,3,5,7
/proc/22291/stat : 22291 (java) R 22289 22291 19566 0 -1 4203524 31065 0 1 0 3515 9 0 0 18 0 1 0 902539955 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/22291/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.24
Current children cumulated vsize (KiB) 0

Child status: 30
Real time (s): 34.0032
CPU time (s): 35.2506
CPU user time (s): 35.1557
CPU system time (s): 0.094985
CPU usage (%): 103.669
Max. virtual memory (cumulated for all children) (KiB): 10545024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.1557
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31065
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= 3956
involuntary context switches= 2098

runsolver used 0.049992 second user time and 0.144977 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:10:03
IDJOB=3492317
IDBENCH=78746
IDSOLVER=1982
FILE ID=node131/3492317-1307909403
RUNJOBID= node131-1307907581-21985
PBS_JOBID= 13559575
Free space on /tmp= 56580 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111213868--soft-33-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492317-1307909403/watcher-3492317-1307909403 -o /tmp/evaluation-result-3492317-1307909403/solver-3492317-1307909403 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492317-1307909403.wbo

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

MD5SUM BENCH= 9d49cc96dce2d827c87e3b263591bd09
RANDOM SEED=1002151066

node131.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.830
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.66
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.830
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	: 5332.75
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.830
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.83
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.830
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.75
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.830
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.77
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.830
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.75
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.830
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.75
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12100496 kB
Buffers:        332652 kB
Cached:       19809176 kB
SwapCached:       9816 kB
Active:       15603176 kB
Inactive:      4561572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12100496 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             728 kB
Writeback:           0 kB
AnonPages:       21548 kB
Mapped:          12716 kB
Slab:           622048 kB
PageTables:       4684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   194848 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56584 MiB
End job on node131 at 2011-06-12 22:10:37