Trace number 3492521

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 44.2263 42.9386

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110977780--soft-66-100-0.wbo
MD5SUMb7777dd5fa41ca59afb23064bb503e66
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark1.14682
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1327
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3492521-1307909921.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.053s.
0.10/0.16	c #vars     197
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.69/0.45	c cleaning 2497 clauses out of 5001 with flag 5001/5001
0.93/0.64	c cleaning 4245 clauses out of 8504 with flag 11001/11001
1.15/0.87	c cleaning 5626 clauses out of 11259 with flag 18001/18001
1.47/1.14	c cleaning 6812 clauses out of 13634 with flag 26002/26002
1.79/1.46	c cleaning 7908 clauses out of 15821 with flag 35001/35001
2.09/1.76	c SATISFIABLE
2.09/1.76	c OPTIMIZING...
2.09/1.76	c Got one! Elapsed wall clock time (in seconds):1.653
2.09/1.76	o 376
2.29/1.98	c cleaning 11132 clauses out of 22277 with flag 5000/49365
2.49/2.18	c cleaning 8570 clauses out of 17145 with flag 11000/55365
2.69/2.40	c cleaning 7784 clauses out of 15576 with flag 18001/62366
2.99/2.64	c cleaning 7893 clauses out of 15791 with flag 26000/70365
3.29/2.93	c cleaning 8442 clauses out of 16898 with flag 35000/79365
3.60/3.24	c cleaning 9226 clauses out of 18460 with flag 45004/89369
3.90/3.55	c cleaning 9610 clauses out of 19230 with flag 55000/99365
4.20/3.85	c cleaning 9804 clauses out of 19620 with flag 65000/109365
4.50/4.18	c cleaning 9901 clauses out of 19817 with flag 75001/119366
4.90/4.51	c cleaning 9950 clauses out of 19915 with flag 85000/129365
5.20/4.83	c cleaning 9980 clauses out of 19966 with flag 95001/139366
5.50/5.16	c cleaning 9990 clauses out of 19985 with flag 105000/149365
5.81/5.48	c cleaning 9993 clauses out of 19995 with flag 115000/159365
6.10/5.79	c cleaning 9992 clauses out of 20003 with flag 125001/169366
6.20/5.81	c Got one! Elapsed wall clock time (in seconds):5.703
6.20/5.81	o 197
6.30/5.95	c cleaning 7541 clauses out of 15091 with flag 5000/174446
6.50/6.13	c cleaning 6770 clauses out of 13550 with flag 11000/180446
6.70/6.35	c cleaning 6887 clauses out of 13781 with flag 18001/187447
6.91/6.59	c cleaning 7443 clauses out of 14894 with flag 26001/195447
7.21/6.88	c cleaning 8219 clauses out of 16450 with flag 35000/204446
7.61/7.20	c cleaning 9111 clauses out of 18232 with flag 45001/214447
7.91/7.52	c cleaning 9550 clauses out of 19120 with flag 55000/224446
8.21/7.83	c cleaning 9779 clauses out of 19570 with flag 65000/234446
8.51/8.14	c cleaning 9891 clauses out of 19791 with flag 75000/244446
8.81/8.46	c cleaning 9940 clauses out of 19900 with flag 85000/254446
9.12/8.76	c cleaning 9977 clauses out of 19961 with flag 95001/264447
9.41/9.08	c cleaning 9987 clauses out of 19985 with flag 105002/274448
9.81/9.44	c cleaning 9992 clauses out of 19997 with flag 115001/284447
10.11/9.75	c cleaning 9992 clauses out of 20004 with flag 125000/294446
10.41/10.07	c cleaning 10002 clauses out of 20012 with flag 135000/304446
10.72/10.38	c cleaning 9999 clauses out of 20011 with flag 145001/314447
11.13/10.71	c cleaning 10001 clauses out of 20012 with flag 155001/324447
11.43/11.05	c cleaning 9998 clauses out of 20010 with flag 165000/334446
11.73/11.38	c cleaning 10002 clauses out of 20013 with flag 175001/344447
12.03/11.69	c cleaning 10003 clauses out of 20012 with flag 185002/354448
12.43/12.02	c cleaning 10001 clauses out of 20007 with flag 195000/364446
12.73/12.34	c cleaning 10001 clauses out of 20008 with flag 205002/374448
13.03/12.66	c cleaning 10001 clauses out of 20007 with flag 215002/384448
13.33/12.97	c cleaning 9997 clauses out of 20004 with flag 225000/394446
13.73/13.30	c cleaning 9999 clauses out of 20007 with flag 235000/404446
14.03/13.62	c cleaning 10001 clauses out of 20009 with flag 245001/414447
14.33/13.97	c cleaning 9995 clauses out of 20007 with flag 255000/424446
14.64/14.30	c cleaning 10003 clauses out of 20012 with flag 265000/434446
15.03/14.62	c cleaning 9996 clauses out of 20010 with flag 275001/444447
15.33/14.94	c cleaning 10005 clauses out of 20014 with flag 285001/454447
15.63/15.25	c cleaning 9996 clauses out of 20009 with flag 295001/464447
15.93/15.56	c cleaning 10001 clauses out of 20013 with flag 305001/474447
16.23/15.88	c cleaning 10000 clauses out of 20011 with flag 315000/484446
16.63/16.23	c cleaning 10002 clauses out of 20012 with flag 325001/494447
16.94/16.56	c cleaning 9995 clauses out of 20009 with flag 335000/504446
17.23/16.88	c cleaning 9997 clauses out of 20015 with flag 345001/514447
17.63/17.20	c cleaning 10007 clauses out of 20019 with flag 355002/524448
17.94/17.52	c cleaning 10001 clauses out of 20010 with flag 365000/534446
18.23/17.83	c cleaning 9998 clauses out of 20009 with flag 375000/544446
18.53/18.16	c cleaning 10003 clauses out of 20012 with flag 385001/554447
18.83/18.48	c cleaning 9999 clauses out of 20010 with flag 395002/564448
19.14/18.79	c cleaning 10002 clauses out of 20009 with flag 405000/574446
19.44/19.10	c cleaning 9998 clauses out of 20007 with flag 415000/584446
19.83/19.40	c cleaning 10000 clauses out of 20011 with flag 425002/594448
20.03/19.69	c cleaning 10000 clauses out of 20009 with flag 435000/604446
20.44/20.04	c cleaning 10001 clauses out of 20009 with flag 445000/614446
20.75/20.36	c cleaning 10001 clauses out of 20009 with flag 455001/624447
21.05/20.69	c cleaning 10001 clauses out of 20009 with flag 465002/634448
21.45/21.01	c cleaning 10000 clauses out of 20007 with flag 475001/644447
21.76/21.34	c cleaning 9995 clauses out of 20007 with flag 485001/654447
22.06/21.66	c cleaning 9999 clauses out of 20011 with flag 495000/664446
22.36/21.97	c cleaning 9999 clauses out of 20012 with flag 505000/674446
22.66/22.28	c cleaning 10003 clauses out of 20013 with flag 515000/684446
22.96/22.59	c cleaning 10001 clauses out of 20012 with flag 525002/694448
23.36/22.91	c cleaning 9996 clauses out of 20009 with flag 535000/704446
23.66/23.22	c cleaning 10005 clauses out of 20015 with flag 545002/714448
23.96/23.52	c cleaning 9999 clauses out of 20008 with flag 555000/724446
24.26/23.84	c cleaning 10000 clauses out of 20011 with flag 565002/734448
24.57/24.17	c cleaning 9998 clauses out of 20009 with flag 575000/744446
24.87/24.47	c cleaning 10001 clauses out of 20012 with flag 585001/754447
25.17/24.79	c cleaning 9996 clauses out of 20012 with flag 595002/764448
25.47/25.10	c cleaning 9997 clauses out of 20014 with flag 605000/774446
25.87/25.42	c cleaning 10003 clauses out of 20017 with flag 615000/784446
26.17/25.73	c cleaning 10000 clauses out of 20014 with flag 625000/794446
26.47/26.03	c cleaning 10002 clauses out of 20015 with flag 635001/804447
26.78/26.34	c cleaning 10004 clauses out of 20013 with flag 645001/814447
27.08/26.65	c cleaning 10002 clauses out of 20009 with flag 655001/824447
27.38/26.95	c cleaning 9996 clauses out of 20006 with flag 665000/834446
27.68/27.26	c cleaning 10003 clauses out of 20012 with flag 675002/844448
28.00/27.58	c cleaning 9997 clauses out of 20008 with flag 685001/854447
28.39/27.90	c cleaning 9998 clauses out of 20012 with flag 695002/864448
28.69/28.23	c cleaning 10002 clauses out of 20012 with flag 705000/874446
28.99/28.54	c cleaning 10001 clauses out of 20010 with flag 715000/884446
29.29/28.86	c cleaning 10003 clauses out of 20010 with flag 725001/894447
29.59/29.18	c cleaning 10002 clauses out of 20007 with flag 735001/904447
29.89/29.48	c cleaning 9998 clauses out of 20004 with flag 745000/914446
30.29/29.80	c cleaning 10000 clauses out of 20007 with flag 755001/924447
30.59/30.13	c cleaning 9996 clauses out of 20007 with flag 765001/934447
30.89/30.43	c cleaning 10001 clauses out of 20010 with flag 775000/944446
31.20/30.75	c cleaning 9998 clauses out of 20010 with flag 785001/954447
31.49/31.05	c cleaning 10000 clauses out of 20011 with flag 795000/964446
31.79/31.36	c cleaning 10000 clauses out of 20012 with flag 805001/974447
32.09/31.67	c cleaning 10005 clauses out of 20014 with flag 815003/984449
32.40/31.98	c cleaning 9996 clauses out of 20008 with flag 825002/994448
32.70/32.27	c cleaning 9998 clauses out of 20010 with flag 835000/1004446
33.00/32.57	c cleaning 10001 clauses out of 20012 with flag 845000/1014446
33.30/32.87	c cleaning 10001 clauses out of 20011 with flag 855000/1024446
33.60/33.18	c cleaning 10003 clauses out of 20011 with flag 865001/1034447
33.90/33.49	c cleaning 10000 clauses out of 20010 with flag 875003/1044449
34.30/33.80	c cleaning 9998 clauses out of 20008 with flag 885001/1054447
34.61/34.12	c cleaning 9996 clauses out of 20009 with flag 895000/1064446
34.90/34.47	c cleaning 10002 clauses out of 20015 with flag 905002/1074448
35.20/34.79	c cleaning 9998 clauses out of 20011 with flag 915000/1084446
35.61/35.12	c cleaning 10003 clauses out of 20015 with flag 925002/1094448
35.90/35.43	c cleaning 10002 clauses out of 20014 with flag 935004/1104450
36.21/35.73	c cleaning 9997 clauses out of 20008 with flag 945000/1114446
36.50/36.06	c cleaning 10002 clauses out of 20011 with flag 955000/1124446
36.81/36.34	c Got one! Elapsed wall clock time (in seconds):36.237
36.81/36.34	o 137
37.00/36.56	c cleaning 12243 clauses out of 24495 with flag 5002/1138932
37.21/36.78	c cleaning 9120 clauses out of 18251 with flag 11001/1144931
37.51/37.01	c cleaning 8059 clauses out of 16130 with flag 18000/1151930
37.71/37.27	c cleaning 8031 clauses out of 16071 with flag 26000/1159930
38.01/37.57	c cleaning 8515 clauses out of 17040 with flag 35000/1168930
38.31/37.88	c cleaning 9260 clauses out of 18528 with flag 45003/1178933
38.71/38.21	c cleaning 9629 clauses out of 19265 with flag 55000/1188930
39.01/38.54	c cleaning 9811 clauses out of 19636 with flag 65000/1198930
39.31/38.88	c cleaning 9908 clauses out of 19825 with flag 75000/1208930
39.71/39.21	c cleaning 9951 clauses out of 19919 with flag 85002/1218932
40.01/39.55	c cleaning 9979 clauses out of 19968 with flag 95002/1228932
40.41/39.90	c cleaning 9991 clauses out of 19988 with flag 105001/1238931
40.71/40.24	c cleaning 9995 clauses out of 19998 with flag 115002/1248932
41.17/40.61	c cleaning 9996 clauses out of 20001 with flag 125000/1258930
41.77/40.95	c cleaning 10001 clauses out of 20010 with flag 135005/1268935
42.55/41.30	c cleaning 9999 clauses out of 20005 with flag 145001/1278931
42.86/41.66	c cleaning 9996 clauses out of 20006 with flag 155001/1288931
43.26/42.00	c cleaning 9997 clauses out of 20009 with flag 165000/1298930
43.56/42.35	c cleaning 10005 clauses out of 20013 with flag 175001/1308931
43.96/42.72	c cleaning 10003 clauses out of 20010 with flag 185003/1318933
44.19/42.90	c Got one! Elapsed wall clock time (in seconds):42.8
44.19/42.90	o 125
44.19/42.91	c Got one! Elapsed wall clock time (in seconds):42.802
44.19/42.91	o 80
44.19/42.92	c starts		: 194
44.19/42.92	c conflicts		: 1324045
44.19/42.92	c decisions		: 2215654
44.19/42.92	c propagations		: 30901346
44.19/42.92	c inspects		: 270335485
44.19/42.92	c shortcuts		: 0
44.19/42.92	c learnt literals	: 1
44.19/42.92	c learnt binary clauses	: 9
44.19/42.92	c learnt ternary clauses	: 91
44.19/42.92	c learnt constraints	: 1324044
44.19/42.92	c ignored constraints	: 0
44.19/42.92	c root simplifications	: 0
44.19/42.92	c removed literals (reason simplification)	: 9556016
44.19/42.92	c reason swapping (by a shorter reason)	: 0
44.19/42.92	c Calls to reduceDB	: 136
44.19/42.92	c number of reductions to clauses (during analyze)	: 0
44.19/42.92	c number of learned constraints concerned by reduction	: 0
44.19/42.92	c number of learning phase by resolution	: 0
44.19/42.92	c number of learning phase by cutting planes	: 0
44.19/42.92	c speed (assignments/second)	: 2.809213272727273E9
44.19/42.92	c non guided choices	237
44.19/42.92	c learnt constraints type 
44.19/42.92	c constraints type 
44.19/42.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
44.19/42.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
44.19/42.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
44.19/42.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
44.19/42.92	s OPTIMUM FOUND
44.19/42.92	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 
44.19/42.92	c objective function=80
44.19/42.92	c Total wall clock time (in seconds): 42.814

Verifier Data

OK	80

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-3492521-1307909921/watcher-3492521-1307909921 -o /var/tmp/evaluation-result-3492521-1307909921/solver-3492521-1307909921 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492521-1307909921.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.00 2.00 1.93 2/195 22818
/proc/meminfo: memFree=3291484/32951124 swapFree=67054520/67111528
[pid=22818] ppid=22816 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/22818/stat : 22818 (java) S 22816 22818 20310 0 -1 4202496 1181 0 0 0 0 0 0 0 25 0 2 0 902590617 27824128 906 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216450021 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/22818/statm: 6793 906 688 9 0 381 0
[pid=22818/tid=22819] ppid=22816 vsize=27172 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22819/stat : 22819 (java) R 22816 22818 20310 0 -1 4202560 64 0 0 0 0 0 0 0 25 0 2 0 902590618 27824128 906 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210199723655 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.091726 s]
/proc/loadavg: 2.00 2.00 1.93 2/195 22818
/proc/meminfo: memFree=3291484/32951124 swapFree=67054520/67111528
[pid=22818] ppid=22816 vsize=10539864 CPUtime=0.09 cores=0,2,4,6
/proc/22818/stat : 22818 (java) S 22816 22818 20310 0 -1 4202496 12977 0 1 0 8 1 0 0 25 0 18 0 902590617 10792820736 12652 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22818/statm: 2634966 12653 2092 9 0 2625700 0
[pid=22818/tid=22819] ppid=22816 vsize=10539864 CPUtime=0.08 cores=0,2,4,6
/proc/22818/task/22819/stat : 22819 (java) R 22816 22818 20310 0 -1 4202560 11034 0 1 0 7 1 0 0 25 0 18 0 902590618 10792820736 12653 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216474059 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539864

[startup+0.100696 s]
/proc/loadavg: 2.00 2.00 1.93 2/195 22818
/proc/meminfo: memFree=3291484/32951124 swapFree=67054520/67111528
[pid=22818] ppid=22816 vsize=10539864 CPUtime=0.1 cores=0,2,4,6
/proc/22818/stat : 22818 (java) S 22816 22818 20310 0 -1 4202496 13116 0 1 0 9 1 0 0 25 0 18 0 902590617 10792820736 12791 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22818/statm: 2634966 12791 2092 9 0 2625700 0
[pid=22818/tid=22819] ppid=22816 vsize=10539864 CPUtime=0.08 cores=0,2,4,6
/proc/22818/task/22819/stat : 22819 (java) R 22816 22818 20310 0 -1 4202560 11172 0 1 0 7 1 0 0 25 0 18 0 902590618 10792820736 12791 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 47815756644357 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539864

[startup+0.300689 s]
/proc/loadavg: 2.00 2.00 1.93 2/195 22818
/proc/meminfo: memFree=3291484/32951124 swapFree=67054520/67111528
[pid=22818] ppid=22816 vsize=10542964 CPUtime=0.55 cores=0,2,4,6
/proc/22818/stat : 22818 (java) S 22816 22818 20310 0 -1 4202496 16310 0 1 0 53 2 0 0 25 0 19 0 902590617 10795995136 14748 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22818/statm: 2635741 14748 2214 9 0 2626475 0
[pid=22818/tid=22819] ppid=22816 vsize=10542964 CPUtime=0.28 cores=0,2,4,6
/proc/22818/task/22819/stat : 22819 (java) R 22816 22818 20310 0 -1 4202560 11737 0 1 0 27 1 0 0 25 0 19 0 902590618 10795995136 14748 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 46912505558250 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10542964

[startup+0.700624 s]
/proc/loadavg: 2.00 2.00 1.93 2/195 22818
/proc/meminfo: memFree=3291484/32951124 swapFree=67054520/67111528
[pid=22818] ppid=22816 vsize=10542696 CPUtime=1.05 cores=0,2,4,6
/proc/22818/stat : 22818 (java) S 22816 22818 20310 0 -1 4202496 17504 0 1 0 103 2 0 0 25 0 19 0 902590617 10795720704 15670 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22818/statm: 2635674 15670 2246 9 0 2626408 0
[pid=22818/tid=22819] ppid=22816 vsize=10542696 CPUtime=0.66 cores=0,2,4,6
/proc/22818/task/22819/stat : 22819 (java) R 22816 22818 20310 0 -1 4202560 11933 0 1 0 65 1 0 0 17 0 19 0 902590618 10795720704 15670 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 46912505614934 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10542696

[startup+1.50149 s]
/proc/loadavg: 2.00 2.00 1.93 3/214 22837
/proc/meminfo: memFree=3235868/32951124 swapFree=67054520/67111528
[pid=22818] ppid=22816 vsize=10542696 CPUtime=1.89 cores=0,2,4,6
/proc/22818/stat : 22818 (java) S 22816 22818 20310 0 -1 4202496 17872 0 1 0 187 2 0 0 25 0 19 0 902590617 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22818/statm: 2635674 16029 2247 9 0 2626408 0
[pid=22818/tid=22819] ppid=22816 vsize=10542696 CPUtime=1.41 cores=0,2,4,6
/proc/22818/task/22819/stat : 22819 (java) R 22816 22818 20310 0 -1 4202560 11934 0 1 0 140 1 0 0 18 0 19 0 902590618 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 46912505540804 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22818/tid=22821] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22821/stat : 22821 (java) S 22816 22818 20310 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22822] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22822/stat : 22822 (java) S 22816 22818 20310 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
[pid=22818/tid=22823] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22823/stat : 22823 (java) S 22816 22818 20310 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22824] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22824/stat : 22824 (java) S 22816 22818 20310 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22825] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22825/stat : 22825 (java) S 22816 22818 20310 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22826] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22826/stat : 22826 (java) S 22816 22818 20310 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
[pid=22818/tid=22827] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22827/stat : 22827 (java) S 22816 22818 20310 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22828] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22828/stat : 22828 (java) S 22816 22818 20310 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22829] ppid=22816 vsize=10542696 CPUtime=0.05 cores=0,2,4,6
/proc/22818/task/22829/stat : 22829 (java) S 22816 22818 20310 0 -1 4202560 472 0 0 0 5 0 0 0 15 0 19 0 902590620 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 0 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22830] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22830/stat : 22830 (java) S 22816 22818 20310 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902590621 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22831] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22831/stat : 22831 (java) S 22816 22818 20310 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902590621 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22832] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22832/stat : 22832 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590623 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216470961 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22833] ppid=22816 vsize=10542696 CPUtime=0.19 cores=0,2,4,6
/proc/22818/task/22833/stat : 22833 (java) S 22816 22818 20310 0 -1 4202560 1874 0 0 0 19 0 0 0 18 0 19 0 902590623 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22834] ppid=22816 vsize=10542696 CPUtime=0.19 cores=0,2,4,6
/proc/22818/task/22834/stat : 22834 (java) S 22816 22818 20310 0 -1 4202560 1817 0 0 0 19 0 0 0 15 0 19 0 902590623 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22835] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22835/stat : 22835 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590623 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22836] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22836/stat : 22836 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590623 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
[pid=22818/tid=22837] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22837/stat : 22837 (java) S 22816 22818 20310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902590634 10795720704 16029 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10542696

[startup+3.10123 s]
/proc/loadavg: 2.00 2.00 1.93 3/214 22837
/proc/meminfo: memFree=3232892/32951124 swapFree=67054520/67111528
[pid=22818] ppid=22816 vsize=10542696 CPUtime=3.49 cores=0,2,4,6
/proc/22818/stat : 22818 (java) S 22816 22818 20310 0 -1 4202496 18185 0 1 0 347 2 0 0 25 0 19 0 902590617 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22818/statm: 2635674 16337 2247 9 0 2626408 0
[pid=22818/tid=22819] ppid=22816 vsize=10542696 CPUtime=2.94 cores=0,2,4,6
/proc/22818/task/22819/stat : 22819 (java) R 22816 22818 20310 0 -1 4202560 11945 0 1 0 293 1 0 0 18 0 19 0 902590618 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 46912505522672 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22818/tid=22821] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22821/stat : 22821 (java) S 22816 22818 20310 0 -1 4202560 174 0 0 0 0 0 0 0 16 0 19 0 902590619 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22822] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22822/stat : 22822 (java) S 22816 22818 20310 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
[pid=22818/tid=22823] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22823/stat : 22823 (java) S 22816 22818 20310 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22824] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22824/stat : 22824 (java) S 22816 22818 20310 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22825] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22825/stat : 22825 (java) S 22816 22818 20310 0 -1 4202560 100 0 0 0 0 0 0 0 16 0 19 0 902590619 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22826] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22826/stat : 22826 (java) S 22816 22818 20310 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
[pid=22818/tid=22827] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22827/stat : 22827 (java) S 22816 22818 20310 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22828] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22828/stat : 22828 (java) S 22816 22818 20310 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 902590619 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22829] ppid=22816 vsize=10542696 CPUtime=0.12 cores=0,2,4,6
/proc/22818/task/22829/stat : 22829 (java) S 22816 22818 20310 0 -1 4202560 645 0 0 0 12 0 0 0 15 0 19 0 902590620 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 0 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22830] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22830/stat : 22830 (java) S 22816 22818 20310 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902590621 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22831] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22831/stat : 22831 (java) S 22816 22818 20310 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902590621 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22832] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22832/stat : 22832 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590623 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216470961 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22833] ppid=22816 vsize=10542696 CPUtime=0.19 cores=0,2,4,6
/proc/22818/task/22833/stat : 22833 (java) S 22816 22818 20310 0 -1 4202560 1874 0 0 0 19 0 0 0 18 0 19 0 902590623 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22834] ppid=22816 vsize=10542696 CPUtime=0.19 cores=0,2,4,6
/proc/22818/task/22834/stat : 22834 (java) S 22816 22818 20310 0 -1 4202560 1817 0 0 0 19 0 0 0 15 0 19 0 902590623 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22835] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22835/stat : 22835 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590623 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22836] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22836/stat : 22836 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902590623 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
[pid=22818/tid=22837] ppid=22816 vsize=10542696 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22837/stat : 22837 (java) S 22816 22818 20310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902590634 10795720704 16337 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10542696

[startup+6.30069 s]
/proc/loadavg: 2.00 2.00 1.93 3/214 22837
/proc/meminfo: memFree=3232488/32951124 swapFree=67054520/67111528
[pid=22818] ppid=22816 vsize=10542004 CPUtime=6.7 cores=0,2,4,6
/proc/22818/stat : 22818 (java) S 22816 22818 20310 0 -1 4202496 18215 0 1 0 668 2 0 0 25 0 19 0 902590617 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22818/statm: 2635501 16102 2247 9 0 2626235 0
[pid=22818/tid=22819] ppid=22816 vsize=10542004 CPUtime=5.97 cores=0,2,4,6
/proc/22818/task/22819/stat : 22819 (java) R 22816 22818 20310 0 -1 4202560 11957 0 1 0 596 1 0 0 19 0 19 0 902590618 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 46912505614848 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22818/tid=22821] ppid=22816 vsize=10542004 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22821/stat : 22821 (java) S 22816 22818 20310 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 19 0 902590619 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22822] ppid=22816 vsize=10542004 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22822/stat : 22822 (java) S 22816 22818 20310 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 902590619 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
[pid=22818/tid=22823] ppid=22816 vsize=10542004 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22823/stat : 22823 (java) S 22816 22818 20310 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 902590619 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22824] ppid=22816 vsize=10542004 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22824/stat : 22824 (java) S 22816 22818 20310 0 -1 4202560 31 0 0 0 0 0 0 0 15 0 19 0 902590619 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
[pid=22818/tid=22825] ppid=22816 vsize=10542004 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22825/stat : 22825 (java) S 22816 22818 20310 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 902590619 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22826] ppid=22816 vsize=10542004 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22826/stat : 22826 (java) S 22816 22818 20310 0 -1 4202560 152 0 0 0 0 0 0 0 15 0 19 0 902590619 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22827] ppid=22816 vsize=10542004 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22827/stat : 22827 (java) S 22816 22818 20310 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 19 0 902590619 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22828] ppid=22816 vsize=10542004 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22828/stat : 22828 (java) S 22816 22818 20310 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 902590619 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22829] ppid=22816 vsize=10542004 CPUtime=0.27 cores=0,2,4,6
/proc/22818/task/22829/stat : 22829 (java) S 22816 22818 20310 0 -1 4202560 652 0 0 0 27 0 0 0 15 0 19 0 902590620 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 0 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22830] ppid=22816 vsize=10542004 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22830/stat : 22830 (java) S 22816 22818 20310 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902590621 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22831] ppid=22816 vsize=10542004 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22831/stat : 22831 (java) S 22816 22818 20310 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902590621 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22832] ppid=22816 vsize=10542004 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22832/stat : 22832 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590623 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216470961 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22833] ppid=22816 vsize=10542004 CPUtime=0.19 cores=0,2,4,6
/proc/22818/task/22833/stat : 22833 (java) S 22816 22818 20310 0 -1 4202560 1874 0 0 0 19 0 0 0 18 0 19 0 902590623 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22834] ppid=22816 vsize=10542004 CPUtime=0.19 cores=0,2,4,6
/proc/22818/task/22834/stat : 22834 (java) S 22816 22818 20310 0 -1 4202560 1817 0 0 0 19 0 0 0 15 0 19 0 902590623 10795012096 16102 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0

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

/proc/22818/task/22821/stat : 22821 (java) S 22816 22818 20310 0 -1 4202560 176 0 0 0 2 0 0 0 16 0 19 0 902590619 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22822] ppid=22816 vsize=10544428 CPUtime=0.03 cores=0,2,4,6
/proc/22818/task/22822/stat : 22822 (java) S 22816 22818 20310 0 -1 4202560 18 0 0 0 3 0 0 0 15 0 19 0 902590619 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22823] ppid=22816 vsize=10544428 CPUtime=0.04 cores=0,2,4,6
/proc/22818/task/22823/stat : 22823 (java) S 22816 22818 20310 0 -1 4202560 113 0 0 0 4 0 0 0 15 0 19 0 902590619 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22824] ppid=22816 vsize=10544428 CPUtime=0.03 cores=0,2,4,6
/proc/22818/task/22824/stat : 22824 (java) S 22816 22818 20310 0 -1 4202560 39 0 0 0 3 0 0 0 15 0 19 0 902590619 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22825] ppid=22816 vsize=10544428 CPUtime=0.04 cores=0,2,4,6
/proc/22818/task/22825/stat : 22825 (java) S 22816 22818 20310 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 19 0 902590619 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22826] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22826/stat : 22826 (java) S 22816 22818 20310 0 -1 4202560 157 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22827] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22827/stat : 22827 (java) S 22816 22818 20310 0 -1 4202560 141 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22828] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22828/stat : 22828 (java) S 22816 22818 20310 0 -1 4202560 43 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22829] ppid=22816 vsize=10544428 CPUtime=1.84 cores=0,2,4,6
/proc/22818/task/22829/stat : 22829 (java) S 22816 22818 20310 0 -1 4202560 921 0 0 0 183 1 0 0 15 0 19 0 902590620 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 0 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
[pid=22818/tid=22830] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22830/stat : 22830 (java) S 22816 22818 20310 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902590621 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22831] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22831/stat : 22831 (java) S 22816 22818 20310 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902590621 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22832] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22832/stat : 22832 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590623 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216470961 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22833] ppid=22816 vsize=10544428 CPUtime=0.57 cores=0,2,4,6
/proc/22818/task/22833/stat : 22833 (java) S 22816 22818 20310 0 -1 4202560 9784 0 0 0 55 2 0 0 16 0 19 0 902590623 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22834] ppid=22816 vsize=10544428 CPUtime=0.57 cores=0,2,4,6
/proc/22818/task/22834/stat : 22834 (java) S 22816 22818 20310 0 -1 4202560 5203 0 0 0 57 0 0 0 16 0 19 0 902590623 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22835] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22835/stat : 22835 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590623 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22836] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22836/stat : 22836 (java) S 22816 22818 20310 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902590623 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22837] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22837/stat : 22837 (java) S 22816 22818 20310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902590634 10797494272 21546 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 42.76
Current children cumulated vsize (KiB) 10544428

[startup+42.3007 s]
/proc/loadavg: 2.14 2.03 1.94 3/214 22838
/proc/meminfo: memFree=3210360/32951124 swapFree=67054520/67111528
[pid=22818] ppid=22816 vsize=10544428 CPUtime=43.56 cores=0,2,4,6
/proc/22818/stat : 22818 (java) S 22816 22818 20310 0 -1 4202496 29929 0 1 0 4350 6 0 0 25 0 19 0 902590617 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22818/statm: 2636107 20449 2250 9 0 2626841 0
[pid=22818/tid=22819] ppid=22816 vsize=10544428 CPUtime=40.22 cores=0,2,4,6
/proc/22818/task/22819/stat : 22819 (java) R 22816 22818 20310 0 -1 4202560 12069 0 1 0 4021 1 0 0 21 0 19 0 902590618 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 46912505678608 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22818/tid=22821] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22821/stat : 22821 (java) S 22816 22818 20310 0 -1 4202560 176 0 0 0 2 0 0 0 16 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22822] ppid=22816 vsize=10544428 CPUtime=0.03 cores=0,2,4,6
/proc/22818/task/22822/stat : 22822 (java) S 22816 22818 20310 0 -1 4202560 18 0 0 0 3 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22823] ppid=22816 vsize=10544428 CPUtime=0.04 cores=0,2,4,6
/proc/22818/task/22823/stat : 22823 (java) S 22816 22818 20310 0 -1 4202560 113 0 0 0 4 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22824] ppid=22816 vsize=10544428 CPUtime=0.04 cores=0,2,4,6
/proc/22818/task/22824/stat : 22824 (java) S 22816 22818 20310 0 -1 4202560 39 0 0 0 4 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22825] ppid=22816 vsize=10544428 CPUtime=0.04 cores=0,2,4,6
/proc/22818/task/22825/stat : 22825 (java) S 22816 22818 20310 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22826] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22826/stat : 22826 (java) S 22816 22818 20310 0 -1 4202560 157 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22827] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22827/stat : 22827 (java) S 22816 22818 20310 0 -1 4202560 141 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22828] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22828/stat : 22828 (java) S 22816 22818 20310 0 -1 4202560 43 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22829] ppid=22816 vsize=10544428 CPUtime=1.87 cores=0,2,4,6
/proc/22818/task/22829/stat : 22829 (java) S 22816 22818 20310 0 -1 4202560 921 0 0 0 186 1 0 0 15 0 19 0 902590620 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 0 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
[pid=22818/tid=22830] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22830/stat : 22830 (java) S 22816 22818 20310 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902590621 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22831] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22831/stat : 22831 (java) S 22816 22818 20310 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902590621 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22832] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22832/stat : 22832 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590623 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216470961 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22833] ppid=22816 vsize=10544428 CPUtime=0.57 cores=0,2,4,6
/proc/22818/task/22833/stat : 22833 (java) S 22816 22818 20310 0 -1 4202560 9784 0 0 0 55 2 0 0 16 0 19 0 902590623 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22834] ppid=22816 vsize=10544428 CPUtime=0.57 cores=0,2,4,6
/proc/22818/task/22834/stat : 22834 (java) S 22816 22818 20310 0 -1 4202560 5203 0 0 0 57 0 0 0 16 0 19 0 902590623 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22835] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22835/stat : 22835 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590623 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22836] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22836/stat : 22836 (java) S 22816 22818 20310 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902590623 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22837] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22837/stat : 22837 (java) S 22816 22818 20310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902590634 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 43.56
Current children cumulated vsize (KiB) 10544428

[startup+42.7016 s]
/proc/loadavg: 2.14 2.03 1.94 3/214 22838
/proc/meminfo: memFree=3210360/32951124 swapFree=67054520/67111528
[pid=22818] ppid=22816 vsize=10544428 CPUtime=43.96 cores=0,2,4,6
/proc/22818/stat : 22818 (java) S 22816 22818 20310 0 -1 4202496 29930 0 1 0 4390 6 0 0 25 0 19 0 902590617 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22818/statm: 2636107 20449 2250 9 0 2626841 0
[pid=22818/tid=22819] ppid=22816 vsize=10544428 CPUtime=40.61 cores=0,2,4,6
/proc/22818/task/22819/stat : 22819 (java) R 22816 22818 20310 0 -1 4202560 12070 0 1 0 4060 1 0 0 22 0 19 0 902590618 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 46912505557655 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22818/tid=22821] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22821/stat : 22821 (java) S 22816 22818 20310 0 -1 4202560 176 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22822] ppid=22816 vsize=10544428 CPUtime=0.03 cores=0,2,4,6
/proc/22818/task/22822/stat : 22822 (java) S 22816 22818 20310 0 -1 4202560 18 0 0 0 3 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
[pid=22818/tid=22823] ppid=22816 vsize=10544428 CPUtime=0.04 cores=0,2,4,6
/proc/22818/task/22823/stat : 22823 (java) S 22816 22818 20310 0 -1 4202560 113 0 0 0 4 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22824] ppid=22816 vsize=10544428 CPUtime=0.04 cores=0,2,4,6
/proc/22818/task/22824/stat : 22824 (java) S 22816 22818 20310 0 -1 4202560 39 0 0 0 4 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22825] ppid=22816 vsize=10544428 CPUtime=0.04 cores=0,2,4,6
/proc/22818/task/22825/stat : 22825 (java) S 22816 22818 20310 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22826] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22826/stat : 22826 (java) S 22816 22818 20310 0 -1 4202560 157 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22827] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22827/stat : 22827 (java) S 22816 22818 20310 0 -1 4202560 141 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22828] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22828/stat : 22828 (java) S 22816 22818 20310 0 -1 4202560 43 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22829] ppid=22816 vsize=10544428 CPUtime=1.88 cores=0,2,4,6
/proc/22818/task/22829/stat : 22829 (java) S 22816 22818 20310 0 -1 4202560 921 0 0 0 187 1 0 0 15 0 19 0 902590620 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 0 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22830] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22830/stat : 22830 (java) S 22816 22818 20310 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902590621 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22831] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22831/stat : 22831 (java) S 22816 22818 20310 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902590621 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22832] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22832/stat : 22832 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590623 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216470961 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22833] ppid=22816 vsize=10544428 CPUtime=0.57 cores=0,2,4,6
/proc/22818/task/22833/stat : 22833 (java) S 22816 22818 20310 0 -1 4202560 9784 0 0 0 55 2 0 0 16 0 19 0 902590623 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22834] ppid=22816 vsize=10544428 CPUtime=0.57 cores=0,2,4,6
/proc/22818/task/22834/stat : 22834 (java) S 22816 22818 20310 0 -1 4202560 5203 0 0 0 57 0 0 0 16 0 19 0 902590623 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22835] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22835/stat : 22835 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590623 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22836] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22836/stat : 22836 (java) S 22816 22818 20310 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902590623 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22837] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22837/stat : 22837 (java) S 22816 22818 20310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902590634 10797494272 20449 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 43.96
Current children cumulated vsize (KiB) 10544428

[startup+42.9065 s]
/proc/loadavg: 2.14 2.03 1.94 3/214 22838
/proc/meminfo: memFree=3210356/32951124 swapFree=67054520/67111528
[pid=22818] ppid=22816 vsize=10544428 CPUtime=44.19 cores=0,2,4,6
/proc/22818/stat : 22818 (java) S 22816 22818 20310 0 -1 4202496 29932 0 1 0 4413 6 0 0 25 0 19 0 902590617 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22818/statm: 2636107 20450 2250 9 0 2626841 0
[pid=22818/tid=22819] ppid=22816 vsize=10544428 CPUtime=40.79 cores=0,2,4,6
/proc/22818/task/22819/stat : 22819 (java) R 22816 22818 20310 0 -1 4202560 12072 0 1 0 4078 1 0 0 22 0 19 0 902590618 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22818/tid=22821] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22821/stat : 22821 (java) S 22816 22818 20310 0 -1 4202560 176 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22822] ppid=22816 vsize=10544428 CPUtime=0.03 cores=0,2,4,6
/proc/22818/task/22822/stat : 22822 (java) S 22816 22818 20310 0 -1 4202560 18 0 0 0 3 0 0 0 15 0 19 0 902590619 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
[pid=22818/tid=22823] ppid=22816 vsize=10544428 CPUtime=0.04 cores=0,2,4,6
/proc/22818/task/22823/stat : 22823 (java) S 22816 22818 20310 0 -1 4202560 113 0 0 0 4 0 0 0 15 0 19 0 902590619 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
[pid=22818/tid=22824] ppid=22816 vsize=10544428 CPUtime=0.04 cores=0,2,4,6
/proc/22818/task/22824/stat : 22824 (java) S 22816 22818 20310 0 -1 4202560 39 0 0 0 4 0 0 0 15 0 19 0 902590619 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22825] ppid=22816 vsize=10544428 CPUtime=0.04 cores=0,2,4,6
/proc/22818/task/22825/stat : 22825 (java) S 22816 22818 20310 0 -1 4202560 109 0 0 0 4 0 0 0 15 0 19 0 902590619 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22826] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22826/stat : 22826 (java) S 22816 22818 20310 0 -1 4202560 157 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22827] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22827/stat : 22827 (java) S 22816 22818 20310 0 -1 4202560 141 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22828] ppid=22816 vsize=10544428 CPUtime=0.02 cores=0,2,4,6
/proc/22818/task/22828/stat : 22828 (java) S 22816 22818 20310 0 -1 4202560 43 0 0 0 2 0 0 0 15 0 19 0 902590619 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22829] ppid=22816 vsize=10544428 CPUtime=1.9 cores=0,2,4,6
/proc/22818/task/22829/stat : 22829 (java) S 22816 22818 20310 0 -1 4202560 921 0 0 0 189 1 0 0 15 0 19 0 902590620 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 0 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22830] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22830/stat : 22830 (java) S 22816 22818 20310 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902590621 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22831] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22831/stat : 22831 (java) S 22816 22818 20310 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902590621 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22832] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22832/stat : 22832 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590623 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216470961 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22833] ppid=22816 vsize=10544428 CPUtime=0.58 cores=0,2,4,6
/proc/22818/task/22833/stat : 22833 (java) S 22816 22818 20310 0 -1 4202560 9784 0 0 0 56 2 0 0 15 0 19 0 902590623 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 0 0 0 0
[pid=22818/tid=22834] ppid=22816 vsize=10544428 CPUtime=0.59 cores=0,2,4,6
/proc/22818/task/22834/stat : 22834 (java) S 22816 22818 20310 0 -1 4202560 5203 0 0 0 59 0 0 0 15 0 19 0 902590623 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 2 0 0 0
[pid=22818/tid=22835] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22835/stat : 22835 (java) S 22816 22818 20310 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902590623 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463257 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22836] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22836/stat : 22836 (java) S 22816 22818 20310 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902590623 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 4 0 16800975 18446604453916338176 0 0 -1 4 0 0 0
[pid=22818/tid=22837] ppid=22816 vsize=10544428 CPUtime=0 cores=0,2,4,6
/proc/22818/task/22837/stat : 22837 (java) S 22816 22818 20310 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902590634 10797494272 20450 33554432000 1073741824 1073778376 140736389323040 18446744073709551615 210216463872 0 4 0 16800975 18446604453916338176 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 44.19
Current children cumulated vsize (KiB) 10544428

Child status: 30
Real time (s): 42.9386
CPU time (s): 44.2263
CPU user time (s): 44.1563
CPU system time (s): 0.069989
CPU usage (%): 102.999
Max. virtual memory (cumulated for all children) (KiB): 10553908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.1563
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29958
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= 4421
involuntary context switches= 1929

runsolver used 0.081987 second user time and 0.160975 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-12 22:18:41
IDJOB=3492521
IDBENCH=78857
IDSOLVER=1982
FILE ID=node130/3492521-1307909921
RUNJOBID= node130-1307908122-22594
PBS_JOBID= 13559576
Free space on /var/tmp= 2908 MiB

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

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

MD5SUM BENCH= b7777dd5fa41ca59afb23064bb503e66
RANDOM SEED=1294855190

node130.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.838
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.67
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.838
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.838
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.838
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.81
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.838
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3291896 kB
Buffers:         64752 kB
Cached:       28612800 kB
SwapCached:      10292 kB
Active:       14157764 kB
Inactive:     14597780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3291896 kB
SwapTotal:    67111528 kB
SwapFree:     67054520 kB
Dirty:             856 kB
Writeback:           0 kB
AnonPages:       75504 kB
Mapped:          20652 kB
Slab:           839460 kB
PageTables:       4316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10546192 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= 2908 MiB
End job on node130 at 2011-06-12 22:19:24