Trace number 4090534

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16MSAT (TO) 1800.09 1797.04

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_16_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMc3b83188909f121458b2a501f16a66ab
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark1050.1
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables480
Total number of constraints62
Number of soft constraints22
Number of constraints which are clauses32
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint16
Top cost 1066
Min constraint cost 1
Max constraint cost 83
Sum of constraints costs 1065
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090534-1466062147.wbo
0.11/0.10	c reading problem ... 
0.11/0.14	c ... done. Wall clock time 0.043s.
0.11/0.14	c declared #vars     480
0.11/0.14	c internal #vars     502
0.11/0.14	c #constraints  62
0.11/0.14	c constraints type 
0.11/0.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
0.11/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 18
0.11/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.11/0.14	c 62 constraints processed.
0.11/0.14	c objective function length is 22 literals
0.51/0.30	c SATISFIABLE
0.51/0.30	c OPTIMIZING...
0.51/0.30	c Got one! Elapsed wall clock time (in seconds):0.198
0.51/0.30	o 120
0.51/0.35	c Got one! Elapsed wall clock time (in seconds):0.249
0.51/0.35	o 82
0.64/0.48	c Got one! Elapsed wall clock time (in seconds):0.379
0.64/0.48	o 81
1.10/0.88	c cleaning 3616 clauses out of 7236 with flag 21216/7236
1.45/1.14	c Got one! Elapsed wall clock time (in seconds):1.035
1.45/1.14	o 72
1.66/1.37	c cleaning 4419 clauses out of 8851 with flag 12597/12467
2.26/1.93	c Got one! Elapsed wall clock time (in seconds):1.833
2.26/1.93	o 63
3.16/2.80	c cleaning 7536 clauses out of 15083 with flag 33110/23118
3.89/3.52	c cleaning 6768 clauses out of 13544 with flag 74219/29115
4.20/3.88	c Got one! Elapsed wall clock time (in seconds):3.783
4.20/3.88	o 56
4.40/4.01	c cleaning 6007 clauses out of 12024 with flag 6933/34363
4.91/4.56	c cleaning 5995 clauses out of 12017 with flag 47425/40363
4.91/4.57	c Got one! Elapsed wall clock time (in seconds):4.47
4.91/4.57	o 54
4.91/4.59	c Got one! Elapsed wall clock time (in seconds):4.49
4.91/4.59	o 52
5.30/4.99	c Got one! Elapsed wall clock time (in seconds):4.888
5.30/4.99	o 40
5.50/5.13	c cleaning 6311 clauses out of 12628 with flag 5658/46969
5.80/5.40	c Got one! Elapsed wall clock time (in seconds):5.302
5.80/5.40	o 37
6.01/5.65	c cleaning 5947 clauses out of 11902 with flag 12610/52554
6.60/6.25	c cleaning 5969 clauses out of 11954 with flag 65900/58553
7.40/7.01	c cleaning 6486 clauses out of 12987 with flag 127993/65555
8.21/7.84	c cleaning 7241 clauses out of 14501 with flag 196845/73555
9.21/8.87	c cleaning 8119 clauses out of 16258 with flag 274619/82553
10.50/10.11	c cleaning 9065 clauses out of 18138 with flag 358612/92552
10.70/10.37	c Got one! Elapsed wall clock time (in seconds):10.268
10.70/10.37	o 35
11.00/10.67	c cleaning 7438 clauses out of 14887 with flag 20759/98366
11.60/11.29	c cleaning 6719 clauses out of 13449 with flag 64755/104366
12.20/11.87	c cleaning 6857 clauses out of 13730 with flag 113053/111366
12.30/11.92	c Got one! Elapsed wall clock time (in seconds):11.819
12.30/11.92	o 27
12.51/12.16	c cleaning 6056 clauses out of 12225 with flag 32231/116718
12.81/12.49	c cleaning 6022 clauses out of 12171 with flag 82773/122720
13.41/13.02	c cleaning 6563 clauses out of 13147 with flag 139532/129718
14.01/13.60	c cleaning 7289 clauses out of 14584 with flag 203984/137718
14.61/14.29	c cleaning 8147 clauses out of 16296 with flag 278573/146719
15.31/14.96	c cleaning 9068 clauses out of 18149 with flag 361402/156719
16.20/15.87	c cleaning 10033 clauses out of 20083 with flag 453365/167721
17.50/17.13	c cleaning 11023 clauses out of 22047 with flag 557713/179718
19.31/18.98	c cleaning 12009 clauses out of 24026 with flag 676589/192720
21.51/21.12	c cleaning 13006 clauses out of 26015 with flag 802123/206718
23.61/23.29	c cleaning 14001 clauses out of 28010 with flag 932411/221719
26.18/25.77	c cleaning 15000 clauses out of 30010 with flag 1071924/237720
29.48/29.05	c cleaning 16003 clauses out of 32010 with flag 1220653/254720
32.78/32.32	c cleaning 16997 clauses out of 34005 with flag 1367441/272718
36.28/35.84	c cleaning 18002 clauses out of 36008 with flag 1546444/291718
39.38/38.91	c cleaning 19002 clauses out of 38006 with flag 1721688/311718
43.28/42.88	c cleaning 20002 clauses out of 40004 with flag 1906845/332718
47.98/47.56	c cleaning 20991 clauses out of 42002 with flag 2085224/354718
53.68/53.23	c cleaning 22002 clauses out of 44012 with flag 2277196/377719
58.29/57.82	c cleaning 22993 clauses out of 46009 with flag 2462453/401718
66.68/66.22	c cleaning 23989 clauses out of 48016 with flag 2674315/426718
74.88/74.45	c cleaning 24981 clauses out of 50029 with flag 2887222/452720
83.83/83.39	c cleaning 25984 clauses out of 52046 with flag 3125819/479718
92.83/92.31	c cleaning 26990 clauses out of 54066 with flag 3363555/507722
103.03/102.54	c cleaning 27995 clauses out of 56072 with flag 3632668/536718
105.63/105.17	c Got one! Elapsed wall clock time (in seconds):105.072
105.63/105.17	o 25
106.73/106.20	c cleaning 21936 clauses out of 43895 with flag 39191/552536
107.63/107.12	c cleaning 13961 clauses out of 27959 with flag 81576/558536
108.63/108.11	c cleaning 10489 clauses out of 20999 with flag 133083/565537
109.53/109.05	c cleaning 9247 clauses out of 18509 with flag 196691/573536
110.83/110.33	c cleaning 9120 clauses out of 18262 with flag 268409/582536
112.12/111.62	c cleaning 9561 clauses out of 19143 with flag 349848/592537
113.52/113.08	c cleaning 10282 clauses out of 20584 with flag 442696/603539
115.32/114.89	c cleaning 11134 clauses out of 22300 with flag 550134/615537
117.32/116.88	c cleaning 12071 clauses out of 24166 with flag 656734/628537
119.64/119.13	c cleaning 13038 clauses out of 26097 with flag 767864/642539
122.14/121.67	c cleaning 14018 clauses out of 28056 with flag 886624/657536
124.95/124.47	c cleaning 15003 clauses out of 30039 with flag 1019411/673537
128.44/127.94	c cleaning 16005 clauses out of 32035 with flag 1170071/690536
132.14/131.64	c cleaning 17001 clauses out of 34030 with flag 1323667/708536
136.14/135.65	c cleaning 18004 clauses out of 36031 with flag 1491675/727538
140.25/139.73	c cleaning 19000 clauses out of 38025 with flag 1656380/747536
144.95/144.50	c cleaning 20000 clauses out of 40025 with flag 1833627/768536
150.27/149.73	c cleaning 21003 clauses out of 42027 with flag 2043269/790538
156.36/155.81	c cleaning 21997 clauses out of 44024 with flag 2246360/813538
162.37/161.83	c cleaning 22999 clauses out of 46025 with flag 2477959/837536
168.86/168.39	c cleaning 23998 clauses out of 48027 with flag 2711185/862537
175.86/175.36	c cleaning 24998 clauses out of 50028 with flag 2956974/888536
183.55/183.07	c cleaning 26002 clauses out of 52030 with flag 3207224/915536
190.96/190.47	c cleaning 27002 clauses out of 54029 with flag 3464954/943537
199.95/199.40	c cleaning 28001 clauses out of 56026 with flag 3768342/972536
209.34/208.83	c cleaning 28996 clauses out of 58025 with flag 4068536/1002536
214.24/213.71	c cleaning 29980 clauses out of 60030 with flag 4327518/1033537
221.63/221.04	c cleaning 31023 clauses out of 62049 with flag 4602362/1065536
228.12/227.55	c cleaning 32007 clauses out of 64026 with flag 4887025/1098536
235.03/234.49	c cleaning 33002 clauses out of 66024 with flag 5158979/1132541
246.32/245.75	c cleaning 33980 clauses out of 68019 with flag 5453085/1167538
258.91/258.30	c cleaning 34989 clauses out of 70040 with flag 5776102/1203539
270.32/269.77	c cleaning 35994 clauses out of 72049 with flag 6044071/1240537
283.22/282.66	c cleaning 36986 clauses out of 74054 with flag 6361810/1278536
297.11/296.53	c cleaning 37995 clauses out of 76070 with flag 6714807/1317538
311.92/311.23	c cleaning 38998 clauses out of 78073 with flag 7104903/1357536
326.83/326.18	c cleaning 40000 clauses out of 80076 with flag 7532512/1398537
343.72/343.03	c cleaning 41003 clauses out of 82075 with flag 7955082/1440536
357.22/356.51	c cleaning 42004 clauses out of 84074 with flag 8377468/1483538
373.11/372.50	c cleaning 43001 clauses out of 86068 with flag 8793643/1527536
390.72/390.08	c cleaning 44003 clauses out of 88070 with flag 9261237/1572539
409.01/408.38	c cleaning 45002 clauses out of 90065 with flag 9730608/1618537
429.96/429.11	c cleaning 46001 clauses out of 92062 with flag 10176882/1665536
450.85/450.03	c cleaning 46997 clauses out of 94061 with flag 10670406/1713536
471.95/471.16	c cleaning 48000 clauses out of 96065 with flag 11175668/1762537
485.84/485.05	c cleaning 48993 clauses out of 98065 with flag 11628541/1812537
497.53/496.58	c cleaning 50009 clauses out of 100071 with flag 12066996/1863536
506.73/505.71	c cleaning 50979 clauses out of 102062 with flag 12524367/1915536
521.72/520.78	c cleaning 52005 clauses out of 104083 with flag 12967413/1968536
533.84/532.59	c cleaning 53027 clauses out of 106079 with flag 13446673/2022537
547.33/546.09	c cleaning 54013 clauses out of 108053 with flag 13937182/2077538
571.17/569.72	c cleaning 55017 clauses out of 110038 with flag 14475882/2133536
586.47/585.06	c cleaning 55987 clauses out of 112021 with flag 14975173/2190536
604.24/602.60	c cleaning 56976 clauses out of 114034 with flag 15481733/2248536
622.54/620.96	c cleaning 57995 clauses out of 116063 with flag 15986945/2307541
638.74/636.93	c cleaning 58988 clauses out of 118063 with flag 16535359/2367536
653.04/651.23	c cleaning 60000 clauses out of 120076 with flag 17080076/2428537
670.36/668.58	c cleaning 60986 clauses out of 122076 with flag 17606530/2490537
683.34/681.46	c cleaning 62026 clauses out of 124089 with flag 18146267/2553536
700.94/699.01	c cleaning 63012 clauses out of 126063 with flag 18692035/2617536
715.59/713.68	c cleaning 63997 clauses out of 128051 with flag 19196953/2682536
761.19/759.26	c cleaning 64997 clauses out of 130054 with flag 19739980/2748536
809.97/807.91	c cleaning 65997 clauses out of 132058 with flag 20276581/2815537
860.97/858.96	c cleaning 66999 clauses out of 134061 with flag 20853679/2883537
904.58/902.43	c cleaning 67999 clauses out of 136061 with flag 21450800/2952536
951.18/949.01	c cleaning 68999 clauses out of 138063 with flag 22048147/3022537
1000.48/998.24	c cleaning 70001 clauses out of 140066 with flag 22633233/3093539
1066.40/1064.15	c cleaning 70998 clauses out of 142064 with flag 23276470/3165538
1120.70/1118.35	c cleaning 71998 clauses out of 144064 with flag 23875174/3238536
1189.52/1187.17	c cleaning 73001 clauses out of 146066 with flag 24512328/3312536
1262.19/1259.74	c cleaning 73997 clauses out of 148066 with flag 25187194/3387537
1324.97/1322.34	c cleaning 75001 clauses out of 150069 with flag 25869432/3463537
1383.67/1381.00	c cleaning 76005 clauses out of 152071 with flag 26542881/3540540
1447.96/1445.29	c cleaning 76997 clauses out of 154062 with flag 27389055/3618536
1511.48/1508.76	c cleaning 78003 clauses out of 156065 with flag 28165507/3697536
1572.00/1569.19	c cleaning 78999 clauses out of 158062 with flag 28993262/3777536
1637.97/1635.05	c cleaning 80002 clauses out of 160063 with flag 29893026/3858536
1708.28/1705.36	c cleaning 80997 clauses out of 162062 with flag 30715954/3940537
1776.49/1773.47	c cleaning 82000 clauses out of 164065 with flag 31589691/4023537
1800.09/1797.00	c starts		: 18439
1800.09/1797.00	c conflicts		: 4066479
1800.09/1797.00	c decisions		: 6762063
1800.09/1797.00	c propagations		: 71657851
1800.09/1797.00	c inspects		: 30874889938
1800.09/1797.00	c shortcuts		: 0
1800.09/1797.00	c learnt literals	: 0
1800.09/1797.00	c learnt binary clauses	: 0
1800.09/1797.00	c learnt ternary clauses	: 0
1800.09/1797.00	c learnt constraints	: 4066479
1800.09/1797.00	c ignored constraints	: 0
1800.09/1797.00	c root simplifications	: 0
1800.09/1797.00	c removed literals (reason simplification)	: 0
1800.09/1797.00	c reason swapping (by a shorter reason)	: 0
1800.09/1797.00	c Calls to reduceDB	: 120
1800.09/1797.00	c Number of update (reduction) of LBD	: 2281544
1800.09/1797.00	c Imported unit clauses	: 0
1800.09/1797.00	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.00	c number of learned constraints concerned by reduction	: 0
1800.09/1797.00	c number of learning phase by resolution	: 0
1800.09/1797.00	c number of learning phase by cutting planes	: 0
1800.09/1797.00	c speed (assignments/second)	: 39879.57354401243
1800.09/1797.00	c non guided choices	20026
1800.09/1797.03	c learnt constraints type 
1800.09/1797.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 125008
1800.09/1797.03	s SATISFIABLE
1800.09/1797.03	c Found 13 solution(s)
1800.09/1797.03	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 x255 -x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 
1800.09/1797.03	c objective function=25
1800.09/1797.03	c Total wall clock time (in seconds): 1796.934

Verifier Data

OK	25

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-4090534-1466062147/watcher-4090534-1466062147 -o /tmp/evaluation-result-4090534-1466062147/solver-4090534-1466062147 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466062116-12424 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090534-1466062147.wbo 

pid=13110
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.14 0.42 0.38 3/187 13113
/proc/meminfo: memFree=30437624/32872528 swapFree=1504664/1684536
[pid=13113] ppid=13110 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13113/stat : 13113 (java) S 13110 13113 12407 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8260612 98570240 978 33554432000 1073741824 1073778376 140734594886192 140734594877328 215127982141 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13113/statm: 24065 978 744 9 0 16771 0
[pid=13113/tid=13115] ppid=13110 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13115/stat : 13115 (java) R 13110 13113 12407 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8260612 98570240 978 33554432000 1073741824 1073778376 140734594886192 140484138798632 215124624768 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100015 s]
/proc/loadavg: 1.14 0.42 0.38 3/187 13113
/proc/meminfo: memFree=30437624/32872528 swapFree=1504664/1684536
[pid=13113] ppid=13110 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/13113/stat : 13113 (java) S 13110 13113 12407 0 -1 4202496 4490 0 1 0 10 1 0 0 20 0 18 0 8260612 9787879424 6131 33554432000 1073741824 1073778376 140734594886192 140734594877328 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13113/statm: 2389619 6131 2157 9 0 2380296 0
[pid=13113/tid=13115] ppid=13110 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/13113/task/13115/stat : 13115 (java) R 13110 13113 12407 0 -1 4202560 2376 0 1 0 6 2 0 0 20 0 18 0 8260612 9787879424 6131 33554432000 1073741824 1073778376 140734594886192 140484138803544 215128007949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200257 s]
/proc/loadavg: 1.14 0.42 0.38 3/187 13113
/proc/meminfo: memFree=30437624/32872528 swapFree=1504664/1684536
[pid=13113] ppid=13110 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/13113/stat : 13113 (java) S 13110 13113 12407 0 -1 4202496 5926 0 1 0 29 1 0 0 20 0 19 0 8260612 9856040960 7456 33554432000 1073741824 1073778376 140734594886192 140734594877328 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13113/statm: 2406260 7456 2226 9 0 2396937 0
[pid=13113/tid=13115] ppid=13110 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/13113/task/13115/stat : 13115 (java) R 13110 13113 12407 0 -1 4202560 2403 0 1 0 16 2 0 0 20 0 19 0 8260612 9856040960 7456 33554432000 1073741824 1073778376 140734594886192 140484138803048 140483967921492 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.300355 s]
/proc/loadavg: 1.14 0.42 0.38 3/187 13113
/proc/meminfo: memFree=30437624/32872528 swapFree=1504664/1684536
[pid=13113] ppid=13110 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/13113/stat : 13113 (java) S 13110 13113 12407 0 -1 4202496 6384 0 1 0 50 1 0 0 20 0 19 0 8260612 9856040960 8125 33554432000 1073741824 1073778376 140734594886192 140734594877328 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13113/statm: 2406260 8125 2238 9 0 2396937 0
[pid=13113/tid=13115] ppid=13110 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13113/task/13115/stat : 13115 (java) R 13110 13113 12407 0 -1 4202560 2404 0 1 0 26 2 0 0 20 0 19 0 8260612 9856040960 8125 33554432000 1073741824 1073778376 140734594886192 140484138803048 140483968283232 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9625040

[startup+0.700266 s]
/proc/loadavg: 1.14 0.42 0.38 3/187 13113
/proc/meminfo: memFree=30437624/32872528 swapFree=1504664/1684536
[pid=13113] ppid=13110 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/13113/stat : 13113 (java) S 13110 13113 12407 0 -1 4202496 7301 0 1 0 98 2 0 0 20 0 19 0 8260612 9856040960 8787 33554432000 1073741824 1073778376 140734594886192 140734594877328 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13113/statm: 2406260 8787 2244 9 0 2396937 0
[pid=13113/tid=13115] ppid=13110 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/13113/task/13115/stat : 13115 (java) R 13110 13113 12407 0 -1 4202560 2405 0 1 0 66 2 0 0 20 0 19 0 8260612 9856040960 8787 33554432000 1073741824 1073778376 140734594886192 140484138803688 140483968273204 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 1.29 0.46 0.40 4/215 13141
/proc/meminfo: memFree=30386724/32872528 swapFree=1504664/1684536
[pid=13113] ppid=13110 vsize=9625040 CPUtime=1.86 cores=0,2,4,6
/proc/13113/stat : 13113 (java) S 13110 13113 12407 0 -1 4202496 7405 0 1 0 184 2 0 0 20 0 19 0 8260612 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140734594877328 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13113/statm: 2406260 9817 2250 9 0 2396937 0
[pid=13113/tid=13115] ppid=13110 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/13113/task/13115/stat : 13115 (java) R 13110 13113 12407 0 -1 4202560 2408 0 1 0 146 2 0 0 20 0 19 0 8260612 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140484138803736 140483968268704 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13113/tid=13119] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13119/stat : 13119 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140484100295592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13120] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13120/stat : 13120 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140484099243048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13121] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13121/stat : 13121 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140484098189992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13122] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13122/stat : 13122 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140484097137448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13113/tid=13123] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13123/stat : 13123 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140484096084392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13124] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13124/stat : 13124 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140484095031848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13125] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13125/stat : 13125 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140484093978792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13126] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13126/stat : 13126 (java) S 13110 13113 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140484092926248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13127] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13127/stat : 13127 (java) S 13110 13113 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140483962575720 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13128] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13128/stat : 13128 (java) S 13110 13113 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140483961522040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13129] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13129/stat : 13129 (java) S 13110 13113 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140483960468872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13135] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13135/stat : 13135 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260616 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140483959417616 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13136] ppid=13110 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/13113/task/13136/stat : 13136 (java) S 13110 13113 12407 0 -1 4202560 1132 0 0 0 13 0 0 0 20 0 19 0 8260616 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140483958364472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13137] ppid=13110 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13113/task/13137/stat : 13137 (java) S 13110 13113 12407 0 -1 4202560 2596 0 0 0 21 0 0 0 20 0 19 0 8260616 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140483957311928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13138] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13138/stat : 13138 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260616 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140483956259064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13139] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13139/stat : 13139 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260617 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140483955206728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13141] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13141/stat : 13141 (java) S 13110 13113 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8260627 9856040960 9817 33554432000 1073741824 1073778376 140734594886192 140483954153000 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 1.29 0.46 0.40 3/215 13141
/proc/meminfo: memFree=30378036/32872528 swapFree=1504664/1684536
[pid=13113] ppid=13110 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/13113/stat : 13113 (java) S 13110 13113 12407 0 -1 4202496 7409 0 1 0 347 2 0 0 20 0 19 0 8260612 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140734594877328 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13113/statm: 2406260 10842 2250 9 0 2396937 0
[pid=13113/tid=13115] ppid=13110 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/13113/task/13115/stat : 13115 (java) R 13110 13113 12407 0 -1 4202560 2411 0 1 0 306 2 0 0 20 0 19 0 8260612 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140484138801536 140483968314806 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13113/tid=13119] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13119/stat : 13119 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140484100295592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13120] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13120/stat : 13120 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140484099243048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13121] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13121/stat : 13121 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140484098189992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13122] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13122/stat : 13122 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140484097137448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13113/tid=13123] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13123/stat : 13123 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140484096084392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13124] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13124/stat : 13124 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140484095031848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13125] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13125/stat : 13125 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140484093978792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13126] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13126/stat : 13126 (java) S 13110 13113 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140484092926248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13127] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13127/stat : 13127 (java) S 13110 13113 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140483962575720 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13128] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13128/stat : 13128 (java) S 13110 13113 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140483961522040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13129] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13129/stat : 13129 (java) S 13110 13113 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140483960468872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13135] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13135/stat : 13135 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260616 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140483959417616 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13136] ppid=13110 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13113/task/13136/stat : 13136 (java) S 13110 13113 12407 0 -1 4202560 1132 0 0 0 14 0 0 0 20 0 19 0 8260616 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140483958364472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13137] ppid=13110 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/13113/task/13137/stat : 13137 (java) S 13110 13113 12407 0 -1 4202560 2597 0 0 0 23 0 0 0 20 0 19 0 8260616 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140483957311928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13138] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13138/stat : 13138 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260616 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140483956259064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13139] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13139/stat : 13139 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260617 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140483955206728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13141] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13141/stat : 13141 (java) S 13110 13113 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8260627 9856040960 10842 33554432000 1073741824 1073778376 140734594886192 140483954153000 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 1.35 0.48 0.40 3/215 13141
/proc/meminfo: memFree=30352916/32872528 swapFree=1504664/1684536
[pid=13113] ppid=13110 vsize=9625040 CPUtime=6.7 cores=0,2,4,6
/proc/13113/stat : 13113 (java) S 13110 13113 12407 0 -1 4202496 7417 0 1 0 668 2 0 0 20 0 19 0 8260612 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140734594877328 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13113/statm: 2406260 13915 2251 9 0 2396937 0
[pid=13113/tid=13115] ppid=13110 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/13113/task/13115/stat : 13115 (java) R 13110 13113 12407 0 -1 4202560 2418 0 1 0 625 2 0 0 20 0 19 0 8260612 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140484138795312 140483968287620 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13113/tid=13119] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13119/stat : 13119 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140484100295592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13120] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13120/stat : 13120 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140484099243048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13121] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13121/stat : 13121 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140484098189992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13122] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13122/stat : 13122 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140484097137448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13113/tid=13123] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13123/stat : 13123 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140484096084392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13124] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13124/stat : 13124 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140484095031848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13125] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13125/stat : 13125 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140484093978792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13126] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13126/stat : 13126 (java) S 13110 13113 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8260613 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140484092926248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13127] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13127/stat : 13127 (java) S 13110 13113 12407 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140483962575720 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13128] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13128/stat : 13128 (java) S 13110 13113 12407 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140483961522040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13129] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13129/stat : 13129 (java) S 13110 13113 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140483960468872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13135] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13135/stat : 13135 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260616 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140483959417616 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13136] ppid=13110 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13113/task/13136/stat : 13136 (java) S 13110 13113 12407 0 -1 4202560 1132 0 0 0 14 0 0 0 20 0 19 0 8260616 9856040960 13915 33554432000 1073741824 1073778376 140734594886192 140483958364472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13137] ppid=13110 vsize=9625040 CPUtime=0.25 cores=0,2,4,6

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

[pid=13113/tid=13141] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13141/stat : 13141 (java) S 13110 13113 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8260627 9856040960 130742 33554432000 1073741824 1073778376 140734594886192 140483954153000 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1665.28
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.26 1.95 3/215 13184
/proc/meminfo: memFree=29434700/32872528 swapFree=1504664/1684536
[pid=13113] ppid=13110 vsize=9625040 CPUtime=1725.38 cores=0,2,4,6
/proc/13113/stat : 13113 (java) S 13110 13113 12407 0 -1 4202496 11137 0 1 0 172459 79 0 0 20 0 19 0 8260612 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140734594877328 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13113/statm: 2406260 128970 2277 9 0 2396937 0
[pid=13113/tid=13115] ppid=13110 vsize=9625040 CPUtime=1716.41 cores=0,2,4,6
/proc/13113/task/13115/stat : 13115 (java) R 13110 13113 12407 0 -1 4202560 2494 0 1 0 171610 31 0 0 20 0 19 0 8260612 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484138802528 140483968287532 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13119] ppid=13110 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13113/task/13119/stat : 13119 (java) S 13110 13113 12407 0 -1 4202560 456 0 0 0 33 7 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484100295592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13120] ppid=13110 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13113/task/13120/stat : 13120 (java) S 13110 13113 12407 0 -1 4202560 364 0 0 0 34 6 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484099243048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13113/tid=13121] ppid=13110 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13113/task/13121/stat : 13121 (java) S 13110 13113 12407 0 -1 4202560 358 0 0 0 44 10 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484098189992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13122] ppid=13110 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/13113/task/13122/stat : 13122 (java) S 13110 13113 12407 0 -1 4202560 516 0 0 0 36 5 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484097137448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13123] ppid=13110 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13113/task/13123/stat : 13123 (java) S 13110 13113 12407 0 -1 4202560 241 0 0 0 35 5 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484096084392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13124] ppid=13110 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13113/task/13124/stat : 13124 (java) S 13110 13113 12407 0 -1 4202560 378 0 0 0 36 6 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484095031848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13125] ppid=13110 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/13113/task/13125/stat : 13125 (java) S 13110 13113 12407 0 -1 4202560 516 0 0 0 39 8 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484093978792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13126] ppid=13110 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/13113/task/13126/stat : 13126 (java) S 13110 13113 12407 0 -1 4202560 336 0 0 0 38 6 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484092926248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13127] ppid=13110 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13113/task/13127/stat : 13127 (java) S 13110 13113 12407 0 -1 4202560 180 0 0 0 25 2 0 0 20 0 19 0 8260614 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483962575720 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13113/tid=13128] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13128/stat : 13128 (java) S 13110 13113 12407 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483961522040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13129] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13129/stat : 13129 (java) S 13110 13113 12407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483960468872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13135] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13135/stat : 13135 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260616 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483959417616 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13136] ppid=13110 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13113/task/13136/stat : 13136 (java) S 13110 13113 12407 0 -1 4202560 1132 0 0 0 14 0 0 0 20 0 19 0 8260616 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483958364472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13137] ppid=13110 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13113/task/13137/stat : 13137 (java) S 13110 13113 12407 0 -1 4202560 2809 0 0 0 28 0 0 0 20 0 19 0 8260616 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483957311928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13138] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13138/stat : 13138 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260616 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483956259064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13139] ppid=13110 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/13113/task/13139/stat : 13139 (java) S 13110 13113 12407 0 -1 4202560 100 0 0 0 27 24 0 0 20 0 19 0 8260617 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483955206728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13113/tid=13141] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13141/stat : 13141 (java) S 13110 13113 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8260627 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483954153000 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.38
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.25 1.96 4/215 13185
/proc/meminfo: memFree=29439288/32872528 swapFree=1504664/1684536
[pid=13113] ppid=13110 vsize=9625040 CPUtime=1785.39 cores=0,2,4,6
/proc/13113/stat : 13113 (java) S 13110 13113 12407 0 -1 4202496 11141 0 1 0 178459 80 0 0 20 0 19 0 8260612 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140734594877328 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13113/statm: 2406260 128970 2277 9 0 2396937 0
[pid=13113/tid=13115] ppid=13110 vsize=9625040 CPUtime=1776.25 cores=0,2,4,6
/proc/13113/task/13115/stat : 13115 (java) R 13110 13113 12407 0 -1 4202560 2494 0 1 0 177593 32 0 0 20 0 19 0 8260612 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484138794800 140483968314806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13119] ppid=13110 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13113/task/13119/stat : 13119 (java) S 13110 13113 12407 0 -1 4202560 456 0 0 0 33 7 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484100295592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13120] ppid=13110 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13113/task/13120/stat : 13120 (java) S 13110 13113 12407 0 -1 4202560 364 0 0 0 34 6 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484099243048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13113/tid=13121] ppid=13110 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13113/task/13121/stat : 13121 (java) S 13110 13113 12407 0 -1 4202560 358 0 0 0 44 10 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484098189992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13122] ppid=13110 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/13113/task/13122/stat : 13122 (java) S 13110 13113 12407 0 -1 4202560 516 0 0 0 36 5 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484097137448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13123] ppid=13110 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13113/task/13123/stat : 13123 (java) S 13110 13113 12407 0 -1 4202560 241 0 0 0 35 5 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484096084392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13124] ppid=13110 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13113/task/13124/stat : 13124 (java) S 13110 13113 12407 0 -1 4202560 378 0 0 0 36 6 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484095031848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13125] ppid=13110 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/13113/task/13125/stat : 13125 (java) S 13110 13113 12407 0 -1 4202560 516 0 0 0 39 8 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484093978792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13126] ppid=13110 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/13113/task/13126/stat : 13126 (java) S 13110 13113 12407 0 -1 4202560 336 0 0 0 38 6 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484092926248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13127] ppid=13110 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13113/task/13127/stat : 13127 (java) S 13110 13113 12407 0 -1 4202560 180 0 0 0 26 2 0 0 20 0 19 0 8260614 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483962575720 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13128] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13128/stat : 13128 (java) S 13110 13113 12407 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483961522040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13129] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13129/stat : 13129 (java) S 13110 13113 12407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483960468872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13135] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13135/stat : 13135 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260616 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483959417616 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13136] ppid=13110 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13113/task/13136/stat : 13136 (java) S 13110 13113 12407 0 -1 4202560 1132 0 0 0 14 0 0 0 20 0 19 0 8260616 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483958364472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13137] ppid=13110 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13113/task/13137/stat : 13137 (java) S 13110 13113 12407 0 -1 4202560 2809 0 0 0 28 0 0 0 20 0 19 0 8260616 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483957311928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13138] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13138/stat : 13138 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260616 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483956259064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13139] ppid=13110 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13113/task/13139/stat : 13139 (java) S 13110 13113 12407 0 -1 4202560 104 0 0 0 29 25 0 0 20 0 19 0 8260617 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483955206728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13141] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13141/stat : 13141 (java) S 13110 13113 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8260627 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483954153000 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.39
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.26 2.26 1.97 3/215 13185
/proc/meminfo: memFree=29439540/32872528 swapFree=1504664/1684536
[pid=13113] ppid=13110 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/13113/stat : 13113 (java) S 13110 13113 12407 0 -1 4202496 11141 0 1 0 179929 80 0 0 20 0 19 0 8260612 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140734594877328 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13113/statm: 2406260 128970 2277 9 0 2396937 0
[pid=13113/tid=13115] ppid=13110 vsize=9625040 CPUtime=1790.92 cores=0,2,4,6
/proc/13113/task/13115/stat : 13115 (java) R 13110 13113 12407 0 -1 4202560 2494 0 1 0 179059 33 0 0 20 0 19 0 8260612 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484138794800 140483968314806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13119] ppid=13110 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13113/task/13119/stat : 13119 (java) S 13110 13113 12407 0 -1 4202560 456 0 0 0 33 7 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484100295592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13120] ppid=13110 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13113/task/13120/stat : 13120 (java) S 13110 13113 12407 0 -1 4202560 364 0 0 0 34 6 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484099243048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13113/tid=13121] ppid=13110 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13113/task/13121/stat : 13121 (java) S 13110 13113 12407 0 -1 4202560 358 0 0 0 44 10 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484098189992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13122] ppid=13110 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/13113/task/13122/stat : 13122 (java) S 13110 13113 12407 0 -1 4202560 516 0 0 0 36 5 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484097137448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13123] ppid=13110 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13113/task/13123/stat : 13123 (java) S 13110 13113 12407 0 -1 4202560 241 0 0 0 35 5 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484096084392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13124] ppid=13110 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13113/task/13124/stat : 13124 (java) S 13110 13113 12407 0 -1 4202560 378 0 0 0 36 6 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484095031848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13125] ppid=13110 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/13113/task/13125/stat : 13125 (java) S 13110 13113 12407 0 -1 4202560 516 0 0 0 39 8 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484093978792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13126] ppid=13110 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/13113/task/13126/stat : 13126 (java) S 13110 13113 12407 0 -1 4202560 336 0 0 0 38 6 0 0 20 0 19 0 8260613 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140484092926248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13127] ppid=13110 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13113/task/13127/stat : 13127 (java) S 13110 13113 12407 0 -1 4202560 180 0 0 0 26 2 0 0 20 0 19 0 8260614 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483962575720 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13128] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13128/stat : 13128 (java) S 13110 13113 12407 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483961522040 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13129] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13129/stat : 13129 (java) S 13110 13113 12407 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8260614 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483960468872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13135] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13135/stat : 13135 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260616 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483959417616 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13136] ppid=13110 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/13113/task/13136/stat : 13136 (java) S 13110 13113 12407 0 -1 4202560 1132 0 0 0 14 0 0 0 20 0 19 0 8260616 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483958364472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13113/tid=13137] ppid=13110 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13113/task/13137/stat : 13137 (java) S 13110 13113 12407 0 -1 4202560 2809 0 0 0 28 0 0 0 20 0 19 0 8260616 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483957311928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13138] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13138/stat : 13138 (java) S 13110 13113 12407 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8260616 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483956259064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13113/tid=13139] ppid=13110 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/13113/task/13139/stat : 13139 (java) S 13110 13113 12407 0 -1 4202560 104 0 0 0 29 25 0 0 20 0 19 0 8260617 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483955206728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13113/tid=13141] ppid=13110 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13113/task/13141/stat : 13141 (java) S 13110 13113 12407 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8260627 9856040960 128970 33554432000 1073741824 1073778376 140734594886192 140483954153000 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13113 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=718161
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=272806
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.04
CPU time (s): 1800.09
CPU user time (s): 1799.29
CPU system time (s): 0.8
CPU usage (%): 100.17
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.72
system time used= 1.27281
maximum resident set size= 640280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11272
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38625
involuntary context switches= 19908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.97248 second user time and 14.1648 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-16 09:29:07
IDJOB=4090534
IDBENCH=78662
IDSOLVER=2551
FILE ID=node135/4090534-1466062147
RUNJOBID= node135-1466062116-12424
PBS_JOBID= 19904004
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_16_pb.cnf.cr--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090534-1466062147/watcher-4090534-1466062147 -o /tmp/evaluation-result-4090534-1466062147/solver-4090534-1466062147 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466062116-12424 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090534-1466062147.wbo

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

MD5SUM BENCH= c3b83188909f121458b2a501f16a66ab
RANDOM SEED=1084093488

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30443908 kB
Buffers:            2400 kB
Cached:            36772 kB
SwapCached:         2120 kB
Active:            26748 kB
Inactive:          16956 kB
Active(anon):       5900 kB
Inactive(anon):     1264 kB
Active(file):      20848 kB
Inactive(file):    15692 kB
Unevictable:     1684536 kB
Mlocked:         1504664 kB
SwapTotal:      67108856 kB
SwapFree:       67098544 kB
Dirty:              2104 kB
Writeback:             0 kB
AnonPages:       1688484 kB
Mapped:             7888 kB
Shmem:                 0 kB
Slab:             566288 kB
SReclaimable:       8716 kB
SUnreclaim:       557572 kB
KernelStack:        1456 kB
PageTables:         7140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1805788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node135 at 2016-06-16 09:59:04