Trace number 3718137

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.022 11.7634

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225605--soft-66-100-0.wbo
MD5SUM0b429bb598a1356114a5dedac9be9982
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.512921
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1240
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120528
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization by upper bound
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose 2 learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c solving HOME/instance-3718137-1338251736.wbo
0.00/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.051s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     197
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.11/0.15	c ignored satisfied constraints => 1
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.11/0.15	c 102 constraints processed.
0.11/0.15	c objective function length is 28 literals
0.55/0.37	c SATISFIABLE
0.55/0.37	c OPTIMIZING...
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.272
0.55/0.37	o 1176
0.55/0.38	c Got one! Elapsed wall clock time (in seconds):0.287
0.55/0.38	o 744
0.72/0.41	c Got one! Elapsed wall clock time (in seconds):0.308
0.72/0.41	o 739
0.72/0.45	c cleaning 3333 clauses out of 6669 with flag 2853/6669
0.72/0.47	c Got one! Elapsed wall clock time (in seconds):0.369
0.72/0.47	o 723
0.87/0.50	c Got one! Elapsed wall clock time (in seconds):0.403
0.87/0.50	o 717
0.87/0.50	c Got one! Elapsed wall clock time (in seconds):0.407
0.87/0.50	o 496
0.87/0.56	c Got one! Elapsed wall clock time (in seconds):0.458
0.87/0.56	o 492
1.01/0.61	c cleaning 4854 clauses out of 9707 with flag 6645/13040
1.01/0.62	c Got one! Elapsed wall clock time (in seconds):0.524
1.01/0.62	o 478
1.01/0.63	c Got one! Elapsed wall clock time (in seconds):0.532
1.01/0.63	o 477
1.01/0.64	c Got one! Elapsed wall clock time (in seconds):0.538
1.01/0.64	o 476
1.01/0.66	c Got one! Elapsed wall clock time (in seconds):0.563
1.01/0.66	o 470
1.01/0.67	c Got one! Elapsed wall clock time (in seconds):0.572
1.01/0.67	o 446
1.11/0.75	c Got one! Elapsed wall clock time (in seconds):0.648
1.11/0.75	o 441
1.11/0.78	c cleaning 5898 clauses out of 11806 with flag 3070/19993
1.32/0.90	c Got one! Elapsed wall clock time (in seconds):0.8
1.32/0.90	o 438
1.32/0.94	c Got one! Elapsed wall clock time (in seconds):0.839
1.32/0.94	o 433
1.42/1.03	c Got one! Elapsed wall clock time (in seconds):0.931
1.42/1.03	o 429
1.42/1.10	c cleaning 8945 clauses out of 17917 with flag 3446/32002
1.56/1.12	c Got one! Elapsed wall clock time (in seconds):1.018
1.56/1.12	o 426
1.56/1.14	c Got one! Elapsed wall clock time (in seconds):1.043
1.56/1.14	o 423
1.56/1.16	c Got one! Elapsed wall clock time (in seconds):1.062
1.56/1.16	o 384
1.67/1.22	c Got one! Elapsed wall clock time (in seconds):1.126
1.67/1.22	o 375
1.67/1.26	c cleaning 8008 clauses out of 16033 with flag 4005/39063
1.86/1.41	c cleaning 7008 clauses out of 14022 with flag 25482/45060
1.86/1.47	c Got one! Elapsed wall clock time (in seconds):1.375
1.86/1.47	o 359
1.97/1.52	c Got one! Elapsed wall clock time (in seconds):1.417
1.97/1.52	o 335
1.97/1.52	c Got one! Elapsed wall clock time (in seconds):1.425
1.97/1.52	o 333
1.97/1.53	c Got one! Elapsed wall clock time (in seconds):1.433
1.97/1.53	o 324
1.97/1.55	c Got one! Elapsed wall clock time (in seconds):1.454
1.97/1.55	o 317
2.09/1.63	c cleaning 7360 clauses out of 14727 with flag 7321/52773
2.09/1.65	c Got one! Elapsed wall clock time (in seconds):1.551
2.09/1.65	o 315
2.29/1.70	c Got one! Elapsed wall clock time (in seconds):1.601
2.29/1.70	o 304
2.29/1.75	c Got one! Elapsed wall clock time (in seconds):1.656
2.29/1.75	o 303
2.50/1.80	c cleaning 6790 clauses out of 13585 with flag 4236/58991
2.50/1.85	c Got one! Elapsed wall clock time (in seconds):1.757
2.50/1.85	o 292
2.70/1.98	c cleaning 6261 clauses out of 12545 with flag 17303/64741
2.89/2.03	c Got one! Elapsed wall clock time (in seconds):1.934
2.89/2.03	o 283
3.00/2.15	c cleaning 5943 clauses out of 11907 with flag 16897/70364
3.10/2.30	c Got one! Elapsed wall clock time (in seconds):2.2
3.10/2.30	o 265
3.21/2.34	c Got one! Elapsed wall clock time (in seconds):2.244
3.21/2.34	o 246
3.31/2.41	c Got one! Elapsed wall clock time (in seconds):2.315
3.31/2.41	o 245
3.41/2.50	c cleaning 9055 clauses out of 18120 with flag 9525/82520
3.41/2.52	c Got one! Elapsed wall clock time (in seconds):2.418
3.41/2.52	o 240
3.51/2.63	c Got one! Elapsed wall clock time (in seconds):2.53
3.51/2.63	o 234
3.51/2.67	c cleaning 7238 clauses out of 14516 with flag 5312/87971
3.71/2.82	c Got one! Elapsed wall clock time (in seconds):2.722
3.71/2.82	o 231
3.81/2.99	c cleaning 8839 clauses out of 17716 with flag 23658/98409
4.01/3.15	c cleaning 7438 clauses out of 14877 with flag 49587/104409
4.12/3.20	c Got one! Elapsed wall clock time (in seconds):3.106
4.12/3.20	o 191
4.22/3.33	c cleaning 6699 clauses out of 13438 with flag 20777/110408
4.33/3.47	c Got one! Elapsed wall clock time (in seconds):3.368
4.33/3.47	o 190
4.42/3.50	c cleaning 6209 clauses out of 12419 with flag 4439/116088
4.42/3.58	c Got one! Elapsed wall clock time (in seconds):3.486
4.42/3.58	o 184
4.52/3.65	c cleaning 5758 clauses out of 11531 with flag 10028/121409
4.52/3.66	c Got one! Elapsed wall clock time (in seconds):3.564
4.52/3.66	o 181
4.73/3.80	c cleaning 5515 clauses out of 11051 with flag 24283/126687
4.73/3.82	c Got one! Elapsed wall clock time (in seconds):3.727
4.73/3.82	o 165
4.83/3.97	c cleaning 5558 clauses out of 11124 with flag 25629/132275
4.94/4.02	c Got one! Elapsed wall clock time (in seconds):3.921
4.94/4.02	o 139
5.04/4.15	c cleaning 5517 clauses out of 11055 with flag 20864/137764
5.14/4.25	c Got one! Elapsed wall clock time (in seconds):4.152
5.14/4.25	o 137
5.24/4.33	c cleaning 5641 clauses out of 11297 with flag 9782/143523
5.44/4.54	c cleaning 5822 clauses out of 11656 with flag 41236/149523
5.64/4.74	c cleaning 6415 clauses out of 12834 with flag 71764/156523
5.86/4.97	c cleaning 7205 clauses out of 14419 with flag 106916/164523
6.17/5.24	c cleaning 8101 clauses out of 16214 with flag 146548/173523
6.28/5.31	c Got one! Elapsed wall clock time (in seconds):5.212
6.28/5.31	o 136
6.28/5.37	c Got one! Elapsed wall clock time (in seconds):5.275
6.28/5.37	o 134
6.38/5.41	c cleaning 6933 clauses out of 13880 with flag 5256/179290
6.49/5.54	c Got one! Elapsed wall clock time (in seconds):5.439
6.49/5.54	o 122
6.49/5.58	c cleaning 6171 clauses out of 12353 with flag 5621/184696
6.69/5.77	c cleaning 6080 clauses out of 12181 with flag 35694/190695
6.88/5.96	c cleaning 6547 clauses out of 13101 with flag 68221/197695
6.88/5.98	c Got one! Elapsed wall clock time (in seconds):5.882
6.88/5.98	o 119
7.08/6.13	c cleaning 5868 clauses out of 11751 with flag 25699/202892
7.28/6.33	c cleaning 5932 clauses out of 11883 with flag 57078/208892
7.40/6.40	c Got one! Elapsed wall clock time (in seconds):6.307
7.40/6.40	o 109
7.50/6.51	c cleaning 5682 clauses out of 11367 with flag 16922/214308
7.72/6.71	c cleaning 5838 clauses out of 11686 with flag 48974/220309
7.95/6.96	c cleaning 6411 clauses out of 12847 with flag 86878/227308
8.26/7.21	c cleaning 7210 clauses out of 14436 with flag 126828/235308
8.47/7.41	c Got one! Elapsed wall clock time (in seconds):7.313
8.47/7.41	o 87
8.67/7.60	c cleaning 9603 clauses out of 19219 with flag 28811/247301
8.88/7.82	c cleaning 7802 clauses out of 15616 with flag 62511/253301
9.07/8.06	c cleaning 7404 clauses out of 14814 with flag 102106/260301
9.18/8.14	c Got one! Elapsed wall clock time (in seconds):8.042
9.18/8.14	o 86
9.28/8.24	c cleaning 6471 clauses out of 12951 with flag 16042/265842
9.38/8.38	c Got one! Elapsed wall clock time (in seconds):8.279
9.38/8.38	o 81
9.48/8.42	c cleaning 6171 clauses out of 12359 with flag 5898/271721
9.69/8.62	c cleaning 6093 clauses out of 12189 with flag 40137/277722
9.80/8.78	c Got one! Elapsed wall clock time (in seconds):8.68
9.80/8.78	o 54
10.04/8.95	c cleaning 8313 clauses out of 16627 with flag 27706/288254
10.24/9.15	c cleaning 7153 clauses out of 14313 with flag 61284/294253
10.24/9.19	c Got one! Elapsed wall clock time (in seconds):9.097
10.24/9.19	o 50
10.47/9.33	c cleaning 6115 clauses out of 12246 with flag 23013/299339
10.57/9.43	c Got one! Elapsed wall clock time (in seconds):9.331
10.57/9.43	o 49
10.67/9.54	c cleaning 5973 clauses out of 11972 with flag 17384/305180
10.87/9.75	c cleaning 5984 clauses out of 11997 with flag 51028/311178
11.18/10.01	c cleaning 6502 clauses out of 13013 with flag 92014/318178
11.28/10.13	c Got one! Elapsed wall clock time (in seconds):10.033
11.28/10.13	o 37
11.38/10.21	c cleaning 5935 clauses out of 11883 with flag 11837/323550
11.58/10.43	c cleaning 5966 clauses out of 11950 with flag 47418/329552
11.89/10.70	c cleaning 6473 clauses out of 12981 with flag 90844/336549
12.19/11.01	c cleaning 7238 clauses out of 14509 with flag 139146/344550
12.49/11.35	c cleaning 8124 clauses out of 16268 with flag 192890/353549
12.69/11.59	c Got one! Elapsed wall clock time (in seconds):11.491
12.69/11.59	o 36
12.89/11.73	c Got one! Elapsed wall clock time (in seconds):11.637
12.89/11.73	o 31
12.89/11.74	c Got one! Elapsed wall clock time (in seconds):11.641
12.89/11.74	o 17
12.89/11.75	c starts		: 193
12.89/11.75	c conflicts		: 364098
12.89/11.75	c decisions		: 543461
12.89/11.75	c propagations		: 7063896
12.89/11.75	c inspects		: 91393637
12.89/11.75	c shortcuts		: 0
12.89/11.75	c learnt literals	: 13
12.89/11.75	c learnt binary clauses	: 6
12.89/11.75	c learnt ternary clauses	: 131
12.89/11.75	c learnt constraints	: 364085
12.89/11.75	c ignored constraints	: 0
12.89/11.75	c root simplifications	: 0
12.89/11.75	c removed literals (reason simplification)	: 0
12.89/11.75	c reason swapping (by a shorter reason)	: 0
12.89/11.75	c Calls to reduceDB	: 52
12.89/11.75	c Number of update (reduction) of LBD	: 86544
12.89/11.75	c number of reductions to clauses (during analyze)	: 0
12.89/11.75	c number of learned constraints concerned by reduction	: 0
12.89/11.75	c number of learning phase by resolution	: 0
12.89/11.75	c number of learning phase by cutting planes	: 0
12.89/11.75	c speed (assignments/second)	: 608851.5773142561
12.89/11.75	c non guided choices	1698
12.89/11.75	c learnt constraints type 
12.89/11.75	c constraints type 
12.89/11.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
12.89/11.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
12.89/11.75	c ignored satisfied constraints => 1
12.89/11.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
12.89/11.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
12.89/11.75	c 102 constraints processed.
12.89/11.75	s OPTIMUM FOUND
12.89/11.76	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 
12.89/11.76	c objective function=17
12.89/11.76	c Total wall clock time (in seconds): 11.658

Verifier Data

OK	17

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-3718137-1338251736/watcher-3718137-1338251736 -o /tmp/evaluation-result-3718137-1338251736/solver-3718137-1338251736 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718137-1338251736.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: 1.91 1.61 1.78 3/194 13474
/proc/meminfo: memFree=29584064/32873648 swapFree=7368/7368
[pid=13474] ppid=13472 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/13474/stat : 13474 (java) R 13472 13474 13069 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 291297711 23793664 708 33554432000 1073741824 1073778376 140734010184320 140734010173384 251043820904 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/13474/statm: 5809 709 524 9 0 128 0

[startup+0.103343 s]
/proc/loadavg: 1.91 1.61 1.78 3/194 13474
/proc/meminfo: memFree=29584064/32873648 swapFree=7368/7368
[pid=13474] ppid=13472 vsize=9558416 CPUtime=0.11 cores=1,3,5,7
/proc/13474/stat : 13474 (java) S 13472 13474 13069 0 -1 4202496 4507 0 1 0 10 1 0 0 20 0 18 0 291297711 9787817984 6147 33554432000 1073741824 1073778376 140734010184320 140734010175456 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13474/statm: 2389604 6147 2153 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.200176 s]
/proc/loadavg: 1.91 1.61 1.78 3/194 13474
/proc/meminfo: memFree=29584064/32873648 swapFree=7368/7368
[pid=13474] ppid=13472 vsize=9624980 CPUtime=0.29 cores=1,3,5,7
/proc/13474/stat : 13474 (java) S 13472 13474 13069 0 -1 4202496 6268 0 1 0 27 2 0 0 20 0 19 0 291297711 9855979520 7334 33554432000 1073741824 1073778376 140734010184320 140734010175456 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13474/statm: 2406245 7334 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9624980

[startup+0.30024 s]
/proc/loadavg: 1.91 1.61 1.78 3/194 13474
/proc/meminfo: memFree=29584064/32873648 swapFree=7368/7368
[pid=13474] ppid=13472 vsize=9624980 CPUtime=0.55 cores=1,3,5,7
/proc/13474/stat : 13474 (java) S 13472 13474 13069 0 -1 4202496 7122 0 1 0 53 2 0 0 20 0 19 0 291297711 9855979520 7710 33554432000 1073741824 1073778376 140734010184320 140734010175456 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13474/statm: 2406245 7710 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9624980

[startup+0.700222 s]
/proc/loadavg: 1.91 1.61 1.78 3/194 13474
/proc/meminfo: memFree=29584064/32873648 swapFree=7368/7368
[pid=13474] ppid=13472 vsize=9624980 CPUtime=1.11 cores=1,3,5,7
/proc/13474/stat : 13474 (java) S 13472 13474 13069 0 -1 4202496 7816 0 1 0 109 2 0 0 20 0 19 0 291297711 9855979520 10355 33554432000 1073741824 1073778376 140734010184320 140734010175456 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13474/statm: 2406245 10355 2267 9 0 2396937 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9624980

[startup+1.50062 s]
/proc/loadavg: 2.00 1.63 1.79 4/213 13493
/proc/meminfo: memFree=29548612/32873648 swapFree=7368/7368
[pid=13474] ppid=13472 vsize=9624980 CPUtime=1.97 cores=1,3,5,7
/proc/13474/stat : 13474 (java) S 13472 13474 13069 0 -1 4202496 7840 0 1 0 195 2 0 0 20 0 19 0 291297711 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 140734010175456 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13474/statm: 2406245 10886 2268 9 0 2396937 0
[pid=13474/tid=13476] ppid=13472 vsize=9624980 CPUtime=1.42 cores=1,3,5,7
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 13069 0 -1 4202560 2460 0 1 0 140 2 0 0 20 0 19 0 291297711 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139642433331608 139642288919042 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13477] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139642277337896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13478] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139642276285096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13479] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139642275232808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 13069 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139642274180008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 13069 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139642273126696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139641936144552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139641935092264 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139641934039464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13485] ppid=13472 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 13069 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 19 0 291297713 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139641921841896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139641920787960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13487] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139641919735560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13488] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13488/stat : 13488 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139641918684048 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13489] ppid=13472 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/13474/task/13489/stat : 13489 (java) S 13472 13474 13069 0 -1 4202560 2001 0 0 0 27 0 0 0 20 0 19 0 291297715 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139641917630648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13490] ppid=13472 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/13474/task/13490/stat : 13490 (java) S 13472 13474 13069 0 -1 4202560 2121 0 0 0 18 0 0 0 20 0 19 0 291297715 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139641916577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13491] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13491/stat : 13491 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139641915525752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13492] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13492/stat : 13492 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139641914473160 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13493] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13493/stat : 13493 (java) S 13472 13474 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291297726 9855979520 10886 33554432000 1073741824 1073778376 140734010184320 139641913382312 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9624980

[startup+3.10072 s]
/proc/loadavg: 2.00 1.63 1.79 4/213 13493
/proc/meminfo: memFree=29520216/32873648 swapFree=7368/7368
[pid=13474] ppid=13472 vsize=9624980 CPUtime=4.01 cores=1,3,5,7
/proc/13474/stat : 13474 (java) S 13472 13474 13069 0 -1 4202496 15173 0 1 0 397 4 0 0 20 0 19 0 291297711 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 140734010175456 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13474/statm: 2406245 15082 2269 9 0 2396937 0
[pid=13474/tid=13476] ppid=13472 vsize=9624980 CPUtime=2.94 cores=1,3,5,7
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 13069 0 -1 4202560 2467 0 1 0 292 2 0 0 20 0 19 0 291297711 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139642433331608 139642288924852 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13477] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139642277337896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13478] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139642276285096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13479] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139642275232808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 13069 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139642274180008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 13069 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139642273126696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139641936144552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139641935092264 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139641934039464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13485] ppid=13472 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 13069 0 -1 4202560 46 0 0 0 10 0 0 0 20 0 19 0 291297713 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139641921841896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139641920787960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13487] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139641919735560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13488] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13488/stat : 13488 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139641918684048 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13489] ppid=13472 vsize=9624980 CPUtime=0.3 cores=1,3,5,7
/proc/13474/task/13489/stat : 13489 (java) S 13472 13474 13069 0 -1 4202560 2001 0 0 0 30 0 0 0 20 0 19 0 291297715 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139641917630648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13490] ppid=13472 vsize=9624980 CPUtime=0.58 cores=1,3,5,7
/proc/13474/task/13490/stat : 13490 (java) S 13472 13474 13069 0 -1 4202560 9427 0 0 0 56 2 0 0 20 0 19 0 291297715 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139641916577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13491] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13491/stat : 13491 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139641915525752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13492] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13492/stat : 13492 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139641914473160 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13493] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13493/stat : 13493 (java) S 13472 13474 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291297726 9855979520 15082 33554432000 1073741824 1073778376 140734010184320 139641913382312 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 9624980

[startup+6.30072 s]
/proc/loadavg: 2.00 1.64 1.79 3/213 13493
/proc/meminfo: memFree=29515576/32873648 swapFree=7368/7368
[pid=13474] ppid=13472 vsize=9624980 CPUtime=7.28 cores=1,3,5,7
/proc/13474/stat : 13474 (java) S 13472 13474 13069 0 -1 4202496 15205 0 1 0 723 5 0 0 20 0 19 0 291297711 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 140734010175456 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13474/statm: 2406245 12653 2270 9 0 2396937 0
[pid=13474/tid=13476] ppid=13472 vsize=9624980 CPUtime=5.98 cores=1,3,5,7
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 13069 0 -1 4202560 2484 0 1 0 596 2 0 0 20 0 19 0 291297711 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139642433331608 139642288992166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13477] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 13069 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139642277337896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13478] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139642276285096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13479] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139642275232808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 13069 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139642274180008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 13069 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139642273126696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139641936144552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139641935092264 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291297712 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139641934039464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13485] ppid=13472 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 13069 0 -1 4202560 46 0 0 0 24 0 0 0 20 0 19 0 291297713 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139641921841896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139641920787960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13487] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139641919735560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13488] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13488/stat : 13488 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139641918684048 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13489] ppid=13472 vsize=9624980 CPUtime=0.3 cores=1,3,5,7
/proc/13474/task/13489/stat : 13489 (java) S 13472 13474 13069 0 -1 4202560 2001 0 0 0 30 0 0 0 20 0 19 0 291297715 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139641917630648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13490] ppid=13472 vsize=9624980 CPUtime=0.61 cores=1,3,5,7
/proc/13474/task/13490/stat : 13490 (java) S 13472 13474 13069 0 -1 4202560 9437 0 0 0 59 2 0 0 20 0 19 0 291297715 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139641916577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13491] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13491/stat : 13491 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139641915525752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13492] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13492/stat : 13492 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139641914473160 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13493] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13493/stat : 13493 (java) S 13472 13474 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291297726 9855979520 12653 33554432000 1073741824 1073778376 140734010184320 139641913382312 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 9624980

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

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

/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 13069 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139642277337896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13478] ppid=13472 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 13069 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139642276285096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13479] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 13069 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139642275232808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 13069 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139642274180008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 13069 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139642273126696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 13069 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641936144552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 13069 0 -1 4202560 3 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641935092264 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 13069 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641934039464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13485] ppid=13472 vsize=9624980 CPUtime=0.39 cores=1,3,5,7
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 13069 0 -1 4202560 46 0 0 0 39 0 0 0 20 0 19 0 291297713 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641921841896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641920787960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13487] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641919735560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13488] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13488/stat : 13488 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641918684048 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13489] ppid=13472 vsize=9624980 CPUtime=0.31 cores=1,3,5,7
/proc/13474/task/13489/stat : 13489 (java) S 13472 13474 13069 0 -1 4202560 2001 0 0 0 31 0 0 0 20 0 19 0 291297715 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641917630648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13490] ppid=13472 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/13474/task/13490/stat : 13490 (java) S 13472 13474 13069 0 -1 4202560 9437 0 0 0 65 2 0 0 20 0 19 0 291297715 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641916577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13491] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13491/stat : 13491 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641915525752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13492] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13492/stat : 13492 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641914473160 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13493] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13493/stat : 13493 (java) S 13472 13474 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291297726 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641913382312 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 11.58
Current children cumulated vsize (KiB) 9624980

[startup+11.2007 s]
/proc/loadavg: 2.00 1.64 1.79 3/213 13550
/proc/meminfo: memFree=29531952/32873648 swapFree=7368/7368
[pid=13474] ppid=13472 vsize=9624980 CPUtime=12.39 cores=1,3,5,7
/proc/13474/stat : 13474 (java) S 13472 13474 13069 0 -1 4202496 15229 0 1 0 1233 6 0 0 20 0 19 0 291297711 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 140734010175456 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13474/statm: 2406245 12656 2270 9 0 2396937 0
[pid=13474/tid=13476] ppid=13472 vsize=9624980 CPUtime=10.64 cores=1,3,5,7
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 13069 0 -1 4202560 2505 0 1 0 1062 2 0 0 20 0 19 0 291297711 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139642433331608 139642288740218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13477] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 13069 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139642277337896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13478] ppid=13472 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 13069 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139642276285096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13479] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 13069 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139642275232808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 13069 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139642274180008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 13069 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139642273126696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 13069 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641936144552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 13069 0 -1 4202560 3 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641935092264 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 13069 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641934039464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13485] ppid=13472 vsize=9624980 CPUtime=0.42 cores=1,3,5,7
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 13069 0 -1 4202560 46 0 0 0 42 0 0 0 20 0 19 0 291297713 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641921841896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641920787960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13487] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641919735560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13488] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13488/stat : 13488 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641918684048 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13489] ppid=13472 vsize=9624980 CPUtime=0.31 cores=1,3,5,7
/proc/13474/task/13489/stat : 13489 (java) S 13472 13474 13069 0 -1 4202560 2001 0 0 0 31 0 0 0 20 0 19 0 291297715 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641917630648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13490] ppid=13472 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/13474/task/13490/stat : 13490 (java) S 13472 13474 13069 0 -1 4202560 9437 0 0 0 65 2 0 0 20 0 19 0 291297715 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641916577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13491] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13491/stat : 13491 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641915525752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13492] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13492/stat : 13492 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641914473160 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13493] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13493/stat : 13493 (java) S 13472 13474 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291297726 9855979520 12656 33554432000 1073741824 1073778376 140734010184320 139641913382312 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 9624980

[startup+11.6006 s]
/proc/loadavg: 2.00 1.64 1.79 3/213 13550
/proc/meminfo: memFree=29531952/32873648 swapFree=7368/7368
[pid=13474] ppid=13472 vsize=9624980 CPUtime=12.79 cores=1,3,5,7
/proc/13474/stat : 13474 (java) S 13472 13474 13069 0 -1 4202496 15231 0 1 0 1273 6 0 0 20 0 19 0 291297711 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 140734010175456 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13474/statm: 2406245 12657 2270 9 0 2396937 0
[pid=13474/tid=13476] ppid=13472 vsize=9624980 CPUtime=11.03 cores=1,3,5,7
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 13069 0 -1 4202560 2506 0 1 0 1101 2 0 0 20 0 19 0 291297711 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139642433331488 139642288926467 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13477] ppid=13472 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 13069 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139642277337896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13478] ppid=13472 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 13069 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139642276285096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13479] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 13069 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139642275232808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 13069 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139642274180008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 13069 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139642273126696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 13069 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641936144552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 13069 0 -1 4202560 3 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641935092264 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 13069 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641934039464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13485] ppid=13472 vsize=9624980 CPUtime=0.43 cores=1,3,5,7
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 13069 0 -1 4202560 46 0 0 0 43 0 0 0 20 0 19 0 291297713 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641921841896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641920787960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13487] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641919735560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13488] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13488/stat : 13488 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641918684048 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13489] ppid=13472 vsize=9624980 CPUtime=0.31 cores=1,3,5,7
/proc/13474/task/13489/stat : 13489 (java) S 13472 13474 13069 0 -1 4202560 2001 0 0 0 31 0 0 0 20 0 19 0 291297715 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641917630648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13490] ppid=13472 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/13474/task/13490/stat : 13490 (java) S 13472 13474 13069 0 -1 4202560 9437 0 0 0 65 2 0 0 20 0 19 0 291297715 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641916577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13491] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13491/stat : 13491 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641915525752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13492] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13492/stat : 13492 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641914473160 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13493] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13493/stat : 13493 (java) S 13472 13474 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291297726 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641913382312 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 9624980

[startup+11.7006 s]
/proc/loadavg: 2.00 1.64 1.79 3/213 13550
/proc/meminfo: memFree=29531952/32873648 swapFree=7368/7368
[pid=13474] ppid=13472 vsize=9624980 CPUtime=12.89 cores=1,3,5,7
/proc/13474/stat : 13474 (java) S 13472 13474 13069 0 -1 4202496 15231 0 1 0 1283 6 0 0 20 0 19 0 291297711 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 140734010175456 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13474/statm: 2406245 12657 2270 9 0 2396937 0
[pid=13474/tid=13476] ppid=13472 vsize=9624980 CPUtime=11.13 cores=1,3,5,7
/proc/13474/task/13476/stat : 13476 (java) R 13472 13474 13069 0 -1 4202560 2506 0 1 0 1111 2 0 0 20 0 19 0 291297711 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139642433331488 139642288900765 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13477] ppid=13472 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13474/task/13477/stat : 13477 (java) S 13472 13474 13069 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139642277337896 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13478] ppid=13472 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/13474/task/13478/stat : 13478 (java) S 13472 13474 13069 0 -1 4202560 5 0 0 0 3 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139642276285096 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13479] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13479/stat : 13479 (java) S 13472 13474 13069 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139642275232808 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13480] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13480/stat : 13480 (java) S 13472 13474 13069 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139642274180008 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13481] ppid=13472 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/13474/task/13481/stat : 13481 (java) S 13472 13474 13069 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139642273126696 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13482] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13482/stat : 13482 (java) S 13472 13474 13069 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641936144552 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13483] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13483/stat : 13483 (java) S 13472 13474 13069 0 -1 4202560 3 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641935092264 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13484] ppid=13472 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/13474/task/13484/stat : 13484 (java) S 13472 13474 13069 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291297712 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641934039464 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13485] ppid=13472 vsize=9624980 CPUtime=0.43 cores=1,3,5,7
/proc/13474/task/13485/stat : 13485 (java) S 13472 13474 13069 0 -1 4202560 46 0 0 0 43 0 0 0 20 0 19 0 291297713 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641921841896 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13486] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13486/stat : 13486 (java) S 13472 13474 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641920787960 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13487] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13487/stat : 13487 (java) S 13472 13474 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297713 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641919735560 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13488] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13488/stat : 13488 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641918684048 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13474/tid=13489] ppid=13472 vsize=9624980 CPUtime=0.31 cores=1,3,5,7
/proc/13474/task/13489/stat : 13489 (java) S 13472 13474 13069 0 -1 4202560 2001 0 0 0 31 0 0 0 20 0 19 0 291297715 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641917630648 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13490] ppid=13472 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/13474/task/13490/stat : 13490 (java) S 13472 13474 13069 0 -1 4202560 9437 0 0 0 65 2 0 0 20 0 19 0 291297715 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641916577848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13474/tid=13491] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13491/stat : 13491 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641915525752 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13474/tid=13492] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13492/stat : 13492 (java) S 13472 13474 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297715 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641914473160 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13474/tid=13493] ppid=13472 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/13474/task/13493/stat : 13493 (java) S 13472 13474 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291297726 9855979520 12657 33554432000 1073741824 1073778376 140734010184320 139641913382312 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.89
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 11.7634
CPU time (s): 13.022
CPU user time (s): 12.86
CPU system time (s): 0.161975
CPU usage (%): 110.7
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.86
system time used= 0.161975
maximum resident set size= 61988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15248
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= 1848
involuntary context switches= 826

runsolver used 0.030995 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:35:36
IDJOB=3718137
IDBENCH=78843
IDSOLVER=2301
FILE ID=node149/3718137-1338251736
RUNJOBID= node149-1338251638-13086
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.1111225605--soft-66-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718137-1338251736/watcher-3718137-1338251736 -o /tmp/evaluation-result-3718137-1338251736/solver-3718137-1338251736 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718137-1338251736.wbo

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

MD5SUM BENCH= 0b429bb598a1356114a5dedac9be9982
RANDOM SEED=2013018531

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:        29584320 kB
Buffers:          641180 kB
Cached:          1748000 kB
SwapCached:         2476 kB
Active:          1165400 kB
Inactive:        1285108 kB
Active(anon):      44240 kB
Inactive(anon):     9368 kB
Active(file):    1121160 kB
Inactive(file):  1275740 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:              1028 kB
Writeback:             0 kB
AnonPages:         82772 kB
Mapped:            22504 kB
Shmem:                96 kB
Slab:             701832 kB
SReclaimable:     144868 kB
SUnreclaim:       556964 kB
KernelStack:        1760 kB
PageTables:         4280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695072 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:35:48