Trace number 3492717

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 25.8361 24.7351

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110975965--soft-0-100-0.wbo
MD5SUM76e7544e0d3f336cc30d688dd4cfa4e2
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.93055
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 constraints101
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1171
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3492717-1307911179.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.054s.
0.11/0.16	c #vars     270
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.28/0.24	c SATISFIABLE
0.28/0.24	c OPTIMIZING...
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.135
0.28/0.24	o 683
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.161
0.28/0.26	o 496
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.173
0.28/0.28	o 463
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.189
0.28/0.29	o 452
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.198
0.51/0.30	o 434
0.51/0.32	c Got one! Elapsed wall clock time (in seconds):0.213
0.51/0.32	o 419
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.23
0.51/0.33	o 405
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.249
0.51/0.35	o 362
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.258
0.51/0.36	o 334
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.281
0.51/0.38	o 328
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.308
0.66/0.41	o 287
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.367
0.66/0.47	o 273
0.66/0.49	c Got one! Elapsed wall clock time (in seconds):0.386
0.66/0.49	o 238
0.79/0.53	c Got one! Elapsed wall clock time (in seconds):0.43
0.79/0.53	o 222
0.99/0.77	c cleaning 4833 clauses out of 9669 with flag 4000/9669
1.12/0.87	c Got one! Elapsed wall clock time (in seconds):0.768
1.12/0.87	o 203
1.35/1.01	c cleaning 4939 clauses out of 9881 with flag 3002/14714
1.45/1.17	c Got one! Elapsed wall clock time (in seconds):1.063
1.45/1.17	o 197
1.55/1.26	c cleaning 5106 clauses out of 10221 with flag 2000/19993
1.78/1.41	c Got one! Elapsed wall clock time (in seconds):1.302
1.78/1.41	o 195
1.88/1.53	c cleaning 5379 clauses out of 10765 with flag 3000/25643
2.10/1.79	c Got one! Elapsed wall clock time (in seconds):1.69
2.10/1.79	o 179
2.32/1.99	c Got one! Elapsed wall clock time (in seconds):1.884
2.32/1.99	o 165
2.42/2.04	c cleaning 7986 clauses out of 15976 with flag 1003/36233
2.52/2.19	c Got one! Elapsed wall clock time (in seconds):2.086
2.52/2.19	o 163
2.62/2.21	c Got one! Elapsed wall clock time (in seconds):2.107
2.62/2.21	o 147
2.72/2.31	c cleaning 7085 clauses out of 14182 with flag 2006/42425
2.72/2.37	c Got one! Elapsed wall clock time (in seconds):2.268
2.72/2.37	o 129
2.82/2.45	c Got one! Elapsed wall clock time (in seconds):2.346
2.82/2.45	o 124
3.07/2.61	c cleaning 6599 clauses out of 13216 with flag 3002/48544
3.07/2.66	c Got one! Elapsed wall clock time (in seconds):2.561
3.07/2.66	o 110
3.27/2.84	c cleaning 5806 clauses out of 11626 with flag 4000/53553
3.27/2.86	c Got one! Elapsed wall clock time (in seconds):2.755
3.27/2.86	o 109
3.51/3.07	c cleaning 5406 clauses out of 10828 with flag 5000/58561
3.84/3.32	c Got one! Elapsed wall clock time (in seconds):3.212
3.84/3.32	o 101
4.20/3.60	c cleaning 7975 clauses out of 15961 with flag 5000/69100
4.79/3.94	c cleaning 6991 clauses out of 13987 with flag 11001/75101
5.07/4.13	c Got one! Elapsed wall clock time (in seconds):4.022
5.07/4.13	o 93
5.17/4.21	c cleaning 6093 clauses out of 12192 with flag 2004/80297
5.37/4.46	c cleaning 6042 clauses out of 12095 with flag 8000/86293
5.67/4.79	c cleaning 6522 clauses out of 13053 with flag 15000/93293
5.97/5.02	c Got one! Elapsed wall clock time (in seconds):4.916
5.97/5.02	o 90
5.97/5.06	c cleaning 6056 clauses out of 12121 with flag 1000/98883
6.27/5.31	c cleaning 6027 clauses out of 12065 with flag 7000/104883
6.57/5.61	c cleaning 6516 clauses out of 13040 with flag 14002/111885
6.77/5.82	c Got one! Elapsed wall clock time (in seconds):5.718
6.77/5.82	o 89
6.77/5.86	c cleaning 6057 clauses out of 12124 with flag 1000/117485
7.08/6.11	c cleaning 6032 clauses out of 12067 with flag 7000/123485
7.38/6.42	c cleaning 6510 clauses out of 13035 with flag 14000/130485
7.59/6.61	c Got one! Elapsed wall clock time (in seconds):6.506
7.59/6.61	o 69
7.59/6.65	c cleaning 5846 clauses out of 11704 with flag 1000/135664
7.88/6.92	c cleaning 5926 clauses out of 11859 with flag 7001/141665
7.98/7.05	c Got one! Elapsed wall clock time (in seconds):6.943
7.98/7.05	o 64
8.08/7.12	c cleaning 5516 clauses out of 11039 with flag 2000/146771
8.28/7.36	c cleaning 5756 clauses out of 11523 with flag 8000/152771
8.69/7.70	c cleaning 6374 clauses out of 12767 with flag 15000/159771
8.69/7.76	c Got one! Elapsed wall clock time (in seconds):7.66
8.69/7.76	o 60
8.88/7.92	c cleaning 5815 clauses out of 11638 with flag 4000/165016
9.09/8.15	c cleaning 5906 clauses out of 11824 with flag 10001/171017
9.19/8.26	c Got one! Elapsed wall clock time (in seconds):8.158
9.19/8.26	o 45
9.29/8.34	c cleaning 5524 clauses out of 11055 with flag 2002/176154
9.49/8.56	c cleaning 5758 clauses out of 11530 with flag 8001/182153
9.80/8.82	c cleaning 6381 clauses out of 12772 with flag 15001/189153
10.09/9.10	c cleaning 7190 clauses out of 14391 with flag 23001/197153
10.29/9.39	c Got one! Elapsed wall clock time (in seconds):9.288
10.29/9.39	o 33
10.59/9.63	c cleaning 10348 clauses out of 20702 with flag 5001/210654
10.90/9.91	c cleaning 8170 clauses out of 16354 with flag 11001/216654
11.10/10.14	c Got one! Elapsed wall clock time (in seconds):10.035
11.10/10.14	o 30
11.30/10.37	c cleaning 9679 clauses out of 19362 with flag 5003/227832
11.60/10.61	c cleaning 7837 clauses out of 15682 with flag 11002/233831
11.70/10.76	c Got one! Elapsed wall clock time (in seconds):10.657
11.70/10.76	o 29
11.81/10.81	c cleaning 6470 clauses out of 12946 with flag 1001/238932
12.02/11.03	c cleaning 6234 clauses out of 12476 with flag 7001/244932
12.22/11.27	c cleaning 6614 clauses out of 13241 with flag 14000/251931
12.52/11.56	c cleaning 7311 clauses out of 14627 with flag 22000/259931
12.92/11.94	c cleaning 8154 clauses out of 16317 with flag 31001/268932
13.32/12.32	c cleaning 9078 clauses out of 18164 with flag 41002/278933
13.62/12.68	c cleaning 9541 clauses out of 19086 with flag 51002/288933
14.02/13.04	c cleaning 9765 clauses out of 19544 with flag 61001/298932
14.32/13.39	c cleaning 9882 clauses out of 19778 with flag 71000/308931
14.52/13.54	c Got one! Elapsed wall clock time (in seconds):13.434
14.52/13.54	o 16
14.52/13.58	c cleaning 7576 clauses out of 15157 with flag 1001/314192
14.73/13.79	c cleaning 6785 clauses out of 13580 with flag 7000/320191
15.04/14.06	c cleaning 6895 clauses out of 13799 with flag 14004/327195
15.34/14.37	c cleaning 7444 clauses out of 14902 with flag 22002/335193
15.64/14.70	c cleaning 8225 clauses out of 16458 with flag 31002/344193
16.04/15.05	c cleaning 9111 clauses out of 18232 with flag 41001/354192
16.24/15.20	c Got one! Elapsed wall clock time (in seconds):15.093
16.24/15.20	o 6
16.24/15.24	c cleaning 7470 clauses out of 14946 with flag 1004/360017
16.46/15.46	c cleaning 6734 clauses out of 13473 with flag 7001/366014
16.76/15.72	c cleaning 6866 clauses out of 13738 with flag 14000/373013
17.06/16.01	c cleaning 7433 clauses out of 14873 with flag 22001/381014
17.36/16.33	c cleaning 8216 clauses out of 16440 with flag 31001/390014
17.76/16.75	c cleaning 9106 clauses out of 18223 with flag 41000/400013
17.87/16.88	c Got one! Elapsed wall clock time (in seconds):16.777
17.87/16.88	o 5
17.97/16.97	c cleaning 7444 clauses out of 14899 with flag 2000/405795
18.17/17.18	c cleaning 6724 clauses out of 13456 with flag 8001/411796
18.47/17.45	c cleaning 6862 clauses out of 13732 with flag 15001/418796
18.77/17.74	c cleaning 7428 clauses out of 14869 with flag 23000/426795
19.07/18.06	c cleaning 8218 clauses out of 16441 with flag 32000/435795
19.47/18.42	c cleaning 9107 clauses out of 18224 with flag 42001/445796
19.78/18.79	c cleaning 9555 clauses out of 19117 with flag 52001/455796
19.97/18.95	c Got one! Elapsed wall clock time (in seconds):18.85
19.97/18.95	o 3
20.17/19.17	c cleaning 9801 clauses out of 19612 with flag 5000/465846
20.38/19.38	c cleaning 7902 clauses out of 15811 with flag 11000/471846
20.68/19.62	c cleaning 7448 clauses out of 14909 with flag 18000/478846
20.98/19.90	c cleaning 7724 clauses out of 15461 with flag 26000/486846
21.28/20.21	c cleaning 8358 clauses out of 16737 with flag 35000/495846
21.58/20.53	c Got one! Elapsed wall clock time (in seconds):20.424
21.58/20.53	o 1
21.78/20.78	c cleaning 11353 clauses out of 22712 with flag 5001/510179
22.08/21.01	c cleaning 8674 clauses out of 17359 with flag 11001/516179
22.28/21.27	c cleaning 7841 clauses out of 15686 with flag 18002/523180
22.58/21.55	c cleaning 7921 clauses out of 15846 with flag 26003/531181
22.88/21.88	c cleaning 8457 clauses out of 16923 with flag 35001/540179
23.28/22.24	c cleaning 9225 clauses out of 18465 with flag 45000/550178
23.68/22.64	c cleaning 9618 clauses out of 19242 with flag 55002/560180
23.98/22.99	c cleaning 9807 clauses out of 19623 with flag 65001/570179
24.39/23.40	c cleaning 9901 clauses out of 19815 with flag 75000/580178
24.89/23.81	c cleaning 9954 clauses out of 19914 with flag 85000/590178
25.29/24.23	c cleaning 9975 clauses out of 19960 with flag 95000/600178
25.69/24.63	c cleaning 9988 clauses out of 19986 with flag 105001/610179
25.79/24.72	c starts		: 194
25.79/24.72	c conflicts		: 612567
25.79/24.72	c decisions		: 893396
25.79/24.72	c propagations		: 14013869
25.79/24.72	c inspects		: 151023553
25.79/24.72	c shortcuts		: 0
25.79/24.72	c learnt literals	: 6
25.79/24.73	c learnt binary clauses	: 65
25.79/24.73	c learnt ternary clauses	: 313
25.79/24.73	c learnt constraints	: 612560
25.79/24.73	c ignored constraints	: 0
25.79/24.73	c root simplifications	: 0
25.79/24.73	c removed literals (reason simplification)	: 5276516
25.79/24.73	c reason swapping (by a shorter reason)	: 0
25.79/24.73	c Calls to reduceDB	: 80
25.79/24.73	c number of reductions to clauses (during analyze)	: 0
25.79/24.73	c number of learned constraints concerned by reduction	: 0
25.79/24.73	c number of learning phase by resolution	: 0
25.79/24.73	c number of learning phase by cutting planes	: 0
25.79/24.73	c speed (assignments/second)	: 3338225.1071939017
25.79/24.73	c non guided choices	2571
25.79/24.73	c learnt constraints type 
25.79/24.73	c constraints type 
25.79/24.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
25.79/24.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
25.79/24.73	s OPTIMUM FOUND
25.79/24.73	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 
25.79/24.73	c objective function=1
25.79/24.73	c Total wall clock time (in seconds): 24.623

Verifier Data

OK	1

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 /var/tmp/evaluation-result-3492717-1307911179/watcher-3492717-1307911179 -o /var/tmp/evaluation-result-3492717-1307911179/solver-3492717-1307911179 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492717-1307911179.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: 2.12 2.06 1.95 2/195 9142
/proc/meminfo: memFree=331708/32950928 swapFree=67048888/67111528
[pid=9142] ppid=9140 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/9142/stat : 9142 (java) S 9140 9142 4454 0 -1 4202496 1242 0 0 0 0 0 0 0 25 0 2 0 902716727 31272960 959 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284491749 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/9142/statm: 7635 959 732 9 0 386 0
[pid=9142/tid=9143] ppid=9140 vsize=30540 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9143/stat : 9143 (java) R 9140 9142 4454 0 -1 4202560 126 0 0 0 0 0 0 0 25 0 2 0 902716727 31272960 960 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268272688955 0 0 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.064281 s]
/proc/loadavg: 2.12 2.06 1.95 2/195 9142
/proc/meminfo: memFree=331708/32950928 swapFree=67048888/67111528
[pid=9142] ppid=9140 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/9142/stat : 9142 (java) S 9140 9142 4454 0 -1 4202496 11752 0 1 0 4 1 0 0 25 0 18 0 902716727 10724302848 11446 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9142/statm: 2618238 11446 1741 9 0 2608972 0
[pid=9142/tid=9143] ppid=9140 vsize=10472952 CPUtime=0.05 cores=1,3,5,7
/proc/9142/task/9143/stat : 9143 (java) R 9140 9142 4454 0 -1 4202560 10576 0 1 0 4 1 0 0 25 0 18 0 902716727 10724302848 11447 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 47939694441219 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472952

[startup+0.100207 s]
/proc/loadavg: 2.12 2.06 1.95 2/195 9142
/proc/meminfo: memFree=331708/32950928 swapFree=67048888/67111528
[pid=9142] ppid=9140 vsize=10540136 CPUtime=0.11 cores=1,3,5,7
/proc/9142/stat : 9142 (java) S 9140 9142 4454 0 -1 4202496 13148 0 1 0 9 2 0 0 25 0 18 0 902716727 10793099264 12812 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9142/statm: 2635034 12812 2092 9 0 2625768 0
[pid=9142/tid=9143] ppid=9140 vsize=10540136 CPUtime=0.08 cores=1,3,5,7
/proc/9142/task/9143/stat : 9143 (java) R 9140 9142 4454 0 -1 4202560 11210 0 1 0 7 1 0 0 18 0 18 0 902716727 10793099264 12812 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 47939694436357 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540136

[startup+0.300227 s]
/proc/loadavg: 2.12 2.06 1.95 2/195 9142
/proc/meminfo: memFree=331708/32950928 swapFree=67048888/67111528
[pid=9142] ppid=9140 vsize=10543464 CPUtime=0.51 cores=1,3,5,7
/proc/9142/stat : 9142 (java) S 9140 9142 4454 0 -1 4202496 15898 0 1 0 49 2 0 0 25 0 19 0 902716727 10796507136 14668 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9142/statm: 2635866 14668 2214 9 0 2626600 0
[pid=9142/tid=9143] ppid=9140 vsize=10543464 CPUtime=0.29 cores=1,3,5,7
/proc/9142/task/9143/stat : 9143 (java) R 9140 9142 4454 0 -1 4202560 11863 0 1 0 27 2 0 0 19 0 19 0 902716727 10796507136 14668 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 47939698936659 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10543464

[startup+0.700156 s]
/proc/loadavg: 2.12 2.06 1.95 2/195 9142
/proc/meminfo: memFree=331708/32950928 swapFree=67048888/67111528
[pid=9142] ppid=9140 vsize=10543172 CPUtime=0.99 cores=1,3,5,7
/proc/9142/stat : 9142 (java) S 9140 9142 4454 0 -1 4202496 16839 0 1 0 96 3 0 0 25 0 19 0 902716727 10796208128 15417 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9142/statm: 2635793 15417 2218 9 0 2626527 0
[pid=9142/tid=9143] ppid=9140 vsize=10543172 CPUtime=0.68 cores=1,3,5,7
/proc/9142/task/9143/stat : 9143 (java) R 9140 9142 4454 0 -1 4202560 12644 0 1 0 66 2 0 0 19 0 19 0 902716727 10796208128 15417 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 46912505554851 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 10543172

[startup+1.50095 s]
/proc/loadavg: 2.12 2.06 1.95 3/214 9161
/proc/meminfo: memFree=275876/32950928 swapFree=67048888/67111528
[pid=9142] ppid=9140 vsize=10543020 CPUtime=1.88 cores=1,3,5,7
/proc/9142/stat : 9142 (java) S 9140 9142 4454 0 -1 4202496 18218 0 1 0 185 3 0 0 25 0 19 0 902716727 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9142/statm: 2635755 16630 2249 9 0 2626489 0
[pid=9142/tid=9143] ppid=9140 vsize=10543020 CPUtime=1.44 cores=1,3,5,7
/proc/9142/task/9143/stat : 9143 (java) R 9140 9142 4454 0 -1 4202560 12694 0 1 0 142 2 0 0 20 0 19 0 902716727 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 46912505533939 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9142/tid=9145] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9145/stat : 9145 (java) S 9140 9142 4454 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 19 0 902716729 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9146] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9146/stat : 9146 (java) S 9140 9142 4454 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 902716729 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9147] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9147/stat : 9147 (java) S 9140 9142 4454 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 902716729 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9148] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9148/stat : 9148 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902716729 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9149] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9149/stat : 9149 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902716729 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9150] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9150/stat : 9150 (java) S 9140 9142 4454 0 -1 4202560 33 0 0 0 0 0 0 0 16 0 19 0 902716729 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9151] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9151/stat : 9151 (java) S 9140 9142 4454 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 19 0 902716729 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9152] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9152/stat : 9152 (java) S 9140 9142 4454 0 -1 4202560 201 0 0 0 0 0 0 0 16 0 19 0 902716729 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9153] ppid=9140 vsize=10543020 CPUtime=0.03 cores=1,3,5,7
/proc/9142/task/9153/stat : 9153 (java) S 9140 9142 4454 0 -1 4202560 505 0 0 0 3 0 0 0 16 0 19 0 902716730 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 0 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9154] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9154/stat : 9154 (java) S 9140 9142 4454 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902716730 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9155] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9155/stat : 9155 (java) S 9140 9142 4454 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902716730 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9156] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9156/stat : 9156 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902716732 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284512689 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9157] ppid=9140 vsize=10543020 CPUtime=0.18 cores=1,3,5,7
/proc/9142/task/9157/stat : 9157 (java) S 9140 9142 4454 0 -1 4202560 1865 0 0 0 18 0 0 0 16 0 19 0 902716732 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9158] ppid=9140 vsize=10543020 CPUtime=0.2 cores=1,3,5,7
/proc/9142/task/9158/stat : 9158 (java) S 9140 9142 4454 0 -1 4202560 1388 0 0 0 20 0 0 0 15 0 19 0 902716732 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9159] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9159/stat : 9159 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902716732 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9160] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9160/stat : 9160 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902716732 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9161] ppid=9140 vsize=10543020 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9161/stat : 9161 (java) S 9140 9142 4454 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902716743 10796052480 16630 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10543020

[startup+3.10067 s]
/proc/loadavg: 2.11 2.06 1.95 3/214 9161
/proc/meminfo: memFree=272404/32950928 swapFree=67048888/67111528
[pid=9142] ppid=9140 vsize=10543588 CPUtime=3.61 cores=1,3,5,7
/proc/9142/stat : 9142 (java) S 9140 9142 4454 0 -1 4202496 20007 0 1 0 358 3 0 0 25 0 19 0 902716727 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9142/statm: 2635897 17215 2250 9 0 2626631 0
[pid=9142/tid=9143] ppid=9140 vsize=10543588 CPUtime=2.96 cores=1,3,5,7
/proc/9142/task/9143/stat : 9143 (java) R 9140 9142 4454 0 -1 4202560 12700 0 1 0 294 2 0 0 25 0 19 0 902716727 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 46912505611524 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9142/tid=9145] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9145/stat : 9145 (java) S 9140 9142 4454 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 19 0 902716729 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9146] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9146/stat : 9146 (java) S 9140 9142 4454 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 902716729 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9147] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9147/stat : 9147 (java) S 9140 9142 4454 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 902716729 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9148] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9148/stat : 9148 (java) S 9140 9142 4454 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 902716729 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9149] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9149/stat : 9149 (java) S 9140 9142 4454 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902716729 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9150] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9150/stat : 9150 (java) S 9140 9142 4454 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 902716729 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9151] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9151/stat : 9151 (java) S 9140 9142 4454 0 -1 4202560 302 0 0 0 0 0 0 0 15 0 19 0 902716729 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9152] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9152/stat : 9152 (java) S 9140 9142 4454 0 -1 4202560 275 0 0 0 0 0 0 0 15 0 19 0 902716729 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9153] ppid=9140 vsize=10543588 CPUtime=0.1 cores=1,3,5,7
/proc/9142/task/9153/stat : 9153 (java) S 9140 9142 4454 0 -1 4202560 618 0 0 0 10 0 0 0 16 0 19 0 902716730 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 0 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9154] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9154/stat : 9154 (java) S 9140 9142 4454 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902716730 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9155] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9155/stat : 9155 (java) S 9140 9142 4454 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902716730 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9156] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9156/stat : 9156 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902716732 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284512689 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9157] ppid=9140 vsize=10543588 CPUtime=0.26 cores=1,3,5,7
/proc/9142/task/9157/stat : 9157 (java) S 9140 9142 4454 0 -1 4202560 2842 0 0 0 26 0 0 0 15 0 19 0 902716732 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9158] ppid=9140 vsize=10543588 CPUtime=0.24 cores=1,3,5,7
/proc/9142/task/9158/stat : 9158 (java) S 9140 9142 4454 0 -1 4202560 1772 0 0 0 24 0 0 0 15 0 19 0 902716732 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9159] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9159/stat : 9159 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902716732 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9160] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9160/stat : 9160 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902716732 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9161] ppid=9140 vsize=10543588 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9161/stat : 9161 (java) S 9140 9142 4454 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902716743 10796634112 17215 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.61
Current children cumulated vsize (KiB) 10543588

[startup+6.3011 s]
/proc/loadavg: 2.11 2.06 1.95 3/214 9161
/proc/meminfo: memFree=257468/32950928 swapFree=67048888/67111528
[pid=9142] ppid=9140 vsize=10555428 CPUtime=7.28 cores=1,3,5,7
/proc/9142/stat : 9142 (java) S 9140 9142 4454 0 -1 4202496 26160 0 1 0 724 4 0 0 25 0 19 0 902716727 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9142/statm: 2638857 20311 2250 9 0 2629591 0
[pid=9142/tid=9143] ppid=9140 vsize=10555428 CPUtime=6.02 cores=1,3,5,7
/proc/9142/task/9143/stat : 9143 (java) R 9140 9142 4454 0 -1 4202560 12714 0 1 0 600 2 0 0 25 0 19 0 902716727 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 46912505561418 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9142/tid=9145] ppid=9140 vsize=10555428 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9145/stat : 9145 (java) S 9140 9142 4454 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 902716729 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9146] ppid=9140 vsize=10555428 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9146/stat : 9146 (java) S 9140 9142 4454 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 902716729 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9147] ppid=9140 vsize=10555428 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9147/stat : 9147 (java) S 9140 9142 4454 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 902716729 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9148] ppid=9140 vsize=10555428 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9148/stat : 9148 (java) S 9140 9142 4454 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 902716729 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9149] ppid=9140 vsize=10555428 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9149/stat : 9149 (java) S 9140 9142 4454 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902716729 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9150] ppid=9140 vsize=10555428 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9150/stat : 9150 (java) S 9140 9142 4454 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 19 0 902716729 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9151] ppid=9140 vsize=10555428 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9151/stat : 9151 (java) S 9140 9142 4454 0 -1 4202560 344 0 0 0 0 0 0 0 15 0 19 0 902716729 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9152] ppid=9140 vsize=10555428 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9152/stat : 9152 (java) S 9140 9142 4454 0 -1 4202560 276 0 0 0 0 0 0 0 15 0 19 0 902716729 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9153] ppid=9140 vsize=10555428 CPUtime=0.23 cores=1,3,5,7
/proc/9142/task/9153/stat : 9153 (java) S 9140 9142 4454 0 -1 4202560 623 0 0 0 23 0 0 0 16 0 19 0 902716730 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 0 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9154] ppid=9140 vsize=10555428 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9154/stat : 9154 (java) S 9140 9142 4454 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902716730 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9155] ppid=9140 vsize=10555428 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9155/stat : 9155 (java) S 9140 9142 4454 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902716730 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9156] ppid=9140 vsize=10555428 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9156/stat : 9156 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902716732 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284512689 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9157] ppid=9140 vsize=10555428 CPUtime=0.31 cores=1,3,5,7
/proc/9142/task/9157/stat : 9157 (java) S 9140 9142 4454 0 -1 4202560 2851 0 0 0 31 0 0 0 15 0 19 0 902716732 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9158] ppid=9140 vsize=10555428 CPUtime=0.64 cores=1,3,5,7
/proc/9142/task/9158/stat : 9158 (java) S 9140 9142 4454 0 -1 4202560 7807 0 0 0 64 0 0 0 15 0 19 0 902716732 10808758272 20311 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0

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

/proc/9142/task/9145/stat : 9145 (java) S 9140 9142 4454 0 -1 4202560 119 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9146] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9146/stat : 9146 (java) S 9140 9142 4454 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9147] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9147/stat : 9147 (java) S 9140 9142 4454 0 -1 4202560 107 0 0 0 1 0 0 0 16 0 19 0 902716729 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9148] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9148/stat : 9148 (java) S 9140 9142 4454 0 -1 4202560 110 0 0 0 1 0 0 0 16 0 19 0 902716729 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9149] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9149/stat : 9149 (java) S 9140 9142 4454 0 -1 4202560 16 0 0 0 1 0 0 0 16 0 19 0 902716729 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9150] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9150/stat : 9150 (java) S 9140 9142 4454 0 -1 4202560 57 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9151] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9151/stat : 9151 (java) S 9140 9142 4454 0 -1 4202560 345 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9152] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9152/stat : 9152 (java) S 9140 9142 4454 0 -1 4202560 278 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9153] ppid=9140 vsize=10550004 CPUtime=0.93 cores=1,3,5,7
/proc/9142/task/9153/stat : 9153 (java) S 9140 9142 4454 0 -1 4202560 813 0 0 0 93 0 0 0 16 0 19 0 902716730 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 0 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9154] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9154/stat : 9154 (java) S 9140 9142 4454 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902716730 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9155] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9155/stat : 9155 (java) S 9140 9142 4454 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902716730 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9156] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9156/stat : 9156 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902716732 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284512689 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9157] ppid=9140 vsize=10550004 CPUtime=0.34 cores=1,3,5,7
/proc/9142/task/9157/stat : 9157 (java) S 9140 9142 4454 0 -1 4202560 2851 0 0 0 34 0 0 0 15 0 19 0 902716732 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9158] ppid=9140 vsize=10550004 CPUtime=0.67 cores=1,3,5,7
/proc/9142/task/9158/stat : 9158 (java) S 9140 9142 4454 0 -1 4202560 7808 0 0 0 67 0 0 0 15 0 19 0 902716732 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9159] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9159/stat : 9159 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902716732 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9160] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9160/stat : 9160 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902716732 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9161] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9161/stat : 9161 (java) S 9140 9142 4454 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902716743 10803204096 19189 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 23.38
Current children cumulated vsize (KiB) 10550004

[startup+23.901 s]
/proc/loadavg: 2.08 2.05 1.95 3/214 9161
/proc/meminfo: memFree=261580/32950928 swapFree=67048888/67111528
[pid=9142] ppid=9140 vsize=10550004 CPUtime=24.99 cores=1,3,5,7
/proc/9142/stat : 9142 (java) S 9140 9142 4454 0 -1 4202496 26442 0 1 0 2494 5 0 0 25 0 19 0 902716727 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9142/statm: 2637501 19190 2251 9 0 2628235 0
[pid=9142/tid=9143] ppid=9140 vsize=10550004 CPUtime=22.81 cores=1,3,5,7
/proc/9142/task/9143/stat : 9143 (java) R 9140 9142 4454 0 -1 4202560 12774 0 1 0 2279 2 0 0 25 0 19 0 902716727 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 46912505620035 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9142/tid=9145] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9145/stat : 9145 (java) S 9140 9142 4454 0 -1 4202560 119 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9146] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9146/stat : 9146 (java) S 9140 9142 4454 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9147] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9147/stat : 9147 (java) S 9140 9142 4454 0 -1 4202560 107 0 0 0 1 0 0 0 16 0 19 0 902716729 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9148] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9148/stat : 9148 (java) S 9140 9142 4454 0 -1 4202560 110 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9149] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9149/stat : 9149 (java) S 9140 9142 4454 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9150] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9150/stat : 9150 (java) S 9140 9142 4454 0 -1 4202560 57 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9151] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9151/stat : 9151 (java) S 9140 9142 4454 0 -1 4202560 346 0 0 0 1 0 0 0 16 0 19 0 902716729 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9152] ppid=9140 vsize=10550004 CPUtime=0.02 cores=1,3,5,7
/proc/9142/task/9152/stat : 9152 (java) S 9140 9142 4454 0 -1 4202560 278 0 0 0 2 0 0 0 16 0 19 0 902716729 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9153] ppid=9140 vsize=10550004 CPUtime=0.98 cores=1,3,5,7
/proc/9142/task/9153/stat : 9153 (java) S 9140 9142 4454 0 -1 4202560 813 0 0 0 98 0 0 0 16 0 19 0 902716730 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 0 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9154] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9154/stat : 9154 (java) S 9140 9142 4454 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902716730 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9155] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9155/stat : 9155 (java) S 9140 9142 4454 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902716730 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9156] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9156/stat : 9156 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902716732 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284512689 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9157] ppid=9140 vsize=10550004 CPUtime=0.34 cores=1,3,5,7
/proc/9142/task/9157/stat : 9157 (java) S 9140 9142 4454 0 -1 4202560 2851 0 0 0 34 0 0 0 15 0 19 0 902716732 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9158] ppid=9140 vsize=10550004 CPUtime=0.67 cores=1,3,5,7
/proc/9142/task/9158/stat : 9158 (java) S 9140 9142 4454 0 -1 4202560 7808 0 0 0 67 0 0 0 15 0 19 0 902716732 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9159] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9159/stat : 9159 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902716732 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9160] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9160/stat : 9160 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902716732 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9161] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9161/stat : 9161 (java) S 9140 9142 4454 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902716743 10803204096 19190 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.99
Current children cumulated vsize (KiB) 10550004

[startup+24.301 s]
/proc/loadavg: 2.08 2.05 1.95 3/214 9161
/proc/meminfo: memFree=261456/32950928 swapFree=67048888/67111528
[pid=9142] ppid=9140 vsize=10550004 CPUtime=25.39 cores=1,3,5,7
/proc/9142/stat : 9142 (java) S 9140 9142 4454 0 -1 4202496 26466 0 1 0 2534 5 0 0 25 0 19 0 902716727 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9142/statm: 2637501 19213 2251 9 0 2628235 0
[pid=9142/tid=9143] ppid=9140 vsize=10550004 CPUtime=23.2 cores=1,3,5,7
/proc/9142/task/9143/stat : 9143 (java) R 9140 9142 4454 0 -1 4202560 12775 0 1 0 2318 2 0 0 25 0 19 0 902716727 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 46912505578751 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9142/tid=9145] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9145/stat : 9145 (java) S 9140 9142 4454 0 -1 4202560 119 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9146] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9146/stat : 9146 (java) S 9140 9142 4454 0 -1 4202560 12 0 0 0 1 0 0 0 16 0 19 0 902716729 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9147] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9147/stat : 9147 (java) S 9140 9142 4454 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9148] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9148/stat : 9148 (java) S 9140 9142 4454 0 -1 4202560 110 0 0 0 1 0 0 0 16 0 19 0 902716729 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9149] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9149/stat : 9149 (java) S 9140 9142 4454 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9150] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9150/stat : 9150 (java) S 9140 9142 4454 0 -1 4202560 57 0 0 0 1 0 0 0 16 0 19 0 902716729 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9151] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9151/stat : 9151 (java) S 9140 9142 4454 0 -1 4202560 346 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9152] ppid=9140 vsize=10550004 CPUtime=0.02 cores=1,3,5,7
/proc/9142/task/9152/stat : 9152 (java) S 9140 9142 4454 0 -1 4202560 278 0 0 0 2 0 0 0 15 0 19 0 902716729 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9153] ppid=9140 vsize=10550004 CPUtime=1 cores=1,3,5,7
/proc/9142/task/9153/stat : 9153 (java) S 9140 9142 4454 0 -1 4202560 834 0 0 0 100 0 0 0 16 0 19 0 902716730 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 0 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9154] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9154/stat : 9154 (java) S 9140 9142 4454 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902716730 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9155] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9155/stat : 9155 (java) S 9140 9142 4454 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902716730 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9156] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9156/stat : 9156 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902716732 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284512689 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9157] ppid=9140 vsize=10550004 CPUtime=0.34 cores=1,3,5,7
/proc/9142/task/9157/stat : 9157 (java) S 9140 9142 4454 0 -1 4202560 2851 0 0 0 34 0 0 0 15 0 19 0 902716732 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9158] ppid=9140 vsize=10550004 CPUtime=0.67 cores=1,3,5,7
/proc/9142/task/9158/stat : 9158 (java) S 9140 9142 4454 0 -1 4202560 7808 0 0 0 67 0 0 0 15 0 19 0 902716732 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9159] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9159/stat : 9159 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902716732 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9160] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9160/stat : 9160 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902716732 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9161] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9161/stat : 9161 (java) S 9140 9142 4454 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902716743 10803204096 19213 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 10550004

[startup+24.7008 s]
/proc/loadavg: 2.08 2.05 1.95 3/214 9161
/proc/meminfo: memFree=261456/32950928 swapFree=67048888/67111528
[pid=9142] ppid=9140 vsize=10550004 CPUtime=25.79 cores=1,3,5,7
/proc/9142/stat : 9142 (java) S 9140 9142 4454 0 -1 4202496 26471 0 1 0 2574 5 0 0 25 0 19 0 902716727 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9142/statm: 2637501 19217 2251 9 0 2628235 0
[pid=9142/tid=9143] ppid=9140 vsize=10550004 CPUtime=23.58 cores=1,3,5,7
/proc/9142/task/9143/stat : 9143 (java) R 9140 9142 4454 0 -1 4202560 12777 0 1 0 2356 2 0 0 25 0 19 0 902716727 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 46912505533899 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9142/tid=9145] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9145/stat : 9145 (java) S 9140 9142 4454 0 -1 4202560 119 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9146] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9146/stat : 9146 (java) S 9140 9142 4454 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9147] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9147/stat : 9147 (java) S 9140 9142 4454 0 -1 4202560 107 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9148] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9148/stat : 9148 (java) S 9140 9142 4454 0 -1 4202560 110 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9149] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9149/stat : 9149 (java) S 9140 9142 4454 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9150] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9150/stat : 9150 (java) S 9140 9142 4454 0 -1 4202560 57 0 0 0 1 0 0 0 15 0 19 0 902716729 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9151] ppid=9140 vsize=10550004 CPUtime=0.01 cores=1,3,5,7
/proc/9142/task/9151/stat : 9151 (java) S 9140 9142 4454 0 -1 4202560 347 0 0 0 1 0 0 0 16 0 19 0 902716729 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9152] ppid=9140 vsize=10550004 CPUtime=0.02 cores=1,3,5,7
/proc/9142/task/9152/stat : 9152 (java) S 9140 9142 4454 0 -1 4202560 280 0 0 0 2 0 0 0 15 0 19 0 902716729 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 7 0 0 0
[pid=9142/tid=9153] ppid=9140 vsize=10550004 CPUtime=1.01 cores=1,3,5,7
/proc/9142/task/9153/stat : 9153 (java) S 9140 9142 4454 0 -1 4202560 834 0 0 0 101 0 0 0 16 0 19 0 902716730 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 0 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9154] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9154/stat : 9154 (java) S 9140 9142 4454 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902716730 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9155] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9155/stat : 9155 (java) S 9140 9142 4454 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902716730 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9156] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9156/stat : 9156 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902716732 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284512689 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9157] ppid=9140 vsize=10550004 CPUtime=0.34 cores=1,3,5,7
/proc/9142/task/9157/stat : 9157 (java) S 9140 9142 4454 0 -1 4202560 2851 0 0 0 34 0 0 0 15 0 19 0 902716732 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 3 0 0 0
[pid=9142/tid=9158] ppid=9140 vsize=10550004 CPUtime=0.67 cores=1,3,5,7
/proc/9142/task/9158/stat : 9158 (java) S 9140 9142 4454 0 -1 4202560 7808 0 0 0 67 0 0 0 15 0 19 0 902716732 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
[pid=9142/tid=9159] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9159/stat : 9159 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902716732 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284504985 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9160] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9160/stat : 9160 (java) S 9140 9142 4454 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902716732 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 4 0 16800975 18446604466786636928 0 0 -1 1 0 0 0
[pid=9142/tid=9161] ppid=9140 vsize=10550004 CPUtime=0 cores=1,3,5,7
/proc/9142/task/9161/stat : 9161 (java) S 9140 9142 4454 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902716743 10803204096 19217 33554432000 1073741824 1073778376 140736406434592 18446744073709551615 268284505600 0 4 0 16800975 18446604466786636928 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.79
Current children cumulated vsize (KiB) 10550004

Child status: 30
Real time (s): 24.7351
CPU time (s): 25.8361
CPU user time (s): 25.7741
CPU system time (s): 0.06199
CPU usage (%): 104.451
Max. virtual memory (cumulated for all children) (KiB): 10564232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.7741
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26497
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= 3031
involuntary context switches= 1205

runsolver used 0.045993 second user time and 0.098984 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-12 22:39:39
IDJOB=3492717
IDBENCH=79242
IDSOLVER=1982
FILE ID=node122/3492717-1307911179
RUNJOBID= node122-1307908902-7264
PBS_JOBID= 13559584
Free space on /var/tmp= 2884 MiB

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

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

MD5SUM BENCH= 76e7544e0d3f336cc30d688dd4cfa4e2
RANDOM SEED=1598137321

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.83
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.820
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.75
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:        332376 kB
Buffers:         65636 kB
Cached:       30384424 kB
SwapCached:      14964 kB
Active:       16573280 kB
Inactive:     15094412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:        332376 kB
SwapTotal:    67111528 kB
SwapFree:     67048888 kB
Dirty:              88 kB
Writeback:           0 kB
AnonPages:     1214608 kB
Mapped:          17552 kB
Slab:           884164 kB
PageTables:       7048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 10554324 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 /var/tmp at the end= 2884 MiB
End job on node122 at 2011-06-12 22:40:04