Trace number 4241553

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
R1: cosoco-sat 1.1SAT 1.31079 1.32344

General information on the benchmark

NameDriver/Driver-m1-s1/
driverlogw-09.xml
MD5SUM39f2309c430e073944706d11745a3453
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.60685998
Satisfiable
(Un)Satisfiability was proved
Number of variables650
Number of constraints17447
Number of domains9
Minimum domain size2
Maximum domain size12
Distribution of domain sizes[{"size":2,"count":211},{"size":3,"count":100},{"size":4,"count":71},{"size":5,"count":71},{"size":6,"count":29},{"size":7,"count":93},{"size":8,"count":41},{"size":10,"count":25},{"size":12,"count":9}]
Minimum variable degree1
Maximum variable degree138
Distribution of variable degrees[{"degree":1,"count":6},{"degree":2,"count":6},{"degree":3,"count":10},{"degree":4,"count":6},{"degree":5,"count":4},{"degree":6,"count":19},{"degree":7,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":7},{"degree":12,"count":5},{"degree":13,"count":3},{"degree":14,"count":7},{"degree":15,"count":9},{"degree":16,"count":6},{"degree":17,"count":5},{"degree":18,"count":8},{"degree":19,"count":2},{"degree":20,"count":3},{"degree":22,"count":8},{"degree":23,"count":1},{"degree":24,"count":6},{"degree":25,"count":4},{"degree":26,"count":11},{"degree":27,"count":4},"...",{"degree":104,"count":4}, {"degree":105,"count":2}, {"degree":106,"count":4}, {"degree":107,"count":3}, {"degree":108,"count":4}, {"degree":109,"count":2}, {"degree":111,"count":1}, {"degree":112,"count":3}, {"degree":113,"count":1}, {"degree":114,"count":1}, {"degree":115,"count":2}, {"degree":116,"count":2}, {"degree":117,"count":4}, {"degree":118,"count":4}, {"degree":119,"count":5}, {"degree":121,"count":2}, {"degree":122,"count":2}, {"degree":123,"count":3}, {"degree":124,"count":1}, {"degree":125,"count":1}, {"degree":128,"count":2}, {"degree":129,"count":1}, {"degree":130,"count":1}, {"degree":133,"count":1}, {"degree":138,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":17447}]
Number of extensional constraints17447
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":17447}]
Optimization problemNO
Type of objective

Solver Data

0.38/0.44	c SAT : Variables: 2872 -- Clauses: 7552
0.38/0.47	c root propagations     : 162         
0.38/0.47	c restarts enabled, print stats at every restarts
0.38/0.47	c
0.38/0.47	c
0.38/0.47	c
0.38/0.47	c This is cosoco 1.0 --  
0.38/0.47	c
0.38/0.47	c ========================================[ Problem Statistics ]===========================================
0.38/0.47	c |                                                                                                       
0.38/0.47	c |  Parse time        :         0.42 s 
0.38/0.47	c |
0.38/0.47	c |               Variables: 650
0.38/0.47	c |            Domain Sizes: 2..12
0.38/0.47	c |
0.38/0.47	c |             Constraints: 17447
0.38/0.47	c |                   Arity: 2..2  -- Binary: 17447
0.38/0.47	c | 
0.38/0.47	c |                   Types: 
0.38/0.47	c |                          Extension: 17447  (nb tuples: 1..54) -- (shared: 15127)
0.38/0.47	c |                          
0.38/0.47	c =========================================================================================================
0.38/0.47	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.38/0.49	c 10             503            140097         6928           40             8              16   293   128 
0.48/0.51	c 20             878            282571         14589          40             13             222   339   241
0.48/0.53	c 30             1120           479491         25354          40             15             56   209   121 
0.48/0.56	c 40             1218           707793         38175          40             17             17   41   30   
0.58/0.60	c 50             1438           1026027        54157          40             19             32   55   44   
0.58/0.63	c 60             2258           1205381        62503          40             21             35   424   118 
0.58/0.65	c 70             2405           1384054        70700          40             24             42   105   57  
0.58/0.68	c 80             2562           1637906        82567          40             25             20   86   45   
0.58/0.69	c 90             2665           1737797        87359          40             27             34   48   38   
0.68/0.71	c 100            2834           1886190        93997          40             29             50   93   59   
0.68/0.71	c 101            2881           1909164        94838          40             30             47   47   23   
0.68/0.73	c 110            2968           2062287        102927         40             32             42   52   41   
0.68/0.75	c 120            3151           2248972        112387         40             35             28   80   41   
0.68/0.77	c 130            3285           2390847        118547         40             36             42   59   45   
0.78/0.81	c 140            3408           2744662        139255         40             39             27   43   30   
0.78/0.82	c 150            3495           2878064        145208         40             41             33   53   37   
0.78/0.83	c 160            3558           3011806        153075         40             47             21   39   28   
0.78/0.85	c 170            3678           3151139        159268         40             50             26   50   35   
0.78/0.87	c 180            3799           3305569        167152         40             52             15   47   23   
0.78/0.88	c 190            3875           3438181        174876         40             55             36   43   34   
0.88/0.90	c 200            4016           3623788        182887         40             57             54   58   51   
0.88/0.91	c 210            4128           3722334        187876         40             60             23   41   31   
0.88/0.92	c 211            4192           3792010        190971         40             61             64   64   32   
0.88/0.93	c 220            4267           3870807        195083         40             62             45   52   44   
0.88/0.95	c 230            4401           4019860        202282         40             65             39   63   44   
0.88/0.97	c 240            4523           4262465        213508         40             67             30   56   41   
0.88/0.99	c 250            4640           4418125        221230         40             69             28   42   29   
0.98/1.00	c 260            4714           4497764        224193         40             72             14   54   41   
0.98/1.01	c 270            4779           4652457        231013         40             75             48   51   44   
0.98/1.04	c 280            4886           4865896        242793         40             78             16   52   30   
0.98/1.06	c 290            4987           5044544        251908         40             81             18   35   25   
0.98/1.08	c 300            5093           5241049        262984         40             84             34   54   38   
0.98/1.10	c 310            5207           5389480        270099         40             88             13   52   35   
1.09/1.12	c 320            5350           5545211        277256         40             91             31   51   38   
1.09/1.12	conflict 10lvl : 31 bt31-1183:0(714)X425341
1.09/1.14	c 330            5485           5737787        286098         40             94             38   53   42   
1.09/1.14	c 332            5526           5781504        288118         40             96             24   40   21   
1.09/1.16	c 340            5620           5918907        295382         40             99             30   60   35   
1.09/1.18	c 350            5743           6087888        302298         40             103            34   53   41   
1.09/1.19	c 360            5893           6186528        306433         40             107            45   91   68   
1.19/1.21	c 370            5992           6348241        312772         40             108            41   51   44   
1.19/1.23	c 380            6183           6557202        321863         40             112            40   66   53   
1.19/1.25	c 390            6351           6716073        328896         40             115            43   84   54   
1.19/1.26	c 400            6582           6819096        334248         40             119            21   85   66   
1.19/1.28	c 410            6723           6971722        342481         40             122            20   48   33   
1.28/1.31	c solution 1
1.28/1.31	
1.28/1.31	v <instantiation type='solution'>
1.28/1.31	v <list>x0[0] x0[1] x0[2] x0[3] x0[4] x0[5] x0[6] x0[7] x0[8] x0[9] x0[10] x0[11] x0[12] x0[13] x0[14] x0[15] x0[16] x0[17] x0[18] x0[19] x0[20] x0[21] x0[22] x0[23] x0[24] x0[25] x0[26] x0[27] x0[28] x0[29] x0[30] x0[31] x0[32] x0[33] x0[34] x0[35] x0[36] x0[37] x0[38] x0[39] x0[40] x0[41] x0[42] x0[43] x0[44] x0[45] x0[46] x0[47] x0[48] x0[49] x0[50] x0[51] x0[52] x0[53] x0[54] x0[55] x0[56] x0[57] x0[58] x0[59] x0[60] x0[61] x0[62] x0[63] x0[64] x0[65] x0[66] x0[67] x0[68] x0[69] x0[70] x1[0] x1[1] x1[2] x1[3] x1[4] x1[5] x1[6] x1[7] x1[8] x1[9] x1[10] x1[11] x1[12] x1[13] x1[14] x1[15] x1[16] x1[17] x1[18] x1[19] x1[20] x1[21] x1[22] x1[23] x1[24] x1[25] x1[26] x1[27] x1[28] x1[29] x1[30] x1[31] x1[32] x1[33] x1[34] x1[35] x1[36] x1[37] x1[38] x1[39] x1[40] x1[41] x1[42] x1[43] x1[44] x1[45] x1[46] x1[47] x1[48] x1[49] x1[50] x1[51] x1[52] x1[53] x1[54] x1[55] x1[56] x1[57] x1[58] x1[59] x1[60] x1[61] x1[62] x1[63] x1[64] x1[65] x1[66] x1[67] x1[68] x1[69] x1[70] x1[71] x1[72] x1[73] x1[74] x1[75] x1[76] x1[77] x1[78] x1[79] x1[80] x1[81] x1[82] x1[83] x1[84] x1[85] x1[86] x1[87] x1[88] x1[89] x1[90] x1[91] x1[92] x2[0] x2[1] x2[2] x2[3] x2[4] x2[5] x2[6] x2[7] x2[8] x2[9] x2[10] x2[11] x2[12] x2[13] x2[14] x2[15] x2[16] x2[17] x2[18] x2[19] x2[20] x2[21] x2[22] x2[23] x2[24] x2[25] x2[26] x2[27] x2[28] x3[0] x3[1] x3[2] x3[3] x3[4] x3[5] x3[6] x3[7] x3[8] x3[9] x3[10] x3[11] x3[12] x3[13] x3[14] x3[15] x3[16] x3[17] x3[18] x3[19] x3[20] x3[21] x3[22] x3[23] x3[24] x3[25] x3[26] x3[27] x3[28] x3[29] x3[30] x3[31] x3[32] x3[33] x3[34] x3[35] x3[36] x3[37] x3[38] x3[39] x3[40] x3[41] x3[42] x3[43] x3[44] x3[45] x3[46] x3[47] x3[48] x3[49] x3[50] x3[51] x3[52] x3[53] x3[54] x3[55] x3[56] x3[57] x3[58] x3[59] x3[60] x3[61] x3[62] x3[63] x3[64] x3[65] x3[66] x3[67] x3[68] x3[69] x3[70] x4[0] x4[1] x4[2] x4[3] x4[4] x4[5] x4[6] x4[7] x4[8] x4[9] x4[10] x4[11] x4[12] x4[13] x4[14] x4[15] x4[16] x4[17] x4[18] x4[19] x4[20] x4[21] x4[22] x4[23] x4[24] x4[25] x4[26] x4[27] x4[28] x4[29] x4[30] x4[31] x4[32] x4[33] x4[34] x4[35] x4[36] x4[37] x4[38] x4[39] x4[40] x5[0] x5[1] x5[2] x5[3] x5[4] x5[5] x5[6] x5[7] x5[8] x5[9] x5[10] x5[11] x5[12] x5[13] x5[14] x5[15] x5[16] x5[17] x5[18] x5[19] x5[20] x5[21] x5[22] x5[23] x5[24] x6[0] x6[1] x6[2] x6[3] x6[4] x6[5] x6[6] x6[7] x6[8] x6[9] x6[10] x6[11] x6[12] x6[13] x6[14] x6[15] x6[16] x6[17] x6[18] x6[19] x6[20] x6[21] x6[22] x6[23] x6[24] x6[25] x6[26] x6[27] x6[28] x6[29] x6[30] x6[31] x6[32] x6[33] x6[34] x6[35] x6[36] x6[37] x6[38] x6[39] x6[40] x6[41] x6[42] x6[43] x6[44] x6[45] x6[46] x6[47] x6[48] x6[49] x6[50] x6[51] x6[52] x6[53] x6[54] x6[55] x6[56] x6[57] x6[58] x6[59] x6[60] x6[61] x6[62] x6[63] x6[64] x6[65] x6[66] x6[67] x6[68] x6[69] x6[70] x6[71] x6[72] x6[73] x6[74] x6[75] x6[76] x6[77] x6[78] x6[79] x6[80] x6[81] x6[82] x6[83] x6[84] x6[85] x6[86] x6[87] x6[88] x6[89] x6[90] x6[91] x6[92] x6[93] x6[94] x6[95] x6[96] x6[97] x6[98] x6[99] x7[0] x7[1] x7[2] x7[3] x7[4] x7[5] x7[6] x7[7] x7[8] x8[0] x8[1] x8[2] x8[3] x8[4] x8[5] x8[6] x8[7] x8[8] x8[9] x8[10] x8[11] x8[12] x8[13] x8[14] x8[15] x8[16] x8[17] x8[18] x8[19] x8[20] x8[21] x8[22] x8[23] x8[24] x8[25] x8[26] x8[27] x8[28] x8[29] x8[30] x8[31] x8[32] x8[33] x8[34] x8[35] x8[36] x8[37] x8[38] x8[39] x8[40] x8[41] x8[42] x8[43] x8[44] x8[45] x8[46] x8[47] x8[48] x8[49] x8[50] x8[51] x8[52] x8[53] x8[54] x8[55] x8[56] x8[57] x8[58] x8[59] x8[60] x8[61] x8[62] x8[63] x8[64] x8[65] x8[66] x8[67] x8[68] x8[69] x8[70] x8[71] x8[72] x8[73] x8[74] x8[75] x8[76] x8[77] x8[78] x8[79] x8[80] x8[81] x8[82] x8[83] x8[84] x8[85] x8[86] x8[87] x8[88] x8[89] x8[90] x8[91] x8[92] x8[93] x8[94] x8[95] x8[96] x8[97] x8[98] x8[99] x8[100] x8[101] x8[102] x8[103] x8[104] x8[105] x8[106] x8[107] x8[108] x8[109] x8[110] x8[111] x8[112] x8[113] x8[114] x8[115] x8[116] x8[117] x8[118] x8[119] x8[120] x8[121] x8[122] x8[123] x8[124] x8[125] x8[126] x8[127] x8[128] x8[129] x8[130] x8[131] x8[132] x8[133] x8[134] x8[135] x8[136] x8[137] x8[138] x8[139] x8[140] x8[141] x8[142] x8[143] x8[144] x8[145] x8[146] x8[147] x8[148] x8[149] x8[150] x8[151] x8[152] x8[153] x8[154] x8[155] x8[156] x8[157] x8[158] x8[159] x8[160] x8[161] x8[162] x8[163] x8[164] x8[165] x8[166] x8[167] x8[168] x8[169] x8[170] x8[171] x8[172] x8[173] x8[174] x8[175] x8[176] x8[177] x8[178] x8[179] x8[180] x8[181] x8[182] x8[183] x8[184] x8[185] x8[186] x8[187] x8[188] x8[189] x8[190] x8[191] x8[192] x8[193] x8[194] x8[195] x8[196] x8[197] x8[198] x8[199] x8[200] x8[201] x8[202] x8[203] x8[204] x8[205] x8[206] x8[207] x8[208] x8[209] x8[210] </list>
1.28/1.32	v <values>0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 3 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 1 0 1 1 1 0 0 0 0 4 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 5 0 1 6 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 8 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 2 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 2 0 1 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 2 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 1 0 0 9 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 1 1 0 1 0 1 1 1 1 0 0 1 0 1 1 1 1 1 1 1 1 1 0 1 0 0 1 1 0 1 1 1 1 0 1 0 1 1 1 1 1 1 0 0 </values>
1.28/1.32	v </instantiation>
1.28/1.32	
1.28/1.32	c restarts              : 44          
1.28/1.32	c conflicts             : 418          (326 /sec)
1.28/1.32	c decisions             : 7426         (5784 /sec)
1.28/1.32	c propagations          : 348122      (271165 /sec)
1.28/1.32	c root propagations     : 162         
1.28/1.32	c filter calls          : 7132013        (5555384 /sec)
1.28/1.32	c useless filter calls  : 6945125        (97 %)
1.28/1.32	c
1.28/1.32	c clauses               : 85512
1.28/1.32	c SAT propagations      : 288
1.28/1.32	c SAT conflicts         : 0 (1 learnts)
1.28/1.32	c Memory used           : 88.89 MB
1.28/1.32	c CPU time              : 1.28371 s
1.28/1.32	
1.28/1.32	s SATISFIABLE

Verifier Data

OK	

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-4241553-1500650583/watcher-4241553-1500650583 -o /tmp/evaluation-result-4241553-1500650583/solver-4241553-1500650583 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node123-1500648174-2489 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4241553-1500650583.xml 

pid=2778
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.18 2.06 1.89 3/257 2782
/proc/meminfo: memFree=32048104/32770624 swapFree=6340/204476
[pid=2782] ppid=2778 vsize=26912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2782/stat : 2782 (cosoco) R 2778 2782 2456 0 -1 4194304 449 0 0 0 0 0 0 0 20 0 1 0 326680 27557888 289 33554432000 4194304 5970956 140723942955632 140723942952280 140493234228752 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 30564352 140723942958268 140723942958403 140723942958403 140723942961102 0
/proc/2782/statm: 6728 289 251 434 0 60 0

[startup+0.100108 s]
/proc/loadavg: 2.18 2.06 1.89 3/257 2782
/proc/meminfo: memFree=32048104/32770624 swapFree=6340/204476
[pid=2782] ppid=2778 vsize=35596 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/2782/stat : 2782 (cosoco) R 2778 2782 2456 0 -1 4202496 3120 0 0 0 7 0 0 0 20 0 1 0 326680 36450304 2944 33554432000 4194304 5970956 140723942955632 140723942952232 140493218122725 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 30564352 140723942958268 140723942958403 140723942958403 140723942961102 0
/proc/2782/statm: 8899 2944 717 434 0 2263 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 35596

[startup+0.20033 s]
/proc/loadavg: 2.18 2.06 1.89 3/257 2782
/proc/meminfo: memFree=32048104/32770624 swapFree=6340/204476
[pid=2782] ppid=2778 vsize=48536 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/2782/stat : 2782 (cosoco) R 2778 2782 2456 0 -1 4202496 6361 0 0 0 17 1 0 0 20 0 1 0 326680 49700864 6178 33554432000 4194304 5970956 140723942955632 140723942950072 140493218122725 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 30564352 140723942958268 140723942958403 140723942958403 140723942961102 0
/proc/2782/statm: 12134 6178 717 434 0 5498 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 48536

[startup+0.300268 s]
/proc/loadavg: 2.18 2.06 1.89 3/257 2782
/proc/meminfo: memFree=32048104/32770624 swapFree=6340/204476
[pid=2782] ppid=2778 vsize=63724 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/2782/stat : 2782 (cosoco) R 2778 2782 2456 0 -1 4202496 10148 0 0 0 26 1 0 0 20 0 1 0 326680 65253376 9940 33554432000 4194304 5970956 140723942955632 140723942950344 5378182 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 30564352 140723942958268 140723942958403 140723942958403 140723942961102 0
/proc/2782/statm: 15931 9940 718 434 0 9295 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 63724

[startup+0.700247 s]
/proc/loadavg: 2.18 2.06 1.89 3/257 2782
/proc/meminfo: memFree=32048104/32770624 swapFree=6340/204476
[pid=2782] ppid=2778 vsize=90752 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/2782/stat : 2782 (cosoco) R 2778 2782 2456 0 -1 4202496 16153 0 0 0 66 2 0 0 20 0 1 0 326680 92930048 16446 33554432000 4194304 5970956 140723942955632 140723942952968 4912960 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 30564352 140723942958268 140723942958403 140723942958403 140723942961102 0
/proc/2782/statm: 22688 16446 771 434 0 16052 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 90752

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

[startup+0.800304 s]
/proc/loadavg: 2.18 2.06 1.89 3/257 2782
/proc/meminfo: memFree=32048104/32770624 swapFree=6340/204476
[pid=2782] ppid=2778 vsize=90752 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/2782/stat : 2782 (cosoco) R 2778 2782 2456 0 -1 4202496 16153 0 0 0 76 2 0 0 20 0 1 0 326680 92930048 16446 33554432000 4194304 5970956 140723942955632 140723942952968 5327993 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 30564352 140723942958268 140723942958403 140723942958403 140723942961102 0
/proc/2782/statm: 22688 16446 771 434 0 16052 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 90752

[startup+1.20823 s]
/proc/loadavg: 2.18 2.06 1.89 2/243 2812
/proc/meminfo: memFree=31987464/32770624 swapFree=6340/210072
[pid=2782] ppid=2778 vsize=90752 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/2782/stat : 2782 (cosoco) R 2778 2782 2456 0 -1 4202496 16157 0 0 0 117 2 0 0 20 0 1 0 326680 92930048 16446 33554432000 4194304 5970956 140723942955632 140723942952968 5319232 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 30564352 140723942958268 140723942958403 140723942958403 140723942961102 0
/proc/2782/statm: 22688 16446 771 434 0 16052 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 90752

[startup+1.30037 s]
/proc/loadavg: 2.18 2.06 1.89 2/243 2812
/proc/meminfo: memFree=31987464/32770624 swapFree=6340/210072
[pid=2782] ppid=2778 vsize=90752 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/2782/stat : 2782 (cosoco) R 2778 2782 2456 0 -1 4202496 16157 0 0 0 126 2 0 0 20 0 1 0 326680 92930048 16446 33554432000 4194304 5970956 140723942955632 140723942952968 4913057 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 30564352 140723942958268 140723942958403 140723942958403 140723942961102 0
/proc/2782/statm: 22688 16446 771 434 0 16052 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 90752

Child status: 0
Real time (s): 1.32344
CPU time (s): 1.31079
CPU user time (s): 1.2838
CPU system time (s): 0.026989
CPU usage (%): 99.0442
Max. virtual memory (cumulated for all children) (KiB): 90752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.2838
system time used= 0.026989
maximum resident set size= 66448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16262
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 68

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.014798 second user time and 0.018875 second system time

The end

Launcher Data

Begin job on node123 at 2017-07-21 17:23:03
IDJOB=4241553
IDBENCH=126982
IDSOLVER=2621
FILE ID=node123/4241553-1500650583
RUNJOBID= node123-1500648174-2489
PBS_JOBID= 20623297
Free space on /tmp= 62008 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/Driver/Driver-m1-s1/driverlogw-09.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241553-1500650583/watcher-4241553-1500650583 -o /tmp/evaluation-result-4241553-1500650583/solver-4241553-1500650583 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node123-1500648174-2489 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4241553-1500650583.xml

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

MD5SUM BENCH= 39f2309c430e073944706d11745a3453
RANDOM SEED=435707687

node123.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
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
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm 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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        32054728 kB
MemAvailable:   32027908 kB
Buffers:           29356 kB
Cached:           257328 kB
SwapCached:            0 kB
Active:           130848 kB
Inactive:         213020 kB
Active(anon):      60968 kB
Inactive(anon):     8544 kB
Active(file):      69880 kB
Inactive(file):   204476 kB
Unevictable:        6340 kB
Mlocked:            6340 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5932 kB
Writeback:             0 kB
AnonPages:         69944 kB
Mapped:            31432 kB
Shmem:              8840 kB
Slab:              60272 kB
SReclaimable:      29320 kB
SUnreclaim:        30952 kB
KernelStack:        4560 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     839720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62008 MiB
End job on node123 at 2017-07-21 17:23:04