Trace number 3718440

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 18.4632 16.7495

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978334--soft-0-100-0.wbo
MD5SUM359f8e8e206a8ecfac2e3b6d9e7369bc
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.535917
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5180
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 5179
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120528
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3718440-1338254227.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.054s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     270
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.17	c ignored satisfied constraints => 1
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.17	c 102 constraints processed.
0.10/0.17	c objective function length is 101 literals
0.26/0.22	c SATISFIABLE
0.26/0.22	c OPTIMIZING...
0.26/0.22	c Got one! Elapsed wall clock time (in seconds):0.105
0.26/0.22	o 354
0.26/0.27	c Got one! Elapsed wall clock time (in seconds):0.16
0.26/0.27	o 351
0.49/0.39	c Got one! Elapsed wall clock time (in seconds):0.275
0.49/0.39	o 314
0.63/0.40	c Got one! Elapsed wall clock time (in seconds):0.293
0.63/0.40	o 311
0.63/0.44	c Got one! Elapsed wall clock time (in seconds):0.326
0.63/0.44	o 309
0.63/0.46	c Got one! Elapsed wall clock time (in seconds):0.348
0.63/0.46	o 297
0.63/0.49	c Got one! Elapsed wall clock time (in seconds):0.376
0.63/0.49	o 296
0.78/0.50	c Got one! Elapsed wall clock time (in seconds):0.386
0.78/0.50	o 289
0.78/0.53	c Got one! Elapsed wall clock time (in seconds):0.418
0.78/0.53	o 279
0.88/0.62	c cleaning 4716 clauses out of 9431 with flag 6514/9431
0.88/0.64	c Got one! Elapsed wall clock time (in seconds):0.529
0.88/0.64	o 278
0.88/0.66	c Got one! Elapsed wall clock time (in seconds):0.545
0.88/0.66	o 261
1.04/0.76	c Got one! Elapsed wall clock time (in seconds):0.647
1.04/0.76	o 254
1.04/0.78	c Got one! Elapsed wall clock time (in seconds):0.666
1.04/0.78	o 252
1.15/0.82	c Got one! Elapsed wall clock time (in seconds):0.711
1.15/0.82	o 251
1.15/0.86	c cleaning 5694 clauses out of 11398 with flag 3785/16114
1.27/0.93	c Got one! Elapsed wall clock time (in seconds):0.817
1.27/0.93	o 249
1.39/1.04	c Got one! Elapsed wall clock time (in seconds):0.931
1.39/1.04	o 230
1.39/1.08	c cleaning 5840 clauses out of 11680 with flag 3961/22090
1.51/1.11	c Got one! Elapsed wall clock time (in seconds):1.0
1.51/1.11	o 224
1.51/1.17	c Got one! Elapsed wall clock time (in seconds):1.055
1.51/1.17	o 222
1.73/1.30	c cleaning 5963 clauses out of 11943 with flag 17726/28193
1.83/1.45	c Got one! Elapsed wall clock time (in seconds):1.336
1.83/1.45	o 219
1.83/1.49	c cleaning 5514 clauses out of 11031 with flag 4007/33244
1.93/1.50	c Got one! Elapsed wall clock time (in seconds):1.389
1.93/1.50	o 215
1.93/1.55	c Got one! Elapsed wall clock time (in seconds):1.442
1.93/1.55	o 214
2.13/1.70	c cleaning 5620 clauses out of 11248 with flag 15883/38975
2.13/1.76	c Got one! Elapsed wall clock time (in seconds):1.648
2.13/1.76	o 212
2.23/1.87	c cleaning 5557 clauses out of 11125 with flag 14818/44472
2.43/2.04	c Got one! Elapsed wall clock time (in seconds):1.93
2.43/2.04	o 211
2.43/2.08	c cleaning 5702 clauses out of 11411 with flag 3877/50315
2.54/2.10	c Got one! Elapsed wall clock time (in seconds):1.992
2.54/2.10	o 209
2.68/2.28	c cleaning 5535 clauses out of 11084 with flag 23166/55690
2.77/2.32	c Got one! Elapsed wall clock time (in seconds):2.213
2.77/2.32	o 205
2.87/2.43	c cleaning 5264 clauses out of 10554 with flag 14934/60695
2.87/2.47	c Got one! Elapsed wall clock time (in seconds):2.363
2.87/2.47	o 197
2.97/2.58	c cleaning 5161 clauses out of 10333 with flag 15385/65738
3.07/2.64	c Got one! Elapsed wall clock time (in seconds):2.528
3.07/2.64	o 180
3.17/2.75	c cleaning 5416 clauses out of 10860 with flag 15586/71426
3.27/2.87	c Got one! Elapsed wall clock time (in seconds):2.757
3.27/2.87	o 171
3.37/2.91	c cleaning 5346 clauses out of 10697 with flag 4020/76679
3.37/2.92	c Got one! Elapsed wall clock time (in seconds):2.811
3.37/2.92	o 170
3.48/3.08	c Got one! Elapsed wall clock time (in seconds):2.966
3.48/3.08	o 167
3.58/3.11	c cleaning 5253 clauses out of 10519 with flag 4258/81847
3.79/3.32	c Got one! Elapsed wall clock time (in seconds):3.207
3.79/3.32	o 166
3.88/3.48	c cleaning 7870 clauses out of 15742 with flag 20039/92323
3.99/3.55	c Got one! Elapsed wall clock time (in seconds):3.442
3.99/3.55	o 155
4.13/3.68	c cleaning 6870 clauses out of 13743 with flag 18115/98194
4.51/3.90	c cleaning 6429 clauses out of 12871 with flag 43018/104192
4.72/4.15	c Got one! Elapsed wall clock time (in seconds):4.033
4.72/4.15	o 149
4.82/4.28	c Got one! Elapsed wall clock time (in seconds):4.164
4.82/4.28	o 147
4.92/4.33	c cleaning 9008 clauses out of 18022 with flag 4443/115772
4.92/4.35	c Got one! Elapsed wall clock time (in seconds):4.242
4.92/4.35	o 126
5.03/4.45	c Got one! Elapsed wall clock time (in seconds):4.334
5.03/4.45	o 124
5.12/4.53	c Got one! Elapsed wall clock time (in seconds):4.422
5.12/4.53	o 120
5.12/4.58	c cleaning 7842 clauses out of 15698 with flag 4815/122456
5.32/4.71	c Got one! Elapsed wall clock time (in seconds):4.599
5.32/4.71	o 118
5.32/4.75	c cleaning 6430 clauses out of 12877 with flag 4511/127477
5.56/4.96	c cleaning 6218 clauses out of 12446 with flag 29775/133476
5.87/5.20	c Got one! Elapsed wall clock time (in seconds):5.09
5.87/5.20	o 109
5.97/5.37	c cleaning 8610 clauses out of 17242 with flag 22856/144490
6.18/5.57	c cleaning 7306 clauses out of 14633 with flag 51329/150491
6.39/5.77	c Got one! Elapsed wall clock time (in seconds):5.661
6.39/5.77	o 107
6.64/5.98	c cleaning 8776 clauses out of 17574 with flag 22227/160738
7.04/6.19	c cleaning 7382 clauses out of 14797 with flag 48371/166737
7.42/6.36	c Got one! Elapsed wall clock time (in seconds):6.252
7.42/6.36	o 103
7.42/6.39	c Got one! Elapsed wall clock time (in seconds):6.275
7.42/6.39	o 69
7.52/6.43	c Got one! Elapsed wall clock time (in seconds):6.314
7.52/6.43	o 61
7.65/6.53	c Got one! Elapsed wall clock time (in seconds):6.417
7.65/6.53	o 60
7.75/6.64	c cleaning 9748 clauses out of 19508 with flag 9479/178830
8.14/6.80	c Got one! Elapsed wall clock time (in seconds):6.688
8.14/6.80	o 59
8.14/6.86	c cleaning 7608 clauses out of 15235 with flag 4564/184305
8.48/7.05	c cleaning 6808 clauses out of 13626 with flag 30575/190304
8.48/7.07	c Got one! Elapsed wall clock time (in seconds):6.961
8.48/7.07	o 50
8.68/7.22	c cleaning 6029 clauses out of 12078 with flag 23952/195564
8.88/7.41	c cleaning 6020 clauses out of 12049 with flag 49866/201564
8.98/7.53	c Got one! Elapsed wall clock time (in seconds):7.419
8.98/7.53	o 47
8.98/7.57	c cleaning 5678 clauses out of 11374 with flag 4855/206909
9.09/7.68	c Got one! Elapsed wall clock time (in seconds):7.568
9.09/7.68	o 46
9.19/7.75	c cleaning 5716 clauses out of 11451 with flag 10023/212664
9.39/7.94	c cleaning 5851 clauses out of 11735 with flag 38048/218664
9.59/8.15	c cleaning 6422 clauses out of 12884 with flag 69340/225664
9.79/8.39	c cleaning 7227 clauses out of 14465 with flag 102065/233667
10.09/8.67	c cleaning 8110 clauses out of 16235 with flag 138691/242664
10.39/8.99	c cleaning 9063 clauses out of 18125 with flag 180195/252664
10.79/9.34	c cleaning 10029 clauses out of 20063 with flag 224107/263665
11.19/9.74	c cleaning 11018 clauses out of 22036 with flag 278993/275667
11.60/10.18	c cleaning 12002 clauses out of 24016 with flag 336635/288665
12.01/10.50	c Got one! Elapsed wall clock time (in seconds):10.392
12.01/10.50	o 39
12.23/10.70	c cleaning 13144 clauses out of 26287 with flag 21192/302938
12.34/10.90	c Got one! Elapsed wall clock time (in seconds):10.786
12.34/10.90	o 38
12.64/11.11	c cleaning 12041 clauses out of 24090 with flag 26484/313886
12.85/11.33	c cleaning 9012 clauses out of 18049 with flag 57786/319886
13.05/11.56	c cleaning 8015 clauses out of 16036 with flag 89843/326885
13.05/11.58	c Got one! Elapsed wall clock time (in seconds):11.47
13.05/11.58	o 35
13.25/11.74	c cleaning 6736 clauses out of 13501 with flag 25679/332365
13.47/11.95	c cleaning 6381 clauses out of 12766 with flag 56291/338366
13.68/12.17	c cleaning 6685 clauses out of 13388 with flag 90222/345369
13.97/12.44	c cleaning 7346 clauses out of 14700 with flag 127376/353366
14.28/12.72	c cleaning 8177 clauses out of 16353 with flag 162952/362365
14.60/13.03	c cleaning 9084 clauses out of 18175 with flag 203435/372365
14.60/13.08	c Got one! Elapsed wall clock time (in seconds):12.972
14.60/13.08	o 9
14.81/13.22	c cleaning 7281 clauses out of 14589 with flag 21211/377863
15.00/13.43	c cleaning 6647 clauses out of 13309 with flag 52818/383864
15.21/13.65	c cleaning 6823 clauses out of 13662 with flag 87273/390864
15.51/13.91	c cleaning 7411 clauses out of 14838 with flag 126884/398863
15.82/14.21	c cleaning 8198 clauses out of 16428 with flag 170130/407864
16.11/14.55	c cleaning 9115 clauses out of 18229 with flag 219631/417863
16.54/14.94	c cleaning 10054 clauses out of 20115 with flag 272648/428866
16.94/15.36	c cleaning 11020 clauses out of 22056 with flag 332895/440864
17.44/15.86	c cleaning 12016 clauses out of 24034 with flag 403127/453864
18.07/16.41	c cleaning 13004 clauses out of 26012 with flag 476801/467863
18.36/16.74	c starts		: 201
18.36/16.74	c conflicts		: 475675
18.36/16.74	c decisions		: 778668
18.36/16.74	c propagations		: 12635412
18.36/16.74	c inspects		: 109141150
18.36/16.74	c shortcuts		: 0
18.36/16.74	c learnt literals	: 30
18.36/16.74	c learnt binary clauses	: 42
18.36/16.74	c learnt ternary clauses	: 1078
18.36/16.74	c learnt constraints	: 475644
18.36/16.74	c ignored constraints	: 0
18.36/16.74	c root simplifications	: 0
18.36/16.74	c removed literals (reason simplification)	: 0
18.36/16.74	c reason swapping (by a shorter reason)	: 0
18.36/16.74	c Calls to reduceDB	: 60
18.36/16.74	c Number of update (reduction) of LBD	: 144050
18.36/16.74	c number of reductions to clauses (during analyze)	: 0
18.36/16.74	c number of learned constraints concerned by reduction	: 0
18.36/16.74	c number of learning phase by resolution	: 0
18.36/16.74	c number of learning phase by cutting planes	: 0
18.36/16.74	c speed (assignments/second)	: 762593.5180155713
18.36/16.74	c non guided choices	2276
18.36/16.74	c learnt constraints type 
18.36/16.74	c constraints type 
18.36/16.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
18.36/16.74	c ignored satisfied constraints => 1
18.36/16.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
18.36/16.74	c 102 constraints processed.
18.36/16.74	s OPTIMUM FOUND
18.36/16.74	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 
18.36/16.74	c objective function=9
18.36/16.74	c Total wall clock time (in seconds): 16.629

Verifier Data

OK	9

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3718440-1338254227/watcher-3718440-1338254227 -o /tmp/evaluation-result-3718440-1338254227/solver-3718440-1338254227 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718440-1338254227.wbo 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.04 2.05 2.01 3/195 3612
/proc/meminfo: memFree=29510156/32873844 swapFree=7628/7628
[pid=3612] ppid=3610 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/3612/stat : 3612 (java) R 3610 3612 31640 0 -1 4202496 503 0 0 0 0 0 0 0 20 0 1 0 291547088 23793664 232 33554432000 1073741824 1073778376 140736638454064 140736638443128 254741101107 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/3612/statm: 5809 244 192 9 0 128 0

[startup+0.0476559 s]
/proc/loadavg: 2.04 2.05 2.01 3/195 3612
/proc/meminfo: memFree=29510156/32873844 swapFree=7628/7628
[pid=3612] ppid=3610 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 31640 0 -1 4202496 3104 0 1 0 3 0 0 0 20 0 13 0 291547088 9446973440 3292 33554432000 1073741824 1073778376 140736638454064 140736638445200 254753669181 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3612/statm: 2306390 3293 1706 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100272 s]
/proc/loadavg: 2.04 2.05 2.01 3/195 3612
/proc/meminfo: memFree=29510156/32873844 swapFree=7628/7628
[pid=3612] ppid=3610 vsize=9558416 CPUtime=0.1 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 31640 0 -1 4202496 4344 0 1 0 9 1 0 0 20 0 18 0 291547088 9787817984 5028 33554432000 1073741824 1073778376 140736638454064 140736638445200 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3612/statm: 2389604 5028 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300188 s]
/proc/loadavg: 2.04 2.05 2.01 3/195 3612
/proc/meminfo: memFree=29510156/32873844 swapFree=7628/7628
[pid=3612] ppid=3610 vsize=9624980 CPUtime=0.49 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 31640 0 -1 4202496 6627 0 1 0 48 1 0 0 20 0 19 0 291547088 9855979520 7507 33554432000 1073741824 1073778376 140736638454064 140736638445200 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3612/statm: 2406245 7507 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9624980

[startup+0.700228 s]
/proc/loadavg: 2.04 2.05 2.01 3/195 3612
/proc/meminfo: memFree=29510156/32873844 swapFree=7628/7628
[pid=3612] ppid=3610 vsize=9624980 CPUtime=1.04 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 31640 0 -1 4202496 7610 0 1 0 103 1 0 0 20 0 19 0 291547088 9855979520 9681 33554432000 1073741824 1073778376 140736638454064 140736638445200 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3612/statm: 2406245 9681 2269 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9624980

[startup+1.50078 s]
/proc/loadavg: 2.04 2.05 2.01 3/214 3631
/proc/meminfo: memFree=29477684/32873844 swapFree=7628/7628
[pid=3612] ppid=3610 vsize=9624980 CPUtime=1.93 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 31640 0 -1 4202496 7820 0 1 0 191 2 0 0 20 0 19 0 291547088 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140736638445200 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3612/statm: 2406245 10728 2271 9 0 2396937 0
[pid=3612/tid=3614] ppid=3610 vsize=9624980 CPUtime=1.41 cores=1,3,5,7
/proc/3612/task/3614/stat : 3614 (java) S 3610 3612 31640 0 -1 4202560 2519 0 1 0 141 0 0 0 20 0 19 0 291547089 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363424190872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3615] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3615/stat : 3615 (java) S 3610 3612 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363362921000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3616] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3616/stat : 3616 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363361868200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3617] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3617/stat : 3617 (java) S 3610 3612 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363360815400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3618] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3618/stat : 3618 (java) S 3610 3612 31640 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363359762600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3619] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3619/stat : 3619 (java) S 3610 3612 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363358710824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3620] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363357658024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363261754152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363260701352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) R 3610 3612 31640 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 291547091 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363248289136 140363428376513 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363247236344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363246183432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363245131920 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 31640 0 -1 4202560 2534 0 0 0 19 0 0 0 20 0 19 0 291547094 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363244080056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=9624980 CPUtime=0.21 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 31640 0 -1 4202560 1518 0 0 0 21 0 0 0 20 0 19 0 291547094 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363243027256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3629] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3629/stat : 3629 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363241974648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3630] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3630/stat : 3630 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363240922056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3631] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3631/stat : 3631 (java) S 3610 3612 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291547105 9855979520 10728 33554432000 1073741824 1073778376 140736638454064 140363239867560 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9624980

[startup+3.10077 s]
/proc/loadavg: 2.04 2.05 2.01 3/214 3631
/proc/meminfo: memFree=29475016/32873844 swapFree=7628/7628
[pid=3612] ppid=3610 vsize=9624980 CPUtime=3.58 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 31640 0 -1 4202496 8367 0 1 0 356 2 0 0 20 0 19 0 291547088 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140736638445200 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3612/statm: 2406245 10851 2272 9 0 2396937 0
[pid=3612/tid=3614] ppid=3610 vsize=9624980 CPUtime=2.92 cores=1,3,5,7
/proc/3612/task/3614/stat : 3614 (java) R 3610 3612 31640 0 -1 4202560 2528 0 1 0 292 0 0 0 20 0 19 0 291547089 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363424190872 140363364340152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3615] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3615/stat : 3615 (java) S 3610 3612 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363362921000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3616] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3616/stat : 3616 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363361868200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3617] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3617/stat : 3617 (java) S 3610 3612 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363360815400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3618] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3618/stat : 3618 (java) S 3610 3612 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363359762600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3619] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3619/stat : 3619 (java) S 3610 3612 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363358710824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3620] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363357658024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363261754152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 31640 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363260701352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=9624980 CPUtime=0.1 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) S 3610 3612 31640 0 -1 4202560 31 0 0 0 10 0 0 0 20 0 19 0 291547091 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363248290280 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363247236344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363246183432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363245131920 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 31640 0 -1 4202560 2534 0 0 0 19 0 0 0 20 0 19 0 291547094 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363244080056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 31640 0 -1 4202560 2048 0 0 0 25 0 0 0 20 0 19 0 291547094 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363243027256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3629] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3629/stat : 3629 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363241974648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3630] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3630/stat : 3630 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363240922056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3631] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3631/stat : 3631 (java) S 3610 3612 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291547105 9855979520 10851 33554432000 1073741824 1073778376 140736638454064 140363239867560 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9624980

[startup+6.3008 s]
/proc/loadavg: 2.12 2.06 2.02 3/214 3631
/proc/meminfo: memFree=29462728/32873844 swapFree=7628/7628
[pid=3612] ppid=3610 vsize=9624980 CPUtime=7.42 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 31640 0 -1 4202496 17900 0 1 0 738 4 0 0 20 0 19 0 291547088 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140736638445200 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3612/statm: 2406245 15736 2273 9 0 2396937 0
[pid=3612/tid=3614] ppid=3610 vsize=9624980 CPUtime=5.96 cores=1,3,5,7
/proc/3612/task/3614/stat : 3614 (java) R 3610 3612 31640 0 -1 4202560 2540 0 1 0 596 0 0 0 20 0 19 0 291547089 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363424190872 140363364339584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3615] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3615/stat : 3615 (java) S 3610 3612 31640 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363362921000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3616] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3616/stat : 3616 (java) S 3610 3612 31640 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363361868200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3617] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3617/stat : 3617 (java) S 3610 3612 31640 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363360815400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3618] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3618/stat : 3618 (java) S 3610 3612 31640 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363359762600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3619] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3619/stat : 3619 (java) S 3610 3612 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363358710824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3620] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363357658024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 31640 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363261754152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 31640 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291547090 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363260701352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) S 3610 3612 31640 0 -1 4202560 57 0 0 0 23 0 0 0 20 0 19 0 291547091 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363248290280 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363247236344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363246183432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363245131920 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 31640 0 -1 4202560 2539 0 0 0 23 0 0 0 20 0 19 0 291547094 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363244080056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=9624980 CPUtime=0.8 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 31640 0 -1 4202560 11525 0 0 0 78 2 0 0 20 0 19 0 291547094 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363243027256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3629] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3629/stat : 3629 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363241974648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3630] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3630/stat : 3630 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363240922056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3631] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3631/stat : 3631 (java) S 3610 3612 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291547105 9855979520 15736 33554432000 1073741824 1073778376 140736638454064 140363239867560 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]

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

/proc/3612/task/3615/stat : 3615 (java) S 3610 3612 31640 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363362921000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3616] ppid=3610 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/3612/task/3616/stat : 3616 (java) S 3610 3612 31640 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291547090 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363361868200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3617] ppid=3610 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/3612/task/3617/stat : 3617 (java) S 3610 3612 31640 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291547090 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363360815400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3618] ppid=3610 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/3612/task/3618/stat : 3618 (java) S 3610 3612 31640 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 291547090 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363359762600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3619] ppid=3610 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/3612/task/3619/stat : 3619 (java) S 3610 3612 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291547090 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363358710824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3620] ppid=3610 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291547090 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363357658024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 31640 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363261754152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 31640 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363260701352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=9624980 CPUtime=0.56 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) S 3610 3612 31640 0 -1 4202560 67 0 0 0 56 0 0 0 20 0 19 0 291547091 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363248290280 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363247236344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363246183432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363245131920 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 31640 0 -1 4202560 2539 0 0 0 24 0 0 0 20 0 19 0 291547094 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363244080056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=9624980 CPUtime=1.18 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 31640 0 -1 4202560 14166 0 0 0 115 3 0 0 20 0 19 0 291547094 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363243027256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3629] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3629/stat : 3629 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363241974648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3630] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3630/stat : 3630 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363240922056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3631] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3631/stat : 3631 (java) S 3610 3612 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291547105 9855979520 15835 33554432000 1073741824 1073778376 140736638454064 140363239867560 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 15.92
Current children cumulated vsize (KiB) 9624980

[startup+15.9006 s]
/proc/loadavg: 2.10 2.06 2.02 3/214 3631
/proc/meminfo: memFree=29450596/32873844 swapFree=7628/7628
[pid=3612] ppid=3610 vsize=9624980 CPUtime=17.56 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 31640 0 -1 4202496 20608 0 1 0 1750 6 0 0 20 0 19 0 291547088 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140736638445200 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3612/statm: 2406245 14781 2274 9 0 2396937 0
[pid=3612/tid=3614] ppid=3610 vsize=9624980 CPUtime=15.07 cores=1,3,5,7
/proc/3612/task/3614/stat : 3614 (java) R 3610 3612 31640 0 -1 4202560 2574 0 1 0 1507 0 0 0 20 0 19 0 291547089 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363424190872 140363364320449 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3615] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3615/stat : 3615 (java) S 3610 3612 31640 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363362921000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3616] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3616/stat : 3616 (java) S 3610 3612 31640 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363361868200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3617] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3617/stat : 3617 (java) S 3610 3612 31640 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363360815400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3618] ppid=3610 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/3612/task/3618/stat : 3618 (java) S 3610 3612 31640 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363359762600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3619] ppid=3610 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/3612/task/3619/stat : 3619 (java) S 3610 3612 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363358710824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3620] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 31640 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363357658024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 31640 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363261754152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 31640 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363260701352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=9624980 CPUtime=0.61 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) S 3610 3612 31640 0 -1 4202560 67 0 0 0 61 0 0 0 20 0 19 0 291547091 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363248290280 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363247236344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363246183432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363245131920 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 31640 0 -1 4202560 2539 0 0 0 24 0 0 0 20 0 19 0 291547094 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363244080056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=9624980 CPUtime=1.2 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 31640 0 -1 4202560 14166 0 0 0 117 3 0 0 20 0 19 0 291547094 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363243027256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3629] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3629/stat : 3629 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363241974648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3630] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3630/stat : 3630 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363240922056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3631] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3631/stat : 3631 (java) S 3610 3612 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291547105 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363239867560 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.56
Current children cumulated vsize (KiB) 9624980

[startup+16.3006 s]
/proc/loadavg: 2.10 2.06 2.02 3/214 3631
/proc/meminfo: memFree=29450596/32873844 swapFree=7628/7628
[pid=3612] ppid=3610 vsize=9624980 CPUtime=17.96 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 31640 0 -1 4202496 20608 0 1 0 1790 6 0 0 20 0 19 0 291547088 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140736638445200 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3612/statm: 2406245 14781 2274 9 0 2396937 0
[pid=3612/tid=3614] ppid=3610 vsize=9624980 CPUtime=15.47 cores=1,3,5,7
/proc/3612/task/3614/stat : 3614 (java) R 3610 3612 31640 0 -1 4202560 2574 0 1 0 1547 0 0 0 20 0 19 0 291547089 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363424190872 140363364379696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3615] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3615/stat : 3615 (java) S 3610 3612 31640 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363362921000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3616] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3616/stat : 3616 (java) S 3610 3612 31640 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363361868200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3617] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3617/stat : 3617 (java) S 3610 3612 31640 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363360815400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3618] ppid=3610 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/3612/task/3618/stat : 3618 (java) S 3610 3612 31640 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363359762600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3619] ppid=3610 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/3612/task/3619/stat : 3619 (java) S 3610 3612 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363358710824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3620] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 31640 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363357658024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 31640 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363261754152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 31640 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363260701352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=9624980 CPUtime=0.61 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) S 3610 3612 31640 0 -1 4202560 67 0 0 0 61 0 0 0 20 0 19 0 291547091 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363248290280 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363247236344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363246183432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363245131920 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 31640 0 -1 4202560 2539 0 0 0 24 0 0 0 20 0 19 0 291547094 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363244080056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=9624980 CPUtime=1.2 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 31640 0 -1 4202560 14166 0 0 0 117 3 0 0 20 0 19 0 291547094 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363243027256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3629] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3629/stat : 3629 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363241974648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3630] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3630/stat : 3630 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363240922056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3631] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3631/stat : 3631 (java) S 3610 3612 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291547105 9855979520 14781 33554432000 1073741824 1073778376 140736638454064 140363239867560 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 17.96
Current children cumulated vsize (KiB) 9624980

[startup+16.7006 s]
/proc/loadavg: 2.10 2.06 2.02 3/214 3631
/proc/meminfo: memFree=29450720/32873844 swapFree=7628/7628
[pid=3612] ppid=3610 vsize=9624980 CPUtime=18.36 cores=1,3,5,7
/proc/3612/stat : 3612 (java) S 3610 3612 31640 0 -1 4202496 20611 0 1 0 1830 6 0 0 20 0 19 0 291547088 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140736638445200 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/3612/statm: 2406245 14783 2274 9 0 2396937 0
[pid=3612/tid=3614] ppid=3610 vsize=9624980 CPUtime=15.85 cores=1,3,5,7
/proc/3612/task/3614/stat : 3614 (java) R 3610 3612 31640 0 -1 4202560 2575 0 1 0 1585 0 0 0 20 0 19 0 291547089 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363424190872 140363364316983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3615] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3615/stat : 3615 (java) S 3610 3612 31640 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363362921000 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3616] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3616/stat : 3616 (java) S 3610 3612 31640 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363361868200 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3617] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3617/stat : 3617 (java) S 3610 3612 31640 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363360815400 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3618] ppid=3610 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/3612/task/3618/stat : 3618 (java) S 3610 3612 31640 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 291547090 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363359762600 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3619] ppid=3610 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/3612/task/3619/stat : 3619 (java) S 3610 3612 31640 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291547090 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363358710824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3620] ppid=3610 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/3612/task/3620/stat : 3620 (java) S 3610 3612 31640 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 291547090 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363357658024 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3612/tid=3621] ppid=3610 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/3612/task/3621/stat : 3621 (java) S 3610 3612 31640 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291547090 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363261754152 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3622] ppid=3610 vsize=9624980 CPUtime=0.04 cores=1,3,5,7
/proc/3612/task/3622/stat : 3622 (java) S 3610 3612 31640 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 291547090 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363260701352 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3623] ppid=3610 vsize=9624980 CPUtime=0.63 cores=1,3,5,7
/proc/3612/task/3623/stat : 3623 (java) S 3610 3612 31640 0 -1 4202560 67 0 0 0 63 0 0 0 20 0 19 0 291547091 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363248290280 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3624] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3624/stat : 3624 (java) S 3610 3612 31640 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363247236344 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3625] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3625/stat : 3625 (java) S 3610 3612 31640 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291547091 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363246183432 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3626] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3626/stat : 3626 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363245131920 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3627] ppid=3610 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/3612/task/3627/stat : 3627 (java) S 3610 3612 31640 0 -1 4202560 2539 0 0 0 24 0 0 0 20 0 19 0 291547094 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363244080056 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3612/tid=3628] ppid=3610 vsize=9624980 CPUtime=1.2 cores=1,3,5,7
/proc/3612/task/3628/stat : 3628 (java) S 3610 3612 31640 0 -1 4202560 14166 0 0 0 117 3 0 0 20 0 19 0 291547094 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363243027256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3629] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3629/stat : 3629 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363241974648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3612/tid=3630] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3630/stat : 3630 (java) S 3610 3612 31640 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291547094 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363240922056 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3612/tid=3631] ppid=3610 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/3612/task/3631/stat : 3631 (java) S 3610 3612 31640 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291547105 9855979520 14783 33554432000 1073741824 1073778376 140736638454064 140363239867560 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 18.36
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 16.7495
CPU time (s): 18.4632
CPU user time (s): 18.3092
CPU system time (s): 0.153976
CPU usage (%): 110.231
Max. virtual memory (cumulated for all children) (KiB): 9625340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3092
system time used= 0.153976
maximum resident set size= 66204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20630
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= 2130
involuntary context switches= 1371

runsolver used 0.065989 second user time and 0.149977 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-29 03:17:07
IDJOB=3718440
IDBENCH=79234
IDSOLVER=2301
FILE ID=node145/3718440-1338254227
RUNJOBID= node145-1338246945-1113
PBS_JOBID= 14624633
Free space on /tmp= 71540 MiB

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

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

MD5SUM BENCH= 359f8e8e206a8ecfac2e3b6d9e7369bc
RANDOM SEED=2107180421

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29510676 kB
Buffers:          393644 kB
Cached:          1901512 kB
SwapCached:            0 kB
Active:           992432 kB
Inactive:        1521808 kB
Active(anon):     210184 kB
Inactive(anon):    10912 kB
Active(file):     782248 kB
Inactive(file):  1510896 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               244 kB
Writeback:             0 kB
AnonPages:        226032 kB
Mapped:            22260 kB
Shmem:               200 kB
Slab:             708460 kB
SReclaimable:     149928 kB
SUnreclaim:       558532 kB
KernelStack:        1632 kB
PageTables:         4288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     698776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71536 MiB
End job on node145 at 2012-05-29 03:17:24