Trace number 3492393

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 30.1974 29.5564

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111217392--soft-66-100-0.wbo
MD5SUM960bc2a8059baa29bab251cd640f5046
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2.24966
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 1248
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3492393-1307909782.wbo
0.09/0.12	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.054s.
0.09/0.17	c #vars     211
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.27/0.29	c SATISFIABLE
0.27/0.29	c OPTIMIZING...
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.171
0.27/0.29	o 528
0.54/0.31	c Got one! Elapsed wall clock time (in seconds):0.194
0.54/0.31	o 525
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.236
0.54/0.35	o 491
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.252
0.54/0.37	o 438
0.67/0.40	c Got one! Elapsed wall clock time (in seconds):0.285
0.67/0.40	o 415
0.67/0.43	c Got one! Elapsed wall clock time (in seconds):0.309
0.67/0.43	o 387
0.67/0.48	c Got one! Elapsed wall clock time (in seconds):0.367
0.67/0.48	o 376
0.78/0.53	c Got one! Elapsed wall clock time (in seconds):0.416
0.78/0.53	o 372
0.78/0.59	c Got one! Elapsed wall clock time (in seconds):0.473
0.78/0.59	o 345
0.88/0.67	c cleaning 5078 clauses out of 10163 with flag 1003/10163
1.04/0.70	c Got one! Elapsed wall clock time (in seconds):0.584
1.04/0.70	o 339
1.04/0.73	c Got one! Elapsed wall clock time (in seconds):0.618
1.04/0.73	o 335
1.14/0.81	c Got one! Elapsed wall clock time (in seconds):0.697
1.14/0.81	o 275
1.24/0.90	c cleaning 5861 clauses out of 11731 with flag 2000/16809
1.24/0.91	c Got one! Elapsed wall clock time (in seconds):0.794
1.24/0.91	o 247
1.35/1.03	c Got one! Elapsed wall clock time (in seconds):0.914
1.35/1.03	o 235
1.35/1.07	c cleaning 5643 clauses out of 11293 with flag 1001/22232
1.47/1.19	c Got one! Elapsed wall clock time (in seconds):1.069
1.47/1.19	o 212
1.57/1.21	c Got one! Elapsed wall clock time (in seconds):1.094
1.57/1.21	o 185
1.57/1.28	c cleaning 5873 clauses out of 11764 with flag 2001/28346
1.77/1.48	c cleaning 5940 clauses out of 11891 with flag 8001/34346
1.97/1.63	c Got one! Elapsed wall clock time (in seconds):1.519
1.97/1.63	o 159
2.07/1.76	c Got one! Elapsed wall clock time (in seconds):1.648
2.07/1.76	o 155
2.17/1.81	c cleaning 8148 clauses out of 16301 with flag 1001/44696
2.37/2.02	c cleaning 7073 clauses out of 14152 with flag 7000/50695
2.58/2.24	c cleaning 7037 clauses out of 14081 with flag 14002/57697
2.88/2.50	c cleaning 7514 clauses out of 15044 with flag 22002/65697
3.09/2.79	c cleaning 8259 clauses out of 16528 with flag 31000/74695
3.49/3.12	c cleaning 9131 clauses out of 18269 with flag 41000/84695
3.79/3.43	c cleaning 9566 clauses out of 19139 with flag 51001/94696
4.09/3.75	c cleaning 9782 clauses out of 19573 with flag 61001/104696
4.39/4.06	c cleaning 9893 clauses out of 19791 with flag 71001/114696
4.70/4.38	c cleaning 9939 clauses out of 19897 with flag 81000/124695
5.09/4.71	c cleaning 9976 clauses out of 19960 with flag 91002/134697
5.39/5.05	c cleaning 9982 clauses out of 19982 with flag 101000/144695
5.70/5.39	c cleaning 9994 clauses out of 20000 with flag 111000/154695
6.10/5.72	c cleaning 10001 clauses out of 20007 with flag 121001/164696
6.20/5.87	c Got one! Elapsed wall clock time (in seconds):5.749
6.20/5.87	o 119
6.30/5.90	c cleaning 7682 clauses out of 15369 with flag 1003/170059
6.50/6.10	c cleaning 6836 clauses out of 13685 with flag 7001/176057
6.70/6.34	c cleaning 6920 clauses out of 13849 with flag 14001/183057
7.00/6.60	c cleaning 7460 clauses out of 14929 with flag 22001/191057
7.30/6.91	c cleaning 8230 clauses out of 16469 with flag 31001/200057
7.40/7.01	c Got one! Elapsed wall clock time (in seconds):6.898
7.40/7.01	o 90
7.40/7.08	c cleaning 6743 clauses out of 13494 with flag 2001/205312
7.60/7.26	c cleaning 6372 clauses out of 12750 with flag 8000/211311
7.90/7.52	c cleaning 6684 clauses out of 13379 with flag 15001/218312
8.11/7.78	c cleaning 7344 clauses out of 14694 with flag 23000/226311
8.41/8.07	c cleaning 8173 clauses out of 16351 with flag 32001/235312
8.81/8.41	c cleaning 9083 clauses out of 18178 with flag 42001/245312
9.12/8.73	c cleaning 9541 clauses out of 19095 with flag 52001/255312
9.42/9.07	c cleaning 9773 clauses out of 19555 with flag 62002/265313
9.72/9.39	c cleaning 9885 clauses out of 19784 with flag 72004/275315
10.12/9.74	c cleaning 9943 clauses out of 19895 with flag 82000/285311
10.23/9.80	c Got one! Elapsed wall clock time (in seconds):9.688
10.23/9.80	o 84
10.33/9.94	c cleaning 7953 clauses out of 15912 with flag 4001/291271
10.52/10.16	c cleaning 6974 clauses out of 13959 with flag 10001/297271
10.82/10.40	c cleaning 6988 clauses out of 13984 with flag 17000/304270
11.02/10.66	c cleaning 7494 clauses out of 14996 with flag 25000/312270
11.33/10.97	c cleaning 8244 clauses out of 16502 with flag 34000/321270
11.73/11.32	c cleaning 9120 clauses out of 18258 with flag 44000/331270
12.03/11.65	c cleaning 9561 clauses out of 19138 with flag 54000/341270
12.33/11.98	c cleaning 9785 clauses out of 19579 with flag 64002/351272
12.73/12.33	c cleaning 9893 clauses out of 19793 with flag 74001/361271
13.03/12.66	c cleaning 9944 clauses out of 19900 with flag 84001/371271
13.43/13.02	c cleaning 9971 clauses out of 19955 with flag 94000/381270
13.73/13.35	c cleaning 9986 clauses out of 19985 with flag 104001/391271
13.83/13.45	c Got one! Elapsed wall clock time (in seconds):13.337
13.83/13.45	o 79
13.93/13.52	c cleaning 7595 clauses out of 15200 with flag 2001/396472
14.15/13.71	c cleaning 6799 clauses out of 13608 with flag 8004/402475
14.35/13.95	c cleaning 6900 clauses out of 13807 with flag 15002/409473
14.66/14.21	c cleaning 7447 clauses out of 14905 with flag 23000/417471
14.95/14.50	c cleaning 8227 clauses out of 16460 with flag 32002/426473
15.25/14.86	c cleaning 9110 clauses out of 18232 with flag 42001/436472
15.65/15.21	c cleaning 9556 clauses out of 19121 with flag 52000/446471
15.96/15.54	c cleaning 9777 clauses out of 19566 with flag 62001/456472
16.26/15.87	c cleaning 9892 clauses out of 19788 with flag 72000/466471
16.56/16.19	c cleaning 9940 clauses out of 19896 with flag 82000/476471
16.96/16.53	c cleaning 9972 clauses out of 19956 with flag 92000/486471
17.26/16.86	c cleaning 9988 clauses out of 19986 with flag 102002/496473
17.66/17.22	c cleaning 9993 clauses out of 19997 with flag 112001/506472
17.96/17.55	c cleaning 10000 clauses out of 20006 with flag 122003/516474
18.26/17.86	c cleaning 9994 clauses out of 20003 with flag 132000/526471
18.67/18.20	c cleaning 9997 clauses out of 20009 with flag 142000/536471
18.97/18.53	c cleaning 10003 clauses out of 20012 with flag 152000/546471
19.27/18.86	c cleaning 10003 clauses out of 20014 with flag 162005/556476
19.57/19.11	c Got one! Elapsed wall clock time (in seconds):18.997
19.57/19.11	o 51
19.77/19.32	c cleaning 11275 clauses out of 22558 with flag 5001/569023
19.97/19.54	c cleaning 8638 clauses out of 17283 with flag 11001/575023
20.18/19.78	c cleaning 7818 clauses out of 15644 with flag 18000/582022
20.47/20.03	c cleaning 7911 clauses out of 15826 with flag 26000/590022
20.78/20.31	c cleaning 8454 clauses out of 16915 with flag 35000/599022
21.08/20.66	c cleaning 9224 clauses out of 18461 with flag 45000/609022
21.38/21.00	c cleaning 9612 clauses out of 19239 with flag 55002/619024
21.78/21.32	c cleaning 9808 clauses out of 19625 with flag 65000/629022
22.08/21.66	c cleaning 9904 clauses out of 19817 with flag 75000/639022
22.38/22.00	c cleaning 9953 clauses out of 19914 with flag 85001/649023
22.78/22.32	c cleaning 9971 clauses out of 19960 with flag 95000/659022
23.08/22.64	c cleaning 9990 clauses out of 19990 with flag 105001/669023
23.38/22.96	c cleaning 9995 clauses out of 20000 with flag 115001/679023
23.68/23.28	c cleaning 9997 clauses out of 20005 with flag 125001/689023
24.08/23.61	c cleaning 9998 clauses out of 20008 with flag 135001/699023
24.39/23.93	c cleaning 9996 clauses out of 20010 with flag 145001/709023
24.69/24.28	c cleaning 10002 clauses out of 20014 with flag 155001/719023
25.09/24.61	c cleaning 10004 clauses out of 20014 with flag 165003/729025
25.39/24.94	c cleaning 9999 clauses out of 20007 with flag 175000/739022
25.70/25.23	c Got one! Elapsed wall clock time (in seconds):25.114
25.70/25.23	o 14
25.91/25.47	c cleaning 12190 clauses out of 24385 with flag 5001/753399
26.11/25.67	c cleaning 9092 clauses out of 18194 with flag 11000/759398
26.31/25.89	c cleaning 8049 clauses out of 16103 with flag 18001/766399
26.61/26.14	c cleaning 8020 clauses out of 16053 with flag 26000/774398
26.91/26.42	c cleaning 8510 clauses out of 17033 with flag 35000/783398
27.21/26.75	c cleaning 9255 clauses out of 18523 with flag 45000/793398
27.51/27.08	c cleaning 9634 clauses out of 19271 with flag 55003/803401
27.91/27.41	c cleaning 9814 clauses out of 19635 with flag 65001/813399
28.21/27.75	c cleaning 9906 clauses out of 19820 with flag 75000/823398
28.51/28.09	c cleaning 9954 clauses out of 19915 with flag 85001/833399
28.91/28.42	c cleaning 9979 clauses out of 19961 with flag 95001/843399
29.21/28.76	c cleaning 9987 clauses out of 19986 with flag 105005/853403
29.51/29.09	c cleaning 9992 clauses out of 19994 with flag 115000/863398
29.94/29.46	c cleaning 9999 clauses out of 20004 with flag 125003/873401
30.10/29.53	c starts		: 194
30.10/29.53	c conflicts		: 875590
30.10/29.53	c decisions		: 1392120
30.10/29.53	c propagations		: 21182051
30.10/29.53	c inspects		: 178120382
30.10/29.53	c shortcuts		: 0
30.10/29.53	c learnt literals	: 7
30.10/29.53	c learnt binary clauses	: 20
30.10/29.53	c learnt ternary clauses	: 532
30.10/29.53	c learnt constraints	: 875582
30.10/29.53	c ignored constraints	: 0
30.10/29.53	c root simplifications	: 0
30.10/29.53	c removed literals (reason simplification)	: 6533600
30.10/29.53	c reason swapping (by a shorter reason)	: 0
30.10/29.53	c Calls to reduceDB	: 97
30.10/29.53	c number of reductions to clauses (during analyze)	: 0
30.10/29.53	c number of learned constraints concerned by reduction	: 0
30.10/29.53	c number of learning phase by resolution	: 0
30.10/29.53	c number of learning phase by cutting planes	: 0
30.10/29.53	c speed (assignments/second)	: 4921480.250929368
30.10/29.53	c non guided choices	951
30.10/29.53	c learnt constraints type 
30.10/29.53	c constraints type 
30.10/29.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
30.10/29.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
30.10/29.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
30.10/29.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
30.10/29.53	s OPTIMUM FOUND
30.10/29.54	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 
30.10/29.54	c objective function=14
30.10/29.54	c Total wall clock time (in seconds): 29.419

Verifier Data

OK	14

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-3492393-1307909782/watcher-3492393-1307909782 -o /var/tmp/evaluation-result-3492393-1307909782/solver-3492393-1307909782 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492393-1307909782.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.01 2.02 1.93 2/195 14017
/proc/meminfo: memFree=3000936/32951124 swapFree=67054264/67111528
[pid=14017] ppid=14015 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/14017/stat : 14017 (java) R 14015 14017 12607 0 -1 4202496 870 0 0 0 0 0 0 0 24 0 1 0 883394037 23580672 613 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233505335040 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/14017/statm: 5757 624 461 9 0 124 0

[startup+0.036019 s]
/proc/loadavg: 2.01 2.02 1.93 2/195 14017
/proc/meminfo: memFree=3000936/32951124 swapFree=67054264/67111528
[pid=14017] ppid=14015 vsize=10465424 CPUtime=0.02 cores=1,3,5,7
/proc/14017/stat : 14017 (java) S 14015 14017 12607 0 -1 4202496 10950 0 1 0 1 1 0 0 24 0 11 0 883394037 10716594176 10647 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 2616356 10647 1599 9 0 2607104 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10465424

[startup+0.101395 s]
/proc/loadavg: 2.01 2.02 1.93 2/195 14017
/proc/meminfo: memFree=3000936/32951124 swapFree=67054264/67111528
[pid=14017] ppid=14015 vsize=10605292 CPUtime=0.09 cores=1,3,5,7
/proc/14017/stat : 14017 (java) S 14015 14017 12607 0 -1 4202496 12970 0 1 0 8 1 0 0 24 0 18 0 883394037 10859819008 12633 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 2651323 12637 2092 9 0 2642057 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10605292

[startup+0.300968 s]
/proc/loadavg: 2.01 2.02 1.93 2/195 14017
/proc/meminfo: memFree=3000936/32951124 swapFree=67054264/67111528
[pid=14017] ppid=14015 vsize=10609264 CPUtime=0.54 cores=1,3,5,7
/proc/14017/stat : 14017 (java) S 14015 14017 12607 0 -1 4202496 16315 0 1 0 52 2 0 0 24 0 19 0 883394037 10863886336 15057 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 2652316 15058 2215 9 0 2643050 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10609264

[startup+0.7009 s]
/proc/loadavg: 2.01 2.02 1.93 2/195 14017
/proc/meminfo: memFree=3000936/32951124 swapFree=67054264/67111528
[pid=14017] ppid=14015 vsize=10609588 CPUtime=1.04 cores=1,3,5,7
/proc/14017/stat : 14017 (java) S 14015 14017 12607 0 -1 4202496 17735 0 1 0 102 2 0 0 24 0 19 0 883394037 10864218112 16399 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 2652397 16399 2248 9 0 2643131 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10609588

[startup+1.50076 s]
/proc/loadavg: 2.01 2.02 1.93 3/214 14036
/proc/meminfo: memFree=2942588/32951124 swapFree=67054264/67111528
[pid=14017] ppid=14015 vsize=10609588 CPUtime=1.87 cores=1,3,5,7
/proc/14017/stat : 14017 (java) S 14015 14017 12607 0 -1 4202496 18158 0 1 0 185 2 0 0 24 0 19 0 883394037 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 2652397 16818 2249 9 0 2643131 0
[pid=14017/tid=14019] ppid=14015 vsize=10609588 CPUtime=1.41 cores=1,3,5,7
/proc/14017/task/14019/stat : 14019 (java) R 14015 14017 12607 0 -1 4202560 12383 0 1 0 139 2 0 0 20 0 19 0 883394038 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 46912505530090 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14017/tid=14020] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14020/stat : 14020 (java) S 14015 14017 12607 0 -1 4202560 100 0 0 0 0 0 0 0 16 0 19 0 883394040 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14021] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14021/stat : 14021 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14022] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14022/stat : 14022 (java) S 14015 14017 12607 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14023] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14023/stat : 14023 (java) S 14015 14017 12607 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14024] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14024/stat : 14024 (java) S 14015 14017 12607 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14025] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12607 0 -1 4202560 110 0 0 0 0 0 0 0 16 0 19 0 883394040 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12607 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12607 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=10609588 CPUtime=0.06 cores=1,3,5,7
/proc/14017/task/14028/stat : 14028 (java) S 14015 14017 12607 0 -1 4202560 466 0 0 0 6 0 0 0 16 0 19 0 883394041 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 0 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14029] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14029/stat : 14029 (java) S 14015 14017 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883394041 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883394041 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522121137 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14032] ppid=14015 vsize=10609588 CPUtime=0.18 cores=1,3,5,7
/proc/14017/task/14032/stat : 14032 (java) S 14015 14017 12607 0 -1 4202560 1394 0 0 0 18 0 0 0 15 0 19 0 883394044 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14033] ppid=14015 vsize=10609588 CPUtime=0.2 cores=1,3,5,7
/proc/14017/task/14033/stat : 14033 (java) S 14015 14017 12607 0 -1 4202560 2168 0 0 0 20 0 0 0 15 0 19 0 883394044 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14034] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14034/stat : 14034 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14035] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14035/stat : 14035 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883394044 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14036] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14036/stat : 14036 (java) S 14015 14017 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883394055 10864218112 16818 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10609588

[startup+3.10147 s]
/proc/loadavg: 2.01 2.02 1.93 4/214 14036
/proc/meminfo: memFree=2941348/32951124 swapFree=67054264/67111528
[pid=14017] ppid=14015 vsize=10609588 CPUtime=3.49 cores=1,3,5,7
/proc/14017/stat : 14017 (java) S 14015 14017 12607 0 -1 4202496 18324 0 1 0 346 3 0 0 24 0 19 0 883394037 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 2652397 16979 2249 9 0 2643131 0
[pid=14017/tid=14019] ppid=14015 vsize=10609588 CPUtime=2.94 cores=1,3,5,7
/proc/14017/task/14019/stat : 14019 (java) R 14015 14017 12607 0 -1 4202560 12388 0 1 0 292 2 0 0 24 0 19 0 883394038 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 46912505591271 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14017/tid=14020] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14020/stat : 14020 (java) S 14015 14017 12607 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14021] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14021/stat : 14021 (java) S 14015 14017 12607 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14022] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14022/stat : 14022 (java) S 14015 14017 12607 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14023] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14023/stat : 14023 (java) S 14015 14017 12607 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14024] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14024/stat : 14024 (java) S 14015 14017 12607 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14025] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12607 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12607 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12607 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=10609588 CPUtime=0.12 cores=1,3,5,7
/proc/14017/task/14028/stat : 14028 (java) S 14015 14017 12607 0 -1 4202560 537 0 0 0 12 0 0 0 16 0 19 0 883394041 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 0 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14029] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14029/stat : 14029 (java) S 14015 14017 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883394041 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883394041 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522121137 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14032] ppid=14015 vsize=10609588 CPUtime=0.18 cores=1,3,5,7
/proc/14017/task/14032/stat : 14032 (java) S 14015 14017 12607 0 -1 4202560 1394 0 0 0 18 0 0 0 15 0 19 0 883394044 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14033] ppid=14015 vsize=10609588 CPUtime=0.2 cores=1,3,5,7
/proc/14017/task/14033/stat : 14033 (java) S 14015 14017 12607 0 -1 4202560 2168 0 0 0 20 0 0 0 15 0 19 0 883394044 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14034] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14034/stat : 14034 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14035] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14035/stat : 14035 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883394044 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14036] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14036/stat : 14036 (java) S 14015 14017 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883394055 10864218112 16979 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10609588

[startup+6.30089 s]
/proc/loadavg: 2.01 2.02 1.93 4/214 14036
/proc/meminfo: memFree=2940940/32951124 swapFree=67054264/67111528
[pid=14017] ppid=14015 vsize=10609588 CPUtime=6.7 cores=1,3,5,7
/proc/14017/stat : 14017 (java) S 14015 14017 12607 0 -1 4202496 18478 0 1 0 667 3 0 0 24 0 19 0 883394037 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 2652397 17097 2249 9 0 2643131 0
[pid=14017/tid=14019] ppid=14015 vsize=10609588 CPUtime=5.99 cores=1,3,5,7
/proc/14017/task/14019/stat : 14019 (java) R 14015 14017 12607 0 -1 4202560 12400 0 1 0 597 2 0 0 25 0 19 0 883394038 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 46912505522721 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14017/tid=14020] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14020/stat : 14020 (java) S 14015 14017 12607 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14021] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14021/stat : 14021 (java) S 14015 14017 12607 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14022] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14022/stat : 14022 (java) S 14015 14017 12607 0 -1 4202560 52 0 0 0 0 0 0 0 16 0 19 0 883394040 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14023] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14023/stat : 14023 (java) S 14015 14017 12607 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14024] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14024/stat : 14024 (java) S 14015 14017 12607 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14025] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12607 0 -1 4202560 168 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12607 0 -1 4202560 140 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12607 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 883394040 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=10609588 CPUtime=0.25 cores=1,3,5,7
/proc/14017/task/14028/stat : 14028 (java) S 14015 14017 12607 0 -1 4202560 675 0 0 0 25 0 0 0 16 0 19 0 883394041 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 0 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14029] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14029/stat : 14029 (java) S 14015 14017 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883394041 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883394041 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522121137 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14032] ppid=14015 vsize=10609588 CPUtime=0.18 cores=1,3,5,7
/proc/14017/task/14032/stat : 14032 (java) S 14015 14017 12607 0 -1 4202560 1394 0 0 0 18 0 0 0 15 0 19 0 883394044 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14033] ppid=14015 vsize=10609588 CPUtime=0.2 cores=1,3,5,7
/proc/14017/task/14033/stat : 14033 (java) S 14015 14017 12607 0 -1 4202560 2168 0 0 0 20 0 0 0 15 0 19 0 883394044 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14034] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14034/stat : 14034 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14035] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14035/stat : 14035 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883394044 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14036] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14036/stat : 14036 (java) S 14015 14017 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883394055 10864218112 17097 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 10609588

[startup+12.7007 s]

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

/proc/14017/task/14020/stat : 14020 (java) S 14015 14017 12607 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 19 0 883394040 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14021] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14021/stat : 14021 (java) S 14015 14017 12607 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14022] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14022/stat : 14022 (java) S 14015 14017 12607 0 -1 4202560 59 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14023] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14023/stat : 14023 (java) S 14015 14017 12607 0 -1 4202560 118 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14024] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14024/stat : 14024 (java) S 14015 14017 12607 0 -1 4202560 110 0 0 0 2 0 0 0 16 0 19 0 883394040 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14025] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12607 0 -1 4202560 175 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=10609588 CPUtime=0.01 cores=1,3,5,7
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12607 0 -1 4202560 144 0 0 0 1 0 0 0 16 0 19 0 883394040 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=10609588 CPUtime=0.01 cores=1,3,5,7
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12607 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 883394040 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=10609588 CPUtime=1.16 cores=1,3,5,7
/proc/14017/task/14028/stat : 14028 (java) S 14015 14017 12607 0 -1 4202560 921 0 0 0 115 1 0 0 16 0 19 0 883394041 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 0 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14029] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14029/stat : 14029 (java) S 14015 14017 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883394041 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883394041 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522121137 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14032] ppid=14015 vsize=10609588 CPUtime=0.19 cores=1,3,5,7
/proc/14017/task/14032/stat : 14032 (java) S 14015 14017 12607 0 -1 4202560 1398 0 0 0 19 0 0 0 16 0 19 0 883394044 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14033] ppid=14015 vsize=10609588 CPUtime=0.24 cores=1,3,5,7
/proc/14017/task/14033/stat : 14033 (java) S 14015 14017 12607 0 -1 4202560 2409 0 0 0 24 0 0 0 16 0 19 0 883394044 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14034] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14034/stat : 14034 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14035] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14035/stat : 14035 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883394044 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14036] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14036/stat : 14036 (java) S 14015 14017 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883394055 10864218112 17425 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 27.61
Current children cumulated vsize (KiB) 10609588

[startup+28.7009 s]
/proc/loadavg: 2.01 2.02 1.93 3/214 14037
/proc/meminfo: memFree=2938880/32951124 swapFree=67054264/67111528
[pid=14017] ppid=14015 vsize=10609588 CPUtime=29.21 cores=1,3,5,7
/proc/14017/stat : 14017 (java) S 14015 14017 12607 0 -1 4202496 19081 0 1 0 2917 4 0 0 24 0 19 0 883394037 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 2652397 17426 2250 9 0 2643131 0
[pid=14017/tid=14019] ppid=14015 vsize=10609588 CPUtime=27.35 cores=1,3,5,7
/proc/14017/task/14019/stat : 14019 (java) R 14015 14017 12607 0 -1 4202560 12473 0 1 0 2733 2 0 0 17 0 19 0 883394038 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 46912505573469 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14017/tid=14020] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14020/stat : 14020 (java) S 14015 14017 12607 0 -1 4202560 104 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14021] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14021/stat : 14021 (java) S 14015 14017 12607 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14022] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14022/stat : 14022 (java) S 14015 14017 12607 0 -1 4202560 59 0 0 0 2 0 0 0 16 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14023] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14023/stat : 14023 (java) S 14015 14017 12607 0 -1 4202560 118 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14024] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14024/stat : 14024 (java) S 14015 14017 12607 0 -1 4202560 111 0 0 0 2 0 0 0 16 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14025] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12607 0 -1 4202560 175 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=10609588 CPUtime=0.01 cores=1,3,5,7
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12607 0 -1 4202560 144 0 0 0 1 0 0 0 15 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12607 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=10609588 CPUtime=1.22 cores=1,3,5,7
/proc/14017/task/14028/stat : 14028 (java) S 14015 14017 12607 0 -1 4202560 921 0 0 0 121 1 0 0 16 0 19 0 883394041 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 0 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14029] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14029/stat : 14029 (java) S 14015 14017 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883394041 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883394041 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522121137 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14032] ppid=14015 vsize=10609588 CPUtime=0.19 cores=1,3,5,7
/proc/14017/task/14032/stat : 14032 (java) S 14015 14017 12607 0 -1 4202560 1398 0 0 0 19 0 0 0 16 0 19 0 883394044 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14033] ppid=14015 vsize=10609588 CPUtime=0.24 cores=1,3,5,7
/proc/14017/task/14033/stat : 14033 (java) S 14015 14017 12607 0 -1 4202560 2409 0 0 0 24 0 0 0 16 0 19 0 883394044 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14034] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14034/stat : 14034 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14035] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14035/stat : 14035 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883394044 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14036] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14036/stat : 14036 (java) S 14015 14017 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883394055 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 29.21
Current children cumulated vsize (KiB) 10609588

[startup+29.1008 s]
/proc/loadavg: 2.01 2.02 1.93 3/214 14037
/proc/meminfo: memFree=2938880/32951124 swapFree=67054264/67111528
[pid=14017] ppid=14015 vsize=10609588 CPUtime=29.61 cores=1,3,5,7
/proc/14017/stat : 14017 (java) S 14015 14017 12607 0 -1 4202496 19083 0 1 0 2957 4 0 0 24 0 19 0 883394037 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 2652397 17426 2250 9 0 2643131 0
[pid=14017/tid=14019] ppid=14015 vsize=10609588 CPUtime=27.73 cores=1,3,5,7
/proc/14017/task/14019/stat : 14019 (java) S 14015 14017 12607 0 -1 4202560 12475 0 1 0 2771 2 0 0 18 0 19 0 883394038 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14020] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14020/stat : 14020 (java) S 14015 14017 12607 0 -1 4202560 104 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14021] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14021/stat : 14021 (java) S 14015 14017 12607 0 -1 4202560 6 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14022] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14022/stat : 14022 (java) S 14015 14017 12607 0 -1 4202560 59 0 0 0 2 0 0 0 16 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14023] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14023/stat : 14023 (java) S 14015 14017 12607 0 -1 4202560 118 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14024] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14024/stat : 14024 (java) S 14015 14017 12607 0 -1 4202560 111 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14025] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12607 0 -1 4202560 175 0 0 0 2 0 0 0 15 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=10609588 CPUtime=0.01 cores=1,3,5,7
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12607 0 -1 4202560 144 0 0 0 1 0 0 0 15 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=10609588 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12607 0 -1 4202560 11 0 0 0 2 0 0 0 16 0 19 0 883394040 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=10609588 CPUtime=1.24 cores=1,3,5,7
/proc/14017/task/14028/stat : 14028 (java) R 14015 14017 12607 0 -1 4202560 921 0 0 0 123 1 0 0 15 0 19 0 883394041 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 47883394302074 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=14017/tid=14029] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14029/stat : 14029 (java) S 14015 14017 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883394041 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883394041 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522121137 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14032] ppid=14015 vsize=10609588 CPUtime=0.19 cores=1,3,5,7
/proc/14017/task/14032/stat : 14032 (java) S 14015 14017 12607 0 -1 4202560 1398 0 0 0 19 0 0 0 16 0 19 0 883394044 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 5 0 0 0
[pid=14017/tid=14033] ppid=14015 vsize=10609588 CPUtime=0.24 cores=1,3,5,7
/proc/14017/task/14033/stat : 14033 (java) S 14015 14017 12607 0 -1 4202560 2409 0 0 0 24 0 0 0 16 0 19 0 883394044 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14034] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14034/stat : 14034 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14035] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14035/stat : 14035 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883394044 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14036] ppid=14015 vsize=10609588 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14036/stat : 14036 (java) S 14015 14017 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883394055 10864218112 17426 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 29.61
Current children cumulated vsize (KiB) 10609588

[startup+29.5007 s]
/proc/loadavg: 2.01 2.02 1.93 3/214 14037
/proc/meminfo: memFree=2938880/32951124 swapFree=67054264/67111528
[pid=14017] ppid=14015 vsize=10622312 CPUtime=30.1 cores=1,3,5,7
/proc/14017/stat : 14017 (java) S 14015 14017 12607 0 -1 4202496 23399 0 1 0 3005 5 0 0 24 0 19 0 883394037 10877247488 20248 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14017/statm: 2655578 20248 2251 9 0 2646312 0
[pid=14017/tid=14019] ppid=14015 vsize=10622312 CPUtime=28.11 cores=1,3,5,7
/proc/14017/task/14019/stat : 14019 (java) R 14015 14017 12607 0 -1 4202560 12479 0 1 0 2809 2 0 0 18 0 19 0 883394038 10877247488 20248 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 46912505540524 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14017/tid=14020] ppid=14015 vsize=10622312 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14020/stat : 14020 (java) S 14015 14017 12607 0 -1 4202560 104 0 0 0 2 0 0 0 15 0 19 0 883394040 10877247488 20248 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14021] ppid=14015 vsize=10622312 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14021/stat : 14021 (java) S 14015 14017 12607 0 -1 4202560 6 0 0 0 2 0 0 0 16 0 19 0 883394040 10877247488 20248 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14022] ppid=14015 vsize=10622312 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14022/stat : 14022 (java) S 14015 14017 12607 0 -1 4202560 59 0 0 0 2 0 0 0 15 0 19 0 883394040 10877247488 20248 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14023] ppid=14015 vsize=10622312 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14023/stat : 14023 (java) S 14015 14017 12607 0 -1 4202560 118 0 0 0 2 0 0 0 15 0 19 0 883394040 10877247488 20248 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14024] ppid=14015 vsize=10622312 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14024/stat : 14024 (java) S 14015 14017 12607 0 -1 4202560 111 0 0 0 2 0 0 0 15 0 19 0 883394040 10877247488 20248 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14025] ppid=14015 vsize=10622312 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14025/stat : 14025 (java) S 14015 14017 12607 0 -1 4202560 175 0 0 0 2 0 0 0 15 0 19 0 883394040 10877247488 20248 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14026] ppid=14015 vsize=10622312 CPUtime=0.01 cores=1,3,5,7
/proc/14017/task/14026/stat : 14026 (java) S 14015 14017 12607 0 -1 4202560 144 0 0 0 1 0 0 0 15 0 19 0 883394040 10877247488 20248 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14027] ppid=14015 vsize=10622312 CPUtime=0.02 cores=1,3,5,7
/proc/14017/task/14027/stat : 14027 (java) S 14015 14017 12607 0 -1 4202560 11 0 0 0 2 0 0 0 15 0 19 0 883394040 10877247488 20248 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14028] ppid=14015 vsize=10622312 CPUtime=1.26 cores=1,3,5,7
/proc/14017/task/14028/stat : 14028 (java) S 14015 14017 12607 0 -1 4202560 944 0 0 0 125 1 0 0 16 0 19 0 883394041 10877247488 20248 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 0 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14029] ppid=14015 vsize=10622312 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14029/stat : 14029 (java) S 14015 14017 12607 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 883394041 10877247488 20248 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14030] ppid=14015 vsize=10622312 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14030/stat : 14030 (java) S 14015 14017 12607 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 883394041 10877247488 20248 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
[pid=14017/tid=14031] ppid=14015 vsize=10622312 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14031/stat : 14031 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10877247488 20249 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522121137 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14032] ppid=14015 vsize=10622312 CPUtime=0.25 cores=1,3,5,7
/proc/14017/task/14032/stat : 14032 (java) R 14015 14017 12607 0 -1 4202560 5686 0 0 0 25 0 0 0 15 0 19 0 883394044 10877247488 20249 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 47883393748364 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14017/tid=14033] ppid=14015 vsize=10622312 CPUtime=0.26 cores=1,3,5,7
/proc/14017/task/14033/stat : 14033 (java) S 14015 14017 12607 0 -1 4202560 2411 0 0 0 26 0 0 0 16 0 19 0 883394044 10877247488 20249 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14034] ppid=14015 vsize=10622500 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14034/stat : 14034 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 883394044 10877440000 20261 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522113433 0 4 0 16800975 18446604454224048320 0 0 -1 1 0 0 0
[pid=14017/tid=14035] ppid=14015 vsize=10624092 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14035/stat : 14035 (java) S 14015 14017 12607 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 883394044 10879070208 20278 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 3 0 0 0
[pid=14017/tid=14036] ppid=14015 vsize=10624092 CPUtime=0 cores=1,3,5,7
/proc/14017/task/14036/stat : 14036 (java) S 14015 14017 12607 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 883394055 10879070208 20297 33554432000 1073741824 1073778376 140735268487664 18446744073709551615 233522114048 0 4 0 16800975 18446604454224048320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 30.1
Current children cumulated vsize (KiB) 10622312

Child status: 30
Real time (s): 29.5564
CPU time (s): 30.1974
CPU user time (s): 30.1344
CPU system time (s): 0.06299
CPU usage (%): 102.169
Max. virtual memory (cumulated for all children) (KiB): 10622312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.1344
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24334
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= 3756
involuntary context switches= 1397

runsolver used 0.054991 second user time and 0.115982 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-12 22:16:22
IDJOB=3492393
IDBENCH=78796
IDSOLVER=1982
FILE ID=node145/3492393-1307909782
RUNJOBID= node145-1307907979-13799
PBS_JOBID= 13559605
Free space on /var/tmp= 2912 MiB

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

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

MD5SUM BENCH= 960bc2a8059baa29bab251cd640f5046
RANDOM SEED=77300015

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3001240 kB
Buffers:         63724 kB
Cached:       28760688 kB
SwapCached:       9324 kB
Active:       14115924 kB
Inactive:     14927100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3001240 kB
SwapTotal:    67111528 kB
SwapFree:     67054264 kB
Dirty:             340 kB
Writeback:           0 kB
AnonPages:      216848 kB
Mapped:          21236 kB
Slab:           842156 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10544384 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= 2912 MiB
End job on node145 at 2011-06-12 22:16:51