Trace number 3492335

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 38.7791 37.5784

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227861--soft-66-100-0.wbo
MD5SUM5fef1d5c6cd232e8e71521e3f343f9ba
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark1.3178
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 1265
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
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-3492335-1307909547.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.69/0.44	c cleaning 2494 clauses out of 5000 with flag 5000/5000
1.04/0.62	c cleaning 4244 clauses out of 8506 with flag 11000/11000
1.24/0.83	c cleaning 5627 clauses out of 11262 with flag 18000/18000
1.55/1.14	c cleaning 6816 clauses out of 13635 with flag 26000/26000
1.86/1.46	c cleaning 7906 clauses out of 15820 with flag 35001/35001
2.16/1.79	c cleaning 8954 clauses out of 17913 with flag 45000/45000
2.57/2.16	c cleaning 9479 clauses out of 18960 with flag 55001/55001
2.97/2.50	c cleaning 9734 clauses out of 19480 with flag 65000/65000
3.27/2.84	c cleaning 9867 clauses out of 19746 with flag 75000/75000
3.68/3.20	c cleaning 9932 clauses out of 19880 with flag 85001/85001
3.97/3.53	c cleaning 9969 clauses out of 19947 with flag 95000/95000
4.07/3.63	c SATISFIABLE
4.07/3.63	c OPTIMIZING...
4.07/3.63	c Got one! Elapsed wall clock time (in seconds):3.531
4.07/3.63	o 203
4.17/3.70	c cleaning 7669 clauses out of 15346 with flag 2001/100368
4.27/3.89	c cleaning 6835 clauses out of 13677 with flag 8001/106368
4.57/4.13	c cleaning 6914 clauses out of 13841 with flag 15000/113367
4.78/4.39	c cleaning 7456 clauses out of 14928 with flag 23001/121368
5.07/4.68	c cleaning 8231 clauses out of 16473 with flag 32002/130369
5.48/5.02	c cleaning 9116 clauses out of 18240 with flag 42000/140367
5.78/5.34	c cleaning 9555 clauses out of 19124 with flag 52000/150367
6.08/5.67	c cleaning 9774 clauses out of 19569 with flag 62000/160367
6.38/5.98	c cleaning 9888 clauses out of 19795 with flag 72000/170367
6.58/6.10	c Got one! Elapsed wall clock time (in seconds):5.996
6.58/6.10	o 196
6.58/6.17	c cleaning 7834 clauses out of 15672 with flag 2002/176132
6.79/6.37	c cleaning 6915 clauses out of 13836 with flag 8000/182130
7.09/6.60	c cleaning 6957 clauses out of 13921 with flag 15000/189130
7.29/6.85	c cleaning 7478 clauses out of 14966 with flag 23002/197132
7.59/7.16	c cleaning 8236 clauses out of 16488 with flag 32002/206132
7.89/7.47	c cleaning 9124 clauses out of 18253 with flag 42003/216133
8.20/7.79	c cleaning 9560 clauses out of 19128 with flag 52002/226132
8.60/8.11	c cleaning 9779 clauses out of 19566 with flag 62000/236130
8.90/8.44	c cleaning 9888 clauses out of 19787 with flag 72000/246130
9.21/8.76	c cleaning 9945 clauses out of 19900 with flag 82001/256131
9.41/8.96	c Got one! Elapsed wall clock time (in seconds):8.854
9.41/8.96	o 169
9.61/9.16	c cleaning 10634 clauses out of 21273 with flag 5000/267449
9.81/9.36	c cleaning 8314 clauses out of 16639 with flag 11000/273449
10.11/9.60	c cleaning 7659 clauses out of 15325 with flag 18000/280449
10.31/9.87	c cleaning 7833 clauses out of 15673 with flag 26007/288456
10.61/10.15	c cleaning 8410 clauses out of 16833 with flag 35000/297449
10.91/10.47	c cleaning 9209 clauses out of 18423 with flag 45000/307449
11.31/10.81	c cleaning 9604 clauses out of 19214 with flag 55000/317449
11.61/11.17	c cleaning 9803 clauses out of 19612 with flag 65002/327451
12.01/11.51	c cleaning 9901 clauses out of 19809 with flag 75002/337451
12.31/11.85	c cleaning 9951 clauses out of 19909 with flag 85003/347452
12.62/12.16	c cleaning 9968 clauses out of 19955 with flag 95000/357449
13.01/12.50	c cleaning 9992 clauses out of 19989 with flag 105002/367451
13.31/12.82	c cleaning 9994 clauses out of 19995 with flag 115000/377449
13.62/13.16	c cleaning 9998 clauses out of 20002 with flag 125001/387450
14.02/13.50	c cleaning 10000 clauses out of 20008 with flag 135005/397454
14.32/13.83	c cleaning 9996 clauses out of 20003 with flag 145000/407449
14.62/14.16	c cleaning 9996 clauses out of 20008 with flag 155001/417450
15.02/14.50	c cleaning 10002 clauses out of 20013 with flag 165002/427451
15.32/14.86	c cleaning 9996 clauses out of 20010 with flag 175001/437450
15.62/15.19	c cleaning 10004 clauses out of 20014 with flag 185001/447450
16.02/15.53	c cleaning 9999 clauses out of 20009 with flag 195000/457449
16.33/15.86	c cleaning 10004 clauses out of 20011 with flag 205001/467450
16.63/16.19	c cleaning 9999 clauses out of 20006 with flag 215000/477449
17.04/16.53	c cleaning 10000 clauses out of 20007 with flag 225000/487449
17.33/16.88	c cleaning 9997 clauses out of 20009 with flag 235002/497451
17.73/17.22	c cleaning 10002 clauses out of 20010 with flag 245000/507449
18.04/17.56	c cleaning 10002 clauses out of 20009 with flag 255001/517450
18.33/17.87	c cleaning 9998 clauses out of 20007 with flag 265001/527450
18.63/18.18	c cleaning 10001 clauses out of 20009 with flag 275001/537450
19.03/18.51	c cleaning 9995 clauses out of 20007 with flag 285000/547449
19.34/18.88	c cleaning 9998 clauses out of 20013 with flag 295001/557450
19.74/19.21	c cleaning 9999 clauses out of 20014 with flag 305000/567449
20.04/19.51	c cleaning 10005 clauses out of 20019 with flag 315004/577453
20.34/19.84	c cleaning 10002 clauses out of 20011 with flag 325001/587450
20.64/20.14	c cleaning 9998 clauses out of 20008 with flag 335000/597449
20.86/20.38	c Got one! Elapsed wall clock time (in seconds):20.276
20.86/20.38	o 106
21.06/20.58	c cleaning 11458 clauses out of 22933 with flag 5001/610372
21.36/20.80	c cleaning 8734 clauses out of 17474 with flag 11000/616371
21.56/21.03	c cleaning 7866 clauses out of 15741 with flag 18001/623372
21.86/21.30	c cleaning 7927 clauses out of 15874 with flag 26000/631371
22.06/21.59	c cleaning 8469 clauses out of 16949 with flag 35002/640373
22.47/21.92	c cleaning 9236 clauses out of 18480 with flag 45002/650373
22.77/22.27	c cleaning 9617 clauses out of 19243 with flag 55001/660372
23.17/22.63	c cleaning 9810 clauses out of 19626 with flag 65001/670372
23.47/22.99	c cleaning 9904 clauses out of 19815 with flag 75000/680371
23.87/23.34	c cleaning 9952 clauses out of 19911 with flag 85000/690371
24.27/23.72	c cleaning 9971 clauses out of 19959 with flag 95000/700371
24.57/24.06	c cleaning 9992 clauses out of 19989 with flag 105001/710372
24.97/24.42	c cleaning 9993 clauses out of 19997 with flag 115001/720372
25.27/24.76	c cleaning 9998 clauses out of 20006 with flag 125003/730374
25.57/25.09	c cleaning 9999 clauses out of 20005 with flag 135000/740371
25.97/25.42	c cleaning 9999 clauses out of 20007 with flag 145001/750372
26.28/25.76	c cleaning 10002 clauses out of 20007 with flag 155000/760371
26.58/26.10	c cleaning 9995 clauses out of 20005 with flag 165000/770371
26.98/26.42	c cleaning 10000 clauses out of 20010 with flag 175000/780371
27.28/26.78	c cleaning 10001 clauses out of 20010 with flag 185000/790371
27.68/27.11	c cleaning 9996 clauses out of 20010 with flag 195001/800372
27.98/27.44	c cleaning 9997 clauses out of 20013 with flag 205000/810371
28.28/27.76	c cleaning 10007 clauses out of 20019 with flag 215003/820374
28.58/28.09	c cleaning 10001 clauses out of 20010 with flag 225001/830372
28.98/28.41	c cleaning 9996 clauses out of 20008 with flag 235000/840371
29.28/28.73	c cleaning 10003 clauses out of 20013 with flag 245001/850372
29.58/29.06	c cleaning 10000 clauses out of 20009 with flag 255000/860371
29.98/29.41	c cleaning 10001 clauses out of 20010 with flag 265001/870372
30.29/29.76	c cleaning 9996 clauses out of 20008 with flag 275000/880371
30.68/30.13	c cleaning 10003 clauses out of 20013 with flag 285001/890372
30.98/30.48	c cleaning 10001 clauses out of 20011 with flag 295002/900373
31.40/30.82	c cleaning 9999 clauses out of 20009 with flag 305001/910372
31.69/31.17	c cleaning 9996 clauses out of 20009 with flag 315000/920371
32.09/31.50	c cleaning 10003 clauses out of 20013 with flag 325000/930371
32.40/31.87	c cleaning 10001 clauses out of 20012 with flag 335002/940373
32.80/32.22	c cleaning 9998 clauses out of 20009 with flag 345000/950371
33.10/32.58	c cleaning 9998 clauses out of 20012 with flag 355001/960372
33.50/32.92	c cleaning 10007 clauses out of 20020 with flag 365007/970378
33.80/33.27	c cleaning 9998 clauses out of 20008 with flag 375002/980373
34.10/33.58	c cleaning 10000 clauses out of 20008 with flag 385000/990371
34.50/33.92	c cleaning 10002 clauses out of 20009 with flag 395001/1000372
34.80/34.26	c cleaning 9996 clauses out of 20006 with flag 405000/1010371
35.20/34.60	c cleaning 9999 clauses out of 20010 with flag 415000/1020371
35.50/34.94	c cleaning 9998 clauses out of 20011 with flag 425000/1030371
35.81/35.26	c Got one! Elapsed wall clock time (in seconds):35.157
35.81/35.26	o 80
36.00/35.50	c cleaning 12294 clauses out of 24594 with flag 5001/1044952
36.31/35.72	c cleaning 9146 clauses out of 18299 with flag 11000/1050951
36.51/35.96	c cleaning 8074 clauses out of 16156 with flag 18003/1057954
36.82/36.24	c cleaning 8037 clauses out of 16079 with flag 26000/1065951
37.11/36.56	c cleaning 8513 clauses out of 17042 with flag 35000/1074951
37.54/36.94	c cleaning 9261 clauses out of 18528 with flag 45000/1084951
38.15/37.30	c cleaning 9630 clauses out of 19269 with flag 55002/1094953
38.66/37.53	c starts		: 192
38.66/37.53	c conflicts		: 1100892
38.66/37.53	c decisions		: 1879883
38.66/37.53	c propagations		: 26183085
38.66/37.53	c inspects		: 245999753
38.66/37.53	c shortcuts		: 0
38.66/37.53	c learnt literals	: 8
38.66/37.53	c learnt binary clauses	: 27
38.66/37.53	c learnt ternary clauses	: 299
38.66/37.53	c learnt constraints	: 1100883
38.66/37.53	c ignored constraints	: 0
38.66/37.53	c root simplifications	: 0
38.66/37.53	c removed literals (reason simplification)	: 7610984
38.66/37.53	c reason swapping (by a shorter reason)	: 0
38.66/37.53	c Calls to reduceDB	: 116
38.66/37.53	c number of reductions to clauses (during analyze)	: 0
38.66/37.53	c number of learned constraints concerned by reduction	: 0
38.66/37.53	c number of learning phase by resolution	: 0
38.66/37.53	c number of learning phase by cutting planes	: 0
38.66/37.53	c speed (assignments/second)	: 1.1519175098988121E7
38.66/37.53	c non guided choices	273
38.66/37.53	c learnt constraints type 
38.66/37.53	c constraints type 
38.66/37.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
38.66/37.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
38.66/37.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
38.66/37.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
38.66/37.53	s OPTIMUM FOUND
38.66/37.53	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 
38.66/37.53	c objective function=80
38.66/37.53	c Total wall clock time (in seconds): 37.431

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-3492335-1307909547/watcher-3492335-1307909547 -o /tmp/evaluation-result-3492335-1307909547/solver-3492335-1307909547 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492335-1307909547.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.18 1.96 1.70 2/195 5199
/proc/meminfo: memFree=32219008/32951124 swapFree=67050044/67111528
[pid=5199] ppid=5197 vsize=28384 CPUtime=0 cores=1,3,5,7
/proc/5199/stat : 5199 (java) S 5197 5199 2655 0 -1 4202496 1180 0 0 0 0 0 0 0 25 0 2 0 902557491 29065216 906 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382759909 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/5199/statm: 7096 910 690 9 0 381 0
[pid=5199/tid=5200] ppid=5197 vsize=30580 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5200/stat : 5200 (java) R 5197 5199 2655 0 -1 4202560 99 0 0 0 0 0 0 0 25 0 2 0 902557491 31313920 939 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218365994472 0 0 4096 0 0 0 0 -1 3 0 0 0

[startup+0.00633609 s]
/proc/loadavg: 2.18 1.96 1.70 2/195 5199
/proc/meminfo: memFree=32219008/32951124 swapFree=67050044/67111528
[pid=5199] ppid=5197 vsize=30536 CPUtime=0 cores=1,3,5,7
/proc/5199/stat : 5199 (java) S 5197 5199 2655 0 -1 4202496 1246 0 0 0 0 0 0 0 25 0 2 0 902557491 31268864 963 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382759909 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/5199/statm: 7901 965 737 9 0 386 0
[pid=5199/tid=5200] ppid=5197 vsize=31604 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5200/stat : 5200 (java) R 5197 5199 2655 0 -1 4202560 135 0 0 0 0 0 0 0 25 0 2 0 902557491 32362496 968 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218365994752 0 0 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30536

[startup+0.100311 s]
/proc/loadavg: 2.18 1.96 1.70 2/195 5199
/proc/meminfo: memFree=32219008/32951124 swapFree=67050044/67111528
[pid=5199] ppid=5197 vsize=10539712 CPUtime=0.1 cores=1,3,5,7
/proc/5199/stat : 5199 (java) S 5197 5199 2655 0 -1 4202496 13113 0 1 0 9 1 0 0 25 0 18 0 902557491 10792665088 12771 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5199/statm: 2634928 12772 2092 9 0 2625662 0
[pid=5199/tid=5200] ppid=5197 vsize=10539712 CPUtime=0.08 cores=1,3,5,7
/proc/5199/task/5200/stat : 5200 (java) R 5197 5199 2655 0 -1 4202560 11162 0 1 0 7 1 0 0 18 0 18 0 902557491 10792665088 12772 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 48001022729043 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539712

[startup+0.300279 s]
/proc/loadavg: 2.18 1.96 1.70 2/195 5199
/proc/meminfo: memFree=32219008/32951124 swapFree=67050044/67111528
[pid=5199] ppid=5197 vsize=10542964 CPUtime=0.53 cores=1,3,5,7
/proc/5199/stat : 5199 (java) S 5197 5199 2655 0 -1 4202496 16280 0 1 0 52 1 0 0 25 0 19 0 902557491 10795995136 14816 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5199/statm: 2635741 14816 2214 9 0 2626475 0
[pid=5199/tid=5200] ppid=5197 vsize=10542964 CPUtime=0.28 cores=1,3,5,7
/proc/5199/task/5200/stat : 5200 (java) R 5197 5199 2655 0 -1 4202560 11736 0 1 0 27 1 0 0 19 0 19 0 902557491 10795995136 14816 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 46912505333632 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10542964

[startup+0.700205 s]
/proc/loadavg: 2.18 1.96 1.70 2/195 5199
/proc/meminfo: memFree=32219008/32951124 swapFree=67050044/67111528
[pid=5199] ppid=5197 vsize=10542964 CPUtime=1.14 cores=1,3,5,7
/proc/5199/stat : 5199 (java) S 5197 5199 2655 0 -1 4202496 21625 0 1 0 112 2 0 0 25 0 19 0 902557491 10795995136 18497 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5199/statm: 2635741 18497 2246 9 0 2626475 0
[pid=5199/tid=5200] ppid=5197 vsize=10542964 CPUtime=0.65 cores=1,3,5,7
/proc/5199/task/5200/stat : 5200 (java) R 5197 5199 2655 0 -1 4202560 11921 0 1 0 64 1 0 0 19 0 19 0 902557491 10795995136 18497 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 46912505604454 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 10542964

[startup+1.50106 s]
/proc/loadavg: 2.24 1.98 1.71 3/214 5218
/proc/meminfo: memFree=32153456/32951124 swapFree=67050044/67111528
[pid=5199] ppid=5197 vsize=10542964 CPUtime=1.96 cores=1,3,5,7
/proc/5199/stat : 5199 (java) S 5197 5199 2655 0 -1 4202496 22011 0 1 0 194 2 0 0 25 0 19 0 902557491 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5199/statm: 2635741 18880 2247 9 0 2626475 0
[pid=5199/tid=5200] ppid=5197 vsize=10542964 CPUtime=1.41 cores=1,3,5,7
/proc/5199/task/5200/stat : 5200 (java) R 5197 5199 2655 0 -1 4202560 11922 0 1 0 140 1 0 0 20 0 19 0 902557491 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 46912505661116 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5199/tid=5202] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5202/stat : 5202 (java) S 5197 5199 2655 0 -1 4202560 18 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5203] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5203/stat : 5203 (java) S 5197 5199 2655 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5204] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5204/stat : 5204 (java) S 5197 5199 2655 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5205] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5205/stat : 5205 (java) S 5197 5199 2655 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5206] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5206/stat : 5206 (java) S 5197 5199 2655 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5207] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5207/stat : 5207 (java) S 5197 5199 2655 0 -1 4202560 199 0 0 0 0 0 0 0 16 0 19 0 902557493 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5208] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5208/stat : 5208 (java) S 5197 5199 2655 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5209] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5209/stat : 5209 (java) S 5197 5199 2655 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5210] ppid=5197 vsize=10542964 CPUtime=0.06 cores=1,3,5,7
/proc/5199/task/5210/stat : 5210 (java) S 5197 5199 2655 0 -1 4202560 478 0 0 0 6 0 0 0 15 0 19 0 902557494 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 0 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5211] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5211/stat : 5211 (java) S 5197 5199 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902557494 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5212] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5212/stat : 5212 (java) S 5197 5199 2655 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902557494 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5213] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5213/stat : 5213 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902557497 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382780849 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5214] ppid=5197 vsize=10542964 CPUtime=0.2 cores=1,3,5,7
/proc/5199/task/5214/stat : 5214 (java) S 5197 5199 2655 0 -1 4202560 1823 0 0 0 20 0 0 0 15 0 19 0 902557497 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5215] ppid=5197 vsize=10542964 CPUtime=0.26 cores=1,3,5,7
/proc/5199/task/5215/stat : 5215 (java) S 5197 5199 2655 0 -1 4202560 6009 0 0 0 26 0 0 0 15 0 19 0 902557497 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5216] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5216/stat : 5216 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902557497 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5217] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5217/stat : 5217 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902557497 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5218] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5218/stat : 5218 (java) S 5197 5199 2655 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902557507 10795995136 18880 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 10542964

[startup+3.10078 s]
/proc/loadavg: 2.24 1.98 1.71 3/214 5218
/proc/meminfo: memFree=32151720/32951124 swapFree=67050044/67111528
[pid=5199] ppid=5197 vsize=10542964 CPUtime=3.57 cores=1,3,5,7
/proc/5199/stat : 5199 (java) S 5197 5199 2655 0 -1 4202496 22164 0 1 0 355 2 0 0 25 0 19 0 902557491 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5199/statm: 2635741 19029 2247 9 0 2626475 0
[pid=5199/tid=5200] ppid=5197 vsize=10542964 CPUtime=2.95 cores=1,3,5,7
/proc/5199/task/5200/stat : 5200 (java) R 5197 5199 2655 0 -1 4202560 11926 0 1 0 294 1 0 0 25 0 19 0 902557491 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 46912505544183 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5199/tid=5202] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5202/stat : 5202 (java) S 5197 5199 2655 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5203] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5203/stat : 5203 (java) S 5197 5199 2655 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5204] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5204/stat : 5204 (java) S 5197 5199 2655 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5205] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5205/stat : 5205 (java) S 5197 5199 2655 0 -1 4202560 138 0 0 0 0 0 0 0 16 0 19 0 902557493 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5206] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5206/stat : 5206 (java) S 5197 5199 2655 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5207] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5207/stat : 5207 (java) S 5197 5199 2655 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5208] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5208/stat : 5208 (java) S 5197 5199 2655 0 -1 4202560 31 0 0 0 0 0 0 0 16 0 19 0 902557493 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5209] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5209/stat : 5209 (java) S 5197 5199 2655 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5210] ppid=5197 vsize=10542964 CPUtime=0.11 cores=1,3,5,7
/proc/5199/task/5210/stat : 5210 (java) S 5197 5199 2655 0 -1 4202560 622 0 0 0 11 0 0 0 16 0 19 0 902557494 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 0 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5211] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5211/stat : 5211 (java) S 5197 5199 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902557494 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5212] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5212/stat : 5212 (java) S 5197 5199 2655 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902557494 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5213] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5213/stat : 5213 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902557497 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382780849 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5214] ppid=5197 vsize=10542964 CPUtime=0.21 cores=1,3,5,7
/proc/5199/task/5214/stat : 5214 (java) S 5197 5199 2655 0 -1 4202560 1823 0 0 0 21 0 0 0 15 0 19 0 902557497 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5215] ppid=5197 vsize=10542964 CPUtime=0.26 cores=1,3,5,7
/proc/5199/task/5215/stat : 5215 (java) S 5197 5199 2655 0 -1 4202560 6009 0 0 0 26 0 0 0 15 0 19 0 902557497 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5216] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5216/stat : 5216 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902557497 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5217] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5217/stat : 5217 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902557497 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5218] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5218/stat : 5218 (java) S 5197 5199 2655 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902557507 10795995136 19029 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 10542964

[startup+6.30122 s]
/proc/loadavg: 2.30 2.00 1.72 3/214 5218
/proc/meminfo: memFree=32150984/32951124 swapFree=67050044/67111528
[pid=5199] ppid=5197 vsize=10542964 CPUtime=6.79 cores=1,3,5,7
/proc/5199/stat : 5199 (java) S 5197 5199 2655 0 -1 4202496 22219 0 1 0 677 2 0 0 25 0 19 0 902557491 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5199/statm: 2635741 18920 2247 9 0 2626475 0
[pid=5199/tid=5200] ppid=5197 vsize=10542964 CPUtime=5.98 cores=1,3,5,7
/proc/5199/task/5200/stat : 5200 (java) R 5197 5199 2655 0 -1 4202560 11945 0 1 0 597 1 0 0 25 0 19 0 902557491 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 46912505570549 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5199/tid=5202] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5202/stat : 5202 (java) S 5197 5199 2655 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5203] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5203/stat : 5203 (java) S 5197 5199 2655 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5204] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5204/stat : 5204 (java) S 5197 5199 2655 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5205] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5205/stat : 5205 (java) S 5197 5199 2655 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5206] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5206/stat : 5206 (java) S 5197 5199 2655 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5207] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5207/stat : 5207 (java) S 5197 5199 2655 0 -1 4202560 199 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5208] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5208/stat : 5208 (java) S 5197 5199 2655 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5209] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5209/stat : 5209 (java) S 5197 5199 2655 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 902557493 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5210] ppid=5197 vsize=10542964 CPUtime=0.26 cores=1,3,5,7
/proc/5199/task/5210/stat : 5210 (java) S 5197 5199 2655 0 -1 4202560 651 0 0 0 26 0 0 0 16 0 19 0 902557494 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 0 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5211] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5211/stat : 5211 (java) S 5197 5199 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902557494 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5212] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5212/stat : 5212 (java) S 5197 5199 2655 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902557494 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5213] ppid=5197 vsize=10542964 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5213/stat : 5213 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902557497 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382780849 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5214] ppid=5197 vsize=10542964 CPUtime=0.21 cores=1,3,5,7
/proc/5199/task/5214/stat : 5214 (java) S 5197 5199 2655 0 -1 4202560 1827 0 0 0 21 0 0 0 15 0 19 0 902557497 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5215] ppid=5197 vsize=10542964 CPUtime=0.26 cores=1,3,5,7
/proc/5199/task/5215/stat : 5215 (java) S 5197 5199 2655 0 -1 4202560 6009 0 0 0 26 0 0 0 15 0 19 0 902557497 10795995136 18920 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0

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

/proc/5199/task/5202/stat : 5202 (java) S 5197 5199 2655 0 -1 4202560 26 0 0 0 2 0 0 0 15 0 19 0 902557493 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5203] ppid=5197 vsize=10544564 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5203/stat : 5203 (java) S 5197 5199 2655 0 -1 4202560 25 0 0 0 2 0 0 0 15 0 19 0 902557493 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5204] ppid=5197 vsize=10544564 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5204/stat : 5204 (java) S 5197 5199 2655 0 -1 4202560 29 0 0 0 3 0 0 0 15 0 19 0 902557493 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5205] ppid=5197 vsize=10544564 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5205/stat : 5205 (java) S 5197 5199 2655 0 -1 4202560 140 0 0 0 2 0 0 0 15 0 19 0 902557493 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5206] ppid=5197 vsize=10544564 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5206/stat : 5206 (java) S 5197 5199 2655 0 -1 4202560 114 0 0 0 2 0 0 0 15 0 19 0 902557493 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5207] ppid=5197 vsize=10544564 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5207/stat : 5207 (java) S 5197 5199 2655 0 -1 4202560 199 0 0 0 2 0 0 0 15 0 19 0 902557493 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5208] ppid=5197 vsize=10544564 CPUtime=0.01 cores=1,3,5,7
/proc/5199/task/5208/stat : 5208 (java) S 5197 5199 2655 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 902557493 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5209] ppid=5197 vsize=10544564 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5209/stat : 5209 (java) S 5197 5199 2655 0 -1 4202560 102 0 0 0 2 0 0 0 15 0 19 0 902557493 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5210] ppid=5197 vsize=10544564 CPUtime=1.42 cores=1,3,5,7
/proc/5199/task/5210/stat : 5210 (java) S 5197 5199 2655 0 -1 4202560 849 0 0 0 142 0 0 0 16 0 19 0 902557494 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 0 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5211] ppid=5197 vsize=10544564 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5211/stat : 5211 (java) S 5197 5199 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902557494 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5212] ppid=5197 vsize=10544564 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5212/stat : 5212 (java) S 5197 5199 2655 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902557494 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5213] ppid=5197 vsize=10544564 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5213/stat : 5213 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902557497 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382780849 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5214] ppid=5197 vsize=10544564 CPUtime=0.23 cores=1,3,5,7
/proc/5199/task/5214/stat : 5214 (java) S 5197 5199 2655 0 -1 4202560 2119 0 0 0 23 0 0 0 15 0 19 0 902557497 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5215] ppid=5197 vsize=10544564 CPUtime=0.26 cores=1,3,5,7
/proc/5199/task/5215/stat : 5215 (java) S 5197 5199 2655 0 -1 4202560 6009 0 0 0 26 0 0 0 15 0 19 0 902557497 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5216] ppid=5197 vsize=10544564 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5216/stat : 5216 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902557497 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5217] ppid=5197 vsize=10544564 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5217/stat : 5217 (java) S 5197 5199 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902557497 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5218] ppid=5197 vsize=10544564 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5218/stat : 5218 (java) S 5197 5199 2655 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902557507 10797633536 19446 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 35.71
Current children cumulated vsize (KiB) 10544564

[startup+36.7008 s]
/proc/loadavg: 2.18 2.00 1.72 3/214 5219
/proc/meminfo: memFree=32145404/32951124 swapFree=67050044/67111528
[pid=5199] ppid=5197 vsize=10544564 CPUtime=37.33 cores=1,3,5,7
/proc/5199/stat : 5199 (java) S 5197 5199 2655 0 -1 4202496 23118 0 1 0 3729 4 0 0 25 0 19 0 902557491 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5199/statm: 2636141 19720 2249 9 0 2626875 0
[pid=5199/tid=5200] ppid=5197 vsize=10544564 CPUtime=35.06 cores=1,3,5,7
/proc/5199/task/5200/stat : 5200 (java) R 5197 5199 2655 0 -1 4202560 12041 0 1 0 3505 1 0 0 17 0 19 0 902557491 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 46912505530155 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5199/tid=5202] ppid=5197 vsize=10544564 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5202/stat : 5202 (java) S 5197 5199 2655 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 902557493 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5203] ppid=5197 vsize=10544564 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5203/stat : 5203 (java) S 5197 5199 2655 0 -1 4202560 25 0 0 0 2 0 0 0 16 0 19 0 902557493 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5204] ppid=5197 vsize=10544564 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5204/stat : 5204 (java) S 5197 5199 2655 0 -1 4202560 29 0 0 0 3 0 0 0 15 0 19 0 902557493 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5205] ppid=5197 vsize=10544564 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5205/stat : 5205 (java) S 5197 5199 2655 0 -1 4202560 164 0 0 0 3 0 0 0 16 0 19 0 902557493 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5206] ppid=5197 vsize=10544564 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5206/stat : 5206 (java) S 5197 5199 2655 0 -1 4202560 212 0 0 0 2 0 0 0 15 0 19 0 902557493 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5207] ppid=5197 vsize=10544564 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5207/stat : 5207 (java) S 5197 5199 2655 0 -1 4202560 199 0 0 0 2 0 0 0 15 0 19 0 902557493 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5208] ppid=5197 vsize=10544564 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5208/stat : 5208 (java) S 5197 5199 2655 0 -1 4202560 38 0 0 0 2 0 0 0 15 0 19 0 902557493 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5209] ppid=5197 vsize=10544564 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5209/stat : 5209 (java) S 5197 5199 2655 0 -1 4202560 127 0 0 0 3 0 0 0 15 0 19 0 902557493 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5210] ppid=5197 vsize=10544564 CPUtime=1.48 cores=1,3,5,7
/proc/5199/task/5210/stat : 5210 (java) S 5197 5199 2655 0 -1 4202560 953 0 0 0 148 0 0 0 16 0 19 0 902557494 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 0 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5211] ppid=5197 vsize=10544564 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5211/stat : 5211 (java) S 5197 5199 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902557494 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5212] ppid=5197 vsize=10544564 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5212/stat : 5212 (java) S 5197 5199 2655 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902557494 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5213] ppid=5197 vsize=10544564 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5213/stat : 5213 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902557497 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382780849 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5214] ppid=5197 vsize=10544564 CPUtime=0.25 cores=1,3,5,7
/proc/5199/task/5214/stat : 5214 (java) S 5197 5199 2655 0 -1 4202560 2121 0 0 0 25 0 0 0 15 0 19 0 902557497 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5215] ppid=5197 vsize=10544564 CPUtime=0.26 cores=1,3,5,7
/proc/5199/task/5215/stat : 5215 (java) S 5197 5199 2655 0 -1 4202560 6009 0 0 0 26 0 0 0 15 0 19 0 902557497 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5216] ppid=5197 vsize=10544564 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5216/stat : 5216 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902557497 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5217] ppid=5197 vsize=10544564 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5217/stat : 5217 (java) S 5197 5199 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902557497 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5218] ppid=5197 vsize=10544564 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5218/stat : 5218 (java) S 5197 5199 2655 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902557507 10797633536 19720 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.33
Current children cumulated vsize (KiB) 10544564

[startup+37.1007 s]
/proc/loadavg: 2.18 2.00 1.72 3/214 5219
/proc/meminfo: memFree=32145404/32951124 swapFree=67050044/67111528
[pid=5199] ppid=5197 vsize=10558960 CPUtime=37.95 cores=1,3,5,7
/proc/5199/stat : 5199 (java) S 5197 5199 2655 0 -1 4202496 28012 0 1 0 3791 4 0 0 25 0 19 0 902557491 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5199/statm: 2639740 23011 2250 9 0 2630474 0
[pid=5199/tid=5200] ppid=5197 vsize=10558960 CPUtime=35.44 cores=1,3,5,7
/proc/5199/task/5200/stat : 5200 (java) R 5197 5199 2655 0 -1 4202560 12041 0 1 0 3543 1 0 0 18 0 19 0 902557491 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 46912505535410 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5199/tid=5202] ppid=5197 vsize=10558960 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5202/stat : 5202 (java) S 5197 5199 2655 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 902557493 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5203] ppid=5197 vsize=10558960 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5203/stat : 5203 (java) S 5197 5199 2655 0 -1 4202560 25 0 0 0 2 0 0 0 15 0 19 0 902557493 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5204] ppid=5197 vsize=10558960 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5204/stat : 5204 (java) S 5197 5199 2655 0 -1 4202560 29 0 0 0 3 0 0 0 15 0 19 0 902557493 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5205] ppid=5197 vsize=10558960 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5205/stat : 5205 (java) S 5197 5199 2655 0 -1 4202560 164 0 0 0 3 0 0 0 15 0 19 0 902557493 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5206] ppid=5197 vsize=10558960 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5206/stat : 5206 (java) S 5197 5199 2655 0 -1 4202560 212 0 0 0 3 0 0 0 16 0 19 0 902557493 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5207] ppid=5197 vsize=10558960 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5207/stat : 5207 (java) S 5197 5199 2655 0 -1 4202560 199 0 0 0 2 0 0 0 15 0 19 0 902557493 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5208] ppid=5197 vsize=10558960 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5208/stat : 5208 (java) S 5197 5199 2655 0 -1 4202560 38 0 0 0 2 0 0 0 15 0 19 0 902557493 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5209] ppid=5197 vsize=10558960 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5209/stat : 5209 (java) S 5197 5199 2655 0 -1 4202560 127 0 0 0 3 0 0 0 15 0 19 0 902557493 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5210] ppid=5197 vsize=10558960 CPUtime=1.5 cores=1,3,5,7
/proc/5199/task/5210/stat : 5210 (java) S 5197 5199 2655 0 -1 4202560 973 0 0 0 150 0 0 0 16 0 19 0 902557494 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 0 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5211] ppid=5197 vsize=10558960 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5211/stat : 5211 (java) S 5197 5199 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902557494 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5212] ppid=5197 vsize=10558960 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5212/stat : 5212 (java) S 5197 5199 2655 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902557494 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5213] ppid=5197 vsize=10558960 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5213/stat : 5213 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902557497 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382780849 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5214] ppid=5197 vsize=10558960 CPUtime=0.44 cores=1,3,5,7
/proc/5199/task/5214/stat : 5214 (java) R 5197 5199 2655 0 -1 4202560 6971 0 0 0 44 0 0 0 16 0 19 0 902557497 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 48001019082127 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5199/tid=5215] ppid=5197 vsize=10558960 CPUtime=0.29 cores=1,3,5,7
/proc/5199/task/5215/stat : 5215 (java) S 5197 5199 2655 0 -1 4202560 6033 0 0 0 29 0 0 0 15 0 19 0 902557497 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5216] ppid=5197 vsize=10558960 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5216/stat : 5216 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902557497 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5217] ppid=5197 vsize=10558960 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5217/stat : 5217 (java) S 5197 5199 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902557497 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5218] ppid=5197 vsize=10558960 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5218/stat : 5218 (java) S 5197 5199 2655 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902557507 10812375040 23011 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 37.95
Current children cumulated vsize (KiB) 10558960

[startup+37.5007 s]
/proc/loadavg: 2.18 2.00 1.72 4/214 5219
/proc/meminfo: memFree=32128168/32951124 swapFree=67050044/67111528
[pid=5199] ppid=5197 vsize=10564568 CPUtime=38.66 cores=1,3,5,7
/proc/5199/stat : 5199 (java) S 5197 5199 2655 0 -1 4202496 29909 0 1 0 3862 4 0 0 25 0 19 0 902557491 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5199/statm: 2641142 24431 2250 9 0 2631876 0
[pid=5199/tid=5200] ppid=5197 vsize=10564568 CPUtime=35.82 cores=1,3,5,7
/proc/5199/task/5200/stat : 5200 (java) R 5197 5199 2655 0 -1 4202560 12042 0 1 0 3581 1 0 0 18 0 19 0 902557491 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 46912505515153 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5199/tid=5202] ppid=5197 vsize=10564568 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5202/stat : 5202 (java) S 5197 5199 2655 0 -1 4202560 46 0 0 0 2 0 0 0 15 0 19 0 902557493 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5203] ppid=5197 vsize=10564568 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5203/stat : 5203 (java) S 5197 5199 2655 0 -1 4202560 25 0 0 0 3 0 0 0 16 0 19 0 902557493 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5204] ppid=5197 vsize=10564568 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5204/stat : 5204 (java) S 5197 5199 2655 0 -1 4202560 29 0 0 0 3 0 0 0 15 0 19 0 902557493 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5205] ppid=5197 vsize=10564568 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5205/stat : 5205 (java) S 5197 5199 2655 0 -1 4202560 164 0 0 0 3 0 0 0 15 0 19 0 902557493 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5206] ppid=5197 vsize=10564568 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5206/stat : 5206 (java) S 5197 5199 2655 0 -1 4202560 212 0 0 0 3 0 0 0 15 0 19 0 902557493 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5207] ppid=5197 vsize=10564568 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5207/stat : 5207 (java) S 5197 5199 2655 0 -1 4202560 199 0 0 0 3 0 0 0 16 0 19 0 902557493 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5208] ppid=5197 vsize=10564568 CPUtime=0.02 cores=1,3,5,7
/proc/5199/task/5208/stat : 5208 (java) S 5197 5199 2655 0 -1 4202560 38 0 0 0 2 0 0 0 15 0 19 0 902557493 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
[pid=5199/tid=5209] ppid=5197 vsize=10564568 CPUtime=0.03 cores=1,3,5,7
/proc/5199/task/5209/stat : 5209 (java) S 5197 5199 2655 0 -1 4202560 127 0 0 0 3 0 0 0 16 0 19 0 902557493 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5210] ppid=5197 vsize=10564568 CPUtime=1.51 cores=1,3,5,7
/proc/5199/task/5210/stat : 5210 (java) S 5197 5199 2655 0 -1 4202560 973 0 0 0 151 0 0 0 16 0 19 0 902557494 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 0 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5211] ppid=5197 vsize=10564568 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5211/stat : 5211 (java) S 5197 5199 2655 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902557494 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5212] ppid=5197 vsize=10564568 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5212/stat : 5212 (java) S 5197 5199 2655 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902557494 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 5 0 0 0
[pid=5199/tid=5213] ppid=5197 vsize=10564568 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5213/stat : 5213 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902557497 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382780849 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5214] ppid=5197 vsize=10564568 CPUtime=0.74 cores=1,3,5,7
/proc/5199/task/5214/stat : 5214 (java) R 5197 5199 2655 0 -1 4202560 8867 0 0 0 74 0 0 0 16 0 19 0 902557497 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 48001021939064 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5199/tid=5215] ppid=5197 vsize=10564568 CPUtime=0.29 cores=1,3,5,7
/proc/5199/task/5215/stat : 5215 (java) S 5197 5199 2655 0 -1 4202560 6033 0 0 0 29 0 0 0 15 0 19 0 902557497 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5216] ppid=5197 vsize=10564568 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5216/stat : 5216 (java) S 5197 5199 2655 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902557497 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773145 0 4 0 16800975 18446604459638504320 0 0 -1 3 0 0 0
[pid=5199/tid=5217] ppid=5197 vsize=10564568 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5217/stat : 5217 (java) S 5197 5199 2655 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902557497 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 4 0 16800975 18446604459638504320 0 0 -1 7 0 0 0
[pid=5199/tid=5218] ppid=5197 vsize=10564568 CPUtime=0 cores=1,3,5,7
/proc/5199/task/5218/stat : 5218 (java) S 5197 5199 2655 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902557507 10818117632 24431 33554432000 1073741824 1073778376 140736879085024 18446744073709551615 218382773760 0 4 0 16800975 18446604459638504320 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 38.66
Current children cumulated vsize (KiB) 10564568

Child status: 30
Real time (s): 37.5784
CPU time (s): 38.7791
CPU user time (s): 38.7311
CPU system time (s): 0.047992
CPU usage (%): 103.195
Max. virtual memory (cumulated for all children) (KiB): 10564568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.7311
system time used= 0.047992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29952
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= 4404
involuntary context switches= 1832

runsolver used 0.069989 second user time and 0.143978 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-12 22:12:27
IDJOB=3492335
IDBENCH=78762
IDSOLVER=1982
FILE ID=node101/3492335-1307909547
RUNJOBID= node101-1307908937-4736
PBS_JOBID= 13559601
Free space on /tmp= 74060 MiB

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

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

MD5SUM BENCH= 5fef1d5c6cd232e8e71521e3f343f9ba
RANDOM SEED=34970193

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32219676 kB
Buffers:        118580 kB
Cached:         165624 kB
SwapCached:      24860 kB
Active:         448004 kB
Inactive:        98188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32219676 kB
SwapTotal:    67111528 kB
SwapFree:     67050044 kB
Dirty:             304 kB
Writeback:           0 kB
AnonPages:      259196 kB
Mapped:          17496 kB
Slab:           120676 kB
PageTables:       5280 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10542688 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74060 MiB
End job on node101 at 2011-06-12 22:13:05