Trace number 4109613

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 27.5488 26.6673

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110973163--soft-66-100-0.wbo
MD5SUMe7272fac9c266fd7ef88e48b4d5664ef
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark69
Best CPU time to get the best result obtained on this benchmark22.4036
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints26
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1215
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4109613-1466342478.wbo
0.09/0.12	c reading problem ... 
0.09/0.19	c ... done. Wall clock time 0.069s.
0.09/0.19	c declared #vars     169
0.09/0.19	c internal #vars     195
0.09/0.19	c #constraints  101
0.09/0.19	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.09/0.19	c 101 constraints processed.
0.09/0.19	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.09/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.09/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.09/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22
0.09/0.19	c 101 constraints processed.
0.09/0.19	c objective function length is 26 literals
2.18/0.78	c cleaning 2494 clauses out of 5001 with flag 13696/5001
2.18/0.78	c And the winner is solver1
2.99/1.19	c SATISFIABLE
2.99/1.19	c OPTIMIZING...
2.99/1.19	c Got one! Elapsed wall clock time (in seconds):1.074
2.99/1.19	o 791
3.13/1.21	c And the winner is solver0
3.35/1.69	c Got one! Elapsed wall clock time (in seconds):1.575
3.35/1.69	o 767
3.36/1.72	c And the winner is solver0
3.42/2.19	c Got one! Elapsed wall clock time (in seconds):2.076
3.42/2.19	o 747
3.44/2.21	c And the winner is solver0
3.47/2.69	c Got one! Elapsed wall clock time (in seconds):2.577
3.47/2.69	o 730
3.48/2.72	c And the winner is solver0
3.54/3.19	c Got one! Elapsed wall clock time (in seconds):3.078
3.54/3.19	o 717
3.54/3.25	c And the winner is solver0
3.67/3.70	c Got one! Elapsed wall clock time (in seconds):3.579
3.67/3.70	o 716
3.67/3.76	c And the winner is solver0
3.82/4.20	c Got one! Elapsed wall clock time (in seconds):4.08
3.82/4.20	o 713
3.82/4.22	c And the winner is solver0
3.87/4.70	c Got one! Elapsed wall clock time (in seconds):4.581
3.87/4.70	o 673
3.87/4.70	c And the winner is solver0
3.88/5.20	c Got one! Elapsed wall clock time (in seconds):5.082
3.88/5.20	o 488
3.88/5.23	c And the winner is solver0
3.97/5.70	c Got one! Elapsed wall clock time (in seconds):5.583
3.97/5.70	o 480
3.97/5.77	c cleaning 6327 clauses out of 12654 with flag 6973/15148
4.43/5.96	c cleaning 6159 clauses out of 12326 with flag 27791/21147
4.68/6.05	c And the winner is solver0
4.80/6.20	c Got one! Elapsed wall clock time (in seconds):6.084
4.80/6.20	o 478
4.80/6.22	c And the winner is solver0
4.87/6.70	c Got one! Elapsed wall clock time (in seconds):6.585
4.87/6.70	o 477
4.87/6.72	c And the winner is solver0
4.91/7.20	c Got one! Elapsed wall clock time (in seconds):7.086
4.91/7.20	o 473
4.91/7.28	c cleaning 6172 clauses out of 12344 with flag 6943/27324
5.12/7.34	c And the winner is solver0
5.25/7.70	c Got one! Elapsed wall clock time (in seconds):7.587
5.25/7.70	o 466
5.25/7.80	c cleaning 5744 clauses out of 11500 with flag 10446/32652
5.45/7.87	c And the winner is solver0
5.62/8.20	c Got one! Elapsed wall clock time (in seconds):8.087
5.62/8.20	o 461
5.62/8.21	c And the winner is solver0
5.62/8.70	c Got one! Elapsed wall clock time (in seconds):8.588
5.62/8.70	o 455
5.62/8.75	c And the winner is solver0
5.76/9.21	c Got one! Elapsed wall clock time (in seconds):9.09
5.76/9.21	o 450
5.76/9.27	c cleaning 6074 clauses out of 12153 with flag 6588/39049
6.15/9.45	c cleaning 6035 clauses out of 12078 with flag 27552/45048
6.15/9.45	c And the winner is solver0
6.37/9.71	c Got one! Elapsed wall clock time (in seconds):9.591
6.37/9.71	o 441
6.37/9.71	c And the winner is solver0
6.37/10.21	c Got one! Elapsed wall clock time (in seconds):10.092
6.37/10.21	o 254
6.37/10.22	c And the winner is solver0
6.70/10.71	c Got one! Elapsed wall clock time (in seconds):10.593
6.70/10.71	o 235
6.70/10.73	c And the winner is solver0
7.04/11.21	c Got one! Elapsed wall clock time (in seconds):11.094
7.04/11.21	o 227
7.04/11.24	c And the winner is solver0
7.38/11.71	c Got one! Elapsed wall clock time (in seconds):11.595
7.38/11.71	o 223
7.38/11.72	c And the winner is solver0
7.72/12.21	c Got one! Elapsed wall clock time (in seconds):12.097
7.72/12.21	o 208
7.72/12.22	c And the winner is solver0
8.03/12.71	c Got one! Elapsed wall clock time (in seconds):12.598
8.03/12.71	o 198
8.21/12.87	c cleaning 6914 clauses out of 13840 with flag 17542/52845
8.40/12.99	c And the winner is solver0
8.63/13.22	c Got one! Elapsed wall clock time (in seconds):13.099
8.63/13.22	o 180
8.63/13.22	c And the winner is solver0
8.63/13.72	c Got one! Elapsed wall clock time (in seconds):13.6
8.63/13.72	o 167
8.63/13.76	c cleaning 6115 clauses out of 12229 with flag 3329/58148
8.80/13.85	c And the winner is solver0
9.10/14.22	c Got one! Elapsed wall clock time (in seconds):14.101
9.10/14.22	o 165
9.10/14.28	c cleaning 5874 clauses out of 11752 with flag 6927/63786
9.47/14.46	c cleaning 5933 clauses out of 11877 with flag 29401/69786
9.86/14.67	c cleaning 6464 clauses out of 12942 with flag 55972/76785
10.26/14.82	c And the winner is solver0
10.39/15.22	c Got one! Elapsed wall clock time (in seconds):15.102
10.39/15.22	o 164
10.39/15.23	c And the winner is solver0
10.74/15.72	c Got one! Elapsed wall clock time (in seconds):15.603
10.74/15.72	o 163
11.09/15.90	c cleaning 8535 clauses out of 17075 with flag 20019/87382
11.29/16.10	c cleaning 7264 clauses out of 14538 with flag 45816/93380
11.49/16.14	c And the winner is solver0
11.75/16.32	c Got one! Elapsed wall clock time (in seconds):16.204
11.75/16.32	o 148
11.75/16.35	c And the winner is solver0
12.09/16.82	c Got one! Elapsed wall clock time (in seconds):16.705
12.09/16.82	o 136
12.24/16.95	c cleaning 6951 clauses out of 13915 with flag 14067/100021
12.64/17.13	c cleaning 6478 clauses out of 12964 with flag 34226/106021
12.84/17.21	c And the winner is solver0
13.05/17.42	c Got one! Elapsed wall clock time (in seconds):17.306
13.05/17.42	o 129
13.05/17.46	c And the winner is solver0
13.41/17.92	c Got one! Elapsed wall clock time (in seconds):17.807
13.41/17.92	o 111
13.41/17.96	c cleaning 5809 clauses out of 11636 with flag 3232/111171
13.76/18.13	c cleaning 5911 clauses out of 11827 with flag 23089/117171
14.16/18.33	c cleaning 6449 clauses out of 12916 with flag 47132/124171
14.56/18.58	c cleaning 7231 clauses out of 14466 with flag 74920/132171
15.17/18.89	c cleaning 8118 clauses out of 16236 with flag 109530/141172
15.76/19.13	c And the winner is solver0
15.85/19.42	c Got one! Elapsed wall clock time (in seconds):19.308
15.85/19.42	o 108
16.21/19.63	c cleaning 10165 clauses out of 20333 with flag 20877/153387
16.63/19.84	c cleaning 8077 clauses out of 16166 with flag 44124/159385
17.02/20.06	c cleaning 7540 clauses out of 15088 with flag 68748/166384
17.72/20.34	c cleaning 7765 clauses out of 15547 with flag 97527/174384
18.19/20.53	c And the winner is solver0
18.38/20.93	c Got one! Elapsed wall clock time (in seconds):20.809
18.38/20.93	o 107
18.54/21.09	c And the winner is solver0
18.79/21.43	c Got one! Elapsed wall clock time (in seconds):21.31
18.79/21.43	o 96
18.79/21.48	c cleaning 9848 clauses out of 19696 with flag 3890/186298
19.13/21.69	c cleaning 7923 clauses out of 15850 with flag 26250/192300
19.73/21.90	c cleaning 7463 clauses out of 14926 with flag 50742/199299
20.14/22.15	c cleaning 7726 clauses out of 15462 with flag 79885/207298
20.33/22.27	c And the winner is solver0
20.70/22.58	c Got one! Elapsed wall clock time (in seconds):22.461
20.70/22.58	o 76
20.82/22.63	c cleaning 6423 clauses out of 12853 with flag 3708/212415
21.22/22.81	c cleaning 6211 clauses out of 12429 with flag 25486/218414
21.62/23.03	c cleaning 6600 clauses out of 13218 with flag 52235/225414
22.03/23.28	c cleaning 7306 clauses out of 14620 with flag 82152/233416
22.62/23.58	c cleaning 8146 clauses out of 16309 with flag 115524/242414
23.42/23.95	c cleaning 9080 clauses out of 18163 with flag 155314/252414
24.23/24.36	c cleaning 10035 clauses out of 20081 with flag 197632/263414
24.62/24.53	c And the winner is solver0
24.75/24.63	c Got one! Elapsed wall clock time (in seconds):24.513
24.75/24.63	o 70
25.09/24.85	c cleaning 10088 clauses out of 20194 with flag 20958/273563
25.49/25.05	c cleaning 8052 clauses out of 16104 with flag 44826/279563
25.69/25.13	c And the winner is solver0
25.89/25.63	c Got one! Elapsed wall clock time (in seconds):25.514
25.89/25.63	o 69
26.02/25.73	c cleaning 6878 clauses out of 13760 with flag 11724/285273
26.42/25.94	c cleaning 6439 clauses out of 12879 with flag 35669/291272
26.82/26.19	c cleaning 6718 clauses out of 13436 with flag 66306/298273
27.02/26.29	c And the winner is solver0
27.44/26.65	c >>>>>>>>>> Solver number 0 (39 answers) <<<<<<<<<<<<<<<<<<
27.44/26.65	c starts		: 870
27.44/26.65	c conflicts		: 301652
27.44/26.65	c decisions		: 484590
27.44/26.65	c propagations		: 6717929
27.44/26.65	c inspects		: 106877624
27.44/26.65	c shortcuts		: 0
27.44/26.65	c learnt literals	: 39
27.44/26.65	c learnt binary clauses	: 356
27.44/26.65	c learnt ternary clauses	: 2375
27.44/26.65	c learnt constraints	: 301612
27.44/26.65	c ignored constraints	: 0
27.44/26.65	c root simplifications	: 0
27.44/26.65	c removed literals (reason simplification)	: 3521480
27.44/26.65	c reason swapping (by a shorter reason)	: 0
27.44/26.65	c Calls to reduceDB	: 41
27.44/26.65	c Number of update (reduction) of LBD	: 73716
27.44/26.65	c Imported unit clauses	: 0
27.44/26.65	c number of reductions to clauses (during analyze)	: 0
27.44/26.65	c number of learned constraints concerned by reduction	: 0
27.44/26.65	c number of learning phase by resolution	: 0
27.44/26.65	c number of learning phase by cutting planes	: 0
27.44/26.65	c speed (assignments/second)	: 263903.5590823382
27.44/26.65	c non guided choices	1231
27.44/26.65	c learnt constraints type 
27.44/26.65	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
27.44/26.65	c starts		: 41
27.44/26.65	c conflicts		: 283
27.44/26.65	c decisions		: 3195
27.44/26.65	c propagations		: 14760
27.44/26.65	c inspects		: 348648
27.44/26.65	c shortcuts		: 0
27.44/26.65	c learnt literals	: 0
27.44/26.65	c learnt binary clauses	: 0
27.44/26.65	c learnt ternary clauses	: 0
27.44/26.65	c learnt constraints	: 249
27.44/26.65	c ignored constraints	: 0
27.44/26.65	c root simplifications	: 0
27.44/26.65	c removed literals (reason simplification)	: 0
27.44/26.65	c reason swapping (by a shorter reason)	: 0
27.44/26.65	c Calls to reduceDB	: 0
27.44/26.65	c Number of update (reduction) of LBD	: 0
27.44/26.65	c Imported unit clauses	: 0
27.44/26.65	c number of reductions to clauses (during analyze)	: 0
27.44/26.65	c number of learned constraints concerned by reduction	: 0
27.44/26.65	c number of learning phase by resolution	: 0
27.44/26.65	c number of learning phase by cutting planes	: 0
27.44/26.65	c speed (assignments/second)	: 14541.871921182268
27.44/26.65	c non guided choices	766
27.44/26.65	c learnt constraints type 
27.44/26.65	s OPTIMUM FOUND
27.44/26.65	c Found 39 solution(s)
27.44/26.65	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 
27.44/26.65	c objective function=69
27.44/26.65	c Total wall clock time (in seconds): 26.532

Verifier Data

OK	69

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-4109613-1466342478/watcher-4109613-1466342478 -o /tmp/evaluation-result-4109613-1466342478/solver-4109613-1466342478 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466341822-29692 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109613-1466342478.wbo 

pid=1748
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.03 1.66 0.95 3/196 1751
/proc/meminfo: memFree=30032584/32872528 swapFree=1103996/1183712
[pid=1751] ppid=1748 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1751/stat : 1751 (java) D 1748 1751 29675 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 36296806 9515008 185 33554432000 1073741824 1073778376 140737012950480 140737012941704 271787388343 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/1751/statm: 2323 185 142 9 0 71 0

[startup+0.100161 s]
/proc/loadavg: 2.03 1.66 0.95 3/196 1751
/proc/meminfo: memFree=30032584/32872528 swapFree=1103996/1183712
[pid=1751] ppid=1748 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/1751/stat : 1751 (java) S 1748 1751 29675 0 -1 4202496 4462 0 1 0 8 1 0 0 20 0 18 0 36296806 9787879424 5587 33554432000 1073741824 1073778376 140733433693408 140733433684544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1751/statm: 2389619 5588 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.207678 s]
/proc/loadavg: 2.03 1.66 0.95 3/196 1751
/proc/meminfo: memFree=30032584/32872528 swapFree=1103996/1183712
[pid=1751] ppid=1748 vsize=9824732 CPUtime=0.25 cores=1,3,5,7
/proc/1751/stat : 1751 (java) S 1748 1751 29675 0 -1 4202496 4813 0 1 0 24 1 0 0 20 0 22 0 36296806 10060525568 7433 33554432000 1073741824 1073778376 140733433693408 140733433684544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1751/statm: 2456183 7433 2209 9 0 2446860 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9824732

[startup+0.300262 s]
/proc/loadavg: 2.03 1.66 0.95 3/196 1751
/proc/meminfo: memFree=30032584/32872528 swapFree=1103996/1183712
[pid=1751] ppid=1748 vsize=9824732 CPUtime=0.58 cores=1,3,5,7
/proc/1751/stat : 1751 (java) S 1748 1751 29675 0 -1 4202496 8204 0 1 0 57 1 0 0 20 0 22 0 36296806 10060525568 9916 33554432000 1073741824 1073778376 140733433693408 140733433684544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1751/statm: 2456183 9916 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9824732

[startup+0.700203 s]
/proc/loadavg: 2.03 1.66 0.95 3/196 1751
/proc/meminfo: memFree=30032584/32872528 swapFree=1103996/1183712
[pid=1751] ppid=1748 vsize=9824732 CPUtime=2.18 cores=1,3,5,7
/proc/1751/stat : 1751 (java) S 1748 1751 29675 0 -1 4202496 16508 0 1 0 215 3 0 0 20 0 22 0 36296806 10060525568 19893 33554432000 1073741824 1073778376 140733433693408 140733433684544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1751/statm: 2456183 19893 2255 9 0 2446860 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 2.03 1.66 0.95 3/215 1774
/proc/meminfo: memFree=29945088/32872528 swapFree=1103996/1183712
[pid=1751] ppid=1748 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/1751/stat : 1751 (java) S 1748 1751 29675 0 -1 4202496 22649 0 1 0 328 7 0 0 20 0 19 0 36296806 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 140733433684544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1751/statm: 2456183 25201 2272 9 0 2446860 0
[pid=1751/tid=1753] ppid=1748 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1751/task/1753/stat : 1753 (java) S 1748 1751 29675 0 -1 4202560 2470 0 1 0 16 0 0 0 20 0 19 0 36296807 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648851055480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1754] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1754/stat : 1754 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648694802600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1755] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1755/stat : 1755 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648693750056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1756] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1756/stat : 1756 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648692697512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1757] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1757/stat : 1757 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648691644968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1751/tid=1758] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1758/stat : 1758 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648690592424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1759] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1759/stat : 1759 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648689539880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1751/tid=1760] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1760/stat : 1760 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648688487336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1761] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1761/stat : 1761 (java) S 1748 1751 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648687434792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1762] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1762/stat : 1762 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36296809 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648675235944 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1763] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1763/stat : 1763 (java) S 1748 1751 29675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36296810 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648674182264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1764] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1764/stat : 1764 (java) S 1748 1751 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36296810 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648673129608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1765] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1765/stat : 1765 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648672078352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1766] ppid=1748 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/1751/task/1766/stat : 1766 (java) S 1748 1751 29675 0 -1 4202560 8616 0 0 0 87 0 0 0 20 0 19 0 36296812 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648671025720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1767] ppid=1748 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/1751/task/1767/stat : 1767 (java) S 1748 1751 29675 0 -1 4202560 10204 0 0 0 105 2 0 0 20 0 19 0 36296812 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648669973176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1768] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1768/stat : 1768 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648668920824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1769] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1769/stat : 1769 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 25201 33554432000 1073741824 1073778376 140733433693408 139648667868488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 9824732

[startup+3.10076 s]
/proc/loadavg: 2.03 1.66 0.95 4/218 1785
/proc/meminfo: memFree=29920520/32872528 swapFree=1103996/1183712
[pid=1751] ppid=1748 vsize=9824732 CPUtime=3.54 cores=1,3,5,7
/proc/1751/stat : 1751 (java) S 1748 1751 29675 0 -1 4202496 22684 0 1 0 341 13 0 0 20 0 19 0 36296806 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 140733433684544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1751/statm: 2456183 32370 2272 9 0 2446860 0
[pid=1751/tid=1753] ppid=1748 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1751/task/1753/stat : 1753 (java) S 1748 1751 29675 0 -1 4202560 2471 0 1 0 16 0 0 0 20 0 19 0 36296807 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648851055480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1754] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1754/stat : 1754 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648694802600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1755] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1755/stat : 1755 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648693750056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1756] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1756/stat : 1756 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648692697512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1757] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1757/stat : 1757 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648691644968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1751/tid=1758] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1758/stat : 1758 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648690592424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1759] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1759/stat : 1759 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648689539880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1751/tid=1760] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1760/stat : 1760 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648688487336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1761] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1761/stat : 1761 (java) S 1748 1751 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648687434792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1762] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1762/stat : 1762 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36296809 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648675235944 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1763] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1763/stat : 1763 (java) S 1748 1751 29675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36296810 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648674182264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1764] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1764/stat : 1764 (java) S 1748 1751 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36296810 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648673129608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1765] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1765/stat : 1765 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648672078352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1766] ppid=1748 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/1751/task/1766/stat : 1766 (java) S 1748 1751 29675 0 -1 4202560 8616 0 0 0 87 0 0 0 20 0 19 0 36296812 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648671025720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1767] ppid=1748 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/1751/task/1767/stat : 1767 (java) S 1748 1751 29675 0 -1 4202560 10204 0 0 0 105 2 0 0 20 0 19 0 36296812 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648669973176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1768] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1768/stat : 1768 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648668920824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1769] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1769/stat : 1769 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648667868488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1777] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1777/stat : 1777 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36296926 10060525568 32370 33554432000 1073741824 1073778376 140733433693408 139648664708648 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9824732

[startup+6.30079 s]
/proc/loadavg: 2.02 1.66 0.95 2/215 1805
/proc/meminfo: memFree=29857032/32872528 swapFree=1103996/1183712
[pid=1751] ppid=1748 vsize=9824732 CPUtime=4.87 cores=1,3,5,7
/proc/1751/stat : 1751 (java) S 1748 1751 29675 0 -1 4202496 22822 0 1 0 460 27 0 0 20 0 19 0 36296806 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 140733433684544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1751/statm: 2456183 46112 2286 9 0 2446860 0
[pid=1751/tid=1753] ppid=1748 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/1751/task/1753/stat : 1753 (java) S 1748 1751 29675 0 -1 4202560 2472 0 1 0 16 0 0 0 20 0 19 0 36296807 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648851055480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1754] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1754/stat : 1754 (java) S 1748 1751 29675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648694802600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1751/tid=1755] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1755/stat : 1755 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648693750056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1756] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1756/stat : 1756 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648692697512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1757] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1757/stat : 1757 (java) S 1748 1751 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648691644968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1751/tid=1758] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1758/stat : 1758 (java) S 1748 1751 29675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648690592424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1759] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1759/stat : 1759 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648689539880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1760] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1760/stat : 1760 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648688487336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1761] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1761/stat : 1761 (java) S 1748 1751 29675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648687434792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1762] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1762/stat : 1762 (java) S 1748 1751 29675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36296809 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648675235944 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1751/tid=1763] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1763/stat : 1763 (java) S 1748 1751 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36296810 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648674182264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1764] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1764/stat : 1764 (java) S 1748 1751 29675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36296810 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648673129608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1765] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1765/stat : 1765 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648672078352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1766] ppid=1748 vsize=9824732 CPUtime=0.96 cores=1,3,5,7
/proc/1751/task/1766/stat : 1766 (java) S 1748 1751 29675 0 -1 4202560 8623 0 0 0 96 0 0 0 20 0 19 0 36296812 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648671025720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1767] ppid=1748 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/1751/task/1767/stat : 1767 (java) S 1748 1751 29675 0 -1 4202560 10212 0 0 0 111 2 0 0 20 0 19 0 36296812 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648669973176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1768] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1768/stat : 1768 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648668920824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1769] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1769/stat : 1769 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648667868488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1777] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1777/stat : 1777 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36296926 10060525568 46112 33554432000 1073741824 1073778376 140733433693408 139648664708648 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=21 pid=1814 uid=0 cmd=


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

/proc/1751/task/1760/stat : 1760 (java) S 1748 1751 29675 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648688487336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1761] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1761/stat : 1761 (java) S 1748 1751 29675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648687434792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1762] ppid=1748 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1751/task/1762/stat : 1762 (java) S 1748 1751 29675 0 -1 4202560 10 0 0 0 0 3 0 0 20 0 19 0 36296809 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648675235944 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1763] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1763/stat : 1763 (java) S 1748 1751 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36296810 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648674182264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1764] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1764/stat : 1764 (java) S 1748 1751 29675 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 36296810 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648673129608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1765] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1765/stat : 1765 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648672078352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1766] ppid=1748 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/1751/task/1766/stat : 1766 (java) S 1748 1751 29675 0 -1 4202560 9515 0 0 0 120 0 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648671025720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1767] ppid=1748 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/1751/task/1767/stat : 1767 (java) S 1748 1751 29675 0 -1 4202560 10218 0 0 0 115 2 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648669973176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1768] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1768/stat : 1768 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648668920824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1769] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1769/stat : 1769 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648667868488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1777] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1777/stat : 1777 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36296926 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648664708648 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.89
Current children cumulated vsize (KiB) 9824732

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1751 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+25.601 s]
/proc/loadavg: 2.31 1.75 1.00 2/215 1902
/proc/meminfo: memFree=29831668/32872528 swapFree=1103996/1183712
[pid=1751] ppid=1748 vsize=9824732 CPUtime=25.89 cores=1,3,5,7
/proc/1751/stat : 1751 (java) S 1748 1751 29675 0 -1 4202496 24078 0 1 0 2511 78 0 0 20 0 19 0 36296806 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 140733433684544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1751/statm: 2456183 51853 2287 9 0 2446860 0
[pid=1751/tid=1753] ppid=1748 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/1751/task/1753/stat : 1753 (java) S 1748 1751 29675 0 -1 4202560 2472 0 1 0 16 2 0 0 20 0 19 0 36296807 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648851055480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1754] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1754/stat : 1754 (java) S 1748 1751 29675 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648694802600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1755] ppid=1748 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1751/task/1755/stat : 1755 (java) S 1748 1751 29675 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648693750056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1756] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1756/stat : 1756 (java) S 1748 1751 29675 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648692697512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1757] ppid=1748 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1751/task/1757/stat : 1757 (java) S 1748 1751 29675 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648691644968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1751/tid=1758] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1758/stat : 1758 (java) S 1748 1751 29675 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648690592424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1759] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1759/stat : 1759 (java) S 1748 1751 29675 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648689539880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1751/tid=1760] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1760/stat : 1760 (java) S 1748 1751 29675 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648688487336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1761] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1761/stat : 1761 (java) S 1748 1751 29675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648687434792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1762] ppid=1748 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1751/task/1762/stat : 1762 (java) S 1748 1751 29675 0 -1 4202560 10 0 0 0 0 3 0 0 20 0 19 0 36296809 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648675235944 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1763] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1763/stat : 1763 (java) S 1748 1751 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36296810 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648674182264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1764] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1764/stat : 1764 (java) S 1748 1751 29675 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 36296810 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648673129608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1765] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1765/stat : 1765 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648672078352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1766] ppid=1748 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/1751/task/1766/stat : 1766 (java) S 1748 1751 29675 0 -1 4202560 9515 0 0 0 120 0 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648671025720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1767] ppid=1748 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/1751/task/1767/stat : 1767 (java) S 1748 1751 29675 0 -1 4202560 10218 0 0 0 115 2 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648669973176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1768] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1768/stat : 1768 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648668920824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1769] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1769/stat : 1769 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648667868488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1777] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1777/stat : 1777 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36296926 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648664708648 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 25.89
Current children cumulated vsize (KiB) 9824732

[startup+26.4008 s]
/proc/loadavg: 2.31 1.75 1.00 3/216 1905
/proc/meminfo: memFree=29834032/32872528 swapFree=1103996/1183712
[pid=1751] ppid=1748 vsize=9824732 CPUtime=27.32 cores=1,3,5,7
/proc/1751/stat : 1751 (java) S 1748 1751 29675 0 -1 4202496 24086 0 1 0 2653 79 0 0 20 0 20 0 36296806 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 140733433684544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1751/statm: 2456183 51855 2287 9 0 2446860 0
[pid=1751/tid=1753] ppid=1748 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/1751/task/1753/stat : 1753 (java) S 1748 1751 29675 0 -1 4202560 2472 0 1 0 16 2 0 0 20 0 20 0 36296807 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648851055480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1754] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1754/stat : 1754 (java) S 1748 1751 29675 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 20 0 36296808 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648694802600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1755] ppid=1748 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1751/task/1755/stat : 1755 (java) S 1748 1751 29675 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 20 0 36296808 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648693750056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1756] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1756/stat : 1756 (java) S 1748 1751 29675 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 20 0 36296808 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648692697512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1757] ppid=1748 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1751/task/1757/stat : 1757 (java) S 1748 1751 29675 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 20 0 36296808 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648691644968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1751/tid=1758] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1758/stat : 1758 (java) S 1748 1751 29675 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 20 0 36296808 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648690592424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1759] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1759/stat : 1759 (java) S 1748 1751 29675 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 20 0 36296808 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648689539880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1751/tid=1760] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1760/stat : 1760 (java) S 1748 1751 29675 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 20 0 36296808 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648688487336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1761] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1761/stat : 1761 (java) S 1748 1751 29675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 20 0 36296808 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648687434792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1762] ppid=1748 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1751/task/1762/stat : 1762 (java) S 1748 1751 29675 0 -1 4202560 10 0 0 0 0 3 0 0 20 0 20 0 36296809 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648675235944 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1763] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1763/stat : 1763 (java) S 1748 1751 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 36296810 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648674182264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1764] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1764/stat : 1764 (java) S 1748 1751 29675 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 20 0 36296810 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648673129608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1765] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1765/stat : 1765 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36296812 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648672078352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1766] ppid=1748 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/1751/task/1766/stat : 1766 (java) S 1748 1751 29675 0 -1 4202560 9515 0 0 0 121 0 0 0 20 0 20 0 36296812 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648671025720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1767] ppid=1748 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/1751/task/1767/stat : 1767 (java) S 1748 1751 29675 0 -1 4202560 10218 0 0 0 115 2 0 0 20 0 20 0 36296812 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648669973176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1768] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1768/stat : 1768 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36296812 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648668920824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1769] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1769/stat : 1769 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 36296812 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648667868488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1777] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1777/stat : 1777 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 36296926 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648664708648 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1904] ppid=1748 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/1751/task/1904/stat : 1904 (java) R 1748 1751 29675 0 -1 4202560 2 0 0 0 75 0 0 0 20 0 20 0 36299370 10060525568 51855 33554432000 1073741824 1073778376 140733433693408 139648663653272 139648724187167 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 27.32
Current children cumulated vsize (KiB) 9824732

[startup+26.6008 s]
/proc/loadavg: 2.31 1.75 1.00 3/216 1905
/proc/meminfo: memFree=29834032/32872528 swapFree=1103996/1183712
[pid=1751] ppid=1748 vsize=9824732 CPUtime=27.44 cores=1,3,5,7
/proc/1751/stat : 1751 (java) S 1748 1751 29675 0 -1 4202496 24086 0 1 0 2664 80 0 0 20 0 19 0 36296806 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 140733433684544 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1751/statm: 2456183 51853 2287 9 0 2446860 0
[pid=1751/tid=1753] ppid=1748 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/1751/task/1753/stat : 1753 (java) S 1748 1751 29675 0 -1 4202560 2472 0 1 0 16 2 0 0 20 0 19 0 36296807 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648851055480 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1754] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1754/stat : 1754 (java) S 1748 1751 29675 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648694802600 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1755] ppid=1748 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1751/task/1755/stat : 1755 (java) S 1748 1751 29675 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648693750056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1756] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1756/stat : 1756 (java) S 1748 1751 29675 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648692697512 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1757] ppid=1748 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1751/task/1757/stat : 1757 (java) S 1748 1751 29675 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648691644968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1751/tid=1758] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1758/stat : 1758 (java) S 1748 1751 29675 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648690592424 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1759] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1759/stat : 1759 (java) S 1748 1751 29675 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648689539880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1751/tid=1760] ppid=1748 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1751/task/1760/stat : 1760 (java) S 1748 1751 29675 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648688487336 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1761] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1761/stat : 1761 (java) S 1748 1751 29675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36296808 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648687434792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1762] ppid=1748 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1751/task/1762/stat : 1762 (java) S 1748 1751 29675 0 -1 4202560 10 0 0 0 0 3 0 0 20 0 19 0 36296809 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648675235944 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1763] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1763/stat : 1763 (java) S 1748 1751 29675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36296810 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648674182264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1764] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1764/stat : 1764 (java) S 1748 1751 29675 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 36296810 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648673129608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1765] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1765/stat : 1765 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648672078352 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1751/tid=1766] ppid=1748 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/1751/task/1766/stat : 1766 (java) S 1748 1751 29675 0 -1 4202560 9515 0 0 0 121 0 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648671025720 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1767] ppid=1748 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/1751/task/1767/stat : 1767 (java) S 1748 1751 29675 0 -1 4202560 10218 0 0 0 115 2 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648669973176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1768] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1768/stat : 1768 (java) S 1748 1751 29675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648668920824 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1751/tid=1769] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1769/stat : 1769 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36296812 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648667868488 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1751/tid=1777] ppid=1748 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1751/task/1777/stat : 1777 (java) S 1748 1751 29675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36296926 10060525568 51853 33554432000 1073741824 1073778376 140733433693408 139648664708648 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 27.44
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 26.6673
CPU time (s): 27.5488
CPU user time (s): 26.6579
CPU system time (s): 0.890864
CPU usage (%): 103.305
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.6579
system time used= 0.890864
maximum resident set size= 212436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24099
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2142
involuntary context switches= 615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.143978 second user time and 0.225965 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-19 15:21:18
IDJOB=4109613
IDBENCH=78869
IDSOLVER=2552
FILE ID=node115/4109613-1466342478
RUNJOBID= node115-1466341822-29692
PBS_JOBID= 19922037
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110973163--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109613-1466342478/watcher-4109613-1466342478 -o /tmp/evaluation-result-4109613-1466342478/solver-4109613-1466342478 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466341822-29692 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109613-1466342478.wbo

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

MD5SUM BENCH= e7272fac9c266fd7ef88e48b4d5664ef
RANDOM SEED=26611897

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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:        30033228 kB
Buffers:          188468 kB
Cached:           255352 kB
SwapCached:         2556 kB
Active:           567692 kB
Inactive:         330416 kB
Active(anon):     454160 kB
Inactive(anon):     2352 kB
Active(file):     113532 kB
Inactive(file):   328064 kB
Unevictable:     1183712 kB
Mlocked:         1103996 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:       1749016 kB
Mapped:            16768 kB
Shmem:                 0 kB
Slab:             614884 kB
SReclaimable:      58652 kB
SUnreclaim:       556232 kB
KernelStack:        1776 kB
PageTables:         7944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1970256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    630784 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= 71740 MiB
End job on node115 at 2016-06-19 15:21:45