Trace number 3718450

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 PB 2012-05-28OPTIMUM 13.9009 12.2335

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224451--soft-0-100-0.wbo
MD5SUM51c830b3e31ed97e6a2590ce9584f929
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.590909
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 constraints101
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 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1261
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.2.v20120528
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		501472288
0.07/0.09	c Max memory 		7480803328
0.07/0.09	c Total memory 		504102912
0.07/0.09	c Number of processors 	8
0.07/0.10	c Pseudo Boolean Optimization by upper bound
0.07/0.10	c --- Begin Solver configuration ---
0.07/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.10	c Learn all clauses as in MiniSAT
0.07/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.10	c No reason simplification
0.07/0.10	c Armin Biere (Picosat) restarts strategy
0.07/0.10	c Glucose 2 learned constraints deletion strategy
0.07/0.10	c timeout=2147483s
0.07/0.10	c DB Simplification allowed=false
0.07/0.10	c --- End Solver configuration ---
0.07/0.10	c solving HOME/instance-3718450-1338254253.wbo
0.07/0.10	c reading problem ... 
0.07/0.16	c ... done. Wall clock time 0.055s.
0.07/0.16	c declared #vars     169
0.07/0.16	c internal #vars     270
0.07/0.16	c #constraints  101
0.07/0.16	c constraints type 
0.07/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.07/0.16	c ignored satisfied constraints => 1
0.07/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.07/0.16	c 102 constraints processed.
0.07/0.16	c objective function length is 101 literals
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.122
0.27/0.23	o 1321
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.138
0.27/0.24	o 1049
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.15
0.27/0.25	o 564
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.161
0.27/0.27	o 560
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.167
0.27/0.27	o 550
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.179
0.27/0.28	o 546
0.51/0.34	c Got one! Elapsed wall clock time (in seconds):0.234
0.51/0.34	o 542
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.244
0.51/0.35	o 505
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.257
0.51/0.36	o 400
0.65/0.41	c Got one! Elapsed wall clock time (in seconds):0.301
0.65/0.41	o 396
0.65/0.45	c Got one! Elapsed wall clock time (in seconds):0.348
0.65/0.45	o 376
0.65/0.49	c Got one! Elapsed wall clock time (in seconds):0.388
0.65/0.49	o 374
0.78/0.50	c Got one! Elapsed wall clock time (in seconds):0.398
0.78/0.50	o 369
0.78/0.55	c Got one! Elapsed wall clock time (in seconds):0.447
0.78/0.55	o 365
0.89/0.61	c cleaning 4219 clauses out of 8440 with flag 3140/8440
0.89/0.63	c Got one! Elapsed wall clock time (in seconds):0.528
0.89/0.63	o 359
0.89/0.65	c Got one! Elapsed wall clock time (in seconds):0.544
0.89/0.65	o 354
0.89/0.66	c Got one! Elapsed wall clock time (in seconds):0.56
0.89/0.66	o 311
1.16/0.80	c Got one! Elapsed wall clock time (in seconds):0.697
1.16/0.80	o 308
1.16/0.81	c Got one! Elapsed wall clock time (in seconds):0.709
1.16/0.81	o 305
1.27/0.90	c cleaning 5724 clauses out of 11470 with flag 7301/15689
1.27/1.00	c Got one! Elapsed wall clock time (in seconds):0.895
1.27/1.00	o 303
1.39/1.09	c Got one! Elapsed wall clock time (in seconds):0.983
1.39/1.09	o 298
1.49/1.13	c cleaning 6032 clauses out of 12076 with flag 4148/22019
1.49/1.19	c Got one! Elapsed wall clock time (in seconds):1.09
1.49/1.19	o 287
1.64/1.25	c Got one! Elapsed wall clock time (in seconds):1.143
1.64/1.25	o 285
1.64/1.27	c Got one! Elapsed wall clock time (in seconds):1.165
1.64/1.27	o 148
1.76/1.38	c cleaning 6327 clauses out of 12669 with flag 12946/28644
1.99/1.52	c Got one! Elapsed wall clock time (in seconds):1.418
1.99/1.52	o 147
1.99/1.55	c Got one! Elapsed wall clock time (in seconds):1.449
1.99/1.55	o 138
2.09/1.60	c Got one! Elapsed wall clock time (in seconds):1.5
2.09/1.60	o 127
2.09/1.65	c cleaning 6480 clauses out of 12969 with flag 5205/35271
2.19/1.73	c Got one! Elapsed wall clock time (in seconds):1.622
2.19/1.73	o 125
2.29/1.87	c cleaning 6152 clauses out of 12308 with flag 16351/41090
2.40/1.98	c Got one! Elapsed wall clock time (in seconds):1.876
2.40/1.98	o 110
2.50/2.09	c cleaning 6035 clauses out of 12073 with flag 13948/47007
2.60/2.16	c Got one! Elapsed wall clock time (in seconds):2.058
2.60/2.16	o 99
2.60/2.18	c Got one! Elapsed wall clock time (in seconds):2.077
2.60/2.18	o 96
2.70/2.22	c Got one! Elapsed wall clock time (in seconds):2.115
2.70/2.22	o 93
2.70/2.29	c Got one! Elapsed wall clock time (in seconds):2.184
2.70/2.29	o 92
2.87/2.39	c cleaning 6721 clauses out of 13449 with flag 7897/54418
3.26/2.50	c Got one! Elapsed wall clock time (in seconds):2.395
3.26/2.50	o 88
3.46/2.63	c cleaning 6102 clauses out of 12216 with flag 14612/59906
3.73/2.88	c cleaning 6053 clauses out of 12113 with flag 40897/65905
3.86/2.90	c Got one! Elapsed wall clock time (in seconds):2.799
3.86/2.90	o 87
4.06/3.08	c cleaning 5709 clauses out of 11438 with flag 23206/71283
4.26/3.20	c Got one! Elapsed wall clock time (in seconds):3.091
4.26/3.20	o 85
4.47/3.23	c Got one! Elapsed wall clock time (in seconds):3.123
4.47/3.23	o 83
4.47/3.28	c Got one! Elapsed wall clock time (in seconds):3.173
4.47/3.28	o 78
4.66/3.32	c cleaning 6336 clauses out of 12682 with flag 4330/78236
4.66/3.39	c Got one! Elapsed wall clock time (in seconds):3.285
4.66/3.39	o 71
4.77/3.48	c Got one! Elapsed wall clock time (in seconds):3.372
4.77/3.48	o 60
4.90/3.56	c cleaning 6319 clauses out of 12653 with flag 9219/84543
5.12/3.76	c cleaning 6164 clauses out of 12333 with flag 31886/90542
5.22/3.81	c Got one! Elapsed wall clock time (in seconds):3.707
5.22/3.81	o 56
5.32/3.95	c cleaning 5826 clauses out of 11665 with flag 20801/96038
5.52/4.14	c cleaning 5920 clauses out of 11839 with flag 45477/102038
5.62/4.20	c Got one! Elapsed wall clock time (in seconds):4.097
5.62/4.20	o 49
5.73/4.35	c cleaning 5793 clauses out of 11604 with flag 21056/107723
5.93/4.55	c cleaning 5903 clauses out of 11812 with flag 46546/113724
6.13/4.78	c cleaning 6452 clauses out of 12908 with flag 72874/120723
6.23/4.85	c Got one! Elapsed wall clock time (in seconds):4.749
6.23/4.85	o 42
6.33/4.97	c cleaning 5819 clauses out of 11640 with flag 14952/125907
6.54/5.17	c cleaning 5907 clauses out of 11818 with flag 38147/131904
6.85/5.43	c cleaning 6456 clauses out of 12911 with flag 68669/138904
7.14/5.71	c cleaning 7228 clauses out of 14455 with flag 103879/146904
7.46/6.04	c cleaning 8113 clauses out of 16228 with flag 144423/155905
7.76/6.38	c cleaning 9054 clauses out of 18117 with flag 184318/165908
8.10/6.61	c Got one! Elapsed wall clock time (in seconds):6.507
8.10/6.61	o 36
8.29/6.82	c cleaning 10479 clauses out of 20982 with flag 24717/177828
8.49/7.05	c cleaning 8248 clauses out of 16504 with flag 52665/183829
8.69/7.29	c cleaning 7624 clauses out of 15259 with flag 85133/190832
8.79/7.35	c Got one! Elapsed wall clock time (in seconds):7.246
8.79/7.35	o 35
8.89/7.48	c cleaning 6631 clauses out of 13267 with flag 17850/196464
9.10/7.67	c cleaning 6316 clauses out of 12635 with flag 41444/202463
9.30/7.88	c cleaning 6656 clauses out of 13319 with flag 68852/209463
9.61/8.15	c cleaning 7328 clauses out of 14663 with flag 102753/217463
9.61/8.19	c Got one! Elapsed wall clock time (in seconds):8.083
9.61/8.19	o 34
9.81/8.33	c cleaning 6197 clauses out of 12401 with flag 19874/222529
10.01/8.53	c cleaning 6098 clauses out of 12206 with flag 47571/228531
10.11/8.66	c Got one! Elapsed wall clock time (in seconds):8.555
10.11/8.66	o 32
10.21/8.70	c cleaning 5690 clauses out of 11390 with flag 5398/233813
10.41/8.90	c cleaning 5837 clauses out of 11699 with flag 33277/239812
10.62/9.14	c cleaning 6416 clauses out of 12865 with flag 65272/246815
10.92/9.40	c cleaning 7217 clauses out of 14446 with flag 99323/254812
11.12/9.70	c cleaning 8109 clauses out of 16227 with flag 137626/263812
11.55/10.01	c cleaning 9049 clauses out of 18117 with flag 179239/273813
11.75/10.24	c Got one! Elapsed wall clock time (in seconds):10.139
11.75/10.24	o 19
11.95/10.45	c cleaning 10769 clauses out of 21565 with flag 26129/286310
12.17/10.67	c cleaning 8382 clauses out of 16795 with flag 57131/292309
12.37/10.89	c Got one! Elapsed wall clock time (in seconds):10.782
12.37/10.89	o 12
12.49/10.96	c Got one! Elapsed wall clock time (in seconds):10.852
12.49/10.96	o 11
12.69/11.13	c cleaning 10352 clauses out of 20707 with flag 20682/304603
12.89/11.34	c cleaning 8173 clauses out of 16355 with flag 51109/310604
13.09/11.58	c cleaning 7585 clauses out of 15177 with flag 84764/317603
13.19/11.61	c Got one! Elapsed wall clock time (in seconds):11.507
13.19/11.61	o 10
13.29/11.77	c cleaning 6649 clauses out of 13303 with flag 26137/323316
13.50/11.92	c Got one! Elapsed wall clock time (in seconds):11.812
13.50/11.92	o 9
13.50/11.96	c cleaning 6147 clauses out of 12303 with flag 5468/328970
13.71/12.16	c cleaning 6074 clauses out of 12151 with flag 35431/334970
13.80/12.22	c starts		: 184
13.80/12.22	c conflicts		: 336783
13.80/12.22	c decisions		: 529080
13.80/12.22	c propagations		: 8497688
13.80/12.22	c inspects		: 76963536
13.80/12.22	c shortcuts		: 0
13.80/12.22	c learnt literals	: 37
13.80/12.22	c learnt binary clauses	: 34
13.80/12.22	c learnt ternary clauses	: 970
13.80/12.22	c learnt constraints	: 336745
13.80/12.22	c ignored constraints	: 0
13.80/12.22	c root simplifications	: 0
13.80/12.22	c removed literals (reason simplification)	: 0
13.80/12.22	c reason swapping (by a shorter reason)	: 0
13.80/12.22	c Calls to reduceDB	: 48
13.80/12.22	c Number of update (reduction) of LBD	: 94266
13.80/12.22	c number of reductions to clauses (during analyze)	: 0
13.80/12.22	c number of learned constraints concerned by reduction	: 0
13.80/12.22	c number of learning phase by resolution	: 0
13.80/12.22	c number of learning phase by cutting planes	: 0
13.80/12.22	c speed (assignments/second)	: 704617.5787728026
13.80/12.22	c non guided choices	2435
13.80/12.22	c learnt constraints type 
13.80/12.22	c constraints type 
13.80/12.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
13.80/12.22	c ignored satisfied constraints => 1
13.80/12.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
13.80/12.22	c 102 constraints processed.
13.80/12.22	s OPTIMUM FOUND
13.80/12.23	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 
13.80/12.23	c objective function=9
13.80/12.23	c Total wall clock time (in seconds): 12.121

Verifier Data

OK	9

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3718450-1338254253/watcher-3718450-1338254253 -o /tmp/evaluation-result-3718450-1338254253/solver-3718450-1338254253 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718450-1338254253.wbo 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.02 2.04 2.01 3/195 10199
/proc/meminfo: memFree=30862952/32873844 swapFree=7632/7632
[pid=10199] ppid=10197 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/10199/stat : 10199 (java) S 10197 10199 6647 0 -1 4202496 1163 0 0 0 0 0 0 0 20 0 2 0 291549624 91889664 884 33554432000 1073741824 1073778376 140734765207376 140734765198512 209887199293 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10199/statm: 22435 885 670 9 0 16770 0
[pid=10199/tid=10200] ppid=10197 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10200/stat : 10200 (java) R 10197 10199 6647 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 291549625 91889664 893 33554432000 1073741824 1073778376 140734765207376 140734765196440 209874677031 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0815269 s]
/proc/loadavg: 2.02 2.04 2.01 3/195 10199
/proc/meminfo: memFree=30862952/32873844 swapFree=7632/7632
[pid=10199] ppid=10197 vsize=9558416 CPUtime=0.07 cores=0,2,4,6
/proc/10199/stat : 10199 (java) S 10197 10199 6647 0 -1 4202496 4008 0 1 0 6 1 0 0 20 0 18 0 291549624 9787817984 5214 33554432000 1073741824 1073778376 140734765207376 140734765198512 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10199/statm: 2389604 5215 2037 9 0 2380296 0
[pid=10199/tid=10200] ppid=10197 vsize=9558416 CPUtime=0.05 cores=0,2,4,6
/proc/10199/task/10200/stat : 10200 (java) R 10197 10199 6647 0 -1 4202560 2262 0 1 0 4 1 0 0 20 0 18 0 291549625 9787817984 5215 33554432000 1073741824 1073778376 140734765207376 140536447499032 140536312882736 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558416

[startup+0.165359 s]
/proc/loadavg: 2.02 2.04 2.01 3/195 10199
/proc/meminfo: memFree=30862952/32873844 swapFree=7632/7632
[pid=10199] ppid=10197 vsize=9558416 CPUtime=0.2 cores=0,2,4,6
/proc/10199/stat : 10199 (java) S 10197 10199 6647 0 -1 4202496 4696 0 1 0 18 2 0 0 20 0 18 0 291549624 9787817984 6312 33554432000 1073741824 1073778376 140734765207376 140734765198512 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10199/statm: 2389604 6312 2189 9 0 2380296 0
[pid=10199/tid=10200] ppid=10197 vsize=9558416 CPUtime=0.14 cores=0,2,4,6
/proc/10199/task/10200/stat : 10200 (java) R 10197 10199 6647 0 -1 4202560 2446 0 1 0 12 2 0 0 20 0 18 0 291549625 9787817984 6312 33554432000 1073741824 1073778376 140734765207376 140536447487152 140536450801155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9558416

[startup+0.300231 s]
/proc/loadavg: 2.02 2.04 2.01 3/195 10199
/proc/meminfo: memFree=30862952/32873844 swapFree=7632/7632
[pid=10199] ppid=10197 vsize=9624980 CPUtime=0.51 cores=0,2,4,6
/proc/10199/stat : 10199 (java) S 10197 10199 6647 0 -1 4202496 6537 0 1 0 49 2 0 0 20 0 19 0 291549624 9855979520 7992 33554432000 1073741824 1073778376 140734765207376 140734765198512 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10199/statm: 2406245 7992 2233 9 0 2396937 0
[pid=10199/tid=10200] ppid=10197 vsize=9624980 CPUtime=0.28 cores=0,2,4,6
/proc/10199/task/10200/stat : 10200 (java) R 10197 10199 6647 0 -1 4202560 2451 0 1 0 26 2 0 0 20 0 19 0 291549625 9855979520 7992 33554432000 1073741824 1073778376 140734765207376 140536447501072 140536313238737 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9624980

[startup+0.700218 s]
/proc/loadavg: 2.02 2.04 2.01 3/195 10199
/proc/meminfo: memFree=30862952/32873844 swapFree=7632/7632
[pid=10199] ppid=10197 vsize=9624980 CPUtime=1.06 cores=0,2,4,6
/proc/10199/stat : 10199 (java) S 10197 10199 6647 0 -1 4202496 7375 0 1 0 104 2 0 0 20 0 19 0 291549624 9855979520 10098 33554432000 1073741824 1073778376 140734765207376 140734765198512 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10199/statm: 2406245 10098 2270 9 0 2396937 0
[pid=10199/tid=10200] ppid=10197 vsize=9624980 CPUtime=0.67 cores=0,2,4,6
/proc/10199/task/10200/stat : 10200 (java) R 10197 10199 6647 0 -1 4202560 2456 0 1 0 65 2 0 0 20 0 19 0 291549625 9855979520 10098 33554432000 1073741824 1073778376 140734765207376 140536447500696 140536313218940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9624980

[startup+1.50068 s]
/proc/loadavg: 2.02 2.04 2.01 3/214 10218
/proc/meminfo: memFree=30828284/32873844 swapFree=7632/7632
[pid=10199] ppid=10197 vsize=9624980 CPUtime=1.99 cores=0,2,4,6
/proc/10199/stat : 10199 (java) S 10197 10199 6647 0 -1 4202496 8927 0 1 0 196 3 0 0 20 0 19 0 291549624 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140734765198512 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10199/statm: 2406245 11322 2273 9 0 2396937 0
[pid=10199/tid=10200] ppid=10197 vsize=9624980 CPUtime=1.43 cores=0,2,4,6
/proc/10199/task/10200/stat : 10200 (java) R 10197 10199 6647 0 -1 4202560 2457 0 1 0 141 2 0 0 20 0 19 0 291549625 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536447500576 140536313219414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10202] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291549625 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536436562088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10203] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536435509544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10204] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 6647 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536434457000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10205] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536433404456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10206] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536432351912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10207] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 6647 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536431299368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 6647 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536285182888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10209] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536284130344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 6647 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 291549627 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536271718504 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536270664824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10212] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536269612168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10213] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10213/stat : 10213 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549629 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536268560912 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10214] ppid=10197 vsize=9624980 CPUtime=0.16 cores=0,2,4,6
/proc/10199/task/10214/stat : 10214 (java) S 10197 10199 6647 0 -1 4202560 1671 0 0 0 16 0 0 0 20 0 19 0 291549630 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536267508280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10215] ppid=10197 vsize=9624980 CPUtime=0.31 cores=0,2,4,6
/proc/10199/task/10215/stat : 10215 (java) S 10197 10199 6647 0 -1 4202560 3542 0 0 0 30 1 0 0 20 0 19 0 291549630 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536266455736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10216] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10216/stat : 10216 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549630 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536265403384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10217] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10217/stat : 10217 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549630 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536264351048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10218] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10218/stat : 10218 (java) S 10197 10199 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291549641 9855979520 11322 33554432000 1073741824 1073778376 140734765207376 140536263295784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9624980

[startup+3.1007 s]
/proc/loadavg: 2.02 2.04 2.01 3/214 10218
/proc/meminfo: memFree=30824872/32873844 swapFree=7632/7632
[pid=10199] ppid=10197 vsize=9624980 CPUtime=4.26 cores=0,2,4,6
/proc/10199/stat : 10199 (java) S 10197 10199 6647 0 -1 4202496 19442 0 1 0 420 6 0 0 20 0 19 0 291549624 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140734765198512 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10199/statm: 2406245 16526 2273 9 0 2396937 0
[pid=10199/tid=10200] ppid=10197 vsize=9624980 CPUtime=2.96 cores=0,2,4,6
/proc/10199/task/10200/stat : 10200 (java) R 10197 10199 6647 0 -1 4202560 2462 0 1 0 294 2 0 0 20 0 19 0 291549625 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536447500696 140536313217909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10202] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291549625 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536436562088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10203] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536435509544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10204] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 6647 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536434457000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10205] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 6647 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536433404456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10206] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536432351912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10207] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536431299368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 6647 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536285182888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10209] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536284130344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 6647 0 -1 4202560 67 0 0 0 8 0 0 0 20 0 19 0 291549627 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536271718504 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536270664824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10212] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536269612168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10213] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10213/stat : 10213 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549629 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536268560912 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10214] ppid=10197 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/10199/task/10214/stat : 10214 (java) R 10197 10199 6647 0 -1 4202560 5332 0 0 0 40 0 0 0 20 0 19 0 291549630 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536267486392 140536454475311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10215] ppid=10197 vsize=9624980 CPUtime=0.72 cores=0,2,4,6
/proc/10199/task/10215/stat : 10215 (java) S 10197 10199 6647 0 -1 4202560 10347 0 0 0 69 3 0 0 20 0 19 0 291549630 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536266455736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10216] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10216/stat : 10216 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549630 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536265403384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10217] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10217/stat : 10217 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549630 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536264351048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10218] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10218/stat : 10218 (java) S 10197 10199 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291549641 9855979520 16526 33554432000 1073741824 1073778376 140734765207376 140536263295784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9624980

[startup+6.3006 s]
/proc/loadavg: 2.02 2.04 2.01 3/214 10218
/proc/meminfo: memFree=30806768/32873844 swapFree=7632/7632
[pid=10199] ppid=10197 vsize=9624980 CPUtime=7.76 cores=0,2,4,6
/proc/10199/stat : 10199 (java) S 10197 10199 6647 0 -1 4202496 21108 0 1 0 770 6 0 0 20 0 19 0 291549624 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140734765198512 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10199/statm: 2406245 15662 2273 9 0 2396937 0
[pid=10199/tid=10200] ppid=10197 vsize=9624980 CPUtime=6 cores=0,2,4,6
/proc/10199/task/10200/stat : 10200 (java) R 10197 10199 6647 0 -1 4202560 2476 0 1 0 598 2 0 0 20 0 19 0 291549625 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536447485504 140536313201633 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10202] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 6647 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291549625 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536436562088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10203] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 6647 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536435509544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10204] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536434457000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10205] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 6647 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536433404456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10206] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536432351912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10207] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 6647 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536431299368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 6647 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536285182888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10209] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536284130344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 6647 0 -1 4202560 67 0 0 0 20 0 0 0 20 0 19 0 291549627 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536271718504 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536270664824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10212] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536269612168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10213] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10213/stat : 10213 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549629 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536268560912 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10214] ppid=10197 vsize=9624980 CPUtime=0.65 cores=0,2,4,6
/proc/10199/task/10214/stat : 10214 (java) S 10197 10199 6647 0 -1 4202560 6978 0 0 0 63 2 0 0 20 0 19 0 291549630 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536267508280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10215] ppid=10197 vsize=9624980 CPUtime=0.75 cores=0,2,4,6
/proc/10199/task/10215/stat : 10215 (java) S 10197 10199 6647 0 -1 4202560 10347 0 0 0 72 3 0 0 20 0 19 0 291549630 9855979520 15662 33554432000 1073741824 1073778376 140734765207376 140536266455736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 6647 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291549625 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536436562088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10203] ppid=10197 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 6647 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291549626 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536435509544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10204] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291549626 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536434457000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10205] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 6647 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536433404456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10206] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291549626 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536432351912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10207] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291549626 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536431299368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 6647 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291549626 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536285182888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10209] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291549626 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536284130344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=9624980 CPUtime=0.38 cores=0,2,4,6
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 6647 0 -1 4202560 67 0 0 0 38 0 0 0 20 0 19 0 291549627 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536271718504 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536270664824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10212] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536269612168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10213] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10213/stat : 10213 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549629 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536268560912 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10214] ppid=10197 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/10199/task/10214/stat : 10214 (java) S 10197 10199 6647 0 -1 4202560 6978 0 0 0 66 2 0 0 20 0 19 0 291549630 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536267508280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10215] ppid=10197 vsize=9624980 CPUtime=0.79 cores=0,2,4,6
/proc/10199/task/10215/stat : 10215 (java) S 10197 10199 6647 0 -1 4202560 10348 0 0 0 76 3 0 0 20 0 19 0 291549630 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536266455736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10216] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10216/stat : 10216 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549630 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536265403384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10217] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10217/stat : 10217 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549630 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536264351048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10218] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10218/stat : 10218 (java) S 10197 10199 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291549641 9855979520 15670 33554432000 1073741824 1073778376 140734765207376 140536263295784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9624980

[startup+11.9008 s]
/proc/loadavg: 2.02 2.04 2.01 4/214 10218
/proc/meminfo: memFree=30810744/32873844 swapFree=7632/7632
[pid=10199] ppid=10197 vsize=9624980 CPUtime=13.5 cores=0,2,4,6
/proc/10199/stat : 10199 (java) S 10197 10199 6647 0 -1 4202496 21141 0 1 0 1343 7 0 0 20 0 19 0 291549624 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140734765198512 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10199/statm: 2406245 15672 2274 9 0 2396937 0
[pid=10199/tid=10200] ppid=10197 vsize=9624980 CPUtime=11.33 cores=0,2,4,6
/proc/10199/task/10200/stat : 10200 (java) R 10197 10199 6647 0 -1 4202560 2498 0 1 0 1131 2 0 0 20 0 19 0 291549625 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536447500536 140536313218140 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10202] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 6647 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291549625 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536436562088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10203] ppid=10197 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 6647 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536435509544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10204] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536434457000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10205] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 6647 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536433404456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10206] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536432351912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10207] ppid=10197 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536431299368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 6647 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536285182888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10209] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536284130344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=9624980 CPUtime=0.42 cores=0,2,4,6
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 6647 0 -1 4202560 67 0 0 0 42 0 0 0 20 0 19 0 291549627 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536271718504 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536270664824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10212] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536269612168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10213] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10213/stat : 10213 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549629 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536268560912 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10214] ppid=10197 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/10199/task/10214/stat : 10214 (java) S 10197 10199 6647 0 -1 4202560 6978 0 0 0 66 2 0 0 20 0 19 0 291549630 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536267508280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10215] ppid=10197 vsize=9624980 CPUtime=0.79 cores=0,2,4,6
/proc/10199/task/10215/stat : 10215 (java) S 10197 10199 6647 0 -1 4202560 10348 0 0 0 76 3 0 0 20 0 19 0 291549630 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536266455736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10216] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10216/stat : 10216 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549630 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536265403384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10217] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10217/stat : 10217 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549630 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536264351048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10218] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10218/stat : 10218 (java) S 10197 10199 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291549641 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536263295784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 9624980

[startup+12.1068 s]
/proc/loadavg: 2.01 2.04 2.01 3/214 10218
/proc/meminfo: memFree=30810992/32873844 swapFree=7632/7632
[pid=10199] ppid=10197 vsize=9624980 CPUtime=13.71 cores=0,2,4,6
/proc/10199/stat : 10199 (java) S 10197 10199 6647 0 -1 4202496 21142 0 1 0 1364 7 0 0 20 0 19 0 291549624 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140734765198512 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10199/statm: 2406245 15672 2274 9 0 2396937 0
[pid=10199/tid=10200] ppid=10197 vsize=9624980 CPUtime=11.52 cores=0,2,4,6
/proc/10199/task/10200/stat : 10200 (java) R 10197 10199 6647 0 -1 4202560 2499 0 1 0 1150 2 0 0 20 0 19 0 291549625 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536447500696 140536313201568 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10202] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 6647 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291549625 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536436562088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10203] ppid=10197 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 6647 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536435509544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10204] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536434457000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10205] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 6647 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536433404456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10206] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536432351912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10207] ppid=10197 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536431299368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 6647 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536285182888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10209] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536284130344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=9624980 CPUtime=0.43 cores=0,2,4,6
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 6647 0 -1 4202560 67 0 0 0 43 0 0 0 20 0 19 0 291549627 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536271718504 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536270664824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10212] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536269612168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10213] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10213/stat : 10213 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549629 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536268560912 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10214] ppid=10197 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/10199/task/10214/stat : 10214 (java) S 10197 10199 6647 0 -1 4202560 6978 0 0 0 66 2 0 0 20 0 19 0 291549630 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536267508280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10215] ppid=10197 vsize=9624980 CPUtime=0.79 cores=0,2,4,6
/proc/10199/task/10215/stat : 10215 (java) S 10197 10199 6647 0 -1 4202560 10348 0 0 0 76 3 0 0 20 0 19 0 291549630 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536266455736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10216] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10216/stat : 10216 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549630 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536265403384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10217] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10217/stat : 10217 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549630 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536264351048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10218] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10218/stat : 10218 (java) S 10197 10199 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291549641 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536263295784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.71
Current children cumulated vsize (KiB) 9624980

[startup+12.2007 s]
/proc/loadavg: 2.01 2.04 2.01 3/214 10218
/proc/meminfo: memFree=30810992/32873844 swapFree=7632/7632
[pid=10199] ppid=10197 vsize=9624980 CPUtime=13.8 cores=0,2,4,6
/proc/10199/stat : 10199 (java) S 10197 10199 6647 0 -1 4202496 21143 0 1 0 1373 7 0 0 20 0 19 0 291549624 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140734765198512 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/10199/statm: 2406245 15672 2274 9 0 2396937 0
[pid=10199/tid=10200] ppid=10197 vsize=9624980 CPUtime=11.6 cores=0,2,4,6
/proc/10199/task/10200/stat : 10200 (java) R 10197 10199 6647 0 -1 4202560 2500 0 1 0 1158 2 0 0 20 0 19 0 291549625 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536447500696 140536313213751 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10202] ppid=10197 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10199/task/10202/stat : 10202 (java) S 10197 10199 6647 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291549625 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536436562088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10203] ppid=10197 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10199/task/10203/stat : 10203 (java) S 10197 10199 6647 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536435509544 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10204] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10204/stat : 10204 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536434457000 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10205] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10205/stat : 10205 (java) S 10197 10199 6647 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536433404456 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10206] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10206/stat : 10206 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536432351912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10207] ppid=10197 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10199/task/10207/stat : 10207 (java) S 10197 10199 6647 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536431299368 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10208] ppid=10197 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/10199/task/10208/stat : 10208 (java) S 10197 10199 6647 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536285182888 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10209] ppid=10197 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/10199/task/10209/stat : 10209 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291549626 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536284130344 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10210] ppid=10197 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/10199/task/10210/stat : 10210 (java) S 10197 10199 6647 0 -1 4202560 67 0 0 0 44 0 0 0 20 0 19 0 291549627 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536271718504 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10199/tid=10211] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10211/stat : 10211 (java) S 10197 10199 6647 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536270664824 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10212] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10212/stat : 10212 (java) S 10197 10199 6647 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291549627 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536269612168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10213] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10213/stat : 10213 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549629 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536268560912 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10199/tid=10214] ppid=10197 vsize=9624980 CPUtime=0.68 cores=0,2,4,6
/proc/10199/task/10214/stat : 10214 (java) S 10197 10199 6647 0 -1 4202560 6978 0 0 0 66 2 0 0 20 0 19 0 291549630 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536267508280 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10215] ppid=10197 vsize=9624980 CPUtime=0.79 cores=0,2,4,6
/proc/10199/task/10215/stat : 10215 (java) S 10197 10199 6647 0 -1 4202560 10348 0 0 0 76 3 0 0 20 0 19 0 291549630 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536266455736 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10216] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10216/stat : 10216 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549630 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536265403384 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10199/tid=10217] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10217/stat : 10217 (java) S 10197 10199 6647 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291549630 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536264351048 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10199/tid=10218] ppid=10197 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/10199/task/10218/stat : 10218 (java) S 10197 10199 6647 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291549641 9855979520 15672 33554432000 1073741824 1073778376 140734765207376 140536263295784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.8
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 12.2335
CPU time (s): 13.9009
CPU user time (s): 13.7089
CPU system time (s): 0.19197
CPU usage (%): 113.629
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.7089
system time used= 0.19197
maximum resident set size= 68348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21155
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1778
involuntary context switches= 1149

runsolver used 0.040993 second user time and 0.105983 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-29 03:17:33
IDJOB=3718450
IDBENCH=79244
IDSOLVER=2301
FILE ID=node141/3718450-1338254253
RUNJOBID= node141-1338248797-9481
PBS_JOBID= 14624658
Free space on /tmp= 71232 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224451--soft-0-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718450-1338254253/watcher-3718450-1338254253 -o /tmp/evaluation-result-3718450-1338254253/solver-3718450-1338254253 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718450-1338254253.wbo

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

MD5SUM BENCH= 51c830b3e31ed97e6a2590ce9584f929
RANDOM SEED=1540666784

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30862960 kB
Buffers:          230680 kB
Cached:           402096 kB
SwapCached:          220 kB
Active:          1111436 kB
Inactive:          27516 kB
Active(anon):     496276 kB
Inactive(anon):    12056 kB
Active(file):     615160 kB
Inactive(file):    15460 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108636 kB
Dirty:               160 kB
Writeback:             0 kB
AnonPages:        537580 kB
Mapped:            18268 kB
Shmem:               172 kB
Slab:             728932 kB
SReclaimable:     171140 kB
SUnreclaim:       557792 kB
KernelStack:        1768 kB
PageTables:         5320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     667580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71232 MiB
End job on node141 at 2012-05-29 03:17:45