Trace number 3492329

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 48.4256 47.3479

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218024--soft-66-100-0.wbo
MD5SUMc7dcb25d665cb550b68931937f8d1bd8
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 benchmark0.702892
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 1228
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/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@38540408
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-3492329-1307909511.wbo
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
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.68/0.45	c cleaning 2496 clauses out of 5000 with flag 5000/5000
0.92/0.64	c cleaning 4249 clauses out of 8505 with flag 11001/11001
1.14/0.88	c cleaning 5623 clauses out of 11256 with flag 18001/18001
1.45/1.15	c cleaning 6811 clauses out of 13632 with flag 26000/26000
1.77/1.46	c cleaning 7907 clauses out of 15821 with flag 35000/35000
2.17/1.82	c cleaning 8954 clauses out of 17917 with flag 45003/45003
2.57/2.21	c cleaning 9478 clauses out of 18961 with flag 55001/55001
2.87/2.58	c cleaning 9737 clauses out of 19483 with flag 65001/65001
3.27/2.95	c cleaning 9870 clauses out of 19745 with flag 75000/75000
3.67/3.33	c cleaning 9933 clauses out of 19875 with flag 85000/85000
3.97/3.68	c cleaning 9968 clauses out of 19943 with flag 95001/95001
4.37/4.04	c cleaning 9984 clauses out of 19975 with flag 105001/105001
4.67/4.38	c cleaning 9992 clauses out of 19990 with flag 115000/115000
5.07/4.77	c cleaning 9993 clauses out of 19998 with flag 125000/125000
5.47/5.12	c cleaning 9998 clauses out of 20005 with flag 135000/135000
5.78/5.46	c cleaning 9997 clauses out of 20007 with flag 145000/145000
6.17/5.80	c cleaning 10003 clauses out of 20011 with flag 155001/155001
6.47/6.14	c cleaning 9995 clauses out of 20007 with flag 165000/165000
6.77/6.46	c cleaning 10004 clauses out of 20013 with flag 175001/175001
7.18/6.81	c cleaning 9999 clauses out of 20008 with flag 185000/185000
7.48/7.17	c cleaning 10002 clauses out of 20009 with flag 195000/195000
7.88/7.52	c cleaning 9997 clauses out of 20007 with flag 205000/205000
8.18/7.86	c cleaning 9998 clauses out of 20011 with flag 215001/215001
8.48/8.19	c cleaning 9996 clauses out of 20014 with flag 225002/225002
8.88/8.52	c cleaning 10002 clauses out of 20016 with flag 235000/235000
9.19/8.86	c cleaning 10006 clauses out of 20017 with flag 245003/245003
9.49/9.19	c cleaning 9991 clauses out of 20008 with flag 255000/255000
9.89/9.54	c cleaning 10000 clauses out of 20018 with flag 265001/265001
10.19/9.89	c cleaning 10000 clauses out of 20018 with flag 275001/275001
10.59/10.22	c cleaning 10004 clauses out of 20017 with flag 285000/285000
10.89/10.57	c cleaning 10002 clauses out of 20013 with flag 295000/295000
11.20/10.90	c cleaning 10001 clauses out of 20011 with flag 305000/305000
11.60/11.24	c cleaning 10001 clauses out of 20011 with flag 315001/315001
12.00/11.60	c cleaning 10001 clauses out of 20012 with flag 325003/325003
12.30/11.95	c cleaning 10000 clauses out of 20008 with flag 335000/335000
12.60/12.27	c cleaning 9998 clauses out of 20009 with flag 345001/345001
13.00/12.62	c cleaning 10000 clauses out of 20011 with flag 355001/355001
13.30/12.96	c cleaning 10001 clauses out of 20010 with flag 365000/365000
13.71/13.30	c cleaning 9999 clauses out of 20010 with flag 375001/375001
14.01/13.64	c cleaning 9998 clauses out of 20014 with flag 385004/385004
14.41/14.01	c cleaning 9998 clauses out of 20012 with flag 395000/395000
14.72/14.35	c cleaning 10001 clauses out of 20014 with flag 405000/405000
15.01/14.68	c cleaning 10006 clauses out of 20017 with flag 415004/415004
15.41/15.03	c cleaning 10000 clauses out of 20007 with flag 425000/425000
15.72/15.37	c cleaning 9998 clauses out of 20007 with flag 435000/435000
16.11/15.71	c cleaning 9996 clauses out of 20011 with flag 445002/445002
16.41/16.06	c cleaning 10004 clauses out of 20013 with flag 455000/455000
16.71/16.40	c cleaning 10001 clauses out of 20010 with flag 465001/465001
17.11/16.74	c cleaning 9998 clauses out of 20009 with flag 475001/475001
17.41/17.08	c cleaning 10000 clauses out of 20010 with flag 485000/485000
17.81/17.41	c cleaning 9996 clauses out of 20010 with flag 495000/495000
18.11/17.75	c cleaning 10004 clauses out of 20014 with flag 505000/505000
18.41/18.08	c cleaning 10001 clauses out of 20013 with flag 515003/515003
18.81/18.44	c cleaning 10002 clauses out of 20011 with flag 525002/525002
19.12/18.79	c cleaning 9998 clauses out of 20009 with flag 535002/535002
19.52/19.13	c cleaning 9996 clauses out of 20010 with flag 545001/545001
19.81/19.49	c cleaning 10004 clauses out of 20015 with flag 555002/555002
20.22/19.83	c cleaning 10000 clauses out of 20010 with flag 565001/565001
20.52/20.18	c cleaning 10003 clauses out of 20009 with flag 575000/575000
20.91/20.52	c cleaning 10000 clauses out of 20009 with flag 585003/585003
21.22/20.87	c cleaning 10002 clauses out of 20007 with flag 595001/595001
21.52/21.19	c cleaning 9998 clauses out of 20005 with flag 605001/605001
21.92/21.51	c cleaning 10000 clauses out of 20007 with flag 615001/615001
22.22/21.84	c cleaning 10001 clauses out of 20007 with flag 625001/625001
22.52/22.16	c cleaning 9995 clauses out of 20005 with flag 635000/635000
22.82/22.49	c cleaning 10002 clauses out of 20012 with flag 645002/645002
23.22/22.84	c cleaning 10002 clauses out of 20008 with flag 655000/655000
23.53/23.19	c cleaning 9999 clauses out of 20006 with flag 665000/665000
23.95/23.53	c cleaning 9996 clauses out of 20008 with flag 675001/675001
24.25/23.88	c cleaning 9998 clauses out of 20011 with flag 685000/685000
24.65/24.21	c cleaning 10002 clauses out of 20014 with flag 695001/695001
24.95/24.55	c cleaning 9997 clauses out of 20011 with flag 705000/705000
25.25/24.87	c cleaning 10006 clauses out of 20018 with flag 715004/715004
25.65/25.21	c cleaning 9999 clauses out of 20009 with flag 725001/725001
25.95/25.54	c cleaning 10002 clauses out of 20009 with flag 735000/735000
26.25/25.86	c cleaning 9999 clauses out of 20008 with flag 745001/745001
26.55/26.19	c cleaning 9998 clauses out of 20008 with flag 755000/755000
26.95/26.52	c cleaning 10001 clauses out of 20011 with flag 765001/765001
27.26/26.86	c cleaning 10000 clauses out of 20009 with flag 775000/775000
27.56/27.17	c cleaning 10001 clauses out of 20010 with flag 785001/785001
27.96/27.51	c cleaning 10001 clauses out of 20009 with flag 795001/795001
28.26/27.85	c cleaning 9999 clauses out of 20008 with flag 805001/805001
28.56/28.18	c cleaning 10002 clauses out of 20009 with flag 815001/815001
28.97/28.50	c cleaning 10001 clauses out of 20007 with flag 825001/825001
29.26/28.83	c cleaning 9995 clauses out of 20005 with flag 835000/835000
29.56/29.15	c cleaning 9996 clauses out of 20010 with flag 845000/845000
29.86/29.49	c cleaning 10003 clauses out of 20014 with flag 855000/855000
30.26/29.81	c cleaning 10001 clauses out of 20013 with flag 865002/865002
30.56/30.18	c cleaning 9997 clauses out of 20010 with flag 875000/875000
30.96/30.52	c cleaning 10004 clauses out of 20013 with flag 885000/885000
31.27/30.87	c cleaning 10002 clauses out of 20009 with flag 895000/895000
31.67/31.20	c cleaning 9994 clauses out of 20007 with flag 905000/905000
31.97/31.58	c cleaning 10004 clauses out of 20013 with flag 915000/915000
32.37/31.93	c cleaning 10003 clauses out of 20012 with flag 925003/925003
32.67/32.26	c cleaning 9996 clauses out of 20007 with flag 935001/935001
32.98/32.58	c cleaning 10003 clauses out of 20014 with flag 945004/945004
33.38/32.91	c cleaning 10002 clauses out of 20011 with flag 955004/955004
33.68/33.22	c cleaning 9997 clauses out of 20005 with flag 965000/965000
33.98/33.54	c cleaning 10002 clauses out of 20008 with flag 975000/975000
34.28/33.89	c cleaning 10000 clauses out of 20008 with flag 985002/985002
34.68/34.23	c cleaning 9998 clauses out of 20008 with flag 995002/995002
34.98/34.57	c cleaning 9998 clauses out of 20008 with flag 1005000/1005000
35.38/34.90	c cleaning 10001 clauses out of 20013 with flag 1015003/1015003
35.69/35.25	c cleaning 9997 clauses out of 20010 with flag 1025001/1025001
35.98/35.56	c cleaning 10002 clauses out of 20012 with flag 1035000/1035000
36.28/35.89	c cleaning 9995 clauses out of 20010 with flag 1045000/1045000
36.69/36.21	c cleaning 10001 clauses out of 20015 with flag 1055000/1055000
36.99/36.56	c cleaning 10002 clauses out of 20015 with flag 1065001/1065001
37.29/36.89	c cleaning 10003 clauses out of 20015 with flag 1075003/1075003
37.69/37.21	c cleaning 10001 clauses out of 20010 with flag 1085001/1085001
37.99/37.55	c cleaning 10001 clauses out of 20009 with flag 1095001/1095001
38.29/37.90	c cleaning 9999 clauses out of 20007 with flag 1105000/1105000
38.69/38.23	c cleaning 9996 clauses out of 20008 with flag 1115000/1115000
39.00/38.56	c cleaning 10002 clauses out of 20013 with flag 1125001/1125001
39.29/38.90	c cleaning 9998 clauses out of 20010 with flag 1135000/1135000
39.69/39.22	c cleaning 10000 clauses out of 20012 with flag 1145000/1145000
40.00/39.55	c cleaning 9999 clauses out of 20012 with flag 1155000/1155000
40.39/39.92	c cleaning 10003 clauses out of 20014 with flag 1165001/1165001
40.70/40.26	c cleaning 10000 clauses out of 20012 with flag 1175002/1175002
41.00/40.59	c cleaning 10002 clauses out of 20012 with flag 1185002/1185002
41.40/40.92	c cleaning 9995 clauses out of 20010 with flag 1195002/1195002
41.70/41.26	c cleaning 10002 clauses out of 20013 with flag 1205000/1205000
42.00/41.57	c cleaning 9999 clauses out of 20011 with flag 1215000/1215000
42.40/41.94	c cleaning 10002 clauses out of 20013 with flag 1225001/1225001
42.71/42.27	c cleaning 9999 clauses out of 20011 with flag 1235001/1235001
43.11/42.61	c cleaning 10000 clauses out of 20011 with flag 1245000/1245000
43.41/42.95	c cleaning 9996 clauses out of 20011 with flag 1255000/1255000
43.81/43.31	c cleaning 10001 clauses out of 20015 with flag 1265000/1265000
44.11/43.68	c cleaning 10000 clauses out of 20014 with flag 1275000/1275000
44.51/44.04	c cleaning 10002 clauses out of 20014 with flag 1285000/1285000
44.81/44.38	c cleaning 10003 clauses out of 20013 with flag 1295001/1295001
45.21/44.74	c cleaning 9998 clauses out of 20010 with flag 1305001/1305001
45.51/45.08	c cleaning 9999 clauses out of 20011 with flag 1315000/1315000
45.91/45.42	c cleaning 10004 clauses out of 20013 with flag 1325001/1325001
46.32/45.82	c cleaning 9997 clauses out of 20009 with flag 1335001/1335001
46.96/46.20	c cleaning 9997 clauses out of 20012 with flag 1345001/1345001
47.54/46.58	c cleaning 10003 clauses out of 20014 with flag 1355000/1355000
47.94/46.93	c cleaning 10001 clauses out of 20011 with flag 1365000/1365000
48.25/47.28	c cleaning 10002 clauses out of 20010 with flag 1375000/1375000
48.35/47.33	c SATISFIABLE
48.35/47.33	c OPTIMIZING...
48.35/47.33	c Got one! Elapsed wall clock time (in seconds):47.223
48.35/47.33	o 279
48.35/47.33	c Got one! Elapsed wall clock time (in seconds):47.225
48.35/47.33	o 80
48.35/47.34	c starts		: 205
48.35/47.34	c conflicts		: 1376383
48.35/47.34	c decisions		: 2154845
48.35/47.34	c propagations		: 31410739
48.35/47.34	c inspects		: 321586755
48.35/47.34	c shortcuts		: 0
48.35/47.34	c learnt literals	: 1
48.35/47.34	c learnt binary clauses	: 7
48.35/47.34	c learnt ternary clauses	: 25
48.35/47.34	c learnt constraints	: 1376382
48.35/47.34	c ignored constraints	: 0
48.35/47.34	c root simplifications	: 0
48.35/47.34	c removed literals (reason simplification)	: 11440832
48.35/47.34	c reason swapping (by a shorter reason)	: 0
48.35/47.34	c Calls to reduceDB	: 139
48.35/47.34	c number of reductions to clauses (during analyze)	: 0
48.35/47.34	c number of learned constraints concerned by reduction	: 0
48.35/47.34	c number of learning phase by resolution	: 0
48.35/47.34	c number of learning phase by cutting planes	: 0
48.35/47.34	c speed (assignments/second)	: 3.926342375E9
48.35/47.34	c non guided choices	119
48.35/47.34	c learnt constraints type 
48.35/47.34	c constraints type 
48.35/47.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
48.35/47.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
48.35/47.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
48.35/47.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
48.35/47.34	s OPTIMUM FOUND
48.35/47.34	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 
48.35/47.34	c objective function=80
48.35/47.34	c Total wall clock time (in seconds): 47.234

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.10 2.04 1.95 3/193 22667
/proc/meminfo: memFree=12027992/32951132 swapFree=67054624/67111528
[pid=22667] ppid=22665 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/22667/stat : 22667 (java) S 22665 22667 19566 0 -1 4202496 1168 0 0 0 0 0 0 0 25 0 2 0 902550740 26714112 897 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/22667/statm: 6522 897 682 9 0 381 0
[pid=22667/tid=22668] ppid=22665 vsize=27172 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22668/stat : 22668 (java) R 22665 22667 19566 0 -1 4202560 54 0 0 0 0 0 0 0 25 0 2 0 902550740 27824128 897 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274659888042 0 0 4096 0 0 0 0 -1 5 0 0 0

[startup+0.048656 s]
/proc/loadavg: 2.10 2.04 1.95 3/193 22667
/proc/meminfo: memFree=12027992/32951132 swapFree=67054624/67111528
[pid=22667] ppid=22665 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/22667/stat : 22667 (java) S 22665 22667 19566 0 -1 4202496 11378 0 1 0 2 1 0 0 25 0 13 0 902550740 10718699520 11075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/22667/statm: 2616870 11075 1681 9 0 2607618 0
[pid=22667/tid=22668] ppid=22665 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22668/stat : 22668 (java) R 22665 22667 19566 0 -1 4202560 10231 0 1 0 2 1 0 0 25 0 13 0 902550740 10718699520 11075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676635083 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100649 s]
/proc/loadavg: 2.10 2.04 1.95 3/193 22667
/proc/meminfo: memFree=12027992/32951132 swapFree=67054624/67111528
[pid=22667] ppid=22665 vsize=10539640 CPUtime=0.1 cores=1,3,5,7
/proc/22667/stat : 22667 (java) S 22665 22667 19566 0 -1 4202496 13104 0 1 0 9 1 0 0 25 0 18 0 902550740 10792591360 12777 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22667/statm: 2634910 12777 2093 9 0 2625644 0
[pid=22667/tid=22668] ppid=22665 vsize=10539640 CPUtime=0.08 cores=1,3,5,7
/proc/22667/task/22668/stat : 22668 (java) R 22665 22667 19566 0 -1 4202560 11162 0 1 0 7 1 0 0 18 0 18 0 902550740 10792591360 12777 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 46912505099269 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539640

[startup+0.300615 s]
/proc/loadavg: 2.10 2.04 1.95 3/193 22667
/proc/meminfo: memFree=12027992/32951132 swapFree=67054624/67111528
[pid=22667] ppid=22665 vsize=10543980 CPUtime=0.54 cores=1,3,5,7
/proc/22667/stat : 22667 (java) S 22665 22667 19566 0 -1 4202496 16216 0 1 0 52 2 0 0 25 0 19 0 902550740 10797035520 14698 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22667/statm: 2635995 14698 2215 9 0 2626729 0
[pid=22667/tid=22668] ppid=22665 vsize=10543980 CPUtime=0.28 cores=1,3,5,7
/proc/22667/task/22668/stat : 22668 (java) R 22665 22667 19566 0 -1 4202560 11742 0 1 0 27 1 0 0 19 0 19 0 902550740 10797035520 14698 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 46912505227955 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10543980

[startup+0.700549 s]
/proc/loadavg: 2.10 2.04 1.95 3/193 22667
/proc/meminfo: memFree=12027992/32951132 swapFree=67054624/67111528
[pid=22667] ppid=22665 vsize=10544124 CPUtime=1.04 cores=1,3,5,7
/proc/22667/stat : 22667 (java) S 22665 22667 19566 0 -1 4202496 17410 0 1 0 102 2 0 0 25 0 19 0 902550740 10797182976 15698 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22667/statm: 2636031 15698 2247 9 0 2626765 0
[pid=22667/tid=22668] ppid=22665 vsize=10544124 CPUtime=0.66 cores=1,3,5,7
/proc/22667/task/22668/stat : 22668 (java) R 22665 22667 19566 0 -1 4202560 11943 0 1 0 65 1 0 0 17 0 19 0 902550740 10797182976 15698 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 46912505533274 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10544124

[startup+1.50141 s]
/proc/loadavg: 2.10 2.04 1.95 3/212 22686
/proc/meminfo: memFree=11973368/32951132 swapFree=67054624/67111528
[pid=22667] ppid=22665 vsize=10544124 CPUtime=1.87 cores=1,3,5,7
/proc/22667/stat : 22667 (java) S 22665 22667 19566 0 -1 4202496 17943 0 1 0 185 2 0 0 25 0 19 0 902550740 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22667/statm: 2636031 16075 2248 9 0 2626765 0
[pid=22667/tid=22668] ppid=22665 vsize=10544124 CPUtime=1.41 cores=1,3,5,7
/proc/22667/task/22668/stat : 22668 (java) R 22665 22667 19566 0 -1 4202560 11944 0 1 0 140 1 0 0 18 0 19 0 902550740 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 46912505716671 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22667/tid=22670] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22670/stat : 22670 (java) S 22665 22667 19566 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22671] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22671/stat : 22671 (java) S 22665 22667 19566 0 -1 4202560 43 0 0 0 0 0 0 0 16 0 19 0 902550742 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22672] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22672/stat : 22672 (java) S 22665 22667 19566 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22673] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22673/stat : 22673 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22674] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22674/stat : 22674 (java) S 22665 22667 19566 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22675] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22675/stat : 22675 (java) S 22665 22667 19566 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22676] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22676/stat : 22676 (java) S 22665 22667 19566 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22677] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22677/stat : 22677 (java) S 22665 22667 19566 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22678] ppid=22665 vsize=10544124 CPUtime=0.05 cores=1,3,5,7
/proc/22667/task/22678/stat : 22678 (java) S 22665 22667 19566 0 -1 4202560 470 0 0 0 5 0 0 0 15 0 19 0 902550743 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22679] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22679/stat : 22679 (java) S 22665 22667 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22680] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22680/stat : 22680 (java) S 22665 22667 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22681] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22681/stat : 22681 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550745 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22682] ppid=22665 vsize=10544124 CPUtime=0.19 cores=1,3,5,7
/proc/22667/task/22682/stat : 22682 (java) S 22665 22667 19566 0 -1 4202560 1794 0 0 0 19 0 0 0 15 0 19 0 902550745 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22683] ppid=22665 vsize=10544124 CPUtime=0.17 cores=1,3,5,7
/proc/22667/task/22683/stat : 22683 (java) S 22665 22667 19566 0 -1 4202560 1942 0 0 0 17 0 0 0 15 0 19 0 902550745 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22684] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22684/stat : 22684 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550745 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22685] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22685/stat : 22685 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902550745 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22686] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22686/stat : 22686 (java) S 22665 22667 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902550756 10797182976 16075 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10544124

[startup+3.10113 s]
/proc/loadavg: 2.09 2.04 1.95 3/212 22686
/proc/meminfo: memFree=11971376/32951132 swapFree=67054624/67111528
[pid=22667] ppid=22665 vsize=10544124 CPUtime=3.47 cores=1,3,5,7
/proc/22667/stat : 22667 (java) S 22665 22667 19566 0 -1 4202496 18112 0 1 0 345 2 0 0 25 0 19 0 902550740 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22667/statm: 2636031 16240 2248 9 0 2626765 0
[pid=22667/tid=22668] ppid=22665 vsize=10544124 CPUtime=2.96 cores=1,3,5,7
/proc/22667/task/22668/stat : 22668 (java) R 22665 22667 19566 0 -1 4202560 11948 0 1 0 295 1 0 0 19 0 19 0 902550740 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 46912505553495 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22667/tid=22670] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22670/stat : 22670 (java) S 22665 22667 19566 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22671] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22671/stat : 22671 (java) S 22665 22667 19566 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22672] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22672/stat : 22672 (java) S 22665 22667 19566 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22673] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22673/stat : 22673 (java) S 22665 22667 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22674] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22674/stat : 22674 (java) S 22665 22667 19566 0 -1 4202560 103 0 0 0 0 0 0 0 16 0 19 0 902550742 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22675] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22675/stat : 22675 (java) S 22665 22667 19566 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22676] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22676/stat : 22676 (java) S 22665 22667 19566 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 19 0 902550742 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22677] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22677/stat : 22677 (java) S 22665 22667 19566 0 -1 4202560 151 0 0 0 0 0 0 0 16 0 19 0 902550742 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22678] ppid=22665 vsize=10544124 CPUtime=0.1 cores=1,3,5,7
/proc/22667/task/22678/stat : 22678 (java) S 22665 22667 19566 0 -1 4202560 620 0 0 0 10 0 0 0 15 0 19 0 902550743 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22679] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22679/stat : 22679 (java) S 22665 22667 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22680] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22680/stat : 22680 (java) S 22665 22667 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22681] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22681/stat : 22681 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550745 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22682] ppid=22665 vsize=10544124 CPUtime=0.19 cores=1,3,5,7
/proc/22667/task/22682/stat : 22682 (java) S 22665 22667 19566 0 -1 4202560 1794 0 0 0 19 0 0 0 15 0 19 0 902550745 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22683] ppid=22665 vsize=10544124 CPUtime=0.17 cores=1,3,5,7
/proc/22667/task/22683/stat : 22683 (java) S 22665 22667 19566 0 -1 4202560 1942 0 0 0 17 0 0 0 15 0 19 0 902550745 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22684] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22684/stat : 22684 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550745 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22685] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22685/stat : 22685 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902550745 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22686] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22686/stat : 22686 (java) S 22665 22667 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902550756 10797182976 16240 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10544124

[startup+6.30158 s]
/proc/loadavg: 2.09 2.04 1.95 4/212 22686
/proc/meminfo: memFree=11950544/32951132 swapFree=67054624/67111528
[pid=22667] ppid=22665 vsize=10544124 CPUtime=6.67 cores=1,3,5,7
/proc/22667/stat : 22667 (java) S 22665 22667 19566 0 -1 4202496 18180 0 1 0 665 2 0 0 25 0 19 0 902550740 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22667/statm: 2636031 16274 2248 9 0 2626765 0
[pid=22667/tid=22668] ppid=22665 vsize=10544124 CPUtime=6.03 cores=1,3,5,7
/proc/22667/task/22668/stat : 22668 (java) R 22665 22667 19566 0 -1 4202560 11958 0 1 0 602 1 0 0 19 0 19 0 902550740 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 46912505329159 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22667/tid=22670] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22670/stat : 22670 (java) S 22665 22667 19566 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22671] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22671/stat : 22671 (java) S 22665 22667 19566 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22672] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22672/stat : 22672 (java) S 22665 22667 19566 0 -1 4202560 10 0 0 0 0 0 0 0 16 0 19 0 902550742 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22673] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22673/stat : 22673 (java) S 22665 22667 19566 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22674] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22674/stat : 22674 (java) S 22665 22667 19566 0 -1 4202560 103 0 0 0 0 0 0 0 16 0 19 0 902550742 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22675] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22675/stat : 22675 (java) S 22665 22667 19566 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22676] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22676/stat : 22676 (java) S 22665 22667 19566 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22677] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22677/stat : 22677 (java) S 22665 22667 19566 0 -1 4202560 153 0 0 0 0 0 0 0 15 0 19 0 902550742 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22678] ppid=22665 vsize=10544124 CPUtime=0.22 cores=1,3,5,7
/proc/22667/task/22678/stat : 22678 (java) S 22665 22667 19566 0 -1 4202560 672 0 0 0 22 0 0 0 15 0 19 0 902550743 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22679] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22679/stat : 22679 (java) S 22665 22667 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22680] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22680/stat : 22680 (java) S 22665 22667 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22681] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22681/stat : 22681 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550745 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22682] ppid=22665 vsize=10544124 CPUtime=0.19 cores=1,3,5,7
/proc/22667/task/22682/stat : 22682 (java) S 22665 22667 19566 0 -1 4202560 1794 0 0 0 19 0 0 0 15 0 19 0 902550745 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22683] ppid=22665 vsize=10544124 CPUtime=0.17 cores=1,3,5,7
/proc/22667/task/22683/stat : 22683 (java) S 22665 22667 19566 0 -1 4202560 1942 0 0 0 17 0 0 0 15 0 19 0 902550745 10797182976 16274 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0

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

/proc/22667/task/22670/stat : 22670 (java) S 22665 22667 19566 0 -1 4202560 117 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22671] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22671/stat : 22671 (java) S 22665 22667 19566 0 -1 4202560 46 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22672] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22672/stat : 22672 (java) S 22665 22667 19566 0 -1 4202560 15 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22673] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22673/stat : 22673 (java) S 22665 22667 19566 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22674] ppid=22665 vsize=10544124 CPUtime=0.02 cores=1,3,5,7
/proc/22667/task/22674/stat : 22674 (java) S 22665 22667 19566 0 -1 4202560 107 0 0 0 2 0 0 0 15 0 19 0 902550742 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22675] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22675/stat : 22675 (java) S 22665 22667 19566 0 -1 4202560 207 0 0 0 3 0 0 0 16 0 19 0 902550742 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22676] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22676/stat : 22676 (java) S 22665 22667 19566 0 -1 4202560 32 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22677] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22677/stat : 22677 (java) S 22665 22667 19566 0 -1 4202560 155 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22678] ppid=22665 vsize=10544124 CPUtime=1.71 cores=1,3,5,7
/proc/22667/task/22678/stat : 22678 (java) S 22665 22667 19566 0 -1 4202560 861 0 0 0 169 2 0 0 16 0 19 0 902550743 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22679] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22679/stat : 22679 (java) S 22665 22667 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22680] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22680/stat : 22680 (java) S 22665 22667 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22681] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22681/stat : 22681 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550745 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22682] ppid=22665 vsize=10544124 CPUtime=0.19 cores=1,3,5,7
/proc/22667/task/22682/stat : 22682 (java) S 22665 22667 19566 0 -1 4202560 1794 0 0 0 19 0 0 0 15 0 19 0 902550745 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22683] ppid=22665 vsize=10544124 CPUtime=0.2 cores=1,3,5,7
/proc/22667/task/22683/stat : 22683 (java) S 22665 22667 19566 0 -1 4202560 2456 0 0 0 20 0 0 0 15 0 19 0 902550745 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22684] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22684/stat : 22684 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550745 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22685] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22685/stat : 22685 (java) S 22665 22667 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902550745 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22686] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22686/stat : 22686 (java) S 22665 22667 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902550756 10797182976 16703 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 45.21
Current children cumulated vsize (KiB) 10544124

[startup+46.3007 s]
/proc/loadavg: 2.04 2.03 1.95 3/212 22688
/proc/meminfo: memFree=11937924/32951132 swapFree=67054624/67111528
[pid=22667] ppid=22665 vsize=10544124 CPUtime=47.15 cores=1,3,5,7
/proc/22667/stat : 22667 (java) S 22665 22667 19566 0 -1 4202496 27299 0 1 0 4709 6 0 0 25 0 19 0 902550740 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22667/statm: 2636031 21000 2251 9 0 2626765 0
[pid=22667/tid=22668] ppid=22665 vsize=10544124 CPUtime=44.33 cores=1,3,5,7
/proc/22667/task/22668/stat : 22668 (java) R 22665 22667 19566 0 -1 4202560 12077 0 1 0 4432 1 0 0 19 0 19 0 902550740 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 46912505582196 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22667/tid=22670] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22670/stat : 22670 (java) S 22665 22667 19566 0 -1 4202560 117 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22671] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22671/stat : 22671 (java) S 22665 22667 19566 0 -1 4202560 46 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22672] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22672/stat : 22672 (java) S 22665 22667 19566 0 -1 4202560 15 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22673] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22673/stat : 22673 (java) S 22665 22667 19566 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22674] ppid=22665 vsize=10544124 CPUtime=0.02 cores=1,3,5,7
/proc/22667/task/22674/stat : 22674 (java) S 22665 22667 19566 0 -1 4202560 107 0 0 0 2 0 0 0 15 0 19 0 902550742 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22675] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22675/stat : 22675 (java) S 22665 22667 19566 0 -1 4202560 207 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22676] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22676/stat : 22676 (java) S 22665 22667 19566 0 -1 4202560 32 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22677] ppid=22665 vsize=10544124 CPUtime=0.04 cores=1,3,5,7
/proc/22667/task/22677/stat : 22677 (java) S 22665 22667 19566 0 -1 4202560 155 0 0 0 4 0 0 0 15 0 19 0 902550742 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22678] ppid=22665 vsize=10544124 CPUtime=1.78 cores=1,3,5,7
/proc/22667/task/22678/stat : 22678 (java) S 22665 22667 19566 0 -1 4202560 871 0 0 0 176 2 0 0 16 0 19 0 902550743 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22679] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22679/stat : 22679 (java) S 22665 22667 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22680] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22680/stat : 22680 (java) S 22665 22667 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22681] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22681/stat : 22681 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550745 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22682] ppid=22665 vsize=10544124 CPUtime=0.22 cores=1,3,5,7
/proc/22667/task/22682/stat : 22682 (java) S 22665 22667 19566 0 -1 4202560 1826 0 0 0 22 0 0 0 16 0 19 0 902550745 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22683] ppid=22665 vsize=10544124 CPUtime=0.5 cores=1,3,5,7
/proc/22667/task/22683/stat : 22683 (java) R 22665 22667 19566 0 -1 4202560 10685 0 0 0 49 1 0 0 15 0 19 0 902550745 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 47582884468824 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22667/tid=22684] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22684/stat : 22684 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550745 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22685] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22685/stat : 22685 (java) S 22665 22667 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902550745 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22686] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22686/stat : 22686 (java) S 22665 22667 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902550756 10797182976 21000 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.15
Current children cumulated vsize (KiB) 10544124

[startup+47.1015 s]
/proc/loadavg: 2.04 2.03 1.95 3/212 22688
/proc/meminfo: memFree=11937924/32951132 swapFree=67054624/67111528
[pid=22667] ppid=22665 vsize=10544124 CPUtime=48.14 cores=1,3,5,7
/proc/22667/stat : 22667 (java) S 22665 22667 19566 0 -1 4202496 28182 0 1 0 4808 6 0 0 25 0 19 0 902550740 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22667/statm: 2636031 19667 2251 9 0 2626765 0
[pid=22667/tid=22668] ppid=22665 vsize=10544124 CPUtime=45.1 cores=1,3,5,7
/proc/22667/task/22668/stat : 22668 (java) R 22665 22667 19566 0 -1 4202560 12079 0 1 0 4509 1 0 0 20 0 19 0 902550740 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 46912505533694 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22667/tid=22670] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22670/stat : 22670 (java) S 22665 22667 19566 0 -1 4202560 117 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22671] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22671/stat : 22671 (java) S 22665 22667 19566 0 -1 4202560 46 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22672] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22672/stat : 22672 (java) S 22665 22667 19566 0 -1 4202560 15 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22673] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22673/stat : 22673 (java) S 22665 22667 19566 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22674] ppid=22665 vsize=10544124 CPUtime=0.02 cores=1,3,5,7
/proc/22667/task/22674/stat : 22674 (java) S 22665 22667 19566 0 -1 4202560 107 0 0 0 2 0 0 0 15 0 19 0 902550742 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22675] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22675/stat : 22675 (java) S 22665 22667 19566 0 -1 4202560 207 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22676] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22676/stat : 22676 (java) S 22665 22667 19566 0 -1 4202560 32 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22677] ppid=22665 vsize=10544124 CPUtime=0.04 cores=1,3,5,7
/proc/22667/task/22677/stat : 22677 (java) S 22665 22667 19566 0 -1 4202560 155 0 0 0 4 0 0 0 15 0 19 0 902550742 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22678] ppid=22665 vsize=10544124 CPUtime=1.81 cores=1,3,5,7
/proc/22667/task/22678/stat : 22678 (java) S 22665 22667 19566 0 -1 4202560 871 0 0 0 179 2 0 0 16 0 19 0 902550743 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22679] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22679/stat : 22679 (java) S 22665 22667 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22680] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22680/stat : 22680 (java) S 22665 22667 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22681] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22681/stat : 22681 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550745 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22682] ppid=22665 vsize=10544124 CPUtime=0.22 cores=1,3,5,7
/proc/22667/task/22682/stat : 22682 (java) S 22665 22667 19566 0 -1 4202560 1826 0 0 0 22 0 0 0 16 0 19 0 902550745 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22683] ppid=22665 vsize=10544124 CPUtime=0.69 cores=1,3,5,7
/proc/22667/task/22683/stat : 22683 (java) S 22665 22667 19566 0 -1 4202560 11566 0 0 0 68 1 0 0 16 0 19 0 902550745 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22684] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22684/stat : 22684 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550745 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22685] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22685/stat : 22685 (java) S 22665 22667 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902550745 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22686] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22686/stat : 22686 (java) S 22665 22667 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902550756 10797182976 19667 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.14
Current children cumulated vsize (KiB) 10544124

[startup+47.3065 s]
/proc/loadavg: 2.04 2.03 1.95 3/212 22688
/proc/meminfo: memFree=11939784/32951132 swapFree=67054624/67111528
[pid=22667] ppid=22665 vsize=10544124 CPUtime=48.35 cores=1,3,5,7
/proc/22667/stat : 22667 (java) S 22665 22667 19566 0 -1 4202496 28193 0 1 0 4829 6 0 0 25 0 19 0 902550740 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22667/statm: 2636031 19677 2251 9 0 2626765 0
[pid=22667/tid=22668] ppid=22665 vsize=10544124 CPUtime=45.29 cores=1,3,5,7
/proc/22667/task/22668/stat : 22668 (java) R 22665 22667 19566 0 -1 4202560 12080 0 1 0 4528 1 0 0 17 0 19 0 902550740 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 46912505552415 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=22667/tid=22670] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22670/stat : 22670 (java) S 22665 22667 19566 0 -1 4202560 117 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22671] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22671/stat : 22671 (java) S 22665 22667 19566 0 -1 4202560 46 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22672] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22672/stat : 22672 (java) S 22665 22667 19566 0 -1 4202560 15 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22673] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22673/stat : 22673 (java) S 22665 22667 19566 0 -1 4202560 9 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22674] ppid=22665 vsize=10544124 CPUtime=0.02 cores=1,3,5,7
/proc/22667/task/22674/stat : 22674 (java) S 22665 22667 19566 0 -1 4202560 107 0 0 0 2 0 0 0 15 0 19 0 902550742 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22675] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22675/stat : 22675 (java) S 22665 22667 19566 0 -1 4202560 207 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22676] ppid=22665 vsize=10544124 CPUtime=0.03 cores=1,3,5,7
/proc/22667/task/22676/stat : 22676 (java) S 22665 22667 19566 0 -1 4202560 32 0 0 0 3 0 0 0 15 0 19 0 902550742 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22677] ppid=22665 vsize=10544124 CPUtime=0.04 cores=1,3,5,7
/proc/22667/task/22677/stat : 22677 (java) S 22665 22667 19566 0 -1 4202560 155 0 0 0 4 0 0 0 15 0 19 0 902550742 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22678] ppid=22665 vsize=10544124 CPUtime=1.82 cores=1,3,5,7
/proc/22667/task/22678/stat : 22678 (java) S 22665 22667 19566 0 -1 4202560 881 0 0 0 180 2 0 0 16 0 19 0 902550743 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 0 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22679] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22679/stat : 22679 (java) S 22665 22667 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22680] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22680/stat : 22680 (java) S 22665 22667 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902550743 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22681] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22681/stat : 22681 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550745 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676631985 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22682] ppid=22665 vsize=10544124 CPUtime=0.22 cores=1,3,5,7
/proc/22667/task/22682/stat : 22682 (java) S 22665 22667 19566 0 -1 4202560 1826 0 0 0 22 0 0 0 16 0 19 0 902550745 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 7 0 0 0
[pid=22667/tid=22683] ppid=22665 vsize=10544124 CPUtime=0.69 cores=1,3,5,7
/proc/22667/task/22683/stat : 22683 (java) S 22665 22667 19566 0 -1 4202560 11566 0 0 0 68 1 0 0 16 0 19 0 902550745 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
[pid=22667/tid=22684] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22684/stat : 22684 (java) S 22665 22667 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902550745 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624281 0 4 0 16800975 18446604471138621568 0 0 -1 5 0 0 0
[pid=22667/tid=22685] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22685/stat : 22685 (java) S 22665 22667 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902550745 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 3 0 0 0
[pid=22667/tid=22686] ppid=22665 vsize=10544124 CPUtime=0 cores=1,3,5,7
/proc/22667/task/22686/stat : 22686 (java) S 22665 22667 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902550756 10797182976 19677 33554432000 1073741824 1073778376 140733999103536 18446744073709551615 274676624896 0 4 0 16800975 18446604471138621568 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 48.35
Current children cumulated vsize (KiB) 10544124

Child status: 30
Real time (s): 47.3479
CPU time (s): 48.4256
CPU user time (s): 48.3526
CPU system time (s): 0.072988
CPU usage (%): 102.276
Max. virtual memory (cumulated for all children) (KiB): 10544252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.3526
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28221
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= 5150
involuntary context switches= 2070

runsolver used 0.087986 second user time and 0.185971 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:11:51
IDJOB=3492329
IDBENCH=78757
IDSOLVER=1982
FILE ID=node131/3492329-1307909511
RUNJOBID= node131-1307907581-21985
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

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

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

MD5SUM BENCH= c7dcb25d665cb550b68931937f8d1bd8
RANDOM SEED=128310617

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12028404 kB
Buffers:        332872 kB
Cached:       19808508 kB
SwapCached:       9816 kB
Active:       15675856 kB
Inactive:      4561728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12028404 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             616 kB
Writeback:           8 kB
AnonPages:       93912 kB
Mapped:          21444 kB
Slab:           622268 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10568348 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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