Trace number 4109821

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 56.8954 45.6854

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900583053--soft-33-100-0.wbo
MD5SUM9f5c0fb24468d0f2311d30a10738459c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard 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 benchmark86.5458
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 constraints1785
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 88246
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 88245
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 651
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109821-1466343822.wbo
0.09/0.12	c reading problem ... 
0.46/0.35	c ... done. Wall clock time 0.23s.
0.46/0.35	c declared #vars     231
0.46/0.35	c internal #vars     2016
0.46/0.35	c #constraints  2707
0.46/0.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.36	c constraints type 
0.46/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2589
0.46/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.46/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 95
0.46/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.46/0.36	c 2707 constraints processed.
0.46/0.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.36	c constraints type 
0.46/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 95
0.46/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2589
0.46/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.46/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.46/0.36	c 2707 constraints processed.
0.46/0.36	c objective function length is 1785 literals
0.68/0.48	c And the winner is solver0
1.22/0.86	c SATISFIABLE
1.22/0.86	c OPTIMIZING...
1.22/0.86	c Got one! Elapsed wall clock time (in seconds):0.736
1.22/0.86	o 606
1.34/0.90	c And the winner is solver0
1.64/1.37	c Got one! Elapsed wall clock time (in seconds):1.251
1.64/1.37	o 307
1.71/1.46	c And the winner is solver0
2.09/1.88	c Got one! Elapsed wall clock time (in seconds):1.761
2.09/1.88	o 287
2.09/1.90	c And the winner is solver0
2.17/2.39	c Got one! Elapsed wall clock time (in seconds):2.268
2.17/2.39	o 284
2.18/2.41	c And the winner is solver0
2.23/2.90	c Got one! Elapsed wall clock time (in seconds):2.774
2.23/2.90	o 280
2.23/2.92	c And the winner is solver0
2.34/3.40	c Got one! Elapsed wall clock time (in seconds):3.279
2.34/3.40	o 274
2.34/3.42	c And the winner is solver0
2.36/3.91	c Got one! Elapsed wall clock time (in seconds):3.783
2.36/3.91	o 257
2.36/3.92	c And the winner is solver0
2.51/4.41	c Got one! Elapsed wall clock time (in seconds):4.287
2.51/4.41	o 218
2.51/4.50	c And the winner is solver0
2.77/4.91	c Got one! Elapsed wall clock time (in seconds):4.791
2.77/4.91	o 206
2.77/4.92	c And the winner is solver0
2.78/5.42	c Got one! Elapsed wall clock time (in seconds):5.294
2.78/5.42	o 137
2.94/5.54	c And the winner is solver0
3.07/5.92	c Got one! Elapsed wall clock time (in seconds):5.796
3.07/5.92	o 131
3.07/5.93	c And the winner is solver0
3.07/6.42	c Got one! Elapsed wall clock time (in seconds):6.299
3.07/6.42	o 129
3.07/6.46	c And the winner is solver0
3.16/6.93	c Got one! Elapsed wall clock time (in seconds):6.802
3.16/6.93	o 124
3.16/6.96	c And the winner is solver0
3.26/7.43	c Got one! Elapsed wall clock time (in seconds):7.304
3.26/7.43	o 121
3.26/7.45	c And the winner is solver0
3.33/7.93	c Got one! Elapsed wall clock time (in seconds):7.807
3.33/7.93	o 95
3.33/7.95	c And the winner is solver0
3.37/8.43	c Got one! Elapsed wall clock time (in seconds):8.31
3.37/8.43	o 82
3.79/8.65	c And the winner is solver0
3.98/8.94	c Got one! Elapsed wall clock time (in seconds):8.813
3.98/8.94	o 74
4.12/9.00	c And the winner is solver0
4.22/9.44	c Got one! Elapsed wall clock time (in seconds):9.317
4.22/9.44	o 65
4.33/9.51	c And the winner is solver0
4.37/9.94	c Got one! Elapsed wall clock time (in seconds):9.821
4.37/9.94	o 57
5.09/10.31	c And the winner is solver0
5.13/10.45	c Got one! Elapsed wall clock time (in seconds):10.326
5.13/10.45	o 52
5.13/10.49	c And the winner is solver0
5.23/10.95	c Got one! Elapsed wall clock time (in seconds):10.832
5.23/10.96	o 46
5.32/11.02	c And the winner is solver0
5.40/11.46	c Got one! Elapsed wall clock time (in seconds):11.338
5.40/11.46	o 44
5.67/11.62	c cleaning 5357 clauses out of 10723 with flag 5507/10723
5.92/11.74	c And the winner is solver0
6.03/11.97	c Got one! Elapsed wall clock time (in seconds):11.844
6.03/11.97	o 40
6.10/12.01	c And the winner is solver0
6.21/12.48	c Got one! Elapsed wall clock time (in seconds):12.352
6.21/12.48	o 37
6.25/12.51	c And the winner is solver0
6.31/12.98	c Got one! Elapsed wall clock time (in seconds):12.86
6.31/12.98	o 35
6.32/13.09	c And the winner is solver0
6.53/13.49	c Got one! Elapsed wall clock time (in seconds):13.369
6.53/13.49	o 33
6.77/13.69	c And the winner is solver0
6.96/14.00	c Got one! Elapsed wall clock time (in seconds):13.877
6.96/14.00	o 30
6.96/14.02	c And the winner is solver0
7.02/14.51	c Got one! Elapsed wall clock time (in seconds):14.386
7.02/14.51	o 29
7.02/14.56	c And the winner is solver0
7.14/15.02	c Got one! Elapsed wall clock time (in seconds):14.896
7.14/15.02	o 28
7.14/15.09	c And the winner is solver0
7.29/15.53	c Got one! Elapsed wall clock time (in seconds):15.405
7.29/15.53	o 27
7.29/15.60	c And the winner is solver0
7.51/16.04	c Got one! Elapsed wall clock time (in seconds):15.915
7.51/16.04	o 25
7.61/16.14	c And the winner is solver0
7.73/16.55	c Got one! Elapsed wall clock time (in seconds):16.424
7.73/16.55	o 24
7.83/16.64	c cleaning 6786 clauses out of 13579 with flag 6207/18936
7.83/16.69	c And the winner is solver0
8.03/17.06	c Got one! Elapsed wall clock time (in seconds):16.933
8.03/17.06	o 21
8.03/17.09	c And the winner is solver0
8.09/17.57	c Got one! Elapsed wall clock time (in seconds):17.444
8.09/17.57	o 18
8.15/17.67	c And the winner is solver0
8.30/18.08	c Got one! Elapsed wall clock time (in seconds):17.955
8.30/18.08	o 17
8.52/18.21	c And the winner is solver0
8.56/18.59	c Got one! Elapsed wall clock time (in seconds):18.468
8.56/18.59	o 14
8.81/18.75	c And the winner is solver0
8.95/19.10	c Got one! Elapsed wall clock time (in seconds):18.981
8.95/19.10	o 13
9.12/19.29	c cleaning 7017 clauses out of 14051 with flag 14833/26194
9.53/19.42	c And the winner is solver0
9.59/19.62	c Got one! Elapsed wall clock time (in seconds):19.494
9.59/19.62	o 12
9.73/19.71	c And the winner is solver0
9.78/20.13	c Got one! Elapsed wall clock time (in seconds):20.008
9.78/20.13	o 11
10.35/20.46	c And the winner is solver0
10.50/20.65	c Got one! Elapsed wall clock time (in seconds):20.523
10.50/20.65	o 8
10.59/20.76	c cleaning 7135 clauses out of 14276 with flag 8375/33436
11.39/21.19	c cleaning 6566 clauses out of 13140 with flag 54811/39435
12.39/21.69	c cleaning 6778 clauses out of 13574 with flag 107708/46435
14.03/22.41	c cleaning 7386 clauses out of 14795 with flag 181257/54434
15.66/23.24	c cleaning 8204 clauses out of 16414 with flag 264862/63439
17.44/24.18	c cleaning 9102 clauses out of 18207 with flag 356432/73436
19.90/25.32	c cleaning 10044 clauses out of 20104 with flag 461004/84435
21.89/26.38	c And the winner is solver0
22.17/26.70	c Got one! Elapsed wall clock time (in seconds):26.58
22.17/26.70	o 7
23.54/27.41	c cleaning 12471 clauses out of 24973 with flag 51007/99348
24.75/28.09	c cleaning 9249 clauses out of 18502 with flag 113813/105348
25.54/28.50	c And the winner is solver0
25.75/28.73	c Got one! Elapsed wall clock time (in seconds):28.606
25.75/28.73	o 6
25.85/28.88	c cleaning 7337 clauses out of 14684 with flag 8335/110779
26.09/28.92	c And the winner is solver0
26.41/29.26	c Got one! Elapsed wall clock time (in seconds):29.135
26.41/29.26	o 5
27.53/29.88	c cleaning 6390 clauses out of 12796 with flag 51192/116228
29.11/30.42	c And the winner is solver0
29.20/30.79	c Got one! Elapsed wall clock time (in seconds):30.667
29.20/30.79	o 4
30.19/31.32	c cleaning 8325 clauses out of 16650 with flag 42484/126472
31.40/31.93	c cleaning 7157 clauses out of 14327 with flag 92068/132475
32.99/32.71	c cleaning 7080 clauses out of 14171 with flag 152610/139476
33.81/33.13	c And the winner is solver0
33.88/33.32	c Got one! Elapsed wall clock time (in seconds):33.201
33.88/33.32	o 3
33.99/33.49	c cleaning 6040 clauses out of 12090 with flag 7382/144475
35.26/34.08	c And the winner is solver0
35.47/34.37	c Got one! Elapsed wall clock time (in seconds):34.244
35.47/34.37	o 2
36.68/35.00	c cleaning 8374 clauses out of 16755 with flag 35393/155180
37.88/35.60	c cleaning 7186 clauses out of 14381 with flag 82794/161180
39.29/36.33	c cleaning 7095 clauses out of 14196 with flag 136091/168181
40.88/37.19	c cleaning 7542 clauses out of 15100 with flag 199754/176180
43.14/38.28	c cleaning 8276 clauses out of 16559 with flag 272283/185181
44.94/39.17	c cleaning 9128 clauses out of 18280 with flag 333195/195180
47.16/40.27	c cleaning 10076 clauses out of 20152 with flag 395679/206181
49.36/41.36	c And the winner is solver0
49.48/41.41	c Got one! Elapsed wall clock time (in seconds):41.288
49.48/41.41	o 1
50.80/42.16	c cleaning 12731 clauses out of 25481 with flag 30762/221587
51.99/42.73	c cleaning 9368 clauses out of 18746 with flag 64366/227583
52.79/43.18	c cleaning 8180 clauses out of 16376 with flag 97131/234581
54.04/43.75	c cleaning 8095 clauses out of 16196 with flag 133937/242581
55.04/44.22	c cleaning 8544 clauses out of 17100 with flag 172113/251581
56.05/44.75	c cleaning 9273 clauses out of 18553 with flag 212520/261581
56.45/44.98	c And the winner is solver0
56.76/45.67	c >>>>>>>>>> Solver number 0 (48 answers) <<<<<<<<<<<<<<<<<<
56.76/45.67	c starts		: 186
56.76/45.67	c conflicts		: 267479
56.76/45.67	c decisions		: 467565
56.76/45.67	c propagations		: 15698703
56.76/45.67	c inspects		: 338423209
56.76/45.67	c shortcuts		: 0
56.76/45.67	c learnt literals	: 22
56.76/45.67	c learnt binary clauses	: 228
56.76/45.67	c learnt ternary clauses	: 1085
56.76/45.67	c learnt constraints	: 267456
56.76/45.67	c ignored constraints	: 0
56.76/45.67	c root simplifications	: 0
56.76/45.67	c removed literals (reason simplification)	: 1595774
56.76/45.67	c reason swapping (by a shorter reason)	: 0
56.76/45.67	c Calls to reduceDB	: 31
56.76/45.67	c Number of update (reduction) of LBD	: 111169
56.76/45.67	c Imported unit clauses	: 0
56.76/45.67	c number of reductions to clauses (during analyze)	: 0
56.76/45.67	c number of learned constraints concerned by reduction	: 0
56.76/45.67	c number of learning phase by resolution	: 0
56.76/45.67	c number of learning phase by cutting planes	: 0
56.76/45.67	c speed (assignments/second)	: 346557.3853727455
56.76/45.67	c non guided choices	5633
56.76/45.67	c learnt constraints type 
56.76/45.67	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
56.76/45.67	c starts		: 68
56.76/45.67	c conflicts		: 3504
56.76/45.67	c decisions		: 60452
56.76/45.67	c propagations		: 218140
56.76/45.67	c inspects		: 38315796
56.76/45.67	c shortcuts		: 0
56.76/45.67	c learnt literals	: 0
56.76/45.67	c learnt binary clauses	: 0
56.76/45.67	c learnt ternary clauses	: 0
56.76/45.67	c learnt constraints	: 3480
56.76/45.67	c ignored constraints	: 0
56.76/45.67	c root simplifications	: 0
56.76/45.67	c removed literals (reason simplification)	: 0
56.76/45.67	c reason swapping (by a shorter reason)	: 0
56.76/45.67	c Calls to reduceDB	: 0
56.76/45.67	c Number of update (reduction) of LBD	: 0
56.76/45.67	c Imported unit clauses	: 0
56.76/45.67	c number of reductions to clauses (during analyze)	: 0
56.76/45.67	c number of learned constraints concerned by reduction	: 0
56.76/45.67	c number of learning phase by resolution	: 0
56.76/45.67	c number of learning phase by cutting planes	: 0
56.76/45.67	c speed (assignments/second)	: 52908.07664322095
56.76/45.67	c non guided choices	5275
56.76/45.67	c learnt constraints type 
56.76/45.67	s OPTIMUM FOUND
56.76/45.67	c Found 47 solution(s)
56.76/45.67	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 
56.76/45.67	c objective function=1
56.76/45.67	c Total wall clock time (in seconds): 45.548

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-4109821-1466343822/watcher-4109821-1466343822 -o /tmp/evaluation-result-4109821-1466343822/solver-4109821-1466343822 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1466341815-30930 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109821-1466343822.wbo 

pid=1212
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.19 2.02 1.76 3/196 1215
/proc/meminfo: memFree=30185596/32872528 swapFree=303544/319896
[pid=1215] ppid=1212 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/1215/stat : 1215 (java) D 1212 1215 30914 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 36428862 9515008 176 33554432000 1073741824 1073778376 140734384667840 140734384650568 262962758544 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/1215/statm: 2323 176 133 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 2.19 2.02 1.76 3/196 1215
/proc/meminfo: memFree=30185596/32872528 swapFree=303544/319896
[pid=1215] ppid=1212 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/1215/stat : 1215 (java) S 1212 1215 30914 0 -1 4202496 4389 0 1 0 8 1 0 0 20 0 18 0 36428862 9787879424 6026 33554432000 1073741824 1073778376 140734823125824 140734823116960 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1215/statm: 2389619 6026 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200289 s]
/proc/loadavg: 2.19 2.02 1.76 3/196 1215
/proc/meminfo: memFree=30185596/32872528 swapFree=303544/319896
[pid=1215] ppid=1212 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/1215/stat : 1215 (java) S 1212 1215 30914 0 -1 4202496 4697 0 1 0 21 1 0 0 20 0 18 0 36428862 9787879424 6794 33554432000 1073741824 1073778376 140734823125824 140734823116960 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1215/statm: 2389619 6794 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300314 s]
/proc/loadavg: 2.19 2.02 1.76 3/196 1215
/proc/meminfo: memFree=30185596/32872528 swapFree=303544/319896
[pid=1215] ppid=1212 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/1215/stat : 1215 (java) S 1212 1215 30914 0 -1 4202496 5550 0 1 0 44 2 0 0 20 0 18 0 36428862 9787879424 8358 33554432000 1073741824 1073778376 140734823125824 140734823116960 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1215/statm: 2389619 8358 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.70033 s]
/proc/loadavg: 2.19 2.02 1.76 3/196 1215
/proc/meminfo: memFree=30185596/32872528 swapFree=303544/319896
[pid=1215] ppid=1212 vsize=9824732 CPUtime=1.22 cores=0,2,4,6
/proc/1215/stat : 1215 (java) S 1212 1215 30914 0 -1 4202496 8585 0 1 0 118 4 0 0 20 0 19 0 36428862 10060525568 11970 33554432000 1073741824 1073778376 140734823125824 140734823116960 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1215/statm: 2456183 11970 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 2.19 2.02 1.76 2/215 1240
/proc/meminfo: memFree=30123512/32872528 swapFree=303544/319896
[pid=1215] ppid=1212 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/1215/stat : 1215 (java) S 1212 1215 30914 0 -1 4202496 14491 0 1 0 195 9 0 0 20 0 19 0 36428862 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140734823116960 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1215/statm: 2456183 19612 2265 9 0 2446860 0
[pid=1215/tid=1217] ppid=1212 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/1215/task/1217/stat : 1217 (java) S 1212 1215 30914 0 -1 4202560 2418 0 1 0 34 1 0 0 20 0 19 0 36428863 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429899363192 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1218] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1218/stat : 1218 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429871814824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1219] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1219/stat : 1219 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429870762280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1220] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1220/stat : 1220 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429869709736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1221] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1221/stat : 1221 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429868657192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1222] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1222/stat : 1222 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429867604648 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1223] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1223/stat : 1223 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429866552104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1224] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1224/stat : 1224 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429865499560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1225] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1225/stat : 1225 (java) S 1212 1215 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429864447016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1226] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1226/stat : 1226 (java) S 1212 1215 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36428865 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429253126248 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1227] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1227/stat : 1227 (java) S 1212 1215 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36428865 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429252072568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1228] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1228/stat : 1228 (java) S 1212 1215 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428865 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429251019912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1229] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1229/stat : 1229 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429249968656 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1230] ppid=1212 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/1215/task/1230/stat : 1230 (java) S 1212 1215 30914 0 -1 4202560 4161 0 0 0 57 0 0 0 20 0 19 0 36428868 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429248916024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1231] ppid=1212 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/1215/task/1231/stat : 1231 (java) R 1212 1215 30914 0 -1 4202560 6559 0 0 0 55 1 0 0 20 0 19 0 36428868 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429247857320 140429901964100 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1232] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1232/stat : 1232 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429246811128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1233] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1233/stat : 1233 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429245758792 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1237] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1237/stat : 1237 (java) S 1212 1215 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428899 10060525568 19612 33554432000 1073741824 1073778376 140734823125824 140429241545896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 2.19 2.02 1.76 2/215 1246
/proc/meminfo: memFree=30104404/32872528 swapFree=303544/319896
[pid=1215] ppid=1212 vsize=9824732 CPUtime=2.34 cores=0,2,4,6
/proc/1215/stat : 1215 (java) S 1212 1215 30914 0 -1 4202496 14758 0 1 0 220 14 0 0 20 0 19 0 36428862 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140734823116960 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1215/statm: 2456183 25792 2265 9 0 2446860 0
[pid=1215/tid=1217] ppid=1212 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/1215/task/1217/stat : 1217 (java) S 1212 1215 30914 0 -1 4202560 2421 0 1 0 35 2 0 0 20 0 19 0 36428863 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429899363192 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1218] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1218/stat : 1218 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429871814824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1219] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1219/stat : 1219 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429870762280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1220] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1220/stat : 1220 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429869709736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1221] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1221/stat : 1221 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429868657192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1222] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1222/stat : 1222 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429867604648 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1223] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1223/stat : 1223 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429866552104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1224] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1224/stat : 1224 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429865499560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1225] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1225/stat : 1225 (java) S 1212 1215 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429864447016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1226] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1226/stat : 1226 (java) S 1212 1215 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36428865 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429253126248 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1227] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1227/stat : 1227 (java) S 1212 1215 30914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36428865 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429252072568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1228] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1228/stat : 1228 (java) S 1212 1215 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428865 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429251019912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1229] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1229/stat : 1229 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429249968656 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1230] ppid=1212 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/1215/task/1230/stat : 1230 (java) S 1212 1215 30914 0 -1 4202560 4396 0 0 0 65 0 0 0 20 0 19 0 36428868 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429248916024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1231] ppid=1212 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/1215/task/1231/stat : 1231 (java) S 1212 1215 30914 0 -1 4202560 6559 0 0 0 65 2 0 0 20 0 19 0 36428868 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429247863480 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1232] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1232/stat : 1232 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429246811128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1233] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1233/stat : 1233 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429245758792 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1237] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1237/stat : 1237 (java) S 1212 1215 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428899 10060525568 25792 33554432000 1073741824 1073778376 140734823125824 140429241545896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30079 s]
/proc/loadavg: 2.09 2.01 1.76 4/218 1267
/proc/meminfo: memFree=30047916/32872528 swapFree=303544/319896
[pid=1215] ppid=1212 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/1215/stat : 1215 (java) S 1212 1215 30914 0 -1 4202496 15646 0 1 0 287 20 0 0 20 0 19 0 36428862 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140734823116960 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1215/statm: 2456183 43538 2282 9 0 2446860 0
[pid=1215/tid=1217] ppid=1212 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/1215/task/1217/stat : 1217 (java) S 1212 1215 30914 0 -1 4202560 2425 0 1 0 37 2 0 0 20 0 19 0 36428863 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429899363192 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1218] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1218/stat : 1218 (java) S 1212 1215 30914 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429871814824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1219] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1219/stat : 1219 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429870762280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1220] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1220/stat : 1220 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429869709736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1221] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1221/stat : 1221 (java) S 1212 1215 30914 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429868657192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1222] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1222/stat : 1222 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429867604648 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1223] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1223/stat : 1223 (java) S 1212 1215 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429866552104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1224] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1224/stat : 1224 (java) S 1212 1215 30914 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429865499560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1225] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1225/stat : 1225 (java) S 1212 1215 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36428864 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429864447016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1226] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1226/stat : 1226 (java) S 1212 1215 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428865 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429253126248 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1227] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1227/stat : 1227 (java) S 1212 1215 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36428865 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429252072568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1228] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1228/stat : 1228 (java) S 1212 1215 30914 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36428865 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429251019912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1229] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1229/stat : 1229 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429249968656 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1230] ppid=1212 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/1215/task/1230/stat : 1230 (java) S 1212 1215 30914 0 -1 4202560 5154 0 0 0 82 0 0 0 20 0 19 0 36428868 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429248916024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1231] ppid=1212 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/1215/task/1231/stat : 1231 (java) S 1212 1215 30914 0 -1 4202560 6562 0 0 0 72 2 0 0 20 0 19 0 36428868 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429247863480 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1232] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1232/stat : 1232 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429246811128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1233] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1233/stat : 1233 (java) S 1212 1215 30914 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429245758792 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1237] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1237/stat : 1237 (java) S 1212 1215 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428899 10060525568 43538 33554432000 1073741824 1073778376 140734823125824 140429241545896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9824732

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

[pid=1215/tid=1226] ppid=1212 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/1215/task/1226/stat : 1226 (java) S 1212 1215 30914 0 -1 4202560 974 0 0 0 0 5 0 0 20 0 22 0 36428865 10060525568 522144 33554432000 1073741824 1073778376 140734823125824 140429253126248 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1227] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1227/stat : 1227 (java) S 1212 1215 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36428865 10060525568 522144 33554432000 1073741824 1073778376 140734823125824 140429252072568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1228] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1228/stat : 1228 (java) S 1212 1215 30914 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 36428865 10060525568 522144 33554432000 1073741824 1073778376 140734823125824 140429251019912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1229] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1229/stat : 1229 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36428868 10060525568 522144 33554432000 1073741824 1073778376 140734823125824 140429249968656 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1230] ppid=1212 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/1215/task/1230/stat : 1230 (java) S 1212 1215 30914 0 -1 4202560 7088 0 0 0 118 0 0 0 20 0 22 0 36428868 10060525568 522144 33554432000 1073741824 1073778376 140734823125824 140429248916024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1231] ppid=1212 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/1215/task/1231/stat : 1231 (java) S 1212 1215 30914 0 -1 4202560 15144 0 0 0 162 4 0 0 20 0 22 0 36428868 10060525568 522144 33554432000 1073741824 1073778376 140734823125824 140429247863480 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1232] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1232/stat : 1232 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36428868 10060525568 522144 33554432000 1073741824 1073778376 140734823125824 140429246811128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1233] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1233/stat : 1233 (java) S 1212 1215 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36428868 10060525568 522144 33554432000 1073741824 1073778376 140734823125824 140429245758792 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1237] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1237/stat : 1237 (java) S 1212 1215 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36428899 10060525568 522144 33554432000 1073741824 1073778376 140734823125824 140429241545896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1381] ppid=1212 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/1215/task/1381/stat : 1381 (java) R 1212 1215 30914 0 -1 4202560 4 0 0 0 171 0 0 0 20 0 22 0 36433009 10060525568 522144 33554432000 1073741824 1073778376 140734823125824 140429244694912 140429744479840 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1382] ppid=1212 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/1215/task/1382/stat : 1382 (java) R 1212 1215 30914 0 -1 4202560 270 0 0 0 162 9 0 0 20 0 22 0 36433009 10060525568 522144 33554432000 1073741824 1073778376 140734823125824 140429242596776 140429744840237 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1383] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1383/stat : 1383 (java) S 1212 1215 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36433017 10060525568 522144 33554432000 1073741824 1073778376 140734823125824 140429243650856 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 52.99
Current children cumulated vsize (KiB) 9824732

[startup+44.801 s]
/proc/loadavg: 2.01 1.99 1.76 4/218 1383
/proc/meminfo: memFree=28104192/32872528 swapFree=303544/319896
[pid=1215] ppid=1212 vsize=9824732 CPUtime=56.25 cores=0,2,4,6
/proc/1215/stat : 1215 (java) S 1212 1215 30914 0 -1 4202496 28918 0 1 0 5475 150 0 0 20 0 22 0 36428862 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140734823116960 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1215/statm: 2456183 555251 2288 9 0 2446860 0
[pid=1215/tid=1217] ppid=1212 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/1215/task/1217/stat : 1217 (java) S 1212 1215 30914 0 -1 4202560 2446 0 1 0 85 3 0 0 20 0 22 0 36428863 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429899363192 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1218] ppid=1212 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1215/task/1218/stat : 1218 (java) S 1212 1215 30914 0 -1 4202560 68 0 0 0 14 3 0 0 20 0 22 0 36428864 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429871814824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1219] ppid=1212 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/1215/task/1219/stat : 1219 (java) S 1212 1215 30914 0 -1 4202560 59 0 0 0 11 2 0 0 20 0 22 0 36428864 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429870762280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1220] ppid=1212 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/1215/task/1220/stat : 1220 (java) S 1212 1215 30914 0 -1 4202560 75 0 0 0 16 4 0 0 20 0 22 0 36428864 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429869709736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1221] ppid=1212 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/1215/task/1221/stat : 1221 (java) S 1212 1215 30914 0 -1 4202560 87 0 0 0 19 4 0 0 20 0 22 0 36428864 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429868657192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1222] ppid=1212 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1215/task/1222/stat : 1222 (java) S 1212 1215 30914 0 -1 4202560 72 0 0 0 13 2 0 0 20 0 22 0 36428864 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429867604648 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1223] ppid=1212 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/1215/task/1223/stat : 1223 (java) S 1212 1215 30914 0 -1 4202560 85 0 0 0 20 4 0 0 20 0 22 0 36428864 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429866552104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1224] ppid=1212 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/1215/task/1224/stat : 1224 (java) S 1212 1215 30914 0 -1 4202560 68 0 0 0 14 4 0 0 20 0 22 0 36428864 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429865499560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1225] ppid=1212 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1215/task/1225/stat : 1225 (java) S 1212 1215 30914 0 -1 4202560 54 0 0 0 12 3 0 0 20 0 22 0 36428864 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429864447016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1226] ppid=1212 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/1215/task/1226/stat : 1226 (java) S 1212 1215 30914 0 -1 4202560 974 0 0 0 0 5 0 0 20 0 22 0 36428865 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429253126248 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1227] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1227/stat : 1227 (java) S 1212 1215 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36428865 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429252072568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1228] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1228/stat : 1228 (java) S 1212 1215 30914 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 22 0 36428865 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429251019912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1229] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1229/stat : 1229 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36428868 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429249968656 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1230] ppid=1212 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/1215/task/1230/stat : 1230 (java) S 1212 1215 30914 0 -1 4202560 7088 0 0 0 118 0 0 0 20 0 22 0 36428868 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429248916024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1231] ppid=1212 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/1215/task/1231/stat : 1231 (java) S 1212 1215 30914 0 -1 4202560 15144 0 0 0 162 4 0 0 20 0 22 0 36428868 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429247863480 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1232] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1232/stat : 1232 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36428868 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429246811128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1233] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1233/stat : 1233 (java) S 1212 1215 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36428868 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429245758792 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1237] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1237/stat : 1237 (java) S 1212 1215 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36428899 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429241545896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1381] ppid=1212 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/1215/task/1381/stat : 1381 (java) R 1212 1215 30914 0 -1 4202560 5 0 0 0 327 0 0 0 20 0 22 0 36433009 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429244694912 140429744507136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1382] ppid=1212 vsize=9824732 CPUtime=3.27 cores=0,2,4,6
/proc/1215/task/1382/stat : 1382 (java) R 1212 1215 30914 0 -1 4202560 327 0 0 0 317 10 0 0 20 0 22 0 36433009 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429242597408 140429744840283 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1383] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1383/stat : 1383 (java) S 1212 1215 30914 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36433017 10060525568 555251 33554432000 1073741824 1073778376 140734823125824 140429243650856 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 56.25
Current children cumulated vsize (KiB) 9824732

[startup+45.2077 s]
/proc/loadavg: 2.09 2.01 1.77 2/215 1383
/proc/meminfo: memFree=28114492/32872528 swapFree=303544/319896
[pid=1215] ppid=1212 vsize=9824732 CPUtime=56.63 cores=0,2,4,6
/proc/1215/stat : 1215 (java) S 1212 1215 30914 0 -1 4202496 28919 0 1 0 5512 151 0 0 20 0 19 0 36428862 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140734823116960 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1215/statm: 2456183 555245 2288 9 0 2446860 0
[pid=1215/tid=1217] ppid=1212 vsize=9824732 CPUtime=0.88 cores=0,2,4,6
/proc/1215/task/1217/stat : 1217 (java) S 1212 1215 30914 0 -1 4202560 2446 0 1 0 85 3 0 0 20 0 19 0 36428863 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429899363192 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1218] ppid=1212 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1215/task/1218/stat : 1218 (java) S 1212 1215 30914 0 -1 4202560 68 0 0 0 14 3 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429871814824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1219] ppid=1212 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/1215/task/1219/stat : 1219 (java) S 1212 1215 30914 0 -1 4202560 59 0 0 0 11 2 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429870762280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1220] ppid=1212 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/1215/task/1220/stat : 1220 (java) S 1212 1215 30914 0 -1 4202560 75 0 0 0 16 4 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429869709736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1221] ppid=1212 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/1215/task/1221/stat : 1221 (java) S 1212 1215 30914 0 -1 4202560 87 0 0 0 19 4 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429868657192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1222] ppid=1212 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1215/task/1222/stat : 1222 (java) S 1212 1215 30914 0 -1 4202560 72 0 0 0 13 2 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429867604648 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1223] ppid=1212 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/1215/task/1223/stat : 1223 (java) S 1212 1215 30914 0 -1 4202560 85 0 0 0 20 4 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429866552104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1224] ppid=1212 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/1215/task/1224/stat : 1224 (java) S 1212 1215 30914 0 -1 4202560 68 0 0 0 14 4 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429865499560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1225] ppid=1212 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1215/task/1225/stat : 1225 (java) S 1212 1215 30914 0 -1 4202560 54 0 0 0 12 3 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429864447016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1226] ppid=1212 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/1215/task/1226/stat : 1226 (java) S 1212 1215 30914 0 -1 4202560 974 0 0 0 0 5 0 0 20 0 19 0 36428865 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429253126248 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1227] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1227/stat : 1227 (java) S 1212 1215 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36428865 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429252072568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1228] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1228/stat : 1228 (java) S 1212 1215 30914 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 19 0 36428865 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429251019912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1229] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1229/stat : 1229 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429249968656 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1230] ppid=1212 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/1215/task/1230/stat : 1230 (java) S 1212 1215 30914 0 -1 4202560 7088 0 0 0 118 0 0 0 20 0 19 0 36428868 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429248916024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1231] ppid=1212 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/1215/task/1231/stat : 1231 (java) S 1212 1215 30914 0 -1 4202560 15144 0 0 0 162 4 0 0 20 0 19 0 36428868 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429247863480 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1232] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1232/stat : 1232 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429246811128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1233] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1233/stat : 1233 (java) S 1212 1215 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429245758792 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1237] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1237/stat : 1237 (java) S 1212 1215 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428899 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429241545896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 56.63
Current children cumulated vsize (KiB) 9824732

[startup+45.6008 s]
/proc/loadavg: 2.09 2.01 1.77 2/215 1383
/proc/meminfo: memFree=28114492/32872528 swapFree=303544/319896
[pid=1215] ppid=1212 vsize=9824732 CPUtime=56.76 cores=0,2,4,6
/proc/1215/stat : 1215 (java) S 1212 1215 30914 0 -1 4202496 28919 0 1 0 5525 151 0 0 20 0 19 0 36428862 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140734823116960 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/1215/statm: 2456183 555245 2288 9 0 2446860 0
[pid=1215/tid=1217] ppid=1212 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/1215/task/1217/stat : 1217 (java) R 1212 1215 30914 0 -1 4202560 2446 0 1 0 98 3 0 0 20 0 19 0 36428863 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429899362952 140429744150466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1218] ppid=1212 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/1215/task/1218/stat : 1218 (java) S 1212 1215 30914 0 -1 4202560 68 0 0 0 14 3 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429871814824 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1219] ppid=1212 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/1215/task/1219/stat : 1219 (java) S 1212 1215 30914 0 -1 4202560 59 0 0 0 11 2 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429870762280 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1220] ppid=1212 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/1215/task/1220/stat : 1220 (java) S 1212 1215 30914 0 -1 4202560 75 0 0 0 16 4 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429869709736 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1221] ppid=1212 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/1215/task/1221/stat : 1221 (java) S 1212 1215 30914 0 -1 4202560 87 0 0 0 19 4 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429868657192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1222] ppid=1212 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1215/task/1222/stat : 1222 (java) S 1212 1215 30914 0 -1 4202560 72 0 0 0 13 2 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429867604648 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1223] ppid=1212 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/1215/task/1223/stat : 1223 (java) S 1212 1215 30914 0 -1 4202560 85 0 0 0 20 4 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429866552104 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1224] ppid=1212 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/1215/task/1224/stat : 1224 (java) S 1212 1215 30914 0 -1 4202560 68 0 0 0 14 4 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429865499560 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1225] ppid=1212 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/1215/task/1225/stat : 1225 (java) S 1212 1215 30914 0 -1 4202560 54 0 0 0 12 3 0 0 20 0 19 0 36428864 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429864447016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1226] ppid=1212 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/1215/task/1226/stat : 1226 (java) S 1212 1215 30914 0 -1 4202560 974 0 0 0 0 5 0 0 20 0 19 0 36428865 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429253126248 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1227] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1227/stat : 1227 (java) S 1212 1215 30914 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36428865 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429252072568 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1215/tid=1228] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1228/stat : 1228 (java) S 1212 1215 30914 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 19 0 36428865 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429251019912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1229] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1229/stat : 1229 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429249968656 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1230] ppid=1212 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/1215/task/1230/stat : 1230 (java) S 1212 1215 30914 0 -1 4202560 7088 0 0 0 119 0 0 0 20 0 19 0 36428868 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429248916024 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1215/tid=1231] ppid=1212 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/1215/task/1231/stat : 1231 (java) S 1212 1215 30914 0 -1 4202560 15144 0 0 0 162 4 0 0 20 0 19 0 36428868 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429247863480 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1232] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1232/stat : 1232 (java) S 1212 1215 30914 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429246811128 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1215/tid=1233] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1233/stat : 1233 (java) S 1212 1215 30914 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36428868 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429245758792 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1215/tid=1237] ppid=1212 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/1215/task/1237/stat : 1237 (java) S 1212 1215 30914 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36428899 10060525568 555245 33554432000 1073741824 1073778376 140734823125824 140429241545896 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 56.76
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 45.6854
CPU time (s): 56.8954
CPU user time (s): 55.2526
CPU system time (s): 1.64275
CPU usage (%): 124.537
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.2526
system time used= 1.64275
maximum resident set size= 2231996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28925
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= 3142
involuntary context switches= 2790

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.337948 second user time and 0.420936 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-19 15:43:42
IDJOB=4109821
IDBENCH=78935
IDSOLVER=2552
FILE ID=node128/4109821-1466343822
RUNJOBID= node128-1466341815-30930
PBS_JOBID= 19922025
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= 9f5c0fb24468d0f2311d30a10738459c
RANDOM SEED=241599211

node128.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.768
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.768
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.768
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.56
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.768
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.768
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.57
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.768
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.56
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.768
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.768
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30186396 kB
Buffers:          186332 kB
Cached:           272900 kB
SwapCached:         2716 kB
Active:          1241036 kB
Inactive:         343648 kB
Active(anon):    1124868 kB
Inactive(anon):     2792 kB
Active(file):     116168 kB
Inactive(file):   340856 kB
Unevictable:      319896 kB
Mlocked:          303544 kB
SwapTotal:      67108856 kB
SwapFree:       67099292 kB
Dirty:               456 kB
Writeback:             0 kB
AnonPages:       1491196 kB
Mapped:            17152 kB
Shmem:                 0 kB
Slab:             626748 kB
SReclaimable:      70256 kB
SUnreclaim:       556492 kB
KernelStack:        1792 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1767112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1134592 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= 71708 MiB
End job on node128 at 2016-06-19 15:44:28