Trace number 3492386

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 37.1683 36.1908

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973670--soft-66-100-0.wbo
MD5SUMdd52e3f19057175797858802a2db3ee5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark1.44578
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3492386-1307909763.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.054s.
0.09/0.17	c #vars     211
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.28/0.26	c SATISFIABLE
0.28/0.26	c OPTIMIZING...
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.143
0.28/0.26	o 448
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.183
0.54/0.30	o 441
0.54/0.36	c Got one! Elapsed wall clock time (in seconds):0.244
0.54/0.36	o 353
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.301
0.68/0.42	o 324
0.79/0.54	c cleaning 3770 clauses out of 7543 with flag 3001/7543
0.92/0.60	c Got one! Elapsed wall clock time (in seconds):0.489
0.92/0.60	o 316
1.04/0.72	c cleaning 4857 clauses out of 9721 with flag 4001/13491
1.04/0.74	c Got one! Elapsed wall clock time (in seconds):0.623
1.04/0.74	o 308
1.14/0.87	c cleaning 5047 clauses out of 10110 with flag 5000/18737
1.25/0.90	c Got one! Elapsed wall clock time (in seconds):0.782
1.25/0.90	o 306
1.36/1.04	c cleaning 5158 clauses out of 10322 with flag 5006/23996
1.48/1.14	c Got one! Elapsed wall clock time (in seconds):1.027
1.48/1.14	o 297
1.58/1.21	c cleaning 5396 clauses out of 10801 with flag 2002/29633
1.58/1.25	c Got one! Elapsed wall clock time (in seconds):1.136
1.58/1.25	o 261
1.68/1.37	c cleaning 5378 clauses out of 10770 with flag 4002/34998
1.88/1.54	c cleaning 5693 clauses out of 11391 with flag 10001/40997
1.98/1.68	c Got one! Elapsed wall clock time (in seconds):1.566
1.98/1.68	o 250
2.18/1.85	c cleaning 7932 clauses out of 15869 with flag 5000/51168
2.38/2.05	c cleaning 6961 clauses out of 13937 with flag 11000/57168
2.49/2.17	c Got one! Elapsed wall clock time (in seconds):2.054
2.49/2.17	o 212
2.59/2.24	c cleaning 6471 clauses out of 12954 with flag 2000/63146
2.78/2.43	c cleaning 6234 clauses out of 12484 with flag 8001/69147
2.89/2.57	c Got one! Elapsed wall clock time (in seconds):2.452
2.89/2.57	o 171
2.99/2.60	c cleaning 5769 clauses out of 11544 with flag 1000/74441
3.09/2.80	c cleaning 5885 clauses out of 11776 with flag 7001/80442
3.39/3.01	c cleaning 6443 clauses out of 12891 with flag 14001/87442
3.60/3.24	c Got one! Elapsed wall clock time (in seconds):3.124
3.60/3.24	o 159
3.79/3.42	c cleaning 9383 clauses out of 18779 with flag 5001/99773
3.99/3.63	c cleaning 7691 clauses out of 15395 with flag 11000/105772
4.19/3.86	c cleaning 7347 clauses out of 14704 with flag 18000/112772
4.50/4.14	c cleaning 7674 clauses out of 15360 with flag 26003/120775
4.80/4.41	c cleaning 8332 clauses out of 16684 with flag 35001/129773
5.10/4.74	c cleaning 9174 clauses out of 18351 with flag 45000/139772
5.40/5.09	c cleaning 9587 clauses out of 19180 with flag 55003/149775
5.81/5.41	c cleaning 9788 clauses out of 19592 with flag 65002/159774
6.10/5.78	c cleaning 9896 clauses out of 19802 with flag 75000/169772
6.51/6.12	c cleaning 9946 clauses out of 19907 with flag 85001/179773
6.71/6.31	c Got one! Elapsed wall clock time (in seconds):6.196
6.71/6.31	o 148
6.81/6.48	c cleaning 10678 clauses out of 21362 with flag 5000/191174
7.11/6.70	c cleaning 8337 clauses out of 16684 with flag 11000/197174
7.32/6.93	c cleaning 7670 clauses out of 15350 with flag 18003/204177
7.52/7.17	c cleaning 7834 clauses out of 15679 with flag 26002/212176
7.62/7.28	c Got one! Elapsed wall clock time (in seconds):7.169
7.62/7.28	o 146
7.72/7.35	c cleaning 6738 clauses out of 13486 with flag 2000/217817
7.92/7.54	c cleaning 6366 clauses out of 12748 with flag 8000/223817
8.13/7.76	c cleaning 6689 clauses out of 13382 with flag 15000/230817
8.43/8.08	c cleaning 7339 clauses out of 14693 with flag 23000/238817
8.73/8.38	c cleaning 8172 clauses out of 16355 with flag 32001/247818
8.73/8.39	c Got one! Elapsed wall clock time (in seconds):8.28
8.73/8.39	o 129
8.93/8.55	c cleaning 6692 clauses out of 13390 with flag 5000/253025
9.13/8.74	c cleaning 6344 clauses out of 12699 with flag 11001/259026
9.33/8.96	c cleaning 6672 clauses out of 13354 with flag 18000/266025
9.63/9.21	c cleaning 7335 clauses out of 14682 with flag 26000/274025
9.93/9.51	c cleaning 8169 clauses out of 16349 with flag 35002/283027
10.04/9.61	c Got one! Elapsed wall clock time (in seconds):9.496
10.04/9.61	o 115
10.04/9.68	c cleaning 6665 clauses out of 13342 with flag 2000/288189
10.24/9.88	c cleaning 6335 clauses out of 12678 with flag 8001/294190
10.54/10.13	c cleaning 6669 clauses out of 13345 with flag 15003/301192
10.84/10.41	c cleaning 7331 clauses out of 14673 with flag 23000/309189
11.14/10.75	c cleaning 8164 clauses out of 16342 with flag 32000/318189
11.54/11.13	c cleaning 9087 clauses out of 18181 with flag 42003/328192
11.94/11.52	c cleaning 9537 clauses out of 19091 with flag 52000/338189
11.94/11.55	c Got one! Elapsed wall clock time (in seconds):11.436
11.94/11.55	o 110
12.14/11.72	c cleaning 7541 clauses out of 15086 with flag 5000/343721
12.34/11.94	c Got one! Elapsed wall clock time (in seconds):11.827
12.34/11.94	o 56
12.55/12.17	c cleaning 9242 clauses out of 18491 with flag 5000/354667
12.75/12.39	c cleaning 7619 clauses out of 15251 with flag 11002/360669
13.05/12.64	c cleaning 7310 clauses out of 14630 with flag 18000/367667
13.35/12.93	c cleaning 7653 clauses out of 15321 with flag 26001/375668
13.77/13.30	c cleaning 8327 clauses out of 16667 with flag 35000/384667
14.07/13.69	c cleaning 9165 clauses out of 18342 with flag 45002/394669
14.47/14.05	c cleaning 9578 clauses out of 19175 with flag 55000/404667
14.88/14.44	c cleaning 9796 clauses out of 19601 with flag 65004/414671
15.28/14.81	c cleaning 9897 clauses out of 19803 with flag 75002/424669
15.58/15.19	c cleaning 9946 clauses out of 19904 with flag 85000/434667
16.08/15.68	c cleaning 9973 clauses out of 19958 with flag 95000/444667
16.48/16.06	c cleaning 9987 clauses out of 19987 with flag 105002/454669
16.89/16.46	c cleaning 9995 clauses out of 19998 with flag 115000/464667
17.28/16.81	c cleaning 9994 clauses out of 20003 with flag 125000/474667
17.58/17.16	c cleaning 10000 clauses out of 20009 with flag 135000/484667
17.99/17.50	c cleaning 10001 clauses out of 20010 with flag 145001/494668
18.28/17.85	c cleaning 9996 clauses out of 20008 with flag 155000/504667
18.69/18.23	c cleaning 9997 clauses out of 20014 with flag 165002/514669
19.09/18.61	c cleaning 10000 clauses out of 20015 with flag 175000/524667
19.38/18.97	c cleaning 9999 clauses out of 20015 with flag 185000/534667
19.78/19.33	c cleaning 10004 clauses out of 20017 with flag 195001/544668
20.19/19.71	c cleaning 10002 clauses out of 20012 with flag 205000/554667
20.58/20.10	c cleaning 9999 clauses out of 20011 with flag 215001/564668
20.89/20.48	c cleaning 10001 clauses out of 20011 with flag 225000/574667
21.19/20.72	c Got one! Elapsed wall clock time (in seconds):20.61
21.19/20.72	o 33
21.39/20.93	c cleaning 11174 clauses out of 22356 with flag 5000/587013
21.59/21.15	c cleaning 8588 clauses out of 17184 with flag 11002/593015
21.89/21.40	c cleaning 7792 clauses out of 15595 with flag 18001/600014
22.09/21.69	c cleaning 7897 clauses out of 15802 with flag 26000/608013
22.50/22.01	c cleaning 8447 clauses out of 16905 with flag 35000/617013
22.79/22.36	c cleaning 9225 clauses out of 18460 with flag 45002/627015
23.29/22.80	c cleaning 9610 clauses out of 19234 with flag 55001/637014
23.69/23.23	c cleaning 9808 clauses out of 19623 with flag 65000/647013
24.10/23.61	c cleaning 9905 clauses out of 19815 with flag 75000/657013
24.40/23.96	c cleaning 9950 clauses out of 19911 with flag 85001/667014
24.80/24.36	c cleaning 9977 clauses out of 19961 with flag 95001/677014
25.20/24.75	c cleaning 9988 clauses out of 19983 with flag 105000/687013
25.61/25.13	c cleaning 9992 clauses out of 19996 with flag 115001/697014
26.01/25.53	c cleaning 9996 clauses out of 20004 with flag 125001/707014
26.31/25.88	c cleaning 9999 clauses out of 20009 with flag 135002/717015
26.71/26.24	c cleaning 9997 clauses out of 20008 with flag 145000/727013
27.11/26.60	c cleaning 10003 clauses out of 20015 with flag 155004/737017
27.41/26.94	c cleaning 9996 clauses out of 20008 with flag 165000/747013
27.71/27.28	c cleaning 10001 clauses out of 20013 with flag 175001/757014
28.11/27.64	c cleaning 10001 clauses out of 20011 with flag 185000/767013
28.41/27.99	c cleaning 9998 clauses out of 20012 with flag 195002/777015
28.81/28.36	c cleaning 10002 clauses out of 20012 with flag 205000/787013
29.21/28.74	c cleaning 10003 clauses out of 20011 with flag 215001/797014
29.61/29.11	c cleaning 9995 clauses out of 20007 with flag 225000/807013
29.91/29.47	c cleaning 10002 clauses out of 20012 with flag 235000/817013
30.31/29.84	c cleaning 10000 clauses out of 20010 with flag 245000/827013
30.61/30.19	c cleaning 9991 clauses out of 20010 with flag 255000/837013
31.02/30.55	c cleaning 10005 clauses out of 20019 with flag 265000/847013
31.12/30.66	c Got one! Elapsed wall clock time (in seconds):30.547
31.12/30.66	o 22
31.22/30.74	c cleaning 7845 clauses out of 15701 with flag 2001/852700
31.42/30.93	c cleaning 6924 clauses out of 13858 with flag 8003/858702
31.62/31.17	c cleaning 6960 clauses out of 13931 with flag 15000/865699
31.92/31.46	c cleaning 7482 clauses out of 14973 with flag 23002/873701
32.22/31.77	c cleaning 8242 clauses out of 16493 with flag 32004/882703
32.62/32.12	c cleaning 9121 clauses out of 18248 with flag 42001/892700
32.92/32.48	c cleaning 9557 clauses out of 19126 with flag 52000/902699
33.32/32.85	c cleaning 9780 clauses out of 19569 with flag 62000/912699
33.72/33.22	c cleaning 9894 clauses out of 19790 with flag 72001/922700
34.12/33.60	c cleaning 9942 clauses out of 19895 with flag 82000/932699
34.42/33.97	c cleaning 9968 clauses out of 19953 with flag 92000/942699
34.83/34.33	c cleaning 9989 clauses out of 19986 with flag 102001/952700
35.23/34.72	c cleaning 9995 clauses out of 19997 with flag 112001/962700
35.64/35.11	c cleaning 9998 clauses out of 20002 with flag 122001/972700
36.04/35.54	c cleaning 9999 clauses out of 20006 with flag 132003/982702
36.75/35.92	c cleaning 10000 clauses out of 20007 with flag 142004/992703
36.94/36.04	c starts		: 192
36.94/36.04	c conflicts		: 995793
36.94/36.04	c decisions		: 1572600
36.94/36.04	c propagations		: 23382901
36.94/36.04	c inspects		: 209562021
36.94/36.04	c shortcuts		: 0
36.94/36.04	c learnt literals	: 6
36.94/36.04	c learnt binary clauses	: 41
36.94/36.04	c learnt ternary clauses	: 499
36.94/36.04	c learnt constraints	: 995786
36.94/36.04	c ignored constraints	: 0
36.94/36.04	c root simplifications	: 0
36.94/36.04	c removed literals (reason simplification)	: 7889739
36.94/36.04	c reason swapping (by a shorter reason)	: 0
36.94/36.04	c Calls to reduceDB	: 114
36.94/36.04	c number of reductions to clauses (during analyze)	: 0
36.94/36.04	c number of learned constraints concerned by reduction	: 0
36.94/36.04	c number of learning phase by resolution	: 0
36.94/36.04	c number of learning phase by cutting planes	: 0
36.94/36.04	c speed (assignments/second)	: 4351116.672869371
36.94/36.04	c non guided choices	916
36.94/36.04	c learnt constraints type 
36.94/36.04	c constraints type 
36.94/36.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
36.94/36.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
36.94/36.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
36.94/36.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
36.94/36.04	s OPTIMUM FOUND
36.94/36.04	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 
36.94/36.04	c objective function=22
36.94/36.04	c Total wall clock time (in seconds): 35.923

Verifier Data

OK	22

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.10 1.98 2/195 26573
/proc/meminfo: memFree=10921288/32951124 swapFree=67056304/67111528
[pid=26573] ppid=26571 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/26573/stat : 26573 (java) R 26571 26573 24181 0 -1 4202496 956 0 0 0 0 0 0 0 25 0 1 0 981206890 23580672 698 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260015433192 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/26573/statm: 5757 699 515 9 0 124 0

[startup+0.031134 s]
/proc/loadavg: 2.20 2.10 1.98 2/195 26573
/proc/meminfo: memFree=10921288/32951124 swapFree=67056304/67111528
[pid=26573] ppid=26571 vsize=10520548 CPUtime=0.02 cores=0,2,4,6
/proc/26573/stat : 26573 (java) S 26571 26573 24181 0 -1 4202496 10663 0 1 0 1 1 0 0 25 0 10 0 981206890 10773041152 10360 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/26573/statm: 2630137 10363 1512 9 0 2620885 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10520548

[startup+0.101089 s]
/proc/loadavg: 2.20 2.10 1.98 2/195 26573
/proc/meminfo: memFree=10921288/32951124 swapFree=67056304/67111528
[pid=26573] ppid=26571 vsize=10539644 CPUtime=0.09 cores=0,2,4,6
/proc/26573/stat : 26573 (java) S 26571 26573 24181 0 -1 4202496 12970 0 1 0 8 1 0 0 25 0 18 0 981206890 10792595456 12639 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26573/statm: 2634911 12639 2092 9 0 2625645 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539644

[startup+0.301138 s]
/proc/loadavg: 2.20 2.10 1.98 2/195 26573
/proc/meminfo: memFree=10921288/32951124 swapFree=67056304/67111528
[pid=26573] ppid=26571 vsize=10543184 CPUtime=0.54 cores=0,2,4,6
/proc/26573/stat : 26573 (java) S 26571 26573 24181 0 -1 4202496 15943 0 1 0 52 2 0 0 25 0 19 0 981206890 10796220416 14912 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26573/statm: 2635796 14912 2214 9 0 2626530 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543184

[startup+0.701037 s]
/proc/loadavg: 2.20 2.10 1.98 2/195 26573
/proc/meminfo: memFree=10921288/32951124 swapFree=67056304/67111528
[pid=26573] ppid=26571 vsize=10543256 CPUtime=1.04 cores=0,2,4,6
/proc/26573/stat : 26573 (java) S 26571 26573 24181 0 -1 4202496 17029 0 1 0 102 2 0 0 25 0 19 0 981206890 10796294144 15859 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26573/statm: 2635814 15859 2246 9 0 2626548 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10543256

[startup+1.5009 s]
/proc/loadavg: 2.20 2.10 1.98 3/214 26592
/proc/meminfo: memFree=10865300/32951124 swapFree=67056304/67111528
[pid=26573] ppid=26571 vsize=10543256 CPUtime=1.88 cores=0,2,4,6
/proc/26573/stat : 26573 (java) S 26571 26573 24181 0 -1 4202496 17366 0 1 0 186 2 0 0 25 0 19 0 981206890 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26573/statm: 2635814 16191 2247 9 0 2626548 0
[pid=26573/tid=26575] ppid=26571 vsize=10543256 CPUtime=1.39 cores=0,2,4,6
/proc/26573/task/26575/stat : 26575 (java) R 26571 26573 24181 0 -1 4202560 12131 0 1 0 138 1 0 0 18 0 19 0 981206890 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 46912505615924 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26573/tid=26576] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26576/stat : 26576 (java) S 26571 26573 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26577] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26577/stat : 26577 (java) S 26571 26573 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26578] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26578/stat : 26578 (java) S 26571 26573 24181 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26579] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26579/stat : 26579 (java) S 26571 26573 24181 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26580] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26580/stat : 26580 (java) S 26571 26573 24181 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26581] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26581/stat : 26581 (java) S 26571 26573 24181 0 -1 4202560 129 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26582] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26582/stat : 26582 (java) S 26571 26573 24181 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26583] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26583/stat : 26583 (java) S 26571 26573 24181 0 -1 4202560 99 0 0 0 0 0 0 0 16 0 19 0 981206892 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26584] ppid=26571 vsize=10543256 CPUtime=0.06 cores=0,2,4,6
/proc/26573/task/26584/stat : 26584 (java) S 26571 26573 24181 0 -1 4202560 387 0 0 0 6 0 0 0 16 0 19 0 981206893 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 0 0 16800975 18446604442638719936 0 0 -1 2 0 0 0
[pid=26573/tid=26585] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26585/stat : 26585 (java) S 26571 26573 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981206894 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26586] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26586/stat : 26586 (java) S 26571 26573 24181 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 981206894 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26587] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26587/stat : 26587 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 981206896 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032219569 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26588] ppid=26571 vsize=10543256 CPUtime=0.2 cores=0,2,4,6
/proc/26573/task/26588/stat : 26588 (java) S 26571 26573 24181 0 -1 4202560 1939 0 0 0 20 0 0 0 15 0 19 0 981206896 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26589] ppid=26571 vsize=10543256 CPUtime=0.17 cores=0,2,4,6
/proc/26573/task/26589/stat : 26589 (java) S 26571 26573 24181 0 -1 4202560 1307 0 0 0 17 0 0 0 15 0 19 0 981206896 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26590] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26590/stat : 26590 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981206896 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26591] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26591/stat : 26591 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981206896 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26592] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26592/stat : 26592 (java) S 26571 26573 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981206907 10796294144 16191 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10543256

[startup+3.10159 s]
/proc/loadavg: 2.20 2.10 1.98 3/214 26592
/proc/meminfo: memFree=10863564/32951124 swapFree=67056304/67111528
[pid=26573] ppid=26571 vsize=10543256 CPUtime=3.49 cores=0,2,4,6
/proc/26573/stat : 26573 (java) S 26571 26573 24181 0 -1 4202496 17738 0 1 0 347 2 0 0 25 0 19 0 981206890 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26573/statm: 2635814 16555 2247 9 0 2626548 0
[pid=26573/tid=26575] ppid=26571 vsize=10543256 CPUtime=2.89 cores=0,2,4,6
/proc/26573/task/26575/stat : 26575 (java) R 26571 26573 24181 0 -1 4202560 12139 0 1 0 288 1 0 0 20 0 19 0 981206890 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 46912505590021 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26573/tid=26576] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26576/stat : 26576 (java) S 26571 26573 24181 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26577] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26577/stat : 26577 (java) S 26571 26573 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26578] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26578/stat : 26578 (java) S 26571 26573 24181 0 -1 4202560 156 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26579] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26579/stat : 26579 (java) S 26571 26573 24181 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26580] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26580/stat : 26580 (java) S 26571 26573 24181 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26581] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26581/stat : 26581 (java) S 26571 26573 24181 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26582] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26582/stat : 26582 (java) S 26571 26573 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26583] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26583/stat : 26583 (java) S 26571 26573 24181 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26584] ppid=26571 vsize=10543256 CPUtime=0.15 cores=0,2,4,6
/proc/26573/task/26584/stat : 26584 (java) S 26571 26573 24181 0 -1 4202560 523 0 0 0 15 0 0 0 16 0 19 0 981206893 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 0 0 16800975 18446604442638719936 0 0 -1 2 0 0 0
[pid=26573/tid=26585] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26585/stat : 26585 (java) S 26571 26573 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981206894 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26586] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26586/stat : 26586 (java) S 26571 26573 24181 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 981206894 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26587] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26587/stat : 26587 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 981206896 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032219569 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26588] ppid=26571 vsize=10543256 CPUtime=0.21 cores=0,2,4,6
/proc/26573/task/26588/stat : 26588 (java) S 26571 26573 24181 0 -1 4202560 1939 0 0 0 21 0 0 0 15 0 19 0 981206896 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26589] ppid=26571 vsize=10543256 CPUtime=0.17 cores=0,2,4,6
/proc/26573/task/26589/stat : 26589 (java) S 26571 26573 24181 0 -1 4202560 1307 0 0 0 17 0 0 0 15 0 19 0 981206896 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26590] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26590/stat : 26590 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981206896 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26591] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26591/stat : 26591 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981206896 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26592] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26592/stat : 26592 (java) S 26571 26573 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981206907 10796294144 16555 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10543256

[startup+6.301 s]
/proc/loadavg: 2.18 2.10 1.98 3/214 26592
/proc/meminfo: memFree=10862428/32951124 swapFree=67056304/67111528
[pid=26573] ppid=26571 vsize=10543256 CPUtime=6.71 cores=0,2,4,6
/proc/26573/stat : 26573 (java) S 26571 26573 24181 0 -1 4202496 17968 0 1 0 669 2 0 0 25 0 19 0 981206890 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26573/statm: 2635814 16774 2247 9 0 2626548 0
[pid=26573/tid=26575] ppid=26571 vsize=10543256 CPUtime=5.95 cores=0,2,4,6
/proc/26573/task/26575/stat : 26575 (java) R 26571 26573 24181 0 -1 4202560 12150 0 1 0 594 1 0 0 19 0 19 0 981206890 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 46912505512524 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26573/tid=26576] ppid=26571 vsize=10543256 CPUtime=0.01 cores=0,2,4,6
/proc/26573/task/26576/stat : 26576 (java) S 26571 26573 24181 0 -1 4202560 52 0 0 0 1 0 0 0 15 0 19 0 981206892 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26577] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26577/stat : 26577 (java) S 26571 26573 24181 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26578] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26578/stat : 26578 (java) S 26571 26573 24181 0 -1 4202560 175 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26579] ppid=26571 vsize=10543256 CPUtime=0.01 cores=0,2,4,6
/proc/26573/task/26579/stat : 26579 (java) S 26571 26573 24181 0 -1 4202560 108 0 0 0 1 0 0 0 15 0 19 0 981206892 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26580] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26580/stat : 26580 (java) S 26571 26573 24181 0 -1 4202560 118 0 0 0 0 0 0 0 15 0 19 0 981206892 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26581] ppid=26571 vsize=10543256 CPUtime=0.01 cores=0,2,4,6
/proc/26573/task/26581/stat : 26581 (java) S 26571 26573 24181 0 -1 4202560 150 0 0 0 1 0 0 0 16 0 19 0 981206892 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26582] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26582/stat : 26582 (java) S 26571 26573 24181 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 981206892 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26583] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26583/stat : 26583 (java) S 26571 26573 24181 0 -1 4202560 140 0 0 0 0 0 0 0 16 0 19 0 981206892 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26584] ppid=26571 vsize=10543256 CPUtime=0.28 cores=0,2,4,6
/proc/26573/task/26584/stat : 26584 (java) S 26571 26573 24181 0 -1 4202560 668 0 0 0 28 0 0 0 16 0 19 0 981206893 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 0 0 16800975 18446604442638719936 0 0 -1 2 0 0 0
[pid=26573/tid=26585] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26585/stat : 26585 (java) S 26571 26573 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981206894 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26586] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26586/stat : 26586 (java) S 26571 26573 24181 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 981206894 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26587] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26587/stat : 26587 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 981206896 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032219569 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26588] ppid=26571 vsize=10543256 CPUtime=0.21 cores=0,2,4,6
/proc/26573/task/26588/stat : 26588 (java) S 26571 26573 24181 0 -1 4202560 1939 0 0 0 21 0 0 0 15 0 19 0 981206896 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26589] ppid=26571 vsize=10543256 CPUtime=0.17 cores=0,2,4,6
/proc/26573/task/26589/stat : 26589 (java) S 26571 26573 24181 0 -1 4202560 1307 0 0 0 17 0 0 0 15 0 19 0 981206896 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26590] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26590/stat : 26590 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981206896 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26591] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26591/stat : 26591 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981206896 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26592] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26592/stat : 26592 (java) S 26571 26573 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981206907 10796294144 16774 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 10543256

[startup+12.7008 s]

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

/proc/26573/task/26575/stat : 26575 (java) R 26571 26573 24181 0 -1 4202560 12232 0 1 0 3195 1 0 0 25 0 19 0 981206890 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 46912505530065 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26573/tid=26576] ppid=26571 vsize=10543256 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26576/stat : 26576 (java) S 26571 26573 24181 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 981206892 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26577] ppid=26571 vsize=10543256 CPUtime=0.02 cores=0,2,4,6
/proc/26573/task/26577/stat : 26577 (java) S 26571 26573 24181 0 -1 4202560 10 0 0 0 2 0 0 0 15 0 19 0 981206892 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26578] ppid=26571 vsize=10543256 CPUtime=0.02 cores=0,2,4,6
/proc/26573/task/26578/stat : 26578 (java) S 26571 26573 24181 0 -1 4202560 175 0 0 0 2 0 0 0 15 0 19 0 981206892 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26579] ppid=26571 vsize=10543256 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26579/stat : 26579 (java) S 26571 26573 24181 0 -1 4202560 114 0 0 0 3 0 0 0 15 0 19 0 981206892 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26580] ppid=26571 vsize=10543256 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26580/stat : 26580 (java) S 26571 26573 24181 0 -1 4202560 120 0 0 0 3 0 0 0 16 0 19 0 981206892 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26581] ppid=26571 vsize=10543256 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26581/stat : 26581 (java) S 26571 26573 24181 0 -1 4202560 153 0 0 0 3 0 0 0 15 0 19 0 981206892 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26582] ppid=26571 vsize=10543256 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26582/stat : 26582 (java) S 26571 26573 24181 0 -1 4202560 6 0 0 0 3 0 0 0 16 0 19 0 981206892 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26583] ppid=26571 vsize=10543256 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26583/stat : 26583 (java) S 26571 26573 24181 0 -1 4202560 147 0 0 0 3 0 0 0 16 0 19 0 981206892 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26584] ppid=26571 vsize=10543256 CPUtime=1.36 cores=0,2,4,6
/proc/26573/task/26584/stat : 26584 (java) S 26571 26573 24181 0 -1 4202560 936 0 0 0 135 1 0 0 15 0 19 0 981206893 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 0 0 16800975 18446604442638719936 0 0 -1 2 0 0 0
[pid=26573/tid=26585] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26585/stat : 26585 (java) S 26571 26573 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981206894 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26586] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26586/stat : 26586 (java) S 26571 26573 24181 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 981206894 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26587] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26587/stat : 26587 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 981206896 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032219569 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26588] ppid=26571 vsize=10543256 CPUtime=0.23 cores=0,2,4,6
/proc/26573/task/26588/stat : 26588 (java) S 26571 26573 24181 0 -1 4202560 2125 0 0 0 23 0 0 0 15 0 19 0 981206896 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26589] ppid=26571 vsize=10543256 CPUtime=0.17 cores=0,2,4,6
/proc/26573/task/26589/stat : 26589 (java) S 26571 26573 24181 0 -1 4202560 1307 0 0 0 17 0 0 0 15 0 19 0 981206896 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26590] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26590/stat : 26590 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981206896 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26591] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26591/stat : 26591 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 981206896 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26592] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26592/stat : 26592 (java) S 26571 26573 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981206907 10796294144 17092 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 34.02
Current children cumulated vsize (KiB) 10543256

[startup+35.1007 s]
/proc/loadavg: 2.11 2.09 1.98 3/214 26593
/proc/meminfo: memFree=10859568/32951124 swapFree=67056304/67111528
[pid=26573] ppid=26571 vsize=10543256 CPUtime=35.64 cores=0,2,4,6
/proc/26573/stat : 26573 (java) S 26571 26573 24181 0 -1 4202496 18541 0 1 0 3559 5 0 0 25 0 19 0 981206890 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26573/statm: 2635814 17094 2248 9 0 2626548 0
[pid=26573/tid=26575] ppid=26571 vsize=10543256 CPUtime=33.51 cores=0,2,4,6
/proc/26573/task/26575/stat : 26575 (java) R 26571 26573 24181 0 -1 4202560 12236 0 1 0 3350 1 0 0 25 0 19 0 981206890 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 46912505366572 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26573/tid=26576] ppid=26571 vsize=10543256 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26576/stat : 26576 (java) S 26571 26573 24181 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 981206892 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26577] ppid=26571 vsize=10543256 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26577/stat : 26577 (java) S 26571 26573 24181 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 981206892 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 2 0 0 0
[pid=26573/tid=26578] ppid=26571 vsize=10543256 CPUtime=0.02 cores=0,2,4,6
/proc/26573/task/26578/stat : 26578 (java) S 26571 26573 24181 0 -1 4202560 175 0 0 0 2 0 0 0 16 0 19 0 981206892 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26579] ppid=26571 vsize=10543256 CPUtime=0.04 cores=0,2,4,6
/proc/26573/task/26579/stat : 26579 (java) S 26571 26573 24181 0 -1 4202560 114 0 0 0 4 0 0 0 15 0 19 0 981206892 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26580] ppid=26571 vsize=10543256 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26580/stat : 26580 (java) S 26571 26573 24181 0 -1 4202560 120 0 0 0 3 0 0 0 16 0 19 0 981206892 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26581] ppid=26571 vsize=10543256 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26581/stat : 26581 (java) S 26571 26573 24181 0 -1 4202560 154 0 0 0 3 0 0 0 16 0 19 0 981206892 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26582] ppid=26571 vsize=10543256 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26582/stat : 26582 (java) S 26571 26573 24181 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 981206892 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26583] ppid=26571 vsize=10543256 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26583/stat : 26583 (java) S 26571 26573 24181 0 -1 4202560 147 0 0 0 3 0 0 0 15 0 19 0 981206892 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26584] ppid=26571 vsize=10543256 CPUtime=1.41 cores=0,2,4,6
/proc/26573/task/26584/stat : 26584 (java) S 26571 26573 24181 0 -1 4202560 938 0 0 0 140 1 0 0 15 0 19 0 981206893 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 0 0 16800975 18446604442638719936 0 0 -1 2 0 0 0
[pid=26573/tid=26585] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26585/stat : 26585 (java) S 26571 26573 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981206894 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26586] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26586/stat : 26586 (java) S 26571 26573 24181 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 981206894 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26587] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26587/stat : 26587 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 981206896 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032219569 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26588] ppid=26571 vsize=10543256 CPUtime=0.23 cores=0,2,4,6
/proc/26573/task/26588/stat : 26588 (java) S 26571 26573 24181 0 -1 4202560 2125 0 0 0 23 0 0 0 15 0 19 0 981206896 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26589] ppid=26571 vsize=10543256 CPUtime=0.17 cores=0,2,4,6
/proc/26573/task/26589/stat : 26589 (java) S 26571 26573 24181 0 -1 4202560 1307 0 0 0 17 0 0 0 15 0 19 0 981206896 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26590] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26590/stat : 26590 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981206896 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26591] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26591/stat : 26591 (java) S 26571 26573 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981206896 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26592] ppid=26571 vsize=10543256 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26592/stat : 26592 (java) S 26571 26573 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981206907 10796294144 17094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 35.64
Current children cumulated vsize (KiB) 10543256

[startup+35.9016 s]
/proc/loadavg: 2.11 2.09 1.98 3/214 26593
/proc/meminfo: memFree=10859568/32951124 swapFree=67056304/67111528
[pid=26573] ppid=26571 vsize=10543420 CPUtime=36.75 cores=0,2,4,6
/proc/26573/stat : 26573 (java) S 26571 26573 24181 0 -1 4202496 26028 0 1 0 3669 6 0 0 25 0 19 0 981206890 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26573/statm: 2635855 21853 2250 9 0 2626589 0
[pid=26573/tid=26575] ppid=26571 vsize=10543420 CPUtime=34.27 cores=0,2,4,6
/proc/26573/task/26575/stat : 26575 (java) R 26571 26573 24181 0 -1 4202560 12242 0 1 0 3426 1 0 0 18 0 19 0 981206890 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 46912505217675 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=26573/tid=26576] ppid=26571 vsize=10543420 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26576/stat : 26576 (java) S 26571 26573 24181 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 981206892 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26577] ppid=26571 vsize=10543420 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26577/stat : 26577 (java) S 26571 26573 24181 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 981206892 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26578] ppid=26571 vsize=10543420 CPUtime=0.02 cores=0,2,4,6
/proc/26573/task/26578/stat : 26578 (java) S 26571 26573 24181 0 -1 4202560 175 0 0 0 2 0 0 0 15 0 19 0 981206892 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26579] ppid=26571 vsize=10543420 CPUtime=0.04 cores=0,2,4,6
/proc/26573/task/26579/stat : 26579 (java) S 26571 26573 24181 0 -1 4202560 114 0 0 0 4 0 0 0 15 0 19 0 981206892 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26580] ppid=26571 vsize=10543420 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26580/stat : 26580 (java) S 26571 26573 24181 0 -1 4202560 120 0 0 0 3 0 0 0 15 0 19 0 981206892 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26581] ppid=26571 vsize=10543420 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26581/stat : 26581 (java) S 26571 26573 24181 0 -1 4202560 154 0 0 0 3 0 0 0 16 0 19 0 981206892 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26582] ppid=26571 vsize=10543420 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26582/stat : 26582 (java) S 26571 26573 24181 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 981206892 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26583] ppid=26571 vsize=10543420 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26583/stat : 26583 (java) S 26571 26573 24181 0 -1 4202560 147 0 0 0 3 0 0 0 15 0 19 0 981206892 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26584] ppid=26571 vsize=10543420 CPUtime=1.44 cores=0,2,4,6
/proc/26573/task/26584/stat : 26584 (java) S 26571 26573 24181 0 -1 4202560 939 0 0 0 143 1 0 0 16 0 19 0 981206893 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 0 0 16800975 18446604442638719936 0 0 -1 2 0 0 0
[pid=26573/tid=26585] ppid=26571 vsize=10543420 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26585/stat : 26585 (java) S 26571 26573 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981206894 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26586] ppid=26571 vsize=10543420 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26586/stat : 26586 (java) S 26571 26573 24181 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 981206894 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26587] ppid=26571 vsize=10543420 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26587/stat : 26587 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 981206896 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032219569 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26588] ppid=26571 vsize=10543420 CPUtime=0.51 cores=0,2,4,6
/proc/26573/task/26588/stat : 26588 (java) S 26571 26573 24181 0 -1 4202560 9572 0 0 0 49 2 0 0 15 0 19 0 981206896 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26589] ppid=26571 vsize=10543420 CPUtime=0.21 cores=0,2,4,6
/proc/26573/task/26589/stat : 26589 (java) R 26571 26573 24181 0 -1 4202560 1340 0 0 0 21 0 0 0 15 0 19 0 981206896 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 47763902107904 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26573/tid=26590] ppid=26571 vsize=10543420 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26590/stat : 26590 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981206896 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26591] ppid=26571 vsize=10543420 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26591/stat : 26591 (java) S 26571 26573 24181 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 981206896 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26592] ppid=26571 vsize=10543420 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26592/stat : 26592 (java) S 26571 26573 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981206907 10796462080 21853 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 36.75
Current children cumulated vsize (KiB) 10543420

[startup+36.1016 s]
/proc/loadavg: 2.11 2.09 1.98 3/214 26593
/proc/meminfo: memFree=10859568/32951124 swapFree=67056304/67111528
[pid=26573] ppid=26571 vsize=10553532 CPUtime=37.08 cores=0,2,4,6
/proc/26573/stat : 26573 (java) S 26571 26573 24181 0 -1 4202496 28747 0 1 0 3701 7 0 0 25 0 19 0 981206890 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/26573/statm: 2638383 24094 2251 9 0 2629117 0
[pid=26573/tid=26575] ppid=26571 vsize=10553532 CPUtime=34.39 cores=0,2,4,6
/proc/26573/task/26575/stat : 26575 (java) S 26571 26573 24181 0 -1 4202560 12247 0 1 0 3438 1 0 0 18 0 19 0 981206890 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 2 0 0 0
[pid=26573/tid=26576] ppid=26571 vsize=10553532 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26576/stat : 26576 (java) S 26571 26573 24181 0 -1 4202560 54 0 0 0 3 0 0 0 15 0 19 0 981206892 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26577] ppid=26571 vsize=10553532 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26577/stat : 26577 (java) S 26571 26573 24181 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 981206892 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26578] ppid=26571 vsize=10553532 CPUtime=0.02 cores=0,2,4,6
/proc/26573/task/26578/stat : 26578 (java) S 26571 26573 24181 0 -1 4202560 175 0 0 0 2 0 0 0 15 0 19 0 981206892 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26579] ppid=26571 vsize=10553532 CPUtime=0.04 cores=0,2,4,6
/proc/26573/task/26579/stat : 26579 (java) S 26571 26573 24181 0 -1 4202560 114 0 0 0 4 0 0 0 15 0 19 0 981206892 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26580] ppid=26571 vsize=10553532 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26580/stat : 26580 (java) S 26571 26573 24181 0 -1 4202560 121 0 0 0 3 0 0 0 16 0 19 0 981206892 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26581] ppid=26571 vsize=10553532 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26581/stat : 26581 (java) S 26571 26573 24181 0 -1 4202560 154 0 0 0 3 0 0 0 15 0 19 0 981206892 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26582] ppid=26571 vsize=10553532 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26582/stat : 26582 (java) S 26571 26573 24181 0 -1 4202560 7 0 0 0 3 0 0 0 15 0 19 0 981206892 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26583] ppid=26571 vsize=10553532 CPUtime=0.03 cores=0,2,4,6
/proc/26573/task/26583/stat : 26583 (java) S 26571 26573 24181 0 -1 4202560 147 0 0 0 3 0 0 0 15 0 19 0 981206892 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26584] ppid=26571 vsize=10553532 CPUtime=1.45 cores=0,2,4,6
/proc/26573/task/26584/stat : 26584 (java) S 26571 26573 24181 0 -1 4202560 939 0 0 0 144 1 0 0 15 0 19 0 981206893 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 0 0 16800975 18446604442638719936 0 0 -1 2 0 0 0
[pid=26573/tid=26585] ppid=26571 vsize=10553532 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26585/stat : 26585 (java) S 26571 26573 24181 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 981206894 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26586] ppid=26571 vsize=10553532 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26586/stat : 26586 (java) S 26571 26573 24181 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 981206894 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26587] ppid=26571 vsize=10553532 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26587/stat : 26587 (java) S 26571 26573 24181 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 981206896 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
[pid=26573/tid=26588] ppid=26571 vsize=10553532 CPUtime=0.51 cores=0,2,4,6
/proc/26573/task/26588/stat : 26588 (java) S 26571 26573 24181 0 -1 4202560 9572 0 0 0 49 2 0 0 15 0 19 0 981206896 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 4 0 0 0
[pid=26573/tid=26589] ppid=26571 vsize=10553532 CPUtime=0.4 cores=0,2,4,6
/proc/26573/task/26589/stat : 26589 (java) R 26571 26573 24181 0 -1 4202560 4037 0 0 0 40 0 0 0 15 0 19 0 981206896 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 47763903515237 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26573/tid=26590] ppid=26571 vsize=10553532 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26590/stat : 26590 (java) S 26571 26573 24181 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 981206896 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032211865 0 4 0 16800975 18446604442638719936 0 0 -1 0 0 0 0
[pid=26573/tid=26592] ppid=26571 vsize=10553532 CPUtime=0 cores=0,2,4,6
/proc/26573/task/26592/stat : 26592 (java) S 26571 26573 24181 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 981206907 10806816768 24094 33554432000 1073741824 1073778376 140734564855392 18446744073709551615 260032212480 0 4 0 16800975 18446604442638719936 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37.08
Current children cumulated vsize (KiB) 10553532

Child status: 30
Real time (s): 36.1908
CPU time (s): 37.1683
CPU user time (s): 37.0914
CPU system time (s): 0.076988
CPU usage (%): 102.701
Max. virtual memory (cumulated for all children) (KiB): 10553532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.0914
system time used= 0.076988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29207
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= 3962
involuntary context switches= 1861

runsolver used 0.073988 second user time and 0.135979 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-12 22:16:03
IDJOB=3492386
IDBENCH=78793
IDSOLVER=1982
FILE ID=node110/3492386-1307909763
RUNJOBID= node110-1307907269-25818
PBS_JOBID= 13559603
Free space on /var/tmp= 2884 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110973670--soft-66-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-3492386-1307909763/watcher-3492386-1307909763 -o /var/tmp/evaluation-result-3492386-1307909763/solver-3492386-1307909763 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492386-1307909763.wbo

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

MD5SUM BENCH= dd52e3f19057175797858802a2db3ee5
RANDOM SEED=1963535994

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10921708 kB
Buffers:         52044 kB
Cached:       20955072 kB
SwapCached:       9144 kB
Active:        6008196 kB
Inactive:     15307084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10921708 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             488 kB
Writeback:          20 kB
AnonPages:      305180 kB
Mapped:          21364 kB
Slab:           649556 kB
PageTables:       5684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10550880 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 node110 at 2011-06-12 22:16:39