Trace number 4091976

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 21.0608 33.7688

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110967142--soft-33-100-0.wbo
MD5SUMfa579923f1914e3dd4bd69a6764b2913
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark6.90695
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1145
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4091976-1467321036.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.064s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     233
0.10/0.17	c #constraints  101
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.10/0.17	c 101 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.10/0.17	c 101 constraints processed.
0.10/0.17	c objective function length is 64 literals
0.27/0.26	c And the winner is solver0
0.83/0.68	c SATISFIABLE
0.83/0.68	c OPTIMIZING...
0.83/0.68	c Got one! Elapsed wall clock time (in seconds):0.569
0.83/0.68	o 798
0.89/0.75	c And the winner is solver0
1.15/1.18	c Got one! Elapsed wall clock time (in seconds):1.07
1.15/1.18	o 797
1.21/1.21	c And the winner is solver0
1.24/1.68	c Got one! Elapsed wall clock time (in seconds):1.571
1.24/1.68	o 729
1.28/1.70	c And the winner is solver0
1.47/2.18	c Got one! Elapsed wall clock time (in seconds):2.073
1.47/2.18	o 704
1.47/2.20	c And the winner is solver0
1.60/2.68	c Got one! Elapsed wall clock time (in seconds):2.574
1.60/2.68	o 703
1.60/2.68	c And the winner is solver0
1.62/3.18	c Got one! Elapsed wall clock time (in seconds):3.075
1.62/3.18	o 654
1.62/3.19	c And the winner is solver0
1.71/3.68	c Got one! Elapsed wall clock time (in seconds):3.576
1.71/3.68	o 627
1.71/3.69	c And the winner is solver0
1.71/4.18	c Got one! Elapsed wall clock time (in seconds):4.077
1.71/4.18	o 625
1.75/4.23	c And the winner is solver0
1.86/4.68	c Got one! Elapsed wall clock time (in seconds):4.579
1.86/4.68	o 613
1.86/4.69	c And the winner is solver0
1.89/5.19	c Got one! Elapsed wall clock time (in seconds):5.08
1.89/5.19	o 593
1.89/5.19	c And the winner is solver0
1.89/5.69	c Got one! Elapsed wall clock time (in seconds):5.581
1.89/5.69	o 584
1.89/5.69	c And the winner is solver0
1.90/6.19	c Got one! Elapsed wall clock time (in seconds):6.082
1.90/6.19	o 578
1.90/6.19	c And the winner is solver0
1.90/6.69	c Got one! Elapsed wall clock time (in seconds):6.583
1.90/6.69	o 574
1.93/6.70	c And the winner is solver0
1.93/7.19	c Got one! Elapsed wall clock time (in seconds):7.084
1.93/7.19	o 553
1.94/7.23	c And the winner is solver0
2.02/7.69	c Got one! Elapsed wall clock time (in seconds):7.585
2.02/7.69	o 542
2.02/7.70	c And the winner is solver0
2.02/8.19	c Got one! Elapsed wall clock time (in seconds):8.086
2.02/8.19	o 528
2.02/8.20	c And the winner is solver0
2.02/8.69	c Got one! Elapsed wall clock time (in seconds):8.587
2.02/8.69	o 440
2.03/8.70	c And the winner is solver0
2.03/9.19	c Got one! Elapsed wall clock time (in seconds):9.088
2.03/9.19	o 430
2.03/9.20	c And the winner is solver0
2.04/9.70	c Got one! Elapsed wall clock time (in seconds):9.589
2.04/9.70	o 428
2.04/9.70	c And the winner is solver0
2.04/10.20	c Got one! Elapsed wall clock time (in seconds):10.09
2.04/10.20	o 419
2.04/10.20	c And the winner is solver0
2.04/10.70	c Got one! Elapsed wall clock time (in seconds):10.591
2.04/10.70	o 388
2.04/10.71	c And the winner is solver0
2.07/11.20	c Got one! Elapsed wall clock time (in seconds):11.098
2.07/11.20	o 386
2.07/11.21	c And the winner is solver0
2.07/11.71	c Got one! Elapsed wall clock time (in seconds):11.599
2.07/11.71	o 359
2.07/11.71	c And the winner is solver0
2.08/12.21	c Got one! Elapsed wall clock time (in seconds):12.1
2.08/12.21	o 305
2.38/12.38	c cleaning 4412 clauses out of 8823 with flag 6644/8823
2.38/12.39	c And the winner is solver0
2.88/12.71	c Got one! Elapsed wall clock time (in seconds):12.601
2.88/12.71	o 290
2.88/12.73	c And the winner is solver0
2.94/13.21	c Got one! Elapsed wall clock time (in seconds):13.102
2.94/13.21	o 288
2.94/13.30	c And the winner is solver0
3.16/13.71	c Got one! Elapsed wall clock time (in seconds):13.603
3.16/13.71	o 287
3.36/13.82	c And the winner is solver0
3.42/14.21	c Got one! Elapsed wall clock time (in seconds):14.104
3.42/14.21	o 276
3.42/14.23	c And the winner is solver0
3.48/14.71	c Got one! Elapsed wall clock time (in seconds):14.605
3.48/14.71	o 252
3.48/14.73	c And the winner is solver0
3.55/15.21	c Got one! Elapsed wall clock time (in seconds):15.106
3.55/15.21	o 246
3.55/15.24	c And the winner is solver0
3.61/15.71	c Got one! Elapsed wall clock time (in seconds):15.607
3.61/15.71	o 245
3.61/15.74	c And the winner is solver0
3.70/16.21	c Got one! Elapsed wall clock time (in seconds):16.108
3.70/16.21	o 208
3.70/16.23	c And the winner is solver0
3.74/16.72	c Got one! Elapsed wall clock time (in seconds):16.609
3.74/16.72	o 201
3.74/16.72	c And the winner is solver0
3.74/17.22	c Got one! Elapsed wall clock time (in seconds):17.11
3.74/17.22	o 197
3.74/17.23	c And the winner is solver0
3.78/17.72	c Got one! Elapsed wall clock time (in seconds):17.611
3.78/17.72	o 185
3.94/17.82	c cleaning 7102 clauses out of 14204 with flag 7058/18616
3.94/17.89	c And the winner is solver0
4.17/18.22	c Got one! Elapsed wall clock time (in seconds):18.112
4.17/18.22	o 182
4.17/18.23	c And the winner is solver0
4.17/18.72	c Got one! Elapsed wall clock time (in seconds):18.613
4.17/18.72	o 153
4.17/18.77	c And the winner is solver0
4.29/19.22	c Got one! Elapsed wall clock time (in seconds):19.114
4.29/19.22	o 147
4.44/19.36	c cleaning 6440 clauses out of 12888 with flag 11758/24402
4.66/19.41	c And the winner is solver0
4.70/19.72	c Got one! Elapsed wall clock time (in seconds):19.615
4.70/19.72	o 143
4.70/19.77	c And the winner is solver0
4.81/20.22	c Got one! Elapsed wall clock time (in seconds):20.116
4.81/20.22	o 140
4.98/20.36	c And the winner is solver0
5.13/20.72	c Got one! Elapsed wall clock time (in seconds):20.617
5.13/20.72	o 109
5.13/20.73	c And the winner is solver0
5.17/21.22	c Got one! Elapsed wall clock time (in seconds):21.118
5.17/21.22	o 107
5.17/21.24	c And the winner is solver0
5.22/21.72	c Got one! Elapsed wall clock time (in seconds):21.618
5.22/21.72	o 87
5.22/21.75	c And the winner is solver0
5.39/22.23	c Got one! Elapsed wall clock time (in seconds):22.119
5.39/22.23	o 86
5.39/22.28	c And the winner is solver0
5.64/22.73	c Got one! Elapsed wall clock time (in seconds):22.62
5.64/22.73	o 57
5.64/22.79	c cleaning 7482 clauses out of 14974 with flag 3547/32928
6.18/23.07	c cleaning 6745 clauses out of 13491 with flag 26473/38927
6.79/23.38	c cleaning 6874 clauses out of 13748 with flag 52450/45929
7.60/23.76	c cleaning 7435 clauses out of 14872 with flag 85626/53927
8.20/24.07	c And the winner is solver0
8.43/24.23	c Got one! Elapsed wall clock time (in seconds):24.122
8.43/24.23	o 46
8.57/24.35	c And the winner is solver0
8.69/24.73	c Got one! Elapsed wall clock time (in seconds):24.625
8.69/24.73	o 38
9.01/24.90	c And the winner is solver0
9.03/25.24	c Got one! Elapsed wall clock time (in seconds):25.129
9.03/25.24	o 25
9.03/25.27	c And the winner is solver0
9.13/25.74	c Got one! Elapsed wall clock time (in seconds):25.633
9.13/25.74	o 19
9.27/25.82	c And the winner is solver0
9.33/26.24	c Got one! Elapsed wall clock time (in seconds):26.138
9.33/26.24	o 18
9.43/26.35	c cleaning 10645 clauses out of 21291 with flag 4215/67781
10.07/26.51	c And the winner is solver0
10.34/26.75	c Got one! Elapsed wall clock time (in seconds):26.643
10.34/26.75	o 17
10.50/26.86	c cleaning 8054 clauses out of 16108 with flag 9472/73243
10.70/26.91	c And the winner is solver0
10.77/27.25	c Got one! Elapsed wall clock time (in seconds):27.148
10.77/27.25	o 9
10.85/27.30	c And the winner is solver0
10.89/27.76	c Got one! Elapsed wall clock time (in seconds):27.653
10.89/27.76	o 8
10.96/27.80	c And the winner is solver0
11.01/28.27	c Got one! Elapsed wall clock time (in seconds):28.159
11.01/28.27	o 3
11.27/28.46	c cleaning 7415 clauses out of 14840 with flag 17576/80030
11.68/28.61	c And the winner is solver0
11.73/28.77	c Got one! Elapsed wall clock time (in seconds):28.664
11.73/28.77	o 2
11.77/28.87	c cleaning 6628 clauses out of 13264 with flag 9851/85869
12.38/29.15	c cleaning 6317 clauses out of 12634 with flag 41271/91868
12.98/29.46	c cleaning 6645 clauses out of 13315 with flag 77294/98867
13.80/29.84	c cleaning 7330 clauses out of 14668 with flag 119055/106867
14.59/30.26	c cleaning 8159 clauses out of 16336 with flag 165937/115867
15.60/30.79	c cleaning 9087 clauses out of 18174 with flag 220017/125867
17.00/31.41	c cleaning 10041 clauses out of 20083 with flag 280790/136867
18.40/32.13	c cleaning 11014 clauses out of 22038 with flag 351572/148868
20.00/32.96	c cleaning 12002 clauses out of 24010 with flag 430752/161868
20.00/32.99	c And the winner is solver0
20.90/33.76	c >>>>>>>>>> Solver number 0 (56 answers) <<<<<<<<<<<<<<<<<<
20.90/33.76	c starts		: 134
20.90/33.76	c conflicts		: 162365
20.90/33.76	c decisions		: 237692
20.90/33.76	c propagations		: 3453691
20.90/33.76	c inspects		: 101353856
20.90/33.76	c shortcuts		: 0
20.90/33.76	c learnt literals	: 37
20.90/33.76	c learnt binary clauses	: 10
20.90/33.76	c learnt ternary clauses	: 106
20.90/33.76	c learnt constraints	: 162327
20.90/33.76	c ignored constraints	: 0
20.90/33.76	c root simplifications	: 0
20.90/33.76	c removed literals (reason simplification)	: 886987
20.90/33.76	c reason swapping (by a shorter reason)	: 0
20.90/33.76	c Calls to reduceDB	: 19
20.90/33.76	c Number of update (reduction) of LBD	: 40985
20.90/33.76	c Imported unit clauses	: 0
20.90/33.76	c number of reductions to clauses (during analyze)	: 0
20.90/33.76	c number of learned constraints concerned by reduction	: 0
20.90/33.76	c number of learning phase by resolution	: 0
20.90/33.76	c number of learning phase by cutting planes	: 0
20.90/33.76	c speed (assignments/second)	: 102846.57991125934
20.90/33.76	c non guided choices	2203
20.90/33.76	c learnt constraints type 
20.90/33.76	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
20.90/33.76	c starts		: 56
20.90/33.76	c conflicts		: 500
20.90/33.76	c decisions		: 6267
20.90/33.76	c propagations		: 24891
20.90/33.76	c inspects		: 1096273
20.90/33.76	c shortcuts		: 0
20.90/33.76	c learnt literals	: 0
20.90/33.76	c learnt binary clauses	: 0
20.90/33.76	c learnt ternary clauses	: 0
20.90/33.76	c learnt constraints	: 454
20.90/33.76	c ignored constraints	: 0
20.90/33.76	c root simplifications	: 0
20.90/33.76	c removed literals (reason simplification)	: 0
20.90/33.76	c reason swapping (by a shorter reason)	: 0
20.90/33.76	c Calls to reduceDB	: 0
20.90/33.76	c Number of update (reduction) of LBD	: 0
20.90/33.76	c Imported unit clauses	: 0
20.90/33.76	c number of reductions to clauses (during analyze)	: 0
20.90/33.76	c number of learned constraints concerned by reduction	: 0
20.90/33.76	c number of learning phase by resolution	: 0
20.90/33.76	c number of learning phase by cutting planes	: 0
20.90/33.76	c speed (assignments/second)	: 5001.205545509342
20.90/33.76	c non guided choices	1271
20.90/33.76	c learnt constraints type 
20.90/33.76	s OPTIMUM FOUND
20.90/33.76	c Found 55 solution(s)
20.90/33.76	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 
20.90/33.76	c objective function=2
20.90/33.76	c Total wall clock time (in seconds): 33.654

Verifier Data

OK	2

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-4091976-1467321036/watcher-4091976-1467321036 -o /tmp/evaluation-result-4091976-1467321036/solver-4091976-1467321036 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467318804-16844 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091976-1467321036.wbo 

pid=24661
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: 1.06 0.95 1.11 2/170 24664
/proc/meminfo: memFree=26742568/32872528 swapFree=11480/941500
[pid=24664] ppid=24661 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/24664/stat : 24664 (java) S 24661 24664 13214 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 13070918 95129600 927 33554432000 1073741824 1073778376 140735212930304 140735212921440 213196505149 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24664/statm: 23225 927 703 9 0 16769 0
[pid=24664/tid=24665] ppid=24661 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24665/stat : 24665 (java) R 24661 24664 13214 0 -1 4202560 87 0 0 0 0 0 0 0 20 0 2 0 13070919 98635776 943 33554432000 1073741824 1073778376 140735212930304 139778171866664 213183984490 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100146 s]
/proc/loadavg: 1.06 0.95 1.11 2/170 24664
/proc/meminfo: memFree=26742568/32872528 swapFree=11480/941500
[pid=24664] ppid=24661 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/24664/stat : 24664 (java) S 24661 24664 13214 0 -1 4202496 4549 0 1 0 9 1 0 0 20 0 18 0 13070918 9787879424 5667 33554432000 1073741824 1073778376 140735212930304 140735212921440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24664/statm: 2389619 5667 2156 9 0 2380296 0
[pid=24664/tid=24665] ppid=24661 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/24664/task/24665/stat : 24665 (java) R 24661 24664 13214 0 -1 4202560 2441 0 1 0 6 1 0 0 20 0 18 0 13070919 9787879424 5667 33554432000 1073741824 1073778376 140735212930304 139778171870112 213196530957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200385 s]
/proc/loadavg: 1.06 0.95 1.11 2/170 24664
/proc/meminfo: memFree=26742568/32872528 swapFree=11480/941500
[pid=24664] ppid=24661 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/24664/stat : 24664 (java) S 24661 24664 13214 0 -1 4202496 4906 0 1 0 25 2 0 0 20 0 22 0 13070918 10060525568 7494 33554432000 1073741824 1073778376 140735212930304 140735212921440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24664/statm: 2456183 7494 2219 9 0 2446860 0
[pid=24664/tid=24665] ppid=24661 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/24664/task/24665/stat : 24665 (java) S 24661 24664 13214 0 -1 4202560 2470 0 1 0 14 1 0 0 20 0 22 0 13070919 10060525568 7494 33554432000 1073741824 1073778376 140735212930304 139778171872120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9824732

[startup+0.300338 s]
/proc/loadavg: 1.06 0.95 1.11 2/170 24664
/proc/meminfo: memFree=26742568/32872528 swapFree=11480/941500
[pid=24664] ppid=24661 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/24664/stat : 24664 (java) S 24661 24664 13214 0 -1 4202496 7268 0 1 0 57 4 0 0 20 0 19 0 13070918 10060525568 8897 33554432000 1073741824 1073778376 140735212930304 140735212921440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24664/statm: 2456183 8897 2249 9 0 2446860 0
[pid=24664/tid=24665] ppid=24661 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/24664/task/24665/stat : 24665 (java) S 24661 24664 13214 0 -1 4202560 2470 0 1 0 14 1 0 0 20 0 19 0 13070919 10060525568 8897 33554432000 1073741824 1073778376 140735212930304 139778171872120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9824732

[startup+0.700212 s]
/proc/loadavg: 1.06 0.95 1.11 2/170 24664
/proc/meminfo: memFree=26742568/32872528 swapFree=11480/941500
[pid=24664] ppid=24661 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/24664/stat : 24664 (java) S 24661 24664 13214 0 -1 4202496 12887 0 1 0 84 5 0 0 20 0 22 0 13070918 10060525568 12962 33554432000 1073741824 1073778376 140735212930304 140735212921440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24664/statm: 2456183 12962 2249 9 0 2446860 0
[pid=24664/tid=24665] ppid=24661 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/24664/task/24665/stat : 24665 (java) S 24661 24664 13214 0 -1 4202560 2470 0 1 0 14 1 0 0 20 0 22 0 13070919 10060525568 12962 33554432000 1073741824 1073778376 140735212930304 139778171872120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 1.06 0.95 1.11 1/189 24689
/proc/meminfo: memFree=26696960/32872528 swapFree=11480/941500
[pid=24664] ppid=24661 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/24664/stat : 24664 (java) S 24661 24664 13214 0 -1 4202496 12943 0 1 0 115 9 0 0 20 0 19 0 13070918 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 140735212921440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24664/statm: 2456183 14537 2257 9 0 2446860 0
[pid=24664/tid=24665] ppid=24661 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24664/task/24665/stat : 24665 (java) S 24661 24664 13214 0 -1 4202560 2471 0 1 0 14 2 0 0 20 0 19 0 13070919 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139778171872120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24667] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24667/stat : 24667 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139778015919144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24668] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24668/stat : 24668 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139778014866344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24669] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24669/stat : 24669 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139778013813544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24664/tid=24670] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24670/stat : 24670 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139778012760744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24671] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24671/stat : 24671 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139778011707944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24672] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24672/stat : 24672 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139778010655144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24673] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24673/stat : 24673 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139778009602344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24674] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24674/stat : 24674 (java) S 24661 24664 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139778008549544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24675] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24675/stat : 24675 (java) S 24661 24664 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13070921 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139777996139496 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24676] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24676/stat : 24676 (java) S 24661 24664 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13070921 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139777995085560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24677] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24677/stat : 24677 (java) S 24661 24664 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13070921 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139777994032648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24678] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24678/stat : 24678 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070923 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139777992981136 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24679] ppid=24661 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/24664/task/24679/stat : 24679 (java) S 24661 24664 13214 0 -1 4202560 6385 0 0 0 33 1 0 0 20 0 19 0 13070923 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139777991928248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24680] ppid=24661 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/24664/task/24680/stat : 24680 (java) S 24661 24664 13214 0 -1 4202560 2741 0 0 0 29 0 0 0 20 0 19 0 13070923 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139777990875448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24681] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24681/stat : 24681 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070923 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139777989822840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24682] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24682/stat : 24682 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070923 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139777988770248 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24686] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24686/stat : 24686 (java) S 24661 24664 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13070937 10060525568 14537 33554432000 1073741824 1073778376 140735212930304 139777984509224 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 0.98 0.94 1.11 5/192 24698
/proc/meminfo: memFree=26678352/32872528 swapFree=11480/941500
[pid=24664] ppid=24661 vsize=9824732 CPUtime=1.62 cores=1,3,5,7
/proc/24664/stat : 24664 (java) S 24661 24664 13214 0 -1 4202496 14466 0 1 0 150 12 0 0 20 0 19 0 13070918 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 140735212921440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24664/statm: 2456183 19016 2257 9 0 2446860 0
[pid=24664/tid=24665] ppid=24661 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/24664/task/24665/stat : 24665 (java) S 24661 24664 13214 0 -1 4202560 2472 0 1 0 14 2 0 0 20 0 19 0 13070919 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139778171872120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24667] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24667/stat : 24667 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139778015919144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24668] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24668/stat : 24668 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139778014866344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24669] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24669/stat : 24669 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139778013813544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24664/tid=24670] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24670/stat : 24670 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139778012760744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24671] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24671/stat : 24671 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139778011707944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24672] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24672/stat : 24672 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139778010655144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24673] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24673/stat : 24673 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139778009602344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24674] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24674/stat : 24674 (java) S 24661 24664 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139778008549544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24675] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24675/stat : 24675 (java) S 24661 24664 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13070921 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139777996139496 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24676] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24676/stat : 24676 (java) S 24661 24664 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13070921 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139777995085560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24677] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24677/stat : 24677 (java) S 24661 24664 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13070921 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139777994032648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24678] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24678/stat : 24678 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070923 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139777992981136 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24679] ppid=24661 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/24664/task/24679/stat : 24679 (java) S 24661 24664 13214 0 -1 4202560 7874 0 0 0 58 2 0 0 20 0 19 0 13070923 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139777991928248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24680] ppid=24661 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/24664/task/24680/stat : 24680 (java) S 24661 24664 13214 0 -1 4202560 2746 0 0 0 36 0 0 0 20 0 19 0 13070923 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139777990875448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24681] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24681/stat : 24681 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070923 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139777989822840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24682] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24682/stat : 24682 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070923 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139777988770248 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24686] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24686/stat : 24686 (java) S 24661 24664 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13070937 10060525568 19016 33554432000 1073741824 1073778376 140735212930304 139777984509224 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=13 pid=1822 uid=0 cmd=

[startup+6.30082 s]
/proc/loadavg: 0.98 0.94 1.11 1/189 24716
/proc/meminfo: memFree=26646256/32872528 swapFree=11480/941500
[pid=24664] ppid=24661 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/24664/stat : 24664 (java) S 24661 24664 13214 0 -1 4202496 14578 0 1 0 175 15 0 0 20 0 19 0 13070918 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 140735212921440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24664/statm: 2456183 28348 2266 9 0 2446860 0
[pid=24664/tid=24665] ppid=24661 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/24664/task/24665/stat : 24665 (java) S 24661 24664 13214 0 -1 4202560 2474 0 1 0 15 2 0 0 20 0 19 0 13070919 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 139778171872120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24667] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24667/stat : 24667 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 139778015919144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24668] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24668/stat : 24668 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 139778014866344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24669] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24669/stat : 24669 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 139778013813544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24664/tid=24670] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24670/stat : 24670 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 139778012760744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24671] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24671/stat : 24671 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 139778011707944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24672] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24672/stat : 24672 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 139778010655144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24673] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24673/stat : 24673 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 139778009602344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24674] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24674/stat : 24674 (java) S 24661 24664 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13070920 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 139778008549544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24675] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24675/stat : 24675 (java) S 24661 24664 13214 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13070921 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 139777996139496 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24664/tid=24676] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24676/stat : 24676 (java) S 24661 24664 13214 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13070921 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 139777995085560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24677] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24677/stat : 24677 (java) S 24661 24664 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13070921 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 139777994032648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24678] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24678/stat : 24678 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13070923 10060525568 28348 33554432000 1073741824 1073778376 140735212930304 139777992981136 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24679] ppid=24661 vsize=9824732 CPUtime=0.74 cores=1,3,5,7

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

/proc/24664/task/24679/stat : 24679 (java) S 24661 24664 13214 0 -1 4202560 17457 0 0 0 182 2 0 0 20 0 22 0 13070923 10060525568 56269 33554432000 1073741824 1073778376 140735212930304 139777991928248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24680] ppid=24661 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/24664/task/24680/stat : 24680 (java) S 24661 24664 13214 0 -1 4202560 3819 0 0 0 67 0 0 0 20 0 22 0 13070923 10060525568 56269 33554432000 1073741824 1073778376 140735212930304 139777990875448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24681] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24681/stat : 24681 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13070923 10060525568 56269 33554432000 1073741824 1073778376 140735212930304 139777989822840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24682] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24682/stat : 24682 (java) S 24661 24664 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13070923 10060525568 56269 33554432000 1073741824 1073778376 140735212930304 139777988770248 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24686] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24686/stat : 24686 (java) S 24661 24664 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13070937 10060525568 56269 33554432000 1073741824 1073778376 140735212930304 139777984509224 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24849] ppid=24661 vsize=9824732 CPUtime=3.96 cores=1,3,5,7
/proc/24664/task/24849/stat : 24849 (java) R 24661 24664 13214 0 -1 4202560 5 0 0 0 396 0 0 0 20 0 22 0 13073796 10060525568 56269 33554432000 1073741824 1073778376 140735212930304 139777985559040 139778044808394 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24850] ppid=24661 vsize=9824732 CPUtime=3.96 cores=1,3,5,7
/proc/24664/task/24850/stat : 24850 (java) R 24661 24664 13214 0 -1 4202560 6 0 0 0 396 0 0 0 20 0 22 0 13073796 10060525568 56269 33554432000 1073741824 1073778376 140735212930304 139777987664704 139778044998974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24851] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24851/stat : 24851 (java) S 24661 24664 13214 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13073797 10060525568 56269 33554432000 1073741824 1073778376 140735212930304 139777986614952 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 19.79
Current children cumulated vsize (KiB) 9824732

[startup+33.2008 s]
/proc/loadavg: 0.82 0.90 1.09 2/189 24851
/proc/meminfo: memFree=26523312/32872528 swapFree=11480/941500
[pid=24664] ppid=24661 vsize=9824732 CPUtime=20.39 cores=1,3,5,7
/proc/24664/stat : 24664 (java) S 24661 24664 13214 0 -1 4202496 25839 0 1 0 1948 91 0 0 20 0 20 0 13070918 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 140735212921440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24664/statm: 2456183 56264 2287 9 0 2446860 0
[pid=24664/tid=24665] ppid=24661 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/24664/task/24665/stat : 24665 (java) S 24661 24664 13214 0 -1 4202560 2475 0 1 0 21 2 0 0 20 0 20 0 13070919 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778171872120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24667] ppid=24661 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24664/task/24667/stat : 24667 (java) S 24661 24664 13214 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778015919144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24668] ppid=24661 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24664/task/24668/stat : 24668 (java) S 24661 24664 13214 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778014866344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24669] ppid=24661 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24664/task/24669/stat : 24669 (java) S 24661 24664 13214 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778013813544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24664/tid=24670] ppid=24661 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24664/task/24670/stat : 24670 (java) S 24661 24664 13214 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778012760744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24671] ppid=24661 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24664/task/24671/stat : 24671 (java) S 24661 24664 13214 0 -1 4202560 18 0 0 0 2 2 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778011707944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24672] ppid=24661 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24664/task/24672/stat : 24672 (java) S 24661 24664 13214 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778010655144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24664/tid=24673] ppid=24661 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24664/task/24673/stat : 24673 (java) S 24661 24664 13214 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778009602344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24674] ppid=24661 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24664/task/24674/stat : 24674 (java) S 24661 24664 13214 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778008549544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24675] ppid=24661 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24664/task/24675/stat : 24675 (java) S 24661 24664 13214 0 -1 4202560 11 0 0 0 2 6 0 0 20 0 20 0 13070921 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777996139496 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24676] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24676/stat : 24676 (java) S 24661 24664 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13070921 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777995085560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24677] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24677/stat : 24677 (java) S 24661 24664 13214 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 20 0 13070921 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777994032648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24678] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24678/stat : 24678 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777992981136 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24679] ppid=24661 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/24664/task/24679/stat : 24679 (java) S 24661 24664 13214 0 -1 4202560 17458 0 0 0 182 3 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777991928248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24680] ppid=24661 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/24664/task/24680/stat : 24680 (java) S 24661 24664 13214 0 -1 4202560 3820 0 0 0 68 0 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777990875448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24681] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24681/stat : 24681 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777989822840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24682] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24682/stat : 24682 (java) S 24661 24664 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777988770248 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24686] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24686/stat : 24686 (java) S 24661 24664 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13070937 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777984509224 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24850] ppid=24661 vsize=9824732 CPUtime=4.36 cores=1,3,5,7
/proc/24664/task/24850/stat : 24850 (java) R 24661 24664 13214 0 -1 4202560 6 0 0 0 436 0 0 0 20 0 20 0 13073796 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777987664704 139778045203756 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.39
Current children cumulated vsize (KiB) 9824732

[startup+33.6008 s]
/proc/loadavg: 0.82 0.90 1.09 2/189 24851
/proc/meminfo: memFree=26523312/32872528 swapFree=11480/941500
[pid=24664] ppid=24661 vsize=9824732 CPUtime=20.79 cores=1,3,5,7
/proc/24664/stat : 24664 (java) S 24661 24664 13214 0 -1 4202496 25840 0 1 0 1988 91 0 0 20 0 20 0 13070918 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 140735212921440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24664/statm: 2456183 56264 2287 9 0 2446860 0
[pid=24664/tid=24665] ppid=24661 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/24664/task/24665/stat : 24665 (java) S 24661 24664 13214 0 -1 4202560 2476 0 1 0 21 2 0 0 20 0 20 0 13070919 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778171872120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24667] ppid=24661 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24664/task/24667/stat : 24667 (java) S 24661 24664 13214 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778015919144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24668] ppid=24661 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24664/task/24668/stat : 24668 (java) S 24661 24664 13214 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778014866344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24669] ppid=24661 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24664/task/24669/stat : 24669 (java) S 24661 24664 13214 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778013813544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24664/tid=24670] ppid=24661 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24664/task/24670/stat : 24670 (java) S 24661 24664 13214 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778012760744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24671] ppid=24661 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24664/task/24671/stat : 24671 (java) S 24661 24664 13214 0 -1 4202560 18 0 0 0 2 2 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778011707944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24672] ppid=24661 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24664/task/24672/stat : 24672 (java) S 24661 24664 13214 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778010655144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24664/tid=24673] ppid=24661 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24664/task/24673/stat : 24673 (java) S 24661 24664 13214 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778009602344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24674] ppid=24661 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24664/task/24674/stat : 24674 (java) S 24661 24664 13214 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778008549544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24675] ppid=24661 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24664/task/24675/stat : 24675 (java) S 24661 24664 13214 0 -1 4202560 11 0 0 0 2 6 0 0 20 0 20 0 13070921 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777996139496 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24676] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24676/stat : 24676 (java) S 24661 24664 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13070921 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777995085560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24677] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24677/stat : 24677 (java) S 24661 24664 13214 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 20 0 13070921 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777994032648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24678] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24678/stat : 24678 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777992981136 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24679] ppid=24661 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/24664/task/24679/stat : 24679 (java) S 24661 24664 13214 0 -1 4202560 17458 0 0 0 182 3 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777991928248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24680] ppid=24661 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/24664/task/24680/stat : 24680 (java) S 24661 24664 13214 0 -1 4202560 3820 0 0 0 68 0 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777990875448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24681] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24681/stat : 24681 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777989822840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24682] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24682/stat : 24682 (java) S 24661 24664 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777988770248 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24686] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24686/stat : 24686 (java) S 24661 24664 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13070937 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777984509224 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24850] ppid=24661 vsize=9824732 CPUtime=4.76 cores=1,3,5,7
/proc/24664/task/24850/stat : 24850 (java) R 24661 24664 13214 0 -1 4202560 6 0 0 0 476 0 0 0 20 0 20 0 13073796 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777987663536 139778045258586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.79
Current children cumulated vsize (KiB) 9824732

[startup+33.7008 s]
/proc/loadavg: 0.82 0.90 1.09 2/189 24851
/proc/meminfo: memFree=26523312/32872528 swapFree=11480/941500
[pid=24664] ppid=24661 vsize=9824732 CPUtime=20.89 cores=1,3,5,7
/proc/24664/stat : 24664 (java) S 24661 24664 13214 0 -1 4202496 25840 0 1 0 1998 91 0 0 20 0 20 0 13070918 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 140735212921440 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24664/statm: 2456183 56264 2287 9 0 2446860 0
[pid=24664/tid=24665] ppid=24661 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/24664/task/24665/stat : 24665 (java) S 24661 24664 13214 0 -1 4202560 2476 0 1 0 21 2 0 0 20 0 20 0 13070919 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778171872120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24667] ppid=24661 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/24664/task/24667/stat : 24667 (java) S 24661 24664 13214 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778015919144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24668] ppid=24661 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24664/task/24668/stat : 24668 (java) S 24661 24664 13214 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778014866344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24669] ppid=24661 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24664/task/24669/stat : 24669 (java) S 24661 24664 13214 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778013813544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24664/tid=24670] ppid=24661 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24664/task/24670/stat : 24670 (java) S 24661 24664 13214 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778012760744 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24671] ppid=24661 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24664/task/24671/stat : 24671 (java) S 24661 24664 13214 0 -1 4202560 18 0 0 0 2 2 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778011707944 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24672] ppid=24661 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24664/task/24672/stat : 24672 (java) S 24661 24664 13214 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778010655144 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24664/tid=24673] ppid=24661 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24664/task/24673/stat : 24673 (java) S 24661 24664 13214 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778009602344 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24674] ppid=24661 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24664/task/24674/stat : 24674 (java) S 24661 24664 13214 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 20 0 13070920 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139778008549544 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24675] ppid=24661 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/24664/task/24675/stat : 24675 (java) S 24661 24664 13214 0 -1 4202560 11 0 0 0 2 6 0 0 20 0 20 0 13070921 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777996139496 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24676] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24676/stat : 24676 (java) S 24661 24664 13214 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13070921 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777995085560 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24677] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24677/stat : 24677 (java) S 24661 24664 13214 0 -1 4202560 36 0 0 0 0 0 0 0 20 0 20 0 13070921 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777994032648 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24678] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24678/stat : 24678 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777992981136 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24679] ppid=24661 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/24664/task/24679/stat : 24679 (java) S 24661 24664 13214 0 -1 4202560 17458 0 0 0 182 3 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777991928248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24664/tid=24680] ppid=24661 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/24664/task/24680/stat : 24680 (java) S 24661 24664 13214 0 -1 4202560 3820 0 0 0 68 0 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777990875448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24681] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24681/stat : 24681 (java) S 24661 24664 13214 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777989822840 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24664/tid=24682] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24682/stat : 24682 (java) S 24661 24664 13214 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 20 0 13070923 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777988770248 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24686] ppid=24661 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24664/task/24686/stat : 24686 (java) S 24661 24664 13214 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13070937 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777984509224 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24664/tid=24850] ppid=24661 vsize=9824732 CPUtime=4.86 cores=1,3,5,7
/proc/24664/task/24850/stat : 24850 (java) R 24661 24664 13214 0 -1 4202560 6 0 0 0 486 0 0 0 20 0 20 0 13073796 10060525568 56264 33554432000 1073741824 1073778376 140735212930304 139777987663536 139778045339285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.89
Current children cumulated vsize (KiB) 9824732

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0100009
#  lost CPU user time (s): 0.0200002
#  lost CPU system time (s): -0.00999999

Real time (s): 33.7688
CPU time (s): 21.0608
CPU user time (s): 20.038
CPU system time (s): 1.02284
CPU usage (%): 62.3676
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.018
system time used= 1.03284
maximum resident set size= 233140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25851
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= 2916
involuntary context switches= 1088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.226965 second user time and 0.175973 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-30 23:10:36
IDJOB=4091976
IDBENCH=78783
IDSOLVER=2552
FILE ID=node113/4091976-1467321036
RUNJOBID= node113-1467318804-16844
PBS_JOBID= 20005277
Free space on /tmp= 71736 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.1110967142--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091976-1467321036/watcher-4091976-1467321036 -o /tmp/evaluation-result-4091976-1467321036/solver-4091976-1467321036 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1467318804-16844 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091976-1467321036.wbo

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

MD5SUM BENCH= fa579923f1914e3dd4bd69a6764b2913
RANDOM SEED=504316269

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.947
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.947
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:        26743128 kB
Buffers:          137712 kB
Cached:          4275996 kB
SwapCached:            0 kB
Active:          2940000 kB
Inactive:        1488140 kB
Active(anon):      11600 kB
Inactive(anon):     5656 kB
Active(file):    2928400 kB
Inactive(file):  1482484 kB
Unevictable:      941500 kB
Mlocked:           11480 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:        917672 kB
Mapped:            13336 kB
Shmem:               204 kB
Slab:             629736 kB
SReclaimable:      74044 kB
SUnreclaim:       555692 kB
KernelStack:        1592 kB
PageTables:         5260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1039672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    897024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node113 at 2016-06-30 23:11:10