Trace number 3718139

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 23.0795 21.2498

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111226680--soft-66-100-0.wbo
MD5SUMdca485207caaa579309a7d2385685aa8
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark66
Best CPU time to get the best result obtained on this benchmark0.91286
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1190
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.00/0.08	c version 2.3.2.v20120528
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3718139-1338251600.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.053s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     197
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c ignored satisfied constraints => 1
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.10/0.16	c 102 constraints processed.
0.10/0.16	c objective function length is 28 literals
0.26/0.28	c SATISFIABLE
0.26/0.28	c OPTIMIZING...
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.173
0.26/0.28	o 816
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.254
0.56/0.36	o 814
0.70/0.47	c cleaning 3054 clauses out of 6107 with flag 8760/6107
0.86/0.59	c Got one! Elapsed wall clock time (in seconds):0.481
0.86/0.59	o 811
1.00/0.64	c cleaning 4483 clauses out of 8968 with flag 3219/12022
1.21/0.77	c Got one! Elapsed wall clock time (in seconds):0.662
1.21/0.77	o 807
1.42/0.84	c Got one! Elapsed wall clock time (in seconds):0.729
1.42/0.84	o 794
1.62/0.95	c cleaning 7823 clauses out of 15647 with flag 10200/23184
1.62/0.97	c Got one! Elapsed wall clock time (in seconds):0.867
1.62/0.97	o 776
2.06/1.12	c cleaning 6482 clauses out of 12974 with flag 17353/28334
2.06/1.14	c Got one! Elapsed wall clock time (in seconds):1.034
2.06/1.14	o 775
2.27/1.29	c cleaning 5889 clauses out of 11785 with flag 18359/33627
2.46/1.34	c Got one! Elapsed wall clock time (in seconds):1.233
2.46/1.34	o 764
2.66/1.46	c cleaning 5944 clauses out of 11887 with flag 15965/39618
2.66/1.49	c Got one! Elapsed wall clock time (in seconds):1.379
2.66/1.49	o 755
2.94/1.60	c Got one! Elapsed wall clock time (in seconds):1.49
2.94/1.60	o 737
2.94/1.63	c cleaning 5967 clauses out of 11959 with flag 4050/45634
3.04/1.76	c Got one! Elapsed wall clock time (in seconds):1.653
3.04/1.76	o 735
3.04/1.79	c cleaning 5905 clauses out of 11824 with flag 3909/51466
3.15/1.82	c Got one! Elapsed wall clock time (in seconds):1.709
3.15/1.82	o 721
3.15/1.83	c Got one! Elapsed wall clock time (in seconds):1.723
3.15/1.83	o 701
3.25/1.93	c Got one! Elapsed wall clock time (in seconds):1.828
3.25/1.93	o 700
3.25/1.97	c cleaning 6119 clauses out of 12262 with flag 4426/57809
3.36/2.07	c Got one! Elapsed wall clock time (in seconds):1.965
3.36/2.07	o 695
3.46/2.14	c cleaning 5735 clauses out of 11479 with flag 8684/63145
3.57/2.29	c cleaning 5871 clauses out of 11748 with flag 31227/69149
3.68/2.35	c Got one! Elapsed wall clock time (in seconds):2.248
3.68/2.35	o 678
3.78/2.45	c cleaning 5543 clauses out of 11112 with flag 14181/74384
3.89/2.54	c Got one! Elapsed wall clock time (in seconds):2.43
3.89/2.54	o 675
3.89/2.56	c Got one! Elapsed wall clock time (in seconds):2.451
3.89/2.56	o 660
3.99/2.62	c cleaning 5779 clauses out of 11563 with flag 8440/80378
3.99/2.66	c Got one! Elapsed wall clock time (in seconds):2.552
3.99/2.66	o 653
4.09/2.75	c Got one! Elapsed wall clock time (in seconds):2.646
4.09/2.75	o 639
4.09/2.79	c cleaning 5916 clauses out of 11833 with flag 4307/86427
4.22/2.81	c Got one! Elapsed wall clock time (in seconds):2.702
4.22/2.81	o 612
4.31/2.95	c cleaning 5451 clauses out of 10929 with flag 21955/91439
4.42/3.07	c Got one! Elapsed wall clock time (in seconds):2.961
4.42/3.07	o 601
4.52/3.11	c cleaning 5562 clauses out of 11134 with flag 4390/97095
4.62/3.22	c Got one! Elapsed wall clock time (in seconds):3.111
4.62/3.22	o 599
4.62/3.25	c cleaning 5296 clauses out of 10611 with flag 4385/102134
4.85/3.45	c cleaning 5645 clauses out of 11315 with flag 32198/108134
5.04/3.62	c Got one! Elapsed wall clock time (in seconds):3.513
5.04/3.62	o 567
5.04/3.63	c Got one! Elapsed wall clock time (in seconds):3.519
5.04/3.63	o 252
5.04/3.67	c Got one! Elapsed wall clock time (in seconds):3.537
5.04/3.67	o 250
5.04/3.68	c Got one! Elapsed wall clock time (in seconds):3.574
5.04/3.68	o 247
5.17/3.77	c Got one! Elapsed wall clock time (in seconds):3.664
5.17/3.77	o 244
5.27/3.82	c cleaning 8726 clauses out of 17471 with flag 4611/119935
5.38/3.91	c Got one! Elapsed wall clock time (in seconds):3.799
5.38/3.91	o 240
5.38/4.00	c Got one! Elapsed wall clock time (in seconds):3.888
5.38/4.00	o 236
5.49/4.04	c cleaning 7403 clauses out of 14824 with flag 5407/126014
5.71/4.24	c cleaning 6701 clauses out of 13420 with flag 32494/132013
5.71/4.26	c Got one! Elapsed wall clock time (in seconds):4.15
5.71/4.26	o 232
5.94/4.41	c cleaning 5937 clauses out of 11892 with flag 23945/137186
5.94/4.49	c Got one! Elapsed wall clock time (in seconds):4.381
5.94/4.49	o 228
6.04/4.59	c cleaning 5756 clauses out of 11525 with flag 14117/142756
6.23/4.78	c cleaning 5871 clauses out of 11769 with flag 43927/148756
6.43/4.90	c Got one! Elapsed wall clock time (in seconds):4.791
6.43/4.90	o 200
6.43/4.97	c cleaning 5774 clauses out of 11569 with flag 9967/154427
6.64/5.18	c cleaning 5876 clauses out of 11795 with flag 40111/160427
6.94/5.41	c cleaning 6456 clauses out of 12921 with flag 74298/167429
7.06/5.58	c Got one! Elapsed wall clock time (in seconds):5.469
7.06/5.58	o 192
7.06/5.60	c Got one! Elapsed wall clock time (in seconds):5.493
7.06/5.60	o 190
7.26/5.73	c Got one! Elapsed wall clock time (in seconds):5.622
7.26/5.73	o 188
7.26/5.78	c cleaning 8798 clauses out of 17616 with flag 4821/178580
7.46/5.96	c cleaning 7400 clauses out of 14816 with flag 30499/184578
7.56/6.05	c Got one! Elapsed wall clock time (in seconds):5.943
7.56/6.05	o 183
7.68/6.15	c cleaning 6611 clauses out of 13224 with flag 13596/190386
7.80/6.21	c Got one! Elapsed wall clock time (in seconds):6.103
7.80/6.21	o 181
7.90/6.31	c cleaning 5852 clauses out of 11721 with flag 14430/195494
8.01/6.49	c cleaning 5929 clauses out of 11870 with flag 40870/201495
8.12/6.55	c Got one! Elapsed wall clock time (in seconds):6.444
8.12/6.55	o 177
8.23/6.69	c cleaning 5871 clauses out of 11780 with flag 19845/207334
8.42/6.87	c cleaning 5946 clauses out of 11907 with flag 47724/213332
8.42/6.89	c Got one! Elapsed wall clock time (in seconds):6.779
8.42/6.89	o 170
8.63/7.05	c cleaning 5681 clauses out of 11373 with flag 25376/218744
8.83/7.25	c cleaning 5835 clauses out of 11692 with flag 55740/224744
9.03/7.49	c cleaning 6418 clauses out of 12858 with flag 91786/231745
9.34/7.76	c cleaning 7214 clauses out of 14439 with flag 130954/239744
9.64/8.03	c cleaning 8112 clauses out of 16225 with flag 171594/248744
9.94/8.35	c cleaning 9051 clauses out of 18113 with flag 217551/258744
9.94/8.37	c Got one! Elapsed wall clock time (in seconds):8.262
9.94/8.37	o 164
10.14/8.52	c cleaning 7190 clauses out of 14390 with flag 24590/264072
10.24/8.66	c Got one! Elapsed wall clock time (in seconds):8.557
10.24/8.66	o 151
10.34/8.71	c cleaning 6414 clauses out of 12852 with flag 5049/269724
10.45/8.89	c cleaning 6212 clauses out of 12438 with flag 33192/275724
10.56/8.91	c Got one! Elapsed wall clock time (in seconds):8.804
10.56/8.91	o 146
10.65/9.06	c cleaning 5780 clauses out of 11563 with flag 24002/281061
10.85/9.20	c Got one! Elapsed wall clock time (in seconds):9.096
10.85/9.20	o 145
10.85/9.24	c cleaning 5835 clauses out of 11687 with flag 4791/286965
10.85/9.26	c Got one! Elapsed wall clock time (in seconds):9.151
10.85/9.26	o 143
11.05/9.42	c cleaning 5608 clauses out of 11238 with flag 25343/292351
11.25/9.63	c cleaning 5817 clauses out of 11633 with flag 57101/298354
11.35/9.79	c Got one! Elapsed wall clock time (in seconds):9.679
11.35/9.79	o 137
11.56/9.97	c cleaning 8142 clauses out of 16311 with flag 26102/308849
11.85/10.21	c cleaning 7074 clauses out of 14169 with flag 58522/314849
12.06/10.44	c cleaning 7035 clauses out of 14095 with flag 94521/321849
12.06/10.49	c Got one! Elapsed wall clock time (in seconds):10.385
12.06/10.49	o 136
12.26/10.64	c cleaning 6239 clauses out of 12493 with flag 21415/327282
12.46/10.86	c cleaning 6118 clauses out of 12253 with flag 53964/333281
12.77/11.12	c cleaning 6562 clauses out of 13135 with flag 92459/340281
13.07/11.42	c cleaning 7283 clauses out of 14573 with flag 135830/348281
13.19/11.58	c Got one! Elapsed wall clock time (in seconds):11.471
13.19/11.58	o 131
13.29/11.62	c cleaning 6458 clauses out of 12925 with flag 5572/353916
13.49/11.84	c cleaning 6226 clauses out of 12469 with flag 38537/359918
13.80/12.11	c cleaning 6606 clauses out of 13243 with flag 77848/366918
14.09/12.43	c cleaning 7302 clauses out of 14635 with flag 123496/374916
14.50/12.80	c cleaning 8157 clauses out of 16333 with flag 175720/383916
14.80/13.20	c cleaning 9085 clauses out of 18177 with flag 230569/393917
15.10/13.44	c Got one! Elapsed wall clock time (in seconds):13.336
15.10/13.44	o 130
15.20/13.55	c Got one! Elapsed wall clock time (in seconds):13.447
15.20/13.55	o 124
15.30/13.66	c cleaning 10467 clauses out of 20939 with flag 11926/405764
15.50/13.89	c cleaning 8223 clauses out of 16470 with flag 43368/411762
15.60/13.91	c Got one! Elapsed wall clock time (in seconds):13.806
15.60/13.91	o 119
15.81/14.10	c cleaning 6805 clauses out of 13625 with flag 28245/417140
15.81/14.18	c Got one! Elapsed wall clock time (in seconds):14.069
15.81/14.18	o 113
15.93/14.29	c cleaning 6044 clauses out of 12100 with flag 17332/422420
16.25/14.54	c cleaning 6028 clauses out of 12061 with flag 52052/428425
16.35/14.66	c Got one! Elapsed wall clock time (in seconds):14.554
16.35/14.66	o 90
16.45/14.75	c cleaning 5733 clauses out of 11483 with flag 12019/433875
16.65/14.98	c cleaning 5859 clauses out of 11750 with flag 45565/439875
16.95/15.26	c cleaning 6432 clauses out of 12891 with flag 87095/446875
17.05/15.35	c Got one! Elapsed wall clock time (in seconds):15.246
17.05/15.35	o 81
17.16/15.48	c cleaning 5977 clauses out of 11988 with flag 17792/452404
17.45/15.72	c cleaning 5990 clauses out of 12010 with flag 51882/458403
17.75/16.00	c cleaning 6504 clauses out of 13020 with flag 93480/465403
18.06/16.34	c cleaning 7239 clauses out of 14516 with flag 141355/473403
18.46/16.71	c cleaning 8135 clauses out of 16277 with flag 192769/482403
18.46/16.79	c Got one! Elapsed wall clock time (in seconds):16.683
18.46/16.79	o 73
18.67/16.96	c cleaning 7056 clauses out of 14128 with flag 25189/488389
18.97/17.22	c cleaning 6524 clauses out of 13073 with flag 61393/494390
19.27/17.53	c cleaning 6767 clauses out of 13551 with flag 105600/501392
19.57/17.89	c cleaning 7381 clauses out of 14781 with flag 154883/509389
20.07/18.30	c cleaning 8189 clauses out of 16401 with flag 208683/518390
20.48/18.71	c cleaning 9104 clauses out of 18212 with flag 264478/528390
20.77/19.02	c Got one! Elapsed wall clock time (in seconds):18.908
20.77/19.02	o 72
21.08/19.30	c cleaning 10915 clauses out of 21839 with flag 32561/541125
21.39/19.62	c cleaning 8447 clauses out of 16924 with flag 70988/547125
21.70/19.95	c cleaning 7732 clauses out of 15478 with flag 113837/554126
22.11/20.34	c cleaning 7863 clauses out of 15746 with flag 162469/562126
22.41/20.68	c Got one! Elapsed wall clock time (in seconds):20.578
22.41/20.68	o 66
22.82/21.02	c cleaning 10297 clauses out of 20599 with flag 34620/574842
23.01/21.24	c starts		: 210
23.01/21.24	c conflicts		: 578721
23.01/21.24	c decisions		: 799918
23.01/21.24	c propagations		: 11290760
23.01/21.24	c inspects		: 177527998
23.01/21.24	c shortcuts		: 0
23.01/21.24	c learnt literals	: 13
23.01/21.24	c learnt binary clauses	: 6
23.01/21.24	c learnt ternary clauses	: 58
23.01/21.24	c learnt constraints	: 578707
23.01/21.24	c ignored constraints	: 0
23.01/21.24	c root simplifications	: 0
23.01/21.24	c removed literals (reason simplification)	: 0
23.01/21.24	c reason swapping (by a shorter reason)	: 0
23.01/21.24	c Calls to reduceDB	: 84
23.01/21.24	c Number of update (reduction) of LBD	: 134109
23.01/21.24	c number of reductions to clauses (during analyze)	: 0
23.01/21.24	c number of learned constraints concerned by reduction	: 0
23.01/21.24	c number of learning phase by resolution	: 0
23.01/21.24	c number of learning phase by cutting planes	: 0
23.01/21.24	c speed (assignments/second)	: 535716.4547352438
23.01/21.24	c non guided choices	1609
23.01/21.24	c learnt constraints type 
23.01/21.24	c constraints type 
23.01/21.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
23.01/21.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
23.01/21.24	c ignored satisfied constraints => 1
23.01/21.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
23.01/21.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
23.01/21.24	c 102 constraints processed.
23.01/21.24	s OPTIMUM FOUND
23.01/21.24	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 
23.01/21.24	c objective function=66
23.01/21.24	c Total wall clock time (in seconds): 21.134

Verifier Data

OK	66

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-3718139-1338251600/watcher-3718139-1338251600 -o /tmp/evaluation-result-3718139-1338251600/solver-3718139-1338251600 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718139-1338251600.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.23 2.13 2.03 3/194 16260
/proc/meminfo: memFree=31362808/32873844 swapFree=6872/6872
[pid=16260] ppid=16258 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/16260/stat : 16260 (java) S 16258 16260 13427 0 -1 4202496 1173 0 0 0 0 0 0 0 20 0 2 0 291288499 91889664 894 33554432000 1073741824 1073778376 140735780833072 140735780824208 270121599037 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16260/statm: 22434 894 678 9 0 16769 0
[pid=16260/tid=16261] ppid=16258 vsize=91880 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16261/stat : 16261 (java) R 16258 16260 13427 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 2 0 291288500 94085120 906 33554432000 1073741824 1073778376 140735780833072 140735780822136 270109078378 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100317 s]
/proc/loadavg: 2.23 2.13 2.03 3/194 16260
/proc/meminfo: memFree=31362808/32873844 swapFree=6872/6872
[pid=16260] ppid=16258 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/16260/stat : 16260 (java) S 16258 16260 13427 0 -1 4202496 4375 0 1 0 9 1 0 0 20 0 18 0 291288499 9787817984 5567 33554432000 1073741824 1073778376 140735780833072 140735780824208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16260/statm: 2389604 5569 2109 9 0 2380296 0
[pid=16260/tid=16261] ppid=16258 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/16260/task/16261/stat : 16261 (java) R 16258 16260 13427 0 -1 4202560 2423 0 1 0 7 0 0 0 20 0 18 0 291288500 9787817984 5569 33554432000 1073741824 1073778376 140735780833072 140205236120496 270121624845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.200319 s]
/proc/loadavg: 2.23 2.13 2.03 3/194 16260
/proc/meminfo: memFree=31362808/32873844 swapFree=6872/6872
[pid=16260] ppid=16258 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/16260/stat : 16260 (java) S 16258 16260 13427 0 -1 4202496 6230 0 1 0 25 1 0 0 20 0 19 0 291288499 9855979520 7352 33554432000 1073741824 1073778376 140735780833072 140735780824208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16260/statm: 2406245 7353 2214 9 0 2396937 0
[pid=16260/tid=16261] ppid=16258 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/16260/task/16261/stat : 16261 (java) R 16258 16260 13427 0 -1 4202560 2452 0 1 0 16 1 0 0 20 0 19 0 291288500 9855979520 7353 33554432000 1073741824 1073778376 140735780833072 140205236122384 140205063485454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9624980

[startup+0.300335 s]
/proc/loadavg: 2.23 2.13 2.03 3/194 16260
/proc/meminfo: memFree=31362808/32873844 swapFree=6872/6872
[pid=16260] ppid=16258 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/16260/stat : 16260 (java) S 16258 16260 13427 0 -1 4202496 7440 0 1 0 54 2 0 0 20 0 19 0 291288499 9855979520 7578 33554432000 1073741824 1073778376 140735780833072 140735780824208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16260/statm: 2406245 7578 2233 9 0 2396937 0
[pid=16260/tid=16261] ppid=16258 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/16260/task/16261/stat : 16261 (java) R 16258 16260 13427 0 -1 4202560 2454 0 1 0 26 1 0 0 20 0 19 0 291288500 9855979520 7578 33554432000 1073741824 1073778376 140735780833072 140205236122384 140205063529489 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9624980

[startup+0.700278 s]
/proc/loadavg: 2.23 2.13 2.03 3/194 16260
/proc/meminfo: memFree=31362808/32873844 swapFree=6872/6872
[pid=16260] ppid=16258 vsize=9624980 CPUtime=1.21 cores=1,3,5,7
/proc/16260/stat : 16260 (java) S 16258 16260 13427 0 -1 4202496 12727 0 1 0 118 3 0 0 20 0 19 0 291288499 9855979520 13127 33554432000 1073741824 1073778376 140735780833072 140735780824208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16260/statm: 2406245 13127 2270 9 0 2396937 0
[pid=16260/tid=16261] ppid=16258 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/16260/task/16261/stat : 16261 (java) R 16258 16260 13427 0 -1 4202560 2459 0 1 0 64 1 0 0 20 0 19 0 291288500 9855979520 13127 33554432000 1073741824 1073778376 140735780833072 140205236122008 140205063901140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9624980

[startup+1.50079 s]
/proc/loadavg: 2.23 2.13 2.03 5/213 16279
/proc/meminfo: memFree=31306400/32873844 swapFree=6872/6872
[pid=16260] ppid=16258 vsize=9624980 CPUtime=2.84 cores=1,3,5,7
/proc/16260/stat : 16260 (java) S 16258 16260 13427 0 -1 4202496 20793 0 1 0 279 5 0 0 20 0 19 0 291288499 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140735780824208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16260/statm: 2406245 16190 2271 9 0 2396937 0
[pid=16260/tid=16261] ppid=16258 vsize=9624980 CPUtime=1.4 cores=1,3,5,7
/proc/16260/task/16261/stat : 16261 (java) R 16258 16260 13427 0 -1 4202560 2462 0 1 0 139 1 0 0 20 0 19 0 291288500 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205236122008 140205063830575 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16263] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16263/stat : 16263 (java) S 16258 16260 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291288500 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205197613608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16264] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16264/stat : 16264 (java) S 16258 16260 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291288501 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205196560808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16265] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16265/stat : 16265 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288501 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205195508008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16260/tid=16266] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16266/stat : 16266 (java) S 16258 16260 13427 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291288501 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205194455208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16267] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16267/stat : 16267 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291288501 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205193403432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16260/tid=16268] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16268/stat : 16268 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288501 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205192350632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16269] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16269/stat : 16269 (java) S 16258 16260 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291288501 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205191297832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16270] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16270/stat : 16270 (java) S 16258 16260 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291288501 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205190245032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16271] ppid=16258 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16260/task/16271/stat : 16271 (java) S 16258 16260 13427 0 -1 4202560 56 0 0 0 5 0 0 0 20 0 19 0 291288502 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205060241896 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16272] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16272/stat : 16272 (java) S 16258 16260 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205059187960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16273] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16273/stat : 16273 (java) S 16258 16260 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205058135048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16274] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16274/stat : 16274 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205057083536 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16275] ppid=16258 vsize=9624980 CPUtime=0.68 cores=1,3,5,7
/proc/16260/task/16275/stat : 16275 (java) S 16258 16260 13427 0 -1 4202560 9557 0 0 0 66 2 0 0 20 0 19 0 291288505 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205056031672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16276] ppid=16258 vsize=9624980 CPUtime=0.64 cores=1,3,5,7
/proc/16260/task/16276/stat : 16276 (java) S 16258 16260 13427 0 -1 4202560 7495 0 0 0 62 2 0 0 20 0 19 0 291288505 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205054978872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16277] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16277/stat : 16277 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205053926264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16278] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16278/stat : 16278 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205052873672 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16279] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16279/stat : 16279 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291288516 9855979520 16190 33554432000 1073741824 1073778376 140735780833072 140205051819176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 9624980

[startup+3.10078 s]
/proc/loadavg: 2.23 2.13 2.03 3/213 16279
/proc/meminfo: memFree=31305904/32873844 swapFree=6872/6872
[pid=16260] ppid=16258 vsize=9624980 CPUtime=4.52 cores=1,3,5,7
/proc/16260/stat : 16260 (java) S 16258 16260 13427 0 -1 4202496 20809 0 1 0 447 5 0 0 20 0 19 0 291288499 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140735780824208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16260/statm: 2406245 16197 2271 9 0 2396937 0
[pid=16260/tid=16261] ppid=16258 vsize=9624980 CPUtime=2.87 cores=1,3,5,7
/proc/16260/task/16261/stat : 16261 (java) R 16258 16260 13427 0 -1 4202560 2471 0 1 0 286 1 0 0 20 0 19 0 291288500 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205236121888 140205064058101 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16263] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16263/stat : 16263 (java) S 16258 16260 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291288500 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205197613608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16264] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16264/stat : 16264 (java) S 16258 16260 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291288501 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205196560808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16265] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16265/stat : 16265 (java) S 16258 16260 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291288501 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205195508008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16266] ppid=16258 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16260/task/16266/stat : 16266 (java) S 16258 16260 13427 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291288501 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205194455208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16260/tid=16267] ppid=16258 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16260/task/16267/stat : 16267 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291288501 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205193403432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16268] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16268/stat : 16268 (java) S 16258 16260 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291288501 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205192350632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16260/tid=16269] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16269/stat : 16269 (java) S 16258 16260 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291288501 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205191297832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16270] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16270/stat : 16270 (java) S 16258 16260 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291288501 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205190245032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16271] ppid=16258 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/16260/task/16271/stat : 16271 (java) S 16258 16260 13427 0 -1 4202560 56 0 0 0 13 0 0 0 20 0 19 0 291288502 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205060241896 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16272] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16272/stat : 16272 (java) S 16258 16260 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205059187960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16273] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16273/stat : 16273 (java) S 16258 16260 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205058135048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16274] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16274/stat : 16274 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205057083536 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16275] ppid=16258 vsize=9624980 CPUtime=0.68 cores=1,3,5,7
/proc/16260/task/16275/stat : 16275 (java) S 16258 16260 13427 0 -1 4202560 9557 0 0 0 66 2 0 0 20 0 19 0 291288505 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205056031672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16276] ppid=16258 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/16260/task/16276/stat : 16276 (java) S 16258 16260 13427 0 -1 4202560 7495 0 0 0 63 2 0 0 20 0 19 0 291288505 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205054978872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16277] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16277/stat : 16277 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205053926264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16278] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16278/stat : 16278 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205052873672 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16279] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16279/stat : 16279 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291288516 9855979520 16197 33554432000 1073741824 1073778376 140735780833072 140205051819176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 9624980

[startup+6.3008 s]
/proc/loadavg: 2.29 2.14 2.03 3/213 16279
/proc/meminfo: memFree=31313220/32873844 swapFree=6872/6872
[pid=16260] ppid=16258 vsize=9624980 CPUtime=7.9 cores=1,3,5,7
/proc/16260/stat : 16260 (java) S 16258 16260 13427 0 -1 4202496 20863 0 1 0 784 6 0 0 20 0 19 0 291288499 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140735780824208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16260/statm: 2406245 14252 2274 9 0 2396937 0
[pid=16260/tid=16261] ppid=16258 vsize=9624980 CPUtime=5.87 cores=1,3,5,7
/proc/16260/task/16261/stat : 16261 (java) R 16258 16260 13427 0 -1 4202560 2487 0 1 0 586 1 0 0 20 0 19 0 291288500 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205236122008 140205063673745 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16263] ppid=16258 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16260/task/16263/stat : 16263 (java) S 16258 16260 13427 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291288500 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205197613608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16264] ppid=16258 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16260/task/16264/stat : 16264 (java) S 16258 16260 13427 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291288501 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205196560808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16260/tid=16265] ppid=16258 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16260/task/16265/stat : 16265 (java) S 16258 16260 13427 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 291288501 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205195508008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16260/tid=16266] ppid=16258 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16260/task/16266/stat : 16266 (java) S 16258 16260 13427 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 291288501 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205194455208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16260/tid=16267] ppid=16258 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16260/task/16267/stat : 16267 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291288501 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205193403432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16268] ppid=16258 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16260/task/16268/stat : 16268 (java) S 16258 16260 13427 0 -1 4202560 2 0 0 0 2 0 0 0 20 0 19 0 291288501 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205192350632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16269] ppid=16258 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16260/task/16269/stat : 16269 (java) S 16258 16260 13427 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291288501 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205191297832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16270] ppid=16258 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16260/task/16270/stat : 16270 (java) S 16258 16260 13427 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 291288501 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205190245032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16271] ppid=16258 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/16260/task/16271/stat : 16271 (java) S 16258 16260 13427 0 -1 4202560 56 0 0 0 27 0 0 0 20 0 19 0 291288502 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205060241896 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16272] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16272/stat : 16272 (java) S 16258 16260 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205059187960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16273] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16273/stat : 16273 (java) S 16258 16260 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205058135048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16274] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16274/stat : 16274 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205057083536 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16275] ppid=16258 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/16260/task/16275/stat : 16275 (java) S 16258 16260 13427 0 -1 4202560 9558 0 0 0 67 2 0 0 20 0 19 0 291288505 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205056031672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16276] ppid=16258 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/16260/task/16276/stat : 16276 (java) S 16258 16260 13427 0 -1 4202560 7522 0 0 0 67 2 0 0 20 0 19 0 291288505 9855979520 14252 33554432000 1073741824 1073778376 140735780833072 140205054978872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/16260/task/16263/stat : 16263 (java) S 16258 16260 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291288500 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205197613608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16260/tid=16264] ppid=16258 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16260/task/16264/stat : 16264 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291288501 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205196560808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16265] ppid=16258 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16260/task/16265/stat : 16265 (java) S 16258 16260 13427 0 -1 4202560 6 0 0 0 5 0 0 0 20 0 19 0 291288501 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205195508008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16266] ppid=16258 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16260/task/16266/stat : 16266 (java) S 16258 16260 13427 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 291288501 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205194455208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16260/tid=16267] ppid=16258 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16260/task/16267/stat : 16267 (java) S 16258 16260 13427 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 291288501 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205193403432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16268] ppid=16258 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16260/task/16268/stat : 16268 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291288501 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205192350632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16269] ppid=16258 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16260/task/16269/stat : 16269 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 6 0 0 0 20 0 19 0 291288501 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205191297832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16270] ppid=16258 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16260/task/16270/stat : 16270 (java) S 16258 16260 13427 0 -1 4202560 10 0 0 0 6 0 0 0 20 0 19 0 291288501 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205190245032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16271] ppid=16258 vsize=9624980 CPUtime=0.76 cores=1,3,5,7
/proc/16260/task/16271/stat : 16271 (java) S 16258 16260 13427 0 -1 4202560 56 0 0 0 76 0 0 0 20 0 19 0 291288502 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205060241896 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16260/tid=16272] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16272/stat : 16272 (java) S 16258 16260 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205059187960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16273] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16273/stat : 16273 (java) S 16258 16260 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205058135048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16274] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16274/stat : 16274 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205057083536 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16275] ppid=16258 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/16260/task/16275/stat : 16275 (java) S 16258 16260 13427 0 -1 4202560 9558 0 0 0 67 2 0 0 20 0 19 0 291288505 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205056031672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16276] ppid=16258 vsize=9624980 CPUtime=0.75 cores=1,3,5,7
/proc/16260/task/16276/stat : 16276 (java) R 16258 16260 13427 0 -1 4202560 7522 0 0 0 73 2 0 0 20 0 19 0 291288505 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205054978872 140205243873420 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16277] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16277/stat : 16277 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205053926264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16278] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16278/stat : 16278 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205052873672 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16279] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16279/stat : 16279 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291288516 9855979520 13741 33554432000 1073741824 1073778376 140735780833072 140205051819176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 20.97
Current children cumulated vsize (KiB) 9624980

[startup+20.0006 s]
/proc/loadavg: 2.74 2.25 2.07 3/213 16279
/proc/meminfo: memFree=31278832/32873844 swapFree=6872/6872
[pid=16260] ppid=16258 vsize=9624980 CPUtime=21.81 cores=1,3,5,7
/proc/16260/stat : 16260 (java) S 16258 16260 13427 0 -1 4202496 20933 0 1 0 2174 7 0 0 20 0 19 0 291288499 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140735780824208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16260/statm: 2406245 13742 2274 9 0 2396937 0
[pid=16260/tid=16261] ppid=16258 vsize=9624980 CPUtime=18.91 cores=1,3,5,7
/proc/16260/task/16261/stat : 16261 (java) R 16258 16260 13427 0 -1 4202560 2539 0 1 0 1890 1 0 0 20 0 19 0 291288500 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205236121888 140205063848128 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16263] ppid=16258 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16260/task/16263/stat : 16263 (java) S 16258 16260 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291288500 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205197613608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16264] ppid=16258 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16260/task/16264/stat : 16264 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205196560808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16265] ppid=16258 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16260/task/16265/stat : 16265 (java) S 16258 16260 13427 0 -1 4202560 6 0 0 0 6 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205195508008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16266] ppid=16258 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16260/task/16266/stat : 16266 (java) S 16258 16260 13427 0 -1 4202560 20 0 0 0 5 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205194455208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16267] ppid=16258 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16260/task/16267/stat : 16267 (java) S 16258 16260 13427 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205193403432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16268] ppid=16258 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16260/task/16268/stat : 16268 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205192350632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16269] ppid=16258 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16260/task/16269/stat : 16269 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 6 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205191297832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16270] ppid=16258 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16260/task/16270/stat : 16270 (java) S 16258 16260 13427 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205190245032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16260/tid=16271] ppid=16258 vsize=9624980 CPUtime=0.79 cores=1,3,5,7
/proc/16260/task/16271/stat : 16271 (java) S 16258 16260 13427 0 -1 4202560 56 0 0 0 79 0 0 0 20 0 19 0 291288502 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205060241896 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16272] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16272/stat : 16272 (java) S 16258 16260 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205059187960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16273] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16273/stat : 16273 (java) S 16258 16260 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205058135048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16274] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16274/stat : 16274 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205057083536 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16275] ppid=16258 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/16260/task/16275/stat : 16275 (java) S 16258 16260 13427 0 -1 4202560 9558 0 0 0 67 2 0 0 20 0 19 0 291288505 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205056031672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16276] ppid=16258 vsize=9624980 CPUtime=0.76 cores=1,3,5,7
/proc/16260/task/16276/stat : 16276 (java) S 16258 16260 13427 0 -1 4202560 7522 0 0 0 74 2 0 0 20 0 19 0 291288505 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205054978872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16277] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16277/stat : 16277 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205053926264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16278] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16278/stat : 16278 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205052873672 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16279] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16279/stat : 16279 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291288516 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205051819176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 21.81
Current children cumulated vsize (KiB) 9624980

[startup+20.8006 s]
/proc/loadavg: 2.74 2.25 2.07 3/213 16279
/proc/meminfo: memFree=31278832/32873844 swapFree=6872/6872
[pid=16260] ppid=16258 vsize=9624980 CPUtime=22.61 cores=1,3,5,7
/proc/16260/stat : 16260 (java) S 16258 16260 13427 0 -1 4202496 20934 0 1 0 2254 7 0 0 20 0 19 0 291288499 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140735780824208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16260/statm: 2406245 13742 2274 9 0 2396937 0
[pid=16260/tid=16261] ppid=16258 vsize=9624980 CPUtime=19.69 cores=1,3,5,7
/proc/16260/task/16261/stat : 16261 (java) R 16258 16260 13427 0 -1 4202560 2540 0 1 0 1968 1 0 0 20 0 19 0 291288500 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205236113856 140205063876226 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16263] ppid=16258 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16260/task/16263/stat : 16263 (java) S 16258 16260 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291288500 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205197613608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16264] ppid=16258 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16260/task/16264/stat : 16264 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205196560808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16265] ppid=16258 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16260/task/16265/stat : 16265 (java) S 16258 16260 13427 0 -1 4202560 6 0 0 0 6 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205195508008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16266] ppid=16258 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16260/task/16266/stat : 16266 (java) S 16258 16260 13427 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205194455208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16267] ppid=16258 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16260/task/16267/stat : 16267 (java) S 16258 16260 13427 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205193403432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16268] ppid=16258 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16260/task/16268/stat : 16268 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205192350632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16269] ppid=16258 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16260/task/16269/stat : 16269 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 6 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205191297832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16270] ppid=16258 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16260/task/16270/stat : 16270 (java) S 16258 16260 13427 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 291288501 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205190245032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16260/tid=16271] ppid=16258 vsize=9624980 CPUtime=0.8 cores=1,3,5,7
/proc/16260/task/16271/stat : 16271 (java) S 16258 16260 13427 0 -1 4202560 56 0 0 0 80 0 0 0 20 0 19 0 291288502 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205060241896 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16272] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16272/stat : 16272 (java) S 16258 16260 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205059187960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16273] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16273/stat : 16273 (java) S 16258 16260 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205058135048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16274] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16274/stat : 16274 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205057083536 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16275] ppid=16258 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/16260/task/16275/stat : 16275 (java) S 16258 16260 13427 0 -1 4202560 9558 0 0 0 67 2 0 0 20 0 19 0 291288505 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205056031672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16276] ppid=16258 vsize=9624980 CPUtime=0.76 cores=1,3,5,7
/proc/16260/task/16276/stat : 16276 (java) S 16258 16260 13427 0 -1 4202560 7522 0 0 0 74 2 0 0 20 0 19 0 291288505 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205054978872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16277] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16277/stat : 16277 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205053926264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16278] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16278/stat : 16278 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205052873672 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16279] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16279/stat : 16279 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291288516 9855979520 13742 33554432000 1073741824 1073778376 140735780833072 140205051819176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 22.61
Current children cumulated vsize (KiB) 9624980

[startup+21.2008 s]
/proc/loadavg: 2.74 2.25 2.07 3/213 16279
/proc/meminfo: memFree=31278832/32873844 swapFree=6872/6872
[pid=16260] ppid=16258 vsize=9624980 CPUtime=23.01 cores=1,3,5,7
/proc/16260/stat : 16260 (java) S 16258 16260 13427 0 -1 4202496 20939 0 1 0 2294 7 0 0 20 0 19 0 291288499 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140735780824208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16260/statm: 2406245 13746 2274 9 0 2396937 0
[pid=16260/tid=16261] ppid=16258 vsize=9624980 CPUtime=20.08 cores=1,3,5,7
/proc/16260/task/16261/stat : 16261 (java) R 16258 16260 13427 0 -1 4202560 2541 0 1 0 2007 1 0 0 20 0 19 0 291288500 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205236121888 140205064057846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16263] ppid=16258 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/16260/task/16263/stat : 16263 (java) S 16258 16260 13427 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 291288500 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205197613608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16264] ppid=16258 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16260/task/16264/stat : 16264 (java) S 16258 16260 13427 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 291288501 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205196560808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16265] ppid=16258 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16260/task/16265/stat : 16265 (java) S 16258 16260 13427 0 -1 4202560 6 0 0 0 6 0 0 0 20 0 19 0 291288501 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205195508008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16266] ppid=16258 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16260/task/16266/stat : 16266 (java) S 16258 16260 13427 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 19 0 291288501 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205194455208 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16267] ppid=16258 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16260/task/16267/stat : 16267 (java) S 16258 16260 13427 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 291288501 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205193403432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16268] ppid=16258 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16260/task/16268/stat : 16268 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 291288501 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205192350632 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16269] ppid=16258 vsize=9624980 CPUtime=0.06 cores=1,3,5,7
/proc/16260/task/16269/stat : 16269 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 6 0 0 0 20 0 19 0 291288501 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205191297832 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16270] ppid=16258 vsize=9624980 CPUtime=0.07 cores=1,3,5,7
/proc/16260/task/16270/stat : 16270 (java) S 16258 16260 13427 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 19 0 291288501 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205190245032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16260/tid=16271] ppid=16258 vsize=9624980 CPUtime=0.81 cores=1,3,5,7
/proc/16260/task/16271/stat : 16271 (java) S 16258 16260 13427 0 -1 4202560 56 0 0 0 81 0 0 0 20 0 19 0 291288502 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205060241896 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16272] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16272/stat : 16272 (java) S 16258 16260 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205059187960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16273] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16273/stat : 16273 (java) S 16258 16260 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291288502 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205058135048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16274] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16274/stat : 16274 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205057083536 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16275] ppid=16258 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/16260/task/16275/stat : 16275 (java) S 16258 16260 13427 0 -1 4202560 9558 0 0 0 67 2 0 0 20 0 19 0 291288505 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205056031672 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16276] ppid=16258 vsize=9624980 CPUtime=0.76 cores=1,3,5,7
/proc/16260/task/16276/stat : 16276 (java) S 16258 16260 13427 0 -1 4202560 7522 0 0 0 74 2 0 0 20 0 19 0 291288505 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205054978872 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16260/tid=16277] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16277/stat : 16277 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205053926264 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16260/tid=16278] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16278/stat : 16278 (java) S 16258 16260 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291288505 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205052873672 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16260/tid=16279] ppid=16258 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16260/task/16279/stat : 16279 (java) S 16258 16260 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291288516 9855979520 13746 33554432000 1073741824 1073778376 140735780833072 140205051819176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 23.01
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 21.2498
CPU time (s): 23.0795
CPU user time (s): 22.9075
CPU system time (s): 0.171973
CPU usage (%): 108.611
Max. virtual memory (cumulated for all children) (KiB): 9625320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.9075
system time used= 0.171973
maximum resident set size= 75184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20952
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= 2946
involuntary context switches= 3029

runsolver used 0.087986 second user time and 0.232964 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:33:20
IDJOB=3718139
IDBENCH=78761
IDSOLVER=2301
FILE ID=node106/3718139-1338251600
RUNJOBID= node106-1338247868-15528
PBS_JOBID= 14624657
Free space on /tmp= 71332 MiB

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

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

MD5SUM BENCH= dca485207caaa579309a7d2385685aa8
RANDOM SEED=1392282579

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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		: 2667.065
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.91
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		: 2667.065
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		: 2667.065
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.91
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		: 2667.065
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		: 2667.065
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.91
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		: 2667.065
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:        31363336 kB
Buffers:           69988 kB
Cached:            51100 kB
SwapCached:         1836 kB
Active:           682720 kB
Inactive:          34056 kB
Active(anon):     595084 kB
Inactive(anon):     3012 kB
Active(file):      87636 kB
Inactive(file):    31044 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               620 kB
Writeback:             0 kB
AnonPages:        629212 kB
Mapped:            15852 kB
Shmem:                 0 kB
Slab:             651340 kB
SReclaimable:      93508 kB
SUnreclaim:       557832 kB
KernelStack:        1760 kB
PageTables:         5380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     884668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 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= 71332 MiB
End job on node106 at 2012-05-29 02:33:41