Trace number 3492396

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 49.0395 47.985

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976157--soft-66-100-0.wbo
MD5SUM5061ef924a5cd54acce02b550ce78c9d
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.849869
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 1294
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-3492396-1307909784.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.71/0.45	c cleaning 2498 clauses out of 5000 with flag 5000/5000
0.96/0.60	c SATISFIABLE
0.96/0.60	c OPTIMIZING...
0.96/0.60	c Got one! Elapsed wall clock time (in seconds):0.498
0.96/0.60	o 320
0.96/0.64	c cleaning 3997 clauses out of 8002 with flag 1000/10500
1.19/0.84	c cleaning 5001 clauses out of 10005 with flag 7000/16500
1.39/1.08	c cleaning 5998 clauses out of 12004 with flag 14000/23500
1.62/1.22	c Got one! Elapsed wall clock time (in seconds):1.119
1.62/1.22	o 283
1.62/1.26	c cleaning 5599 clauses out of 11205 with flag 1000/28699
1.82/1.44	c cleaning 5799 clauses out of 11607 with flag 7001/34700
2.02/1.66	c cleaning 6400 clauses out of 12807 with flag 14000/41699
2.13/1.71	c Got one! Elapsed wall clock time (in seconds):1.607
2.13/1.71	o 271
2.22/1.85	c cleaning 5944 clauses out of 11892 with flag 4002/47184
2.42/2.06	c cleaning 5970 clauses out of 11947 with flag 10001/53183
2.63/2.29	c cleaning 6483 clauses out of 12978 with flag 17002/60184
2.82/2.44	c Got one! Elapsed wall clock time (in seconds):2.34
2.82/2.44	o 239
2.82/2.48	c cleaning 6114 clauses out of 12237 with flag 1002/65926
3.03/2.68	c cleaning 6056 clauses out of 12122 with flag 7001/71925
3.33/2.93	c cleaning 6525 clauses out of 13065 with flag 14000/78924
3.63/3.22	c cleaning 7266 clauses out of 14540 with flag 22000/86924
3.93/3.53	c cleaning 8133 clauses out of 16275 with flag 31001/95925
4.24/3.89	c cleaning 9069 clauses out of 18141 with flag 41000/105924
4.64/4.22	c cleaning 9532 clauses out of 19072 with flag 51000/115924
4.94/4.59	c cleaning 9768 clauses out of 19541 with flag 61001/125925
5.34/4.96	c cleaning 9883 clauses out of 19773 with flag 71001/135925
5.74/5.33	c cleaning 9938 clauses out of 19889 with flag 81000/145924
6.14/5.70	c cleaning 9970 clauses out of 19951 with flag 91000/155924
6.43/6.06	c cleaning 9986 clauses out of 19981 with flag 101000/165924
6.83/6.41	c cleaning 9993 clauses out of 19995 with flag 111000/175924
7.13/6.77	c cleaning 9992 clauses out of 20002 with flag 121000/185924
7.53/7.14	c cleaning 10002 clauses out of 20012 with flag 131002/195926
7.83/7.49	c cleaning 9998 clauses out of 20008 with flag 141000/205924
8.24/7.83	c cleaning 10002 clauses out of 20010 with flag 151000/215924
8.64/8.20	c cleaning 10001 clauses out of 20009 with flag 161001/225925
8.94/8.56	c cleaning 10000 clauses out of 20009 with flag 171002/235926
9.15/8.74	c Got one! Elapsed wall clock time (in seconds):8.635
9.15/8.74	o 200
9.34/8.94	c cleaning 10166 clauses out of 20342 with flag 5000/246259
9.54/9.14	c cleaning 8086 clauses out of 16177 with flag 11001/252260
9.74/9.37	c cleaning 7541 clauses out of 15090 with flag 18000/259259
10.04/9.66	c cleaning 7772 clauses out of 15550 with flag 26001/267260
10.35/9.96	c cleaning 8385 clauses out of 16778 with flag 35001/276260
10.75/10.32	c cleaning 9191 clauses out of 18392 with flag 45000/286259
11.05/10.67	c cleaning 9599 clauses out of 19202 with flag 55001/296260
11.35/10.95	c Got one! Elapsed wall clock time (in seconds):10.844
11.35/10.95	o 136
11.55/11.18	c cleaning 11342 clauses out of 22695 with flag 5002/309352
11.85/11.41	c cleaning 8674 clauses out of 17352 with flag 11001/315351
12.05/11.68	c cleaning 7834 clauses out of 15678 with flag 18001/322351
12.45/12.03	c cleaning 7916 clauses out of 15844 with flag 26001/330351
12.75/12.36	c cleaning 8462 clauses out of 16928 with flag 35001/339351
13.15/12.73	c cleaning 9223 clauses out of 18465 with flag 45000/349350
13.45/13.08	c cleaning 9618 clauses out of 19244 with flag 55002/359352
13.85/13.43	c cleaning 9809 clauses out of 19625 with flag 65001/369351
14.05/13.68	c Got one! Elapsed wall clock time (in seconds):13.582
14.05/13.68	o 117
14.35/13.90	c cleaning 11194 clauses out of 22393 with flag 5001/381928
14.55/14.12	c cleaning 8594 clauses out of 17198 with flag 11000/387927
14.76/14.37	c cleaning 7796 clauses out of 15604 with flag 18000/394927
15.05/14.64	c cleaning 7898 clauses out of 15808 with flag 26000/402927
15.36/14.97	c cleaning 8448 clauses out of 16910 with flag 35000/411927
15.77/15.33	c cleaning 9227 clauses out of 18462 with flag 45000/421927
16.16/15.73	c cleaning 9613 clauses out of 19235 with flag 55000/431927
16.56/16.10	c cleaning 9808 clauses out of 19623 with flag 65001/441928
16.87/16.47	c cleaning 9901 clauses out of 19815 with flag 75001/451928
17.27/16.84	c cleaning 9951 clauses out of 19913 with flag 85000/461927
17.67/17.20	c cleaning 9979 clauses out of 19964 with flag 95002/471929
17.97/17.57	c cleaning 9988 clauses out of 19985 with flag 105002/481929
18.37/17.93	c cleaning 9994 clauses out of 19995 with flag 115000/491927
18.77/18.30	c cleaning 9992 clauses out of 20001 with flag 125000/501927
19.07/18.66	c cleaning 10000 clauses out of 20009 with flag 135000/511927
19.47/19.01	c cleaning 9999 clauses out of 20009 with flag 145000/521927
19.77/19.36	c cleaning 9997 clauses out of 20010 with flag 155000/531927
20.18/19.70	c cleaning 10002 clauses out of 20014 with flag 165001/541928
20.49/20.06	c cleaning 10002 clauses out of 20011 with flag 175000/551927
20.89/20.44	c cleaning 10001 clauses out of 20010 with flag 185001/561928
21.30/20.82	c cleaning 10001 clauses out of 20011 with flag 195003/571930
21.59/21.17	c cleaning 9999 clauses out of 20007 with flag 205000/581927
21.99/21.51	c cleaning 10001 clauses out of 20008 with flag 215000/591927
22.29/21.87	c cleaning 9999 clauses out of 20008 with flag 225001/601928
22.70/22.23	c cleaning 9998 clauses out of 20008 with flag 235000/611927
23.10/22.60	c cleaning 9998 clauses out of 20010 with flag 245000/621927
23.40/22.97	c cleaning 10001 clauses out of 20012 with flag 255000/631927
23.80/23.32	c cleaning 9999 clauses out of 20013 with flag 265002/641929
24.10/23.67	c cleaning 10001 clauses out of 20013 with flag 275001/651928
24.50/24.02	c cleaning 10002 clauses out of 20011 with flag 285000/661927
24.81/24.38	c cleaning 9997 clauses out of 20009 with flag 295000/671927
25.21/24.74	c cleaning 10004 clauses out of 20013 with flag 305001/681928
25.61/25.10	c cleaning 10001 clauses out of 20009 with flag 315001/691928
25.91/25.44	c cleaning 9999 clauses out of 20007 with flag 325000/701927
26.31/25.80	c cleaning 9996 clauses out of 20008 with flag 335000/711927
26.61/26.15	c cleaning 10003 clauses out of 20012 with flag 345000/721927
27.01/26.50	c cleaning 10002 clauses out of 20010 with flag 355001/731928
27.31/26.86	c cleaning 9999 clauses out of 20009 with flag 365002/741929
27.71/27.23	c cleaning 10000 clauses out of 20008 with flag 375000/751927
28.12/27.60	c cleaning 10001 clauses out of 20008 with flag 385000/761927
28.42/27.96	c cleaning 9999 clauses out of 20009 with flag 395002/771929
28.82/28.30	c cleaning 9996 clauses out of 20008 with flag 405000/781927
29.12/28.66	c cleaning 10003 clauses out of 20013 with flag 415001/791928
29.52/29.03	c cleaning 9998 clauses out of 20009 with flag 425000/801927
29.82/29.39	c cleaning 10003 clauses out of 20016 with flag 435005/811932
30.23/29.74	c cleaning 9999 clauses out of 20009 with flag 445001/821928
30.62/30.11	c cleaning 10000 clauses out of 20011 with flag 455002/831929
30.92/30.48	c cleaning 9999 clauses out of 20009 with flag 465000/841927
31.33/30.84	c cleaning 10001 clauses out of 20012 with flag 475002/851929
31.72/31.22	c cleaning 9996 clauses out of 20011 with flag 485002/861929
32.03/31.57	c cleaning 10001 clauses out of 20015 with flag 495002/871929
32.43/31.93	c cleaning 10003 clauses out of 20016 with flag 505004/881931
32.83/32.30	c cleaning 10002 clauses out of 20012 with flag 515003/891930
33.13/32.68	c cleaning 9997 clauses out of 20008 with flag 525001/901928
33.54/33.05	c cleaning 10001 clauses out of 20010 with flag 535000/911927
33.93/33.45	c cleaning 10001 clauses out of 20010 with flag 545001/921928
34.33/33.82	c cleaning 9997 clauses out of 20008 with flag 555000/931927
34.73/34.21	c cleaning 10003 clauses out of 20013 with flag 565002/941929
35.03/34.56	c cleaning 10001 clauses out of 20008 with flag 575000/951927
35.43/34.94	c cleaning 10000 clauses out of 20008 with flag 585001/961928
35.84/35.31	c cleaning 9999 clauses out of 20007 with flag 595000/971927
36.14/35.66	c cleaning 9997 clauses out of 20008 with flag 605000/981927
36.44/36.00	c cleaning 10003 clauses out of 20012 with flag 615001/991928
36.84/36.37	c cleaning 10000 clauses out of 20009 with flag 625001/1001928
37.24/36.75	c cleaning 10002 clauses out of 20009 with flag 635001/1011928
37.63/37.12	c cleaning 9998 clauses out of 20007 with flag 645001/1021928
37.94/37.47	c cleaning 10001 clauses out of 20010 with flag 655002/1031929
38.33/37.83	c cleaning 9996 clauses out of 20007 with flag 665000/1041927
38.63/38.19	c cleaning 10003 clauses out of 20013 with flag 675002/1051929
39.04/38.55	c cleaning 10000 clauses out of 20009 with flag 685001/1061928
39.43/38.92	c cleaning 9997 clauses out of 20008 with flag 695000/1071927
39.73/39.28	c cleaning 9997 clauses out of 20011 with flag 705000/1081927
40.14/39.66	c cleaning 9997 clauses out of 20014 with flag 715000/1091927
40.54/40.03	c cleaning 10003 clauses out of 20017 with flag 725000/1101927
40.94/40.40	c cleaning 10003 clauses out of 20015 with flag 735001/1111928
41.24/40.78	c cleaning 10003 clauses out of 20013 with flag 745002/1121929
41.64/41.13	c cleaning 9999 clauses out of 20008 with flag 755000/1131927
42.04/41.50	c cleaning 10001 clauses out of 20009 with flag 765000/1141927
42.34/41.86	c cleaning 9996 clauses out of 20008 with flag 775000/1151927
42.74/42.22	c cleaning 9999 clauses out of 20013 with flag 785001/1161928
43.04/42.58	c cleaning 10000 clauses out of 20016 with flag 795003/1171930
43.45/42.97	c cleaning 10003 clauses out of 20014 with flag 805001/1181928
43.84/43.35	c cleaning 10000 clauses out of 20010 with flag 815000/1191927
44.24/43.70	c cleaning 9999 clauses out of 20010 with flag 825000/1201927
44.55/44.06	c cleaning 9997 clauses out of 20011 with flag 835000/1211927
44.94/44.43	c cleaning 10003 clauses out of 20014 with flag 845000/1221927
45.24/44.79	c cleaning 10001 clauses out of 20011 with flag 855000/1231927
45.65/45.16	c cleaning 9997 clauses out of 20010 with flag 865000/1241927
46.05/45.55	c cleaning 10003 clauses out of 20014 with flag 875001/1251928
46.45/45.92	c cleaning 10002 clauses out of 20012 with flag 885002/1261929
46.85/46.33	c cleaning 10001 clauses out of 20008 with flag 895000/1271927
47.25/46.70	c cleaning 10003 clauses out of 20009 with flag 905002/1281929
47.55/47.09	c cleaning 10000 clauses out of 20006 with flag 915002/1291929
48.06/47.54	c cleaning 9999 clauses out of 20005 with flag 925001/1301928
48.88/47.91	c cleaning 10002 clauses out of 20006 with flag 935001/1311928
48.88/47.94	c Got one! Elapsed wall clock time (in seconds):47.842
48.88/47.94	o 80
48.88/47.95	c starts		: 197
48.88/47.95	c conflicts		: 1312358
48.88/47.95	c decisions		: 2148633
48.88/47.95	c propagations		: 29883832
48.88/47.95	c inspects		: 281660895
48.88/47.95	c shortcuts		: 0
48.88/47.95	c learnt literals	: 1
48.88/47.95	c learnt binary clauses	: 11
48.88/47.95	c learnt ternary clauses	: 370
48.88/47.95	c learnt constraints	: 1312357
48.88/47.95	c ignored constraints	: 0
48.88/47.95	c root simplifications	: 0
48.88/47.95	c removed literals (reason simplification)	: 10183677
48.88/47.95	c reason swapping (by a shorter reason)	: 0
48.88/47.95	c Calls to reduceDB	: 139
48.88/47.95	c number of reductions to clauses (during analyze)	: 0
48.88/47.95	c number of learned constraints concerned by reduction	: 0
48.88/47.95	c number of learning phase by resolution	: 0
48.88/47.95	c number of learning phase by cutting planes	: 0
48.88/47.95	c speed (assignments/second)	: 3.735479E9
48.88/47.95	c non guided choices	338
48.88/47.95	c learnt constraints type 
48.88/47.95	c constraints type 
48.88/47.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
48.88/47.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
48.88/47.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
48.88/47.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
48.88/47.95	s OPTIMUM FOUND
48.88/47.95	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.88/47.95	c objective function=80
48.88/47.95	c Total wall clock time (in seconds): 47.851

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-3492396-1307909784/watcher-3492396-1307909784 -o /tmp/evaluation-result-3492396-1307909784/solver-3492396-1307909784 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492396-1307909784.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.03 2.04 1.96 2/193 23416
/proc/meminfo: memFree=12040288/32951132 swapFree=67054624/67111528
[pid=23416] ppid=23414 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/23416/stat : 23416 (java) S 23414 23416 19566 0 -1 4202496 1239 0 0 0 0 0 0 0 25 0 2 0 902578039 31260672 957 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676611045 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/23416/statm: 7632 957 730 9 0 383 0
[pid=23416/tid=23417] ppid=23414 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23417/stat : 23417 (java) R 23414 23416 19566 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 902578040 31260672 957 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274664808192 0 0 4096 0 0 0 0 -1 2 0 0 0

[startup+0.0429529 s]
/proc/loadavg: 2.03 2.04 1.96 2/193 23416
/proc/meminfo: memFree=12040288/32951132 swapFree=67054624/67111528
[pid=23416] ppid=23414 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/23416/stat : 23416 (java) S 23414 23416 19566 0 -1 4202496 11292 0 1 0 2 1 0 0 25 0 13 0 902578039 10718699520 10987 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/23416/statm: 2616870 10988 1675 9 0 2607618 0
[pid=23416/tid=23417] ppid=23414 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/23416/task/23417/stat : 23417 (java) R 23414 23416 19566 0 -1 4202560 10144 0 1 0 2 1 0 0 25 0 13 0 902578040 10718699520 10988 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 47394102648739 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100975 s]
/proc/loadavg: 2.03 2.04 1.96 2/193 23416
/proc/meminfo: memFree=12040288/32951132 swapFree=67054624/67111528
[pid=23416] ppid=23414 vsize=10539884 CPUtime=0.1 cores=0,2,4,6
/proc/23416/stat : 23416 (java) S 23414 23416 19566 0 -1 4202496 13104 0 1 0 9 1 0 0 25 0 18 0 902578039 10792841216 12773 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23416/statm: 2634971 12774 2092 9 0 2625705 0
[pid=23416/tid=23417] ppid=23414 vsize=10539884 CPUtime=0.08 cores=0,2,4,6
/proc/23416/task/23417/stat : 23417 (java) R 23414 23416 19566 0 -1 4202560 11156 0 1 0 7 1 0 0 18 0 18 0 902578040 10792841216 12774 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676635083 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539884

[startup+0.300912 s]
/proc/loadavg: 2.03 2.04 1.96 2/193 23416
/proc/meminfo: memFree=12040288/32951132 swapFree=67054624/67111528
[pid=23416] ppid=23414 vsize=10542368 CPUtime=0.58 cores=0,2,4,6
/proc/23416/stat : 23416 (java) S 23414 23416 19566 0 -1 4202496 16458 0 1 0 56 2 0 0 25 0 19 0 902578039 10795384832 14917 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23416/statm: 2635592 14917 2216 9 0 2626326 0
[pid=23416/tid=23417] ppid=23414 vsize=10542368 CPUtime=0.28 cores=0,2,4,6
/proc/23416/task/23417/stat : 23417 (java) R 23414 23416 19566 0 -1 4202560 11700 0 1 0 27 1 0 0 19 0 19 0 902578040 10795384832 14917 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 46912505166972 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10542368

[startup+0.700838 s]
/proc/loadavg: 2.03 2.04 1.96 2/193 23416
/proc/meminfo: memFree=12040288/32951132 swapFree=67054624/67111528
[pid=23416] ppid=23414 vsize=10542644 CPUtime=1.08 cores=0,2,4,6
/proc/23416/stat : 23416 (java) S 23414 23416 19566 0 -1 4202496 17672 0 1 0 106 2 0 0 25 0 19 0 902578039 10795667456 15942 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23416/statm: 2635661 15942 2248 9 0 2626395 0
[pid=23416/tid=23417] ppid=23414 vsize=10542644 CPUtime=0.66 cores=0,2,4,6
/proc/23416/task/23417/stat : 23417 (java) R 23414 23416 19566 0 -1 4202560 11903 0 1 0 65 1 0 0 17 0 19 0 902578040 10795667456 15942 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 46912505597728 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 10542644

[startup+1.50068 s]
/proc/loadavg: 2.03 2.04 1.96 3/212 23435
/proc/meminfo: memFree=11984972/32951132 swapFree=67054624/67111528
[pid=23416] ppid=23414 vsize=10542644 CPUtime=1.92 cores=0,2,4,6
/proc/23416/stat : 23416 (java) S 23414 23416 19566 0 -1 4202496 17839 0 1 0 189 3 0 0 25 0 19 0 902578039 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23416/statm: 2635661 16105 2249 9 0 2626395 0
[pid=23416/tid=23417] ppid=23414 vsize=10542644 CPUtime=1.37 cores=0,2,4,6
/proc/23416/task/23417/stat : 23417 (java) R 23414 23416 19566 0 -1 4202560 11905 0 1 0 135 2 0 0 17 0 19 0 902578040 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 46912505599701 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23416/tid=23419] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 19566 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23420] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 19566 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 19566 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 19566 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 19566 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 19566 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23426] ppid=23414 vsize=10542644 CPUtime=0.01 cores=0,2,4,6
/proc/23416/task/23426/stat : 23426 (java) S 23414 23416 19566 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 902578041 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23427] ppid=23414 vsize=10542644 CPUtime=0.06 cores=0,2,4,6
/proc/23416/task/23427/stat : 23427 (java) S 23414 23416 19566 0 -1 4202560 415 0 0 0 6 0 0 0 16 0 19 0 902578042 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 0 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23428] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902578043 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902578043 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902578045 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676631985 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=10542644 CPUtime=0.19 cores=0,2,4,6
/proc/23416/task/23431/stat : 23431 (java) S 23414 23416 19566 0 -1 4202560 1827 0 0 0 19 0 0 0 15 0 19 0 902578045 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=10542644 CPUtime=0.22 cores=0,2,4,6
/proc/23416/task/23432/stat : 23432 (java) S 23414 23416 19566 0 -1 4202560 2104 0 0 0 22 0 0 0 15 0 19 0 902578045 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23433] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23433/stat : 23433 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902578045 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23434] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23434/stat : 23434 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902578045 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23435] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23435/stat : 23435 (java) S 23414 23416 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902578056 10795667456 16105 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10542644

[startup+3.10142 s]
/proc/loadavg: 2.03 2.04 1.96 3/212 23435
/proc/meminfo: memFree=11983484/32951132 swapFree=67054624/67111528
[pid=23416] ppid=23414 vsize=10542644 CPUtime=3.53 cores=0,2,4,6
/proc/23416/stat : 23416 (java) S 23414 23416 19566 0 -1 4202496 18001 0 1 0 349 4 0 0 25 0 19 0 902578039 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23416/statm: 2635661 16260 2249 9 0 2626395 0
[pid=23416/tid=23417] ppid=23414 vsize=10542644 CPUtime=2.87 cores=0,2,4,6
/proc/23416/task/23417/stat : 23417 (java) R 23414 23416 19566 0 -1 4202560 11912 0 1 0 285 2 0 0 19 0 19 0 902578040 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 46912505529237 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23416/tid=23419] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 19566 0 -1 4202560 169 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23420] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 19566 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=10542644 CPUtime=0.01 cores=0,2,4,6
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 19566 0 -1 4202560 108 0 0 0 1 0 0 0 15 0 19 0 902578041 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 19566 0 -1 4202560 49 0 0 0 0 0 0 0 16 0 19 0 902578041 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=10542644 CPUtime=0.01 cores=0,2,4,6
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 19566 0 -1 4202560 135 0 0 0 1 0 0 0 15 0 19 0 902578041 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 19566 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23426] ppid=23414 vsize=10542644 CPUtime=0.01 cores=0,2,4,6
/proc/23416/task/23426/stat : 23426 (java) S 23414 23416 19566 0 -1 4202560 10 0 0 0 1 0 0 0 15 0 19 0 902578041 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23427] ppid=23414 vsize=10542644 CPUtime=0.14 cores=0,2,4,6
/proc/23416/task/23427/stat : 23427 (java) S 23414 23416 19566 0 -1 4202560 482 0 0 0 14 0 0 0 15 0 19 0 902578042 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 0 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23428] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902578043 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902578043 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902578045 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676631985 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=10542644 CPUtime=0.19 cores=0,2,4,6
/proc/23416/task/23431/stat : 23431 (java) S 23414 23416 19566 0 -1 4202560 1827 0 0 0 19 0 0 0 15 0 19 0 902578045 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=10542644 CPUtime=0.22 cores=0,2,4,6
/proc/23416/task/23432/stat : 23432 (java) S 23414 23416 19566 0 -1 4202560 2104 0 0 0 22 0 0 0 15 0 19 0 902578045 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23433] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23433/stat : 23433 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902578045 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23434] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23434/stat : 23434 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902578045 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23435] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23435/stat : 23435 (java) S 23414 23416 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902578056 10795667456 16260 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 10542644

[startup+6.30088 s]
/proc/loadavg: 2.03 2.04 1.96 3/212 23435
/proc/meminfo: memFree=11982252/32951132 swapFree=67054624/67111528
[pid=23416] ppid=23414 vsize=10542644 CPUtime=6.73 cores=0,2,4,6
/proc/23416/stat : 23416 (java) S 23414 23416 19566 0 -1 4202496 18283 0 1 0 668 5 0 0 25 0 19 0 902578039 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23416/statm: 2635661 16452 2249 9 0 2626395 0
[pid=23416/tid=23417] ppid=23414 vsize=10542644 CPUtime=5.93 cores=0,2,4,6
/proc/23416/task/23417/stat : 23417 (java) R 23414 23416 19566 0 -1 4202560 11921 0 1 0 591 2 0 0 25 0 19 0 902578040 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 46912505572419 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23416/tid=23419] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 19566 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23420] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 19566 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=10542644 CPUtime=0.01 cores=0,2,4,6
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 19566 0 -1 4202560 109 0 0 0 1 0 0 0 15 0 19 0 902578041 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 19566 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 19566 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 902578041 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=10542644 CPUtime=0.01 cores=0,2,4,6
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 19566 0 -1 4202560 135 0 0 0 1 0 0 0 16 0 19 0 902578041 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=10542644 CPUtime=0.01 cores=0,2,4,6
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 19566 0 -1 4202560 32 0 0 0 1 0 0 0 15 0 19 0 902578041 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23426] ppid=23414 vsize=10542644 CPUtime=0.01 cores=0,2,4,6
/proc/23416/task/23426/stat : 23426 (java) S 23414 23416 19566 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 902578041 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23427] ppid=23414 vsize=10542644 CPUtime=0.26 cores=0,2,4,6
/proc/23416/task/23427/stat : 23427 (java) S 23414 23416 19566 0 -1 4202560 671 0 0 0 26 0 0 0 15 0 19 0 902578042 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 0 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23428] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902578043 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902578043 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=10542644 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902578045 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676631985 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=10542644 CPUtime=0.19 cores=0,2,4,6
/proc/23416/task/23431/stat : 23431 (java) S 23414 23416 19566 0 -1 4202560 1827 0 0 0 19 0 0 0 15 0 19 0 902578045 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=10542644 CPUtime=0.22 cores=0,2,4,6
/proc/23416/task/23432/stat : 23432 (java) S 23414 23416 19566 0 -1 4202560 2104 0 0 0 22 0 0 0 15 0 19 0 902578045 10795667456 16452 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0

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

/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 19566 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 902578041 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23420] ppid=23414 vsize=10542168 CPUtime=0.02 cores=0,2,4,6
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 19566 0 -1 4202560 62 0 0 0 2 0 0 0 15 0 19 0 902578041 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=10542168 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 19566 0 -1 4202560 111 0 0 0 4 0 0 0 15 0 19 0 902578041 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=10542168 CPUtime=0.03 cores=0,2,4,6
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 19566 0 -1 4202560 27 0 0 0 3 0 0 0 15 0 19 0 902578041 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=10542168 CPUtime=0.03 cores=0,2,4,6
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 19566 0 -1 4202560 75 0 0 0 3 0 0 0 15 0 19 0 902578041 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=10542168 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 19566 0 -1 4202560 135 0 0 0 4 0 0 0 15 0 19 0 902578041 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=10542168 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 19566 0 -1 4202560 36 0 0 0 4 0 0 0 15 0 19 0 902578041 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23426] ppid=23414 vsize=10542168 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23426/stat : 23426 (java) S 23414 23416 19566 0 -1 4202560 15 0 0 0 4 0 0 0 15 0 19 0 902578041 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23427] ppid=23414 vsize=10542168 CPUtime=1.75 cores=0,2,4,6
/proc/23416/task/23427/stat : 23427 (java) S 23414 23416 19566 0 -1 4202560 909 0 0 0 173 2 0 0 15 0 19 0 902578042 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 0 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23428] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902578043 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902578043 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902578045 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676631985 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=10542168 CPUtime=0.19 cores=0,2,4,6
/proc/23416/task/23431/stat : 23431 (java) S 23414 23416 19566 0 -1 4202560 1827 0 0 0 19 0 0 0 15 0 19 0 902578045 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=10542168 CPUtime=0.25 cores=0,2,4,6
/proc/23416/task/23432/stat : 23432 (java) S 23414 23416 19566 0 -1 4202560 2442 0 0 0 25 0 0 0 15 0 19 0 902578045 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23433] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23433/stat : 23433 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902578045 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23434] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23434/stat : 23434 (java) S 23414 23416 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902578045 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23435] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23435/stat : 23435 (java) S 23414 23416 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902578056 10795180032 16612 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 46.85
Current children cumulated vsize (KiB) 10542168

[startup+47.1008 s]
/proc/loadavg: 2.01 2.03 1.96 3/212 23493
/proc/meminfo: memFree=11983304/32951132 swapFree=67054624/67111528
[pid=23416] ppid=23414 vsize=10542168 CPUtime=47.66 cores=0,2,4,6
/proc/23416/stat : 23416 (java) S 23414 23416 19566 0 -1 4202496 19016 0 1 0 4758 8 0 0 25 0 19 0 902578039 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23416/statm: 2635542 16623 2250 9 0 2626276 0
[pid=23416/tid=23417] ppid=23414 vsize=10542168 CPUtime=45.07 cores=0,2,4,6
/proc/23416/task/23417/stat : 23417 (java) S 23414 23416 19566 0 -1 4202560 12035 0 1 0 4504 3 0 0 25 0 19 0 902578040 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23419] ppid=23414 vsize=10542168 CPUtime=0.03 cores=0,2,4,6
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 19566 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 902578041 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23420] ppid=23414 vsize=10542168 CPUtime=0.02 cores=0,2,4,6
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 19566 0 -1 4202560 62 0 0 0 2 0 0 0 15 0 19 0 902578041 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=10542168 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 19566 0 -1 4202560 111 0 0 0 4 0 0 0 15 0 19 0 902578041 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=10542168 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 19566 0 -1 4202560 27 0 0 0 4 0 0 0 16 0 19 0 902578041 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=10542168 CPUtime=0.03 cores=0,2,4,6
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 19566 0 -1 4202560 76 0 0 0 3 0 0 0 15 0 19 0 902578041 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=10542168 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 19566 0 -1 4202560 135 0 0 0 4 0 0 0 15 0 19 0 902578041 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=10542168 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 19566 0 -1 4202560 36 0 0 0 4 0 0 0 15 0 19 0 902578041 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23426] ppid=23414 vsize=10542168 CPUtime=0.05 cores=0,2,4,6
/proc/23416/task/23426/stat : 23426 (java) S 23414 23416 19566 0 -1 4202560 15 0 0 0 5 0 0 0 15 0 19 0 902578041 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23427] ppid=23414 vsize=10542168 CPUtime=1.78 cores=0,2,4,6
/proc/23416/task/23427/stat : 23427 (java) R 23414 23416 19566 0 -1 4202560 919 0 0 0 176 2 0 0 15 0 19 0 902578042 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 47394105036786 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=23416/tid=23428] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902578043 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902578043 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902578045 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676631985 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=10542168 CPUtime=0.19 cores=0,2,4,6
/proc/23416/task/23431/stat : 23431 (java) S 23414 23416 19566 0 -1 4202560 1827 0 0 0 19 0 0 0 15 0 19 0 902578045 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=10542168 CPUtime=0.25 cores=0,2,4,6
/proc/23416/task/23432/stat : 23432 (java) S 23414 23416 19566 0 -1 4202560 2442 0 0 0 25 0 0 0 15 0 19 0 902578045 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23433] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23433/stat : 23433 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902578045 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23434] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23434/stat : 23434 (java) S 23414 23416 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902578045 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23435] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23435/stat : 23435 (java) S 23414 23416 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902578056 10795180032 16623 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 47.66
Current children cumulated vsize (KiB) 10542168

[startup+47.5008 s]
/proc/loadavg: 2.01 2.03 1.96 3/212 23493
/proc/meminfo: memFree=11983304/32951132 swapFree=67054624/67111528
[pid=23416] ppid=23414 vsize=10542168 CPUtime=48.06 cores=0,2,4,6
/proc/23416/stat : 23416 (java) S 23414 23416 19566 0 -1 4202496 19020 0 1 0 4798 8 0 0 25 0 19 0 902578039 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23416/statm: 2635542 16624 2251 9 0 2626276 0
[pid=23416/tid=23417] ppid=23414 vsize=10542168 CPUtime=45.46 cores=0,2,4,6
/proc/23416/task/23417/stat : 23417 (java) R 23414 23416 19566 0 -1 4202560 12037 0 1 0 4543 3 0 0 25 0 19 0 902578040 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676634293 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23416/tid=23419] ppid=23414 vsize=10542168 CPUtime=0.03 cores=0,2,4,6
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 19566 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 902578041 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23420] ppid=23414 vsize=10542168 CPUtime=0.02 cores=0,2,4,6
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 19566 0 -1 4202560 62 0 0 0 2 0 0 0 15 0 19 0 902578041 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=10542168 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 19566 0 -1 4202560 111 0 0 0 4 0 0 0 15 0 19 0 902578041 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=10542168 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 19566 0 -1 4202560 27 0 0 0 4 0 0 0 16 0 19 0 902578041 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=10542168 CPUtime=0.03 cores=0,2,4,6
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 19566 0 -1 4202560 76 0 0 0 3 0 0 0 15 0 19 0 902578041 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=10542168 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 19566 0 -1 4202560 135 0 0 0 4 0 0 0 15 0 19 0 902578041 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=10542168 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 19566 0 -1 4202560 36 0 0 0 4 0 0 0 15 0 19 0 902578041 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23426] ppid=23414 vsize=10542168 CPUtime=0.05 cores=0,2,4,6
/proc/23416/task/23426/stat : 23426 (java) S 23414 23416 19566 0 -1 4202560 15 0 0 0 5 0 0 0 15 0 19 0 902578041 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23427] ppid=23414 vsize=10542168 CPUtime=1.8 cores=0,2,4,6
/proc/23416/task/23427/stat : 23427 (java) S 23414 23416 19566 0 -1 4202560 920 0 0 0 178 2 0 0 15 0 19 0 902578042 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 0 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23428] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902578043 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902578043 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902578045 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676631985 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=10542168 CPUtime=0.19 cores=0,2,4,6
/proc/23416/task/23431/stat : 23431 (java) S 23414 23416 19566 0 -1 4202560 1827 0 0 0 19 0 0 0 15 0 19 0 902578045 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=10542168 CPUtime=0.25 cores=0,2,4,6
/proc/23416/task/23432/stat : 23432 (java) R 23414 23416 19566 0 -1 4202560 2443 0 0 0 25 0 0 0 15 0 19 0 902578045 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274664913439 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23416/tid=23433] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23433/stat : 23433 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902578045 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23434] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23434/stat : 23434 (java) S 23414 23416 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902578045 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23435] ppid=23414 vsize=10542168 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23435/stat : 23435 (java) S 23414 23416 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902578056 10795180032 16624 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.06
Current children cumulated vsize (KiB) 10542168

[startup+47.9006 s]
/proc/loadavg: 2.01 2.03 1.96 3/212 23493
/proc/meminfo: memFree=11983304/32951132 swapFree=67054624/67111528
[pid=23416] ppid=23414 vsize=10542560 CPUtime=48.88 cores=0,2,4,6
/proc/23416/stat : 23416 (java) S 23414 23416 19566 0 -1 4202496 26130 0 1 0 4879 9 0 0 25 0 19 0 902578039 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23416/statm: 2635640 21119 2251 9 0 2626374 0
[pid=23416/tid=23417] ppid=23414 vsize=10542560 CPUtime=45.84 cores=0,2,4,6
/proc/23416/task/23417/stat : 23417 (java) R 23414 23416 19566 0 -1 4202560 12037 0 1 0 4581 3 0 0 25 0 19 0 902578040 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 47394102637463 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23416/tid=23419] ppid=23414 vsize=10542560 CPUtime=0.03 cores=0,2,4,6
/proc/23416/task/23419/stat : 23419 (java) S 23414 23416 19566 0 -1 4202560 177 0 0 0 3 0 0 0 15 0 19 0 902578041 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23420] ppid=23414 vsize=10542560 CPUtime=0.02 cores=0,2,4,6
/proc/23416/task/23420/stat : 23420 (java) S 23414 23416 19566 0 -1 4202560 62 0 0 0 2 0 0 0 15 0 19 0 902578041 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23421] ppid=23414 vsize=10542560 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23421/stat : 23421 (java) S 23414 23416 19566 0 -1 4202560 111 0 0 0 4 0 0 0 15 0 19 0 902578041 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23422] ppid=23414 vsize=10542560 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23422/stat : 23422 (java) S 23414 23416 19566 0 -1 4202560 27 0 0 0 4 0 0 0 15 0 19 0 902578041 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23423] ppid=23414 vsize=10542560 CPUtime=0.03 cores=0,2,4,6
/proc/23416/task/23423/stat : 23423 (java) S 23414 23416 19566 0 -1 4202560 76 0 0 0 3 0 0 0 15 0 19 0 902578041 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23424] ppid=23414 vsize=10542560 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23424/stat : 23424 (java) S 23414 23416 19566 0 -1 4202560 135 0 0 0 4 0 0 0 15 0 19 0 902578041 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23425] ppid=23414 vsize=10542560 CPUtime=0.04 cores=0,2,4,6
/proc/23416/task/23425/stat : 23425 (java) S 23414 23416 19566 0 -1 4202560 36 0 0 0 4 0 0 0 15 0 19 0 902578041 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23426] ppid=23414 vsize=10542560 CPUtime=0.05 cores=0,2,4,6
/proc/23416/task/23426/stat : 23426 (java) S 23414 23416 19566 0 -1 4202560 16 0 0 0 5 0 0 0 15 0 19 0 902578041 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23427] ppid=23414 vsize=10542560 CPUtime=1.81 cores=0,2,4,6
/proc/23416/task/23427/stat : 23427 (java) S 23414 23416 19566 0 -1 4202560 927 0 0 0 179 2 0 0 15 0 19 0 902578042 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 0 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23428] ppid=23414 vsize=10542560 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23428/stat : 23428 (java) S 23414 23416 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902578043 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23429] ppid=23414 vsize=10542560 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23429/stat : 23429 (java) S 23414 23416 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902578043 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 6 0 0 0
[pid=23416/tid=23430] ppid=23414 vsize=10542560 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23430/stat : 23430 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902578045 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676631985 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23431] ppid=23414 vsize=10542560 CPUtime=0.58 cores=0,2,4,6
/proc/23416/task/23431/stat : 23431 (java) R 23414 23416 19566 0 -1 4202560 8861 0 0 0 57 1 0 0 16 0 19 0 902578045 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 47394103469455 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23416/tid=23432] ppid=23414 vsize=10542560 CPUtime=0.28 cores=0,2,4,6
/proc/23416/task/23432/stat : 23432 (java) S 23414 23416 19566 0 -1 4202560 2511 0 0 0 28 0 0 0 15 0 19 0 902578045 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
[pid=23416/tid=23433] ppid=23414 vsize=10542560 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23433/stat : 23433 (java) S 23414 23416 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902578045 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624281 0 4 0 16800975 18446604446541145984 0 0 -1 2 0 0 0
[pid=23416/tid=23434] ppid=23414 vsize=10542560 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23434/stat : 23434 (java) S 23414 23416 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902578045 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 4 0 16800975 18446604446541145984 0 0 -1 0 0 0 0
[pid=23416/tid=23435] ppid=23414 vsize=10542560 CPUtime=0 cores=0,2,4,6
/proc/23416/task/23435/stat : 23435 (java) S 23414 23416 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902578056 10795581440 21119 33554432000 1073741824 1073778376 140733826238128 18446744073709551615 274676624896 0 4 0 16800975 18446604446541145984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.88
Current children cumulated vsize (KiB) 10542560

Child status: 30
Real time (s): 47.985
CPU time (s): 49.0395
CPU user time (s): 48.9436
CPU system time (s): 0.095985
CPU usage (%): 102.198
Max. virtual memory (cumulated for all children) (KiB): 10544444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.9436
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26801
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= 4678
involuntary context switches= 2085

runsolver used 0.101984 second user time and 0.161975 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:16:24
IDJOB=3492396
IDBENCH=78797
IDSOLVER=1982
FILE ID=node131/3492396-1307909784
RUNJOBID= node131-1307907581-21984
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.1110976157--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-3492396-1307909784/watcher-3492396-1307909784 -o /tmp/evaluation-result-3492396-1307909784/solver-3492396-1307909784 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492396-1307909784.wbo

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

MD5SUM BENCH= 5061ef924a5cd54acce02b550ce78c9d
RANDOM SEED=1389428975

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:      12040584 kB
Buffers:        333200 kB
Cached:       19809240 kB
SwapCached:       9816 kB
Active:       15664404 kB
Inactive:      4561824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12040584 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             668 kB
Writeback:           0 kB
AnonPages:       81796 kB
Mapped:          21476 kB
Slab:           622044 kB
PageTables:       4560 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10550072 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:17:12