Trace number 4117862

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)96 1800.1 898.146

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
dt-problems/normalized-lo_14x14_007.opb.metafix.opb
MD5SUM7762cfe9dc20b1498de3f44b2627227b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196
Total number of constraints82
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Number of terms in the objective function 196
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 196
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
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-4117862-1467215316.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.17	c ... done. Wall clock time 0.057s.
0.10/0.17	c declared #vars     196
0.10/0.17	c #constraints  164
0.10/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9
0.10/0.17	c org.sat4j.minisat.constraints.cnf.UnitClauses => 6
0.10/0.17	c org.sat4j.specs.Constr$1 => 10
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 133
0.10/0.17	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.17	c 164 constraints processed.
0.10/0.17	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.10/0.17	c org.sat4j.specs.Constr$1 => 10
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9
0.10/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 133
0.10/0.17	c org.sat4j.pb.constraints.pb.UnitClausesPB => 6
0.10/0.17	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.10/0.17	c 164 constraints processed.
0.10/0.17	c objective function length is 196 literals
1.87/0.61	c And the winner is solver0
1.87/0.67	c SATISFIABLE
1.87/0.67	c OPTIMIZING...
1.87/0.67	c Got one! Elapsed wall clock time (in seconds):0.563
1.87/0.67	o 96
2.15/0.79	c cleaning 2543 clauses out of 5087 with flag 3596/5087
3.85/1.21	c cleaning 4271 clauses out of 8544 with flag 28512/11087
5.18/1.65	c cleaning 5630 clauses out of 11276 with flag 59416/18090
6.20/2.18	c cleaning 6817 clauses out of 13646 with flag 98871/26090
7.83/2.82	c cleaning 7912 clauses out of 15830 with flag 141085/35091
9.23/3.55	c cleaning 8953 clauses out of 17915 with flag 194899/45088
11.05/4.46	c cleaning 9974 clauses out of 19961 with flag 257381/56087
13.25/5.57	c cleaning 10992 clauses out of 21988 with flag 341525/68088
15.65/6.72	c cleaning 11993 clauses out of 23995 with flag 413892/81087
18.04/7.96	c cleaning 12996 clauses out of 26002 with flag 483193/95087
21.49/9.66	c cleaning 13989 clauses out of 28007 with flag 572795/110088
25.27/11.43	c cleaning 15008 clauses out of 30021 with flag 670732/126091
29.47/13.53	c cleaning 16001 clauses out of 32009 with flag 768169/143087
33.87/15.74	c cleaning 16998 clauses out of 34009 with flag 877098/161088
38.27/17.92	c cleaning 18002 clauses out of 36013 with flag 981274/180090
42.66/20.16	c cleaning 19004 clauses out of 38009 with flag 1090887/200088
47.86/22.73	c cleaning 20002 clauses out of 40005 with flag 1190530/221088
53.28/25.49	c cleaning 20996 clauses out of 42004 with flag 1343803/243089
59.27/28.49	c cleaning 21992 clauses out of 44006 with flag 1473994/266087
65.87/31.78	c cleaning 23001 clauses out of 46014 with flag 1603738/290087
72.88/35.25	c cleaning 24000 clauses out of 48013 with flag 1763088/315087
81.69/39.48	c cleaning 24998 clauses out of 50013 with flag 1956194/341087
89.29/43.25	c cleaning 26005 clauses out of 52015 with flag 2134298/368087
98.58/47.74	c cleaning 27001 clauses out of 54015 with flag 2344393/396092
108.18/52.59	c cleaning 28000 clauses out of 56010 with flag 2560312/425088
117.60/57.26	c cleaning 29005 clauses out of 58009 with flag 2744278/455087
127.18/62.05	c cleaning 29994 clauses out of 60004 with flag 2951762/486087
138.98/67.99	c cleaning 30997 clauses out of 62011 with flag 3189269/518088
150.59/73.78	c cleaning 32001 clauses out of 64014 with flag 3393698/551088
165.37/81.15	c cleaning 32994 clauses out of 66012 with flag 3689287/585087
181.17/89.04	c cleaning 34002 clauses out of 68021 with flag 4024038/620090
195.56/96.28	c cleaning 34999 clauses out of 70017 with flag 4288515/656088
210.36/103.61	c cleaning 35998 clauses out of 72018 with flag 4547093/693088
226.97/111.97	c cleaning 37005 clauses out of 74021 with flag 4850279/731089
244.49/120.48	c cleaning 38002 clauses out of 76018 with flag 5138455/770091
261.10/128.78	c cleaning 38998 clauses out of 78012 with flag 5392356/810087
277.71/137.03	c cleaning 40002 clauses out of 80014 with flag 5679848/851087
296.71/146.55	c cleaning 41003 clauses out of 82013 with flag 6024011/893088
317.51/156.95	c cleaning 41996 clauses out of 84010 with flag 6356081/936088
338.91/167.62	c cleaning 42991 clauses out of 86013 with flag 6695472/980087
360.92/178.62	c cleaning 44003 clauses out of 88022 with flag 7054696/1025087
385.51/190.94	c cleaning 44996 clauses out of 90019 with flag 7477288/1071087
409.92/203.12	c cleaning 46009 clauses out of 92023 with flag 7896362/1118087
435.32/215.88	c cleaning 47007 clauses out of 94014 with flag 8348076/1166087
461.92/229.10	c cleaning 47988 clauses out of 96008 with flag 8728128/1215088
489.93/243.17	c cleaning 49006 clauses out of 98021 with flag 9187521/1265089
518.91/257.63	c cleaning 49999 clauses out of 100016 with flag 9611208/1316090
547.51/271.99	c cleaning 51003 clauses out of 102014 with flag 10023444/1368087
578.14/287.24	c cleaning 52001 clauses out of 104012 with flag 10457395/1421088
612.13/304.29	c cleaning 52993 clauses out of 106012 with flag 10949139/1475089
647.13/321.70	c cleaning 54004 clauses out of 108024 with flag 11455847/1530094
680.92/338.64	c cleaning 55004 clauses out of 110013 with flag 11913070/1586087
719.93/358.13	c cleaning 55999 clauses out of 112010 with flag 12432533/1643088
758.74/377.56	c cleaning 57000 clauses out of 114011 with flag 12928008/1701088
797.55/396.94	c cleaning 58002 clauses out of 116010 with flag 13402328/1760087
843.56/419.93	c cleaning 58993 clauses out of 118010 with flag 13875089/1820089
887.18/441.72	c cleaning 60003 clauses out of 120018 with flag 14377744/1881090
932.98/464.66	c cleaning 60990 clauses out of 122012 with flag 14911683/1943087
980.62/488.49	c cleaning 62006 clauses out of 124022 with flag 15450184/2006087
1025.00/510.66	c cleaning 62999 clauses out of 126017 with flag 15999627/2070088
1072.41/534.35	c cleaning 64000 clauses out of 128020 with flag 16582391/2135090
1126.81/561.56	c cleaning 65002 clauses out of 130017 with flag 17228933/2201087
1181.41/588.85	c cleaning 66001 clauses out of 132019 with flag 17829870/2268091
1236.22/616.23	c cleaning 66999 clauses out of 134015 with flag 18407756/2336088
1300.64/648.47	c cleaning 68006 clauses out of 136017 with flag 18999368/2405089
1358.46/677.33	c cleaning 68979 clauses out of 138009 with flag 19572224/2475087
1417.06/706.61	c cleaning 70008 clauses out of 140032 with flag 20172239/2546089
1482.28/739.25	c cleaning 71002 clauses out of 142022 with flag 20841373/2618087
1546.09/771.13	c cleaning 71994 clauses out of 144020 with flag 21462596/2691087
1608.68/802.47	c cleaning 73004 clauses out of 146027 with flag 22073247/2765088
1677.90/837.05	c cleaning 74001 clauses out of 148022 with flag 22743109/2840087
1748.30/872.21	c cleaning 75004 clauses out of 150024 with flag 23452005/2916090
1800.10/898.10	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.10/898.10	c starts		: 5427
1800.10/898.10	c conflicts		: 2976352
1800.10/898.10	c decisions		: 3634875
1800.10/898.10	c propagations		: 112157556
1800.10/898.10	c inspects		: 16596457562
1800.10/898.10	c shortcuts		: 0
1800.10/898.10	c learnt literals	: 0
1800.10/898.10	c learnt binary clauses	: 0
1800.10/898.10	c learnt ternary clauses	: 6
1800.10/898.10	c learnt constraints	: 2976352
1800.10/898.10	c ignored constraints	: 0
1800.10/898.10	c root simplifications	: 0
1800.10/898.10	c removed literals (reason simplification)	: 16915000
1800.10/898.10	c reason swapping (by a shorter reason)	: 0
1800.10/898.10	c Calls to reduceDB	: 72
1800.10/898.10	c Number of update (reduction) of LBD	: 1164021
1800.10/898.10	c Imported unit clauses	: 0
1800.10/898.10	c number of reductions to clauses (during analyze)	: 0
1800.10/898.10	c number of learned constraints concerned by reduction	: 0
1800.10/898.10	c number of learning phase by resolution	: 0
1800.10/898.10	c number of learning phase by cutting planes	: 0
1800.10/898.10	c speed (assignments/second)	: 124906.93139435301
1800.10/898.11	c non guided choices	0
1800.10/898.13	c learnt constraints type 
1800.10/898.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 135282
1800.10/898.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/898.13	c starts		: 9
1800.10/898.13	c conflicts		: 1068
1800.10/898.13	c decisions		: 4064
1800.10/898.13	c propagations		: 27019
1800.10/898.13	c inspects		: 3261119
1800.10/898.13	c shortcuts		: 0
1800.10/898.13	c learnt literals	: 0
1800.10/898.13	c learnt binary clauses	: 0
1800.10/898.13	c learnt ternary clauses	: 0
1800.10/898.13	c learnt constraints	: 1066
1800.10/898.13	c ignored constraints	: 0
1800.10/898.13	c root simplifications	: 0
1800.10/898.13	c removed literals (reason simplification)	: 0
1800.10/898.13	c reason swapping (by a shorter reason)	: 0
1800.10/898.13	c Calls to reduceDB	: 0
1800.10/898.13	c Number of update (reduction) of LBD	: 0
1800.10/898.13	c Imported unit clauses	: 0
1800.10/898.13	c number of reductions to clauses (during analyze)	: 0
1800.10/898.13	c number of learned constraints concerned by reduction	: 0
1800.10/898.13	c number of learning phase by resolution	: 0
1800.10/898.13	c number of learning phase by cutting planes	: 0
1800.10/898.13	c speed (assignments/second)	: 30.106278427640863
1800.10/898.13	c non guided choices	0
1800.10/898.13	c learnt constraints type 
1800.10/898.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4
1800.10/898.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1062
1800.10/898.13	s SATISFIABLE
1800.10/898.13	c Found 1 solution(s)
1800.10/898.13	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 
1800.10/898.13	c objective function=96
1800.10/898.13	c Total wall clock time (in seconds): 898.022

Verifier Data

OK	96

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

pid=9325
running on 8 cores: 4-7,12-15

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.03 4.10 4.03 4/284 9328
/proc/meminfo: memFree=25809784/32872528 swapFree=8828/8828
[pid=9328] ppid=9325 vsize=99500 CPUtime=0 cores=4-7,12-15
/proc/9328/stat : 9328 (java) S 9325 9328 6721 0 -1 4202496 1407 0 0 0 0 0 0 0 20 0 2 0 2484396 101888000 1029 33554432000 1073741824 1073778376 140734269972512 140734269963648 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/9328/statm: 24859 1026 785 9 0 16774 0
[pid=9328/tid=9329] ppid=9325 vsize=101528 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9329/stat : 9329 (java) R 9325 9328 6721 0 -1 4202560 212 0 0 0 0 0 0 0 20 0 2 0 2484396 103964672 1040 33554432000 1073741824 1073778376 140734269972512 140141960237752 216808695101 0 0 0 16784584 0 0 0 -1 13 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.03 4.10 4.03 4/284 9328
/proc/meminfo: memFree=25809784/32872528 swapFree=8828/8828
[pid=9328] ppid=9325 vsize=9896436 CPUtime=0.1 cores=4-7,12-15
/proc/9328/stat : 9328 (java) S 9325 9328 6721 0 -1 4202496 4542 0 1 0 9 1 0 0 20 0 23 0 2484396 10133950464 5650 33554432000 1073741824 1073778376 140734269972512 140734269963648 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/9328/statm: 2474109 5650 2141 9 0 2464786 0
[pid=9328/tid=9329] ppid=9325 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/9328/task/9329/stat : 9329 (java) R 9325 9328 6721 0 -1 4202560 2467 0 1 0 7 0 0 0 20 0 23 0 2484396 10133950464 5650 33554432000 1073741824 1073778376 140734269972512 140141960240032 140141967430455 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.200278 s]
/proc/loadavg: 4.03 4.10 4.03 4/284 9328
/proc/meminfo: memFree=25809784/32872528 swapFree=8828/8828
[pid=9328] ppid=9325 vsize=10162692 CPUtime=0.27 cores=4-7,12-15
/proc/9328/stat : 9328 (java) S 9325 9328 6721 0 -1 4202496 5222 0 1 0 25 2 0 0 20 0 27 0 2484396 10406596608 7728 33554432000 1073741824 1073778376 140734269972512 140734269963648 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/9328/statm: 2540673 7728 2213 9 0 2531350 0
[pid=9328/tid=9329] ppid=9325 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/9328/task/9329/stat : 9329 (java) S 9325 9328 6721 0 -1 4202560 2499 0 1 0 15 0 0 0 20 0 27 0 2484396 10406596608 7728 33554432000 1073741824 1073778376 140734269972512 140141960242040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10162692

[startup+0.300276 s]
/proc/loadavg: 4.03 4.10 4.03 4/284 9328
/proc/meminfo: memFree=25809784/32872528 swapFree=8828/8828
[pid=9328] ppid=9325 vsize=10162692 CPUtime=0.67 cores=4-7,12-15
/proc/9328/stat : 9328 (java) S 9325 9328 6721 0 -1 4202496 7131 0 1 0 65 2 0 0 20 0 27 0 2484396 10406596608 9204 33554432000 1073741824 1073778376 140734269972512 140734269963648 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/9328/statm: 2540673 9204 2242 9 0 2531350 0
[pid=9328/tid=9329] ppid=9325 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/9328/task/9329/stat : 9329 (java) S 9325 9328 6721 0 -1 4202560 2499 0 1 0 15 0 0 0 20 0 27 0 2484396 10406596608 9204 33554432000 1073741824 1073778376 140734269972512 140141960242040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10162692

[startup+0.700195 s]
/proc/loadavg: 4.03 4.10 4.03 4/284 9328
/proc/meminfo: memFree=25809784/32872528 swapFree=8828/8828
[pid=9328] ppid=9325 vsize=10162692 CPUtime=2.15 cores=4-7,12-15
/proc/9328/stat : 9328 (java) S 9325 9328 6721 0 -1 4202496 20318 0 1 0 209 6 0 0 20 0 27 0 2484396 10406596608 23023 33554432000 1073741824 1073778376 140734269972512 140734269963648 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/9328/statm: 2540673 23023 2257 9 0 2531350 0
[pid=9328/tid=9329] ppid=9325 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/9328/task/9329/stat : 9329 (java) S 9325 9328 6721 0 -1 4202560 2499 0 1 0 15 0 0 0 20 0 27 0 2484396 10406596608 23023 33554432000 1073741824 1073778376 140734269972512 140141960242040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 10162692

[startup+1.50141 s]
/proc/loadavg: 4.19 4.13 4.04 7/311 9358
/proc/meminfo: memFree=25632568/32872528 swapFree=8828/8828
[pid=9328] ppid=9325 vsize=10162692 CPUtime=4.98 cores=4-7,12-15
/proc/9328/stat : 9328 (java) S 9325 9328 6721 0 -1 4202496 33396 0 1 0 480 18 0 0 20 0 27 0 2484396 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140734269963648 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/9328/statm: 2540673 48835 2284 9 0 2531350 0
[pid=9328/tid=9329] ppid=9325 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/9328/task/9329/stat : 9329 (java) S 9325 9328 6721 0 -1 4202560 2499 0 1 0 15 0 0 0 20 0 27 0 2484396 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141960242040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9331] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9331/stat : 9331 (java) S 9325 9328 6721 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 2484397 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141898972200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9332] ppid=9325 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/9328/task/9332/stat : 9332 (java) S 9325 9328 6721 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 2484397 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141802503080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9333] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9333/stat : 9333 (java) S 9325 9328 6721 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 27 0 2484397 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141801450280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9334] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9334/stat : 9334 (java) S 9325 9328 6721 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 27 0 2484397 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141800397480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9335] ppid=9325 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/9328/task/9335/stat : 9335 (java) S 9325 9328 6721 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 27 0 2484397 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141799344680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9336] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9336/stat : 9336 (java) S 9325 9328 6721 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 27 0 2484397 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141798291880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9328/tid=9337] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9337/stat : 9337 (java) S 9325 9328 6721 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 2484397 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141797239080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9338] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9338/stat : 9338 (java) S 9325 9328 6721 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 2484397 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141796186280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9339] ppid=9325 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/9328/task/9339/stat : 9339 (java) S 9325 9328 6721 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 27 0 2484397 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141795134504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9328/tid=9340] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9340/stat : 9340 (java) S 9325 9328 6721 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 2484397 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141794081704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9341] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9341/stat : 9341 (java) S 9325 9328 6721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 2484397 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141793028904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9342] ppid=9325 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/9328/task/9342/stat : 9342 (java) S 9325 9328 6721 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 2484397 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141791976104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9343] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9343/stat : 9343 (java) S 9325 9328 6721 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 2484397 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141790923304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9328/tid=9344] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9344/stat : 9344 (java) S 9325 9328 6721 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 27 0 2484398 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141773461864 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9345] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9345/stat : 9345 (java) S 9325 9328 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2484399 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141772407928 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9346] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9346/stat : 9346 (java) S 9325 9328 6721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 2484399 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141771355016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9347] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9347/stat : 9347 (java) S 9325 9328 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2484401 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141770304528 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9348] ppid=9325 vsize=10162692 CPUtime=1.06 cores=4-7,12-15
/proc/9328/task/9348/stat : 9348 (java) S 9325 9328 6721 0 -1 4202560 17142 0 0 0 103 3 0 0 20 0 27 0 2484401 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141769251640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9349] ppid=9325 vsize=10162692 CPUtime=1.04 cores=4-7,12-15
/proc/9328/task/9349/stat : 9349 (java) S 9325 9328 6721 0 -1 4202560 12174 0 0 0 102 2 0 0 20 0 27 0 2484401 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141768198840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9328/tid=9350] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9350/stat : 9350 (java) S 9325 9328 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2484401 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141767146232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9328/tid=9351] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9351/stat : 9351 (java) S 9325 9328 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2484401 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141766093640 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9328/tid=9354] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9354/stat : 9354 (java) S 9325 9328 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2484414 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140140352623400 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9356] ppid=9325 vsize=10162692 CPUtime=0.77 cores=4-7,12-15
/proc/9328/task/9356/stat : 9356 (java) R 9325 9328 6721 0 -1 4202560 5 0 0 0 77 0 0 0 20 0 27 0 2484464 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140140353676504 140141900406836 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9328/tid=9357] ppid=9325 vsize=10162692 CPUtime=0.77 cores=4-7,12-15
/proc/9328/task/9357/stat : 9357 (java) R 9325 9328 6721 0 -1 4202560 51 0 0 0 75 2 0 0 20 0 27 0 2484464 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140141764939536 140141900480356 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9328/tid=9358] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9358/stat : 9358 (java) S 9325 9328 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2484464 10406596608 48835 33554432000 1073741824 1073778376 140734269972512 140140351571240 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.98
Current children cumulated vsize (KiB) 10162692

[startup+3.10101 s]
/proc/loadavg: 4.19 4.13 4.04 5/311 9358
/proc/meminfo: memFree=25532960/32872528 swapFree=8828/8828
[pid=9328] ppid=9325 vsize=10162692 CPUtime=8.43 cores=4-7,12-15
/proc/9328/stat : 9328 (java) S 9325 9328 6721 0 -1 4202496 33664 0 1 0 812 31 0 0 20 0 27 0 2484396 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140734269963648 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/9328/statm: 2540673 84297 2284 9 0 2531350 0
[pid=9328/tid=9329] ppid=9325 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/9328/task/9329/stat : 9329 (java) S 9325 9328 6721 0 -1 4202560 2499 0 1 0 15 0 0 0 20 0 27 0 2484396 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141960242040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9331] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9331/stat : 9331 (java) S 9325 9328 6721 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 2484397 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141898972200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9332] ppid=9325 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/9328/task/9332/stat : 9332 (java) S 9325 9328 6721 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 27 0 2484397 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141802503080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9328/tid=9333] ppid=9325 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/9328/task/9333/stat : 9333 (java) S 9325 9328 6721 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 27 0 2484397 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141801450280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9328/tid=9334] ppid=9325 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/9328/task/9334/stat : 9334 (java) S 9325 9328 6721 0 -1 4202560 16 0 0 0 0 1 0 0 20 0 27 0 2484397 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141800397480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9335] ppid=9325 vsize=10162692 CPUtime=0.05 cores=4-7,12-15
/proc/9328/task/9335/stat : 9335 (java) S 9325 9328 6721 0 -1 4202560 20 0 0 0 3 2 0 0 20 0 27 0 2484397 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141799344680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9328/tid=9336] ppid=9325 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/9328/task/9336/stat : 9336 (java) S 9325 9328 6721 0 -1 4202560 21 0 0 0 2 2 0 0 20 0 27 0 2484397 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141798291880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9328/tid=9337] ppid=9325 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/9328/task/9337/stat : 9337 (java) S 9325 9328 6721 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 2484397 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141797239080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9328/tid=9338] ppid=9325 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/9328/task/9338/stat : 9338 (java) S 9325 9328 6721 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 27 0 2484397 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141796186280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=9328/tid=9339] ppid=9325 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/9328/task/9339/stat : 9339 (java) S 9325 9328 6721 0 -1 4202560 19 0 0 0 2 2 0 0 20 0 27 0 2484397 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141795134504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9328/tid=9340] ppid=9325 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/9328/task/9340/stat : 9340 (java) S 9325 9328 6721 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 27 0 2484397 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141794081704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9341] ppid=9325 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/9328/task/9341/stat : 9341 (java) S 9325 9328 6721 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 27 0 2484397 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141793028904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9342] ppid=9325 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/9328/task/9342/stat : 9342 (java) S 9325 9328 6721 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 2484397 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141791976104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9343] ppid=9325 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/9328/task/9343/stat : 9343 (java) S 9325 9328 6721 0 -1 4202560 12 0 0 0 2 1 0 0 20 0 27 0 2484397 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141790923304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9328/tid=9344] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9344/stat : 9344 (java) S 9325 9328 6721 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 27 0 2484398 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141773461864 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9345] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9345/stat : 9345 (java) S 9325 9328 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2484399 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141772407928 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9346] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9346/stat : 9346 (java) S 9325 9328 6721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 2484399 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141771355016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9347] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9347/stat : 9347 (java) S 9325 9328 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2484401 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141770304528 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9348] ppid=9325 vsize=10162692 CPUtime=1.08 cores=4-7,12-15
/proc/9328/task/9348/stat : 9348 (java) S 9325 9328 6721 0 -1 4202560 17148 0 0 0 105 3 0 0 20 0 27 0 2484401 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141769251640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9349] ppid=9325 vsize=10162692 CPUtime=1.05 cores=4-7,12-15
/proc/9328/task/9349/stat : 9349 (java) S 9325 9328 6721 0 -1 4202560 12174 0 0 0 103 2 0 0 20 0 27 0 2484401 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141768198840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9328/tid=9350] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9350/stat : 9350 (java) S 9325 9328 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2484401 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141767146232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9328/tid=9351] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9351/stat : 9351 (java) S 9325 9328 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2484401 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141766093640 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9328/tid=9354] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9354/stat : 9354 (java) S 9325 9328 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2484414 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140140352623400 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9356] ppid=9325 vsize=10162692 CPUtime=2.32 cores=4-7,12-15
/proc/9328/task/9356/stat : 9356 (java) R 9325 9328 6721 0 -1 4202560 8 0 0 0 232 0 0 0 20 0 27 0 2484464 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140140353676504 140141900420346 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9328/tid=9357] ppid=9325 vsize=10162692 CPUtime=2.32 cores=4-7,12-15
/proc/9328/task/9357/stat : 9357 (java) R 9325 9328 6721 0 -1 4202560 109 0 0 0 229 3 0 0 20 0 27 0 2484464 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140141764939072 140141900519748 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9328/tid=9358] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9358/stat : 9358 (java) S 9325 9328 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2484464 10406596608 84297 33554432000 1073741824 1073778376 140734269972512 140140351571240 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 10162692

[startup+6.30113 s]
/proc/loadavg: 4.19 4.13 4.04 5/311 9358
/proc/meminfo: memFree=25483620/32872528 swapFree=8828/8828

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

/proc/9328/task/9348/stat : 9348 (java) S 9325 9328 6721 0 -1 4202560 17148 0 0 0 105 3 0 0 20 0 27 0 2484401 10406596608 439904 33554432000 1073741824 1073778376 140734269972512 140141769251640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9349] ppid=9325 vsize=10162692 CPUtime=1.09 cores=4-7,12-15
/proc/9328/task/9349/stat : 9349 (java) S 9325 9328 6721 0 -1 4202560 12183 0 0 0 107 2 0 0 20 0 27 0 2484401 10406596608 439904 33554432000 1073741824 1073778376 140734269972512 140141768198840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9328/tid=9350] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9350/stat : 9350 (java) S 9325 9328 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2484401 10406596608 439904 33554432000 1073741824 1073778376 140734269972512 140141767146232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9328/tid=9351] ppid=9325 vsize=10162692 CPUtime=0.34 cores=4-7,12-15
/proc/9328/task/9351/stat : 9351 (java) S 9325 9328 6721 0 -1 4202560 51 0 0 0 13 21 0 0 20 0 27 0 2484401 10406596608 439904 33554432000 1073741824 1073778376 140734269972512 140141766093640 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9354] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9354/stat : 9354 (java) S 9325 9328 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2484414 10406596608 439904 33554432000 1073741824 1073778376 140734269972512 140140352623400 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9356] ppid=9325 vsize=10162692 CPUtime=879.02 cores=4-7,12-15
/proc/9328/task/9356/stat : 9356 (java) R 9325 9328 6721 0 -1 4202560 96 0 0 0 87883 19 0 0 20 0 27 0 2484464 10406596608 439904 33554432000 1073741824 1073778376 140734269972512 140140353667488 140141900443988 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9328/tid=9357] ppid=9325 vsize=10162692 CPUtime=879 cores=4-7,12-15
/proc/9328/task/9357/stat : 9357 (java) R 9325 9328 6721 0 -1 4202560 1079 0 0 0 87870 30 0 0 20 0 27 0 2484464 10406596608 439904 33554432000 1073741824 1073778376 140734269972512 140141764939168 140141901084136 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9328/tid=9358] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9358/stat : 9358 (java) S 9325 9328 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2484464 10406596608 439904 33554432000 1073741824 1073778376 140734269972512 140140351571240 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1768.51
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.101 s]
/proc/loadavg: 4.03 4.03 4.01 5/311 9558
/proc/meminfo: memFree=23379664/32872528 swapFree=8828/8828
[pid=9328] ppid=9325 vsize=10162692 CPUtime=1800.1 cores=4-7,12-15
/proc/9328/stat : 9328 (java) S 9325 9328 6721 0 -1 4202496 36824 0 1 0 179826 184 0 0 20 0 27 0 2484396 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140734269963648 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/9328/statm: 2540673 453216 2285 9 0 2531350 0
[pid=9328/tid=9329] ppid=9325 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/9328/task/9329/stat : 9329 (java) S 9325 9328 6721 0 -1 4202560 2499 0 1 0 17 3 0 0 20 0 27 0 2484396 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141960242040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9331] ppid=9325 vsize=10162692 CPUtime=0.11 cores=4-7,12-15
/proc/9328/task/9331/stat : 9331 (java) S 9325 9328 6721 0 -1 4202560 77 0 0 0 5 6 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141898972200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9332] ppid=9325 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/9328/task/9332/stat : 9332 (java) S 9325 9328 6721 0 -1 4202560 115 0 0 0 10 10 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141802503080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9333] ppid=9325 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/9328/task/9333/stat : 9333 (java) S 9325 9328 6721 0 -1 4202560 81 0 0 0 7 10 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141801450280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9334] ppid=9325 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/9328/task/9334/stat : 9334 (java) S 9325 9328 6721 0 -1 4202560 118 0 0 0 6 10 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141800397480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9335] ppid=9325 vsize=10162692 CPUtime=0.28 cores=4-7,12-15
/proc/9328/task/9335/stat : 9335 (java) S 9325 9328 6721 0 -1 4202560 152 0 0 0 14 14 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141799344680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9336] ppid=9325 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/9328/task/9336/stat : 9336 (java) S 9325 9328 6721 0 -1 4202560 134 0 0 0 9 11 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141798291880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9328/tid=9337] ppid=9325 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/9328/task/9337/stat : 9337 (java) S 9325 9328 6721 0 -1 4202560 119 0 0 0 8 9 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141797239080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=9328/tid=9338] ppid=9325 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/9328/task/9338/stat : 9338 (java) S 9325 9328 6721 0 -1 4202560 88 0 0 0 7 9 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141796186280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=9328/tid=9339] ppid=9325 vsize=10162692 CPUtime=0.24 cores=4-7,12-15
/proc/9328/task/9339/stat : 9339 (java) S 9325 9328 6721 0 -1 4202560 159 0 0 0 12 12 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141795134504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9340] ppid=9325 vsize=10162692 CPUtime=0.1 cores=4-7,12-15
/proc/9328/task/9340/stat : 9340 (java) S 9325 9328 6721 0 -1 4202560 50 0 0 0 4 6 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141794081704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9341] ppid=9325 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/9328/task/9341/stat : 9341 (java) S 9325 9328 6721 0 -1 4202560 87 0 0 0 9 9 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141793028904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9328/tid=9342] ppid=9325 vsize=10162692 CPUtime=0.12 cores=4-7,12-15
/proc/9328/task/9342/stat : 9342 (java) S 9325 9328 6721 0 -1 4202560 59 0 0 0 5 7 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141791976104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9328/tid=9343] ppid=9325 vsize=10162692 CPUtime=0.22 cores=4-7,12-15
/proc/9328/task/9343/stat : 9343 (java) S 9325 9328 6721 0 -1 4202560 153 0 0 0 10 12 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141790923304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9328/tid=9344] ppid=9325 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/9328/task/9344/stat : 9344 (java) S 9325 9328 6721 0 -1 4202560 1005 0 0 0 1 0 0 0 20 0 27 0 2484398 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141773461864 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9345] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9345/stat : 9345 (java) S 9325 9328 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2484399 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141772407928 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9346] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9346/stat : 9346 (java) S 9325 9328 6721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 2484399 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141771355016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9347] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9347/stat : 9347 (java) S 9325 9328 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2484401 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141770304528 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9348] ppid=9325 vsize=10162692 CPUtime=1.08 cores=4-7,12-15
/proc/9328/task/9348/stat : 9348 (java) S 9325 9328 6721 0 -1 4202560 17148 0 0 0 105 3 0 0 20 0 27 0 2484401 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141769251640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9349] ppid=9325 vsize=10162692 CPUtime=1.09 cores=4-7,12-15
/proc/9328/task/9349/stat : 9349 (java) S 9325 9328 6721 0 -1 4202560 12183 0 0 0 107 2 0 0 20 0 27 0 2484401 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141768198840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9328/tid=9350] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9350/stat : 9350 (java) S 9325 9328 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2484401 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141767146232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9328/tid=9351] ppid=9325 vsize=10162692 CPUtime=0.35 cores=4-7,12-15
/proc/9328/task/9351/stat : 9351 (java) S 9325 9328 6721 0 -1 4202560 53 0 0 0 13 22 0 0 20 0 27 0 2484401 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141766093640 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9354] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9354/stat : 9354 (java) S 9325 9328 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2484414 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140140352623400 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9356] ppid=9325 vsize=10162692 CPUtime=894.77 cores=4-7,12-15
/proc/9328/task/9356/stat : 9356 (java) R 9325 9328 6721 0 -1 4202560 98 0 0 0 89458 19 0 0 20 0 27 0 2484464 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140140353667488 140141900499514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9328/tid=9357] ppid=9325 vsize=10162692 CPUtime=894.74 cores=4-7,12-15
/proc/9328/task/9357/stat : 9357 (java) R 9325 9328 6721 0 -1 4202560 1103 0 0 0 89443 31 0 0 20 0 27 0 2484464 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141764939168 140141900519806 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9328/tid=9358] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9358/stat : 9358 (java) S 9325 9328 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2484464 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140140351571240 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 9328 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.101 s]
/proc/loadavg: 4.03 4.03 4.01 5/311 9558
/proc/meminfo: memFree=23379664/32872528 swapFree=8828/8828
[pid=9328] ppid=9325 vsize=10162692 CPUtime=1800.1 cores=4-7,12-15
/proc/9328/stat : 9328 (java) S 9325 9328 6721 0 -1 4202496 36824 0 1 0 179826 184 0 0 20 0 27 0 2484396 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140734269963648 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/9328/statm: 2540673 453216 2285 9 0 2531350 0
[pid=9328/tid=9329] ppid=9325 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/9328/task/9329/stat : 9329 (java) S 9325 9328 6721 0 -1 4202560 2499 0 1 0 17 3 0 0 20 0 27 0 2484396 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141960242040 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9331] ppid=9325 vsize=10162692 CPUtime=0.11 cores=4-7,12-15
/proc/9328/task/9331/stat : 9331 (java) S 9325 9328 6721 0 -1 4202560 77 0 0 0 5 6 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141898972200 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9332] ppid=9325 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/9328/task/9332/stat : 9332 (java) S 9325 9328 6721 0 -1 4202560 115 0 0 0 10 10 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141802503080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9333] ppid=9325 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/9328/task/9333/stat : 9333 (java) S 9325 9328 6721 0 -1 4202560 81 0 0 0 7 10 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141801450280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9334] ppid=9325 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/9328/task/9334/stat : 9334 (java) S 9325 9328 6721 0 -1 4202560 118 0 0 0 6 10 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141800397480 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9335] ppid=9325 vsize=10162692 CPUtime=0.28 cores=4-7,12-15
/proc/9328/task/9335/stat : 9335 (java) S 9325 9328 6721 0 -1 4202560 152 0 0 0 14 14 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141799344680 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9336] ppid=9325 vsize=10162692 CPUtime=0.2 cores=4-7,12-15
/proc/9328/task/9336/stat : 9336 (java) S 9325 9328 6721 0 -1 4202560 134 0 0 0 9 11 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141798291880 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9328/tid=9337] ppid=9325 vsize=10162692 CPUtime=0.17 cores=4-7,12-15
/proc/9328/task/9337/stat : 9337 (java) S 9325 9328 6721 0 -1 4202560 119 0 0 0 8 9 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141797239080 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=9328/tid=9338] ppid=9325 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/9328/task/9338/stat : 9338 (java) S 9325 9328 6721 0 -1 4202560 88 0 0 0 7 9 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141796186280 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=9328/tid=9339] ppid=9325 vsize=10162692 CPUtime=0.24 cores=4-7,12-15
/proc/9328/task/9339/stat : 9339 (java) S 9325 9328 6721 0 -1 4202560 159 0 0 0 12 12 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141795134504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9340] ppid=9325 vsize=10162692 CPUtime=0.1 cores=4-7,12-15
/proc/9328/task/9340/stat : 9340 (java) S 9325 9328 6721 0 -1 4202560 50 0 0 0 4 6 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141794081704 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9341] ppid=9325 vsize=10162692 CPUtime=0.18 cores=4-7,12-15
/proc/9328/task/9341/stat : 9341 (java) S 9325 9328 6721 0 -1 4202560 87 0 0 0 9 9 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141793028904 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9328/tid=9342] ppid=9325 vsize=10162692 CPUtime=0.12 cores=4-7,12-15
/proc/9328/task/9342/stat : 9342 (java) S 9325 9328 6721 0 -1 4202560 59 0 0 0 5 7 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141791976104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9328/tid=9343] ppid=9325 vsize=10162692 CPUtime=0.22 cores=4-7,12-15
/proc/9328/task/9343/stat : 9343 (java) S 9325 9328 6721 0 -1 4202560 153 0 0 0 10 12 0 0 20 0 27 0 2484397 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141790923304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9328/tid=9344] ppid=9325 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/9328/task/9344/stat : 9344 (java) S 9325 9328 6721 0 -1 4202560 1005 0 0 0 1 0 0 0 20 0 27 0 2484398 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141773461864 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9345] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9345/stat : 9345 (java) S 9325 9328 6721 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 2484399 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141772407928 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9346] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9346/stat : 9346 (java) S 9325 9328 6721 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 2484399 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141771355016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9347] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9347/stat : 9347 (java) S 9325 9328 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2484401 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141770304528 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=9328/tid=9348] ppid=9325 vsize=10162692 CPUtime=1.08 cores=4-7,12-15
/proc/9328/task/9348/stat : 9348 (java) S 9325 9328 6721 0 -1 4202560 17148 0 0 0 105 3 0 0 20 0 27 0 2484401 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141769251640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9349] ppid=9325 vsize=10162692 CPUtime=1.09 cores=4-7,12-15
/proc/9328/task/9349/stat : 9349 (java) S 9325 9328 6721 0 -1 4202560 12183 0 0 0 107 2 0 0 20 0 27 0 2484401 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141768198840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9328/tid=9350] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9350/stat : 9350 (java) S 9325 9328 6721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 2484401 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141767146232 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=9328/tid=9351] ppid=9325 vsize=10162692 CPUtime=0.35 cores=4-7,12-15
/proc/9328/task/9351/stat : 9351 (java) S 9325 9328 6721 0 -1 4202560 53 0 0 0 13 22 0 0 20 0 27 0 2484401 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141766093640 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9328/tid=9354] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9354/stat : 9354 (java) S 9325 9328 6721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 2484414 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140140352623400 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=9328/tid=9356] ppid=9325 vsize=10162692 CPUtime=894.77 cores=4-7,12-15
/proc/9328/task/9356/stat : 9356 (java) R 9325 9328 6721 0 -1 4202560 98 0 0 0 89458 19 0 0 20 0 27 0 2484464 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140140353667488 140141900499514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9328/tid=9357] ppid=9325 vsize=10162692 CPUtime=894.74 cores=4-7,12-15
/proc/9328/task/9357/stat : 9357 (java) R 9325 9328 6721 0 -1 4202560 1103 0 0 0 89443 31 0 0 20 0 27 0 2484464 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140141764939168 140141900519806 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9328/tid=9358] ppid=9325 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/9328/task/9358/stat : 9358 (java) S 9325 9328 6721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 27 0 2484464 10406596608 453216 33554432000 1073741824 1073778376 140734269972512 140140351571240 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10162692

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9328 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=647324
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=292651
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.146
CPU time (s): 1800.1
CPU user time (s): 1798.26
CPU system time (s): 1.84
CPU usage (%): 200.424
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.65
system time used= 2.29265
maximum resident set size= 1819152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36874
page faults= 1
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21297
involuntary context switches= 5347

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.81996 second user time and 10.6904 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-29 17:48:36
IDJOB=4117862
IDBENCH=111622
IDSOLVER=2543
FILE ID=node132/4117862-1467215316
RUNJOBID= node132-1467209088-6738
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_14x14_007.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4117862-1467215316/watcher-4117862-1467215316 -o /tmp/evaluation-result-4117862-1467215316/solver-4117862-1467215316 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1467209088-6738 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4117862-1467215316.opb

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

MD5SUM BENCH= 7762cfe9dc20b1498de3f44b2627227b
RANDOM SEED=231728263

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:        25809760 kB
Buffers:           96312 kB
Cached:          3837008 kB
SwapCached:            0 kB
Active:          2445520 kB
Inactive:        3833856 kB
Active(anon):    2348696 kB
Inactive(anon):        0 kB
Active(file):      96824 kB
Inactive(file):  3833856 kB
Unevictable:        8828 kB
Mlocked:            8828 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       2359108 kB
Mapped:            22180 kB
Shmem:               216 kB
Slab:             631604 kB
SReclaimable:      71672 kB
SUnreclaim:       559932 kB
KernelStack:        2584 kB
PageTables:         8856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2556556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2281472 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:03:34