Trace number 4106437

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 PB16OPT3 1250.37 624.379

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=131-P1=307-P2=281-P3=173-P4=479-P5=461-P6=107-P7=337-P8=353-B.opb
MD5SUM6dc20e219798a6cc2c39fe76202681b5
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.19497
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables216
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)648
Sum of products size (including duplicates)1296
Number of different products648
Sum of products size1296

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106437-1466271490.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.24/0.23	c ... done. Wall clock time 0.121s.
0.24/0.23	c declared #vars     216
0.24/0.23	c internal #vars     864
0.24/0.23	c #constraints  1321
0.24/0.23	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 648
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 673
0.24/0.23	c 1321 constraints processed.
0.24/0.23	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 648
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 673
0.24/0.23	c 1321 constraints processed.
0.24/0.23	c objective function length is 9 literals
2.54/0.82	c cleaning 2496 clauses out of 5000 with flag 10293/5000
4.51/1.31	c cleaning 4249 clauses out of 8504 with flag 22632/11000
5.59/1.78	c cleaning 5625 clauses out of 11256 with flag 36911/18001
6.63/2.23	c cleaning 6813 clauses out of 13630 with flag 53781/26000
7.67/2.75	c cleaning 7902 clauses out of 15817 with flag 73224/35000
9.29/3.60	c cleaning 8946 clauses out of 17916 with flag 95874/45001
12.19/4.72	c cleaning 9975 clauses out of 19969 with flag 122102/56000
15.41/6.10	c cleaning 10986 clauses out of 21994 with flag 149379/68000
17.41/7.11	c cleaning 11991 clauses out of 24008 with flag 178458/81000
20.24/8.55	c cleaning 12998 clauses out of 26017 with flag 208666/95000
22.24/9.50	c cleaning 13984 clauses out of 28019 with flag 242052/110000
25.49/11.12	c cleaning 15016 clauses out of 30035 with flag 277202/126000
29.66/13.21	c cleaning 16005 clauses out of 32020 with flag 316091/143001
32.50/14.66	c cleaning 17004 clauses out of 34015 with flag 355303/161001
33.10/14.91	c And the winner is solver0
33.10/15.25	c SATISFIABLE
33.10/15.25	c OPTIMIZING...
33.10/15.25	c Got one! Elapsed wall clock time (in seconds):15.141
33.10/15.25	o 323
33.79/15.69	c cleaning 13515 clauses out of 27054 with flag 13687/171044
34.79/16.12	c cleaning 9749 clauses out of 19538 with flag 26779/177043
35.19/16.37	c And the winner is solver0
35.37/16.75	c Got one! Elapsed wall clock time (in seconds):16.642
35.37/16.75	o 57
36.46/17.37	c cleaning 10044 clauses out of 20101 with flag 10865/187355
37.27/17.76	c cleaning 8015 clauses out of 16056 with flag 23772/193354
38.06/18.10	c cleaning 7517 clauses out of 15041 with flag 38605/200354
38.26/18.23	c And the winner is solver0
38.26/18.25	c Got one! Elapsed wall clock time (in seconds):18.143
38.26/18.25	o 7
38.87/18.52	c cleaning 6454 clauses out of 12916 with flag 6484/205746
39.87/19.07	c cleaning 6224 clauses out of 12462 with flag 19363/211746
40.93/19.51	c cleaning 6608 clauses out of 13237 with flag 34052/218745
41.92/20.03	c cleaning 7311 clauses out of 14629 with flag 51247/226745
43.32/20.78	c cleaning 8151 clauses out of 16318 with flag 72091/235745
45.52/21.81	c cleaning 9069 clauses out of 18168 with flag 94880/245746
47.52/22.86	c cleaning 10040 clauses out of 20098 with flag 119282/256745
49.92/24.09	c cleaning 11018 clauses out of 22058 with flag 145560/268745
53.13/25.64	c cleaning 11999 clauses out of 24041 with flag 176486/281746
55.57/26.89	c cleaning 13006 clauses out of 26042 with flag 210992/295746
58.97/28.51	c cleaning 14014 clauses out of 28035 with flag 250379/310745
59.77/28.91	c And the winner is solver0
59.80/29.26	c Got one! Elapsed wall clock time (in seconds):29.146
59.80/29.26	o 3
59.88/29.33	c cleaning 9976 clauses out of 19957 with flag 2296/316681
60.89/29.81	c cleaning 7983 clauses out of 15980 with flag 16247/322680
62.08/30.44	c cleaning 7479 clauses out of 14997 with flag 32372/329680
62.89/30.90	c cleaning 7752 clauses out of 15519 with flag 49654/337681
64.08/31.40	c cleaning 8378 clauses out of 16767 with flag 69139/346681
65.28/32.04	c cleaning 9185 clauses out of 18389 with flag 91004/356681
67.07/32.92	c cleaning 10091 clauses out of 20203 with flag 118452/367680
69.52/34.12	c cleaning 11044 clauses out of 22113 with flag 146430/379681
72.51/35.61	c cleaning 12019 clauses out of 24068 with flag 177178/392680
74.53/36.66	c cleaning 13021 clauses out of 26052 with flag 210555/406683
77.93/38.31	c cleaning 14010 clauses out of 28028 with flag 246677/421680
80.53/39.68	c cleaning 14995 clauses out of 30018 with flag 283537/437680
83.56/41.12	c cleaning 16011 clauses out of 32024 with flag 322362/454681
86.36/42.51	c cleaning 17000 clauses out of 34013 with flag 359829/472681
87.37/43.03	c cleaning 0 clauses out of 6227 with flag 0/6230
91.66/45.02	c cleaning 17986 clauses out of 36013 with flag 405463/491681
95.74/47.02	c cleaning 19006 clauses out of 38027 with flag 453725/511681
100.81/49.57	c cleaning 19999 clauses out of 40020 with flag 505221/532680
106.20/52.28	c cleaning 21007 clauses out of 42022 with flag 561526/554681
111.26/54.78	c cleaning 21989 clauses out of 44015 with flag 615996/577681
116.27/57.25	c cleaning 23010 clauses out of 46025 with flag 669545/601680
121.12/59.66	c cleaning 23997 clauses out of 48016 with flag 735044/626681
136.76/67.43	c cleaning 24995 clauses out of 50018 with flag 797217/652680
146.60/72.36	c cleaning 26002 clauses out of 52024 with flag 861691/679681
154.01/76.07	c cleaning 27011 clauses out of 54022 with flag 929585/707681
168.44/83.22	c cleaning 27998 clauses out of 56010 with flag 1000034/736680
182.41/90.18	c cleaning 28992 clauses out of 58013 with flag 1068443/766681
189.46/93.62	c cleaning 30006 clauses out of 60021 with flag 1139519/797681
196.84/97.31	c cleaning 30999 clauses out of 62014 with flag 1209266/829680
205.87/101.86	c cleaning 32005 clauses out of 64015 with flag 1284101/862680
213.30/105.53	c cleaning 32982 clauses out of 66011 with flag 1358048/896681
221.18/109.40	c cleaning 34004 clauses out of 68028 with flag 1436747/931680
233.06/115.39	c cleaning 35005 clauses out of 70024 with flag 1517805/967681
243.31/120.44	c cleaning 36005 clauses out of 72018 with flag 1599406/1004680
258.96/128.24	c cleaning 37003 clauses out of 74013 with flag 1683230/1042680
276.84/137.18	c cleaning 37996 clauses out of 76010 with flag 1765419/1081680
319.40/158.31	c cleaning 39000 clauses out of 78015 with flag 1850075/1121681
329.47/163.33	c cleaning 39993 clauses out of 80014 with flag 1939417/1162681
343.38/170.27	c cleaning 40985 clauses out of 82020 with flag 2031771/1204680
349.83/173.49	c cleaning 0 clauses out of 12227 with flag 0/12230
354.64/175.88	c cleaning 42010 clauses out of 84035 with flag 2128551/1247680
367.93/182.43	c cleaning 43008 clauses out of 86025 with flag 2224940/1291680
384.18/190.55	c cleaning 44000 clauses out of 88017 with flag 2326111/1336680
401.53/199.19	c cleaning 45004 clauses out of 90017 with flag 2428771/1382680
421.88/209.45	c cleaning 45992 clauses out of 92013 with flag 2532872/1429680
445.98/221.41	c cleaning 47000 clauses out of 94022 with flag 2637397/1477681
459.64/228.26	c cleaning 47978 clauses out of 96022 with flag 2747975/1526681
472.28/234.55	c cleaning 49003 clauses out of 98043 with flag 2863801/1576680
487.58/242.17	c cleaning 50007 clauses out of 100040 with flag 2980385/1627680
508.62/252.65	c cleaning 51005 clauses out of 102032 with flag 3094335/1679680
524.48/260.55	c cleaning 52006 clauses out of 104028 with flag 3210522/1732681
544.36/270.48	c cleaning 52998 clauses out of 106022 with flag 3331689/1786681
568.79/282.73	c cleaning 54000 clauses out of 108023 with flag 3453987/1841680
573.80/285.29	c cleaning 0 clauses out of 19228 with flag 0/19231
592.48/294.53	c cleaning 55000 clauses out of 110024 with flag 3578219/1897681
612.36/304.49	c cleaning 56002 clauses out of 112023 with flag 3706604/1954680
637.24/316.83	c cleaning 56997 clauses out of 114021 with flag 3835035/2012680
661.53/329.12	c cleaning 58001 clauses out of 116025 with flag 3967171/2071681
684.27/340.45	c cleaning 58999 clauses out of 118024 with flag 4101383/2131681
705.74/351.14	c cleaning 59992 clauses out of 120024 with flag 4239543/2192680
726.94/361.67	c cleaning 61011 clauses out of 122031 with flag 4375925/2254680
766.49/381.36	c cleaning 61992 clauses out of 124021 with flag 4516340/2317681
783.80/389.95	c cleaning 0 clauses out of 27229 with flag 0/27232
797.06/396.52	c cleaning 62998 clauses out of 126029 with flag 4658284/2381681
827.98/411.94	c cleaning 64001 clauses out of 128030 with flag 4806492/2446680
852.31/424.37	c cleaning 65012 clauses out of 130029 with flag 4953521/2512680
879.87/438.07	c cleaning 66001 clauses out of 132018 with flag 5101038/2579681
905.00/450.56	c cleaning 67002 clauses out of 134016 with flag 5248994/2647680
964.96/480.46	c cleaning 67997 clauses out of 136013 with flag 5396513/2716680
1004.34/500.04	c cleaning 69005 clauses out of 138017 with flag 5549336/2786681
1044.50/520.00	c cleaning 70000 clauses out of 140013 with flag 5708025/2857682
1079.45/537.43	c cleaning 70992 clauses out of 142011 with flag 5865887/2929681
1123.98/559.66	c cleaning 72006 clauses out of 144018 with flag 6037397/3002680
1184.02/589.58	c cleaning 72997 clauses out of 146010 with flag 6208656/3076680
1246.98/621.20	c And the winner is solver0
1250.00/624.36	c >>>>>>>>>> Solver number 0 (5 answers) <<<<<<<<<<<<<<<<<<
1250.00/624.36	c starts		: 6965
1250.00/624.36	c conflicts		: 3146229
1250.00/624.36	c decisions		: 3669311
1250.00/624.36	c propagations		: 70182847
1250.00/624.36	c inspects		: 9382075091
1250.00/624.36	c shortcuts		: 0
1250.00/624.36	c learnt literals	: 24
1250.00/624.36	c learnt binary clauses	: 42
1250.00/624.36	c learnt ternary clauses	: 91
1250.00/624.36	c learnt constraints	: 3146204
1250.00/624.36	c ignored constraints	: 0
1250.00/624.36	c root simplifications	: 0
1250.00/624.36	c removed literals (reason simplification)	: 9063324
1250.00/624.36	c reason swapping (by a shorter reason)	: 0
1250.00/624.36	c Calls to reduceDB	: 100
1250.00/624.36	c Number of update (reduction) of LBD	: 115194
1250.00/624.36	c Imported unit clauses	: 0
1250.00/624.36	c number of reductions to clauses (during analyze)	: 0
1250.00/624.36	c number of learned constraints concerned by reduction	: 0
1250.00/624.36	c number of learning phase by resolution	: 0
1250.00/624.36	c number of learning phase by cutting planes	: 0
1250.00/624.36	c speed (assignments/second)	: 112450.52569850127
1250.00/624.36	c non guided choices	28891
1250.00/624.36	c learnt constraints type 
1250.00/624.36	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1250.00/624.36	c starts		: 87
1250.00/624.36	c conflicts		: 33415
1250.00/624.36	c decisions		: 37986
1250.00/624.36	c propagations		: 569719
1250.00/624.36	c inspects		: 791235108
1250.00/624.36	c shortcuts		: 0
1250.00/624.36	c learnt literals	: 0
1250.00/624.36	c learnt binary clauses	: 0
1250.00/624.36	c learnt ternary clauses	: 0
1250.00/624.36	c learnt constraints	: 33412
1250.00/624.36	c ignored constraints	: 0
1250.00/624.36	c root simplifications	: 0
1250.00/624.36	c removed literals (reason simplification)	: 0
1250.00/624.36	c reason swapping (by a shorter reason)	: 0
1250.00/624.36	c Calls to reduceDB	: 4
1250.00/624.36	c Number of update (reduction) of LBD	: 0
1250.00/624.36	c Imported unit clauses	: 0
1250.00/624.36	c number of reductions to clauses (during analyze)	: 0
1250.00/624.36	c number of learned constraints concerned by reduction	: 0
1250.00/624.36	c number of learning phase by resolution	: 0
1250.00/624.36	c number of learning phase by cutting planes	: 0
1250.00/624.36	c speed (assignments/second)	: 957.3435903640371
1250.00/624.36	c non guided choices	1414
1250.00/624.36	c learnt constraints type 
1250.00/624.36	s OPTIMUM FOUND
1250.00/624.36	c Found 4 solution(s)
1250.00/624.36	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 
1250.00/624.36	c objective function=3
1250.00/624.36	c Total wall clock time (in seconds): 624.254

Verifier Data

OK	3

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-4106437-1466271490/watcher-4106437-1466271490 -o /tmp/evaluation-result-4106437-1466271490/solver-4106437-1466271490 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28302 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4106437-1466271490.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.00 4.12 3.83 4/197 381
/proc/meminfo: memFree=28061964/32872528 swapFree=1534436/1655032
[pid=381] ppid=378 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/381/stat : 381 (java) R 378 381 28285 0 -1 4202496 729 0 0 0 0 0 0 0 20 0 1 0 29197388 23793664 380 33554432000 1073741824 1073778376 140735700213536 140735700202600 217401309761 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/381/statm: 5809 391 299 9 0 128 0
[pid=381/tid=382] ppid=378 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/381/task/382/stat : 382 (java) D 378 381 28285 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 29197389 95129600 927 33554432000 1073741824 1073778376 140735700213536 139860308430376 217401355559 0 0 4096 0 18446744072100588836 0 0 -1 3 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 4.00 4.12 3.83 4/197 381
/proc/meminfo: memFree=28061964/32872528 swapFree=1534436/1655032
[pid=381] ppid=378 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/381/stat : 381 (java) S 378 381 28285 0 -1 4202496 4488 0 1 0 9 1 0 0 20 0 18 0 29197388 9787879424 5606 33554432000 1073741824 1073778376 140735700213536 140735700204672 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/381/statm: 2389619 5606 2141 9 0 2380296 0
[pid=381/tid=382] ppid=378 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/381/task/382/stat : 382 (java) R 378 381 28285 0 -1 4202560 2440 0 1 0 7 0 0 0 20 0 18 0 29197389 9787879424 5607 33554432000 1073741824 1073778376 140735700213536 139860308433672 217413903629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 4.00 4.12 3.83 4/197 381
/proc/meminfo: memFree=28061964/32872528 swapFree=1534436/1655032
[pid=381] ppid=378 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/381/stat : 381 (java) S 378 381 28285 0 -1 4202496 4747 0 1 0 23 1 0 0 20 0 18 0 29197388 9787879424 6859 33554432000 1073741824 1073778376 140735700213536 140735700204672 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/381/statm: 2389619 6859 2217 9 0 2380296 0
[pid=381/tid=382] ppid=378 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/381/task/382/stat : 382 (java) R 378 381 28285 0 -1 4202560 2460 0 1 0 16 1 0 0 20 0 18 0 29197389 9787879424 6859 33554432000 1073741824 1073778376 140735700213536 139860308433672 139860248209952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300294 s]
/proc/loadavg: 4.00 4.12 3.83 4/197 381
/proc/meminfo: memFree=28061964/32872528 swapFree=1534436/1655032
[pid=381] ppid=378 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/381/stat : 381 (java) S 378 381 28285 0 -1 4202496 7608 0 1 0 55 2 0 0 20 0 22 0 29197388 10060525568 10335 33554432000 1073741824 1073778376 140735700213536 140735700204672 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/381/statm: 2456183 10335 2242 9 0 2446860 0
[pid=381/tid=382] ppid=378 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/381/task/382/stat : 382 (java) S 378 381 28285 0 -1 4202560 2473 0 1 0 20 1 0 0 20 0 22 0 29197389 10060525568 10335 33554432000 1073741824 1073778376 140735700213536 139860308435832 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9824732

[startup+0.700246 s]
/proc/loadavg: 4.00 4.12 3.83 4/197 381
/proc/meminfo: memFree=28061964/32872528 swapFree=1534436/1655032
[pid=381] ppid=378 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/381/stat : 381 (java) S 378 381 28285 0 -1 4202496 18701 0 1 0 209 5 0 0 20 0 22 0 29197388 10060525568 23280 33554432000 1073741824 1073778376 140735700213536 140735700204672 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/381/statm: 2456183 23280 2256 9 0 2446860 0
[pid=381/tid=382] ppid=378 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/381/task/382/stat : 382 (java) S 378 381 28285 0 -1 4202560 2473 0 1 0 20 1 0 0 20 0 22 0 29197389 10060525568 23280 33554432000 1073741824 1073778376 140735700213536 139860308435832 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 4.00 4.12 3.83 6/219 403
/proc/meminfo: memFree=27883712/32872528 swapFree=1534436/1655032
[pid=381] ppid=378 vsize=9824732 CPUtime=5.09 cores=1,3,5,7
/proc/381/stat : 381 (java) S 378 381 28285 0 -1 4202496 30033 0 1 0 500 9 0 0 20 0 22 0 29197388 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 140735700204672 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/381/statm: 2456183 50809 2281 9 0 2446860 0
[pid=381/tid=382] ppid=378 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/381/task/382/stat : 382 (java) S 378 381 28285 0 -1 4202560 2473 0 1 0 20 1 0 0 20 0 22 0 29197389 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860308435832 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=384] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/384/stat : 384 (java) S 378 381 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29197390 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860247165352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=385] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/385/stat : 385 (java) S 378 381 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29197390 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860246112808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=386] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/386/stat : 386 (java) S 378 381 28285 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29197390 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860245059752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=387] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/387/stat : 387 (java) S 378 381 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29197390 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860244007208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=388] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/388/stat : 388 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29197390 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860242955176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=389] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/389/stat : 389 (java) S 378 381 28285 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 29197390 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860146601000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=390] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/390/stat : 390 (java) S 378 381 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29197390 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860145547944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=391] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/391/stat : 391 (java) S 378 381 28285 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29197390 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860144495400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=392] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/392/stat : 392 (java) S 378 381 28285 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 29197391 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860132297064 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=393] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/393/stat : 393 (java) S 378 381 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29197391 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860131243384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=394] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/394/stat : 394 (java) S 378 381 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29197391 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860130190216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=395] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/395/stat : 395 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29197394 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860129138960 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=396] ppid=378 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/381/task/396/stat : 396 (java) S 378 381 28285 0 -1 4202560 12888 0 0 0 115 3 0 0 20 0 22 0 29197394 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860128086840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=397] ppid=378 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/381/task/397/stat : 397 (java) S 378 381 28285 0 -1 4202560 13166 0 0 0 115 3 0 0 20 0 22 0 29197394 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860127034296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=398] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/398/stat : 398 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29197394 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860125981432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=399] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/399/stat : 399 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29197394 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860124929096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=400] ppid=378 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/381/task/400/stat : 400 (java) R 378 381 28285 0 -1 4202560 26 0 0 0 122 0 0 0 20 0 22 0 29197412 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860123873848 139860248640407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=381/tid=401] ppid=378 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/381/task/401/stat : 401 (java) R 378 381 28285 0 -1 4202560 96 0 0 0 118 2 0 0 20 0 22 0 29197412 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860122820032 139860248640367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=381/tid=402] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/402/stat : 402 (java) S 378 381 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29197413 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860121768744 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=403] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/403/stat : 403 (java) S 378 381 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29197413 10060525568 50809 33554432000 1073741824 1073778376 140735700213536 139860120716200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 9824732

[startup+3.10102 s]
/proc/loadavg: 4.00 4.12 3.83 5/219 403
/proc/meminfo: memFree=27849960/32872528 swapFree=1534436/1655032
[pid=381] ppid=378 vsize=9824732 CPUtime=8.49 cores=1,3,5,7
/proc/381/stat : 381 (java) S 378 381 28285 0 -1 4202496 30811 0 1 0 834 15 0 0 20 0 22 0 29197388 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 140735700204672 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/381/statm: 2456183 90354 2281 9 0 2446860 0
[pid=381/tid=382] ppid=378 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/381/task/382/stat : 382 (java) S 378 381 28285 0 -1 4202560 2473 0 1 0 20 1 0 0 20 0 22 0 29197389 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860308435832 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=384] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/384/stat : 384 (java) S 378 381 28285 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29197390 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860247165352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=385] ppid=378 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/381/task/385/stat : 385 (java) S 378 381 28285 0 -1 4202560 162 0 0 0 2 0 0 0 20 0 22 0 29197390 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860246112808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=386] ppid=378 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/381/task/386/stat : 386 (java) S 378 381 28285 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 29197390 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860245059752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=387] ppid=378 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/381/task/387/stat : 387 (java) S 378 381 28285 0 -1 4202560 161 0 0 0 2 0 0 0 20 0 22 0 29197390 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860244007208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=388] ppid=378 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/381/task/388/stat : 388 (java) S 378 381 28285 0 -1 4202560 100 0 0 0 2 0 0 0 20 0 22 0 29197390 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860242955176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=389] ppid=378 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/381/task/389/stat : 389 (java) S 378 381 28285 0 -1 4202560 143 0 0 0 1 0 0 0 20 0 22 0 29197390 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860146601000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=390] ppid=378 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/381/task/390/stat : 390 (java) S 378 381 28285 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 29197390 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860145547944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=391] ppid=378 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/381/task/391/stat : 391 (java) S 378 381 28285 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 29197390 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860144495400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=392] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/392/stat : 392 (java) S 378 381 28285 0 -1 4202560 192 0 0 0 0 0 0 0 20 0 22 0 29197391 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860132297064 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=393] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/393/stat : 393 (java) S 378 381 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29197391 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860131243384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=394] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/394/stat : 394 (java) S 378 381 28285 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 29197391 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860130190216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=395] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/395/stat : 395 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29197394 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860129138960 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=396] ppid=378 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/381/task/396/stat : 396 (java) S 378 381 28285 0 -1 4202560 12895 0 0 0 120 3 0 0 20 0 22 0 29197394 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860128086840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=397] ppid=378 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/381/task/397/stat : 397 (java) S 378 381 28285 0 -1 4202560 13174 0 0 0 123 3 0 0 20 0 22 0 29197394 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860127034296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=398] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/398/stat : 398 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29197394 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860125981432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=399] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/399/stat : 399 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29197394 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860124929096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=400] ppid=378 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/381/task/400/stat : 400 (java) R 378 381 28285 0 -1 4202560 34 0 0 0 276 0 0 0 20 0 22 0 29197412 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860123872376 139860248729024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=381/tid=401] ppid=378 vsize=9824732 CPUtime=2.73 cores=1,3,5,7
/proc/381/task/401/stat : 401 (java) R 378 381 28285 0 -1 4202560 151 0 0 0 270 3 0 0 20 0 22 0 29197412 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860122820160 139860248753925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=381/tid=402] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/402/stat : 402 (java) S 378 381 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29197413 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860121768744 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=403] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/403/stat : 403 (java) S 378 381 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29197413 10060525568 90354 33554432000 1073741824 1073778376 140735700213536 139860120716200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.00 4.12 3.83 5/219 403
/proc/meminfo: memFree=27432492/32872528 swapFree=1534436/1655032
[pid=381] ppid=378 vsize=9824732 CPUtime=15.81 cores=1,3,5,7
/proc/381/stat : 381 (java) S 378 381 28285 0 -1 4202496 35305 0 1 0 1558 23 0 0 20 0 22 0 29197388 10060525568 157147 33554432000 1073741824 1073778376 140735700213536 140735700204672 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/381/statm: 2456183 157147 2283 9 0 2446860 0
[pid=381/tid=382] ppid=378 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/381/task/382/stat : 382 (java) S 378 381 28285 0 -1 4202560 2473 0 1 0 20 1 0 0 20 0 22 0 29197389 10060525568 157147 33554432000 1073741824 1073778376 140735700213536 139860308435832 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=384] ppid=378 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/381/task/384/stat : 384 (java) S 378 381 28285 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 29197390 10060525568 157147 33554432000 1073741824 1073778376 140735700213536 139860247165352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=385] ppid=378 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/381/task/385/stat : 385 (java) S 378 381 28285 0 -1 4202560 168 0 0 0 2 1 0 0 20 0 22 0 29197390 10060525568 157147 33554432000 1073741824 1073778376 140735700213536 139860246112808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=386] ppid=378 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/381/task/386/stat : 386 (java) S 378 381 28285 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 29197390 10060525568 157147 33554432000 1073741824 1073778376 140735700213536 139860245059752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=387] ppid=378 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/381/task/387/stat : 387 (java) S 378 381 28285 0 -1 4202560 177 0 0 0 4 1 0 0 20 0 22 0 29197390 10060525568 157147 33554432000 1073741824 1073778376 140735700213536 139860244007208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=388] ppid=378 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/381/task/388/stat : 388 (java) S 378 381 28285 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 22 0 29197390 10060525568 157147 33554432000 1073741824 1073778376 140735700213536 139860242955176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=389] ppid=378 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/381/task/389/stat : 389 (java) S 378 381 28285 0 -1 4202560 144 0 0 0 1 0 0 0 20 0 22 0 29197390 10060525568 157147 33554432000 1073741824 1073778376 140735700213536 139860146601000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=390] ppid=378 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/381/task/390/stat : 390 (java) S 378 381 28285 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 22 0 29197390 10060525568 157147 33554432000 1073741824 1073778376 140735700213536 139860145547944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=391] ppid=378 vsize=9824732 CPUtime=0.04 cores=1,3,5,7

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

/proc/381/task/390/stat : 390 (java) S 378 381 28285 0 -1 4202560 788 0 0 0 154 12 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860145547944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=391] ppid=378 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/381/task/391/stat : 391 (java) S 378 381 28285 0 -1 4202560 517 0 0 0 145 11 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860144495400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=392] ppid=378 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/381/task/392/stat : 392 (java) S 378 381 28285 0 -1 4202560 1758 0 0 0 202 17 0 0 20 0 19 0 29197391 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860132297064 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=393] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/393/stat : 393 (java) S 378 381 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29197391 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860131243384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=394] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/394/stat : 394 (java) S 378 381 28285 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29197391 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860130190216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=395] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/395/stat : 395 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860129138960 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=396] ppid=378 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/381/task/396/stat : 396 (java) S 378 381 28285 0 -1 4202560 18873 0 0 0 286 3 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860128086840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=397] ppid=378 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/381/task/397/stat : 397 (java) S 378 381 28285 0 -1 4202560 13174 0 0 0 130 3 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860127034296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=398] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/398/stat : 398 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860125981432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=399] ppid=378 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/381/task/399/stat : 399 (java) S 378 381 28285 0 -1 4202560 37 0 0 0 10 16 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860124929096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=403] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/403/stat : 403 (java) S 378 381 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29197413 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860120716200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1246.27
Current children cumulated vsize (KiB) 9824732

[startup+624.001 s]
/proc/loadavg: 4.19 4.18 4.00 4/216 2687
/proc/meminfo: memFree=24724772/32872528 swapFree=1534436/1655032
[pid=381] ppid=378 vsize=9824732 CPUtime=1247.07 cores=1,3,5,7
/proc/381/stat : 381 (java) S 378 381 28285 0 -1 4202496 44501 0 1 0 124512 195 0 0 20 0 19 0 29197388 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 140735700204672 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/381/statm: 2456183 626946 2293 9 0 2446860 0
[pid=381/tid=382] ppid=378 vsize=9824732 CPUtime=2.85 cores=1,3,5,7
/proc/381/task/382/stat : 382 (java) R 378 381 28285 0 -1 4202560 2484 0 1 0 282 3 0 0 20 0 19 0 29197389 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860308433456 139860249510583 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=381/tid=384] ppid=378 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/381/task/384/stat : 384 (java) S 378 381 28285 0 -1 4202560 374 0 0 0 144 12 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860247165352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=385] ppid=378 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/381/task/385/stat : 385 (java) S 378 381 28285 0 -1 4202560 543 0 0 0 150 13 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860246112808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=386] ppid=378 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/381/task/386/stat : 386 (java) S 378 381 28285 0 -1 4202560 598 0 0 0 142 12 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860245059752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=387] ppid=378 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/381/task/387/stat : 387 (java) S 378 381 28285 0 -1 4202560 514 0 0 0 149 10 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860244007208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=388] ppid=378 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/381/task/388/stat : 388 (java) S 378 381 28285 0 -1 4202560 590 0 0 0 166 13 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860242955176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=389] ppid=378 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/381/task/389/stat : 389 (java) S 378 381 28285 0 -1 4202560 666 0 0 0 149 11 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860146601000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=390] ppid=378 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/381/task/390/stat : 390 (java) S 378 381 28285 0 -1 4202560 788 0 0 0 154 12 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860145547944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=391] ppid=378 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/381/task/391/stat : 391 (java) S 378 381 28285 0 -1 4202560 517 0 0 0 145 11 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860144495400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=392] ppid=378 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/381/task/392/stat : 392 (java) S 378 381 28285 0 -1 4202560 1758 0 0 0 202 17 0 0 20 0 19 0 29197391 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860132297064 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=393] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/393/stat : 393 (java) S 378 381 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29197391 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860131243384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=394] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/394/stat : 394 (java) S 378 381 28285 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29197391 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860130190216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=395] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/395/stat : 395 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860129138960 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=396] ppid=378 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/381/task/396/stat : 396 (java) S 378 381 28285 0 -1 4202560 18873 0 0 0 286 3 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860128086840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=397] ppid=378 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/381/task/397/stat : 397 (java) S 378 381 28285 0 -1 4202560 13174 0 0 0 130 3 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860127034296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=398] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/398/stat : 398 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860125981432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=399] ppid=378 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/381/task/399/stat : 399 (java) S 378 381 28285 0 -1 4202560 37 0 0 0 10 16 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860124929096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=403] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/403/stat : 403 (java) S 378 381 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29197413 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860120716200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1247.07
Current children cumulated vsize (KiB) 9824732

[startup+624.201 s]
/proc/loadavg: 4.19 4.18 4.00 4/216 2687
/proc/meminfo: memFree=24724772/32872528 swapFree=1534436/1655032
[pid=381] ppid=378 vsize=9824732 CPUtime=1247.27 cores=1,3,5,7
/proc/381/stat : 381 (java) S 378 381 28285 0 -1 4202496 44501 0 1 0 124532 195 0 0 20 0 19 0 29197388 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 140735700204672 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/381/statm: 2456183 626946 2293 9 0 2446860 0
[pid=381/tid=382] ppid=378 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/381/task/382/stat : 382 (java) R 378 381 28285 0 -1 4202560 2484 0 1 0 302 3 0 0 20 0 19 0 29197389 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860308433456 139860248393654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=381/tid=384] ppid=378 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/381/task/384/stat : 384 (java) S 378 381 28285 0 -1 4202560 374 0 0 0 144 12 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860247165352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=385] ppid=378 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/381/task/385/stat : 385 (java) S 378 381 28285 0 -1 4202560 543 0 0 0 150 13 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860246112808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=386] ppid=378 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/381/task/386/stat : 386 (java) S 378 381 28285 0 -1 4202560 598 0 0 0 142 12 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860245059752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=387] ppid=378 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/381/task/387/stat : 387 (java) S 378 381 28285 0 -1 4202560 514 0 0 0 149 10 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860244007208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=388] ppid=378 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/381/task/388/stat : 388 (java) S 378 381 28285 0 -1 4202560 590 0 0 0 166 13 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860242955176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=389] ppid=378 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/381/task/389/stat : 389 (java) S 378 381 28285 0 -1 4202560 666 0 0 0 149 11 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860146601000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=390] ppid=378 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/381/task/390/stat : 390 (java) S 378 381 28285 0 -1 4202560 788 0 0 0 154 12 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860145547944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=391] ppid=378 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/381/task/391/stat : 391 (java) S 378 381 28285 0 -1 4202560 517 0 0 0 145 11 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860144495400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=392] ppid=378 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/381/task/392/stat : 392 (java) S 378 381 28285 0 -1 4202560 1758 0 0 0 202 17 0 0 20 0 19 0 29197391 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860132297064 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=393] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/393/stat : 393 (java) S 378 381 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29197391 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860131243384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=394] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/394/stat : 394 (java) S 378 381 28285 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29197391 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860130190216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=395] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/395/stat : 395 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860129138960 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=396] ppid=378 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/381/task/396/stat : 396 (java) S 378 381 28285 0 -1 4202560 18873 0 0 0 286 3 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860128086840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=397] ppid=378 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/381/task/397/stat : 397 (java) S 378 381 28285 0 -1 4202560 13174 0 0 0 130 3 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860127034296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=398] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/398/stat : 398 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860125981432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=399] ppid=378 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/381/task/399/stat : 399 (java) S 378 381 28285 0 -1 4202560 37 0 0 0 10 16 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860124929096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=403] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/403/stat : 403 (java) S 378 381 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29197413 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860120716200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1247.27
Current children cumulated vsize (KiB) 9824732

[startup+624.301 s]
/proc/loadavg: 4.19 4.18 4.00 4/216 2687
/proc/meminfo: memFree=24724772/32872528 swapFree=1534436/1655032
[pid=381] ppid=378 vsize=9824732 CPUtime=1247.37 cores=1,3,5,7
/proc/381/stat : 381 (java) S 378 381 28285 0 -1 4202496 44501 0 1 0 124542 195 0 0 20 0 19 0 29197388 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 140735700204672 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/381/statm: 2456183 626946 2293 9 0 2446860 0
[pid=381/tid=382] ppid=378 vsize=9824732 CPUtime=3.15 cores=1,3,5,7
/proc/381/task/382/stat : 382 (java) R 378 381 28285 0 -1 4202560 2484 0 1 0 312 3 0 0 20 0 19 0 29197389 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860308433456 139860249510960 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=381/tid=384] ppid=378 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/381/task/384/stat : 384 (java) S 378 381 28285 0 -1 4202560 374 0 0 0 144 12 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860247165352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=385] ppid=378 vsize=9824732 CPUtime=1.63 cores=1,3,5,7
/proc/381/task/385/stat : 385 (java) S 378 381 28285 0 -1 4202560 543 0 0 0 150 13 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860246112808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=386] ppid=378 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/381/task/386/stat : 386 (java) S 378 381 28285 0 -1 4202560 598 0 0 0 142 12 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860245059752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=387] ppid=378 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/381/task/387/stat : 387 (java) S 378 381 28285 0 -1 4202560 514 0 0 0 149 10 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860244007208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=388] ppid=378 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/381/task/388/stat : 388 (java) S 378 381 28285 0 -1 4202560 590 0 0 0 166 13 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860242955176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=389] ppid=378 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/381/task/389/stat : 389 (java) S 378 381 28285 0 -1 4202560 666 0 0 0 149 11 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860146601000 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=390] ppid=378 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/381/task/390/stat : 390 (java) S 378 381 28285 0 -1 4202560 788 0 0 0 154 12 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860145547944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=391] ppid=378 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/381/task/391/stat : 391 (java) S 378 381 28285 0 -1 4202560 517 0 0 0 145 11 0 0 20 0 19 0 29197390 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860144495400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=392] ppid=378 vsize=9824732 CPUtime=2.19 cores=1,3,5,7
/proc/381/task/392/stat : 392 (java) S 378 381 28285 0 -1 4202560 1758 0 0 0 202 17 0 0 20 0 19 0 29197391 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860132297064 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=393] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/393/stat : 393 (java) S 378 381 28285 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29197391 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860131243384 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=394] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/394/stat : 394 (java) S 378 381 28285 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29197391 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860130190216 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=381/tid=395] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/395/stat : 395 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860129138960 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=381/tid=396] ppid=378 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/381/task/396/stat : 396 (java) S 378 381 28285 0 -1 4202560 18873 0 0 0 286 3 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860128086840 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=397] ppid=378 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/381/task/397/stat : 397 (java) S 378 381 28285 0 -1 4202560 13174 0 0 0 130 3 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860127034296 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=398] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/398/stat : 398 (java) S 378 381 28285 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860125981432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=381/tid=399] ppid=378 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/381/task/399/stat : 399 (java) S 378 381 28285 0 -1 4202560 37 0 0 0 10 16 0 0 20 0 19 0 29197394 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860124929096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=381/tid=403] ppid=378 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/381/task/403/stat : 403 (java) S 378 381 28285 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29197413 10060525568 626946 33554432000 1073741824 1073778376 140735700213536 139860120716200 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1247.37
Current children cumulated vsize (KiB) 9824732

Child status: 30

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

Real time (s): 624.379
CPU time (s): 1250.37
CPU user time (s): 1248.35
CPU system time (s): 2.02167
CPU usage (%): 200.259
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1245.55
system time used= 2.19167
maximum resident set size= 2871368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44509
page faults= 1
swaps= 0
block input operations= 0
block output operations= 720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20555
involuntary context switches= 29911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.38833 second user time and 5.78112 second system time

The end

Launcher Data

Begin job on node122 at 2016-06-18 19:38:10
IDJOB=4106437
IDBENCH=48060
IDSOLVER=2543
FILE ID=node122/4106437-1466271490
RUNJOBID= node122-1466264503-28302
PBS_JOBID= 19918220
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=131-P1=307-P2=281-P3=173-P4=479-P5=461-P6=107-P7=337-P8=353-B.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106437-1466271490/watcher-4106437-1466271490 -o /tmp/evaluation-result-4106437-1466271490/solver-4106437-1466271490 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node122-1466264503-28302 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106437-1466271490.opb

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

MD5SUM BENCH= 6dc20e219798a6cc2c39fe76202681b5
RANDOM SEED=1026196872

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28062236 kB
Buffers:          145832 kB
Cached:           220468 kB
SwapCached:            0 kB
Active:          2131436 kB
Inactive:         269032 kB
Active(anon):    2025912 kB
Inactive(anon):    10808 kB
Active(file):     105524 kB
Inactive(file):   258224 kB
Unevictable:     1655032 kB
Mlocked:         1534436 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               640 kB
Writeback:             0 kB
AnonPages:       3695004 kB
Mapped:            21132 kB
Shmem:               204 kB
Slab:             610648 kB
SReclaimable:      54192 kB
SUnreclaim:       556456 kB
KernelStack:        1632 kB
PageTables:        11576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4129896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2084864 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= 71744 MiB
End job on node122 at 2016-06-18 19:48:34