Trace number 4117925

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16SAT (TO)129 1800.17 897.395

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_16x16_008.opb.metafix.opb
MD5SUM1ef9f2917efaced298822d9906532a1a
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark129
Best CPU time to get the best result obtained on this benchmark20.9348
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256
Total number of constraints94
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)94
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Number of terms in the objective function 256
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 256
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 12
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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 	16
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@22c84d9
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@3f7fa65e
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@558385e3
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@3f7fa65e
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4117925-1467215560.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.18	c ... done. Wall clock time 0.067s.
0.10/0.18	c declared #vars     256
0.10/0.18	c #constraints  188
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 => 6
0.10/0.18	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
0.10/0.18	c org.sat4j.specs.Constr$1 => 8
0.10/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 162
0.10/0.18	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.10/0.18	c 188 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.OriginalBinaryClausePB => 4
0.10/0.18	c org.sat4j.specs.Constr$1 => 8
0.10/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6
0.10/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 162
0.10/0.18	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4
0.10/0.18	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.10/0.18	c 188 constraints processed.
0.10/0.18	c objective function length is 256 literals
0.65/0.30	c And the winner is solver0
1.02/0.68	c SATISFIABLE
1.02/0.68	c OPTIMIZING...
1.02/0.68	c Got one! Elapsed wall clock time (in seconds):0.573
1.02/0.68	o 129
2.25/1.05	c cleaning 2601 clauses out of 5212 with flag 20885/5212
3.62/1.44	c cleaning 4301 clauses out of 8611 with flag 57757/11212
4.81/1.91	c cleaning 5651 clauses out of 11310 with flag 94664/18212
6.34/2.58	c cleaning 6824 clauses out of 13658 with flag 140441/26211
8.17/3.38	c cleaning 7914 clauses out of 15838 with flag 201553/35215
10.16/4.21	c cleaning 8953 clauses out of 17922 with flag 258540/45213
11.56/4.99	c cleaning 9979 clauses out of 19967 with flag 308842/56211
14.21/6.10	c cleaning 10987 clauses out of 21988 with flag 369888/68211
16.75/7.32	c cleaning 11980 clauses out of 24002 with flag 433598/81212
19.15/8.53	c cleaning 12996 clauses out of 26021 with flag 495371/95211
21.99/9.89	c cleaning 14005 clauses out of 28026 with flag 561855/110212
25.00/11.34	c cleaning 14998 clauses out of 30020 with flag 642406/126211
28.63/13.01	c cleaning 16004 clauses out of 32022 with flag 718836/143211
32.03/14.79	c cleaning 17003 clauses out of 34018 with flag 813742/161211
36.04/16.72	c cleaning 18006 clauses out of 36015 with flag 898906/180211
40.63/19.04	c cleaning 18992 clauses out of 38009 with flag 1002863/200211
45.03/21.22	c cleaning 19986 clauses out of 40018 with flag 1107034/221212
50.04/23.72	c cleaning 20982 clauses out of 42031 with flag 1216546/243211
55.46/26.44	c cleaning 22012 clauses out of 44049 with flag 1315734/266211
61.24/29.36	c cleaning 23010 clauses out of 46037 with flag 1458297/290211
67.44/32.42	c cleaning 24005 clauses out of 48027 with flag 1582756/315211
75.26/36.13	c cleaning 25002 clauses out of 50022 with flag 1725884/341211
82.06/39.58	c cleaning 26003 clauses out of 52021 with flag 1893586/368212
89.46/43.22	c cleaning 26978 clauses out of 54023 with flag 2053228/396217
97.26/47.19	c cleaning 28019 clauses out of 56040 with flag 2230787/425212
106.26/51.65	c cleaning 29004 clauses out of 58024 with flag 2390672/455215
117.12/56.96	c cleaning 30002 clauses out of 60016 with flag 2524328/486211
130.85/63.68	c cleaning 31001 clauses out of 62015 with flag 2697870/518212
142.03/69.12	c cleaning 31977 clauses out of 64013 with flag 2894954/551211
156.04/76.01	c cleaning 32983 clauses out of 66039 with flag 3158966/585214
169.00/82.49	c cleaning 34020 clauses out of 68054 with flag 3314172/620212
184.73/90.30	c cleaning 34984 clauses out of 70033 with flag 3524072/656211
205.47/100.43	c cleaning 36024 clauses out of 72052 with flag 3786250/693214
220.16/107.77	c cleaning 36992 clauses out of 74026 with flag 3962027/731212
233.17/114.21	c cleaning 38007 clauses out of 76035 with flag 4146032/770213
247.57/121.49	c cleaning 38996 clauses out of 78027 with flag 4393501/810212
262.20/128.79	c cleaning 40003 clauses out of 80032 with flag 4607877/851213
277.19/136.22	c cleaning 41003 clauses out of 82027 with flag 4817321/893211
292.79/144.07	c cleaning 42011 clauses out of 84027 with flag 5010014/936214
309.01/152.06	c cleaning 42997 clauses out of 86013 with flag 5233985/980211
325.80/160.48	c cleaning 43994 clauses out of 88016 with flag 5430665/1025211
344.02/169.59	c cleaning 44993 clauses out of 90022 with flag 5648403/1071211
362.99/179.00	c cleaning 46004 clauses out of 92030 with flag 5892436/1118212
382.99/189.00	c cleaning 47008 clauses out of 94026 with flag 6125038/1166212
404.58/199.84	c cleaning 47984 clauses out of 96018 with flag 6361835/1215212
426.78/210.90	c cleaning 48992 clauses out of 98034 with flag 6678525/1265212
450.18/222.64	c cleaning 50004 clauses out of 100041 with flag 6992821/1316211
472.18/233.66	c cleaning 51014 clauses out of 102037 with flag 7261761/1368211
496.38/245.74	c cleaning 51996 clauses out of 104024 with flag 7545498/1421212
522.38/258.73	c cleaning 53007 clauses out of 106027 with flag 7802028/1475211
550.56/272.65	c cleaning 54005 clauses out of 108021 with flag 8106781/1530212
579.36/287.09	c cleaning 54988 clauses out of 110015 with flag 8451697/1586211
607.76/301.22	c cleaning 56001 clauses out of 112028 with flag 8827960/1643212
635.56/315.14	c cleaning 56987 clauses out of 114026 with flag 9108426/1701211
669.98/332.33	c cleaning 57980 clauses out of 116040 with flag 9561770/1760212
702.56/348.70	c cleaning 59024 clauses out of 118059 with flag 9970750/1820211
734.56/364.60	c cleaning 60008 clauses out of 120035 with flag 10318811/1881211
766.58/380.62	c cleaning 61013 clauses out of 122027 with flag 10640400/1943211
800.75/397.73	c cleaning 61998 clauses out of 124014 with flag 10968661/2006211
835.56/415.14	c cleaning 62997 clauses out of 126018 with flag 11369402/2070213
869.98/432.32	c cleaning 64003 clauses out of 128019 with flag 11725359/2135211
908.36/451.57	c cleaning 65000 clauses out of 130016 with flag 12091266/2201211
946.76/470.76	c cleaning 65995 clauses out of 132017 with flag 12450821/2268212
987.17/490.97	c cleaning 66997 clauses out of 134021 with flag 12803993/2336211
1029.37/512.09	c cleaning 67999 clauses out of 136024 with flag 13156117/2405211
1070.39/532.56	c cleaning 68999 clauses out of 138025 with flag 13565721/2475211
1111.98/553.22	c cleaning 69989 clauses out of 140026 with flag 14050378/2546211
1155.78/575.18	c cleaning 71006 clauses out of 142039 with flag 14428039/2618213
1205.57/600.03	c cleaning 71998 clauses out of 144034 with flag 14889567/2691214
1254.18/624.32	c cleaning 73006 clauses out of 146033 with flag 15331448/2765211
1300.97/647.73	c cleaning 74008 clauses out of 148032 with flag 15746209/2840216
1354.98/674.78	c cleaning 75000 clauses out of 150021 with flag 16162053/2916213
1411.60/703.04	c cleaning 76002 clauses out of 152020 with flag 16676102/2993212
1467.78/731.15	c cleaning 77005 clauses out of 154019 with flag 17091362/3071213
1529.17/761.84	c cleaning 77995 clauses out of 156012 with flag 17573600/3150211
1585.20/789.83	c cleaning 79001 clauses out of 158018 with flag 17983822/3230212
1643.77/819.14	c cleaning 80000 clauses out of 160018 with flag 18473294/3311213
1715.98/855.24	c cleaning 80999 clauses out of 162016 with flag 19059786/3393211
1776.59/885.56	c cleaning 81994 clauses out of 164020 with flag 19604990/3476214
1800.17/897.30	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.17/897.30	c starts		: 6461
1800.17/897.30	c conflicts		: 3516250
1800.17/897.30	c decisions		: 4826822
1800.17/897.30	c propagations		: 159602003
1800.17/897.30	c inspects		: 15691413908
1800.17/897.30	c shortcuts		: 0
1800.17/897.30	c learnt literals	: 0
1800.17/897.30	c learnt binary clauses	: 0
1800.17/897.30	c learnt ternary clauses	: 0
1800.17/897.30	c learnt constraints	: 3516250
1800.17/897.30	c ignored constraints	: 0
1800.17/897.30	c root simplifications	: 0
1800.17/897.30	c removed literals (reason simplification)	: 21304644
1800.17/897.30	c reason swapping (by a shorter reason)	: 0
1800.17/897.30	c Calls to reduceDB	: 79
1800.17/897.30	c Number of update (reduction) of LBD	: 1427790
1800.17/897.30	c Imported unit clauses	: 0
1800.17/897.30	c number of reductions to clauses (during analyze)	: 0
1800.17/897.30	c number of learned constraints concerned by reduction	: 0
1800.17/897.30	c number of learning phase by resolution	: 0
1800.17/897.30	c number of learning phase by cutting planes	: 0
1800.17/897.30	c speed (assignments/second)	: 177905.25103721026
1800.17/897.30	c non guided choices	0
1800.17/897.33	c learnt constraints type 
1800.17/897.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122062
1800.17/897.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/897.33	c starts		: 21
1800.17/897.33	c conflicts		: 4213
1800.17/897.33	c decisions		: 12769
1800.17/897.33	c propagations		: 124746
1800.17/897.33	c inspects		: 77915378
1800.17/897.33	c shortcuts		: 0
1800.17/897.33	c learnt literals	: 0
1800.17/897.33	c learnt binary clauses	: 0
1800.17/897.33	c learnt ternary clauses	: 0
1800.17/897.33	c learnt constraints	: 4212
1800.17/897.33	c ignored constraints	: 0
1800.17/897.33	c root simplifications	: 0
1800.17/897.33	c removed literals (reason simplification)	: 0
1800.17/897.33	c reason swapping (by a shorter reason)	: 0
1800.17/897.33	c Calls to reduceDB	: 0
1800.17/897.33	c Number of update (reduction) of LBD	: 0
1800.17/897.33	c Imported unit clauses	: 0
1800.17/897.33	c number of reductions to clauses (during analyze)	: 0
1800.17/897.33	c number of learned constraints concerned by reduction	: 0
1800.17/897.33	c number of learning phase by resolution	: 0
1800.17/897.33	c number of learning phase by cutting planes	: 0
1800.17/897.33	c speed (assignments/second)	: 139.12529484913205
1800.17/897.33	c non guided choices	0
1800.17/897.33	c learnt constraints type 
1800.17/897.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 16
1800.17/897.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4196
1800.17/897.33	s SATISFIABLE
1800.17/897.33	c Found 1 solution(s)
1800.17/897.33	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 x9 -x10 x11 x12 x13 -x14 x15 x16 x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 x27 x28 x29 x30 x31 -x32 x33 -x34 -x35 x36 -x37 x38 -x39 -x40 -x41 -x42 x43 x44 x45 -x46 -x47 -x48 -x49 -x50 x51 x52 -x53 -x54 -x55 x56 -x57 x58 -x59 x60 x61 -x62 x63 x64 -x65 x66 x67 x68 -x69 -x70 x71 -x72 x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 x81 x82 x83 -x84 x85 -x86 -x87 x88 -x89 x90 -x91 x92 x93 -x94 x95 -x96 x97 x98 x99 x100 x101 x102 x103 -x104 x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 x113 x114 -x115 -x116 -x117 x118 x119 -x120 -x121 -x122 -x123 x124 x125 x126 -x127 -x128 x129 x130 -x131 x132 x133 -x134 -x135 -x136 x137 -x138 x139 x140 x141 -x142 -x143 -x144 x145 x146 -x147 -x148 -x149 x150 -x151 -x152 x153 -x154 x155 x156 x157 -x158 x159 x160 x161 x162 x163 x164 -x165 x166 -x167 x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 x178 -x179 -x180 x181 -x182 x183 -x184 x185 x186 -x187 x188 x189 x190 x191 x192 -x193 -x194 -x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 -x206 x207 x208 -x209 -x210 -x211 -x212 x213 x214 x215 x216 x217 x218 x219 -x220 -x221 x222 x223 x224 -x225 x226 x227 x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 x239 x240 -x241 -x242 x243 x244 x245 x246 x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 
1800.17/897.33	c objective function=129
1800.17/897.33	c Total wall clock time (in seconds): 897.224

Verifier Data

OK	129

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-4117925-1467215560/watcher-4117925-1467215560 -o /tmp/evaluation-result-4117925-1467215560/solver-4117925-1467215560 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6737 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4117925-1467215560.opb 

pid=9486
running on 8 cores: 0-3,8-11

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: 4.00 4.06 4.02 3/284 9489
/proc/meminfo: memFree=26889652/32872528 swapFree=8828/8828
[pid=9489] ppid=9486 vsize=101528 CPUtime=0 cores=0-3,8-11
/proc/9489/stat : 9489 (java) S 9486 9489 6721 0 -1 4202496 1448 0 0 0 0 0 0 0 20 0 2 0 2508833 103964672 1053 33554432000 1073741824 1073778376 140734107887856 140734107878992 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9489/statm: 25382 1053 806 9 0 16774 0
[pid=9489/tid=9490] ppid=9486 vsize=101528 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9490/stat : 9490 (java) R 9486 9489 6721 0 -1 4202560 231 0 0 0 0 0 0 0 20 0 2 0 2508834 103964672 1058 33554432000 1073741824 1073778376 140734107887856 140034346833552 216808435365 0 0 0 16784584 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.00 4.06 4.02 3/284 9489
/proc/meminfo: memFree=26889652/32872528 swapFree=8828/8828
[pid=9489] ppid=9486 vsize=9896436 CPUtime=0.1 cores=0-3,8-11
/proc/9489/stat : 9489 (java) S 9486 9489 6721 0 -1 4202496 4488 0 1 0 9 1 0 0 20 0 23 0 2508833 10133950464 6122 33554432000 1073741824 1073778376 140734107887856 140734107878992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9489/statm: 2474109 6122 2141 9 0 2464786 0
[pid=9489/tid=9490] ppid=9486 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/9489/task/9490/stat : 9490 (java) R 9486 9489 6721 0 -1 4202560 2420 0 1 0 7 0 0 0 20 0 23 0 2508834 10133950464 6122 33554432000 1073741824 1073778376 140734107887856 140034346830752 216812021005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.202491 s]
/proc/loadavg: 4.00 4.06 4.02 3/284 9489
/proc/meminfo: memFree=26889652/32872528 swapFree=8828/8828
[pid=9489] ppid=9486 vsize=10162692 CPUtime=0.27 cores=0-3,8-11
/proc/9489/stat : 9489 (java) S 9486 9489 6721 0 -1 4202496 5100 0 1 0 26 1 0 0 20 0 27 0 2508833 10406596608 8122 33554432000 1073741824 1073778376 140734107887856 140734107878992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9489/statm: 2540673 8122 2229 9 0 2531350 0
[pid=9489/tid=9490] ppid=9486 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/9489/task/9490/stat : 9490 (java) S 9486 9489 6721 0 -1 4202560 2450 0 1 0 16 0 0 0 20 0 27 0 2508834 10406596608 8122 33554432000 1073741824 1073778376 140734107887856 140034346832760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10162692

[startup+0.300352 s]
/proc/loadavg: 4.00 4.06 4.02 3/284 9489
/proc/meminfo: memFree=26889652/32872528 swapFree=8828/8828
[pid=9489] ppid=9486 vsize=10162692 CPUtime=0.65 cores=0-3,8-11
/proc/9489/stat : 9489 (java) S 9486 9489 6721 0 -1 4202496 7308 0 1 0 64 1 0 0 20 0 27 0 2508833 10406596608 9967 33554432000 1073741824 1073778376 140734107887856 140734107878992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9489/statm: 2540673 9967 2248 9 0 2531350 0
[pid=9489/tid=9490] ppid=9486 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/9489/task/9490/stat : 9490 (java) S 9486 9489 6721 0 -1 4202560 2450 0 1 0 16 0 0 0 20 0 27 0 2508834 10406596608 9967 33554432000 1073741824 1073778376 140734107887856 140034346832760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 10162692

[startup+0.700191 s]
/proc/loadavg: 4.00 4.06 4.02 3/284 9489
/proc/meminfo: memFree=26889652/32872528 swapFree=8828/8828
[pid=9489] ppid=9486 vsize=10162692 CPUtime=1.06 cores=0-3,8-11
/proc/9489/stat : 9489 (java) S 9486 9489 6721 0 -1 4202496 13942 0 1 0 102 4 0 0 20 0 27 0 2508833 10406596608 14953 33554432000 1073741824 1073778376 140734107887856 140734107878992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9489/statm: 2540673 14953 2252 9 0 2531350 0
[pid=9489/tid=9490] ppid=9486 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/9489/task/9490/stat : 9490 (java) S 9486 9489 6721 0 -1 4202560 2450 0 1 0 16 0 0 0 20 0 27 0 2508834 10406596608 14953 33554432000 1073741824 1073778376 140734107887856 140034346832760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 10162692

[startup+1.5011 s]
/proc/loadavg: 4.00 4.06 4.02 7/311 9519
/proc/meminfo: memFree=26761436/32872528 swapFree=8828/8828
[pid=9489] ppid=9486 vsize=10162692 CPUtime=3.85 cores=0-3,8-11
/proc/9489/stat : 9489 (java) S 9486 9489 6721 0 -1 4202496 18747 0 1 0 377 8 0 0 20 0 27 0 2508833 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140734107878992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9489/statm: 2540673 47681 2284 9 0 2531350 0
[pid=9489/tid=9490] ppid=9486 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/9489/task/9490/stat : 9490 (java) S 9486 9489 6721 0 -1 4202560 2450 0 1 0 16 0 0 0 20 0 27 0 2508834 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140034346832760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9492] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9492/stat : 9492 (java) S 9486 9489 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2508834 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140034324933544 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=9489/tid=9493] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9493/stat : 9493 (java) S 9486 9489 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2508834 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140034323881000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9489/tid=9494] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9494/stat : 9494 (java) S 9486 9489 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2508834 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140034322827944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9495] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9495/stat : 9495 (java) S 9486 9489 6721 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 2508835 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033986128680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9496] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9496/stat : 9496 (java) S 9486 9489 6721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 2508835 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033985075624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9489/tid=9497] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9497/stat : 9497 (java) S 9486 9489 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2508835 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033984023080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9489/tid=9498] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9498/stat : 9498 (java) S 9486 9489 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2508835 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033982970024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9489/tid=9499] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9499/stat : 9499 (java) S 9486 9489 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2508835 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033981917480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9500] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9500/stat : 9500 (java) S 9486 9489 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2508835 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033980865448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9501] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9501/stat : 9501 (java) S 9486 9489 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2508835 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033979812904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=9489/tid=9502] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9502/stat : 9502 (java) S 9486 9489 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2508835 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033978759848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9503] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9503/stat : 9503 (java) S 9486 9489 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2508835 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033977707304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9504] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9504/stat : 9504 (java) S 9486 9489 6721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 27 0 2508835 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033976654248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9489/tid=9505] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9505/stat : 9505 (java) S 9486 9489 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2508836 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033958980072 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9506] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9506/stat : 9506 (java) S 9486 9489 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2508836 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033957925880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9507] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9507/stat : 9507 (java) S 9486 9489 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2508836 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033956873224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9508] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9508/stat : 9508 (java) S 9486 9489 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2508838 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033955822480 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9509] ppid=9486 vsize=10162692 CPUtime=0.81 cores=0-3,8-11
/proc/9489/task/9509/stat : 9509 (java) S 9486 9489 6721 0 -1 4202560 5244 0 0 0 81 0 0 0 20 0 27 0 2508838 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033954769848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9510] ppid=9486 vsize=10162692 CPUtime=0.95 cores=0-3,8-11
/proc/9489/task/9510/stat : 9510 (java) R 9486 9489 6721 0 -1 4202560 9598 0 0 0 94 1 0 0 20 0 27 0 2508838 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033953716792 140034349851447 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9511] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9511/stat : 9511 (java) S 9486 9489 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2508838 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033952664440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9512] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9512/stat : 9512 (java) S 9486 9489 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2508838 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033951611592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9515] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9515/stat : 9515 (java) S 9486 9489 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2508852 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033948451752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9517] ppid=9486 vsize=10162692 CPUtime=0.79 cores=0-3,8-11
/proc/9489/task/9517/stat : 9517 (java) R 9486 9489 6721 0 -1 4202560 5 0 0 0 79 0 0 0 20 0 27 0 2508902 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033949503720 140034204787796 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9489/tid=9518] ppid=9486 vsize=10162692 CPUtime=0.79 cores=0-3,8-11
/proc/9489/task/9518/stat : 9518 (java) R 9486 9489 6721 0 -1 4202560 65 0 0 0 77 2 0 0 20 0 27 0 2508902 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033950555048 140034204693361 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9519] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9519/stat : 9519 (java) S 9486 9489 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2508902 10406596608 47681 33554432000 1073741824 1073778376 140734107887856 140033947399592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 10162692

[startup+3.1011 s]
/proc/loadavg: 4.40 4.14 4.05 5/311 9519
/proc/meminfo: memFree=26685108/32872528 swapFree=8828/8828
[pid=9489] ppid=9486 vsize=10162692 CPUtime=7.75 cores=0-3,8-11
/proc/9489/stat : 9489 (java) S 9486 9489 6721 0 -1 4202496 19343 0 1 0 738 37 0 0 20 0 27 0 2508833 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140734107878992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9489/statm: 2540673 87843 2284 9 0 2531350 0
[pid=9489/tid=9490] ppid=9486 vsize=10162692 CPUtime=0.16 cores=0-3,8-11
/proc/9489/task/9490/stat : 9490 (java) S 9486 9489 6721 0 -1 4202560 2451 0 1 0 16 0 0 0 20 0 27 0 2508834 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140034346832760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9492] ppid=9486 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/9489/task/9492/stat : 9492 (java) S 9486 9489 6721 0 -1 4202560 13 0 0 0 1 2 0 0 20 0 27 0 2508834 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140034324933544 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9493] ppid=9486 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/9489/task/9493/stat : 9493 (java) S 9486 9489 6721 0 -1 4202560 25 0 0 0 2 3 0 0 20 0 27 0 2508834 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140034323881000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9489/tid=9494] ppid=9486 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/9489/task/9494/stat : 9494 (java) S 9486 9489 6721 0 -1 4202560 29 0 0 0 1 3 0 0 20 0 27 0 2508834 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140034322827944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9495] ppid=9486 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/9489/task/9495/stat : 9495 (java) S 9486 9489 6721 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 27 0 2508835 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033986128680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9496] ppid=9486 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/9489/task/9496/stat : 9496 (java) S 9486 9489 6721 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 27 0 2508835 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033985075624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9497] ppid=9486 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/9489/task/9497/stat : 9497 (java) S 9486 9489 6721 0 -1 4202560 20 0 0 0 3 2 0 0 20 0 27 0 2508835 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033984023080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9498] ppid=9486 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/9489/task/9498/stat : 9498 (java) S 9486 9489 6721 0 -1 4202560 17 0 0 0 2 2 0 0 20 0 27 0 2508835 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033982970024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9499] ppid=9486 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/9489/task/9499/stat : 9499 (java) S 9486 9489 6721 0 -1 4202560 18 0 0 0 3 2 0 0 20 0 27 0 2508835 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033981917480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9500] ppid=9486 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/9489/task/9500/stat : 9500 (java) S 9486 9489 6721 0 -1 4202560 23 0 0 0 4 3 0 0 20 0 27 0 2508835 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033980865448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9489/tid=9501] ppid=9486 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/9489/task/9501/stat : 9501 (java) S 9486 9489 6721 0 -1 4202560 14 0 0 0 3 2 0 0 20 0 27 0 2508835 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033979812904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9502] ppid=9486 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/9489/task/9502/stat : 9502 (java) S 9486 9489 6721 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 27 0 2508835 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033978759848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=9489/tid=9503] ppid=9486 vsize=10162692 CPUtime=0.05 cores=0-3,8-11
/proc/9489/task/9503/stat : 9503 (java) S 9486 9489 6721 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 27 0 2508835 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033977707304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9504] ppid=9486 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/9489/task/9504/stat : 9504 (java) S 9486 9489 6721 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 27 0 2508835 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033976654248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9505] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9505/stat : 9505 (java) S 9486 9489 6721 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 27 0 2508836 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033958980072 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9506] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9506/stat : 9506 (java) S 9486 9489 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2508836 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033957925880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9507] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9507/stat : 9507 (java) S 9486 9489 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2508836 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033956873224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9508] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9508/stat : 9508 (java) S 9486 9489 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2508838 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033955822480 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9509] ppid=9486 vsize=10162692 CPUtime=0.9 cores=0-3,8-11
/proc/9489/task/9509/stat : 9509 (java) S 9486 9489 6721 0 -1 4202560 5383 0 0 0 90 0 0 0 20 0 27 0 2508838 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033954769848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9510] ppid=9486 vsize=10162692 CPUtime=1.02 cores=0-3,8-11
/proc/9489/task/9510/stat : 9510 (java) S 9486 9489 6721 0 -1 4202560 9598 0 0 0 100 2 0 0 20 0 27 0 2508838 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033953716792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9511] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9511/stat : 9511 (java) S 9486 9489 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2508838 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033952664440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9512] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9512/stat : 9512 (java) S 9486 9489 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2508838 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033951611592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9515] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9515/stat : 9515 (java) S 9486 9489 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2508852 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033948451752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9517] ppid=9486 vsize=10162692 CPUtime=2.27 cores=0-3,8-11
/proc/9489/task/9517/stat : 9517 (java) R 9486 9489 6721 0 -1 4202560 8 0 0 0 227 0 0 0 20 0 27 0 2508902 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033949502872 140034204787763 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9489/tid=9518] ppid=9486 vsize=10162692 CPUtime=2.27 cores=0-3,8-11
/proc/9489/task/9518/stat : 9518 (java) R 9486 9489 6721 0 -1 4202560 114 0 0 0 224 3 0 0 20 0 27 0 2508902 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033950555928 140034204729804 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9489/tid=9519] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9519/stat : 9519 (java) S 9486 9489 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2508902 10406596608 87843 33554432000 1073741824 1073778376 140734107887856 140033947399592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 10162692

[startup+6.30113 s]
/proc/loadavg: 4.40 4.14 4.05 5/311 9519
/proc/meminfo: memFree=26273860/32872528 swapFree=8828/8828

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

/proc/9489/task/9509/stat : 9509 (java) S 9486 9489 6721 0 -1 4202560 5383 0 0 0 90 0 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033954769848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9510] ppid=9486 vsize=10162692 CPUtime=1.23 cores=0-3,8-11
/proc/9489/task/9510/stat : 9510 (java) S 9486 9489 6721 0 -1 4202560 9604 0 0 0 121 2 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033953716792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9511] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9511/stat : 9511 (java) S 9486 9489 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033952664440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9512] ppid=9486 vsize=10162692 CPUtime=0.31 cores=0-3,8-11
/proc/9489/task/9512/stat : 9512 (java) S 9486 9489 6721 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033951611592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9515] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9515/stat : 9515 (java) S 9486 9489 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2508852 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033948451752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9517] ppid=9486 vsize=10162692 CPUtime=878.01 cores=0-3,8-11
/proc/9489/task/9517/stat : 9517 (java) R 9486 9489 6721 0 -1 4202560 51 0 0 0 87787 14 0 0 20 0 27 0 2508902 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033949495824 140034204814609 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9489/tid=9518] ppid=9486 vsize=10162692 CPUtime=878.05 cores=0-3,8-11
/proc/9489/task/9518/stat : 9518 (java) R 9486 9489 6721 0 -1 4202560 1342 0 0 0 87753 52 0 0 20 0 27 0 2508902 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033950554768 140034205393153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9489/tid=9519] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9519/stat : 9519 (java) S 9486 9489 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2508902 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033947399592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1770.19
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.301 s]
/proc/loadavg: 3.32 3.63 3.84 4/309 9739
/proc/meminfo: memFree=22016576/32872528 swapFree=8828/8828
[pid=9489] ppid=9486 vsize=10162692 CPUtime=1800.17 cores=0-3,8-11
/proc/9489/stat : 9489 (java) S 9486 9489 6721 0 -1 4202496 24438 0 1 0 179706 311 0 0 20 0 27 0 2508833 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140734107878992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9489/statm: 2540673 740123 2293 9 0 2531350 0
[pid=9489/tid=9490] ppid=9486 vsize=10162692 CPUtime=0.2 cores=0-3,8-11
/proc/9489/task/9490/stat : 9490 (java) S 9486 9489 6721 0 -1 4202560 2452 0 1 0 18 2 0 0 20 0 27 0 2508834 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140034346832760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9492] ppid=9486 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/9489/task/9492/stat : 9492 (java) S 9486 9489 6721 0 -1 4202560 185 0 0 0 25 18 0 0 20 0 27 0 2508834 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140034324933544 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9493] ppid=9486 vsize=10162692 CPUtime=0.66 cores=0-3,8-11
/proc/9489/task/9493/stat : 9493 (java) S 9486 9489 6721 0 -1 4202560 279 0 0 0 41 25 0 0 20 0 27 0 2508834 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140034323881000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9489/tid=9494] ppid=9486 vsize=10162692 CPUtime=0.48 cores=0-3,8-11
/proc/9489/task/9494/stat : 9494 (java) S 9486 9489 6721 0 -1 4202560 179 0 0 0 27 21 0 0 20 0 27 0 2508834 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140034322827944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9489/tid=9495] ppid=9486 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/9489/task/9495/stat : 9495 (java) S 9486 9489 6721 0 -1 4202560 186 0 0 0 30 13 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033986128680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9496] ppid=9486 vsize=10162692 CPUtime=0.45 cores=0-3,8-11
/proc/9489/task/9496/stat : 9496 (java) S 9486 9489 6721 0 -1 4202560 224 0 0 0 27 18 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033985075624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9497] ppid=9486 vsize=10162692 CPUtime=0.47 cores=0-3,8-11
/proc/9489/task/9497/stat : 9497 (java) S 9486 9489 6721 0 -1 4202560 236 0 0 0 29 18 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033984023080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9498] ppid=9486 vsize=10162692 CPUtime=0.56 cores=0-3,8-11
/proc/9489/task/9498/stat : 9498 (java) S 9486 9489 6721 0 -1 4202560 232 0 0 0 36 20 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033982970024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9499] ppid=9486 vsize=10162692 CPUtime=0.48 cores=0-3,8-11
/proc/9489/task/9499/stat : 9499 (java) S 9486 9489 6721 0 -1 4202560 269 0 0 0 28 20 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033981917480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=9489/tid=9500] ppid=9486 vsize=10162692 CPUtime=0.52 cores=0-3,8-11
/proc/9489/task/9500/stat : 9500 (java) S 9486 9489 6721 0 -1 4202560 223 0 0 0 33 19 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033980865448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9501] ppid=9486 vsize=10162692 CPUtime=0.46 cores=0-3,8-11
/proc/9489/task/9501/stat : 9501 (java) S 9486 9489 6721 0 -1 4202560 198 0 0 0 30 16 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033979812904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9502] ppid=9486 vsize=10162692 CPUtime=0.47 cores=0-3,8-11
/proc/9489/task/9502/stat : 9502 (java) S 9486 9489 6721 0 -1 4202560 236 0 0 0 30 17 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033978759848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9503] ppid=9486 vsize=10162692 CPUtime=0.46 cores=0-3,8-11
/proc/9489/task/9503/stat : 9503 (java) S 9486 9489 6721 0 -1 4202560 174 0 0 0 26 20 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033977707304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9504] ppid=9486 vsize=10162692 CPUtime=0.54 cores=0-3,8-11
/proc/9489/task/9504/stat : 9504 (java) S 9486 9489 6721 0 -1 4202560 223 0 0 0 29 25 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033976654248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9505] ppid=9486 vsize=10162692 CPUtime=0.42 cores=0-3,8-11
/proc/9489/task/9505/stat : 9505 (java) S 9486 9489 6721 0 -1 4202560 1391 0 0 0 38 4 0 0 20 0 27 0 2508836 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033958980072 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9489/tid=9506] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9506/stat : 9506 (java) S 9486 9489 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2508836 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033957925880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9507] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9507/stat : 9507 (java) S 9486 9489 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2508836 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033956873224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9508] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9508/stat : 9508 (java) S 9486 9489 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033955822480 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9509] ppid=9486 vsize=10162692 CPUtime=0.9 cores=0-3,8-11
/proc/9489/task/9509/stat : 9509 (java) S 9486 9489 6721 0 -1 4202560 5383 0 0 0 90 0 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033954769848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9510] ppid=9486 vsize=10162692 CPUtime=1.23 cores=0-3,8-11
/proc/9489/task/9510/stat : 9510 (java) S 9486 9489 6721 0 -1 4202560 9604 0 0 0 121 2 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033953716792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9511] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9511/stat : 9511 (java) S 9486 9489 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033952664440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9512] ppid=9486 vsize=10162692 CPUtime=0.31 cores=0-3,8-11
/proc/9489/task/9512/stat : 9512 (java) S 9486 9489 6721 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033951611592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9515] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9515/stat : 9515 (java) S 9486 9489 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2508852 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033948451752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9517] ppid=9486 vsize=10162692 CPUtime=892.96 cores=0-3,8-11
/proc/9489/task/9517/stat : 9517 (java) R 9486 9489 6721 0 -1 4202560 51 0 0 0 89282 14 0 0 20 0 27 0 2508902 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033949495824 140034204787743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9489/tid=9518] ppid=9486 vsize=10162692 CPUtime=893 cores=0-3,8-11
/proc/9489/task/9518/stat : 9518 (java) R 9486 9489 6721 0 -1 4202560 1342 0 0 0 89248 52 0 0 20 0 27 0 2508902 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033950554768 140034204879328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9489/tid=9519] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9519/stat : 9519 (java) S 9486 9489 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2508902 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033947399592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10162692

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 9489 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.301 s]
/proc/loadavg: 3.32 3.63 3.84 4/309 9739
/proc/meminfo: memFree=22016576/32872528 swapFree=8828/8828
[pid=9489] ppid=9486 vsize=10162692 CPUtime=1800.17 cores=0-3,8-11
/proc/9489/stat : 9489 (java) S 9486 9489 6721 0 -1 4202496 24438 0 1 0 179706 311 0 0 20 0 27 0 2508833 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140734107878992 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9489/statm: 2540673 740123 2293 9 0 2531350 0
[pid=9489/tid=9490] ppid=9486 vsize=10162692 CPUtime=0.2 cores=0-3,8-11
/proc/9489/task/9490/stat : 9490 (java) S 9486 9489 6721 0 -1 4202560 2452 0 1 0 18 2 0 0 20 0 27 0 2508834 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140034346832760 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9492] ppid=9486 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/9489/task/9492/stat : 9492 (java) S 9486 9489 6721 0 -1 4202560 185 0 0 0 25 18 0 0 20 0 27 0 2508834 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140034324933544 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9493] ppid=9486 vsize=10162692 CPUtime=0.66 cores=0-3,8-11
/proc/9489/task/9493/stat : 9493 (java) S 9486 9489 6721 0 -1 4202560 279 0 0 0 41 25 0 0 20 0 27 0 2508834 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140034323881000 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9489/tid=9494] ppid=9486 vsize=10162692 CPUtime=0.48 cores=0-3,8-11
/proc/9489/task/9494/stat : 9494 (java) S 9486 9489 6721 0 -1 4202560 179 0 0 0 27 21 0 0 20 0 27 0 2508834 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140034322827944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9489/tid=9495] ppid=9486 vsize=10162692 CPUtime=0.43 cores=0-3,8-11
/proc/9489/task/9495/stat : 9495 (java) S 9486 9489 6721 0 -1 4202560 186 0 0 0 30 13 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033986128680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9496] ppid=9486 vsize=10162692 CPUtime=0.45 cores=0-3,8-11
/proc/9489/task/9496/stat : 9496 (java) S 9486 9489 6721 0 -1 4202560 224 0 0 0 27 18 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033985075624 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9497] ppid=9486 vsize=10162692 CPUtime=0.47 cores=0-3,8-11
/proc/9489/task/9497/stat : 9497 (java) S 9486 9489 6721 0 -1 4202560 236 0 0 0 29 18 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033984023080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9498] ppid=9486 vsize=10162692 CPUtime=0.56 cores=0-3,8-11
/proc/9489/task/9498/stat : 9498 (java) S 9486 9489 6721 0 -1 4202560 232 0 0 0 36 20 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033982970024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9499] ppid=9486 vsize=10162692 CPUtime=0.48 cores=0-3,8-11
/proc/9489/task/9499/stat : 9499 (java) S 9486 9489 6721 0 -1 4202560 269 0 0 0 28 20 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033981917480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=9489/tid=9500] ppid=9486 vsize=10162692 CPUtime=0.52 cores=0-3,8-11
/proc/9489/task/9500/stat : 9500 (java) S 9486 9489 6721 0 -1 4202560 223 0 0 0 33 19 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033980865448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9501] ppid=9486 vsize=10162692 CPUtime=0.46 cores=0-3,8-11
/proc/9489/task/9501/stat : 9501 (java) S 9486 9489 6721 0 -1 4202560 198 0 0 0 30 16 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033979812904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9502] ppid=9486 vsize=10162692 CPUtime=0.47 cores=0-3,8-11
/proc/9489/task/9502/stat : 9502 (java) S 9486 9489 6721 0 -1 4202560 236 0 0 0 30 17 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033978759848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9503] ppid=9486 vsize=10162692 CPUtime=0.46 cores=0-3,8-11
/proc/9489/task/9503/stat : 9503 (java) S 9486 9489 6721 0 -1 4202560 174 0 0 0 26 20 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033977707304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9504] ppid=9486 vsize=10162692 CPUtime=0.54 cores=0-3,8-11
/proc/9489/task/9504/stat : 9504 (java) S 9486 9489 6721 0 -1 4202560 223 0 0 0 29 25 0 0 20 0 27 0 2508835 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033976654248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9505] ppid=9486 vsize=10162692 CPUtime=0.42 cores=0-3,8-11
/proc/9489/task/9505/stat : 9505 (java) S 9486 9489 6721 0 -1 4202560 1391 0 0 0 38 4 0 0 20 0 27 0 2508836 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033958980072 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9489/tid=9506] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9506/stat : 9506 (java) S 9486 9489 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2508836 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033957925880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9507] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9507/stat : 9507 (java) S 9486 9489 6721 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 2508836 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033956873224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9508] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9508/stat : 9508 (java) S 9486 9489 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033955822480 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=9489/tid=9509] ppid=9486 vsize=10162692 CPUtime=0.9 cores=0-3,8-11
/proc/9489/task/9509/stat : 9509 (java) S 9486 9489 6721 0 -1 4202560 5383 0 0 0 90 0 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033954769848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9510] ppid=9486 vsize=10162692 CPUtime=1.23 cores=0-3,8-11
/proc/9489/task/9510/stat : 9510 (java) S 9486 9489 6721 0 -1 4202560 9604 0 0 0 121 2 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033953716792 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9489/tid=9511] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9511/stat : 9511 (java) S 9486 9489 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033952664440 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=9489/tid=9512] ppid=9486 vsize=10162692 CPUtime=0.31 cores=0-3,8-11
/proc/9489/task/9512/stat : 9512 (java) S 9486 9489 6721 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 27 0 2508838 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033951611592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9489/tid=9515] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9515/stat : 9515 (java) S 9486 9489 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2508852 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033948451752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=9489/tid=9517] ppid=9486 vsize=10162692 CPUtime=892.96 cores=0-3,8-11
/proc/9489/task/9517/stat : 9517 (java) R 9486 9489 6721 0 -1 4202560 51 0 0 0 89282 14 0 0 20 0 27 0 2508902 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033949495824 140034204787743 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9489/tid=9518] ppid=9486 vsize=10162692 CPUtime=893 cores=0-3,8-11
/proc/9489/task/9518/stat : 9518 (java) R 9486 9489 6721 0 -1 4202560 1342 0 0 0 89248 52 0 0 20 0 27 0 2508902 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033950554768 140034204879328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9489/tid=9519] ppid=9486 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/9489/task/9519/stat : 9519 (java) S 9486 9489 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2508902 10406596608 740123 33554432000 1073741824 1073778376 140734107887856 140033947399592 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10162692

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9489 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=588485
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=683440
# CPU time returned by wait4() is 1796.27
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 897.395
CPU time (s): 1800.17
CPU user time (s): 1797.06
CPU system time (s): 3.11
CPU usage (%): 200.599
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.59
system time used= 3.68344
maximum resident set size= 2989092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24484
page faults= 1
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22065
involuntary context switches= 6513

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.53685 second user time and 9.71252 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-29 17:52:40
IDJOB=4117925
IDBENCH=111629
IDSOLVER=2543
FILE ID=node132/4117925-1467215560
RUNJOBID= node132-1467209088-6737
PBS_JOBID= 19997577
Free space on /tmp= 71540 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/dt-problems/normalized-lo_16x16_008.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117925-1467215560/watcher-4117925-1467215560 -o /tmp/evaluation-result-4117925-1467215560/solver-4117925-1467215560 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6737 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117925-1467215560.opb

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

MD5SUM BENCH= 1ef9f2917efaced298822d9906532a1a
RANDOM SEED=1737063446

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.012
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        26890048 kB
Buffers:           96704 kB
Cached:          3837124 kB
SwapCached:            0 kB
Active:          1366288 kB
Inactive:        3834356 kB
Active(anon):    1269396 kB
Inactive(anon):        0 kB
Active(file):      96892 kB
Inactive(file):  3834356 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               880 kB
Writeback:             0 kB
AnonPages:       1279496 kB
Mapped:            22232 kB
Shmem:               216 kB
Slab:             631528 kB
SReclaimable:      71728 kB
SUnreclaim:       559800 kB
KernelStack:        2576 kB
PageTables:         6880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2749656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1214464 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= 71536 MiB
End job on node132 at 2016-06-29 18:07:38