Trace number 3718122

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28OPTIMUM 16.8114 14.6086

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111212272--soft-33-100-0.wbo
MD5SUM43af695f5d89afd81852305c494200d4
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.369943
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 1210
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120528
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3718122-1338251727.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.056s.
0.09/0.17	c declared #vars     169
0.09/0.17	c internal #vars     233
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.09/0.17	c ignored satisfied constraints => 1
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.09/0.17	c 102 constraints processed.
0.09/0.17	c objective function length is 64 literals
0.24/0.24	c SATISFIABLE
0.24/0.24	c OPTIMIZING...
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.127
0.24/0.24	o 1226
0.24/0.27	c Got one! Elapsed wall clock time (in seconds):0.152
0.24/0.27	o 1185
0.24/0.28	c Got one! Elapsed wall clock time (in seconds):0.165
0.24/0.28	o 1172
0.24/0.28	c Got one! Elapsed wall clock time (in seconds):0.169
0.24/0.28	o 926
0.50/0.30	c Got one! Elapsed wall clock time (in seconds):0.184
0.50/0.30	o 879
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.192
0.50/0.31	o 517
0.50/0.32	c Got one! Elapsed wall clock time (in seconds):0.205
0.50/0.32	o 515
0.50/0.33	c Got one! Elapsed wall clock time (in seconds):0.216
0.50/0.33	o 511
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.226
0.50/0.34	o 506
0.50/0.35	c Got one! Elapsed wall clock time (in seconds):0.237
0.50/0.35	o 500
0.50/0.36	c Got one! Elapsed wall clock time (in seconds):0.25
0.50/0.36	o 495
0.50/0.38	c Got one! Elapsed wall clock time (in seconds):0.268
0.50/0.38	o 482
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.278
0.50/0.39	o 471
0.67/0.41	c Got one! Elapsed wall clock time (in seconds):0.297
0.67/0.41	o 469
0.67/0.43	c Got one! Elapsed wall clock time (in seconds):0.316
0.67/0.43	o 467
0.67/0.45	c Got one! Elapsed wall clock time (in seconds):0.334
0.67/0.45	o 419
0.67/0.45	c Got one! Elapsed wall clock time (in seconds):0.339
0.67/0.45	o 416
0.67/0.47	c Got one! Elapsed wall clock time (in seconds):0.358
0.67/0.47	o 415
0.67/0.47	c Got one! Elapsed wall clock time (in seconds):0.36
0.67/0.47	o 370
0.67/0.49	c Got one! Elapsed wall clock time (in seconds):0.377
0.67/0.49	o 368
0.80/0.51	c Got one! Elapsed wall clock time (in seconds):0.401
0.80/0.51	o 363
0.80/0.55	c Got one! Elapsed wall clock time (in seconds):0.437
0.80/0.55	o 357
0.80/0.58	c Got one! Elapsed wall clock time (in seconds):0.468
0.80/0.58	o 354
0.80/0.59	c Got one! Elapsed wall clock time (in seconds):0.476
0.80/0.59	o 341
0.93/0.62	c Got one! Elapsed wall clock time (in seconds):0.506
0.93/0.62	o 329
1.06/0.70	c Got one! Elapsed wall clock time (in seconds):0.586
1.06/0.70	o 328
1.06/0.72	c Got one! Elapsed wall clock time (in seconds):0.61
1.06/0.72	o 324
1.06/0.74	c Got one! Elapsed wall clock time (in seconds):0.626
1.06/0.74	o 306
1.18/0.81	c cleaning 7769 clauses out of 15552 with flag 4015/15552
1.18/0.84	c Got one! Elapsed wall clock time (in seconds):0.723
1.18/0.84	o 289
1.18/0.87	c Got one! Elapsed wall clock time (in seconds):0.752
1.18/0.87	o 285
1.30/0.90	c Got one! Elapsed wall clock time (in seconds):0.791
1.30/0.90	o 277
1.30/1.00	c Got one! Elapsed wall clock time (in seconds):0.882
1.30/1.00	o 274
1.30/1.00	c Got one! Elapsed wall clock time (in seconds):0.888
1.30/1.00	o 271
1.41/1.01	c Got one! Elapsed wall clock time (in seconds):0.901
1.41/1.01	o 270
1.41/1.07	c Got one! Elapsed wall clock time (in seconds):0.956
1.41/1.07	o 269
1.51/1.10	c Got one! Elapsed wall clock time (in seconds):0.991
1.51/1.10	o 250
1.51/1.16	c cleaning 8744 clauses out of 17509 with flag 4670/25278
1.51/1.18	c Got one! Elapsed wall clock time (in seconds):1.065
1.51/1.18	o 234
1.76/1.34	c cleaning 7064 clauses out of 14143 with flag 18838/30656
1.76/1.39	c Got one! Elapsed wall clock time (in seconds):1.278
1.76/1.39	o 226
1.89/1.41	c Got one! Elapsed wall clock time (in seconds):1.293
1.89/1.41	o 214
1.89/1.44	c Got one! Elapsed wall clock time (in seconds):1.323
1.89/1.44	o 213
1.89/1.49	c Got one! Elapsed wall clock time (in seconds):1.379
1.89/1.49	o 195
2.12/1.61	c cleaning 7499 clauses out of 15014 with flag 13984/38591
2.12/1.68	c Got one! Elapsed wall clock time (in seconds):1.563
2.12/1.68	o 162
2.32/1.81	c cleaning 6729 clauses out of 13476 with flag 19391/44552
2.42/1.96	c Got one! Elapsed wall clock time (in seconds):1.844
2.42/1.96	o 161
2.52/2.00	c cleaning 6197 clauses out of 12396 with flag 3888/50201
2.52/2.02	c Got one! Elapsed wall clock time (in seconds):1.904
2.52/2.02	o 149
2.76/2.13	c Got one! Elapsed wall clock time (in seconds):2.014
2.76/2.13	o 145
2.76/2.20	c cleaning 6117 clauses out of 12250 with flag 10382/56252
2.98/2.33	c Got one! Elapsed wall clock time (in seconds):2.222
2.98/2.33	o 126
2.98/2.37	c cleaning 5710 clauses out of 11429 with flag 5584/61548
3.19/2.58	c cleaning 5856 clauses out of 11721 with flag 32059/67550
3.29/2.61	c Got one! Elapsed wall clock time (in seconds):2.502
3.29/2.61	o 114
3.39/2.78	c cleaning 5852 clauses out of 11726 with flag 26075/73411
3.49/2.85	c Got one! Elapsed wall clock time (in seconds):2.736
3.49/2.85	o 106
3.59/2.90	c Got one! Elapsed wall clock time (in seconds):2.789
3.59/2.90	o 96
3.59/2.92	c Got one! Elapsed wall clock time (in seconds):2.809
3.59/2.92	o 70
3.69/3.03	c cleaning 6394 clauses out of 12797 with flag 13455/80334
3.79/3.17	c Got one! Elapsed wall clock time (in seconds):3.052
3.79/3.17	o 58
3.90/3.21	c cleaning 5796 clauses out of 11599 with flag 5607/85530
4.09/3.40	c cleaning 5897 clauses out of 11806 with flag 31474/91533
4.30/3.64	c cleaning 6452 clauses out of 12908 with flag 64296/98532
4.42/3.73	c Got one! Elapsed wall clock time (in seconds):3.617
4.42/3.73	o 48
4.52/3.84	c cleaning 5998 clauses out of 12006 with flag 16544/104082
4.72/4.06	c cleaning 5989 clauses out of 12007 with flag 48900/110081
4.82/4.19	c Got one! Elapsed wall clock time (in seconds):4.072
4.82/4.19	o 37
4.92/4.22	c Got one! Elapsed wall clock time (in seconds):4.105
4.92/4.22	o 36
4.92/4.26	c cleaning 5981 clauses out of 11971 with flag 4816/116034
5.13/4.41	c Got one! Elapsed wall clock time (in seconds):4.293
5.13/4.41	o 35
5.22/4.59	c cleaning 8111 clauses out of 16232 with flag 25889/126276
5.43/4.78	c Got one! Elapsed wall clock time (in seconds):4.664
5.43/4.78	o 32
5.73/5.00	c cleaning 9389 clauses out of 18799 with flag 29640/136954
5.83/5.12	c Got one! Elapsed wall clock time (in seconds):5.003
5.83/5.12	o 30
5.93/5.25	c cleaning 7598 clauses out of 15224 with flag 17944/142768
6.14/5.47	c cleaning 6793 clauses out of 13628 with flag 50620/148770
6.44/5.70	c cleaning 6915 clauses out of 13833 with flag 84670/155768
6.64/5.93	c Got one! Elapsed wall clock time (in seconds):5.815
6.64/5.93	o 29
6.84/6.15	c cleaning 9571 clauses out of 19169 with flag 31679/168019
7.14/6.40	c cleaning 7797 clauses out of 15596 with flag 68031/174017
7.35/6.62	c cleaning 7390 clauses out of 14800 with flag 102587/181018
7.44/6.79	c Got one! Elapsed wall clock time (in seconds):6.676
7.44/6.79	o 27
7.65/6.99	c cleaning 8731 clauses out of 17462 with flag 29049/191070
7.85/7.12	c Got one! Elapsed wall clock time (in seconds):7.002
7.85/7.12	o 25
7.95/7.21	c cleaning 7243 clauses out of 14502 with flag 12521/196841
8.16/7.43	c cleaning 6625 clauses out of 13259 with flag 43994/202841
8.37/7.65	c cleaning 6813 clauses out of 13633 with flag 75566/209840
8.47/7.77	c Got one! Elapsed wall clock time (in seconds):7.657
8.47/7.77	o 22
8.57/7.86	c cleaning 6169 clauses out of 12348 with flag 13355/215368
8.77/8.09	c cleaning 6084 clauses out of 12178 with flag 51038/221367
9.07/8.35	c cleaning 6526 clauses out of 13095 with flag 92324/228368
9.27/8.59	c Got one! Elapsed wall clock time (in seconds):8.474
9.27/8.59	o 12
9.57/8.81	c cleaning 9153 clauses out of 18322 with flag 29200/240121
9.77/9.04	c cleaning 7572 clauses out of 15167 with flag 64878/246119
10.07/9.31	c cleaning 7292 clauses out of 14597 with flag 106670/253121
10.39/9.61	c cleaning 7650 clauses out of 15303 with flag 155560/261119
10.49/9.79	c Got one! Elapsed wall clock time (in seconds):9.677
10.49/9.79	o 9
10.69/9.98	c cleaning 8955 clauses out of 17925 with flag 27887/271391
11.00/10.22	c cleaning 7480 clauses out of 14969 with flag 61461/277391
11.00/10.27	c Got one! Elapsed wall clock time (in seconds):10.156
11.00/10.27	o 8
11.20/10.43	c cleaning 6430 clauses out of 12875 with flag 24927/282777
11.42/10.66	c cleaning 6222 clauses out of 12445 with flag 59008/288777
11.77/10.91	c cleaning 6607 clauses out of 13221 with flag 95467/295775
11.97/11.05	c Got one! Elapsed wall clock time (in seconds):10.933
11.97/11.05	o 3
12.15/11.15	c cleaning 6225 clauses out of 12466 with flag 12099/301627
12.56/11.41	c cleaning 6114 clauses out of 12240 with flag 50285/307626
13.16/11.70	c cleaning 6554 clauses out of 13126 with flag 92204/314626
13.34/11.89	c Got one! Elapsed wall clock time (in seconds):11.779
13.34/11.89	o 2
13.84/12.12	c cleaning 8431 clauses out of 16880 with flag 30317/324934
14.43/12.40	c cleaning 7209 clauses out of 14449 with flag 69061/330934
14.70/12.68	c cleaning 7113 clauses out of 14240 with flag 111110/337934
15.11/13.01	c cleaning 7557 clauses out of 15127 with flag 159289/345934
15.43/13.39	c cleaning 8284 clauses out of 16568 with flag 212177/354934
15.92/13.82	c cleaning 9133 clauses out of 18279 with flag 270387/364934
16.33/14.28	c cleaning 10072 clauses out of 20149 with flag 335140/375937
16.63/14.59	c starts		: 202
16.63/14.59	c conflicts		: 383040
16.63/14.59	c decisions		: 558468
16.63/14.59	c propagations		: 7412769
16.63/14.59	c inspects		: 111152624
16.63/14.59	c shortcuts		: 0
16.63/14.59	c learnt literals	: 19
16.63/14.59	c learnt binary clauses	: 8
16.63/14.59	c learnt ternary clauses	: 180
16.63/14.59	c learnt constraints	: 383020
16.63/14.59	c ignored constraints	: 0
16.63/14.59	c root simplifications	: 0
16.63/14.59	c removed literals (reason simplification)	: 0
16.63/14.59	c reason swapping (by a shorter reason)	: 0
16.63/14.59	c Calls to reduceDB	: 51
16.63/14.59	c Number of update (reduction) of LBD	: 96994
16.63/14.59	c number of reductions to clauses (during analyze)	: 0
16.63/14.59	c number of learned constraints concerned by reduction	: 0
16.63/14.59	c number of learning phase by resolution	: 0
16.63/14.59	c number of learning phase by cutting planes	: 0
16.63/14.59	c speed (assignments/second)	: 514204.2869034406
16.63/14.59	c non guided choices	2792
16.63/14.59	c learnt constraints type 
16.63/14.59	c constraints type 
16.63/14.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
16.63/14.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
16.63/14.59	c ignored satisfied constraints => 1
16.63/14.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
16.63/14.59	c 102 constraints processed.
16.63/14.59	s OPTIMUM FOUND
16.63/14.59	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 x165 -x166 -x167 -x168 -x169 
16.63/14.59	c objective function=2
16.63/14.59	c Total wall clock time (in seconds): 14.477

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-3718122-1338251727/watcher-3718122-1338251727 -o /tmp/evaluation-result-3718122-1338251727/solver-3718122-1338251727 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718122-1338251727.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.90 1.60 1.78 2/194 13417
/proc/meminfo: memFree=29563864/32873648 swapFree=7368/7368
[pid=13417] ppid=13415 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13417/stat : 13417 (java) D 13415 13417 13069 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 291296834 9515008 184 33554432000 1073741824 1073778376 140737330191504 140737330182728 251052846519 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 2323 184 142 9 0 71 0

[startup+0.036693 s]
/proc/loadavg: 1.90 1.60 1.78 2/194 13417
/proc/meminfo: memFree=29563864/32873648 swapFree=7368/7368
[pid=13417] ppid=13415 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/13417/stat : 13417 (java) S 13415 13417 13069 0 -1 4202496 2924 0 1 0 1 0 0 0 20 0 11 0 291296834 9310650368 3624 33554432000 1073741824 1073778376 140733950489200 140733950480336 251056390205 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 2273108 3625 1650 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100261 s]
/proc/loadavg: 1.90 1.60 1.78 2/194 13417
/proc/meminfo: memFree=29563864/32873648 swapFree=7368/7368
[pid=13417] ppid=13415 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/13417/stat : 13417 (java) S 13415 13417 13069 0 -1 4202496 4285 0 1 0 8 1 0 0 20 0 18 0 291296834 9787817984 5477 33554432000 1073741824 1073778376 140733950489200 140733950480336 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 2389604 5477 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.30021 s]
/proc/loadavg: 1.90 1.60 1.78 2/194 13417
/proc/meminfo: memFree=29563864/32873648 swapFree=7368/7368
[pid=13417] ppid=13415 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/13417/stat : 13417 (java) S 13415 13417 13069 0 -1 4202496 6628 0 1 0 49 1 0 0 20 0 19 0 291296834 9855979520 7404 33554432000 1073741824 1073778376 140733950489200 140733950480336 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 2406245 7404 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624980

[startup+0.700205 s]
/proc/loadavg: 1.90 1.60 1.78 2/194 13417
/proc/meminfo: memFree=29563864/32873648 swapFree=7368/7368
[pid=13417] ppid=13415 vsize=9624980 CPUtime=1.06 cores=0,2,4,6
/proc/13417/stat : 13417 (java) S 13415 13417 13069 0 -1 4202496 7054 0 1 0 104 2 0 0 20 0 19 0 291296834 9855979520 8971 33554432000 1073741824 1073778376 140733950489200 140733950480336 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 2406245 8971 2242 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9624980

[startup+1.5007 s]
/proc/loadavg: 1.90 1.60 1.78 3/213 13436
/proc/meminfo: memFree=29527908/32873648 swapFree=7368/7368
[pid=13417] ppid=13415 vsize=9624980 CPUtime=2.02 cores=0,2,4,6
/proc/13417/stat : 13417 (java) S 13415 13417 13069 0 -1 4202496 8007 0 1 0 200 2 0 0 20 0 19 0 291296834 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140733950480336 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 2406245 12135 2273 9 0 2396937 0
[pid=13417/tid=13419] ppid=13415 vsize=9624980 CPUtime=1.43 cores=0,2,4,6
/proc/13417/task/13419/stat : 13419 (java) R 13415 13417 13069 0 -1 4202560 2460 0 1 0 143 0 0 0 20 0 19 0 291296835 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678414033344 140678248433932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13420] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13420/stat : 13420 (java) S 13415 13417 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678375533480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13421] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13421/stat : 13421 (java) S 13415 13417 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678374480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13422] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13422/stat : 13422 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678373427880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13423] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13423/stat : 13423 (java) S 13415 13417 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678372375336 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13424] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13424/stat : 13424 (java) S 13415 13417 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678371322280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13425] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13425/stat : 13425 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678370269736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13426] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13426/stat : 13426 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678369216680 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13427] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13427/stat : 13427 (java) S 13415 13417 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678368164136 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13428] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13428/stat : 13428 (java) S 13415 13417 13069 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 291296837 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678238313320 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13429] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13429/stat : 13429 (java) S 13415 13417 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296838 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678237259640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13430] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13430/stat : 13430 (java) S 13415 13417 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296838 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678236206472 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13431] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13431/stat : 13431 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678235155216 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13432] ppid=13415 vsize=9624980 CPUtime=0.17 cores=0,2,4,6
/proc/13417/task/13432/stat : 13432 (java) S 13415 13417 13069 0 -1 4202560 1066 0 0 0 17 0 0 0 20 0 19 0 291296840 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678234102072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13433] ppid=13415 vsize=9624980 CPUtime=0.34 cores=0,2,4,6
/proc/13417/task/13433/stat : 13433 (java) S 13415 13417 13069 0 -1 4202560 3231 0 0 0 34 0 0 0 20 0 19 0 291296840 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140678233049528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13434] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13434/stat : 13434 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140677358807288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13435] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13435/stat : 13435 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140677357754952 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13436] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13436/stat : 13436 (java) S 13415 13417 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296852 9855979520 12135 33554432000 1073741824 1073778376 140733950489200 140677356701224 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9624980

[startup+3.10063 s]
/proc/loadavg: 1.90 1.60 1.78 4/213 13436
/proc/meminfo: memFree=29516124/32873648 swapFree=7368/7368
[pid=13417] ppid=13415 vsize=9624980 CPUtime=3.79 cores=0,2,4,6
/proc/13417/stat : 13417 (java) S 13415 13417 13069 0 -1 4202496 11975 0 1 0 376 3 0 0 20 0 19 0 291296834 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140733950480336 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 2406245 14002 2273 9 0 2396937 0
[pid=13417/tid=13419] ppid=13415 vsize=9624980 CPUtime=2.95 cores=0,2,4,6
/proc/13417/task/13419/stat : 13419 (java) R 13415 13417 13069 0 -1 4202560 2468 0 1 0 295 0 0 0 20 0 19 0 291296835 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678414041376 140678248527277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13420] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13420/stat : 13420 (java) S 13415 13417 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678375533480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13421] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13421/stat : 13421 (java) S 13415 13417 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678374480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13422] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13422/stat : 13422 (java) S 13415 13417 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678373427880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13423] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13423/stat : 13423 (java) S 13415 13417 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678372375336 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13424] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13424/stat : 13424 (java) S 13415 13417 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678371322280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13425] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13425/stat : 13425 (java) S 13415 13417 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678370269736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13426] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13426/stat : 13426 (java) S 13415 13417 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678369216680 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13427] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13427/stat : 13427 (java) S 13415 13417 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678368164136 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13428] ppid=13415 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/13417/task/13428/stat : 13428 (java) S 13415 13417 13069 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 291296837 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678238313320 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13429] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13429/stat : 13429 (java) S 13415 13417 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296838 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678237259640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13430] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13430/stat : 13430 (java) S 13415 13417 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296838 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678236206472 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13431] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13431/stat : 13431 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678235155216 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13432] ppid=13415 vsize=9624980 CPUtime=0.29 cores=0,2,4,6
/proc/13417/task/13432/stat : 13432 (java) S 13415 13417 13069 0 -1 4202560 4572 0 0 0 29 0 0 0 20 0 19 0 291296840 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678234102072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13433] ppid=13415 vsize=9624980 CPUtime=0.38 cores=0,2,4,6
/proc/13417/task/13433/stat : 13433 (java) S 13415 13417 13069 0 -1 4202560 3679 0 0 0 38 0 0 0 20 0 19 0 291296840 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140678233049528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13434] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13434/stat : 13434 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140677358807288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13435] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13435/stat : 13435 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140677357754952 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13436] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13436/stat : 13436 (java) S 13415 13417 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296852 9855979520 14002 33554432000 1073741824 1073778376 140733950489200 140677356701224 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9624980

[startup+6.30071 s]
/proc/loadavg: 1.91 1.61 1.78 3/213 13436
/proc/meminfo: memFree=29522328/32873648 swapFree=7368/7368
[pid=13417] ppid=13415 vsize=9624980 CPUtime=7.04 cores=0,2,4,6
/proc/13417/stat : 13417 (java) S 13415 13417 13069 0 -1 4202496 12029 0 1 0 701 3 0 0 20 0 19 0 291296834 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140733950480336 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 2406245 12375 2274 9 0 2396937 0
[pid=13417/tid=13419] ppid=13415 vsize=9624980 CPUtime=6.04 cores=0,2,4,6
/proc/13417/task/13419/stat : 13419 (java) R 13415 13417 13069 0 -1 4202560 2479 0 1 0 602 2 0 0 20 0 19 0 291296835 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678414041376 140678248433836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13420] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13420/stat : 13420 (java) S 13415 13417 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678375533480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13421] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13421/stat : 13421 (java) S 13415 13417 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678374480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13422] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13422/stat : 13422 (java) S 13415 13417 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678373427880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13423] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13423/stat : 13423 (java) S 13415 13417 13069 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678372375336 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13424] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13424/stat : 13424 (java) S 13415 13417 13069 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678371322280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13425] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13425/stat : 13425 (java) S 13415 13417 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678370269736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13426] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13426/stat : 13426 (java) S 13415 13417 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678369216680 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13427] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13427/stat : 13427 (java) S 13415 13417 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291296836 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678368164136 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13428] ppid=13415 vsize=9624980 CPUtime=0.18 cores=0,2,4,6
/proc/13417/task/13428/stat : 13428 (java) S 13415 13417 13069 0 -1 4202560 31 0 0 0 18 0 0 0 20 0 19 0 291296837 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678238313320 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13429] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13429/stat : 13429 (java) S 13415 13417 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296838 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678237259640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13430] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13430/stat : 13430 (java) S 13415 13417 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296838 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678236206472 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13431] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13431/stat : 13431 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678235155216 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13432] ppid=13415 vsize=9624980 CPUtime=0.31 cores=0,2,4,6
/proc/13417/task/13432/stat : 13432 (java) S 13415 13417 13069 0 -1 4202560 4606 0 0 0 31 0 0 0 20 0 19 0 291296840 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678234102072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13433] ppid=13415 vsize=9624980 CPUtime=0.38 cores=0,2,4,6
/proc/13417/task/13433/stat : 13433 (java) S 13415 13417 13069 0 -1 4202560 3679 0 0 0 38 0 0 0 20 0 19 0 291296840 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140678233049528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13434] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13434/stat : 13434 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140677358807288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13435] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13435/stat : 13435 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140677357754952 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13436] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13436/stat : 13436 (java) S 13415 13417 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296852 9855979520 12375 33554432000 1073741824 1073778376 140733950489200 140677356701224 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/13417/statm: 2406245 18579 2274 9 0 2396937 0
[pid=13417/tid=13419] ppid=13415 vsize=9624980 CPUtime=12.94 cores=0,2,4,6
/proc/13417/task/13419/stat : 13419 (java) R 13415 13417 13069 0 -1 4202560 2501 0 1 0 1292 2 0 0 20 0 19 0 291296835 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678414041376 140678248517935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13420] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13420/stat : 13420 (java) S 13415 13417 13069 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 291296836 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678375533480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13421] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13421/stat : 13421 (java) S 13415 13417 13069 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291296836 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678374480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13422] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13422/stat : 13422 (java) S 13415 13417 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291296836 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678373427880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13423] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13423/stat : 13423 (java) S 13415 13417 13069 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291296836 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678372375336 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13424] ppid=13415 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13424/stat : 13424 (java) S 13415 13417 13069 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 291296836 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678371322280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13425] ppid=13415 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13425/stat : 13425 (java) S 13415 13417 13069 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291296836 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678370269736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13426] ppid=13415 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13426/stat : 13426 (java) S 13415 13417 13069 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291296836 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678369216680 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13427] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13427/stat : 13427 (java) S 13415 13417 13069 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291296836 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678368164136 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13428] ppid=13415 vsize=9624980 CPUtime=0.42 cores=0,2,4,6
/proc/13417/task/13428/stat : 13428 (java) S 13415 13417 13069 0 -1 4202560 46 0 0 0 42 0 0 0 20 0 19 0 291296837 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678238313320 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13429] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13429/stat : 13429 (java) S 13415 13417 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296838 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678237259640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13430] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13430/stat : 13430 (java) S 13415 13417 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296838 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678236206472 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13431] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13431/stat : 13431 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678235155216 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13432] ppid=13415 vsize=9624980 CPUtime=1.01 cores=0,2,4,6
/proc/13417/task/13432/stat : 13432 (java) S 13415 13417 13069 0 -1 4202560 13148 0 0 0 98 3 0 0 20 0 19 0 291296840 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678234102072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13433] ppid=13415 vsize=9624980 CPUtime=0.98 cores=0,2,4,6
/proc/13417/task/13433/stat : 13433 (java) S 13415 13417 13069 0 -1 4202560 13538 0 0 0 95 3 0 0 20 0 19 0 291296840 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140678233049528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13434] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13434/stat : 13434 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140677358807288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13435] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13435/stat : 13435 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140677357754952 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13436] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13436/stat : 13436 (java) S 13415 13417 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296852 9855979520 18579 33554432000 1073741824 1073778376 140733950489200 140677356701224 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 15.62
Current children cumulated vsize (KiB) 9624980

[startup+14.3067 s]
/proc/loadavg: 2.00 1.64 1.79 3/213 13493
/proc/meminfo: memFree=29515576/32873648 swapFree=7368/7368
[pid=13417] ppid=13415 vsize=9624980 CPUtime=16.43 cores=0,2,4,6
/proc/13417/stat : 13417 (java) S 13415 13417 13069 0 -1 4202496 30480 0 1 0 1635 8 0 0 20 0 19 0 291296834 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140733950480336 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 2406245 18581 2274 9 0 2396937 0
[pid=13417/tid=13419] ppid=13415 vsize=9624980 CPUtime=13.72 cores=0,2,4,6
/proc/13417/task/13419/stat : 13419 (java) R 13415 13417 13069 0 -1 4202560 2503 0 1 0 1370 2 0 0 20 0 19 0 291296835 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678414041496 140678248493623 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13420] ppid=13415 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13420/stat : 13420 (java) S 13415 13417 13069 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678375533480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13421] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13421/stat : 13421 (java) S 13415 13417 13069 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678374480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13422] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13422/stat : 13422 (java) S 13415 13417 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678373427880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13423] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13423/stat : 13423 (java) S 13415 13417 13069 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678372375336 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13424] ppid=13415 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13424/stat : 13424 (java) S 13415 13417 13069 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678371322280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13425] ppid=13415 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13425/stat : 13425 (java) S 13415 13417 13069 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678370269736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13426] ppid=13415 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13426/stat : 13426 (java) S 13415 13417 13069 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678369216680 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13427] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13427/stat : 13427 (java) S 13415 13417 13069 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678368164136 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13428] ppid=13415 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/13417/task/13428/stat : 13428 (java) S 13415 13417 13069 0 -1 4202560 46 0 0 0 44 0 0 0 20 0 19 0 291296837 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678238313320 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13429] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13429/stat : 13429 (java) S 13415 13417 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296838 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678237259640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13430] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13430/stat : 13430 (java) S 13415 13417 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296838 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678236206472 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13431] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13431/stat : 13431 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678235155216 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13432] ppid=13415 vsize=9624980 CPUtime=1.01 cores=0,2,4,6
/proc/13417/task/13432/stat : 13432 (java) S 13415 13417 13069 0 -1 4202560 13148 0 0 0 98 3 0 0 20 0 19 0 291296840 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678234102072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13433] ppid=13415 vsize=9624980 CPUtime=0.98 cores=0,2,4,6
/proc/13417/task/13433/stat : 13433 (java) S 13415 13417 13069 0 -1 4202560 13538 0 0 0 95 3 0 0 20 0 19 0 291296840 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678233049528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13434] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13434/stat : 13434 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140677358807288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13435] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13435/stat : 13435 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140677357754952 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13436] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13436/stat : 13436 (java) S 13415 13417 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296852 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140677356701224 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 16.43
Current children cumulated vsize (KiB) 9624980

[startup+14.5006 s]
/proc/loadavg: 2.00 1.64 1.79 3/213 13493
/proc/meminfo: memFree=29515576/32873648 swapFree=7368/7368
[pid=13417] ppid=13415 vsize=9624980 CPUtime=16.63 cores=0,2,4,6
/proc/13417/stat : 13417 (java) S 13415 13417 13069 0 -1 4202496 30480 0 1 0 1655 8 0 0 20 0 19 0 291296834 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140733950480336 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 2406245 18581 2274 9 0 2396937 0
[pid=13417/tid=13419] ppid=13415 vsize=9624980 CPUtime=13.92 cores=0,2,4,6
/proc/13417/task/13419/stat : 13419 (java) R 13415 13417 13069 0 -1 4202560 2503 0 1 0 1390 2 0 0 20 0 19 0 291296835 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678414041608 140678248465823 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13420] ppid=13415 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13420/stat : 13420 (java) S 13415 13417 13069 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678375533480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13421] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13421/stat : 13421 (java) S 13415 13417 13069 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678374480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13422] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13422/stat : 13422 (java) S 13415 13417 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678373427880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13423] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13423/stat : 13423 (java) S 13415 13417 13069 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678372375336 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13424] ppid=13415 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13424/stat : 13424 (java) S 13415 13417 13069 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678371322280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13425] ppid=13415 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13425/stat : 13425 (java) S 13415 13417 13069 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678370269736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13426] ppid=13415 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13426/stat : 13426 (java) S 13415 13417 13069 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678369216680 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13427] ppid=13415 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13427/stat : 13427 (java) S 13415 13417 13069 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291296836 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678368164136 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13428] ppid=13415 vsize=9624980 CPUtime=0.44 cores=0,2,4,6
/proc/13417/task/13428/stat : 13428 (java) S 13415 13417 13069 0 -1 4202560 46 0 0 0 44 0 0 0 20 0 19 0 291296837 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678238313320 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13429] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13429/stat : 13429 (java) S 13415 13417 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296838 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678237259640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13430] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13430/stat : 13430 (java) S 13415 13417 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296838 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678236206472 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13431] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13431/stat : 13431 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678235155216 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13432] ppid=13415 vsize=9624980 CPUtime=1.02 cores=0,2,4,6
/proc/13417/task/13432/stat : 13432 (java) S 13415 13417 13069 0 -1 4202560 13148 0 0 0 99 3 0 0 20 0 19 0 291296840 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678234102072 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13433] ppid=13415 vsize=9624980 CPUtime=0.98 cores=0,2,4,6
/proc/13417/task/13433/stat : 13433 (java) S 13415 13417 13069 0 -1 4202560 13538 0 0 0 95 3 0 0 20 0 19 0 291296840 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140678233049528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13434] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13434/stat : 13434 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140677358807288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13435] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13435/stat : 13435 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296840 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140677357754952 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13436] ppid=13415 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13436/stat : 13436 (java) S 13415 13417 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296852 9855979520 18581 33554432000 1073741824 1073778376 140733950489200 140677356701224 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 16.63
Current children cumulated vsize (KiB) 9624980

[startup+14.6006 s]
/proc/loadavg: 2.00 1.64 1.79 3/213 13493
/proc/meminfo: memFree=29515576/32873648 swapFree=7368/7368
[pid=13417] ppid=13415 vsize=9691544 CPUtime=16.73 cores=0,2,4,6
/proc/13417/stat : 13417 (java) S 13415 13417 13069 0 -1 4202496 30498 0 1 0 1665 8 0 0 20 0 17 0 291296834 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140733950480336 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13417/statm: 2422886 18594 2276 9 0 2413578 0
[pid=13417/tid=13419] ppid=13415 vsize=9691544 CPUtime=14.01 cores=0,2,4,6
/proc/13417/task/13419/stat : 13419 (java) S 13415 13417 13069 0 -1 4202560 2505 0 1 0 1399 2 0 0 20 0 17 0 291296835 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678414042104 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13420] ppid=13415 vsize=9691544 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13420/stat : 13420 (java) S 13415 13417 13069 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 17 0 291296836 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678375533480 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13421] ppid=13415 vsize=9691544 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13421/stat : 13421 (java) S 13415 13417 13069 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 17 0 291296836 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678374480936 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13422] ppid=13415 vsize=9691544 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13422/stat : 13422 (java) S 13415 13417 13069 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 17 0 291296836 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678373427880 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13423] ppid=13415 vsize=9691544 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13423/stat : 13423 (java) S 13415 13417 13069 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 17 0 291296836 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678372375336 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13424] ppid=13415 vsize=9691544 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13424/stat : 13424 (java) S 13415 13417 13069 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 17 0 291296836 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678371322280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13425] ppid=13415 vsize=9691544 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13425/stat : 13425 (java) S 13415 13417 13069 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 17 0 291296836 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678370269736 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13426] ppid=13415 vsize=9691544 CPUtime=0.02 cores=0,2,4,6
/proc/13417/task/13426/stat : 13426 (java) S 13415 13417 13069 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 17 0 291296836 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678369216680 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13427] ppid=13415 vsize=9691544 CPUtime=0.01 cores=0,2,4,6
/proc/13417/task/13427/stat : 13427 (java) S 13415 13417 13069 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 17 0 291296836 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678368164136 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13417/tid=13428] ppid=13415 vsize=9691544 CPUtime=0.44 cores=0,2,4,6
/proc/13417/task/13428/stat : 13428 (java) S 13415 13417 13069 0 -1 4202560 47 0 0 0 44 0 0 0 20 0 17 0 291296837 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678238312872 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13429] ppid=13415 vsize=9691544 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13429/stat : 13429 (java) S 13415 13417 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 17 0 291296838 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678237259640 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13430] ppid=13415 vsize=9691544 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13430/stat : 13430 (java) S 13415 13417 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 17 0 291296838 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678236206472 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13417/tid=13432] ppid=13415 vsize=9691544 CPUtime=1.02 cores=0,2,4,6
/proc/13417/task/13432/stat : 13432 (java) S 13415 13417 13069 0 -1 4202560 13149 0 0 0 99 3 0 0 20 0 17 0 291296840 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678234088312 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13417/tid=13433] ppid=13415 vsize=9691544 CPUtime=0.98 cores=0,2,4,6
/proc/13417/task/13433/stat : 13433 (java) S 13415 13417 13069 0 -1 4202560 13538 0 0 0 95 3 0 0 20 0 17 0 291296840 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140678233049528 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13434] ppid=13415 vsize=9691544 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13434/stat : 13434 (java) S 13415 13417 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 17 0 291296840 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140677358807288 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13417/tid=13436] ppid=13415 vsize=9691544 CPUtime=0 cores=0,2,4,6
/proc/13417/task/13436/stat : 13436 (java) S 13415 13417 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 17 0 291296852 9924141056 18594 33554432000 1073741824 1073778376 140733950489200 140677356701224 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 16.73
Current children cumulated vsize (KiB) 9691544

Child status: 30
Real time (s): 14.6086
CPU time (s): 16.8114
CPU user time (s): 16.6075
CPU system time (s): 0.203968
CPU usage (%): 115.079
Max. virtual memory (cumulated for all children) (KiB): 9691544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6075
system time used= 0.203968
maximum resident set size= 75292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30498
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= 1873
involuntary context switches= 1165

runsolver used 0.069989 second user time and 0.137979 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 43af695f5d89afd81852305c494200d4
RANDOM SEED=553416281

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:        29564508 kB
Buffers:          641168 kB
Cached:          1748372 kB
SwapCached:         2476 kB
Active:          1179284 kB
Inactive:        1285072 kB
Active(anon):      58132 kB
Inactive(anon):     9368 kB
Active(file):    1121152 kB
Inactive(file):  1275704 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:               492 kB
Writeback:             0 kB
AnonPages:         98740 kB
Mapped:            22488 kB
Shmem:                96 kB
Slab:             701616 kB
SReclaimable:     144844 kB
SUnreclaim:       556772 kB
KernelStack:        1760 kB
PageTables:         4292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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:42