Trace number 3718134

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 14.7218 12.5128

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223004--soft-33-100-0.wbo
MD5SUM3ecfb348b02f410f6916aad78d9eab96
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.89485
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120528
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	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@5f934ad
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-3718134-1338251571.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.055s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     238
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.10/0.17	c ignored satisfied constraints => 1
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.10/0.17	c 102 constraints processed.
0.10/0.17	c objective function length is 69 literals
0.26/0.24	c SATISFIABLE
0.26/0.24	c OPTIMIZING...
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.134
0.26/0.25	o 1397
0.26/0.26	c Got one! Elapsed wall clock time (in seconds):0.145
0.26/0.26	o 885
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.156
0.26/0.27	o 621
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.167
0.26/0.28	o 597
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.177
0.26/0.29	o 594
0.26/0.29	c Got one! Elapsed wall clock time (in seconds):0.183
0.26/0.29	o 579
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.19
0.53/0.30	o 571
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.213
0.53/0.32	o 555
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.224
0.53/0.33	o 545
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.226
0.53/0.34	o 457
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.237
0.53/0.35	o 446
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.251
0.53/0.36	o 425
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.269
0.53/0.38	o 424
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.276
0.53/0.39	o 422
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.284
0.53/0.39	o 262
0.68/0.41	c Got one! Elapsed wall clock time (in seconds):0.3
0.68/0.41	o 261
0.68/0.42	c Got one! Elapsed wall clock time (in seconds):0.312
0.68/0.42	o 256
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.338
0.68/0.45	o 250
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.343
0.68/0.45	o 243
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.353
0.68/0.46	o 242
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.363
0.68/0.47	o 237
0.68/0.49	c Got one! Elapsed wall clock time (in seconds):0.376
0.68/0.49	o 213
0.83/0.51	c Got one! Elapsed wall clock time (in seconds):0.399
0.83/0.51	o 186
0.83/0.55	c Got one! Elapsed wall clock time (in seconds):0.439
0.83/0.55	o 184
0.83/0.56	c Got one! Elapsed wall clock time (in seconds):0.447
0.83/0.56	o 175
0.83/0.57	c Got one! Elapsed wall clock time (in seconds):0.46
0.83/0.57	o 159
0.94/0.60	c Got one! Elapsed wall clock time (in seconds):0.486
0.94/0.60	o 149
0.94/0.64	c Got one! Elapsed wall clock time (in seconds):0.533
0.94/0.64	o 145
1.08/0.70	c Got one! Elapsed wall clock time (in seconds):0.587
1.08/0.70	o 144
1.08/0.75	c Got one! Elapsed wall clock time (in seconds):0.636
1.08/0.75	o 143
1.19/0.82	c cleaning 8045 clauses out of 16097 with flag 4133/16097
1.19/0.89	c Got one! Elapsed wall clock time (in seconds):0.778
1.19/0.89	o 135
1.31/0.96	c Got one! Elapsed wall clock time (in seconds):0.846
1.31/0.96	o 130
1.31/0.98	c Got one! Elapsed wall clock time (in seconds):0.869
1.31/0.98	o 129
1.31/1.00	c Got one! Elapsed wall clock time (in seconds):0.888
1.31/1.00	o 128
1.42/1.08	c cleaning 7749 clauses out of 15498 with flag 7550/23543
1.42/1.09	c Got one! Elapsed wall clock time (in seconds):0.983
1.42/1.09	o 124
1.55/1.11	c Got one! Elapsed wall clock time (in seconds):0.999
1.55/1.11	o 111
1.55/1.16	c Got one! Elapsed wall clock time (in seconds):1.05
1.55/1.16	o 110
1.82/1.34	c cleaning 6975 clauses out of 13966 with flag 15143/29760
1.82/1.39	c Got one! Elapsed wall clock time (in seconds):1.283
1.82/1.39	o 97
2.07/1.45	c Got one! Elapsed wall clock time (in seconds):1.339
2.07/1.45	o 96
2.07/1.47	c Got one! Elapsed wall clock time (in seconds):1.362
2.07/1.47	o 93
2.30/1.50	c Got one! Elapsed wall clock time (in seconds):1.394
2.30/1.50	o 91
2.30/1.56	c Got one! Elapsed wall clock time (in seconds):1.447
2.30/1.56	o 88
2.59/1.66	c cleaning 7589 clauses out of 15185 with flag 7768/37954
2.83/1.76	c Got one! Elapsed wall clock time (in seconds):1.647
2.83/1.76	o 84
3.07/1.88	c cleaning 6621 clauses out of 13254 with flag 13803/43612
3.27/1.93	c Got one! Elapsed wall clock time (in seconds):1.816
3.27/1.93	o 71
3.48/2.08	c cleaning 5840 clauses out of 11695 with flag 18891/48674
3.68/2.17	c Got one! Elapsed wall clock time (in seconds):2.06
3.68/2.17	o 68
3.78/2.24	c cleaning 5433 clauses out of 10871 with flag 7879/53690
3.78/2.28	c Got one! Elapsed wall clock time (in seconds):2.17
3.78/2.28	o 66
3.93/2.38	c Got one! Elapsed wall clock time (in seconds):2.273
3.93/2.38	o 48
4.12/2.43	c cleaning 5458 clauses out of 10933 with flag 4687/59185
4.53/2.62	c cleaning 5735 clauses out of 11476 with flag 26669/65186
4.53/2.63	c Got one! Elapsed wall clock time (in seconds):2.522
4.53/2.63	o 47
4.67/2.78	c cleaning 5423 clauses out of 10857 with flag 19030/70302
4.77/2.82	c Got one! Elapsed wall clock time (in seconds):2.713
4.77/2.82	o 46
4.87/2.93	c Got one! Elapsed wall clock time (in seconds):2.821
4.87/2.93	o 45
4.87/2.95	c Got one! Elapsed wall clock time (in seconds):2.842
4.87/2.95	o 44
4.87/3.00	c cleaning 6070 clauses out of 12146 with flag 3886/77014
4.98/3.04	c Got one! Elapsed wall clock time (in seconds):2.927
4.98/3.04	o 43
5.08/3.16	c Got one! Elapsed wall clock time (in seconds):3.045
5.08/3.16	o 37
5.08/3.18	c Got one! Elapsed wall clock time (in seconds):3.068
5.08/3.18	o 35
5.20/3.22	c cleaning 6464 clauses out of 12936 with flag 5197/83874
5.40/3.41	c cleaning 6230 clauses out of 12470 with flag 31018/89873
5.40/3.45	c Got one! Elapsed wall clock time (in seconds):3.342
5.40/3.45	o 33
5.50/3.59	c cleaning 5707 clauses out of 11418 with flag 20774/95051
5.60/3.63	c Got one! Elapsed wall clock time (in seconds):3.517
5.60/3.63	o 31
5.70/3.76	c cleaning 5559 clauses out of 11131 with flag 20710/100471
5.91/3.93	c cleaning 5780 clauses out of 11571 with flag 45738/106470
6.13/4.14	c cleaning 6391 clauses out of 12791 with flag 73853/113470
6.13/4.19	c Got one! Elapsed wall clock time (in seconds):4.076
6.13/4.19	o 30
6.34/4.32	c cleaning 5947 clauses out of 11903 with flag 20988/118974
6.53/4.50	c cleaning 5966 clauses out of 11956 with flag 46890/124974
6.63/4.69	c cleaning 6485 clauses out of 12988 with flag 75666/131973
6.76/4.75	c Got one! Elapsed wall clock time (in seconds):4.64
6.76/4.75	o 25
6.85/4.88	c cleaning 6107 clauses out of 12213 with flag 19772/137683
7.05/5.00	c Got one! Elapsed wall clock time (in seconds):4.892
7.05/5.00	o 24
7.05/5.04	c cleaning 5705 clauses out of 11416 with flag 5262/142993
7.27/5.21	c Got one! Elapsed wall clock time (in seconds):5.103
7.27/5.21	o 21
7.38/5.38	c cleaning 8178 clauses out of 16370 with flag 22905/153653
7.49/5.50	c Got one! Elapsed wall clock time (in seconds):5.392
7.49/5.50	o 20
7.59/5.58	c cleaning 7019 clauses out of 14068 with flag 9799/159529
7.78/5.78	c cleaning 6509 clauses out of 13050 with flag 36711/165530
7.98/5.94	c Got one! Elapsed wall clock time (in seconds):5.828
7.98/5.94	o 17
8.20/6.16	c cleaning 8406 clauses out of 16833 with flag 27719/175822
8.40/6.39	c cleaning 7201 clauses out of 14426 with flag 60057/181821
8.71/6.62	c cleaning 7108 clauses out of 14225 with flag 94215/188821
8.71/6.67	c Got one! Elapsed wall clock time (in seconds):6.555
8.71/6.67	o 16
8.80/6.74	c Got one! Elapsed wall clock time (in seconds):6.633
8.80/6.74	o 15
8.91/6.81	c cleaning 6552 clauses out of 13120 with flag 10268/194824
9.01/6.99	c Got one! Elapsed wall clock time (in seconds):6.88
9.01/6.99	o 14
9.21/7.18	c cleaning 8765 clauses out of 17547 with flag 26217/205803
9.33/7.22	c Got one! Elapsed wall clock time (in seconds):7.111
9.33/7.22	o 12
9.43/7.39	c cleaning 7265 clauses out of 14543 with flag 24829/211564
9.63/7.55	c Got one! Elapsed wall clock time (in seconds):7.443
9.63/7.55	o 8
9.83/7.74	c cleaning 8761 clauses out of 17545 with flag 24715/221831
10.03/7.96	c cleaning 7380 clauses out of 14783 with flag 56051/227830
10.23/8.12	c Got one! Elapsed wall clock time (in seconds):8.006
10.23/8.12	o 6
10.23/8.16	c cleaning 6488 clauses out of 12998 with flag 5293/233425
10.43/8.38	c cleaning 6246 clauses out of 12510 with flag 37954/239425
10.73/8.63	c cleaning 6619 clauses out of 13265 with flag 74534/246426
10.94/8.88	c cleaning 7320 clauses out of 14646 with flag 113058/254427
11.04/8.92	c Got one! Elapsed wall clock time (in seconds):8.806
11.04/8.92	o 5
11.14/9.08	c cleaning 6481 clauses out of 12986 with flag 26768/260088
11.34/9.28	c cleaning 6233 clauses out of 12504 with flag 56010/266087
11.65/9.52	c cleaning 6625 clauses out of 13271 with flag 91947/273087
11.95/9.81	c cleaning 7313 clauses out of 14647 with flag 135523/281088
12.05/9.94	c Got one! Elapsed wall clock time (in seconds):9.831
12.05/9.94	o 4
12.05/9.98	c cleaning 6182 clauses out of 12373 with flag 5198/286127
12.25/10.19	c cleaning 6094 clauses out of 12193 with flag 38426/292129
12.36/10.25	c Got one! Elapsed wall clock time (in seconds):10.139
12.36/10.25	o 3
12.48/10.38	c cleaning 5956 clauses out of 11931 with flag 21859/297962
12.68/10.51	c Got one! Elapsed wall clock time (in seconds):10.396
12.68/10.51	o 2
12.68/10.55	c cleaning 5601 clauses out of 11217 with flag 5856/303206
12.88/10.74	c cleaning 5806 clauses out of 11617 with flag 37465/309207
13.09/10.97	c cleaning 6393 clauses out of 12810 with flag 73270/316207
13.39/11.27	c cleaning 7204 clauses out of 14416 with flag 118810/324206
13.79/11.61	c cleaning 8095 clauses out of 16208 with flag 168978/333206
14.10/11.97	c cleaning 9053 clauses out of 18107 with flag 224540/343208
14.60/12.42	c cleaning 10024 clauses out of 20050 with flag 291942/354206
14.71/12.50	c starts		: 205
14.71/12.50	c conflicts		: 356086
14.71/12.50	c decisions		: 525741
14.71/12.50	c propagations		: 7181484
14.71/12.50	c inspects		: 87135281
14.71/12.50	c shortcuts		: 0
14.71/12.50	c learnt literals	: 36
14.71/12.50	c learnt binary clauses	: 40
14.71/12.50	c learnt ternary clauses	: 329
14.71/12.50	c learnt constraints	: 356049
14.71/12.50	c ignored constraints	: 0
14.71/12.50	c root simplifications	: 0
14.71/12.50	c removed literals (reason simplification)	: 0
14.71/12.50	c reason swapping (by a shorter reason)	: 0
14.71/12.50	c Calls to reduceDB	: 51
14.71/12.50	c Number of update (reduction) of LBD	: 91600
14.71/12.50	c number of reductions to clauses (during analyze)	: 0
14.71/12.50	c number of learned constraints concerned by reduction	: 0
14.71/12.50	c number of learning phase by resolution	: 0
14.71/12.50	c number of learning phase by cutting planes	: 0
14.71/12.50	c speed (assignments/second)	: 582251.0134587319
14.71/12.50	c non guided choices	2962
14.71/12.50	c learnt constraints type 
14.71/12.50	c constraints type 
14.71/12.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
14.71/12.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
14.71/12.50	c ignored satisfied constraints => 1
14.71/12.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
14.71/12.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
14.71/12.50	c 102 constraints processed.
14.71/12.50	s OPTIMUM FOUND
14.71/12.50	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 
14.71/12.50	c objective function=2
14.71/12.50	c Total wall clock time (in seconds): 12.394

Verifier Data

OK	2

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-3718134-1338251571/watcher-3718134-1338251571 -o /tmp/evaluation-result-3718134-1338251571/solver-3718134-1338251571 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718134-1338251571.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.30 2.13 2.02 3/194 16089
/proc/meminfo: memFree=31384136/32873844 swapFree=6872/6872
[pid=16089] ppid=16087 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/16089/stat : 16089 (java) R 16087 16089 13427 0 -1 4202496 1034 0 0 0 0 0 0 0 20 0 1 0 291285544 23793664 762 33554432000 1073741824 1073778376 140735521251584 140735521240648 140380112637881 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16089/statm: 5809 784 581 9 0 128 0

[startup+0.0509399 s]
/proc/loadavg: 2.30 2.13 2.02 3/194 16089
/proc/meminfo: memFree=31384136/32873844 swapFree=6872/6872
[pid=16089] ppid=16087 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16087 16089 13427 0 -1 4202496 3079 0 1 0 3 0 0 0 20 0 13 0 291285544 9446973440 3776 33554432000 1073741824 1073778376 140735521251584 140735521242720 270121599037 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16089/statm: 2306390 3776 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100289 s]
/proc/loadavg: 2.30 2.13 2.02 3/194 16089
/proc/meminfo: memFree=31384136/32873844 swapFree=6872/6872
[pid=16089] ppid=16087 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16087 16089 13427 0 -1 4202496 4339 0 1 0 9 1 0 0 20 0 18 0 291285544 9787817984 5539 33554432000 1073741824 1073778376 140735521251584 140735521242720 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16089/statm: 2389604 5543 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300185 s]
/proc/loadavg: 2.30 2.13 2.02 3/194 16089
/proc/meminfo: memFree=31384136/32873844 swapFree=6872/6872
[pid=16089] ppid=16087 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16087 16089 13427 0 -1 4202496 6833 0 1 0 52 1 0 0 20 0 19 0 291285544 9855979520 8015 33554432000 1073741824 1073778376 140735521251584 140735521242720 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16089/statm: 2406245 8015 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9624980

[startup+0.700218 s]
/proc/loadavg: 2.30 2.13 2.02 3/194 16089
/proc/meminfo: memFree=31384136/32873844 swapFree=6872/6872
[pid=16089] ppid=16087 vsize=9624980 CPUtime=1.08 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16087 16089 13427 0 -1 4202496 7241 0 1 0 106 2 0 0 20 0 19 0 291285544 9855979520 9065 33554432000 1073741824 1073778376 140735521251584 140735521242720 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16089/statm: 2406245 9065 2242 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9624980

[startup+1.50079 s]
/proc/loadavg: 2.30 2.13 2.02 3/213 16108
/proc/meminfo: memFree=31347584/32873844 swapFree=6872/6872
[pid=16089] ppid=16087 vsize=9624980 CPUtime=2.3 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16087 16089 13427 0 -1 4202496 15498 0 1 0 226 4 0 0 20 0 19 0 291285544 9855979520 17304 33554432000 1073741824 1073778376 140735521251584 140735521242720 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16089/statm: 2406245 17304 2273 9 0 2396937 0
[pid=16089/tid=16091] ppid=16087 vsize=9624980 CPUtime=1.43 cores=1,3,5,7
/proc/16089/task/16091/stat : 16091 (java) R 16087 16089 13427 0 -1 4202560 2464 0 1 0 143 0 0 0 20 0 19 0 291285545 9855979520 17304 33554432000 1073741824 1073778376 140735521251584 140380105215384 140379949542588 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 17304 33554432000 1073741824 1073778376 140735521251584 140379949099944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 17304 33554432000 1073741824 1073778376 140735521251584 140379948047400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 17305 33554432000 1073741824 1073778376 140735521251584 140379946994344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 13427 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 17305 33554432000 1073741824 1073778376 140735521251584 140379945941800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 17305 33554432000 1073741824 1073778376 140735521251584 140379944888744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 17305 33554432000 1073741824 1073778376 140735521251584 140379943836200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 17305 33554432000 1073741824 1073778376 140735521251584 140379942783144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 17305 33554432000 1073741824 1073778376 140735521251584 140379941730600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 13427 0 -1 4202560 53 0 0 0 2 0 0 0 20 0 19 0 291285547 9855979520 17305 33554432000 1073741824 1073778376 140735521251584 140379459402600 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 17305 33554432000 1073741824 1073778376 140735521251584 140379458348920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16102] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16102/stat : 16102 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 17305 33554432000 1073741824 1073778376 140735521251584 140379457295752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16103] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16103/stat : 16103 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17305 33554432000 1073741824 1073778376 140735521251584 140379456244496 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16104] ppid=16087 vsize=9624980 CPUtime=0.34 cores=1,3,5,7
/proc/16089/task/16104/stat : 16104 (java) R 16087 16089 13427 0 -1 4202560 4658 0 0 0 33 1 0 0 20 0 19 0 291285550 9855979520 17305 33554432000 1073741824 1073778376 140735521251584 140379455184328 140380111217456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16105] ppid=16087 vsize=9624980 CPUtime=0.43 cores=1,3,5,7
/proc/16089/task/16105/stat : 16105 (java) R 16087 16089 13427 0 -1 4202560 7102 0 0 0 42 1 0 0 20 0 19 0 291285550 9855979520 17305 33554432000 1073741824 1073778376 140735521251584 140379454125664 140380109304007 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16106] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16106/stat : 16106 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17306 33554432000 1073741824 1073778376 140735521251584 140379453085944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16107] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16107/stat : 16107 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17307 33554432000 1073741824 1073778376 140735521251584 140379452033608 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16108] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16108/stat : 16108 (java) S 16087 16089 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291285562 9855979520 17309 33554432000 1073741824 1073778376 140735521251584 140379450979880 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9624980

[startup+3.10213 s]
/proc/loadavg: 2.35 2.14 2.03 4/213 16108
/proc/meminfo: memFree=31315216/32873844 swapFree=6872/6872
[pid=16089] ppid=16087 vsize=9624980 CPUtime=5.08 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16087 16089 13427 0 -1 4202496 20996 0 1 0 503 5 0 0 20 0 19 0 291285544 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140735521242720 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16089/statm: 2406245 18649 2273 9 0 2396937 0
[pid=16089/tid=16091] ppid=16087 vsize=9624980 CPUtime=2.93 cores=1,3,5,7
/proc/16089/task/16091/stat : 16091 (java) R 16087 16089 13427 0 -1 4202560 2470 0 1 0 293 0 0 0 20 0 19 0 291285545 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140380105208256 140379949535528 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379949099944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379948047400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379946994344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 13427 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379945941800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379944888744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379943836200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379942783144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379941730600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 13427 0 -1 4202560 53 0 0 0 10 0 0 0 20 0 19 0 291285547 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379459402600 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379458348920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16102] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16102/stat : 16102 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379457295752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16103] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16103/stat : 16103 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379456244496 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16104] ppid=16087 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/16089/task/16104/stat : 16104 (java) S 16087 16089 13427 0 -1 4202560 6417 0 0 0 51 2 0 0 20 0 19 0 291285550 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379455191352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16105] ppid=16087 vsize=9624980 CPUtime=1.41 cores=1,3,5,7
/proc/16089/task/16105/stat : 16105 (java) S 16087 16089 13427 0 -1 4202560 10831 0 0 0 139 2 0 0 20 0 19 0 291285550 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379454138808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16106] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16106/stat : 16106 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379453085944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16107] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16107/stat : 16107 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379452033608 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16108] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16108/stat : 16108 (java) S 16087 16089 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291285562 9855979520 18649 33554432000 1073741824 1073778376 140735521251584 140379450979880 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 9624980

[startup+6.30075 s]
/proc/loadavg: 2.35 2.14 2.03 3/213 16108
/proc/meminfo: memFree=31319076/32873844 swapFree=6872/6872
[pid=16089] ppid=16087 vsize=9624980 CPUtime=8.4 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16087 16089 13427 0 -1 4202496 21021 0 1 0 834 6 0 0 20 0 19 0 291285544 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140735521242720 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16089/statm: 2406245 18034 2274 9 0 2396937 0
[pid=16089/tid=16091] ppid=16087 vsize=9624980 CPUtime=5.94 cores=1,3,5,7
/proc/16089/task/16091/stat : 16091 (java) R 16087 16089 13427 0 -1 4202560 2486 0 1 0 594 0 0 0 20 0 19 0 291285545 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140380105216288 140379949559565 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 13427 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379949099944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379948047400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379946994344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 13427 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379945941800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379944888744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379943836200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379942783144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291285546 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379941730600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 13427 0 -1 4202560 53 0 0 0 25 0 0 0 20 0 19 0 291285547 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379459402600 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379458348920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16102] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16102/stat : 16102 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379457295752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16103] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16103/stat : 16103 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379456244496 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16104] ppid=16087 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/16089/task/16104/stat : 16104 (java) S 16087 16089 13427 0 -1 4202560 6417 0 0 0 53 2 0 0 20 0 19 0 291285550 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379455191352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16105] ppid=16087 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/16089/task/16105/stat : 16105 (java) S 16087 16089 13427 0 -1 4202560 10832 0 0 0 144 2 0 0 20 0 19 0 291285550 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379454138808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16106] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16106/stat : 16106 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379453085944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16107] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16107/stat : 16107 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379452033608 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16108] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16108/stat : 16108 (java) S 16087 16089 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291285562 9855979520 18034 33554432000 1073741824 1073778376 140735521251584 140379450979880 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 9624980

Solver just ended. Dumping a history of the last processes samples

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

/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 13427 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379949099944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379948047400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379946994344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 13427 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379945941800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 13427 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379944888744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379943836200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 13427 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379942783144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379941730600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 13427 0 -1 4202560 53 0 0 0 46 0 0 0 20 0 19 0 291285547 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379459402600 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379458348920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16102] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16102/stat : 16102 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379457295752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16103] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16103/stat : 16103 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379456244496 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16104] ppid=16087 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/16089/task/16104/stat : 16104 (java) S 16087 16089 13427 0 -1 4202560 6417 0 0 0 55 2 0 0 20 0 19 0 291285550 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379455191352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16105] ppid=16087 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/16089/task/16105/stat : 16105 (java) S 16087 16089 13427 0 -1 4202560 10832 0 0 0 144 2 0 0 20 0 19 0 291285550 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379454138808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16106] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16106/stat : 16106 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379453085944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16107] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16107/stat : 16107 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379452033608 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16108] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16108/stat : 16108 (java) S 16087 16089 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291285562 9855979520 17729 33554432000 1073741824 1073778376 140735521251584 140379450979880 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 13.29
Current children cumulated vsize (KiB) 9624980

[startup+11.9006 s]
/proc/loadavg: 2.32 2.14 2.03 3/213 16108
/proc/meminfo: memFree=31301420/32873844 swapFree=6872/6872
[pid=16089] ppid=16087 vsize=9624980 CPUtime=14.1 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16087 16089 13427 0 -1 4202496 21053 0 1 0 1404 6 0 0 20 0 19 0 291285544 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140735521242720 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16089/statm: 2406245 17732 2274 9 0 2396937 0
[pid=16089/tid=16091] ppid=16087 vsize=9624980 CPUtime=11.24 cores=1,3,5,7
/proc/16089/task/16091/stat : 16091 (java) R 16087 16089 13427 0 -1 4202560 2509 0 1 0 1124 0 0 0 20 0 19 0 291285545 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140380105216408 140379949548543 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 13427 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379949099944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379948047400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379946994344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 13427 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379945941800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 13427 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379944888744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379943836200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 13427 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379942783144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379941730600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 13427 0 -1 4202560 53 0 0 0 48 0 0 0 20 0 19 0 291285547 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379459402600 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379458348920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16102] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16102/stat : 16102 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379457295752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16103] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16103/stat : 16103 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379456244496 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16104] ppid=16087 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/16089/task/16104/stat : 16104 (java) S 16087 16089 13427 0 -1 4202560 6417 0 0 0 55 2 0 0 20 0 19 0 291285550 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379455191352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16105] ppid=16087 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/16089/task/16105/stat : 16105 (java) S 16087 16089 13427 0 -1 4202560 10832 0 0 0 144 2 0 0 20 0 19 0 291285550 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379454138808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16106] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16106/stat : 16106 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379453085944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16107] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16107/stat : 16107 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379452033608 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16108] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16108/stat : 16108 (java) S 16087 16089 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291285562 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379450979880 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.1
Current children cumulated vsize (KiB) 9624980

[startup+12.3006 s]
/proc/loadavg: 2.32 2.14 2.03 3/213 16108
/proc/meminfo: memFree=31301420/32873844 swapFree=6872/6872
[pid=16089] ppid=16087 vsize=9624980 CPUtime=14.5 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16087 16089 13427 0 -1 4202496 21054 0 1 0 1444 6 0 0 20 0 19 0 291285544 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140735521242720 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16089/statm: 2406245 17732 2274 9 0 2396937 0
[pid=16089/tid=16091] ppid=16087 vsize=9624980 CPUtime=11.63 cores=1,3,5,7
/proc/16089/task/16091/stat : 16091 (java) R 16087 16089 13427 0 -1 4202560 2510 0 1 0 1163 0 0 0 20 0 19 0 291285545 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140380105216288 140379949559565 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 13427 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379949099944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379948047400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379946994344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 13427 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379945941800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 13427 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379944888744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379943836200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 13427 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379942783144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379941730600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 13427 0 -1 4202560 53 0 0 0 49 0 0 0 20 0 19 0 291285547 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379459402600 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379458348920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16102] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16102/stat : 16102 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379457295752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16103] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16103/stat : 16103 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379456244496 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16104] ppid=16087 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/16089/task/16104/stat : 16104 (java) S 16087 16089 13427 0 -1 4202560 6417 0 0 0 55 2 0 0 20 0 19 0 291285550 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379455191352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16105] ppid=16087 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/16089/task/16105/stat : 16105 (java) S 16087 16089 13427 0 -1 4202560 10832 0 0 0 144 2 0 0 20 0 19 0 291285550 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379454138808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16106] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16106/stat : 16106 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379453085944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16107] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16107/stat : 16107 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379452033608 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16108] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16108/stat : 16108 (java) S 16087 16089 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291285562 9855979520 17732 33554432000 1073741824 1073778376 140735521251584 140379450979880 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.5
Current children cumulated vsize (KiB) 9624980

[startup+12.5006 s]
/proc/loadavg: 2.32 2.14 2.03 3/213 16108
/proc/meminfo: memFree=31301420/32873844 swapFree=6872/6872
[pid=16089] ppid=16087 vsize=9624980 CPUtime=14.71 cores=1,3,5,7
/proc/16089/stat : 16089 (java) S 16087 16089 13427 0 -1 4202496 21057 0 1 0 1465 6 0 0 20 0 19 0 291285544 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140735521242720 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16089/statm: 2406245 17734 2274 9 0 2396937 0
[pid=16089/tid=16091] ppid=16087 vsize=9624980 CPUtime=11.81 cores=1,3,5,7
/proc/16089/task/16091/stat : 16091 (java) R 16087 16089 13427 0 -1 4202560 2511 0 1 0 1181 0 0 0 20 0 19 0 291285545 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140380105216408 140379949542192 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16092] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16092/stat : 16092 (java) S 16087 16089 13427 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379949099944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16093] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16093/stat : 16093 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379948047400 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16094] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16094/stat : 16094 (java) S 16087 16089 13427 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379946994344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16095] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16095/stat : 16095 (java) S 16087 16089 13427 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379945941800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16096] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16096/stat : 16096 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379944888744 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16089/tid=16097] ppid=16087 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16089/task/16097/stat : 16097 (java) S 16087 16089 13427 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291285546 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379943836200 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16098] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16098/stat : 16098 (java) S 16087 16089 13427 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379942783144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16099] ppid=16087 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16089/task/16099/stat : 16099 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291285546 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379941730600 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16100] ppid=16087 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/16089/task/16100/stat : 16100 (java) S 16087 16089 13427 0 -1 4202560 53 0 0 0 50 0 0 0 20 0 19 0 291285547 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379459402600 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16101] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16101/stat : 16101 (java) S 16087 16089 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379458348920 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16102] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16102/stat : 16102 (java) S 16087 16089 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291285547 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379457295752 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16103] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16103/stat : 16103 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379456244496 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16104] ppid=16087 vsize=9624980 CPUtime=0.57 cores=1,3,5,7
/proc/16089/task/16104/stat : 16104 (java) S 16087 16089 13427 0 -1 4202560 6417 0 0 0 55 2 0 0 20 0 19 0 291285550 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379455191352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16089/tid=16105] ppid=16087 vsize=9624980 CPUtime=1.46 cores=1,3,5,7
/proc/16089/task/16105/stat : 16105 (java) S 16087 16089 13427 0 -1 4202560 10832 0 0 0 144 2 0 0 20 0 19 0 291285550 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379454138808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16106] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16106/stat : 16106 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379453085944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16089/tid=16107] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16107/stat : 16107 (java) S 16087 16089 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291285550 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379452033608 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16089/tid=16108] ppid=16087 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16089/task/16108/stat : 16108 (java) S 16087 16089 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291285562 9855979520 17734 33554432000 1073741824 1073778376 140735521251584 140379450979880 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 12.5128
CPU time (s): 14.7218
CPU user time (s): 14.5598
CPU system time (s): 0.161975
CPU usage (%): 117.654
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5598
system time used= 0.161975
maximum resident set size= 78444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21074
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= 1881
involuntary context switches= 1272

runsolver used 0.040993 second user time and 0.116982 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:32:51
IDJOB=3718134
IDBENCH=78754
IDSOLVER=2301
FILE ID=node106/3718134-1338251571
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.1111223004--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718134-1338251571/watcher-3718134-1338251571 -o /tmp/evaluation-result-3718134-1338251571/solver-3718134-1338251571 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718134-1338251571.wbo

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

MD5SUM BENCH= 3ecfb348b02f410f6916aad78d9eab96
RANDOM SEED=1011791202

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:        31384664 kB
Buffers:           69800 kB
Cached:            51056 kB
SwapCached:         1836 kB
Active:           663648 kB
Inactive:          33920 kB
Active(anon):     576112 kB
Inactive(anon):     3012 kB
Active(file):      87536 kB
Inactive(file):    30908 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               568 kB
Writeback:             0 kB
AnonPages:        606764 kB
Mapped:            15856 kB
Shmem:                 0 kB
Slab:             651336 kB
SReclaimable:      93484 kB
SUnreclaim:       557852 kB
KernelStack:        1760 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     888472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 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:03