Trace number 3718439

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 16.3935 14.7306

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978113--soft-0-100-0.wbo
MD5SUMd4e6776e3ea6e9cf4cf1ebaa2f1d5c78
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.97785
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1184
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120528
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3718439-1338254214.wbo
0.07/0.13	c reading problem ... 
0.07/0.19	c ... done. Wall clock time 0.055s.
0.07/0.19	c declared #vars     169
0.07/0.19	c internal #vars     270
0.07/0.19	c #constraints  101
0.07/0.19	c constraints type 
0.07/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.07/0.19	c ignored satisfied constraints => 1
0.07/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.07/0.19	c 102 constraints processed.
0.07/0.19	c objective function length is 101 literals
0.22/0.24	c SATISFIABLE
0.22/0.24	c OPTIMIZING...
0.22/0.24	c Got one! Elapsed wall clock time (in seconds):0.106
0.22/0.24	o 728
0.22/0.26	c Got one! Elapsed wall clock time (in seconds):0.131
0.22/0.26	o 623
0.22/0.28	c Got one! Elapsed wall clock time (in seconds):0.145
0.22/0.28	o 464
0.22/0.29	c Got one! Elapsed wall clock time (in seconds):0.156
0.22/0.29	o 460
0.22/0.29	c Got one! Elapsed wall clock time (in seconds):0.162
0.22/0.29	o 426
0.48/0.31	c Got one! Elapsed wall clock time (in seconds):0.177
0.48/0.31	o 411
0.48/0.32	c Got one! Elapsed wall clock time (in seconds):0.187
0.48/0.32	o 408
0.48/0.32	c Got one! Elapsed wall clock time (in seconds):0.191
0.48/0.32	o 403
0.48/0.33	c Got one! Elapsed wall clock time (in seconds):0.202
0.48/0.33	o 369
0.48/0.37	c Got one! Elapsed wall clock time (in seconds):0.235
0.48/0.37	o 365
0.48/0.38	c Got one! Elapsed wall clock time (in seconds):0.248
0.48/0.38	o 362
0.64/0.40	c Got one! Elapsed wall clock time (in seconds):0.268
0.64/0.40	o 361
0.64/0.41	c Got one! Elapsed wall clock time (in seconds):0.279
0.64/0.41	o 358
0.64/0.42	c Got one! Elapsed wall clock time (in seconds):0.288
0.64/0.42	o 352
0.64/0.43	c Got one! Elapsed wall clock time (in seconds):0.3
0.64/0.43	o 338
0.64/0.45	c Got one! Elapsed wall clock time (in seconds):0.318
0.64/0.45	o 301
0.79/0.50	c Got one! Elapsed wall clock time (in seconds):0.369
0.79/0.50	o 298
0.79/0.52	c Got one! Elapsed wall clock time (in seconds):0.388
0.79/0.52	o 297
0.79/0.55	c Got one! Elapsed wall clock time (in seconds):0.416
0.79/0.55	o 282
0.79/0.59	c Got one! Elapsed wall clock time (in seconds):0.46
0.79/0.59	o 250
0.91/0.60	c Got one! Elapsed wall clock time (in seconds):0.473
0.91/0.60	o 241
0.91/0.66	c Got one! Elapsed wall clock time (in seconds):0.531
0.91/0.66	o 238
1.05/0.71	c Got one! Elapsed wall clock time (in seconds):0.582
1.05/0.71	o 235
1.05/0.78	c cleaning 6472 clauses out of 12960 with flag 4328/12960
1.18/0.81	c Got one! Elapsed wall clock time (in seconds):0.684
1.18/0.81	o 233
1.18/0.82	c Got one! Elapsed wall clock time (in seconds):0.69
1.18/0.82	o 232
1.18/0.89	c Got one! Elapsed wall clock time (in seconds):0.757
1.18/0.89	o 223
1.32/0.92	c Got one! Elapsed wall clock time (in seconds):0.787
1.32/0.92	o 221
1.42/1.03	c cleaning 6618 clauses out of 13237 with flag 12633/19709
1.42/1.09	c Got one! Elapsed wall clock time (in seconds):0.959
1.42/1.09	o 215
1.42/1.10	c Got one! Elapsed wall clock time (in seconds):0.968
1.42/1.10	o 213
1.63/1.21	c Got one! Elapsed wall clock time (in seconds):1.079
1.63/1.21	o 207
1.63/1.25	c cleaning 6165 clauses out of 12345 with flag 4775/25435
1.63/1.27	c Got one! Elapsed wall clock time (in seconds):1.144
1.63/1.27	o 187
1.85/1.44	c cleaning 5781 clauses out of 11577 with flag 22037/30832
1.95/1.50	c Got one! Elapsed wall clock time (in seconds):1.368
1.95/1.50	o 162
1.95/1.54	c Got one! Elapsed wall clock time (in seconds):1.408
1.95/1.54	o 157
2.16/1.60	c Got one! Elapsed wall clock time (in seconds):1.473
2.16/1.60	o 156
2.16/1.68	c cleaning 6149 clauses out of 12298 with flag 9526/37334
2.28/1.78	c Got one! Elapsed wall clock time (in seconds):1.649
2.28/1.78	o 153
2.38/1.88	c cleaning 5825 clauses out of 11667 with flag 14982/42852
2.69/2.12	c cleaning 5922 clauses out of 11843 with flag 40554/48853
2.69/2.15	c Got one! Elapsed wall clock time (in seconds):2.017
2.69/2.15	o 152
2.69/2.17	c Got one! Elapsed wall clock time (in seconds):2.035
2.69/2.17	o 149
2.79/2.23	c Got one! Elapsed wall clock time (in seconds):2.096
2.79/2.23	o 146
2.92/2.30	c Got one! Elapsed wall clock time (in seconds):2.169
2.92/2.30	o 143
2.92/2.32	c Got one! Elapsed wall clock time (in seconds):2.194
2.92/2.32	o 137
3.04/2.40	c cleaning 6635 clauses out of 13277 with flag 10301/56209
3.14/2.52	c Got one! Elapsed wall clock time (in seconds):2.39
3.14/2.52	o 124
3.14/2.59	c Got one! Elapsed wall clock time (in seconds):2.463
3.14/2.59	o 117
3.24/2.64	c cleaning 6335 clauses out of 12693 with flag 4868/62260
3.34/2.79	c Got one! Elapsed wall clock time (in seconds):2.662
3.34/2.79	o 111
3.44/2.83	c cleaning 5970 clauses out of 11966 with flag 4530/67868
3.64/3.03	c cleaning 5990 clauses out of 11997 with flag 30102/73869
3.64/3.07	c Got one! Elapsed wall clock time (in seconds):2.938
3.64/3.07	o 100
3.64/3.09	c Got one! Elapsed wall clock time (in seconds):2.956
3.64/3.09	o 95
3.75/3.12	c Got one! Elapsed wall clock time (in seconds):2.991
3.75/3.12	o 94
3.75/3.17	c Got one! Elapsed wall clock time (in seconds):3.039
3.75/3.17	o 91
3.89/3.22	c Got one! Elapsed wall clock time (in seconds):3.085
3.89/3.22	o 84
4.02/3.32	c cleaning 6503 clauses out of 13006 with flag 8899/80868
4.24/3.40	c Got one! Elapsed wall clock time (in seconds):3.268
4.24/3.40	o 81
4.47/3.56	c cleaning 6042 clauses out of 12096 with flag 21785/86461
4.81/3.79	c Got one! Elapsed wall clock time (in seconds):3.663
4.81/3.79	o 74
5.11/4.02	c cleaning 8376 clauses out of 16774 with flag 26383/97181
5.50/4.25	c Got one! Elapsed wall clock time (in seconds):4.121
5.50/4.25	o 69
5.84/4.47	c cleaning 9626 clauses out of 19283 with flag 24865/108066
6.04/4.69	c Got one! Elapsed wall clock time (in seconds):4.561
6.04/4.69	o 67
6.14/4.71	c Got one! Elapsed wall clock time (in seconds):4.575
6.14/4.71	o 65
6.14/4.76	c Got one! Elapsed wall clock time (in seconds):4.633
6.14/4.76	o 62
6.26/4.85	c Got one! Elapsed wall clock time (in seconds):4.723
6.26/4.85	o 58
6.36/4.92	c Got one! Elapsed wall clock time (in seconds):4.791
6.36/4.92	o 57
6.36/4.99	c cleaning 11029 clauses out of 22072 with flag 5223/120481
6.46/5.04	c Got one! Elapsed wall clock time (in seconds):4.911
6.46/5.04	o 52
6.67/5.20	c cleaning 8052 clauses out of 16115 with flag 20554/125553
6.77/5.38	c Got one! Elapsed wall clock time (in seconds):5.248
6.77/5.38	o 51
6.97/5.58	c cleaning 9283 clauses out of 18578 with flag 29754/136068
7.27/5.81	c cleaning 7644 clauses out of 15296 with flag 59936/142069
7.37/5.92	c Got one! Elapsed wall clock time (in seconds):5.79
7.37/5.92	o 49
7.48/6.05	c cleaning 6816 clauses out of 13648 with flag 18155/148065
7.69/6.26	c Got one! Elapsed wall clock time (in seconds):6.127
7.69/6.26	o 41
7.89/6.48	c cleaning 8569 clauses out of 17170 with flag 28674/158403
8.21/6.73	c cleaning 7283 clauses out of 14602 with flag 61651/164404
8.41/6.97	c cleaning 7151 clauses out of 14320 with flag 97224/171405
8.71/7.25	c cleaning 7581 clauses out of 15169 with flag 135080/179405
8.81/7.40	c Got one! Elapsed wall clock time (in seconds):7.266
8.81/7.40	o 31
8.91/7.44	c cleaning 6425 clauses out of 12863 with flag 5957/184680
9.12/7.66	c cleaning 6219 clauses out of 12439 with flag 38515/190681
9.31/7.83	c Got one! Elapsed wall clock time (in seconds):7.702
9.31/7.83	o 28
9.51/8.05	c cleaning 8573 clauses out of 17156 with flag 30184/201618
9.72/8.26	c Got one! Elapsed wall clock time (in seconds):8.128
9.72/8.26	o 27
9.92/8.48	c cleaning 9686 clauses out of 19382 with flag 27741/212417
10.23/8.71	c cleaning 7844 clauses out of 15696 with flag 59499/218417
10.43/8.95	c cleaning 7421 clauses out of 14852 with flag 93318/225417
10.73/9.21	c cleaning 7713 clauses out of 15431 with flag 132051/233418
10.94/9.48	c Got one! Elapsed wall clock time (in seconds):9.347
10.94/9.48	o 21
11.24/9.70	c cleaning 10682 clauses out of 21383 with flag 30695/247084
11.45/9.94	c cleaning 8346 clauses out of 16700 with flag 65772/253083
11.75/10.20	c cleaning 7661 clauses out of 15354 with flag 102213/260083
11.85/10.32	c Got one! Elapsed wall clock time (in seconds):10.186
11.85/10.32	o 17
11.85/10.39	c cleaning 6654 clauses out of 13328 with flag 10414/265718
12.05/10.58	c cleaning 6322 clauses out of 12676 with flag 38602/271720
12.35/10.81	c cleaning 6671 clauses out of 13352 with flag 72407/278718
12.65/11.10	c cleaning 7325 clauses out of 14682 with flag 113523/286719
12.95/11.41	c cleaning 8179 clauses out of 16357 with flag 157669/295719
13.06/11.55	c Got one! Elapsed wall clock time (in seconds):11.415
13.06/11.55	o 14
13.06/11.59	c cleaning 6630 clauses out of 13279 with flag 5781/300821
13.37/11.81	c cleaning 6318 clauses out of 12649 with flag 37810/306821
13.47/11.99	c Got one! Elapsed wall clock time (in seconds):11.857
13.47/11.99	o 13
13.68/12.18	c cleaning 8410 clauses out of 16840 with flag 28513/317330
13.97/12.40	c cleaning 7214 clauses out of 14429 with flag 60151/323329
14.17/12.62	c cleaning 7105 clauses out of 14213 with flag 94046/330328
14.38/12.87	c Got one! Elapsed wall clock time (in seconds):12.742
14.38/12.87	o 9
14.58/13.09	c cleaning 9967 clauses out of 19948 with flag 30256/343170
14.88/13.33	c cleaning 7978 clauses out of 15978 with flag 63651/349167
15.09/13.58	c cleaning 7496 clauses out of 14999 with flag 100821/356168
15.40/13.85	c cleaning 7742 clauses out of 15500 with flag 143727/364167
15.70/14.17	c cleaning 8377 clauses out of 16754 with flag 194202/373167
16.10/14.53	c cleaning 9183 clauses out of 18376 with flag 249988/383167
16.32/14.72	c starts		: 202
16.32/14.72	c conflicts		: 388205
16.32/14.72	c decisions		: 592501
16.32/14.72	c propagations		: 9005773
16.32/14.72	c inspects		: 108370143
16.32/14.72	c shortcuts		: 0
16.32/14.72	c learnt literals	: 24
16.32/14.72	c learnt binary clauses	: 31
16.32/14.72	c learnt ternary clauses	: 813
16.32/14.72	c learnt constraints	: 388180
16.32/14.72	c ignored constraints	: 0
16.32/14.72	c root simplifications	: 0
16.32/14.72	c removed literals (reason simplification)	: 0
16.32/14.72	c reason swapping (by a shorter reason)	: 0
16.32/14.72	c Calls to reduceDB	: 50
16.32/14.72	c Number of update (reduction) of LBD	: 105575
16.32/14.72	c number of reductions to clauses (during analyze)	: 0
16.32/14.72	c number of learned constraints concerned by reduction	: 0
16.32/14.72	c number of learning phase by resolution	: 0
16.32/14.72	c number of learning phase by cutting planes	: 0
16.32/14.72	c speed (assignments/second)	: 619762.7830156217
16.32/14.72	c non guided choices	3372
16.32/14.72	c learnt constraints type 
16.32/14.72	c constraints type 
16.32/14.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
16.32/14.72	c ignored satisfied constraints => 1
16.32/14.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
16.32/14.72	c 102 constraints processed.
16.32/14.72	s OPTIMUM FOUND
16.32/14.72	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 
16.32/14.72	c objective function=9
16.32/14.72	c Total wall clock time (in seconds): 14.591

Verifier Data

OK	9

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3718439-1338254214/watcher-3718439-1338254214 -o /tmp/evaluation-result-3718439-1338254214/solver-3718439-1338254214 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718439-1338254214.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.27 2.08 2.02 3/195 16939
/proc/meminfo: memFree=30833028/32873844 swapFree=7632/7632
[pid=16939] ppid=16937 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/16939/stat : 16939 (java) D 16937 16939 14287 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 291546954 2560000 46 33554432000 1073741824 1073778376 140734394420256 140734394417384 214360485159 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/16939/statm: 625 46 37 9 0 29 0

[startup+0.068753 s]
/proc/loadavg: 2.27 2.08 2.02 3/195 16939
/proc/meminfo: memFree=30833028/32873844 swapFree=7632/7632
[pid=16939] ppid=16937 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/16939/stat : 16939 (java) S 16937 16939 14287 0 -1 4202496 3125 0 1 0 3 1 0 0 20 0 13 0 291546954 9446973440 3312 33554432000 1073741824 1073778376 140735005137184 140735005128320 214373007421 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16939/statm: 2306390 3312 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100341 s]
/proc/loadavg: 2.27 2.08 2.02 3/195 16939
/proc/meminfo: memFree=30833028/32873844 swapFree=7632/7632
[pid=16939] ppid=16937 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/16939/stat : 16939 (java) S 16937 16939 14287 0 -1 4202496 3427 0 1 0 6 1 0 0 20 0 18 0 291546954 9787817984 4125 33554432000 1073741824 1073778376 140735005137184 140735005128320 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16939/statm: 2389604 4126 1773 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558416

[startup+0.300268 s]
/proc/loadavg: 2.27 2.08 2.02 3/195 16939
/proc/meminfo: memFree=30833028/32873844 swapFree=7632/7632
[pid=16939] ppid=16937 vsize=9624980 CPUtime=0.48 cores=1,3,5,7
/proc/16939/stat : 16939 (java) S 16937 16939 14287 0 -1 4202496 6574 0 1 0 45 3 0 0 20 0 19 0 291546954 9855979520 7438 33554432000 1073741824 1073778376 140735005137184 140735005128320 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16939/statm: 2406245 7438 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9624980

[startup+0.700266 s]
/proc/loadavg: 2.27 2.08 2.02 3/195 16939
/proc/meminfo: memFree=30833028/32873844 swapFree=7632/7632
[pid=16939] ppid=16937 vsize=9624980 CPUtime=1.05 cores=1,3,5,7
/proc/16939/stat : 16939 (java) S 16937 16939 14287 0 -1 4202496 7463 0 1 0 102 3 0 0 20 0 19 0 291546954 9855979520 8531 33554432000 1073741824 1073778376 140735005137184 140735005128320 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16939/statm: 2406245 8531 2242 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9624980

[startup+1.50067 s]
/proc/loadavg: 2.27 2.08 2.02 3/214 16958
/proc/meminfo: memFree=30797864/32873844 swapFree=7632/7632
[pid=16939] ppid=16937 vsize=9624980 CPUtime=1.95 cores=1,3,5,7
/proc/16939/stat : 16939 (java) S 16937 16939 14287 0 -1 4202496 8333 0 1 0 192 3 0 0 20 0 19 0 291546954 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140735005128320 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16939/statm: 2406245 11861 2272 9 0 2396937 0
[pid=16939/tid=16941] ppid=16937 vsize=9624980 CPUtime=1.4 cores=1,3,5,7
/proc/16939/task/16941/stat : 16941 (java) R 16937 16939 14287 0 -1 4202560 2521 0 1 0 139 1 0 0 20 0 19 0 291546956 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140726147756440 140726087677729 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16942] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16942/stat : 16942 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140726086486696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16943] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16943/stat : 16943 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140726085434152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16944] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16944/stat : 16944 (java) S 16937 16939 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140726084381608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16939/tid=16945] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16945/stat : 16945 (java) S 16937 16939 14287 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140726083329064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16946] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16946/stat : 16946 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140726082275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16947] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16947/stat : 16947 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140726081222952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16948] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16948/stat : 16948 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140725985163688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16949] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16949/stat : 16949 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140725984111144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16939/tid=16950] ppid=16937 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16939/task/16950/stat : 16950 (java) S 16937 16939 14287 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 19 0 291546958 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140725971913320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16951] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16951/stat : 16951 (java) S 16937 16939 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140725970859640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16952] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16952/stat : 16952 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140725969806984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16953] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16953/stat : 16953 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140725968755728 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16954] ppid=16937 vsize=9624980 CPUtime=0.21 cores=1,3,5,7
/proc/16939/task/16954/stat : 16954 (java) S 16937 16939 14287 0 -1 4202560 1741 0 0 0 21 0 0 0 20 0 19 0 291546962 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140725967702072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16955] ppid=16937 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/16939/task/16955/stat : 16955 (java) S 16937 16939 14287 0 -1 4202560 2821 0 0 0 23 0 0 0 20 0 19 0 291546962 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140725966649528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16956] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16956/stat : 16956 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140725965597176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16957] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16957/stat : 16957 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140725964544840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16958] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16958/stat : 16958 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291546974 9855979520 11861 33554432000 1073741824 1073778376 140735005137184 140725963490600 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9624980

[startup+3.10067 s]
/proc/loadavg: 2.27 2.08 2.02 3/214 16958
/proc/meminfo: memFree=30788064/32873844 swapFree=7632/7632
[pid=16939] ppid=16937 vsize=9624980 CPUtime=3.75 cores=1,3,5,7
/proc/16939/stat : 16939 (java) S 16937 16939 14287 0 -1 4202496 10977 0 1 0 371 4 0 0 20 0 19 0 291546954 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140735005128320 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16939/statm: 2406245 13195 2272 9 0 2396937 0
[pid=16939/tid=16941] ppid=16937 vsize=9624980 CPUtime=2.92 cores=1,3,5,7
/proc/16939/task/16941/stat : 16941 (java) R 16937 16939 14287 0 -1 4202560 2528 0 1 0 291 1 0 0 20 0 19 0 291546956 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140726147733520 140726087878491 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16942] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16942/stat : 16942 (java) S 16937 16939 14287 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140726086486696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16943] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16943/stat : 16943 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140726085434152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16944] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16944/stat : 16944 (java) S 16937 16939 14287 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140726084381608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16945] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16945/stat : 16945 (java) S 16937 16939 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140726083329064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16946] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16946/stat : 16946 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140726082275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16947] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16947/stat : 16947 (java) S 16937 16939 14287 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140726081222952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16948] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16948/stat : 16948 (java) S 16937 16939 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140725985163688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16949] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16949/stat : 16949 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140725984111144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16939/tid=16950] ppid=16937 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/16939/task/16950/stat : 16950 (java) S 16937 16939 14287 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 291546958 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140725971913320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16939/tid=16951] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16951/stat : 16951 (java) S 16937 16939 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140725970859640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16952] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16952/stat : 16952 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140725969806984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16953] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16953/stat : 16953 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140725968755728 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16954] ppid=16937 vsize=9624980 CPUtime=0.38 cores=1,3,5,7
/proc/16939/task/16954/stat : 16954 (java) S 16937 16939 14287 0 -1 4202560 4370 0 0 0 38 0 0 0 20 0 19 0 291546962 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140725967702072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16955] ppid=16937 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/16939/task/16955/stat : 16955 (java) S 16937 16939 14287 0 -1 4202560 2821 0 0 0 23 0 0 0 20 0 19 0 291546962 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140725966649528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16956] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16956/stat : 16956 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140725965597176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16957] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16957/stat : 16957 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140725964544840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16958] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16958/stat : 16958 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291546974 9855979520 13195 33554432000 1073741824 1073778376 140735005137184 140725963490600 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9624980

[startup+6.30069 s]
/proc/loadavg: 2.33 2.10 2.03 3/214 16958
/proc/meminfo: memFree=30772696/32873844 swapFree=7632/7632
[pid=16939] ppid=16937 vsize=9624980 CPUtime=7.79 cores=1,3,5,7
/proc/16939/stat : 16939 (java) S 16937 16939 14287 0 -1 4202496 20103 0 1 0 773 6 0 0 20 0 19 0 291546954 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140735005128320 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16939/statm: 2406245 17039 2274 9 0 2396937 0
[pid=16939/tid=16941] ppid=16937 vsize=9624980 CPUtime=5.98 cores=1,3,5,7
/proc/16939/task/16941/stat : 16941 (java) R 16937 16939 14287 0 -1 4202560 2537 0 1 0 597 1 0 0 20 0 19 0 291546956 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140726147756320 140726087905936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16942] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16942/stat : 16942 (java) S 16937 16939 14287 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140726086486696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16943] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16943/stat : 16943 (java) S 16937 16939 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140726085434152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16939/tid=16944] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16944/stat : 16944 (java) S 16937 16939 14287 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140726084381608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16945] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16945/stat : 16945 (java) S 16937 16939 14287 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140726083329064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16939/tid=16946] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16946/stat : 16946 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140726082275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16947] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16947/stat : 16947 (java) S 16937 16939 14287 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140726081222952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16948] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16948/stat : 16948 (java) S 16937 16939 14287 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140725985163688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16949] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16949/stat : 16949 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291546957 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140725984111144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16950] ppid=16937 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/16939/task/16950/stat : 16950 (java) S 16937 16939 14287 0 -1 4202560 31 0 0 0 19 0 0 0 20 0 19 0 291546958 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140725971913320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16951] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16951/stat : 16951 (java) S 16937 16939 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140725970859640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16952] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16952/stat : 16952 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140725969806984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16953] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16953/stat : 16953 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140725968755728 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16954] ppid=16937 vsize=9624980 CPUtime=0.5 cores=1,3,5,7
/proc/16939/task/16954/stat : 16954 (java) S 16937 16939 14287 0 -1 4202560 4459 0 0 0 50 0 0 0 20 0 19 0 291546962 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140725967702072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16955] ppid=16937 vsize=9624980 CPUtime=0.94 cores=1,3,5,7
/proc/16939/task/16955/stat : 16955 (java) S 16937 16939 14287 0 -1 4202560 11842 0 0 0 91 3 0 0 20 0 19 0 291546962 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140725966649528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16956] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16956/stat : 16956 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140725965597176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16957] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16957/stat : 16957 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140725964544840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16958] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16958/stat : 16958 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291546974 9855979520 17039 33554432000 1073741824 1073778376 140735005137184 140725963490600 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/16939/task/16943/stat : 16943 (java) S 16937 16939 14287 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140726085434152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16939/tid=16944] ppid=16937 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16939/task/16944/stat : 16944 (java) S 16937 16939 14287 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291546957 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140726084381608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16945] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16945/stat : 16945 (java) S 16937 16939 14287 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140726083329064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16946] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16946/stat : 16946 (java) S 16937 16939 14287 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140726082275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16947] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16947/stat : 16947 (java) S 16937 16939 14287 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140726081222952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16948] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16948/stat : 16948 (java) S 16937 16939 14287 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140725985163688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16949] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16949/stat : 16949 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140725984111144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16950] ppid=16937 vsize=9624980 CPUtime=0.46 cores=1,3,5,7
/proc/16939/task/16950/stat : 16950 (java) S 16937 16939 14287 0 -1 4202560 31 0 0 0 46 0 0 0 20 0 19 0 291546958 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140725971913320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16951] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16951/stat : 16951 (java) S 16937 16939 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140725970859640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16952] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16952/stat : 16952 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140725969806984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16953] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16953/stat : 16953 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140725968755728 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16954] ppid=16937 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/16939/task/16954/stat : 16954 (java) S 16937 16939 14287 0 -1 4202560 4459 0 0 0 51 0 0 0 20 0 19 0 291546962 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140725967702072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16955] ppid=16937 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/16939/task/16955/stat : 16955 (java) S 16937 16939 14287 0 -1 4202560 11848 0 0 0 93 3 0 0 20 0 19 0 291546962 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140725966649528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16956] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16956/stat : 16956 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140725965597176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16957] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16957/stat : 16957 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140725964544840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16958] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16958/stat : 16958 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291546974 9855979520 16670 33554432000 1073741824 1073778376 140735005137184 140725963490600 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.28
Current children cumulated vsize (KiB) 9624980

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

[startup+13.5008 s]
/proc/loadavg: 2.31 2.09 2.02 4/214 16958
/proc/meminfo: memFree=30773696/32873844 swapFree=7632/7632
[pid=16939] ppid=16937 vsize=9624980 CPUtime=15.09 cores=1,3,5,7
/proc/16939/stat : 16939 (java) S 16937 16939 14287 0 -1 4202496 20145 0 1 0 1503 6 0 0 20 0 19 0 291546954 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140735005128320 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16939/statm: 2406245 16671 2274 9 0 2396937 0
[pid=16939/tid=16941] ppid=16937 vsize=9624980 CPUtime=12.8 cores=1,3,5,7
/proc/16939/task/16941/stat : 16941 (java) R 16937 16939 14287 0 -1 4202560 2563 0 1 0 1279 1 0 0 20 0 19 0 291546956 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140726147756440 140726087883676 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16942] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16942/stat : 16942 (java) S 16937 16939 14287 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140726086486696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16943] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16943/stat : 16943 (java) S 16937 16939 14287 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140726085434152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16939/tid=16944] ppid=16937 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16939/task/16944/stat : 16944 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291546957 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140726084381608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16945] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16945/stat : 16945 (java) S 16937 16939 14287 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140726083329064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16946] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16946/stat : 16946 (java) S 16937 16939 14287 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140726082275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16947] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16947/stat : 16947 (java) S 16937 16939 14287 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140726081222952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16948] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16948/stat : 16948 (java) S 16937 16939 14287 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140725985163688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16949] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16949/stat : 16949 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140725984111144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16950] ppid=16937 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/16939/task/16950/stat : 16950 (java) S 16937 16939 14287 0 -1 4202560 31 0 0 0 49 0 0 0 20 0 19 0 291546958 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140725971913320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16951] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16951/stat : 16951 (java) S 16937 16939 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140725970859640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16952] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16952/stat : 16952 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140725969806984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16953] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16953/stat : 16953 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140725968755728 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16954] ppid=16937 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/16939/task/16954/stat : 16954 (java) S 16937 16939 14287 0 -1 4202560 4459 0 0 0 51 0 0 0 20 0 19 0 291546962 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140725967702072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16955] ppid=16937 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/16939/task/16955/stat : 16955 (java) S 16937 16939 14287 0 -1 4202560 11848 0 0 0 93 3 0 0 20 0 19 0 291546962 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140725966649528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16956] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16956/stat : 16956 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140725965597176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16957] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16957/stat : 16957 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140725964544840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16958] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16958/stat : 16958 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291546974 9855979520 16671 33554432000 1073741824 1073778376 140735005137184 140725963490600 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.09
Current children cumulated vsize (KiB) 9624980

[startup+14.3075 s]
/proc/loadavg: 2.28 2.09 2.02 3/214 16958
/proc/meminfo: memFree=30773828/32873844 swapFree=7632/7632
[pid=16939] ppid=16937 vsize=9624980 CPUtime=15.91 cores=1,3,5,7
/proc/16939/stat : 16939 (java) S 16937 16939 14287 0 -1 4202496 20153 0 1 0 1585 6 0 0 20 0 19 0 291546954 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140735005128320 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16939/statm: 2406245 16676 2274 9 0 2396937 0
[pid=16939/tid=16941] ppid=16937 vsize=9624980 CPUtime=13.57 cores=1,3,5,7
/proc/16939/task/16941/stat : 16941 (java) R 16937 16939 14287 0 -1 4202560 2566 0 1 0 1356 1 0 0 20 0 19 0 291546956 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140726147756440 140726087943344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16942] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16942/stat : 16942 (java) S 16937 16939 14287 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140726086486696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16943] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16943/stat : 16943 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140726085434152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16939/tid=16944] ppid=16937 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16939/task/16944/stat : 16944 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291546957 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140726084381608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16945] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16945/stat : 16945 (java) S 16937 16939 14287 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140726083329064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16946] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16946/stat : 16946 (java) S 16937 16939 14287 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140726082275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16947] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16947/stat : 16947 (java) S 16937 16939 14287 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140726081222952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16939/tid=16948] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16948/stat : 16948 (java) S 16937 16939 14287 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140725985163688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16949] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16949/stat : 16949 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140725984111144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16950] ppid=16937 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/16939/task/16950/stat : 16950 (java) S 16937 16939 14287 0 -1 4202560 31 0 0 0 52 0 0 0 20 0 19 0 291546958 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140725971913320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16951] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16951/stat : 16951 (java) S 16937 16939 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140725970859640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16952] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16952/stat : 16952 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140725969806984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16953] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16953/stat : 16953 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140725968755728 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16954] ppid=16937 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/16939/task/16954/stat : 16954 (java) S 16937 16939 14287 0 -1 4202560 4459 0 0 0 51 0 0 0 20 0 19 0 291546962 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140725967702072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16955] ppid=16937 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/16939/task/16955/stat : 16955 (java) S 16937 16939 14287 0 -1 4202560 11848 0 0 0 93 3 0 0 20 0 19 0 291546962 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140725966649528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16956] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16956/stat : 16956 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140725965597176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16957] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16957/stat : 16957 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140725964544840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16958] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16958/stat : 16958 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291546974 9855979520 16676 33554432000 1073741824 1073778376 140735005137184 140725963490600 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.91
Current children cumulated vsize (KiB) 9624980

[startup+14.7008 s]
/proc/loadavg: 2.28 2.09 2.02 3/214 16958
/proc/meminfo: memFree=30773828/32873844 swapFree=7632/7632
[pid=16939] ppid=16937 vsize=9624980 CPUtime=16.32 cores=1,3,5,7
/proc/16939/stat : 16939 (java) S 16937 16939 14287 0 -1 4202496 20155 0 1 0 1626 6 0 0 20 0 19 0 291546954 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140735005128320 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16939/statm: 2406245 16677 2274 9 0 2396937 0
[pid=16939/tid=16941] ppid=16937 vsize=9624980 CPUtime=13.94 cores=1,3,5,7
/proc/16939/task/16941/stat : 16941 (java) R 16937 16939 14287 0 -1 4202560 2567 0 1 0 1393 1 0 0 20 0 19 0 291546956 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140726147756440 140726087863326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16942] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16942/stat : 16942 (java) S 16937 16939 14287 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140726086486696 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16943] ppid=16937 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16939/task/16943/stat : 16943 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291546957 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140726085434152 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16939/tid=16944] ppid=16937 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16939/task/16944/stat : 16944 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291546957 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140726084381608 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16945] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16945/stat : 16945 (java) S 16937 16939 14287 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140726083329064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16946] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16946/stat : 16946 (java) S 16937 16939 14287 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140726082275496 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16947] ppid=16937 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16939/task/16947/stat : 16947 (java) S 16937 16939 14287 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291546957 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140726081222952 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16939/tid=16948] ppid=16937 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16939/task/16948/stat : 16948 (java) S 16937 16939 14287 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291546957 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140725985163688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16949] ppid=16937 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16939/task/16949/stat : 16949 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291546957 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140725984111144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16950] ppid=16937 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/16939/task/16950/stat : 16950 (java) S 16937 16939 14287 0 -1 4202560 31 0 0 0 53 0 0 0 20 0 19 0 291546958 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140725971913320 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16951] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16951/stat : 16951 (java) S 16937 16939 14287 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140725970859640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16952] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16952/stat : 16952 (java) S 16937 16939 14287 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291546959 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140725969806984 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16953] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16953/stat : 16953 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140725968755728 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16954] ppid=16937 vsize=9624980 CPUtime=0.51 cores=1,3,5,7
/proc/16939/task/16954/stat : 16954 (java) S 16937 16939 14287 0 -1 4202560 4459 0 0 0 51 0 0 0 20 0 19 0 291546962 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140725967702072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16939/tid=16955] ppid=16937 vsize=9624980 CPUtime=0.96 cores=1,3,5,7
/proc/16939/task/16955/stat : 16955 (java) S 16937 16939 14287 0 -1 4202560 11848 0 0 0 93 3 0 0 20 0 19 0 291546962 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140725966649528 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16956] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16956/stat : 16956 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140725965597176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16939/tid=16957] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16957/stat : 16957 (java) S 16937 16939 14287 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291546962 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140725964544840 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16939/tid=16958] ppid=16937 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16939/task/16958/stat : 16958 (java) S 16937 16939 14287 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291546974 9855979520 16677 33554432000 1073741824 1073778376 140735005137184 140725963490600 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 16.32
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 14.7306
CPU time (s): 16.3935
CPU user time (s): 16.2295
CPU system time (s): 0.163975
CPU usage (%): 111.289
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.2295
system time used= 0.163975
maximum resident set size= 70344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20172
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= 1927
involuntary context switches= 1318

runsolver used 0.058991 second user time and 0.139978 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-29 03:16:54
IDJOB=3718439
IDBENCH=79232
IDSOLVER=2301
FILE ID=node130/3718439-1338254214
RUNJOBID= node130-1338248781-16336
PBS_JOBID= 14624629
Free space on /tmp= 71472 MiB

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

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

MD5SUM BENCH= d4e6776e3ea6e9cf4cf1ebaa2f1d5c78
RANDOM SEED=320384417

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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		: 2666.875
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.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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		: 2666.875
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.875
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		: 2666.875
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	: 5228.98
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30833664 kB
Buffers:          303372 kB
Cached:           127008 kB
SwapCached:         4176 kB
Active:          1167832 kB
Inactive:          37436 kB
Active(anon):     766104 kB
Inactive(anon):     9116 kB
Active(file):     401728 kB
Inactive(file):    28320 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67099920 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:        791580 kB
Mapped:            17572 kB
Shmem:                 8 kB
Slab:             692900 kB
SReclaimable:     134628 kB
SUnreclaim:       558272 kB
KernelStack:        1768 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1221360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    763904 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= 71472 MiB
End job on node130 at 2012-05-29 03:17:08