Trace number 4092280

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 Res+CP PB16OPTIMUM 39.9589 38.2513

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900571132--soft-0-100-0.wbo
MD5SUMa22634c1977478f126d9df874c90c256
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark17.68
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 135641
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135640
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 phase appearing in latest learned clause 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 (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4092280-1466085467.wbo
0.10/0.11	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.223s.
0.48/0.33	c declared #vars     231
0.48/0.33	c internal #vars     2938
0.48/0.33	c #constraints  2707
0.48/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c objective function length is 2707 literals
1.20/0.54	c And the winner is solver0
1.71/0.84	c SATISFIABLE
1.71/0.84	c OPTIMIZING...
1.71/0.84	c Got one! Elapsed wall clock time (in seconds):0.73
1.71/0.84	o 350
1.91/0.98	c And the winner is solver0
2.52/1.36	c Got one! Elapsed wall clock time (in seconds):1.252
2.52/1.36	o 340
2.52/1.38	c And the winner is solver0
2.67/1.87	c Got one! Elapsed wall clock time (in seconds):1.762
2.67/1.87	o 178
2.73/1.90	c And the winner is solver0
2.77/2.38	c Got one! Elapsed wall clock time (in seconds):2.272
2.77/2.38	o 174
2.77/2.39	c And the winner is solver0
2.84/2.89	c Got one! Elapsed wall clock time (in seconds):2.778
2.84/2.89	o 171
2.87/2.93	c And the winner is solver0
3.04/3.39	c Got one! Elapsed wall clock time (in seconds):3.285
3.04/3.39	o 149
3.45/3.51	c And the winner is solver0
3.53/3.90	c Got one! Elapsed wall clock time (in seconds):3.79
3.53/3.90	o 147
3.53/3.93	c And the winner is solver0
3.59/4.40	c Got one! Elapsed wall clock time (in seconds):4.294
3.59/4.40	o 143
3.59/4.44	c And the winner is solver0
3.68/4.91	c Got one! Elapsed wall clock time (in seconds):4.799
3.68/4.91	o 131
3.68/4.93	c And the winner is solver0
3.76/5.41	c Got one! Elapsed wall clock time (in seconds):5.303
3.76/5.41	o 129
3.76/5.45	c And the winner is solver0
3.88/5.92	c Got one! Elapsed wall clock time (in seconds):5.807
3.88/5.92	o 125
3.88/5.93	c And the winner is solver0
3.90/6.42	c Got one! Elapsed wall clock time (in seconds):6.311
3.90/6.42	o 121
3.90/6.45	c And the winner is solver0
3.97/6.92	c Got one! Elapsed wall clock time (in seconds):6.814
3.97/6.92	o 116
3.97/6.95	c And the winner is solver0
4.04/7.43	c Got one! Elapsed wall clock time (in seconds):7.318
4.04/7.43	o 115
4.04/7.44	c And the winner is solver0
4.08/7.93	c Got one! Elapsed wall clock time (in seconds):7.822
4.08/7.93	o 107
4.21/8.02	c And the winner is solver0
4.27/8.43	c Got one! Elapsed wall clock time (in seconds):8.325
4.27/8.43	o 101
4.41/8.57	c And the winner is solver0
4.66/8.94	c Got one! Elapsed wall clock time (in seconds):8.829
4.66/8.94	o 99
4.66/8.95	c And the winner is solver0
4.70/9.44	c Got one! Elapsed wall clock time (in seconds):9.332
4.70/9.44	o 95
4.85/9.58	c And the winner is solver0
5.04/9.96	c Got one! Elapsed wall clock time (in seconds):9.857
5.04/9.96	o 93
5.80/10.37	c And the winner is solver0
5.98/10.47	c Got one! Elapsed wall clock time (in seconds):10.361
5.98/10.47	o 90
6.63/10.83	c And the winner is solver0
6.72/10.97	c Got one! Elapsed wall clock time (in seconds):10.866
6.72/10.97	o 89
7.00/11.13	c And the winner is solver0
7.07/11.48	c Got one! Elapsed wall clock time (in seconds):11.371
7.07/11.48	o 88
7.07/11.50	c And the winner is solver0
7.12/11.98	c Got one! Elapsed wall clock time (in seconds):11.876
7.12/11.98	o 80
7.13/12.01	c And the winner is solver0
7.19/12.49	c Got one! Elapsed wall clock time (in seconds):12.382
7.19/12.49	o 75
7.20/12.52	c And the winner is solver0
7.27/13.00	c Got one! Elapsed wall clock time (in seconds):12.888
7.27/13.00	o 73
7.68/13.26	c And the winner is solver0
7.82/13.50	c Got one! Elapsed wall clock time (in seconds):13.396
7.82/13.50	o 72
7.82/13.55	c And the winner is solver0
7.92/14.01	c Got one! Elapsed wall clock time (in seconds):13.904
7.92/14.01	o 71
7.92/14.05	c And the winner is solver0
8.03/14.52	c Got one! Elapsed wall clock time (in seconds):14.412
8.03/14.52	o 68
8.03/14.58	c And the winner is solver0
8.16/15.03	c Got one! Elapsed wall clock time (in seconds):14.92
8.16/15.03	o 66
8.39/15.18	c And the winner is solver0
8.64/15.54	c Got one! Elapsed wall clock time (in seconds):15.429
8.64/15.54	o 63
8.95/15.79	c And the winner is solver0
9.17/16.05	c Got one! Elapsed wall clock time (in seconds):15.937
9.17/16.05	o 55
9.17/16.07	c And the winner is solver0
9.24/16.56	c Got one! Elapsed wall clock time (in seconds):16.447
9.24/16.56	o 50
9.24/16.58	c And the winner is solver0
9.30/17.07	c Got one! Elapsed wall clock time (in seconds):16.959
9.30/17.07	o 48
9.34/17.10	c And the winner is solver0
9.36/17.59	c Got one! Elapsed wall clock time (in seconds):17.479
9.36/17.59	o 46
9.38/17.65	c And the winner is solver0
9.50/18.10	c Got one! Elapsed wall clock time (in seconds):17.99
9.50/18.10	o 37
9.69/18.28	c cleaning 7497 clauses out of 14993 with flag 6210/14993
9.97/18.38	c And the winner is solver0
10.19/18.61	c Got one! Elapsed wall clock time (in seconds):18.502
10.19/18.61	o 35
10.95/19.06	c And the winner is solver0
11.11/19.12	c Got one! Elapsed wall clock time (in seconds):19.015
11.11/19.12	o 34
11.11/19.19	c And the winner is solver0
11.25/19.64	c Got one! Elapsed wall clock time (in seconds):19.531
11.25/19.64	o 31
11.35/19.76	c And the winner is solver0
11.50/20.16	c Got one! Elapsed wall clock time (in seconds):20.048
11.50/20.16	o 18
11.57/20.22	c And the winner is solver0
11.63/20.67	c Got one! Elapsed wall clock time (in seconds):20.565
11.63/20.67	o 17
11.87/20.81	c cleaning 7756 clauses out of 15515 with flag 6174/23012
12.80/21.15	c And the winner is solver0
12.80/21.19	c Got one! Elapsed wall clock time (in seconds):21.086
12.80/21.19	o 16
13.22/21.31	c cleaning 6601 clauses out of 13206 with flag 7368/28459
14.12/21.78	c cleaning 6288 clauses out of 12604 with flag 49019/34458
15.12/22.29	c cleaning 6642 clauses out of 13317 with flag 100596/41459
15.12/22.29	c And the winner is solver0
15.35/22.72	c Got one! Elapsed wall clock time (in seconds):22.612
15.35/22.72	o 14
15.35/22.79	c And the winner is solver0
15.49/23.24	c Got one! Elapsed wall clock time (in seconds):23.136
15.49/23.24	o 13
15.78/23.43	c And the winner is solver0
15.86/23.77	c Got one! Elapsed wall clock time (in seconds):23.662
15.86/23.77	o 11
16.10/23.91	c And the winner is solver0
16.15/24.30	c Got one! Elapsed wall clock time (in seconds):24.188
16.15/24.30	o 10
16.34/24.48	c cleaning 6779 clauses out of 13578 with flag 16828/48362
16.54/24.50	c And the winner is solver0
16.55/24.82	c Got one! Elapsed wall clock time (in seconds):24.715
16.55/24.82	o 7
17.33/25.27	c cleaning 6063 clauses out of 12138 with flag 42876/53701
18.33/25.79	c cleaning 6033 clauses out of 12079 with flag 101080/59705
19.53/26.32	c cleaning 6518 clauses out of 13045 with flag 164498/66704
19.95/26.56	c And the winner is solver0
20.09/26.85	c Got one! Elapsed wall clock time (in seconds):26.744
20.09/26.85	o 5
20.34/27.05	c cleaning 5932 clauses out of 11878 with flag 15164/72055
21.14/27.50	c cleaning 5967 clauses out of 11946 with flag 70315/78055
22.34/28.04	c cleaning 6476 clauses out of 12979 with flag 132465/85055
22.53/28.17	c And the winner is solver0
22.74/28.39	c Got one! Elapsed wall clock time (in seconds):28.279
22.74/28.39	o 4
23.13/28.69	c cleaning 6161 clauses out of 12341 with flag 29556/90893
23.92/29.07	c cleaning 6078 clauses out of 12177 with flag 74591/96890
24.79/29.48	c And the winner is solver0
25.02/29.93	c Got one! Elapsed wall clock time (in seconds):29.819
25.02/29.93	o 3
25.52/30.24	c And the winner is solver0
25.64/30.47	c Got one! Elapsed wall clock time (in seconds):30.358
25.64/30.47	o 2
25.86/30.69	c cleaning 8747 clauses out of 17507 with flag 19803/108298
26.86/31.18	c cleaning 7367 clauses out of 14760 with flag 76059/114298
28.26/31.82	c cleaning 7192 clauses out of 14395 with flag 139331/121301
29.66/32.56	c cleaning 7597 clauses out of 15202 with flag 209058/129300
30.06/32.79	c And the winner is solver0
30.33/33.01	c Got one! Elapsed wall clock time (in seconds):32.901
30.33/33.01	o 1
30.66/33.27	c cleaning 6333 clauses out of 12694 with flag 18527/134389
31.46/33.65	c cleaning 6168 clauses out of 12361 with flag 53037/140389
32.26/34.10	c cleaning 6591 clauses out of 13193 with flag 94913/147389
33.46/34.65	c cleaning 7295 clauses out of 14602 with flag 146817/155389
35.06/35.44	c cleaning 8147 clauses out of 16307 with flag 212744/164389
36.66/36.26	c cleaning 9077 clauses out of 18159 with flag 285068/174389
38.07/36.93	c cleaning 10031 clauses out of 20081 with flag 348406/185389
39.53/37.62	c cleaning 11012 clauses out of 22043 with flag 405013/197389
39.53/37.64	c And the winner is solver0
39.78/38.24	c >>>>>>>>>> Solver number 0 (52 answers) <<<<<<<<<<<<<<<<<<
39.78/38.24	c starts		: 160
39.78/38.24	c conflicts		: 198134
39.78/38.24	c decisions		: 422073
39.78/38.24	c propagations		: 17040230
39.78/38.24	c inspects		: 182495559
39.78/38.24	c shortcuts		: 0
39.78/38.24	c learnt literals	: 19
39.78/38.24	c learnt binary clauses	: 160
39.78/38.24	c learnt ternary clauses	: 657
39.78/38.24	c learnt constraints	: 198114
39.78/38.24	c ignored constraints	: 0
39.78/38.24	c root simplifications	: 0
39.78/38.24	c removed literals (reason simplification)	: 642378
39.78/38.24	c reason swapping (by a shorter reason)	: 0
39.78/38.24	c Calls to reduceDB	: 26
39.78/38.24	c Number of update (reduction) of LBD	: 83448
39.78/38.24	c Imported unit clauses	: 0
39.78/38.24	c number of reductions to clauses (during analyze)	: 0
39.78/38.24	c number of learned constraints concerned by reduction	: 0
39.78/38.24	c number of learning phase by resolution	: 0
39.78/38.24	c number of learning phase by cutting planes	: 0
39.78/38.24	c speed (assignments/second)	: 449847.67687434
39.78/38.24	c non guided choices	5335
39.78/38.24	c learnt constraints type 
39.78/38.24	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
39.78/38.24	c starts		: 64
39.78/38.24	c conflicts		: 2464
39.78/38.24	c decisions		: 102268
39.78/38.24	c propagations		: 257178
39.78/38.24	c inspects		: 22442666
39.78/38.24	c shortcuts		: 0
39.78/38.24	c learnt literals	: 0
39.78/38.24	c learnt binary clauses	: 0
39.78/38.24	c learnt ternary clauses	: 0
39.78/38.24	c learnt constraints	: 2437
39.78/38.24	c ignored constraints	: 0
39.78/38.24	c root simplifications	: 0
39.78/38.24	c removed literals (reason simplification)	: 0
39.78/38.24	c reason swapping (by a shorter reason)	: 0
39.78/38.24	c Calls to reduceDB	: 0
39.78/38.24	c Number of update (reduction) of LBD	: 0
39.78/38.24	c Imported unit clauses	: 0
39.78/38.24	c number of reductions to clauses (during analyze)	: 0
39.78/38.24	c number of learned constraints concerned by reduction	: 0
39.78/38.24	c number of learning phase by resolution	: 0
39.78/38.24	c number of learning phase by cutting planes	: 0
39.78/38.24	c speed (assignments/second)	: 50151.716068642745
39.78/38.24	c non guided choices	4688
39.78/38.24	c learnt constraints type 
39.78/38.24	s OPTIMUM FOUND
39.78/38.24	c Found 51 solution(s)
39.78/38.24	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 
39.78/38.24	c objective function=1
39.78/38.24	c Total wall clock time (in seconds): 38.131

Verifier Data

OK	1

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-4092280-1466085467/watcher-4092280-1466085467 -o /tmp/evaluation-result-4092280-1466085467/solver-4092280-1466085467 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466075293-16256 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092280-1466085467.wbo 

pid=29287
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.58 2.38 2.24 4/197 29290
/proc/meminfo: memFree=29238836/32872528 swapFree=1243920/1391088
[pid=29290] ppid=29287 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/29290/stat : 29290 (java) S 29287 29290 13151 0 -1 4202496 1329 0 0 0 0 0 0 0 20 0 2 0 10595313 98635776 959 33554432000 1073741824 1073778376 140733995454624 140733995445760 272889839677 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29290/statm: 24081 960 728 9 0 16771 0
[pid=29290/tid=29291] ppid=29287 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29291/stat : 29291 (java) R 29287 29290 13151 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 10595313 98570240 977 33554432000 1073741824 1073778376 140733995454624 139788326989352 272886482304 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100166 s]
/proc/loadavg: 2.58 2.38 2.24 4/197 29290
/proc/meminfo: memFree=29238836/32872528 swapFree=1243920/1391088
[pid=29290] ppid=29287 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/29290/stat : 29290 (java) S 29287 29290 13151 0 -1 4202496 4466 0 1 0 9 1 0 0 20 0 18 0 10595313 9787879424 6097 33554432000 1073741824 1073778376 140733995454624 140733995445760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29290/statm: 2389619 6097 2156 9 0 2380296 0
[pid=29290/tid=29291] ppid=29287 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/29290/task/29291/stat : 29291 (java) R 29287 29290 13151 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 10595313 9787879424 6098 33554432000 1073741824 1073778376 140733995454624 139788326992584 272889865485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 2.58 2.38 2.24 4/197 29290
/proc/meminfo: memFree=29238836/32872528 swapFree=1243920/1391088
[pid=29290] ppid=29287 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/29290/stat : 29290 (java) S 29287 29290 13151 0 -1 4202496 4768 0 1 0 23 2 0 0 20 0 18 0 10595313 9787879424 6848 33554432000 1073741824 1073778376 140733995454624 140733995445760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29290/statm: 2389619 6848 2209 9 0 2380296 0
[pid=29290/tid=29291] ppid=29287 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/29290/task/29291/stat : 29291 (java) R 29287 29290 13151 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 18 0 10595313 9787879424 6848 33554432000 1073741824 1073778376 140733995454624 139788326992584 139788183261954 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300267 s]
/proc/loadavg: 2.58 2.38 2.24 4/197 29290
/proc/meminfo: memFree=29238836/32872528 swapFree=1243920/1391088
[pid=29290] ppid=29287 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/29290/stat : 29290 (java) S 29287 29290 13151 0 -1 4202496 5695 0 1 0 46 2 0 0 20 0 18 0 10595313 9787879424 8943 33554432000 1073741824 1073778376 140733995454624 140733995445760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29290/statm: 2389619 8943 2232 9 0 2380296 0
[pid=29290/tid=29291] ppid=29287 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/29290/task/29291/stat : 29291 (java) R 29287 29290 13151 0 -1 4202560 2403 0 1 0 26 1 0 0 20 0 18 0 10595313 9787879424 8943 33554432000 1073741824 1073778376 140733995454624 139788326994248 272886798384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700261 s]
/proc/loadavg: 2.58 2.38 2.24 4/197 29290
/proc/meminfo: memFree=29238836/32872528 swapFree=1243920/1391088
[pid=29290] ppid=29287 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/29290/stat : 29290 (java) S 29287 29290 13151 0 -1 4202496 12297 0 1 0 160 6 0 0 20 0 19 0 10595313 10060525568 15135 33554432000 1073741824 1073778376 140733995454624 140733995445760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29290/statm: 2456183 15135 2269 9 0 2446860 0
[pid=29290/tid=29291] ppid=29287 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/29290/task/29291/stat : 29291 (java) S 29287 29290 13151 0 -1 4202560 2434 0 1 0 29 2 0 0 20 0 19 0 10595313 10060525568 15135 33554432000 1073741824 1073778376 140733995454624 139788326994808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 2.58 2.38 2.24 4/213 29315
/proc/meminfo: memFree=29171188/32872528 swapFree=1243920/1391088
[pid=29290] ppid=29287 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/29290/stat : 29290 (java) S 29287 29290 13151 0 -1 4202496 16971 0 1 0 256 10 0 0 20 0 19 0 10595313 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 140733995445760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29290/statm: 2456183 19828 2275 9 0 2446860 0
[pid=29290/tid=29291] ppid=29287 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/29290/task/29291/stat : 29291 (java) S 29287 29290 13151 0 -1 4202560 2435 0 1 0 33 2 0 0 20 0 19 0 10595313 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139788326994808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29293] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139788305095464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29294] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139788304042664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29295] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139788302990376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29296] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139788301937576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29290/tid=29297] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139787965032744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29298] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139787963979944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29299] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139787962927656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29290/tid=29300] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139787961874856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29301] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 13151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10595315 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139787949677288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29302] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10595316 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139787948623352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29303] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29303/stat : 29303 (java) S 29287 29290 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10595316 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139787947570952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29304] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595318 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139787946519440 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29305] ppid=29287 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 13151 0 -1 4202560 6146 0 0 0 84 2 0 0 20 0 19 0 10595318 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139787945466040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29306] ppid=29287 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/29290/task/29306/stat : 29306 (java) S 29287 29290 13151 0 -1 4202560 7039 0 0 0 67 2 0 0 20 0 19 0 10595318 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139787944413240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29290/tid=29307] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29307/stat : 29307 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595318 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139787943361144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29308] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29308/stat : 29308 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595318 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139787942308552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29312] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29312/stat : 29312 (java) S 29287 29290 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10595349 10060525568 19828 33554432000 1073741824 1073778376 140733995454624 139787938096680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 2.58 2.38 2.24 1/213 29389
/proc/meminfo: memFree=30548732/32872528 swapFree=1243920/1391088
[pid=29290] ppid=29287 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/29290/stat : 29290 (java) S 29287 29290 13151 0 -1 4202496 17014 0 1 0 290 14 0 0 20 0 19 0 10595313 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 140733995445760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29290/statm: 2456183 27005 2278 9 0 2446860 0
[pid=29290/tid=29291] ppid=29287 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/29290/task/29291/stat : 29291 (java) S 29287 29290 13151 0 -1 4202560 2439 0 1 0 35 2 0 0 20 0 19 0 10595313 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139788326994808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29293] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139788305095464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29294] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139788304042664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29295] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139788302990376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29296] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139788301937576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29290/tid=29297] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139787965032744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29298] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139787963979944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29299] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139787962927656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29290/tid=29300] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139787961874856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29301] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 13151 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 10595315 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139787949677288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29302] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 13151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10595316 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139787948623352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29303] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29303/stat : 29303 (java) S 29287 29290 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10595316 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139787947570952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29304] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595318 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139787946519440 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29305] ppid=29287 vsize=9824732 CPUtime=0.96 cores=0,2,4,6
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 13151 0 -1 4202560 6148 0 0 0 94 2 0 0 20 0 19 0 10595318 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139787945466040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29306] ppid=29287 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/29290/task/29306/stat : 29306 (java) S 29287 29290 13151 0 -1 4202560 7043 0 0 0 76 2 0 0 20 0 19 0 10595318 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139787944413240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29290/tid=29307] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29307/stat : 29307 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595318 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139787943361144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29308] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29308/stat : 29308 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595318 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139787942308552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29312] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29312/stat : 29312 (java) S 29287 29290 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10595349 10060525568 27005 33554432000 1073741824 1073778376 140733995454624 139787938096680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 9824732

[startup+6.30079 s]
/proc/loadavg: 2.37 2.34 2.22 1/213 29431
/proc/meminfo: memFree=30402372/32872528 swapFree=1243920/1391088
[pid=29290] ppid=29287 vsize=9824732 CPUtime=3.9 cores=0,2,4,6
/proc/29290/stat : 29290 (java) S 29287 29290 13151 0 -1 4202496 19315 0 1 0 363 27 0 0 20 0 19 0 10595313 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 140733995445760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29290/statm: 2456183 43225 2291 9 0 2446860 0
[pid=29290/tid=29291] ppid=29287 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/29290/task/29291/stat : 29291 (java) S 29287 29290 13151 0 -1 4202560 2444 0 1 0 37 2 0 0 20 0 19 0 10595313 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139788326994808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29293] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139788305095464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29294] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 13151 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139788304042664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29295] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139788302990376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29296] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139788301937576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29290/tid=29297] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139787965032744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29290/tid=29298] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139787963979944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29299] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139787962927656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29290/tid=29300] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10595314 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139787961874856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29301] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 13151 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 10595315 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139787949677288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29302] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 13151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10595316 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139787948623352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29303] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29303/stat : 29303 (java) S 29287 29290 13151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10595316 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139787947570952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29304] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595318 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139787946519440 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29305] ppid=29287 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 13151 0 -1 4202560 6148 0 0 0 108 2 0 0 20 0 19 0 10595318 10060525568 43225 33554432000 1073741824 1073778376 140733995454624 139787945466040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29306] ppid=29287 vsize=9824732 CPUtime=0.92 cores=0,2,4,6

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

[pid=29290/tid=29301] ppid=29287 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 13151 0 -1 4202560 762 0 0 0 1 8 0 0 20 0 22 0 10595315 10060525568 375223 33554432000 1073741824 1073778376 140733995454624 139787949677288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29302] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 13151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10595316 10060525568 375223 33554432000 1073741824 1073778376 140733995454624 139787948623352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29303] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29303/stat : 29303 (java) S 29287 29290 13151 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 10595316 10060525568 375223 33554432000 1073741824 1073778376 140733995454624 139787947570952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29304] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10595318 10060525568 375223 33554432000 1073741824 1073778376 140733995454624 139787946519440 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29305] ppid=29287 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 13151 0 -1 4202560 11654 0 0 0 171 3 0 0 20 0 22 0 10595318 10060525568 375223 33554432000 1073741824 1073778376 140733995454624 139787945466040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29306] ppid=29287 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/29290/task/29306/stat : 29306 (java) S 29287 29290 13151 0 -1 4202560 9250 0 0 0 123 3 0 0 20 0 22 0 10595318 10060525568 375223 33554432000 1073741824 1073778376 140733995454624 139787944413240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29307] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29307/stat : 29307 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10595318 10060525568 375223 33554432000 1073741824 1073778376 140733995454624 139787943361144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29308] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29308/stat : 29308 (java) S 29287 29290 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10595318 10060525568 375223 33554432000 1073741824 1073778376 140733995454624 139787942308552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29312] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29312/stat : 29312 (java) S 29287 29290 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10595349 10060525568 375223 33554432000 1073741824 1073778376 140733995454624 139787938096680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29636] ppid=29287 vsize=9824732 CPUtime=3.73 cores=0,2,4,6
/proc/29290/task/29636/stat : 29636 (java) R 29287 29290 13151 0 -1 4202560 2 0 0 0 373 0 0 0 20 0 22 0 10598619 10060525568 375223 33554432000 1073741824 1073778376 140733995454624 139787940192784 139788183732648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29290/tid=29637] ppid=29287 vsize=9824732 CPUtime=3.72 cores=0,2,4,6
/proc/29290/task/29637/stat : 29637 (java) R 29287 29290 13151 0 -1 4202560 152 0 0 0 368 4 0 0 20 0 22 0 10598619 10060525568 375223 33554432000 1073741824 1073778376 140733995454624 139787941254808 139788183962367 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29638] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29638/stat : 29638 (java) S 29287 29290 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10598624 10060525568 375223 33554432000 1073741824 1073778376 140733995454624 139787939148712 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 37.86
Current children cumulated vsize (KiB) 9824732

[startup+37.6009 s]
/proc/loadavg: 2.13 2.27 2.20 4/218 29638
/proc/meminfo: memFree=28550372/32872528 swapFree=1243920/1391088
[pid=29290] ppid=29287 vsize=9824732 CPUtime=39.53 cores=0,2,4,6
/proc/29290/stat : 29290 (java) S 29287 29290 13151 0 -1 4202496 27716 0 1 0 3797 156 0 0 20 0 22 0 10595313 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 140733995445760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29290/statm: 2456183 443817 2296 9 0 2446860 0
[pid=29290/tid=29291] ppid=29287 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/29290/task/29291/stat : 29291 (java) S 29287 29290 13151 0 -1 4202560 2466 0 1 0 96 3 0 0 20 0 22 0 10595313 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139788326994808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29293] ppid=29287 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 13151 0 -1 4202560 64 0 0 0 10 4 0 0 20 0 22 0 10595314 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139788305095464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29294] ppid=29287 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 13151 0 -1 4202560 103 0 0 0 14 3 0 0 20 0 22 0 10595314 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139788304042664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29295] ppid=29287 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 13151 0 -1 4202560 46 0 0 0 9 3 0 0 20 0 22 0 10595314 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139788302990376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29296] ppid=29287 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 13151 0 -1 4202560 87 0 0 0 13 4 0 0 20 0 22 0 10595314 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139788301937576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29297] ppid=29287 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 13151 0 -1 4202560 81 0 0 0 14 3 0 0 20 0 22 0 10595314 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787965032744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29298] ppid=29287 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 13151 0 -1 4202560 81 0 0 0 13 3 0 0 20 0 22 0 10595314 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787963979944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29299] ppid=29287 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 13151 0 -1 4202560 85 0 0 0 12 3 0 0 20 0 22 0 10595314 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787962927656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29300] ppid=29287 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 13151 0 -1 4202560 77 0 0 0 13 4 0 0 20 0 22 0 10595314 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787961874856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29301] ppid=29287 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 13151 0 -1 4202560 1239 0 0 0 1 8 0 0 20 0 22 0 10595315 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787949677288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29302] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 13151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 10595316 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787948623352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29303] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29303/stat : 29303 (java) S 29287 29290 13151 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 22 0 10595316 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787947570952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29304] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10595318 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787946519440 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29305] ppid=29287 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 13151 0 -1 4202560 11654 0 0 0 172 3 0 0 20 0 22 0 10595318 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787945466040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29306] ppid=29287 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/29290/task/29306/stat : 29306 (java) S 29287 29290 13151 0 -1 4202560 9250 0 0 0 124 3 0 0 20 0 22 0 10595318 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787944413240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29307] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29307/stat : 29307 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 10595318 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787943361144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29308] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29308/stat : 29308 (java) S 29287 29290 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 10595318 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787942308552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29312] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29312/stat : 29312 (java) S 29287 29290 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 10595349 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787938096680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29636] ppid=29287 vsize=9824732 CPUtime=4.48 cores=0,2,4,6
/proc/29290/task/29636/stat : 29636 (java) R 29287 29290 13151 0 -1 4202560 3 0 0 0 448 0 0 0 20 0 22 0 10598619 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787940199816 139788183643007 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29290/tid=29637] ppid=29287 vsize=9824732 CPUtime=4.48 cores=0,2,4,6
/proc/29290/task/29637/stat : 29637 (java) R 29287 29290 13151 0 -1 4202560 268 0 0 0 439 9 0 0 20 0 22 0 10598619 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787941253008 139788183687099 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29638] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29638/stat : 29638 (java) S 29287 29290 13151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 10598624 10060525568 443817 33554432000 1073741824 1073778376 140733995454624 139787939148712 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 39.53
Current children cumulated vsize (KiB) 9824732

[startup+38.0008 s]
/proc/loadavg: 2.13 2.27 2.20 4/218 29638
/proc/meminfo: memFree=28550372/32872528 swapFree=1243920/1391088
[pid=29290] ppid=29287 vsize=9824732 CPUtime=39.65 cores=0,2,4,6
/proc/29290/stat : 29290 (java) S 29287 29290 13151 0 -1 4202496 27716 0 1 0 3807 158 0 0 20 0 19 0 10595313 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 140733995445760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29290/statm: 2456183 443811 2296 9 0 2446860 0
[pid=29290/tid=29291] ppid=29287 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/29290/task/29291/stat : 29291 (java) S 29287 29290 13151 0 -1 4202560 2466 0 1 0 96 3 0 0 20 0 19 0 10595313 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139788326994808 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29293] ppid=29287 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 13151 0 -1 4202560 64 0 0 0 10 4 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139788305095464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29294] ppid=29287 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 13151 0 -1 4202560 103 0 0 0 14 3 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139788304042664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29295] ppid=29287 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 13151 0 -1 4202560 46 0 0 0 9 3 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139788302990376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29296] ppid=29287 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 13151 0 -1 4202560 87 0 0 0 13 4 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139788301937576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29297] ppid=29287 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 13151 0 -1 4202560 81 0 0 0 14 3 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787965032744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29298] ppid=29287 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 13151 0 -1 4202560 81 0 0 0 13 3 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787963979944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29299] ppid=29287 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 13151 0 -1 4202560 85 0 0 0 12 3 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787962927656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29300] ppid=29287 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 13151 0 -1 4202560 77 0 0 0 13 4 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787961874856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29301] ppid=29287 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 13151 0 -1 4202560 1239 0 0 0 1 8 0 0 20 0 19 0 10595315 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787949677288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29302] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 13151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10595316 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787948623352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29303] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29303/stat : 29303 (java) S 29287 29290 13151 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 10595316 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787947570952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29304] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595318 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787946519440 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29305] ppid=29287 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 13151 0 -1 4202560 11654 0 0 0 172 3 0 0 20 0 19 0 10595318 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787945466040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29306] ppid=29287 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/29290/task/29306/stat : 29306 (java) S 29287 29290 13151 0 -1 4202560 9250 0 0 0 124 3 0 0 20 0 19 0 10595318 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787944413240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29307] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29307/stat : 29307 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595318 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787943361144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29308] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29308/stat : 29308 (java) S 29287 29290 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10595318 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787942308552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29312] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29312/stat : 29312 (java) S 29287 29290 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10595349 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787938096680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 39.65
Current children cumulated vsize (KiB) 9824732

[startup+38.2008 s]
/proc/loadavg: 2.13 2.27 2.20 4/218 29638
/proc/meminfo: memFree=28550372/32872528 swapFree=1243920/1391088
[pid=29290] ppid=29287 vsize=9824732 CPUtime=39.78 cores=0,2,4,6
/proc/29290/stat : 29290 (java) S 29287 29290 13151 0 -1 4202496 27716 0 1 0 3820 158 0 0 20 0 19 0 10595313 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 140733995445760 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29290/statm: 2456183 443811 2296 9 0 2446860 0
[pid=29290/tid=29291] ppid=29287 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/29290/task/29291/stat : 29291 (java) R 29287 29290 13151 0 -1 4202560 2466 0 1 0 108 3 0 0 20 0 19 0 10595313 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139788326994568 139788183410614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29293] ppid=29287 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/29290/task/29293/stat : 29293 (java) S 29287 29290 13151 0 -1 4202560 64 0 0 0 10 4 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139788305095464 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29294] ppid=29287 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/29290/task/29294/stat : 29294 (java) S 29287 29290 13151 0 -1 4202560 103 0 0 0 14 3 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139788304042664 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29295] ppid=29287 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/29290/task/29295/stat : 29295 (java) S 29287 29290 13151 0 -1 4202560 46 0 0 0 9 3 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139788302990376 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29296] ppid=29287 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/29290/task/29296/stat : 29296 (java) S 29287 29290 13151 0 -1 4202560 87 0 0 0 13 4 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139788301937576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29297] ppid=29287 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/29290/task/29297/stat : 29297 (java) S 29287 29290 13151 0 -1 4202560 81 0 0 0 14 3 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787965032744 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29298] ppid=29287 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/29290/task/29298/stat : 29298 (java) S 29287 29290 13151 0 -1 4202560 81 0 0 0 13 3 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787963979944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29299] ppid=29287 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/29290/task/29299/stat : 29299 (java) S 29287 29290 13151 0 -1 4202560 85 0 0 0 12 3 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787962927656 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29300] ppid=29287 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/29290/task/29300/stat : 29300 (java) S 29287 29290 13151 0 -1 4202560 77 0 0 0 13 4 0 0 20 0 19 0 10595314 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787961874856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29301] ppid=29287 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/29290/task/29301/stat : 29301 (java) S 29287 29290 13151 0 -1 4202560 1239 0 0 0 1 8 0 0 20 0 19 0 10595315 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787949677288 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29302] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29302/stat : 29302 (java) S 29287 29290 13151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10595316 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787948623352 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29303] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29303/stat : 29303 (java) S 29287 29290 13151 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 10595316 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787947570952 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29304] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29304/stat : 29304 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595318 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787946519440 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29305] ppid=29287 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/29290/task/29305/stat : 29305 (java) S 29287 29290 13151 0 -1 4202560 11654 0 0 0 172 3 0 0 20 0 19 0 10595318 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787945466040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29290/tid=29306] ppid=29287 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/29290/task/29306/stat : 29306 (java) S 29287 29290 13151 0 -1 4202560 9250 0 0 0 124 3 0 0 20 0 19 0 10595318 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787944413240 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29307] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29307/stat : 29307 (java) S 29287 29290 13151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10595318 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787943361144 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29290/tid=29308] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29308/stat : 29308 (java) S 29287 29290 13151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10595318 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787942308552 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29290/tid=29312] ppid=29287 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/29290/task/29312/stat : 29312 (java) S 29287 29290 13151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10595349 10060525568 443811 33554432000 1073741824 1073778376 140733995454624 139787938096680 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 39.78
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 38.2513
CPU time (s): 39.9589
CPU user time (s): 38.2072
CPU system time (s): 1.75173
CPU usage (%): 104.464
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.2072
system time used= 1.75173
maximum resident set size= 1775268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27728
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2940
involuntary context switches= 2017

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.268959 second user time and 0.280957 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-16 15:57:47
IDJOB=4092280
IDBENCH=79275
IDSOLVER=2552
FILE ID=node119/4092280-1466085467
RUNJOBID= node119-1466075293-16256
PBS_JOBID= 19904019
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900571132--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4092280-1466085467/watcher-4092280-1466085467 -o /tmp/evaluation-result-4092280-1466085467/solver-4092280-1466085467 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466075293-16256 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4092280-1466085467.wbo

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

MD5SUM BENCH= a22634c1977478f126d9df874c90c256
RANDOM SEED=1485052349

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29238844 kB
Buffers:           30668 kB
Cached:            68456 kB
SwapCached:          932 kB
Active:          1443244 kB
Inactive:          65692 kB
Active(anon):    1410908 kB
Inactive(anon):     1392 kB
Active(file):      32336 kB
Inactive(file):    64300 kB
Unevictable:     1391088 kB
Mlocked:         1243920 kB
SwapTotal:      67108856 kB
SwapFree:       67100084 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       2832560 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             566620 kB
SReclaimable:      10660 kB
SUnreclaim:       555960 kB
KernelStack:        1688 kB
PageTables:         9608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4055692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1546240 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= 71736 MiB
End job on node119 at 2016-06-16 15:58:25