Trace number 4092310

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 PB16MSAT (TO) 1800.43 1812.92

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222539--soft-0-100-0.wbo
MD5SUM2cb7ef9d897234b1b8519dd953c1d1e7
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark5.75912
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 constraints101
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1192
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-4092310-1467322121.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.067s.
0.10/0.17	c declared #vars     169
0.10/0.17	c internal #vars     270
0.10/0.17	c #constraints  101
0.10/0.18	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.18	c 101 constraints processed.
0.10/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.10/0.18	c 101 constraints processed.
0.10/0.18	c objective function length is 101 literals
1.07/0.45	c And the winner is solver0
1.45/0.68	c SATISFIABLE
1.45/0.68	c OPTIMIZING...
1.45/0.68	c Got one! Elapsed wall clock time (in seconds):0.571
1.45/0.68	o 798
1.50/0.72	c And the winner is solver0
1.81/1.18	c Got one! Elapsed wall clock time (in seconds):1.073
1.81/1.18	o 520
1.81/1.20	c And the winner is solver0
1.85/1.68	c Got one! Elapsed wall clock time (in seconds):1.574
1.85/1.68	o 519
1.85/1.69	c And the winner is solver0
1.86/2.18	c Got one! Elapsed wall clock time (in seconds):2.076
1.86/2.18	o 514
1.86/2.19	c And the winner is solver0
1.86/2.68	c Got one! Elapsed wall clock time (in seconds):2.577
1.86/2.68	o 504
1.86/2.69	c And the winner is solver0
1.87/3.18	c Got one! Elapsed wall clock time (in seconds):3.078
1.87/3.18	o 495
1.87/3.19	c And the winner is solver0
1.87/3.69	c Got one! Elapsed wall clock time (in seconds):3.58
1.87/3.69	o 488
1.90/3.70	c And the winner is solver0
2.01/4.19	c Got one! Elapsed wall clock time (in seconds):4.081
2.01/4.19	o 481
2.01/4.20	c And the winner is solver0
2.01/4.69	c Got one! Elapsed wall clock time (in seconds):4.583
2.01/4.69	o 471
2.01/4.69	c And the winner is solver0
2.94/5.34	c Got one! Elapsed wall clock time (in seconds):5.237
2.94/5.34	o 435
2.94/5.35	c And the winner is solver0
60.92/62.94	c Got one! Elapsed wall clock time (in seconds):62.837
60.92/62.94	o 433
60.92/62.95	c And the winner is solver0
60.94/63.44	c Got one! Elapsed wall clock time (in seconds):63.338
60.94/63.44	o 431
60.94/63.45	c And the winner is solver0
60.94/63.95	c Got one! Elapsed wall clock time (in seconds):63.84
60.94/63.95	o 425
60.94/63.95	c And the winner is solver0
60.94/64.45	c Got one! Elapsed wall clock time (in seconds):64.341
60.94/64.45	o 424
60.94/64.47	c And the winner is solver0
60.99/64.95	c Got one! Elapsed wall clock time (in seconds):64.842
60.99/64.95	o 420
60.99/64.95	c And the winner is solver0
60.99/65.45	c Got one! Elapsed wall clock time (in seconds):65.343
60.99/65.45	o 419
60.99/65.45	c And the winner is solver0
61.00/65.95	c Got one! Elapsed wall clock time (in seconds):65.844
61.00/65.95	o 408
61.00/65.97	c And the winner is solver0
61.05/66.45	c Got one! Elapsed wall clock time (in seconds):66.346
61.05/66.45	o 407
61.05/66.46	c And the winner is solver0
61.07/66.95	c Got one! Elapsed wall clock time (in seconds):66.847
61.07/66.95	o 400
61.07/66.96	c And the winner is solver0
61.07/67.45	c Got one! Elapsed wall clock time (in seconds):67.348
61.07/67.45	o 396
61.07/67.48	c And the winner is solver0
61.15/67.96	c Got one! Elapsed wall clock time (in seconds):67.849
61.15/67.96	o 380
61.15/67.96	c And the winner is solver0
61.15/68.46	c Got one! Elapsed wall clock time (in seconds):68.35
61.15/68.46	o 333
61.15/68.49	c And the winner is solver0
61.30/68.96	c Got one! Elapsed wall clock time (in seconds):68.851
61.30/68.96	o 331
61.30/68.97	c And the winner is solver0
61.32/69.46	c Got one! Elapsed wall clock time (in seconds):69.352
61.32/69.46	o 328
61.32/69.49	c And the winner is solver0
61.39/69.96	c Got one! Elapsed wall clock time (in seconds):69.854
61.39/69.96	o 327
61.39/69.97	c And the winner is solver0
61.42/70.46	c Got one! Elapsed wall clock time (in seconds):70.355
61.42/70.46	o 326
61.42/70.47	c And the winner is solver0
61.44/70.96	c Got one! Elapsed wall clock time (in seconds):70.856
61.44/70.96	o 323
61.50/71.01	c And the winner is solver0
61.59/71.46	c Got one! Elapsed wall clock time (in seconds):71.357
61.59/71.46	o 321
61.59/71.50	c And the winner is solver0
61.66/71.96	c Got one! Elapsed wall clock time (in seconds):71.858
61.66/71.96	o 320
61.66/71.97	c And the winner is solver0
61.75/72.47	c Got one! Elapsed wall clock time (in seconds):72.359
61.75/72.47	o 299
61.75/72.47	c And the winner is solver0
61.76/72.97	c Got one! Elapsed wall clock time (in seconds):72.861
61.76/72.97	o 289
61.76/72.99	c And the winner is solver0
61.82/73.47	c Got one! Elapsed wall clock time (in seconds):73.362
61.82/73.47	o 280
61.82/73.47	c And the winner is solver0
61.83/73.97	c Got one! Elapsed wall clock time (in seconds):73.863
61.83/73.97	o 268
61.83/73.97	c And the winner is solver0
61.83/74.47	c Got one! Elapsed wall clock time (in seconds):74.364
61.83/74.47	o 262
61.83/74.49	c And the winner is solver0
61.88/74.97	c Got one! Elapsed wall clock time (in seconds):74.865
61.88/74.97	o 250
61.88/74.98	c And the winner is solver0
61.95/75.47	c Got one! Elapsed wall clock time (in seconds):75.366
61.95/75.47	o 246
62.02/75.56	c And the winner is solver0
62.17/75.97	c Got one! Elapsed wall clock time (in seconds):75.867
62.17/75.97	o 220
62.43/76.15	c And the winner is solver0
64.29/77.93	c Got one! Elapsed wall clock time (in seconds):77.819
64.29/77.93	o 219
64.45/78.02	c cleaning 7568 clauses out of 15141 with flag 3130/15141
64.68/78.16	c And the winner is solver0
66.43/79.88	c Got one! Elapsed wall clock time (in seconds):79.772
66.43/79.88	o 218
66.52/79.95	c And the winner is solver0
66.67/80.38	c Got one! Elapsed wall clock time (in seconds):80.273
66.67/80.38	o 206
66.71/80.43	c And the winner is solver0
66.82/80.88	c Got one! Elapsed wall clock time (in seconds):80.774
66.82/80.88	o 205
66.84/80.95	c cleaning 6729 clauses out of 13467 with flag 3520/21035
67.04/81.06	c And the winner is solver0
68.91/82.83	c Got one! Elapsed wall clock time (in seconds):82.728
68.91/82.83	o 150
68.91/82.87	c And the winner is solver0
69.03/83.34	c Got one! Elapsed wall clock time (in seconds):83.229
69.03/83.34	o 145
69.20/83.40	c And the winner is solver0
69.24/83.84	c Got one! Elapsed wall clock time (in seconds):83.73
69.24/83.84	o 140
69.59/84.06	c cleaning 6715 clauses out of 13429 with flag 11209/27726
69.92/84.11	c And the winner is solver0
71.76/85.79	c Got one! Elapsed wall clock time (in seconds):85.683
71.76/85.79	o 131
72.06/85.94	c And the winner is solver0
72.19/86.29	c Got one! Elapsed wall clock time (in seconds):86.184
72.19/86.29	o 128
72.20/86.39	c And the winner is solver0
72.48/86.79	c Got one! Elapsed wall clock time (in seconds):86.685
72.48/86.79	o 123
72.49/86.85	c And the winner is solver0
72.67/87.29	c Got one! Elapsed wall clock time (in seconds):87.186
72.67/87.29	o 115
72.67/87.38	c cleaning 7141 clauses out of 14293 with flag 4669/35305
72.90/87.41	c And the winner is solver0
73.32/87.79	c Got one! Elapsed wall clock time (in seconds):87.687
73.32/87.79	o 109
73.57/87.93	c And the winner is solver0
73.70/88.29	c Got one! Elapsed wall clock time (in seconds):88.188
73.70/88.29	o 107
73.90/88.47	c cleaning 6899 clauses out of 13799 with flag 12376/41952
74.50/88.78	c cleaning 6448 clauses out of 12897 with flag 38313/47949
75.10/89.06	c And the winner is solver0
76.38/90.25	c Got one! Elapsed wall clock time (in seconds):90.14
76.38/90.25	o 105
76.38/90.27	c And the winner is solver0
76.46/90.75	c Got one! Elapsed wall clock time (in seconds):90.641
76.46/90.75	o 102
76.46/90.76	c And the winner is solver0
76.51/91.25	c Got one! Elapsed wall clock time (in seconds):91.142
76.51/91.25	o 99
76.51/91.28	c And the winner is solver0
76.62/91.75	c Got one! Elapsed wall clock time (in seconds):91.643
76.62/91.75	o 83
77.11/92.06	c cleaning 9165 clauses out of 18332 with flag 18601/59832
77.71/92.40	c cleaning 7585 clauses out of 15170 with flag 45715/65835
77.92/92.42	c And the winner is solver0
79.22/93.70	c Got one! Elapsed wall clock time (in seconds):93.595
79.22/93.70	o 81
79.22/93.71	c And the winner is solver0
79.23/94.21	c Got one! Elapsed wall clock time (in seconds):94.099
79.23/94.21	o 74
79.23/94.25	c And the winner is solver0
79.38/94.71	c Got one! Elapsed wall clock time (in seconds):94.603
79.38/94.71	o 64
79.75/94.97	c cleaning 7044 clauses out of 14093 with flag 21766/72343
79.96/95.07	c And the winner is solver0
81.63/96.67	c Got one! Elapsed wall clock time (in seconds):96.561
81.63/96.67	o 60
81.63/96.69	c And the winner is solver0
1800.06/1812.91	c >>>>>>>>>> Solver number 0 (59 answers) <<<<<<<<<<<<<<<<<<
1800.06/1812.91	c starts		: 144
1800.06/1812.91	c conflicts		: 74903
1800.06/1812.91	c decisions		: 152013
1800.06/1812.91	c propagations		: 3399789
1800.06/1812.91	c inspects		: 35505934
1800.06/1812.91	c shortcuts		: 0
1800.06/1812.91	c learnt literals	: 0
1800.06/1812.91	c learnt binary clauses	: 17
1800.06/1812.91	c learnt ternary clauses	: 383
1800.06/1812.91	c learnt constraints	: 74903
1800.06/1812.91	c ignored constraints	: 0
1800.06/1812.91	c root simplifications	: 0
1800.06/1812.91	c removed literals (reason simplification)	: 116484
1800.06/1812.91	c reason swapping (by a shorter reason)	: 0
1800.06/1812.91	c Calls to reduceDB	: 9
1800.06/1812.91	c Number of update (reduction) of LBD	: 31107
1800.06/1812.91	c Imported unit clauses	: 0
1800.06/1812.91	c number of reductions to clauses (during analyze)	: 0
1800.06/1812.91	c number of learned constraints concerned by reduction	: 0
1800.06/1812.91	c number of learning phase by resolution	: 0
1800.06/1812.91	c number of learning phase by cutting planes	: 0
1800.06/1812.91	c speed (assignments/second)	: 1875.5086943497897
1800.06/1812.91	c non guided choices	2601
1800.06/1812.91	c learnt constraints type 
1800.06/1812.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.06/1812.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9592
1800.06/1812.91	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/1812.91	c starts		: 61
1800.06/1812.91	c conflicts		: 412
1800.06/1812.91	c decisions		: 7168
1800.06/1812.91	c propagations		: 25228
1800.06/1812.91	c inspects		: 952836
1800.06/1812.91	c shortcuts		: 0
1800.06/1812.91	c learnt literals	: 0
1800.06/1812.91	c learnt binary clauses	: 0
1800.06/1812.91	c learnt ternary clauses	: 0
1800.06/1812.91	c learnt constraints	: 383
1800.06/1812.91	c ignored constraints	: 0
1800.06/1812.91	c root simplifications	: 0
1800.06/1812.91	c removed literals (reason simplification)	: 0
1800.06/1812.91	c reason swapping (by a shorter reason)	: 0
1800.06/1812.91	c Calls to reduceDB	: 0
1800.06/1812.91	c Number of update (reduction) of LBD	: 0
1800.06/1812.91	c Imported unit clauses	: 0
1800.06/1812.91	c number of reductions to clauses (during analyze)	: 0
1800.06/1812.91	c number of learned constraints concerned by reduction	: 0
1800.06/1812.91	c number of learning phase by resolution	: 0
1800.06/1812.91	c number of learning phase by cutting planes	: 0
1800.06/1812.91	c speed (assignments/second)	: 14.699670032379128
1800.06/1812.91	c non guided choices	409
1800.06/1812.92	c learnt constraints type 
1800.06/1812.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 383
1800.06/1812.92	s SATISFIABLE
1800.06/1812.92	c Found 58 solution(s)
1800.06/1812.92	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 
1800.06/1812.92	c objective function=60
1800.06/1812.92	c Total wall clock time (in seconds): 1812.811

Verifier Data

OK	56

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-4092310-1467322121/watcher-4092310-1467322121 -o /tmp/evaluation-result-4092310-1467322121/solver-4092310-1467322121 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1467322048-22958 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4092310-1467322121.wbo 

pid=23717
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.38 2.88 2.52 2/194 23720
/proc/meminfo: memFree=27914988/32872528 swapFree=1634416/1797936
[pid=23720] ppid=23717 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23720/stat : 23720 (java) S 23717 23720 22185 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 11238137 98570240 978 33554432000 1073741824 1073778376 140736781137104 140736781128240 260193681469 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23720/statm: 24065 978 744 9 0 16771 0
[pid=23720/tid=23721] ppid=23717 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23721/stat : 23721 (java) R 23717 23720 22185 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 11238137 98570240 978 33554432000 1073741824 1073778376 140736781137104 140175080422952 260190324096 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100119 s]
/proc/loadavg: 2.38 2.88 2.52 2/194 23720
/proc/meminfo: memFree=27914988/32872528 swapFree=1634416/1797936
[pid=23720] ppid=23717 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23720/stat : 23720 (java) S 23717 23720 22185 0 -1 4202496 4462 0 1 0 10 0 0 0 20 0 18 0 11238137 9787879424 6096 33554432000 1073741824 1073778376 140736781137104 140736781128240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23720/statm: 2389619 6096 2156 9 0 2380296 0
[pid=23720/tid=23721] ppid=23717 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23720/task/23721/stat : 23721 (java) R 23717 23720 22185 0 -1 4202560 2388 0 1 0 7 0 0 0 20 0 18 0 11238137 9787879424 6100 33554432000 1073741824 1073778376 140736781137104 140175080426400 140174931614804 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.200286 s]
/proc/loadavg: 2.38 2.88 2.52 2/194 23720
/proc/meminfo: memFree=27914988/32872528 swapFree=1634416/1797936
[pid=23720] ppid=23717 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/23720/stat : 23720 (java) S 23717 23720 22185 0 -1 4202496 4819 0 1 0 26 1 0 0 20 0 22 0 11238137 10060525568 7906 33554432000 1073741824 1073778376 140736781137104 140736781128240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23720/statm: 2456183 7906 2222 9 0 2446860 0
[pid=23720/tid=23721] ppid=23717 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23720/task/23721/stat : 23721 (java) S 23717 23720 22185 0 -1 4202560 2421 0 1 0 16 0 0 0 20 0 22 0 11238137 10060525568 7906 33554432000 1073741824 1073778376 140736781137104 140175080428408 260193695657 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.300283 s]
/proc/loadavg: 2.38 2.88 2.52 2/194 23720
/proc/meminfo: memFree=27914988/32872528 swapFree=1634416/1797936
[pid=23720] ppid=23717 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/23720/stat : 23720 (java) S 23717 23720 22185 0 -1 4202496 7838 0 1 0 66 1 0 0 20 0 22 0 11238137 10060525568 9975 33554432000 1073741824 1073778376 140736781137104 140736781128240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23720/statm: 2456183 9975 2247 9 0 2446860 0
[pid=23720/tid=23721] ppid=23717 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23720/task/23721/stat : 23721 (java) S 23717 23720 22185 0 -1 4202560 2421 0 1 0 16 0 0 0 20 0 22 0 11238137 10060525568 9975 33554432000 1073741824 1073778376 140736781137104 140175080428408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.700267 s]
/proc/loadavg: 2.38 2.88 2.52 2/194 23720
/proc/meminfo: memFree=27914988/32872528 swapFree=1634416/1797936
[pid=23720] ppid=23717 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/23720/stat : 23720 (java) S 23717 23720 22185 0 -1 4202496 15821 0 1 0 146 4 0 0 20 0 22 0 11238137 10060525568 16420 33554432000 1073741824 1073778376 140736781137104 140736781128240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23720/statm: 2456183 16420 2254 9 0 2446860 0
[pid=23720/tid=23721] ppid=23717 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23720/task/23721/stat : 23721 (java) S 23717 23720 22185 0 -1 4202560 2421 0 1 0 16 0 0 0 20 0 22 0 11238137 10060525568 16420 33554432000 1073741824 1073778376 140736781137104 140175080428408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 2.38 2.88 2.52 1/213 23754
/proc/meminfo: memFree=27834124/32872528 swapFree=1634416/1797936
[pid=23720] ppid=23717 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/23720/stat : 23720 (java) S 23717 23720 22185 0 -1 4202496 18312 0 1 0 176 9 0 0 20 0 19 0 11238137 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140736781128240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23720/statm: 2456183 19080 2260 9 0 2446860 0
[pid=23720/tid=23721] ppid=23717 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23720/task/23721/stat : 23721 (java) S 23717 23720 22185 0 -1 4202560 2422 0 1 0 16 0 0 0 20 0 19 0 11238137 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140175080428408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23723] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23723/stat : 23723 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140175052880936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23724] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23724/stat : 23724 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140175051828136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23725] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23725/stat : 23725 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140175050775336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23726] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23726/stat : 23726 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174920559272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23727] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23727/stat : 23727 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174919506472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23728] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23728/stat : 23728 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174918453672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23729] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23729/stat : 23729 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174917400872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23730] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23730/stat : 23730 (java) S 23717 23720 22185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174916348072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23731] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23731/stat : 23731 (java) S 23717 23720 22185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11238139 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174433836008 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23732] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23732/stat : 23732 (java) S 23717 23720 22185 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11238139 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174432782072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23733] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23733/stat : 23733 (java) S 23717 23720 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11238139 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174431729160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23734] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23734/stat : 23734 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238142 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174430677648 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23735] ppid=23717 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/23720/task/23735/stat : 23735 (java) S 23717 23720 22185 0 -1 4202560 8516 0 0 0 48 0 0 0 20 0 19 0 11238142 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174429624760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23736] ppid=23717 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/23720/task/23736/stat : 23736 (java) S 23717 23720 22185 0 -1 4202560 6023 0 0 0 45 2 0 0 20 0 19 0 11238142 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174428571960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23737] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23737/stat : 23737 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238142 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174427519352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23738] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23738/stat : 23738 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238142 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174426466760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23745] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23745/stat : 23745 (java) S 23717 23720 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11238155 10060525568 19080 33554432000 1073741824 1073778376 140736781137104 140174422254888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 2.19 2.83 2.50 2/213 23769
/proc/meminfo: memFree=27819332/32872528 swapFree=1634416/1797936
[pid=23720] ppid=23717 vsize=9824732 CPUtime=1.87 cores=1,3,5,7
/proc/23720/stat : 23720 (java) S 23717 23720 22185 0 -1 4202496 18341 0 1 0 178 9 0 0 20 0 19 0 11238137 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140736781128240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23720/statm: 2456183 23177 2260 9 0 2446860 0
[pid=23720/tid=23721] ppid=23717 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/23720/task/23721/stat : 23721 (java) S 23717 23720 22185 0 -1 4202560 2423 0 1 0 16 0 0 0 20 0 19 0 11238137 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140175080428408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23723] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23723/stat : 23723 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140175052880936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23724] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23724/stat : 23724 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140175051828136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23725] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23725/stat : 23725 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140175050775336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23726] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23726/stat : 23726 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174920559272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23727] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23727/stat : 23727 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174919506472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23728] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23728/stat : 23728 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174918453672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23729] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23729/stat : 23729 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174917400872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23730] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23730/stat : 23730 (java) S 23717 23720 22185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11238138 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174916348072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23731] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23731/stat : 23731 (java) S 23717 23720 22185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11238139 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174433836008 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23732] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23732/stat : 23732 (java) S 23717 23720 22185 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11238139 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174432782072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23733] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23733/stat : 23733 (java) S 23717 23720 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11238139 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174431729160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23734] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23734/stat : 23734 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238142 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174430677648 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23735] ppid=23717 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/23720/task/23735/stat : 23735 (java) S 23717 23720 22185 0 -1 4202560 8516 0 0 0 49 0 0 0 20 0 19 0 11238142 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174429624760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23736] ppid=23717 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/23720/task/23736/stat : 23736 (java) S 23717 23720 22185 0 -1 4202560 6023 0 0 0 47 2 0 0 20 0 19 0 11238142 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174428571960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23737] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23737/stat : 23737 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238142 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174427519352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23738] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23738/stat : 23738 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11238142 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174426466760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23745] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23745/stat : 23745 (java) S 23717 23720 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11238155 10060525568 23177 33554432000 1073741824 1073778376 140736781137104 140174422254888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=32 pid=1815 uid=0 cmd=

[startup+6.30093 s]
/proc/loadavg: 2.19 2.83 2.50 2/215 23805
/proc/meminfo: memFree=27719000/32872528 swapFree=1634416/1797936
[pid=23720] ppid=23717 vsize=9824732 CPUtime=3.99 cores=1,3,5,7
/proc/23720/stat : 23720 (java) S 23717 23720 22185 0 -1 4202496 20568 0 1 0 386 13 0 0 20 0 21 0 11238137 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140736781128240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23720/statm: 2456183 47590 2281 9 0 2446860 0
[pid=23720/tid=23721] ppid=23717 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/23720/task/23721/stat : 23721 (java) S 23717 23720 22185 0 -1 4202560 2424 0 1 0 17 0 0 0 20 0 21 0 11238137 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140175080428408 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23723] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23723/stat : 23723 (java) S 23717 23720 22185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 21 0 11238138 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140175052880936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23724] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23724/stat : 23724 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11238138 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140175051828136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23725] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23725/stat : 23725 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11238138 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140175050775336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23726] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23726/stat : 23726 (java) S 23717 23720 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 11238138 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140174920559272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23727] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23727/stat : 23727 (java) S 23717 23720 22185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 21 0 11238138 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140174919506472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23728] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23728/stat : 23728 (java) S 23717 23720 22185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 21 0 11238138 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140174918453672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23729] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23729/stat : 23729 (java) S 23717 23720 22185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 11238138 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140174917400872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23730] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23730/stat : 23730 (java) S 23717 23720 22185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 11238138 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140174916348072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23731] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23731/stat : 23731 (java) S 23717 23720 22185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 11238139 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140174433836008 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23732] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23732/stat : 23732 (java) S 23717 23720 22185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 11238139 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140174432782072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23733] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23733/stat : 23733 (java) S 23717 23720 22185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 11238139 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140174431729160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23734] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23734/stat : 23734 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11238142 10060525568 47590 33554432000 1073741824 1073778376 140736781137104 140174430677648 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23735] ppid=23717 vsize=9824732 CPUtime=0.72 cores=1,3,5,7

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

[pid=23720/tid=25118] ppid=23717 vsize=9824732 CPUtime=1624.49 cores=1,3,5,7
/proc/23720/task/25118/stat : 25118 (java) R 23717 23720 22185 0 -1 4202560 443 0 0 0 162422 27 0 0 20 0 21 0 11247804 10060525568 114228 33554432000 1073741824 1073778376 140736781137104 140174425410144 140174932473711 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=25119] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/25119/stat : 25119 (java) S 23717 23720 22185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 11247806 10060525568 114228 33554432000 1073741824 1073778376 140736781137104 140174424360616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1709.39
Current children cumulated vsize (KiB) 9824732

[startup+1782.3 s]
/proc/loadavg: 1.18 1.23 1.40 2/190 25171
/proc/meminfo: memFree=27622108/32872528 swapFree=1634416/1797936
[pid=23720] ppid=23717 vsize=9824732 CPUtime=1769.43 cores=1,3,5,7
/proc/23720/stat : 23720 (java) S 23717 23720 22185 0 -1 4202496 33235 0 1 0 176789 154 0 0 20 0 21 0 11238137 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140736781128240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23720/statm: 2456183 115527 2287 9 0 2446860 0
[pid=23720/tid=23721] ppid=23717 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/23720/task/23721/stat : 23721 (java) S 23717 23720 22185 0 -1 4202560 2440 0 1 0 36 11 0 0 20 0 21 0 11238137 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140175080428520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23723] ppid=23717 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/23720/task/23723/stat : 23723 (java) S 23717 23720 22185 0 -1 4202560 493 0 0 0 42 5 0 0 20 0 21 0 11238138 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140175052880936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23724] ppid=23717 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/23720/task/23724/stat : 23724 (java) S 23717 23720 22185 0 -1 4202560 755 0 0 0 40 5 0 0 20 0 21 0 11238138 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140175051828136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23725] ppid=23717 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/23720/task/23725/stat : 23725 (java) S 23717 23720 22185 0 -1 4202560 800 0 0 0 35 5 0 0 20 0 21 0 11238138 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140175050775336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23726] ppid=23717 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23720/task/23726/stat : 23726 (java) S 23717 23720 22185 0 -1 4202560 314 0 0 0 41 5 0 0 20 0 21 0 11238138 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174920559272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23727] ppid=23717 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/23720/task/23727/stat : 23727 (java) S 23717 23720 22185 0 -1 4202560 385 0 0 0 40 5 0 0 20 0 21 0 11238138 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174919506472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23728] ppid=23717 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/23720/task/23728/stat : 23728 (java) S 23717 23720 22185 0 -1 4202560 464 0 0 0 38 5 0 0 20 0 21 0 11238138 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174918453672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23729] ppid=23717 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/23720/task/23729/stat : 23729 (java) S 23717 23720 22185 0 -1 4202560 418 0 0 0 38 6 0 0 20 0 21 0 11238138 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174917400872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23730] ppid=23717 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/23720/task/23730/stat : 23730 (java) S 23717 23720 22185 0 -1 4202560 402 0 0 0 37 5 0 0 20 0 21 0 11238138 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174916348072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23731] ppid=23717 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/23720/task/23731/stat : 23731 (java) S 23717 23720 22185 0 -1 4202560 164 0 0 0 3 8 0 0 20 0 21 0 11238139 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174433836008 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23732] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23732/stat : 23732 (java) S 23717 23720 22185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 11238139 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174432782072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23733] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23733/stat : 23733 (java) S 23717 23720 22185 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 11238139 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174431729160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23734] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23734/stat : 23734 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11238142 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174430677648 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23735] ppid=23717 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/23720/task/23735/stat : 23735 (java) S 23717 23720 22185 0 -1 4202560 17245 0 0 0 152 2 0 0 20 0 21 0 11238142 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174429624760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23736] ppid=23717 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/23720/task/23736/stat : 23736 (java) S 23717 23720 22185 0 -1 4202560 6893 0 0 0 103 2 0 0 20 0 21 0 11238142 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174428571960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23737] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23737/stat : 23737 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11238142 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174427519352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23738] ppid=23717 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/23720/task/23738/stat : 23738 (java) S 23717 23720 22185 0 -1 4202560 104 0 0 0 9 11 0 0 20 0 21 0 11238142 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174426466760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23745] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23745/stat : 23745 (java) S 23717 23720 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 11238155 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174422254888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=25118] ppid=23717 vsize=9824732 CPUtime=1684.47 cores=1,3,5,7
/proc/23720/task/25118/stat : 25118 (java) R 23717 23720 22185 0 -1 4202560 446 0 0 0 168418 29 0 0 20 0 21 0 11247804 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174425410480 140174932097849 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=25119] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/25119/stat : 25119 (java) S 23717 23720 22185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 11247806 10060525568 115527 33554432000 1073741824 1073778376 140736781137104 140174424360616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1769.43
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.91 s]
/proc/loadavg: 1.16 1.23 1.39 2/190 25171
/proc/meminfo: memFree=27622112/32872528 swapFree=1634416/1797936
[pid=23720] ppid=23717 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/23720/stat : 23720 (java) S 23717 23720 22185 0 -1 4202496 33245 0 1 0 179851 155 0 0 20 0 21 0 11238137 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140736781128240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23720/statm: 2456183 115532 2287 9 0 2446860 0
[pid=23720/tid=23721] ppid=23717 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/23720/task/23721/stat : 23721 (java) S 23717 23720 22185 0 -1 4202560 2440 0 1 0 36 11 0 0 20 0 21 0 11238137 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140175080428520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23723] ppid=23717 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/23720/task/23723/stat : 23723 (java) S 23717 23720 22185 0 -1 4202560 493 0 0 0 42 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140175052880936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23724] ppid=23717 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/23720/task/23724/stat : 23724 (java) S 23717 23720 22185 0 -1 4202560 755 0 0 0 40 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140175051828136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23725] ppid=23717 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/23720/task/23725/stat : 23725 (java) S 23717 23720 22185 0 -1 4202560 800 0 0 0 36 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140175050775336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23726] ppid=23717 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23720/task/23726/stat : 23726 (java) S 23717 23720 22185 0 -1 4202560 314 0 0 0 41 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174920559272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23727] ppid=23717 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/23720/task/23727/stat : 23727 (java) S 23717 23720 22185 0 -1 4202560 385 0 0 0 40 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174919506472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23728] ppid=23717 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/23720/task/23728/stat : 23728 (java) S 23717 23720 22185 0 -1 4202560 464 0 0 0 38 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174918453672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23729] ppid=23717 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/23720/task/23729/stat : 23729 (java) S 23717 23720 22185 0 -1 4202560 418 0 0 0 39 6 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174917400872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23730] ppid=23717 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/23720/task/23730/stat : 23730 (java) S 23717 23720 22185 0 -1 4202560 402 0 0 0 38 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174916348072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23731] ppid=23717 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/23720/task/23731/stat : 23731 (java) S 23717 23720 22185 0 -1 4202560 171 0 0 0 3 8 0 0 20 0 21 0 11238139 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174433836008 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23732] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23732/stat : 23732 (java) S 23717 23720 22185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 11238139 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174432782072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23733] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23733/stat : 23733 (java) S 23717 23720 22185 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 11238139 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174431729160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23734] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23734/stat : 23734 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11238142 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174430677648 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23735] ppid=23717 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/23720/task/23735/stat : 23735 (java) S 23717 23720 22185 0 -1 4202560 17245 0 0 0 152 2 0 0 20 0 21 0 11238142 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174429624760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23736] ppid=23717 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/23720/task/23736/stat : 23736 (java) S 23717 23720 22185 0 -1 4202560 6893 0 0 0 103 2 0 0 20 0 21 0 11238142 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174428571960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23737] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23737/stat : 23737 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11238142 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174427519352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23738] ppid=23717 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/23720/task/23738/stat : 23738 (java) S 23717 23720 22185 0 -1 4202560 106 0 0 0 9 11 0 0 20 0 21 0 11238142 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174426466760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23745] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23745/stat : 23745 (java) S 23717 23720 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 11238155 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174422254888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=25118] ppid=23717 vsize=9824732 CPUtime=1715.06 cores=1,3,5,7
/proc/23720/task/25118/stat : 25118 (java) R 23717 23720 22185 0 -1 4202560 447 0 0 0 171476 30 0 0 20 0 21 0 11247804 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174425410240 140174932447613 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=25119] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/25119/stat : 25119 (java) S 23717 23720 22185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 11247806 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174424360616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1812.91 s]
/proc/loadavg: 1.16 1.23 1.39 2/190 25171
/proc/meminfo: memFree=27622112/32872528 swapFree=1634416/1797936
[pid=23720] ppid=23717 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/23720/stat : 23720 (java) S 23717 23720 22185 0 -1 4202496 33245 0 1 0 179851 155 0 0 20 0 21 0 11238137 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140736781128240 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23720/statm: 2456183 115532 2287 9 0 2446860 0
[pid=23720/tid=23721] ppid=23717 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/23720/task/23721/stat : 23721 (java) S 23717 23720 22185 0 -1 4202560 2440 0 1 0 36 11 0 0 20 0 21 0 11238137 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140175080428520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23723] ppid=23717 vsize=9824732 CPUtime=0.47 cores=1,3,5,7
/proc/23720/task/23723/stat : 23723 (java) S 23717 23720 22185 0 -1 4202560 493 0 0 0 42 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140175052880936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23724] ppid=23717 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/23720/task/23724/stat : 23724 (java) S 23717 23720 22185 0 -1 4202560 755 0 0 0 40 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140175051828136 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23725] ppid=23717 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/23720/task/23725/stat : 23725 (java) S 23717 23720 22185 0 -1 4202560 800 0 0 0 36 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140175050775336 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23726] ppid=23717 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/23720/task/23726/stat : 23726 (java) S 23717 23720 22185 0 -1 4202560 314 0 0 0 41 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174920559272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23727] ppid=23717 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/23720/task/23727/stat : 23727 (java) S 23717 23720 22185 0 -1 4202560 385 0 0 0 40 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174919506472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23728] ppid=23717 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/23720/task/23728/stat : 23728 (java) S 23717 23720 22185 0 -1 4202560 464 0 0 0 38 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174918453672 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23729] ppid=23717 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/23720/task/23729/stat : 23729 (java) S 23717 23720 22185 0 -1 4202560 418 0 0 0 39 6 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174917400872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23730] ppid=23717 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/23720/task/23730/stat : 23730 (java) S 23717 23720 22185 0 -1 4202560 402 0 0 0 38 5 0 0 20 0 21 0 11238138 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174916348072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23731] ppid=23717 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/23720/task/23731/stat : 23731 (java) S 23717 23720 22185 0 -1 4202560 171 0 0 0 3 8 0 0 20 0 21 0 11238139 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174433836008 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23720/tid=23732] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23732/stat : 23732 (java) S 23717 23720 22185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 11238139 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174432782072 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23733] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23733/stat : 23733 (java) S 23717 23720 22185 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 21 0 11238139 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174431729160 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23734] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23734/stat : 23734 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11238142 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174430677648 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23735] ppid=23717 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/23720/task/23735/stat : 23735 (java) S 23717 23720 22185 0 -1 4202560 17245 0 0 0 152 2 0 0 20 0 21 0 11238142 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174429624760 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23736] ppid=23717 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/23720/task/23736/stat : 23736 (java) S 23717 23720 22185 0 -1 4202560 6893 0 0 0 103 2 0 0 20 0 21 0 11238142 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174428571960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23720/tid=23737] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23737/stat : 23737 (java) S 23717 23720 22185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 11238142 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174427519352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23720/tid=23738] ppid=23717 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/23720/task/23738/stat : 23738 (java) S 23717 23720 22185 0 -1 4202560 106 0 0 0 9 11 0 0 20 0 21 0 11238142 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174426466760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=23745] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/23745/stat : 23745 (java) S 23717 23720 22185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 11238155 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174422254888 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=25118] ppid=23717 vsize=9824732 CPUtime=1715.06 cores=1,3,5,7
/proc/23720/task/25118/stat : 25118 (java) R 23717 23720 22185 0 -1 4202560 447 0 0 0 171476 30 0 0 20 0 21 0 11247804 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174425410240 140174932447613 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23720/tid=25119] ppid=23717 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/23720/task/25119/stat : 25119 (java) S 23717 23720 22185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 11247806 10060525568 115532 33554432000 1073741824 1073778376 140736781137104 140174424360616 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 1812.92
CPU time (s): 1800.43
CPU user time (s): 1798.49
CPU system time (s): 1.9407
CPU usage (%): 99.3107
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 1.9407
maximum resident set size= 462200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33271
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80813
involuntary context switches= 47580

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4534 second user time and 12.4221 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-30 23:28:41
IDJOB=4092310
IDBENCH=79253
IDSOLVER=2552
FILE ID=node123/4092310-1467322121
RUNJOBID= node123-1467322048-22958
PBS_JOBID= 20005295
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 2cb7ef9d897234b1b8519dd953c1d1e7
RANDOM SEED=465789130

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.387
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:        27916252 kB
Buffers:          214784 kB
Cached:          1999180 kB
SwapCached:            0 kB
Active:           511676 kB
Inactive:        1878868 kB
Active(anon):     178960 kB
Inactive(anon):        0 kB
Active(file):     332716 kB
Inactive(file):  1878868 kB
Unevictable:     1797936 kB
Mlocked:         1634416 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1388 kB
Writeback:             0 kB
AnonPages:       2022788 kB
Mapped:            22276 kB
Shmem:               204 kB
Slab:             634516 kB
SReclaimable:      78528 kB
SUnreclaim:       555988 kB
KernelStack:        1768 kB
PageTables:         8400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2492256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 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= 71732 MiB
End job on node123 at 2016-06-30 23:58:54