Trace number 3492420

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 32.0531 30.9246

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968561--soft-66-100-0.wbo
MD5SUMc98926f0ffff319dfbaa3e1b39be6827
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark1.51677
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints42
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3492420-1307909825.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c #vars     211
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 => 27
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.29/0.29	c SATISFIABLE
0.29/0.29	c OPTIMIZING...
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.183
0.29/0.29	o 326
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.191
0.56/0.30	o 245
0.69/0.49	c cleaning 2997 clauses out of 5995 with flag 5000/5995
0.93/0.62	c Got one! Elapsed wall clock time (in seconds):0.513
0.93/0.62	o 237
0.93/0.66	c cleaning 4118 clauses out of 8237 with flag 1003/11234
1.05/0.73	c Got one! Elapsed wall clock time (in seconds):0.619
1.05/0.73	o 220
1.16/0.80	c Got one! Elapsed wall clock time (in seconds):0.688
1.16/0.80	o 217
1.16/0.83	c cleaning 4669 clauses out of 9345 with flag 1000/16460
1.16/0.88	c Got one! Elapsed wall clock time (in seconds):0.767
1.16/0.88	o 120
1.37/1.01	c cleaning 4978 clauses out of 9974 with flag 4003/21758
1.58/1.21	c cleaning 5491 clauses out of 10994 with flag 10001/27756
1.78/1.45	c cleaning 6249 clauses out of 12503 with flag 17001/34756
1.88/1.57	c Got one! Elapsed wall clock time (in seconds):1.465
1.88/1.57	o 114
1.98/1.61	c cleaning 5633 clauses out of 11275 with flag 1000/39777
2.19/1.83	c cleaning 5819 clauses out of 11644 with flag 7002/45779
2.39/2.09	c cleaning 6412 clauses out of 12828 with flag 14005/52782
2.69/2.36	c cleaning 7203 clauses out of 14413 with flag 22002/60779
2.79/2.49	c Got one! Elapsed wall clock time (in seconds):2.383
2.79/2.49	o 112
2.89/2.53	c cleaning 6299 clauses out of 12612 with flag 1000/66181
3.09/2.72	c cleaning 6150 clauses out of 12313 with flag 7000/72181
3.19/2.80	c Got one! Elapsed wall clock time (in seconds):2.688
3.19/2.80	o 79
3.19/2.89	c cleaning 5712 clauses out of 11434 with flag 3000/77452
3.39/3.07	c cleaning 5858 clauses out of 11723 with flag 9001/83453
3.60/3.29	c cleaning 6430 clauses out of 12866 with flag 16002/90454
3.89/3.54	c cleaning 7209 clauses out of 14435 with flag 24001/98453
3.89/3.58	c Got one! Elapsed wall clock time (in seconds):3.471
3.89/3.58	o 71
4.09/3.73	c cleaning 6540 clauses out of 13089 with flag 5002/104316
4.30/3.96	c cleaning 6268 clauses out of 12548 with flag 11001/110315
4.60/4.20	c cleaning 6631 clauses out of 13280 with flag 18001/117315
4.70/4.36	c Got one! Elapsed wall clock time (in seconds):4.253
4.70/4.36	o 61
4.90/4.54	c cleaning 8653 clauses out of 17315 with flag 5000/127981
5.10/4.74	c cleaning 7329 clauses out of 14663 with flag 11001/133982
5.30/4.97	c cleaning 7159 clauses out of 14333 with flag 18000/140981
5.60/5.22	c cleaning 7584 clauses out of 15174 with flag 26000/148981
5.91/5.51	c cleaning 8289 clauses out of 16593 with flag 35003/157984
6.10/5.74	c Got one! Elapsed wall clock time (in seconds):5.632
6.10/5.74	o 60
6.30/5.92	c cleaning 10613 clauses out of 21236 with flag 5001/170916
6.50/6.13	c cleaning 8306 clauses out of 16623 with flag 11001/176916
6.70/6.38	c cleaning 7655 clauses out of 15316 with flag 18000/183915
7.01/6.64	c cleaning 7828 clauses out of 15662 with flag 26001/191916
7.30/6.97	c cleaning 8417 clauses out of 16837 with flag 35004/200919
7.60/7.22	c Got one! Elapsed wall clock time (in seconds):7.109
7.60/7.22	o 57
7.80/7.40	c cleaning 10416 clauses out of 20842 with flag 5001/213341
8.01/7.61	c cleaning 8210 clauses out of 16426 with flag 11001/219341
8.22/7.84	c cleaning 7597 clauses out of 15216 with flag 18001/226341
8.42/8.01	c Got one! Elapsed wall clock time (in seconds):7.899
8.42/8.01	o 51
8.52/8.18	c cleaning 9164 clauses out of 18337 with flag 5002/237059
8.72/8.37	c cleaning 7581 clauses out of 15171 with flag 11000/243057
9.02/8.60	c cleaning 7285 clauses out of 14590 with flag 18000/250057
9.23/8.86	c cleaning 7650 clauses out of 15307 with flag 26002/258059
9.52/9.16	c cleaning 8319 clauses out of 16655 with flag 35000/267057
9.72/9.34	c Got one! Elapsed wall clock time (in seconds):9.232
9.72/9.34	o 50
9.92/9.52	c cleaning 9599 clauses out of 19210 with flag 5001/277931
10.12/9.71	c cleaning 7799 clauses out of 15610 with flag 11000/283930
10.33/9.93	c cleaning 7400 clauses out of 14811 with flag 18000/290930
10.62/10.20	c cleaning 7702 clauses out of 15411 with flag 26000/298930
10.82/10.49	c cleaning 8347 clauses out of 16709 with flag 35000/307930
11.23/10.82	c cleaning 9180 clauses out of 18365 with flag 45003/317933
11.53/11.15	c cleaning 9589 clauses out of 19183 with flag 55001/327931
11.93/11.50	c cleaning 9790 clauses out of 19594 with flag 65001/337931
12.03/11.67	c Got one! Elapsed wall clock time (in seconds):11.561
12.03/11.67	o 44
12.23/11.87	c cleaning 10151 clauses out of 20316 with flag 5000/348443
12.43/12.06	c cleaning 8078 clauses out of 16165 with flag 11000/354443
12.63/12.28	c cleaning 7540 clauses out of 15087 with flag 18000/361443
12.93/12.55	c cleaning 7767 clauses out of 15547 with flag 26000/369443
13.23/12.83	c cleaning 8388 clauses out of 16781 with flag 35001/378444
13.54/13.15	c Got one! Elapsed wall clock time (in seconds):13.046
13.54/13.15	o 39
13.73/13.38	c cleaning 11030 clauses out of 22065 with flag 5000/392116
13.93/13.58	c cleaning 8516 clauses out of 17037 with flag 11002/398118
14.25/13.81	c cleaning 7758 clauses out of 15521 with flag 18002/405118
14.46/14.08	c cleaning 7877 clauses out of 15762 with flag 26001/413117
14.76/14.37	c cleaning 8439 clauses out of 16886 with flag 35002/422118
15.16/14.72	c cleaning 9220 clauses out of 18445 with flag 45000/432116
15.46/15.06	c cleaning 9605 clauses out of 19226 with flag 55001/442117
15.76/15.39	c cleaning 9804 clauses out of 19620 with flag 65000/452116
16.16/15.73	c cleaning 9903 clauses out of 19817 with flag 75001/462117
16.46/16.06	c cleaning 9952 clauses out of 19913 with flag 85000/472116
16.76/16.31	c Got one! Elapsed wall clock time (in seconds):16.206
16.76/16.31	o 35
16.97/16.52	c cleaning 11225 clauses out of 22456 with flag 5001/484611
17.16/16.72	c cleaning 8612 clauses out of 17230 with flag 11000/490610
17.36/16.96	c cleaning 7806 clauses out of 15619 with flag 18001/497611
17.67/17.20	c cleaning 7904 clauses out of 15812 with flag 26000/505610
17.87/17.49	c cleaning 8448 clauses out of 16910 with flag 35002/514612
18.27/17.84	c cleaning 9224 clauses out of 18460 with flag 45000/524610
18.57/18.19	c cleaning 9612 clauses out of 19236 with flag 55000/534610
18.97/18.55	c cleaning 9810 clauses out of 19628 with flag 65004/544614
19.37/18.93	c cleaning 9903 clauses out of 19815 with flag 75001/554611
19.67/19.28	c cleaning 9951 clauses out of 19913 with flag 85002/564612
20.07/19.62	c cleaning 9971 clauses out of 19960 with flag 95000/574610
20.37/19.94	c cleaning 9991 clauses out of 19992 with flag 105003/584613
20.77/20.33	c cleaning 9993 clauses out of 19998 with flag 115000/594610
21.07/20.63	c Got one! Elapsed wall clock time (in seconds):20.523
21.07/20.63	o 28
21.28/20.84	c cleaning 11789 clauses out of 23591 with flag 5000/608196
21.48/21.05	c cleaning 8894 clauses out of 17802 with flag 11000/614196
21.68/21.27	c cleaning 7949 clauses out of 15909 with flag 18001/621197
21.98/21.53	c cleaning 7975 clauses out of 15959 with flag 26000/629196
22.28/21.83	c cleaning 8489 clauses out of 16986 with flag 35002/638198
22.58/22.20	c cleaning 9244 clauses out of 18498 with flag 45003/648199
22.98/22.55	c cleaning 9620 clauses out of 19252 with flag 55001/658197
23.29/22.87	c cleaning 9812 clauses out of 19632 with flag 65001/668197
23.69/23.21	c cleaning 9903 clauses out of 19820 with flag 75001/678197
23.99/23.54	c cleaning 9953 clauses out of 19917 with flag 85001/688197
24.29/23.88	c cleaning 9974 clauses out of 19964 with flag 95001/698197
24.69/24.22	c cleaning 9993 clauses out of 19989 with flag 105000/708196
24.99/24.55	c cleaning 9990 clauses out of 19996 with flag 115000/718196
25.29/24.88	c cleaning 10001 clauses out of 20007 with flag 125001/728197
25.59/25.19	c cleaning 9996 clauses out of 20006 with flag 135001/738197
25.99/25.51	c cleaning 9997 clauses out of 20010 with flag 145001/748197
26.29/25.82	c cleaning 10001 clauses out of 20012 with flag 155000/758196
26.59/26.14	c cleaning 10002 clauses out of 20013 with flag 165002/768198
26.90/26.46	c cleaning 9999 clauses out of 20010 with flag 175001/778197
27.09/26.60	c Got one! Elapsed wall clock time (in seconds):26.493
27.09/26.60	o 19
27.09/26.64	c cleaning 7962 clauses out of 15933 with flag 1000/784119
27.30/26.83	c cleaning 6980 clauses out of 13971 with flag 7000/790119
27.50/27.04	c cleaning 6991 clauses out of 13992 with flag 14001/797120
27.70/27.29	c cleaning 7497 clauses out of 15001 with flag 22001/805120
28.00/27.58	c cleaning 8248 clauses out of 16504 with flag 31001/814120
28.40/27.91	c cleaning 9124 clauses out of 18255 with flag 41000/824119
28.70/28.25	c cleaning 9562 clauses out of 19131 with flag 51000/834119
29.00/28.57	c cleaning 9780 clauses out of 19570 with flag 61001/844120
29.30/28.89	c cleaning 9891 clauses out of 19789 with flag 71000/854119
29.70/29.21	c cleaning 9946 clauses out of 19898 with flag 81000/864119
30.00/29.55	c cleaning 9973 clauses out of 19952 with flag 91000/874119
30.41/29.90	c cleaning 9981 clauses out of 19979 with flag 101000/884119
30.71/30.29	c cleaning 9998 clauses out of 20001 with flag 111003/894122
31.45/30.66	c cleaning 9989 clauses out of 20000 with flag 121000/904119
32.02/30.90	c starts		: 191
32.02/30.90	c conflicts		: 910831
32.02/30.90	c decisions		: 1402568
32.02/30.90	c propagations		: 20070365
32.02/30.90	c inspects		: 186428590
32.02/30.90	c shortcuts		: 0
32.02/30.90	c learnt literals	: 8
32.02/30.90	c learnt binary clauses	: 19
32.02/30.90	c learnt ternary clauses	: 315
32.02/30.90	c learnt constraints	: 910822
32.02/30.90	c ignored constraints	: 0
32.02/30.90	c root simplifications	: 0
32.02/30.90	c removed literals (reason simplification)	: 7454289
32.02/30.90	c reason swapping (by a shorter reason)	: 0
32.02/30.90	c Calls to reduceDB	: 106
32.02/30.90	c number of reductions to clauses (during analyze)	: 0
32.02/30.90	c number of learned constraints concerned by reduction	: 0
32.02/30.90	c number of learning phase by resolution	: 0
32.02/30.90	c number of learning phase by cutting planes	: 0
32.02/30.90	c speed (assignments/second)	: 4666441.525226692
32.02/30.90	c non guided choices	915
32.02/30.90	c learnt constraints type 
32.02/30.90	c constraints type 
32.02/30.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
32.02/30.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
32.02/30.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
32.02/30.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
32.02/30.90	s OPTIMUM FOUND
32.02/30.90	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 
32.02/30.90	c objective function=19
32.02/30.90	c Total wall clock time (in seconds): 30.795

Verifier Data

OK	19

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492420-1307909825/watcher-3492420-1307909825 -o /var/tmp/evaluation-result-3492420-1307909825/solver-3492420-1307909825 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492420-1307909825.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.02 1.99 1.78 2/195 5372
/proc/meminfo: memFree=1032204/32951124 swapFree=67055716/67111528
[pid=5372] ppid=5370 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/5372/stat : 5372 (java) R 5370 5372 2916 0 -1 4202496 865 0 0 0 0 0 0 0 25 0 1 0 635173784 23580672 607 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268655699712 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/5372/statm: 5757 619 459 9 0 124 0

[startup+0.023718 s]
/proc/loadavg: 2.02 1.99 1.78 2/195 5372
/proc/meminfo: memFree=1032204/32951124 swapFree=67055716/67111528
[pid=5372] ppid=5370 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/5372/stat : 5372 (java) S 5370 5372 2916 0 -1 4202496 9583 0 1 0 0 1 0 0 25 0 2 0 635173784 10694979584 9283 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/5372/statm: 2611079 9305 917 9 0 2602235 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10444316

[startup+0.100708 s]
/proc/loadavg: 2.02 1.99 1.78 2/195 5372
/proc/meminfo: memFree=1032204/32951124 swapFree=67055716/67111528
[pid=5372] ppid=5370 vsize=10540316 CPUtime=0.1 cores=1,3,5,7
/proc/5372/stat : 5372 (java) S 5370 5372 2916 0 -1 4202496 13083 0 1 0 8 2 0 0 25 0 18 0 635173784 10793283584 12760 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5372/statm: 2635079 12761 2092 9 0 2625813 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540316

[startup+0.300667 s]
/proc/loadavg: 2.02 1.99 1.78 2/195 5372
/proc/meminfo: memFree=1032204/32951124 swapFree=67055716/67111528
[pid=5372] ppid=5370 vsize=10544068 CPUtime=0.56 cores=1,3,5,7
/proc/5372/stat : 5372 (java) S 5370 5372 2916 0 -1 4202496 16139 0 1 0 53 3 0 0 25 0 19 0 635173784 10797125632 14913 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5372/statm: 2636017 14913 2214 9 0 2626751 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 10544068

[startup+0.700601 s]
/proc/loadavg: 2.02 1.99 1.78 2/195 5372
/proc/meminfo: memFree=1032204/32951124 swapFree=67055716/67111528
[pid=5372] ppid=5370 vsize=10544068 CPUtime=1.05 cores=1,3,5,7
/proc/5372/stat : 5372 (java) S 5370 5372 2916 0 -1 4202496 17157 0 1 0 102 3 0 0 25 0 19 0 635173784 10797125632 15896 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5372/statm: 2636017 15896 2246 9 0 2626751 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10544068

[startup+1.50146 s]
/proc/loadavg: 2.02 1.99 1.78 3/214 5391
/proc/meminfo: memFree=976960/32951124 swapFree=67055716/67111528
[pid=5372] ppid=5370 vsize=10544208 CPUtime=1.88 cores=1,3,5,7
/proc/5372/stat : 5372 (java) S 5370 5372 2916 0 -1 4202496 17437 0 1 0 185 3 0 0 25 0 19 0 635173784 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5372/statm: 2636052 16172 2247 9 0 2626786 0
[pid=5372/tid=5374] ppid=5370 vsize=10544208 CPUtime=1.4 cores=1,3,5,7
/proc/5372/task/5374/stat : 5374 (java) R 5370 5372 2916 0 -1 4202560 12020 0 1 0 138 2 0 0 20 0 19 0 635173784 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 46912505522680 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 2916 0 -1 4202560 113 0 0 0 0 0 0 0 16 0 19 0 635173786 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 2916 0 -1 4202560 206 0 0 0 0 0 0 0 16 0 19 0 635173786 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 2916 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 2916 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5381] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5381/stat : 5381 (java) S 5370 5372 2916 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5382] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5382/stat : 5382 (java) S 5370 5372 2916 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5383] ppid=5370 vsize=10544208 CPUtime=0.07 cores=1,3,5,7
/proc/5372/task/5383/stat : 5383 (java) S 5370 5372 2916 0 -1 4202560 427 0 0 0 7 0 0 0 15 0 19 0 635173787 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 0 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5384] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5384/stat : 5384 (java) S 5370 5372 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635173787 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5385] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5385/stat : 5385 (java) S 5370 5372 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635173787 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5386] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5386/stat : 5386 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672485809 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5387] ppid=5370 vsize=10544208 CPUtime=0.18 cores=1,3,5,7
/proc/5372/task/5387/stat : 5387 (java) S 5370 5372 2916 0 -1 4202560 1276 0 0 0 18 0 0 0 19 0 19 0 635173790 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5388] ppid=5370 vsize=10544208 CPUtime=0.2 cores=1,3,5,7
/proc/5372/task/5388/stat : 5388 (java) S 5370 5372 2916 0 -1 4202560 2027 0 0 0 20 0 0 0 15 0 19 0 635173790 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5389] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5389/stat : 5389 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5390] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5390/stat : 5390 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635173790 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5391] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5391/stat : 5391 (java) S 5370 5372 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635173801 10797268992 16172 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10544208

[startup+3.10118 s]
/proc/loadavg: 2.02 1.99 1.78 3/214 5391
/proc/meminfo: memFree=975640/32951124 swapFree=67055716/67111528
[pid=5372] ppid=5370 vsize=10544208 CPUtime=3.49 cores=1,3,5,7
/proc/5372/stat : 5372 (java) S 5370 5372 2916 0 -1 4202496 17541 0 1 0 346 3 0 0 25 0 19 0 635173784 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5372/statm: 2636052 16268 2247 9 0 2626786 0
[pid=5372/tid=5374] ppid=5370 vsize=10544208 CPUtime=2.9 cores=1,3,5,7
/proc/5372/task/5374/stat : 5374 (java) R 5370 5372 2916 0 -1 4202560 12029 0 1 0 288 2 0 0 23 0 19 0 635173784 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 46912505329449 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 2916 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 2916 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 2916 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 2916 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 2916 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 2916 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5381] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5381/stat : 5381 (java) S 5370 5372 2916 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5382] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5382/stat : 5382 (java) S 5370 5372 2916 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 635173786 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5383] ppid=5370 vsize=10544208 CPUtime=0.16 cores=1,3,5,7
/proc/5372/task/5383/stat : 5383 (java) S 5370 5372 2916 0 -1 4202560 500 0 0 0 16 0 0 0 16 0 19 0 635173787 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 0 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5384] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5384/stat : 5384 (java) S 5370 5372 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635173787 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5385] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5385/stat : 5385 (java) S 5370 5372 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635173787 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5386] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5386/stat : 5386 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672485809 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5387] ppid=5370 vsize=10544208 CPUtime=0.19 cores=1,3,5,7
/proc/5372/task/5387/stat : 5387 (java) S 5370 5372 2916 0 -1 4202560 1276 0 0 0 19 0 0 0 15 0 19 0 635173790 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5388] ppid=5370 vsize=10544208 CPUtime=0.2 cores=1,3,5,7
/proc/5372/task/5388/stat : 5388 (java) S 5370 5372 2916 0 -1 4202560 2027 0 0 0 20 0 0 0 15 0 19 0 635173790 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5389] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5389/stat : 5389 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5390] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5390/stat : 5390 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635173790 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5391] ppid=5370 vsize=10544208 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5391/stat : 5391 (java) S 5370 5372 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635173801 10797268992 16268 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10544208

[startup+6.30062 s]
/proc/loadavg: 2.02 1.99 1.78 4/214 5392
/proc/meminfo: memFree=975412/32951124 swapFree=67055716/67111528
[pid=5372] ppid=5370 vsize=10543228 CPUtime=6.7 cores=1,3,5,7
/proc/5372/stat : 5372 (java) S 5370 5372 2916 0 -1 4202496 17703 0 1 0 667 3 0 0 25 0 19 0 635173784 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5372/statm: 2635807 16157 2247 9 0 2626541 0
[pid=5372/tid=5374] ppid=5370 vsize=10543228 CPUtime=5.94 cores=1,3,5,7
/proc/5372/task/5374/stat : 5374 (java) R 5370 5372 2916 0 -1 4202560 12042 0 1 0 592 2 0 0 25 0 19 0 635173784 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 46912505622882 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 2916 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 635173786 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=10543228 CPUtime=0.01 cores=1,3,5,7
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 2916 0 -1 4202560 206 0 0 0 1 0 0 0 16 0 19 0 635173786 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 2916 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 635173786 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 2916 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 635173786 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 2916 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 19 0 635173786 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 2916 0 -1 4202560 26 0 0 0 0 0 0 0 16 0 19 0 635173786 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5381] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5381/stat : 5381 (java) S 5370 5372 2916 0 -1 4202560 55 0 0 0 0 0 0 0 16 0 19 0 635173786 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5382] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5382/stat : 5382 (java) S 5370 5372 2916 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 635173786 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5383] ppid=5370 vsize=10543228 CPUtime=0.3 cores=1,3,5,7
/proc/5372/task/5383/stat : 5383 (java) S 5370 5372 2916 0 -1 4202560 624 0 0 0 30 0 0 0 15 0 19 0 635173787 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 0 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5384] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5384/stat : 5384 (java) S 5370 5372 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635173787 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5385] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5385/stat : 5385 (java) S 5370 5372 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635173787 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5386] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5386/stat : 5386 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672485809 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5387] ppid=5370 vsize=10543228 CPUtime=0.19 cores=1,3,5,7
/proc/5372/task/5387/stat : 5387 (java) S 5370 5372 2916 0 -1 4202560 1276 0 0 0 19 0 0 0 15 0 19 0 635173790 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5388] ppid=5370 vsize=10543228 CPUtime=0.2 cores=1,3,5,7
/proc/5372/task/5388/stat : 5388 (java) S 5370 5372 2916 0 -1 4202560 2027 0 0 0 20 0 0 0 15 0 19 0 635173790 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5389] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5389/stat : 5389 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5390] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5390/stat : 5390 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635173790 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5391] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5391/stat : 5391 (java) S 5370 5372 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635173801 10796265472 16157 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 10543228

[startup+12.7015 s]

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

/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 2916 0 -1 4202560 125 0 0 0 2 0 0 0 15 0 19 0 635173786 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=10543228 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 2916 0 -1 4202560 213 0 0 0 2 0 0 0 16 0 19 0 635173786 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=10543228 CPUtime=0.01 cores=1,3,5,7
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 2916 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 635173786 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=10543228 CPUtime=0.01 cores=1,3,5,7
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 2916 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 635173786 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=10543228 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 2916 0 -1 4202560 156 0 0 0 2 0 0 0 15 0 19 0 635173786 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=10543228 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 2916 0 -1 4202560 33 0 0 0 2 0 0 0 15 0 19 0 635173786 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5381] ppid=5370 vsize=10543228 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5381/stat : 5381 (java) S 5370 5372 2916 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 635173786 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5382] ppid=5370 vsize=10543228 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5382/stat : 5382 (java) S 5370 5372 2916 0 -1 4202560 12 0 0 0 2 0 0 0 16 0 19 0 635173786 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5383] ppid=5370 vsize=10543228 CPUtime=1.25 cores=1,3,5,7
/proc/5372/task/5383/stat : 5383 (java) S 5370 5372 2916 0 -1 4202560 852 0 0 0 125 0 0 0 16 0 19 0 635173787 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 0 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5384] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5384/stat : 5384 (java) S 5370 5372 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635173787 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5385] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5385/stat : 5385 (java) S 5370 5372 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635173787 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5386] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5386/stat : 5386 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672485809 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5387] ppid=5370 vsize=10543228 CPUtime=0.22 cores=1,3,5,7
/proc/5372/task/5387/stat : 5387 (java) S 5370 5372 2916 0 -1 4202560 1488 0 0 0 22 0 0 0 15 0 19 0 635173790 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5388] ppid=5370 vsize=10543228 CPUtime=0.2 cores=1,3,5,7
/proc/5372/task/5388/stat : 5388 (java) S 5370 5372 2916 0 -1 4202560 2027 0 0 0 20 0 0 0 15 0 19 0 635173790 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5389] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5389/stat : 5389 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5390] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5390/stat : 5390 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635173790 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5391] ppid=5370 vsize=10543228 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5391/stat : 5391 (java) S 5370 5372 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635173801 10796265472 16428 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 29.2
Current children cumulated vsize (KiB) 10543228

[startup+30.3013 s]
/proc/loadavg: 2.01 1.99 1.78 3/214 5392
/proc/meminfo: memFree=974116/32951124 swapFree=67055716/67111528
[pid=5372] ppid=5370 vsize=10553024 CPUtime=30.88 cores=1,3,5,7
/proc/5372/stat : 5372 (java) S 5370 5372 2916 0 -1 4202496 21384 0 1 0 3082 6 0 0 25 0 19 0 635173784 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5372/statm: 2638256 18748 2250 9 0 2628990 0
[pid=5372/tid=5374] ppid=5370 vsize=10553024 CPUtime=28.83 cores=1,3,5,7
/proc/5372/task/5374/stat : 5374 (java) S 5370 5372 2916 0 -1 4202560 12122 0 1 0 2881 2 0 0 19 0 19 0 635173784 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=10553024 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 2916 0 -1 4202560 125 0 0 0 2 0 0 0 15 0 19 0 635173786 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=10553024 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 2916 0 -1 4202560 213 0 0 0 2 0 0 0 16 0 19 0 635173786 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=10553024 CPUtime=0.01 cores=1,3,5,7
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 2916 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 635173786 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=10553024 CPUtime=0.01 cores=1,3,5,7
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 2916 0 -1 4202560 7 0 0 0 1 0 0 0 16 0 19 0 635173786 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=10553024 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 2916 0 -1 4202560 156 0 0 0 2 0 0 0 15 0 19 0 635173786 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=10553024 CPUtime=0.03 cores=1,3,5,7
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 2916 0 -1 4202560 33 0 0 0 3 0 0 0 16 0 19 0 635173786 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5381] ppid=5370 vsize=10553024 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5381/stat : 5381 (java) S 5370 5372 2916 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 635173786 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5382] ppid=5370 vsize=10553024 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5382/stat : 5382 (java) S 5370 5372 2916 0 -1 4202560 12 0 0 0 2 0 0 0 15 0 19 0 635173786 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5383] ppid=5370 vsize=10553024 CPUtime=1.32 cores=1,3,5,7
/proc/5372/task/5383/stat : 5383 (java) R 5370 5372 2916 0 -1 4202560 893 0 0 0 132 0 0 0 15 0 19 0 635173787 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 47201021366304 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=5372/tid=5384] ppid=5370 vsize=10553024 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5384/stat : 5384 (java) S 5370 5372 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635173787 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5385] ppid=5370 vsize=10553024 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5385/stat : 5385 (java) S 5370 5372 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635173787 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5386] ppid=5370 vsize=10553024 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5386/stat : 5386 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672485809 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5387] ppid=5370 vsize=10553024 CPUtime=0.26 cores=1,3,5,7
/proc/5372/task/5387/stat : 5387 (java) S 5370 5372 2916 0 -1 4202560 4448 0 0 0 26 0 0 0 16 0 19 0 635173790 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5388] ppid=5370 vsize=10553024 CPUtime=0.22 cores=1,3,5,7
/proc/5372/task/5388/stat : 5388 (java) S 5370 5372 2916 0 -1 4202560 2148 0 0 0 22 0 0 0 15 0 19 0 635173790 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5389] ppid=5370 vsize=10553024 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5389/stat : 5389 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10806296576 18748 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5390] ppid=5370 vsize=10553024 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5390/stat : 5390 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635173790 10806296576 18749 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5391] ppid=5370 vsize=10553024 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5391/stat : 5391 (java) S 5370 5372 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635173801 10806296576 18749 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 30.88
Current children cumulated vsize (KiB) 10553024

[startup+30.7013 s]
/proc/loadavg: 2.01 1.99 1.78 4/214 5392
/proc/meminfo: memFree=951548/32951124 swapFree=67055716/67111528
[pid=5372] ppid=5370 vsize=10565204 CPUtime=31.61 cores=1,3,5,7
/proc/5372/stat : 5372 (java) S 5370 5372 2916 0 -1 4202496 26050 0 1 0 3155 6 0 0 25 0 19 0 635173784 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5372/statm: 2641301 22118 2250 9 0 2632035 0
[pid=5372/tid=5374] ppid=5370 vsize=10565204 CPUtime=29.21 cores=1,3,5,7
/proc/5372/task/5374/stat : 5374 (java) R 5370 5372 2916 0 -1 4202560 12123 0 1 0 2919 2 0 0 19 0 19 0 635173784 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 46912505553362 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=10565204 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 2916 0 -1 4202560 125 0 0 0 2 0 0 0 15 0 19 0 635173786 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=10565204 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 2916 0 -1 4202560 213 0 0 0 2 0 0 0 15 0 19 0 635173786 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=10565204 CPUtime=0.01 cores=1,3,5,7
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 2916 0 -1 4202560 11 0 0 0 1 0 0 0 16 0 19 0 635173786 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=10565204 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 2916 0 -1 4202560 7 0 0 0 2 0 0 0 16 0 19 0 635173786 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=10565204 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 2916 0 -1 4202560 156 0 0 0 2 0 0 0 15 0 19 0 635173786 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=10565204 CPUtime=0.03 cores=1,3,5,7
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 2916 0 -1 4202560 33 0 0 0 3 0 0 0 15 0 19 0 635173786 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5381] ppid=5370 vsize=10565204 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5381/stat : 5381 (java) S 5370 5372 2916 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 635173786 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5382] ppid=5370 vsize=10565204 CPUtime=0.03 cores=1,3,5,7
/proc/5372/task/5382/stat : 5382 (java) S 5370 5372 2916 0 -1 4202560 12 0 0 0 3 0 0 0 16 0 19 0 635173786 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5383] ppid=5370 vsize=10565204 CPUtime=1.33 cores=1,3,5,7
/proc/5372/task/5383/stat : 5383 (java) S 5370 5372 2916 0 -1 4202560 901 0 0 0 133 0 0 0 16 0 19 0 635173787 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 0 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5384] ppid=5370 vsize=10565204 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5384/stat : 5384 (java) S 5370 5372 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635173787 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5385] ppid=5370 vsize=10565204 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5385/stat : 5385 (java) S 5370 5372 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635173787 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5386] ppid=5370 vsize=10565204 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5386/stat : 5386 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672485809 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5387] ppid=5370 vsize=10565204 CPUtime=0.59 cores=1,3,5,7
/proc/5372/task/5387/stat : 5387 (java) R 5370 5372 2916 0 -1 4202560 9079 0 0 0 58 1 0 0 15 0 19 0 635173790 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 47201021662127 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5372/tid=5388] ppid=5370 vsize=10565204 CPUtime=0.22 cores=1,3,5,7
/proc/5372/task/5388/stat : 5388 (java) S 5370 5372 2916 0 -1 4202560 2174 0 0 0 22 0 0 0 15 0 19 0 635173790 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5389] ppid=5370 vsize=10565204 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5389/stat : 5389 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5390] ppid=5370 vsize=10565204 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5390/stat : 5390 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635173790 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5391] ppid=5370 vsize=10565204 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5391/stat : 5391 (java) S 5370 5372 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635173801 10818768896 22118 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 31.61
Current children cumulated vsize (KiB) 10565204

[startup+30.9013 s]
/proc/loadavg: 2.01 1.99 1.78 4/214 5392
/proc/meminfo: memFree=951548/32951124 swapFree=67055716/67111528
[pid=5372] ppid=5370 vsize=10565840 CPUtime=32.02 cores=1,3,5,7
/proc/5372/stat : 5372 (java) S 5370 5372 2916 0 -1 4202496 26326 0 1 0 3196 6 0 0 25 0 19 0 635173784 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/5372/statm: 2641460 22300 2251 9 0 2632194 0
[pid=5372/tid=5374] ppid=5370 vsize=10565840 CPUtime=29.41 cores=1,3,5,7
/proc/5372/task/5374/stat : 5374 (java) R 5370 5372 2916 0 -1 4202560 12126 0 1 0 2939 2 0 0 19 0 19 0 635173784 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 46912505733484 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5372/tid=5375] ppid=5370 vsize=10565840 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5375/stat : 5375 (java) S 5370 5372 2916 0 -1 4202560 125 0 0 0 2 0 0 0 15 0 19 0 635173786 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5376] ppid=5370 vsize=10565840 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5376/stat : 5376 (java) S 5370 5372 2916 0 -1 4202560 213 0 0 0 2 0 0 0 15 0 19 0 635173786 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5377] ppid=5370 vsize=10565840 CPUtime=0.01 cores=1,3,5,7
/proc/5372/task/5377/stat : 5377 (java) S 5370 5372 2916 0 -1 4202560 11 0 0 0 1 0 0 0 16 0 19 0 635173786 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5378] ppid=5370 vsize=10565840 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5378/stat : 5378 (java) S 5370 5372 2916 0 -1 4202560 7 0 0 0 2 0 0 0 16 0 19 0 635173786 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5379] ppid=5370 vsize=10565840 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5379/stat : 5379 (java) S 5370 5372 2916 0 -1 4202560 156 0 0 0 2 0 0 0 15 0 19 0 635173786 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5380] ppid=5370 vsize=10565840 CPUtime=0.03 cores=1,3,5,7
/proc/5372/task/5380/stat : 5380 (java) S 5370 5372 2916 0 -1 4202560 33 0 0 0 3 0 0 0 15 0 19 0 635173786 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5381] ppid=5370 vsize=10565840 CPUtime=0.02 cores=1,3,5,7
/proc/5372/task/5381/stat : 5381 (java) S 5370 5372 2916 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 635173786 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 3 0 0 0
[pid=5372/tid=5382] ppid=5370 vsize=10565840 CPUtime=0.03 cores=1,3,5,7
/proc/5372/task/5382/stat : 5382 (java) S 5370 5372 2916 0 -1 4202560 12 0 0 0 3 0 0 0 16 0 19 0 635173786 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5383] ppid=5370 vsize=10565840 CPUtime=1.33 cores=1,3,5,7
/proc/5372/task/5383/stat : 5383 (java) S 5370 5372 2916 0 -1 4202560 901 0 0 0 133 0 0 0 16 0 19 0 635173787 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 0 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5384] ppid=5370 vsize=10565840 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5384/stat : 5384 (java) S 5370 5372 2916 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 635173787 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5385] ppid=5370 vsize=10565840 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5385/stat : 5385 (java) S 5370 5372 2916 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 635173787 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5386] ppid=5370 vsize=10565840 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5386/stat : 5386 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672485809 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5387] ppid=5370 vsize=10565840 CPUtime=0.78 cores=1,3,5,7
/proc/5372/task/5387/stat : 5387 (java) R 5370 5372 2916 0 -1 4202560 9238 0 0 0 77 1 0 0 16 0 19 0 635173790 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 47201021677221 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5372/tid=5388] ppid=5370 vsize=10565840 CPUtime=0.24 cores=1,3,5,7
/proc/5372/task/5388/stat : 5388 (java) S 5370 5372 2916 0 -1 4202560 2288 0 0 0 24 0 0 0 15 0 19 0 635173790 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 5 0 0 0
[pid=5372/tid=5389] ppid=5370 vsize=10565840 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5389/stat : 5389 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 635173790 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478105 0 4 0 16800975 18446604454222987648 0 0 -1 1 0 0 0
[pid=5372/tid=5390] ppid=5370 vsize=10565840 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5390/stat : 5390 (java) S 5370 5372 2916 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 635173790 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
[pid=5372/tid=5391] ppid=5370 vsize=10565840 CPUtime=0 cores=1,3,5,7
/proc/5372/task/5391/stat : 5391 (java) S 5370 5372 2916 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 635173801 10819420160 22300 33554432000 1073741824 1073778376 140735490481088 18446744073709551615 268672478720 0 4 0 16800975 18446604454222987648 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32.02
Current children cumulated vsize (KiB) 10565840

Child status: 30
Real time (s): 30.9246
CPU time (s): 32.0531
CPU user time (s): 31.9831
CPU system time (s): 0.069989
CPU usage (%): 103.649
Max. virtual memory (cumulated for all children) (KiB): 10565840

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

runsolver used 0.052991 second user time and 0.12598 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-12 22:17:05
IDJOB=3492420
IDBENCH=78808
IDSOLVER=1982
FILE ID=node107/3492420-1307909825
RUNJOBID= node107-1307908886-4789
PBS_JOBID= 13559596
Free space on /var/tmp= 2892 MiB

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

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

MD5SUM BENCH= c98926f0ffff319dfbaa3e1b39be6827
RANDOM SEED=819956816

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.829
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	: 5359.47
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.829
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.829
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:       1032384 kB
Buffers:         60380 kB
Cached:       30723388 kB
SwapCached:      20072 kB
Active:       15773504 kB
Inactive:     15184816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1032384 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:              84 kB
Writeback:           0 kB
AnonPages:      172464 kB
Mapped:          21128 kB
Slab:           896524 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10535652 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2892 MiB
End job on node107 at 2011-06-12 22:17:36