Trace number 3718113

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28OPTIMUM 13.6819 12.6981

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967142--soft-33-100-0.wbo
MD5SUMfa579923f1914e3dd4bd69a6764b2913
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 benchmark0.835872
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1145
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120528
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3718113-1338251656.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     233
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.11/0.16	c ignored satisfied constraints => 1
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.11/0.16	c 102 constraints processed.
0.11/0.16	c objective function length is 64 literals
0.28/0.23	c SATISFIABLE
0.28/0.23	c OPTIMIZING...
0.28/0.23	c Got one! Elapsed wall clock time (in seconds):0.121
0.28/0.23	o 684
0.28/0.24	c Got one! Elapsed wall clock time (in seconds):0.139
0.28/0.24	o 643
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.155
0.28/0.26	o 612
0.28/0.26	c Got one! Elapsed wall clock time (in seconds):0.16
0.28/0.26	o 591
0.28/0.27	c Got one! Elapsed wall clock time (in seconds):0.169
0.28/0.27	o 572
0.28/0.28	c Got one! Elapsed wall clock time (in seconds):0.18
0.28/0.28	o 567
0.28/0.29	c Got one! Elapsed wall clock time (in seconds):0.187
0.28/0.29	o 549
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.194
0.56/0.30	o 540
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.203
0.56/0.31	o 523
0.56/0.32	c Got one! Elapsed wall clock time (in seconds):0.219
0.56/0.32	o 477
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.225
0.56/0.33	o 474
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.231
0.56/0.34	o 464
0.56/0.36	c Got one! Elapsed wall clock time (in seconds):0.255
0.56/0.36	o 450
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.276
0.56/0.38	o 443
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.29
0.56/0.39	o 442
0.71/0.41	c Got one! Elapsed wall clock time (in seconds):0.304
0.71/0.41	o 429
0.71/0.42	c Got one! Elapsed wall clock time (in seconds):0.319
0.71/0.42	o 416
0.71/0.45	c Got one! Elapsed wall clock time (in seconds):0.344
0.71/0.45	o 398
0.71/0.46	c Got one! Elapsed wall clock time (in seconds):0.351
0.71/0.46	o 366
0.71/0.46	c Got one! Elapsed wall clock time (in seconds):0.359
0.71/0.46	o 336
0.71/0.48	c Got one! Elapsed wall clock time (in seconds):0.371
0.71/0.48	o 320
0.86/0.51	c Got one! Elapsed wall clock time (in seconds):0.401
0.86/0.51	o 313
0.86/0.52	c Got one! Elapsed wall clock time (in seconds):0.416
0.86/0.52	o 295
0.86/0.57	c Got one! Elapsed wall clock time (in seconds):0.464
0.86/0.57	o 289
0.86/0.59	c Got one! Elapsed wall clock time (in seconds):0.483
0.86/0.59	o 284
0.96/0.62	c Got one! Elapsed wall clock time (in seconds):0.519
0.96/0.62	o 275
0.96/0.66	c Got one! Elapsed wall clock time (in seconds):0.554
0.96/0.66	o 268
1.09/0.71	c Got one! Elapsed wall clock time (in seconds):0.61
1.09/0.71	o 257
1.09/0.72	c Got one! Elapsed wall clock time (in seconds):0.616
1.09/0.72	o 256
1.09/0.73	c Got one! Elapsed wall clock time (in seconds):0.623
1.09/0.73	o 242
1.09/0.80	c cleaning 7346 clauses out of 14695 with flag 3492/14695
1.23/0.81	c Got one! Elapsed wall clock time (in seconds):0.708
1.23/0.81	o 226
1.23/0.86	c Got one! Elapsed wall clock time (in seconds):0.76
1.23/0.86	o 225
1.34/0.93	c Got one! Elapsed wall clock time (in seconds):0.821
1.34/0.93	o 224
1.44/1.02	c Got one! Elapsed wall clock time (in seconds):0.913
1.44/1.02	o 211
1.44/1.03	c Got one! Elapsed wall clock time (in seconds):0.926
1.44/1.03	o 201
1.44/1.06	c Got one! Elapsed wall clock time (in seconds):0.955
1.44/1.06	o 192
1.44/1.09	c Got one! Elapsed wall clock time (in seconds):0.985
1.44/1.09	o 188
1.55/1.14	c cleaning 8296 clauses out of 16594 with flag 4794/23940
1.55/1.19	c Got one! Elapsed wall clock time (in seconds):1.082
1.55/1.19	o 176
1.70/1.22	c Got one! Elapsed wall clock time (in seconds):1.112
1.70/1.22	o 172
1.83/1.35	c cleaning 7287 clauses out of 14579 with flag 17052/30221
1.95/1.44	c Got one! Elapsed wall clock time (in seconds):1.336
1.95/1.44	o 164
2.05/1.51	c Got one! Elapsed wall clock time (in seconds):1.404
2.05/1.51	o 154
2.05/1.58	c cleaning 7008 clauses out of 14020 with flag 8991/36949
2.26/1.79	c cleaning 6503 clauses out of 13014 with flag 33332/42951
2.36/1.82	c Got one! Elapsed wall clock time (in seconds):1.717
2.36/1.82	o 144
2.46/1.99	c cleaning 6075 clauses out of 12160 with flag 24071/48600
2.56/2.03	c Got one! Elapsed wall clock time (in seconds):1.924
2.56/2.03	o 135
2.56/2.05	c Got one! Elapsed wall clock time (in seconds):1.941
2.56/2.05	o 123
2.56/2.07	c Got one! Elapsed wall clock time (in seconds):1.961
2.56/2.07	o 118
2.78/2.19	c Got one! Elapsed wall clock time (in seconds):2.087
2.78/2.19	o 106
2.93/2.27	c cleaning 6937 clauses out of 13902 with flag 10121/56417
3.13/2.42	c Got one! Elapsed wall clock time (in seconds):2.317
3.13/2.42	o 99
3.13/2.46	c cleaning 6342 clauses out of 12698 with flag 4876/62150
3.33/2.60	c Got one! Elapsed wall clock time (in seconds):2.496
3.33/2.60	o 97
3.33/2.64	c cleaning 5961 clauses out of 11947 with flag 5067/67741
3.53/2.82	c cleaning 5979 clauses out of 11985 with flag 32537/73740
3.53/2.87	c Got one! Elapsed wall clock time (in seconds):2.764
3.53/2.87	o 95
3.53/2.88	c Got one! Elapsed wall clock time (in seconds):2.777
3.53/2.88	o 91
3.64/2.91	c Got one! Elapsed wall clock time (in seconds):2.81
3.64/2.91	o 81
3.64/2.94	c Got one! Elapsed wall clock time (in seconds):2.831
3.64/2.94	o 79
3.74/3.03	c cleaning 6195 clauses out of 12406 with flag 12935/80140
3.74/3.09	c Got one! Elapsed wall clock time (in seconds):2.988
3.74/3.09	o 77
3.95/3.23	c cleaning 5964 clauses out of 11949 with flag 20827/85878
3.95/3.26	c Got one! Elapsed wall clock time (in seconds):3.151
3.95/3.26	o 75
4.17/3.43	c cleaning 5775 clauses out of 11574 with flag 27233/91467
4.17/3.47	c Got one! Elapsed wall clock time (in seconds):3.366
4.17/3.47	o 73
4.37/3.61	c cleaning 5401 clauses out of 10841 with flag 21706/96509
4.57/3.81	c cleaning 5709 clauses out of 11439 with flag 50749/102508
4.57/3.83	c Got one! Elapsed wall clock time (in seconds):3.724
4.57/3.83	o 72
4.77/4.01	c cleaning 5600 clauses out of 11213 with flag 28335/107991
4.98/4.21	c Got one! Elapsed wall clock time (in seconds):4.104
4.98/4.21	o 67
4.98/4.23	c Got one! Elapsed wall clock time (in seconds):4.126
4.98/4.23	o 60
5.08/4.33	c Got one! Elapsed wall clock time (in seconds):4.226
5.08/4.33	o 59
5.19/4.40	c Got one! Elapsed wall clock time (in seconds):4.3
5.19/4.40	o 50
5.29/4.50	c cleaning 9527 clauses out of 19066 with flag 11163/121444
5.49/4.73	c cleaning 7768 clauses out of 15536 with flag 39469/127441
5.59/4.80	c Got one! Elapsed wall clock time (in seconds):4.698
5.59/4.80	o 42
5.69/4.91	c cleaning 6585 clauses out of 13174 with flag 15073/132847
5.69/4.92	c Got one! Elapsed wall clock time (in seconds):4.82
5.69/4.92	o 38
5.89/5.10	c cleaning 5901 clauses out of 11823 with flag 28931/138081
6.00/5.20	c Got one! Elapsed wall clock time (in seconds):5.1
6.00/5.20	o 33
6.00/5.29	c cleaning 5470 clauses out of 10973 with flag 11721/143132
6.21/5.50	c cleaning 5741 clauses out of 11501 with flag 44509/149130
6.50/5.73	c cleaning 6376 clauses out of 12760 with flag 79947/156130
6.50/5.75	c Got one! Elapsed wall clock time (in seconds):5.65
6.50/5.75	o 31
6.70/5.95	c cleaning 5958 clauses out of 11940 with flag 30556/161686
6.91/6.18	c cleaning 5974 clauses out of 11980 with flag 66239/167684
7.11/6.35	c Got one! Elapsed wall clock time (in seconds):6.247
7.11/6.35	o 29
7.11/6.38	c Got one! Elapsed wall clock time (in seconds):6.276
7.11/6.38	o 23
7.31/6.51	c Got one! Elapsed wall clock time (in seconds):6.409
7.31/6.51	o 22
7.41/6.61	c cleaning 8939 clauses out of 17881 with flag 12634/179559
7.41/6.68	c Got one! Elapsed wall clock time (in seconds):6.576
7.41/6.68	o 9
7.62/6.84	c cleaning 7318 clauses out of 14643 with flag 24193/185260
7.82/7.06	c cleaning 6660 clauses out of 13322 with flag 57497/191258
7.94/7.19	c Got one! Elapsed wall clock time (in seconds):7.082
7.94/7.19	o 8
8.04/7.27	c cleaning 6220 clauses out of 12454 with flag 12432/197051
8.25/7.49	c Got one! Elapsed wall clock time (in seconds):7.386
8.25/7.49	o 6
8.47/7.70	c cleaning 8598 clauses out of 17223 with flag 29765/208040
8.77/7.95	c cleaning 7303 clauses out of 14625 with flag 66155/214040
8.87/8.01	c Got one! Elapsed wall clock time (in seconds):7.903
8.87/8.01	o 3
8.98/8.17	c cleaning 6349 clauses out of 12718 with flag 26062/219436
9.27/8.40	c cleaning 6178 clauses out of 12372 with flag 62873/225439
9.48/8.67	c cleaning 6568 clauses out of 13191 with flag 104545/232436
9.78/8.96	c cleaning 7312 clauses out of 14625 with flag 147827/240439
9.98/9.10	c Got one! Elapsed wall clock time (in seconds):8.995
9.98/9.10	o 2
9.98/9.14	c cleaning 6150 clauses out of 12316 with flag 6744/245443
10.19/9.37	c cleaning 6068 clauses out of 12166 with flag 43579/251443
10.49/9.63	c cleaning 6545 clauses out of 13100 with flag 85591/258445
10.80/9.96	c cleaning 7264 clauses out of 14554 with flag 135388/266444
11.19/10.32	c cleaning 8143 clauses out of 16288 with flag 188135/275443
11.60/10.77	c cleaning 9067 clauses out of 18145 with flag 248933/285444
12.10/11.23	c cleaning 10038 clauses out of 20075 with flag 312809/296444
12.60/11.73	c cleaning 11006 clauses out of 22029 with flag 382631/308443
13.20/12.35	c cleaning 12005 clauses out of 24017 with flag 464194/321444
13.50/12.69	c starts		: 203
13.50/12.69	c conflicts		: 329166
13.50/12.69	c decisions		: 475487
13.50/12.69	c propagations		: 6730601
13.50/12.69	c inspects		: 110052947
13.50/12.69	c shortcuts		: 0
13.50/12.69	c learnt literals	: 38
13.50/12.69	c learnt binary clauses	: 4
13.50/12.69	c learnt ternary clauses	: 246
13.50/12.69	c learnt constraints	: 329127
13.50/12.69	c ignored constraints	: 0
13.50/12.69	c root simplifications	: 0
13.50/12.69	c removed literals (reason simplification)	: 0
13.50/12.69	c reason swapping (by a shorter reason)	: 0
13.50/12.69	c Calls to reduceDB	: 44
13.50/12.69	c Number of update (reduction) of LBD	: 88028
13.50/12.69	c number of reductions to clauses (during analyze)	: 0
13.50/12.69	c number of learned constraints concerned by reduction	: 0
13.50/12.69	c number of learning phase by resolution	: 0
13.50/12.69	c number of learning phase by cutting planes	: 0
13.50/12.69	c speed (assignments/second)	: 537287.5389159416
13.50/12.69	c non guided choices	2942
13.50/12.69	c learnt constraints type 
13.50/12.69	c constraints type 
13.50/12.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
13.50/12.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
13.50/12.69	c ignored satisfied constraints => 1
13.50/12.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
13.50/12.69	c 102 constraints processed.
13.50/12.69	s OPTIMUM FOUND
13.50/12.69	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 
13.50/12.69	c objective function=2
13.50/12.69	c Total wall clock time (in seconds): 12.587

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-3718113-1338251656/watcher-3718113-1338251656 -o /tmp/evaluation-result-3718113-1338251656/solver-3718113-1338251656 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718113-1338251656.wbo 

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

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


[startup+0 s]
/proc/loadavg: 1.23 1.44 1.75 2/194 13188
/proc/meminfo: memFree=29565072/32873648 swapFree=7368/7368
[pid=13188] ppid=13186 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/13188/stat : 13188 (java) R 13186 13188 13069 0 -1 4202496 991 0 0 0 0 0 0 0 20 0 1 0 291289727 23793664 718 33554432000 1073741824 1073778376 140736408932064 140736408921128 251043820904 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13188/statm: 5809 727 539 9 0 128 0

[startup+0.0657289 s]
/proc/loadavg: 1.23 1.44 1.75 2/194 13188
/proc/meminfo: memFree=29565072/32873648 swapFree=7368/7368
[pid=13188] ppid=13186 vsize=9558416 CPUtime=0.05 cores=0,2,4,6
/proc/13188/stat : 13188 (java) S 13186 13188 13069 0 -1 4202496 3338 0 1 0 5 0 0 0 20 0 18 0 291289727 9787817984 4035 33554432000 1073741824 1073778376 140736408932064 140736408923200 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13188/statm: 2389604 4035 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558416

[startup+0.100255 s]
/proc/loadavg: 1.23 1.44 1.75 2/194 13188
/proc/meminfo: memFree=29565072/32873648 swapFree=7368/7368
[pid=13188] ppid=13186 vsize=9558416 CPUtime=0.11 cores=0,2,4,6
/proc/13188/stat : 13188 (java) S 13186 13188 13069 0 -1 4202496 4443 0 1 0 10 1 0 0 20 0 18 0 291289727 9787817984 5642 33554432000 1073741824 1073778376 140736408932064 140736408923200 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13188/statm: 2389604 5642 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.300216 s]
/proc/loadavg: 1.23 1.44 1.75 2/194 13188
/proc/meminfo: memFree=29565072/32873648 swapFree=7368/7368
[pid=13188] ppid=13186 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/13188/stat : 13188 (java) S 13186 13188 13069 0 -1 4202496 7129 0 1 0 54 2 0 0 20 0 19 0 291289727 9855979520 7711 33554432000 1073741824 1073778376 140736408932064 140736408923200 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13188/statm: 2406245 7711 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9624980

[startup+0.700196 s]
/proc/loadavg: 1.23 1.44 1.75 2/194 13188
/proc/meminfo: memFree=29565072/32873648 swapFree=7368/7368
[pid=13188] ppid=13186 vsize=9624980 CPUtime=1.09 cores=0,2,4,6
/proc/13188/stat : 13188 (java) S 13186 13188 13069 0 -1 4202496 7563 0 1 0 107 2 0 0 20 0 19 0 291289727 9855979520 8789 33554432000 1073741824 1073778376 140736408932064 140736408923200 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13188/statm: 2406245 8789 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9624980

[startup+1.50064 s]
/proc/loadavg: 1.45 1.48 1.76 3/213 13207
/proc/meminfo: memFree=29529768/32873648 swapFree=7368/7368
[pid=13188] ppid=13186 vsize=9624980 CPUtime=2.05 cores=0,2,4,6
/proc/13188/stat : 13188 (java) S 13186 13188 13069 0 -1 4202496 9011 0 1 0 203 2 0 0 20 0 19 0 291289727 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140736408923200 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13188/statm: 2406245 11978 2270 9 0 2396937 0
[pid=13188/tid=13190] ppid=13186 vsize=9624980 CPUtime=1.44 cores=0,2,4,6
/proc/13188/task/13190/stat : 13190 (java) R 13186 13188 13069 0 -1 4202560 2515 0 1 0 144 0 0 0 20 0 19 0 291289727 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382752326080 140382625067646 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13191] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13191/stat : 13191 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382596229672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13192] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13192/stat : 13192 (java) S 13186 13188 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382595176872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13193] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13193/stat : 13193 (java) S 13186 13188 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382594124072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13194] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13194/stat : 13194 (java) S 13186 13188 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382593071272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13195] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13195/stat : 13195 (java) S 13186 13188 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382592019496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13196] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13196/stat : 13196 (java) S 13186 13188 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382590966696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13197] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13197/stat : 13197 (java) S 13186 13188 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382589913896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13198] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13198/stat : 13198 (java) S 13186 13188 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382588861096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13199] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13199/stat : 13199 (java) S 13186 13188 13069 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 291289729 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382576663016 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13200] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13200/stat : 13200 (java) S 13186 13188 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382575609080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13201] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13201/stat : 13201 (java) S 13186 13188 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382574556168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13202] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13202/stat : 13202 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382573504656 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13203] ppid=13186 vsize=9624980 CPUtime=0.31 cores=0,2,4,6
/proc/13188/task/13203/stat : 13203 (java) S 13186 13188 13069 0 -1 4202560 3282 0 0 0 30 1 0 0 20 0 19 0 291289732 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382572452792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13204] ppid=13186 vsize=9624980 CPUtime=0.22 cores=0,2,4,6
/proc/13188/task/13204/stat : 13204 (java) S 13186 13188 13069 0 -1 4202560 1960 0 0 0 22 0 0 0 20 0 19 0 291289732 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382571399992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13205] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13205/stat : 13205 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382570347384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13206] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13206/stat : 13206 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382569294792 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13207] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13207/stat : 13207 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291289744 9855979520 11978 33554432000 1073741824 1073778376 140736408932064 140382568203432 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9624980

[startup+3.10066 s]
/proc/loadavg: 1.45 1.48 1.76 4/213 13207
/proc/meminfo: memFree=29515192/32873648 swapFree=7368/7368
[pid=13188] ppid=13186 vsize=9624980 CPUtime=3.84 cores=0,2,4,6
/proc/13188/stat : 13188 (java) S 13186 13188 13069 0 -1 4202496 12695 0 1 0 381 3 0 0 20 0 19 0 291289727 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140736408923200 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13188/statm: 2406245 13452 2270 9 0 2396937 0
[pid=13188/tid=13190] ppid=13186 vsize=9624980 CPUtime=2.95 cores=0,2,4,6
/proc/13188/task/13190/stat : 13190 (java) R 13186 13188 13069 0 -1 4202560 2523 0 1 0 295 0 0 0 20 0 19 0 291289727 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382752334216 140382625037948 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13191] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13191/stat : 13191 (java) S 13186 13188 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382596229672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13192] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13192/stat : 13192 (java) S 13186 13188 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382595176872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13193] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13193/stat : 13193 (java) S 13186 13188 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382594124072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13194] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13194/stat : 13194 (java) S 13186 13188 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382593071272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13195] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13195/stat : 13195 (java) S 13186 13188 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382592019496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13196] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13196/stat : 13196 (java) S 13186 13188 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382590966696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13197] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13197/stat : 13197 (java) S 13186 13188 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382589913896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13198] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13198/stat : 13198 (java) S 13186 13188 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382588861096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13199] ppid=13186 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/13188/task/13199/stat : 13199 (java) S 13186 13188 13069 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 291289729 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382576663016 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13200] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13200/stat : 13200 (java) S 13186 13188 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382575609080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13201] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13201/stat : 13201 (java) S 13186 13188 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382574556168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13202] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13202/stat : 13202 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382573504656 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13203] ppid=13186 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/13188/task/13203/stat : 13203 (java) S 13186 13188 13069 0 -1 4202560 4047 0 0 0 34 1 0 0 20 0 19 0 291289732 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382572452792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13204] ppid=13186 vsize=9624980 CPUtime=0.34 cores=0,2,4,6
/proc/13188/task/13204/stat : 13204 (java) S 13186 13188 13069 0 -1 4202560 4862 0 0 0 34 0 0 0 20 0 19 0 291289732 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382571399992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13205] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13205/stat : 13205 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382570347384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13206] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13206/stat : 13206 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382569294792 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13207] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13207/stat : 13207 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291289744 9855979520 13452 33554432000 1073741824 1073778376 140736408932064 140382568203432 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9624980

[startup+6.30074 s]
/proc/loadavg: 1.50 1.49 1.76 3/213 13207
/proc/meminfo: memFree=29520160/32873648 swapFree=7368/7368
[pid=13188] ppid=13186 vsize=9624980 CPUtime=7.11 cores=0,2,4,6
/proc/13188/stat : 13188 (java) S 13186 13188 13069 0 -1 4202496 12746 0 1 0 708 3 0 0 20 0 19 0 291289727 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140736408923200 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13188/statm: 2406245 12386 2271 9 0 2396937 0
[pid=13188/tid=13190] ppid=13186 vsize=9624980 CPUtime=6.01 cores=0,2,4,6
/proc/13188/task/13190/stat : 13190 (java) R 13186 13188 13069 0 -1 4202560 2538 0 1 0 601 0 0 0 20 0 19 0 291289727 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382752334216 140382625094197 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13191] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13191/stat : 13191 (java) S 13186 13188 13069 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382596229672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13192] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13192/stat : 13192 (java) S 13186 13188 13069 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382595176872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13193] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13193/stat : 13193 (java) S 13186 13188 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382594124072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13194] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13194/stat : 13194 (java) S 13186 13188 13069 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382593071272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13195] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13195/stat : 13195 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382592019496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13196] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13196/stat : 13196 (java) S 13186 13188 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382590966696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13197] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13197/stat : 13197 (java) S 13186 13188 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382589913896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13198] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13198/stat : 13198 (java) S 13186 13188 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291289728 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382588861096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13199] ppid=13186 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/13188/task/13199/stat : 13199 (java) S 13186 13188 13069 0 -1 4202560 31 0 0 0 20 0 0 0 20 0 19 0 291289729 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382576663016 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13200] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13200/stat : 13200 (java) S 13186 13188 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382575609080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13201] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13201/stat : 13201 (java) S 13186 13188 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382574556168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13202] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13202/stat : 13202 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382573504656 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13203] ppid=13186 vsize=9624980 CPUtime=0.36 cores=0,2,4,6
/proc/13188/task/13203/stat : 13203 (java) S 13186 13188 13069 0 -1 4202560 4053 0 0 0 34 2 0 0 20 0 19 0 291289732 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382572452792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13204] ppid=13186 vsize=9624980 CPUtime=0.37 cores=0,2,4,6
/proc/13188/task/13204/stat : 13204 (java) S 13186 13188 13069 0 -1 4202560 4887 0 0 0 37 0 0 0 20 0 19 0 291289732 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382571399992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13205] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13205/stat : 13205 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382570347384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13206] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13206/stat : 13206 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382569294792 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13207] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13207/stat : 13207 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291289744 9855979520 12386 33554432000 1073741824 1073778376 140736408932064 140382568203432 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9624980

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

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

/proc/13188/task/13191/stat : 13191 (java) S 13186 13188 13069 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382596229672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13192] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13192/stat : 13192 (java) S 13186 13188 13069 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382595176872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13193] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13193/stat : 13193 (java) S 13186 13188 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382594124072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13194] ppid=13186 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13188/task/13194/stat : 13194 (java) S 13186 13188 13069 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382593071272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13195] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13195/stat : 13195 (java) S 13186 13188 13069 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382592019496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13196] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13196/stat : 13196 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382590966696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13197] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13197/stat : 13197 (java) S 13186 13188 13069 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382589913896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13198] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13198/stat : 13198 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382588861096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13199] ppid=13186 vsize=9624980 CPUtime=0.36 cores=0,2,4,6
/proc/13188/task/13199/stat : 13199 (java) S 13186 13188 13069 0 -1 4202560 31 0 0 0 36 0 0 0 20 0 19 0 291289729 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382576663016 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13200] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13200/stat : 13200 (java) S 13186 13188 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382575609080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13201] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13201/stat : 13201 (java) S 13186 13188 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382574556168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13202] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13202/stat : 13202 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382573504656 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13203] ppid=13186 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/13188/task/13203/stat : 13203 (java) S 13186 13188 13069 0 -1 4202560 4058 0 0 0 38 2 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382572452792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13204] ppid=13186 vsize=9624980 CPUtime=0.37 cores=0,2,4,6
/proc/13188/task/13204/stat : 13204 (java) S 13186 13188 13069 0 -1 4202560 4887 0 0 0 37 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382571399992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13205] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13205/stat : 13205 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382570347384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13206] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13206/stat : 13206 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382569294792 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13207] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13207/stat : 13207 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291289744 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382568203432 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.8
Current children cumulated vsize (KiB) 9624980

[startup+12.3007 s]
/proc/loadavg: 1.54 1.50 1.76 3/213 13207
/proc/meminfo: memFree=29517576/32873648 swapFree=7368/7368
[pid=13188] ppid=13186 vsize=9624980 CPUtime=13.2 cores=0,2,4,6
/proc/13188/stat : 13188 (java) S 13186 13188 13069 0 -1 4202496 12773 0 1 0 1317 3 0 0 20 0 19 0 291289727 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140736408923200 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13188/statm: 2406245 12395 2271 9 0 2396937 0
[pid=13188/tid=13190] ppid=13186 vsize=9624980 CPUtime=11.81 cores=0,2,4,6
/proc/13188/task/13190/stat : 13190 (java) R 13186 13188 13069 0 -1 4202560 2556 0 1 0 1181 0 0 0 20 0 19 0 291289727 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382752334216 140382625241408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13191] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13191/stat : 13191 (java) S 13186 13188 13069 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382596229672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13192] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13192/stat : 13192 (java) S 13186 13188 13069 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382595176872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13193] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13193/stat : 13193 (java) S 13186 13188 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382594124072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13194] ppid=13186 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13188/task/13194/stat : 13194 (java) S 13186 13188 13069 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382593071272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13195] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13195/stat : 13195 (java) S 13186 13188 13069 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382592019496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13196] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13196/stat : 13196 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382590966696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13197] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13197/stat : 13197 (java) S 13186 13188 13069 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382589913896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13198] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13198/stat : 13198 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382588861096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13199] ppid=13186 vsize=9624980 CPUtime=0.36 cores=0,2,4,6
/proc/13188/task/13199/stat : 13199 (java) S 13186 13188 13069 0 -1 4202560 31 0 0 0 36 0 0 0 20 0 19 0 291289729 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382576663016 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13200] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13200/stat : 13200 (java) S 13186 13188 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382575609080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13201] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13201/stat : 13201 (java) S 13186 13188 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382574556168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13202] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13202/stat : 13202 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382573504656 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13203] ppid=13186 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/13188/task/13203/stat : 13203 (java) S 13186 13188 13069 0 -1 4202560 4058 0 0 0 38 2 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382572452792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13204] ppid=13186 vsize=9624980 CPUtime=0.37 cores=0,2,4,6
/proc/13188/task/13204/stat : 13204 (java) S 13186 13188 13069 0 -1 4202560 4887 0 0 0 37 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382571399992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13205] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13205/stat : 13205 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382570347384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13206] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13206/stat : 13206 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382569294792 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13207] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13207/stat : 13207 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291289744 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382568203432 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.2
Current children cumulated vsize (KiB) 9624980

[startup+12.5007 s]
/proc/loadavg: 1.54 1.50 1.76 3/213 13207
/proc/meminfo: memFree=29517576/32873648 swapFree=7368/7368
[pid=13188] ppid=13186 vsize=9624980 CPUtime=13.4 cores=0,2,4,6
/proc/13188/stat : 13188 (java) S 13186 13188 13069 0 -1 4202496 12774 0 1 0 1337 3 0 0 20 0 19 0 291289727 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140736408923200 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13188/statm: 2406245 12395 2271 9 0 2396937 0
[pid=13188/tid=13190] ppid=13186 vsize=9624980 CPUtime=12 cores=0,2,4,6
/proc/13188/task/13190/stat : 13190 (java) R 13186 13188 13069 0 -1 4202560 2557 0 1 0 1200 0 0 0 20 0 19 0 291289727 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382752334096 140382625045155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13191] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13191/stat : 13191 (java) S 13186 13188 13069 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382596229672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13192] ppid=13186 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13188/task/13192/stat : 13192 (java) S 13186 13188 13069 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382595176872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13193] ppid=13186 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13188/task/13193/stat : 13193 (java) S 13186 13188 13069 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382594124072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13194] ppid=13186 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13188/task/13194/stat : 13194 (java) S 13186 13188 13069 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382593071272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13195] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13195/stat : 13195 (java) S 13186 13188 13069 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382592019496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13196] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13196/stat : 13196 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382590966696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13197] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13197/stat : 13197 (java) S 13186 13188 13069 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382589913896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13198] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13198/stat : 13198 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382588861096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13199] ppid=13186 vsize=9624980 CPUtime=0.37 cores=0,2,4,6
/proc/13188/task/13199/stat : 13199 (java) S 13186 13188 13069 0 -1 4202560 31 0 0 0 37 0 0 0 20 0 19 0 291289729 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382576663016 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13200] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13200/stat : 13200 (java) S 13186 13188 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382575609080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13201] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13201/stat : 13201 (java) S 13186 13188 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382574556168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13202] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13202/stat : 13202 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382573504656 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13203] ppid=13186 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/13188/task/13203/stat : 13203 (java) S 13186 13188 13069 0 -1 4202560 4058 0 0 0 38 2 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382572452792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13204] ppid=13186 vsize=9624980 CPUtime=0.37 cores=0,2,4,6
/proc/13188/task/13204/stat : 13204 (java) S 13186 13188 13069 0 -1 4202560 4887 0 0 0 37 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382571399992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13205] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13205/stat : 13205 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382570347384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13206] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13206/stat : 13206 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382569294792 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13207] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13207/stat : 13207 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291289744 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382568203432 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.4
Current children cumulated vsize (KiB) 9624980

[startup+12.6007 s]
/proc/loadavg: 1.54 1.50 1.76 3/213 13207
/proc/meminfo: memFree=29517576/32873648 swapFree=7368/7368
[pid=13188] ppid=13186 vsize=9624980 CPUtime=13.5 cores=0,2,4,6
/proc/13188/stat : 13188 (java) S 13186 13188 13069 0 -1 4202496 12774 0 1 0 1347 3 0 0 20 0 19 0 291289727 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140736408923200 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13188/statm: 2406245 12395 2271 9 0 2396937 0
[pid=13188/tid=13190] ppid=13186 vsize=9624980 CPUtime=12.1 cores=0,2,4,6
/proc/13188/task/13190/stat : 13190 (java) R 13186 13188 13069 0 -1 4202560 2557 0 1 0 1210 0 0 0 20 0 19 0 291289727 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382752334096 140382625093698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13191] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13191/stat : 13191 (java) S 13186 13188 13069 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382596229672 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13192] ppid=13186 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13188/task/13192/stat : 13192 (java) S 13186 13188 13069 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382595176872 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13193] ppid=13186 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13188/task/13193/stat : 13193 (java) S 13186 13188 13069 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382594124072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13194] ppid=13186 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13188/task/13194/stat : 13194 (java) S 13186 13188 13069 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382593071272 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13195] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13195/stat : 13195 (java) S 13186 13188 13069 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382592019496 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13196] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13196/stat : 13196 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382590966696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13197] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13197/stat : 13197 (java) S 13186 13188 13069 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382589913896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13198] ppid=13186 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13188/task/13198/stat : 13198 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291289728 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382588861096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13199] ppid=13186 vsize=9624980 CPUtime=0.37 cores=0,2,4,6
/proc/13188/task/13199/stat : 13199 (java) S 13186 13188 13069 0 -1 4202560 31 0 0 0 37 0 0 0 20 0 19 0 291289729 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382576663016 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13188/tid=13200] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13200/stat : 13200 (java) S 13186 13188 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382575609080 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13201] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13201/stat : 13201 (java) S 13186 13188 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291289730 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382574556168 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13202] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13202/stat : 13202 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382573504656 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13203] ppid=13186 vsize=9624980 CPUtime=0.4 cores=0,2,4,6
/proc/13188/task/13203/stat : 13203 (java) S 13186 13188 13069 0 -1 4202560 4058 0 0 0 38 2 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382572452792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13188/tid=13204] ppid=13186 vsize=9624980 CPUtime=0.37 cores=0,2,4,6
/proc/13188/task/13204/stat : 13204 (java) S 13186 13188 13069 0 -1 4202560 4887 0 0 0 37 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382571399992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13205] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13205/stat : 13205 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382570347384 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13188/tid=13206] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13206/stat : 13206 (java) S 13186 13188 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291289732 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382569294792 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13188/tid=13207] ppid=13186 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13188/task/13207/stat : 13207 (java) S 13186 13188 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291289744 9855979520 12395 33554432000 1073741824 1073778376 140736408932064 140382568203432 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 12.6981
CPU time (s): 13.6819
CPU user time (s): 13.5399
CPU system time (s): 0.141978
CPU usage (%): 107.748
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5399
system time used= 0.141978
maximum resident set size= 56036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12787
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= 1647
involuntary context switches= 883

runsolver used 0.031995 second user time and 0.115982 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:34:16
IDJOB=3718113
IDBENCH=78783
IDSOLVER=2301
FILE ID=node149/3718113-1338251656
RUNJOBID= node149-1338251638-13085
PBS_JOBID= 14624666
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= fa579923f1914e3dd4bd69a6764b2913
RANDOM SEED=847323519

node149.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.145
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	: 5332.29
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.145
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.145
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	: 5438.55
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.145
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.91
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.145
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.145
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	: 5438.55
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.145
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.145
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:       32873648 kB
MemFree:        29565344 kB
Buffers:          641088 kB
Cached:          1748224 kB
SwapCached:         2476 kB
Active:          1184024 kB
Inactive:        1285008 kB
Active(anon):      63028 kB
Inactive(anon):     9368 kB
Active(file):    1120996 kB
Inactive(file):  1275640 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:              1308 kB
Writeback:             0 kB
AnonPages:        103932 kB
Mapped:            22456 kB
Shmem:                96 kB
Slab:             701656 kB
SReclaimable:     144804 kB
SUnreclaim:       556852 kB
KernelStack:        1760 kB
PageTables:         4320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node149 at 2012-05-29 02:34:29