Trace number 4109260

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 2.3.6 Resolution PB16OPTIMUM 13.472 11.9453

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970631--soft-33-100-0.wbo
MD5SUMe6f21b791cbec43296f2521eec73463c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark10.1145
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1320
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4109260-1466343605.wbo
0.07/0.13	c reading problem ... 
0.07/0.18	c ... done. Wall clock time 0.055s.
0.07/0.18	c declared #vars     169
0.07/0.18	c internal #vars     238
0.07/0.18	c #constraints  101
0.07/0.18	c constraints type 
0.07/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.07/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.07/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.07/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.07/0.18	c 101 constraints processed.
0.07/0.18	c objective function length is 69 literals
0.22/0.29	c SATISFIABLE
0.22/0.29	c OPTIMIZING...
0.22/0.29	c Got one! Elapsed wall clock time (in seconds):0.16
0.22/0.29	o 522
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.169
0.51/0.30	o 498
0.51/0.31	c Got one! Elapsed wall clock time (in seconds):0.185
0.51/0.31	o 496
0.51/0.38	c Got one! Elapsed wall clock time (in seconds):0.249
0.51/0.38	o 484
0.51/0.39	c Got one! Elapsed wall clock time (in seconds):0.258
0.51/0.39	o 481
0.66/0.40	c Got one! Elapsed wall clock time (in seconds):0.275
0.66/0.40	o 477
0.66/0.41	c Got one! Elapsed wall clock time (in seconds):0.285
0.66/0.41	o 476
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.297
0.66/0.43	o 467
0.66/0.43	c Got one! Elapsed wall clock time (in seconds):0.302
0.66/0.43	o 411
0.66/0.45	c Got one! Elapsed wall clock time (in seconds):0.318
0.66/0.45	o 406
0.66/0.45	c Got one! Elapsed wall clock time (in seconds):0.321
0.66/0.45	o 400
0.66/0.46	c Got one! Elapsed wall clock time (in seconds):0.334
0.66/0.46	o 397
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.337
0.66/0.47	o 391
0.66/0.47	c Got one! Elapsed wall clock time (in seconds):0.342
0.66/0.47	o 390
0.66/0.48	c Got one! Elapsed wall clock time (in seconds):0.353
0.66/0.48	o 385
0.66/0.49	c Got one! Elapsed wall clock time (in seconds):0.365
0.66/0.49	o 382
0.83/0.52	c Got one! Elapsed wall clock time (in seconds):0.395
0.83/0.52	o 381
0.83/0.56	c Got one! Elapsed wall clock time (in seconds):0.432
0.83/0.56	o 366
0.83/0.57	c Got one! Elapsed wall clock time (in seconds):0.441
0.83/0.57	o 363
0.83/0.58	c Got one! Elapsed wall clock time (in seconds):0.453
0.83/0.58	o 361
0.94/0.60	c Got one! Elapsed wall clock time (in seconds):0.471
0.94/0.60	o 343
0.94/0.68	c Got one! Elapsed wall clock time (in seconds):0.553
0.94/0.68	o 342
0.94/0.69	c Got one! Elapsed wall clock time (in seconds):0.566
0.94/0.69	o 339
1.05/0.72	c Got one! Elapsed wall clock time (in seconds):0.594
1.05/0.72	o 338
1.05/0.73	c Got one! Elapsed wall clock time (in seconds):0.599
1.05/0.73	o 337
1.05/0.74	c Got one! Elapsed wall clock time (in seconds):0.613
1.05/0.74	o 331
1.05/0.74	c Got one! Elapsed wall clock time (in seconds):0.616
1.05/0.74	o 315
1.30/0.92	c cleaning 6550 clauses out of 13099 with flag 8941/13099
1.43/1.01	c Got one! Elapsed wall clock time (in seconds):0.887
1.43/1.01	o 305
1.43/1.09	c Got one! Elapsed wall clock time (in seconds):0.963
1.43/1.09	o 274
1.53/1.14	c Got one! Elapsed wall clock time (in seconds):1.013
1.53/1.14	o 273
1.53/1.19	c Got one! Elapsed wall clock time (in seconds):1.058
1.53/1.19	o 272
1.63/1.25	c cleaning 6758 clauses out of 13515 with flag 3383/20065
1.63/1.25	c Got one! Elapsed wall clock time (in seconds):1.123
1.63/1.25	o 267
1.63/1.28	c Got one! Elapsed wall clock time (in seconds):1.152
1.63/1.28	o 259
1.93/1.51	c cleaning 6304 clauses out of 12608 with flag 16272/25916
1.93/1.51	c Got one! Elapsed wall clock time (in seconds):1.387
1.93/1.51	o 250
2.05/1.62	c Got one! Elapsed wall clock time (in seconds):1.487
2.05/1.62	o 218
2.05/1.65	c Got one! Elapsed wall clock time (in seconds):1.522
2.05/1.65	o 214
2.15/1.77	c Got one! Elapsed wall clock time (in seconds):1.645
2.15/1.77	o 212
2.28/1.82	c Got one! Elapsed wall clock time (in seconds):1.695
2.28/1.82	o 207
2.28/1.85	c Got one! Elapsed wall clock time (in seconds):1.724
2.28/1.85	o 185
2.39/1.91	c cleaning 7407 clauses out of 14822 with flag 3752/34434
2.39/1.94	c Got one! Elapsed wall clock time (in seconds):1.809
2.39/1.94	o 177
2.39/1.96	c Got one! Elapsed wall clock time (in seconds):1.827
2.39/1.96	o 166
2.55/2.02	c Got one! Elapsed wall clock time (in seconds):1.894
2.55/2.02	o 164
2.55/2.05	c Got one! Elapsed wall clock time (in seconds):1.92
2.55/2.05	o 161
2.78/2.11	c Got one! Elapsed wall clock time (in seconds):1.979
2.78/2.11	o 157
2.89/2.27	c cleaning 7390 clauses out of 14787 with flag 14117/41806
3.10/2.41	c Got one! Elapsed wall clock time (in seconds):2.283
3.10/2.41	o 156
3.20/2.50	c Got one! Elapsed wall clock time (in seconds):2.376
3.20/2.50	o 155
3.20/2.55	c Got one! Elapsed wall clock time (in seconds):2.424
3.20/2.55	o 154
3.30/2.61	c cleaning 7205 clauses out of 14414 with flag 5176/48823
3.40/2.78	c Got one! Elapsed wall clock time (in seconds):2.654
3.40/2.78	o 148
3.40/2.79	c Got one! Elapsed wall clock time (in seconds):2.664
3.40/2.79	o 143
3.50/2.80	c Got one! Elapsed wall clock time (in seconds):2.677
3.50/2.80	o 127
3.50/2.81	c Got one! Elapsed wall clock time (in seconds):2.685
3.50/2.81	o 108
3.50/2.88	c Got one! Elapsed wall clock time (in seconds):2.753
3.50/2.88	o 106
3.62/2.93	c Got one! Elapsed wall clock time (in seconds):2.806
3.62/2.93	o 104
3.62/2.96	c Got one! Elapsed wall clock time (in seconds):2.835
3.62/2.96	o 100
3.72/3.05	c cleaning 7750 clauses out of 15502 with flag 3683/57116
3.93/3.14	c Got one! Elapsed wall clock time (in seconds):3.008
3.93/3.14	o 99
3.93/3.19	c Got one! Elapsed wall clock time (in seconds):3.062
3.93/3.19	o 96
4.14/3.20	c Got one! Elapsed wall clock time (in seconds):3.07
4.14/3.20	o 93
4.14/3.21	c Got one! Elapsed wall clock time (in seconds):3.085
4.14/3.21	o 92
4.14/3.23	c Got one! Elapsed wall clock time (in seconds):3.103
4.14/3.23	o 90
4.37/3.32	c Got one! Elapsed wall clock time (in seconds):3.191
4.37/3.32	o 89
4.49/3.44	c cleaning 7681 clauses out of 15379 with flag 7858/64743
4.49/3.45	c Got one! Elapsed wall clock time (in seconds):3.326
4.49/3.45	o 88
4.66/3.50	c Got one! Elapsed wall clock time (in seconds):3.375
4.66/3.50	o 87
4.66/3.53	c Got one! Elapsed wall clock time (in seconds):3.401
4.66/3.53	o 86
5.07/3.70	c Got one! Elapsed wall clock time (in seconds):3.569
5.07/3.70	o 41
5.07/3.74	c Got one! Elapsed wall clock time (in seconds):3.617
5.07/3.74	o 39
5.28/3.80	c cleaning 7775 clauses out of 15551 with flag 3275/72596
5.41/3.94	c Got one! Elapsed wall clock time (in seconds):3.811
5.41/3.94	o 38
5.41/3.95	c Got one! Elapsed wall clock time (in seconds):3.821
5.41/3.95	o 36
5.51/4.04	c cleaning 6998 clauses out of 14002 with flag 7538/78822
5.71/4.25	c cleaning 6497 clauses out of 13005 with flag 29782/84823
6.02/4.52	c cleaning 6748 clauses out of 13507 with flag 57429/91822
6.31/4.83	c cleaning 7379 clauses out of 14758 with flag 89289/99822
6.62/5.20	c cleaning 8187 clauses out of 16382 with flag 121409/108825
7.12/5.61	c cleaning 9092 clauses out of 18192 with flag 160978/118822
7.52/6.08	c cleaning 10047 clauses out of 20100 with flag 203683/129822
8.02/6.60	c cleaning 11026 clauses out of 22053 with flag 252306/141822
8.62/7.17	c cleaning 12013 clauses out of 24027 with flag 301656/154823
8.82/7.31	c Got one! Elapsed wall clock time (in seconds):7.184
8.82/7.31	o 22
8.92/7.40	c cleaning 8905 clauses out of 17818 with flag 7957/160627
9.12/7.62	c cleaning 7451 clauses out of 14914 with flag 32674/166628
9.33/7.88	c cleaning 7228 clauses out of 14461 with flag 59862/173627
9.64/8.19	c cleaning 7613 clauses out of 15232 with flag 91168/181628
9.94/8.49	c Got one! Elapsed wall clock time (in seconds):8.362
9.94/8.49	o 21
10.24/8.73	c cleaning 10466 clauses out of 20932 with flag 20516/194941
10.45/8.99	c cleaning 8229 clauses out of 16465 with flag 46728/200940
10.74/9.27	c cleaning 7617 clauses out of 15235 with flag 77148/207940
11.04/9.58	c cleaning 7806 clauses out of 15619 with flag 110842/215942
11.45/9.94	c cleaning 8403 clauses out of 16812 with flag 149803/224941
11.45/9.99	c Got one! Elapsed wall clock time (in seconds):9.865
11.45/9.99	o 20
11.64/10.15	c cleaning 6987 clauses out of 13974 with flag 17906/230507
11.74/10.29	c Got one! Elapsed wall clock time (in seconds):10.159
11.74/10.29	o 19
11.84/10.33	c cleaning 6060 clauses out of 12133 with flag 4186/235655
12.04/10.55	c cleaning 6032 clauses out of 12071 with flag 29248/241654
12.34/10.81	c cleaning 6517 clauses out of 13037 with flag 57728/248653
12.55/11.10	c cleaning 7254 clauses out of 14519 with flag 90746/256653
12.95/11.45	c cleaning 8128 clauses out of 16259 with flag 128283/265652
13.35/11.86	c cleaning 9057 clauses out of 18121 with flag 170934/275652
13.45/11.94	c starts		: 198
13.45/11.94	c conflicts		: 277510
13.45/11.94	c decisions		: 481987
13.45/11.94	c propagations		: 6675228
13.45/11.94	c inspects		: 138612573
13.45/11.94	c shortcuts		: 0
13.45/11.94	c learnt literals	: 44
13.45/11.94	c learnt binary clauses	: 14
13.45/11.94	c learnt ternary clauses	: 573
13.45/11.94	c learnt constraints	: 277465
13.45/11.94	c ignored constraints	: 0
13.45/11.94	c root simplifications	: 0
13.45/11.94	c removed literals (reason simplification)	: 0
13.45/11.94	c reason swapping (by a shorter reason)	: 0
13.45/11.94	c Calls to reduceDB	: 34
13.45/11.94	c Number of update (reduction) of LBD	: 76440
13.45/11.94	c Imported unit clauses	: 0
13.45/11.94	c number of reductions to clauses (during analyze)	: 0
13.45/11.94	c number of learned constraints concerned by reduction	: 0
13.45/11.94	c number of learning phase by resolution	: 0
13.45/11.94	c number of learning phase by cutting planes	: 0
13.45/11.94	c speed (assignments/second)	: 568152.8640735381
13.45/11.94	c non guided choices	2874
13.45/11.94	c learnt constraints type 
13.45/11.94	s OPTIMUM FOUND
13.45/11.94	c Found 71 solution(s)
13.45/11.94	v -x1 -x2 -x3 -x4 -x5 x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 
13.45/11.94	c objective function=19
13.45/11.94	c Total wall clock time (in seconds): 11.81

Verifier Data

OK	19

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4109260-1466343605/watcher-4109260-1466343605 -o /tmp/evaluation-result-4109260-1466343605/solver-4109260-1466343605 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12182 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109260-1466343605.wbo 

pid=12336
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.56 2.36 1.97 4/195 12339
/proc/meminfo: memFree=29488000/32872528 swapFree=1534436/1655032
[pid=12339] ppid=12336 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12339/stat : 12339 (java) D 12336 12339 12165 0 -1 4202496 317 0 0 0 0 0 0 0 20 0 1 0 36408889 9515008 175 33554432000 1073741824 1073778376 140734427060592 140734427043320 217410519952 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/12339/statm: 2323 175 133 9 0 71 0

[startup+0.100804 s]
/proc/loadavg: 2.56 2.36 1.97 4/195 12339
/proc/meminfo: memFree=29488000/32872528 swapFree=1534436/1655032
[pid=12339] ppid=12336 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12339/stat : 12339 (java) S 12336 12339 12165 0 -1 4202496 3943 0 1 0 6 1 0 0 20 0 18 0 36408889 9787879424 4563 33554432000 1073741824 1073778376 140733614747392 140733614738528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12339/statm: 2389619 4566 2005 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200278 s]
/proc/loadavg: 2.56 2.36 1.97 4/195 12339
/proc/meminfo: memFree=29488000/32872528 swapFree=1534436/1655032
[pid=12339] ppid=12336 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/12339/stat : 12339 (java) S 12336 12339 12165 0 -1 4202496 4778 0 1 0 21 1 0 0 20 0 19 0 36408889 9856040960 6857 33554432000 1073741824 1073778376 140733614747392 140733614738528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12339/statm: 2406260 6857 2202 9 0 2396937 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9625040

[startup+0.300268 s]
/proc/loadavg: 2.56 2.36 1.97 4/195 12339
/proc/meminfo: memFree=29488000/32872528 swapFree=1534436/1655032
[pid=12339] ppid=12336 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/12339/stat : 12339 (java) S 12336 12339 12165 0 -1 4202496 7485 0 1 0 49 2 0 0 20 0 19 0 36408889 9856040960 8200 33554432000 1073741824 1073778376 140733614747392 140733614738528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12339/statm: 2406260 8200 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700239 s]
/proc/loadavg: 2.56 2.36 1.97 4/195 12339
/proc/meminfo: memFree=29488000/32872528 swapFree=1534436/1655032
[pid=12339] ppid=12336 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/12339/stat : 12339 (java) S 12336 12339 12165 0 -1 4202496 8670 0 1 0 103 2 0 0 20 0 19 0 36408889 9856040960 8789 33554432000 1073741824 1073778376 140733614747392 140733614738528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12339/statm: 2406260 8789 2253 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.56 2.36 1.97 3/214 12358
/proc/meminfo: memFree=29458344/32872528 swapFree=1534436/1655032
[pid=12339] ppid=12336 vsize=9625040 CPUtime=1.93 cores=1,3,5,7
/proc/12339/stat : 12339 (java) S 12336 12339 12165 0 -1 4202496 8726 0 1 0 191 2 0 0 20 0 19 0 36408889 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140733614738528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12339/statm: 2406260 9843 2260 9 0 2396937 0
[pid=12339/tid=12341] ppid=12336 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/12339/task/12341/stat : 12341 (java) R 12336 12339 12165 0 -1 4202560 2471 0 1 0 144 2 0 0 20 0 19 0 36408891 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140350129932952 140350070206790 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12342] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12342/stat : 12342 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349973412520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12343] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12343/stat : 12343 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349972359976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12344] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12344/stat : 12344 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349971307432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12345] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12345/stat : 12345 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349970254888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12346] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12346/stat : 12346 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349969201320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12347] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12347/stat : 12347 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349968148776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12348] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12348/stat : 12348 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349967096232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12349] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12349/stat : 12349 (java) S 12336 12339 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349966043688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12350] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12350/stat : 12350 (java) S 12336 12339 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408893 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349953845864 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12351] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12351/stat : 12351 (java) S 12336 12339 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349952792184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12352] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12352/stat : 12352 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349951739528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12353] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12353/stat : 12353 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349950688272 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12354] ppid=12336 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/12339/task/12354/stat : 12354 (java) S 12336 12339 12165 0 -1 4202560 3056 0 0 0 25 0 0 0 20 0 19 0 36408896 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349949634616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12355] ppid=12336 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/12339/task/12355/stat : 12355 (java) S 12336 12339 12165 0 -1 4202560 1929 0 0 0 19 0 0 0 20 0 19 0 36408896 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349948582072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12356] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12356/stat : 12356 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349947529720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12357] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12357/stat : 12357 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349946477384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12358] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12358/stat : 12358 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408908 9856040960 9843 33554432000 1073741824 1073778376 140733614747392 140349945423144 217413892009 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) 9625040

[startup+3.10067 s]
/proc/loadavg: 2.56 2.36 1.97 3/214 12358
/proc/meminfo: memFree=29444388/32872528 swapFree=1534436/1655032
[pid=12339] ppid=12336 vsize=9625040 CPUtime=3.93 cores=1,3,5,7
/proc/12339/stat : 12339 (java) S 12336 12339 12165 0 -1 4202496 16037 0 1 0 389 4 0 0 20 0 19 0 36408889 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140733614738528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12339/statm: 2406260 15228 2262 9 0 2396937 0
[pid=12339/tid=12341] ppid=12336 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/12339/task/12341/stat : 12341 (java) R 12336 12339 12165 0 -1 4202560 2476 0 1 0 303 2 0 0 20 0 19 0 36408891 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140350129932088 140350070124606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12342] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12342/stat : 12342 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349973412520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12343] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12343/stat : 12343 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349972359976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12344] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12344/stat : 12344 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349971307432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12345] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12345/stat : 12345 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349970254888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12346] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12346/stat : 12346 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349969201320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12347] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12347/stat : 12347 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349968148776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12348] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12348/stat : 12348 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349967096232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12349] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12349/stat : 12349 (java) S 12336 12339 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349966043688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12350] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12350/stat : 12350 (java) S 12336 12339 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408893 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349953845864 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12351] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12351/stat : 12351 (java) S 12336 12339 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349952792184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12352] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12352/stat : 12352 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349951739528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12353] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12353/stat : 12353 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349950688272 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12354] ppid=12336 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/12339/task/12354/stat : 12354 (java) S 12336 12339 12165 0 -1 4202560 4420 0 0 0 37 0 0 0 20 0 19 0 36408896 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349949634616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12355] ppid=12336 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/12339/task/12355/stat : 12355 (java) R 12336 12339 12165 0 -1 4202560 7871 0 0 0 44 2 0 0 20 0 19 0 36408896 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349948559352 140350133509827 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12356] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12356/stat : 12356 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349947529720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12357] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12357/stat : 12357 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349946477384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12358] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12358/stat : 12358 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408908 9856040960 15228 33554432000 1073741824 1073778376 140733614747392 140349945423144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.52 2.35 1.97 3/214 12358
/proc/meminfo: memFree=29419388/32872528 swapFree=1534436/1655032
[pid=12339] ppid=12336 vsize=9625040 CPUtime=7.82 cores=1,3,5,7
/proc/12339/stat : 12339 (java) S 12336 12339 12165 0 -1 4202496 22549 0 1 0 776 6 0 0 20 0 19 0 36408889 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140733614738528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12339/statm: 2406260 19291 2264 9 0 2396937 0
[pid=12339/tid=12341] ppid=12336 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/12339/task/12341/stat : 12341 (java) R 12336 12339 12165 0 -1 4202560 2487 0 1 0 623 2 0 0 20 0 19 0 36408891 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140350129925824 140350070112890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12342] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12342/stat : 12342 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349973412520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12343] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12343/stat : 12343 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349972359976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12344] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12344/stat : 12344 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349971307432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12345] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12345/stat : 12345 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349970254888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12346] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12346/stat : 12346 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349969201320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12347] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12347/stat : 12347 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349968148776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12348] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12348/stat : 12348 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349967096232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12349] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12349/stat : 12349 (java) S 12336 12339 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349966043688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12350] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12350/stat : 12350 (java) S 12336 12339 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408893 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349953845864 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12351] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12351/stat : 12351 (java) S 12336 12339 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349952792184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12352] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12352/stat : 12352 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349951739528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12353] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12353/stat : 12353 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349950688272 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12354] ppid=12336 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/12339/task/12354/stat : 12354 (java) S 12336 12339 12165 0 -1 4202560 10021 0 0 0 80 3 0 0 20 0 19 0 36408896 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349949634616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12355] ppid=12336 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/12339/task/12355/stat : 12355 (java) S 12336 12339 12165 0 -1 4202560 8770 0 0 0 68 2 0 0 20 0 19 0 36408896 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349948582072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12356] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12356/stat : 12356 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349947529720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12357] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12357/stat : 12357 (java) S 12336 12339 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349946477384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12358] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12358/stat : 12358 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408908 9856040960 19291 33554432000 1073741824 1073778376 140733614747392 140349945423144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 9625040


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

[pid=12339/tid=12344] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12344/stat : 12344 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349971307432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12345] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12345/stat : 12345 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349970254888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12346] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12346/stat : 12346 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349969201320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12347] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12347/stat : 12347 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349968148776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12348] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12348/stat : 12348 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349967096232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12349] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12349/stat : 12349 (java) S 12336 12339 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349966043688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12350] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12350/stat : 12350 (java) S 12336 12339 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408893 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349953845864 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12351] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12351/stat : 12351 (java) S 12336 12339 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349952792184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12352] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12352/stat : 12352 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349951739528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12353] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12353/stat : 12353 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349950688272 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12354] ppid=12336 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/12339/task/12354/stat : 12354 (java) S 12336 12339 12165 0 -1 4202560 10021 0 0 0 81 3 0 0 20 0 19 0 36408896 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349949634616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12355] ppid=12336 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/12339/task/12355/stat : 12355 (java) S 12336 12339 12165 0 -1 4202560 8770 0 0 0 69 2 0 0 20 0 19 0 36408896 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349948582072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12356] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12356/stat : 12356 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349947529720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12357] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12357/stat : 12357 (java) S 12336 12339 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349946477384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12358] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12358/stat : 12358 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408908 9856040960 25947 33554432000 1073741824 1073778376 140733614747392 140349945423144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.75
Current children cumulated vsize (KiB) 9625040

[startup+11.6009 s]
/proc/loadavg: 2.39 2.33 1.96 3/214 12424
/proc/meminfo: memFree=29794568/32872528 swapFree=1534436/1655032
[pid=12339] ppid=12336 vsize=9625040 CPUtime=13.15 cores=1,3,5,7
/proc/12339/stat : 12339 (java) S 12336 12339 12165 0 -1 4202496 22564 0 1 0 1308 7 0 0 20 0 19 0 36408889 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140733614738528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12339/statm: 2406260 26459 2264 9 0 2396937 0
[pid=12339/tid=12341] ppid=12336 vsize=9625040 CPUtime=11.52 cores=1,3,5,7
/proc/12339/task/12341/stat : 12341 (java) R 12336 12339 12165 0 -1 4202560 2502 0 1 0 1150 2 0 0 20 0 19 0 36408891 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140350129925824 140350070124628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12342] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12342/stat : 12342 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349973412520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12343] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12343/stat : 12343 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349972359976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12344] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12344/stat : 12344 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349971307432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12345] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12345/stat : 12345 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349970254888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12346] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12346/stat : 12346 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349969201320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12347] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12347/stat : 12347 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349968148776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12348] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12348/stat : 12348 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349967096232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12349] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12349/stat : 12349 (java) S 12336 12339 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349966043688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12350] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12350/stat : 12350 (java) S 12336 12339 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408893 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349953845864 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12351] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12351/stat : 12351 (java) S 12336 12339 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349952792184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12352] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12352/stat : 12352 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349951739528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12353] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12353/stat : 12353 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349950688272 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12354] ppid=12336 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/12339/task/12354/stat : 12354 (java) S 12336 12339 12165 0 -1 4202560 10021 0 0 0 81 3 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349949634616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12355] ppid=12336 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/12339/task/12355/stat : 12355 (java) S 12336 12339 12165 0 -1 4202560 8770 0 0 0 69 2 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349948582072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12356] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12356/stat : 12356 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349947529720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12357] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12357/stat : 12357 (java) S 12336 12339 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349946477384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12358] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12358/stat : 12358 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408908 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349945423144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 9625040

[startup+11.8008 s]
/proc/loadavg: 2.39 2.33 1.96 3/214 12424
/proc/meminfo: memFree=29794568/32872528 swapFree=1534436/1655032
[pid=12339] ppid=12336 vsize=9625040 CPUtime=13.35 cores=1,3,5,7
/proc/12339/stat : 12339 (java) S 12336 12339 12165 0 -1 4202496 22564 0 1 0 1328 7 0 0 20 0 19 0 36408889 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140733614738528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12339/statm: 2406260 26459 2264 9 0 2396937 0
[pid=12339/tid=12341] ppid=12336 vsize=9625040 CPUtime=11.72 cores=1,3,5,7
/proc/12339/task/12341/stat : 12341 (java) R 12336 12339 12165 0 -1 4202560 2502 0 1 0 1170 2 0 0 20 0 19 0 36408891 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140350129925824 140350070112890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12342] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12342/stat : 12342 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349973412520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12343] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12343/stat : 12343 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349972359976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12344] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12344/stat : 12344 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349971307432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12345] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12345/stat : 12345 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349970254888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12346] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12346/stat : 12346 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349969201320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12347] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12347/stat : 12347 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349968148776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12348] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12348/stat : 12348 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349967096232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12349] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12349/stat : 12349 (java) S 12336 12339 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349966043688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12350] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12350/stat : 12350 (java) S 12336 12339 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408893 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349953845864 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12351] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12351/stat : 12351 (java) S 12336 12339 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349952792184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12352] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12352/stat : 12352 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349951739528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12353] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12353/stat : 12353 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349950688272 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12354] ppid=12336 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/12339/task/12354/stat : 12354 (java) S 12336 12339 12165 0 -1 4202560 10021 0 0 0 81 3 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349949634616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12355] ppid=12336 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/12339/task/12355/stat : 12355 (java) S 12336 12339 12165 0 -1 4202560 8770 0 0 0 69 2 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349948582072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12356] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12356/stat : 12356 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349947529720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12357] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12357/stat : 12357 (java) S 12336 12339 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349946477384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12358] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12358/stat : 12358 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408908 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349945423144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 13.35
Current children cumulated vsize (KiB) 9625040

[startup+11.9008 s]
/proc/loadavg: 2.39 2.33 1.96 3/214 12424
/proc/meminfo: memFree=29794568/32872528 swapFree=1534436/1655032
[pid=12339] ppid=12336 vsize=9625040 CPUtime=13.45 cores=1,3,5,7
/proc/12339/stat : 12339 (java) S 12336 12339 12165 0 -1 4202496 22564 0 1 0 1338 7 0 0 20 0 19 0 36408889 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140733614738528 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/12339/statm: 2406260 26459 2264 9 0 2396937 0
[pid=12339/tid=12341] ppid=12336 vsize=9625040 CPUtime=11.82 cores=1,3,5,7
/proc/12339/task/12341/stat : 12341 (java) R 12336 12339 12165 0 -1 4202560 2502 0 1 0 1180 2 0 0 20 0 19 0 36408891 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140350129925824 140350070124665 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12342] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12342/stat : 12342 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349973412520 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12343] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12343/stat : 12343 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349972359976 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12344] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12344/stat : 12344 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349971307432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12345] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12345/stat : 12345 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349970254888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12346] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12346/stat : 12346 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349969201320 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12347] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12347/stat : 12347 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349968148776 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12348] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12348/stat : 12348 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349967096232 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12339/tid=12349] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12349/stat : 12349 (java) S 12336 12339 12165 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36408892 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349966043688 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12350] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12350/stat : 12350 (java) S 12336 12339 12165 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36408893 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349953845864 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12351] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12351/stat : 12351 (java) S 12336 12339 12165 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349952792184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12352] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12352/stat : 12352 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408894 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349951739528 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12353] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12353/stat : 12353 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349950688272 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12354] ppid=12336 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/12339/task/12354/stat : 12354 (java) S 12336 12339 12165 0 -1 4202560 10021 0 0 0 81 3 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349949634616 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12339/tid=12355] ppid=12336 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/12339/task/12355/stat : 12355 (java) S 12336 12339 12165 0 -1 4202560 8770 0 0 0 69 2 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349948582072 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12356] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12356/stat : 12356 (java) S 12336 12339 12165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349947529720 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12339/tid=12357] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12357/stat : 12357 (java) S 12336 12339 12165 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36408896 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349946477384 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12339/tid=12358] ppid=12336 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12339/task/12358/stat : 12358 (java) S 12336 12339 12165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36408908 9856040960 26459 33554432000 1073741824 1073778376 140733614747392 140349945423144 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 13.45
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 11.9453
CPU time (s): 13.472
CPU user time (s): 13.372
CPU system time (s): 0.099984
CPU usage (%): 112.78
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.372
system time used= 0.099984
maximum resident set size= 105900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22588
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= 603
involuntary context switches= 45

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.045993 second user time and 0.044993 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-19 15:40:05
IDJOB=4109260
IDBENCH=78756
IDSOLVER=2551
FILE ID=node122/4109260-1466343605
RUNJOBID= node122-1466341819-12182
PBS_JOBID= 19922031
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110970631--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109260-1466343605/watcher-4109260-1466343605 -o /tmp/evaluation-result-4109260-1466343605/solver-4109260-1466343605 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466341819-12182 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109260-1466343605.wbo

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

MD5SUM BENCH= e6f21b791cbec43296f2521eec73463c
RANDOM SEED=913477856

node122.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.769
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.53
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.769
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	: 5332.55
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.769
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	: 5332.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.769
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	: 5332.55
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.769
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	: 5332.53
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.769
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	: 5332.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.769
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	: 5332.55
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.769
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	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29487916 kB
Buffers:          175832 kB
Cached:           349848 kB
SwapCached:            0 kB
Active:           579944 kB
Inactive:         398456 kB
Active(anon):     445500 kB
Inactive(anon):     9900 kB
Active(file):     134444 kB
Inactive(file):   388556 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               920 kB
Writeback:             0 kB
AnonPages:       2107988 kB
Mapped:            21020 kB
Shmem:               204 kB
Slab:             614980 kB
SReclaimable:      58620 kB
SUnreclaim:       556360 kB
KernelStack:        1648 kB
PageTables:         8648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2250636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    550912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node122 at 2016-06-19 15:40:17