Trace number 4265677

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco-sat 1.12SAT (TO)235 2520.0901 2519.8101

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-16-a3.xml
MD5SUM0e9e24bc5c9dc7ecc0ccfc6ea7d62ad7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark20036
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints123
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":120},{"size":501,"count":16}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":136},{"degree":2,"count":120},{"degree":16,"count":14},{"degree":17,"count":2}]
Minimum constraint arity1
Maximum constraint arity120
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":120},{"arity":16,"count":1},{"arity":120,"count":1}]
Number of extensional constraints0
Number of intensional constraints121
Distribution of constraint types[{"type":"intension","count":121},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

2.49/2.57	c SAT : Variables: 136016 -- Clauses: 33940272
2.49/2.57	c best=?? lower=0 upper=500 
24.00/24.01	c
24.00/24.01	c This is cosoco 1.12 --  
24.00/24.01	c
24.00/24.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265677-1502575929.xml 
24.00/24.01	c enable optimization
24.00/24.01	c ========================================[ Problem Statistics ]===========================================
24.00/24.01	c |                                                                                                       
24.00/24.01	c |  Parse time        :         2.23 s 
24.00/24.01	c |
24.00/24.01	c |               Variables: 272
24.00/24.01	c |            Domain Sizes: 500..501
24.00/24.01	c |
24.00/24.01	c |             Constraints: 138
24.00/24.01	c |                   Arity: 1..120  -- Unary: 2  -- Binary: 15  -- Ternary: 120
24.00/24.01	c | 
24.00/24.01	c |                   Types: 
24.00/24.01	c |                          (X - Y < k): 15
24.00/24.01	c |                          All Different: 1
24.00/24.01	c |                          Intension: 122
24.00/24.01	c |                          
24.00/24.01	c =========================================================================================================
24.00/24.01	conflict 499lvl : 5 bt3-14059:0(9308)X135923129
225.78/225.84	o 272
225.78/225.84	c    1 calls to solver: best=272 lower=0 upper=271 
229.58/229.64	o 271
262.89/262.91	o 260
262.89/262.91	c    3 calls to solver: best=260 lower=0 upper=259 
275.10/275.14	o 257
546.21/546.21	o 246
546.21/546.21	c    5 calls to solver: best=246 lower=0 upper=245 
778.85/778.81	conflict 499lvl : 13 bt11-9526:0(10525)X136532593
1039.97/1039.99	o 245
1316.51/1316.48	o 237
1316.51/1316.48	c    7 calls to solver: best=237 lower=0 upper=236 
2176.73/2176.59	o 235
2520.07/2519.80	
2520.07/2519.80	c *** INTERRUPTED ***
2520.07/2519.80	c restarts              : 580         
2520.07/2519.80	c conflicts             : 2278439      (904 /sec)
2520.07/2519.80	c decisions             : 3809711      (1512 /sec)
2520.07/2519.80	c propagations          : 7516263871  (2983067 /sec)
2520.07/2519.80	c root propagations     : 725         
2520.07/2519.80	c filter calls          : 155947012      (61893 /sec)
2520.07/2519.80	c useless filter calls  : 112563126      (72 %)
2520.07/2519.80	c
2520.07/2519.80	c clauses               : 33975214
2520.07/2519.80	c SAT propagations      : 46910
2520.07/2519.80	c SAT conflicts         : 72 (2 learnts)
2520.07/2519.80	c Memory used           : 1393.79 MB
2520.07/2519.80	c CPU time              : 2519.64 s
2520.07/2519.80	
2520.07/2519.80	c nb Solutions = 8
2520.07/2519.80	s SATISFIABLE
2520.07/2519.80	c Best value found: 235
2520.07/2519.80	
2520.07/2519.80	
2520.07/2519.80	v <instantiation type='solution' cost='235'>
2520.07/2519.80	v <list>x[0] x[10] x[11] x[12] x[13] x[14] x[15] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][0] y[0][10] y[0][11] y[0][12] y[0][13] y[0][14] y[0][15] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[10][0] y[10][10] y[10][11] y[10][12] y[10][13] y[10][14] y[10][15] y[10][1] y[10][2] y[10][3] y[10][4] y[10][5] y[10][6] y[10][7] y[10][8] y[10][9] y[11][0] y[11][10] y[11][11] y[11][12] y[11][13] y[11][14] y[11][15] y[11][1] y[11][2] y[11][3] y[11][4] y[11][5] y[11][6] y[11][7] y[11][8] y[11][9] y[12][0] y[12][10] y[12][11] y[12][12] y[12][13] y[12][14] y[12][15] y[12][1] y[12][2] y[12][3] y[12][4] y[12][5] y[12][6] y[12][7] y[12][8] y[12][9] y[13][0] y[13][10] y[13][11] y[13][12] y[13][13] y[13][14] y[13][15] y[13][1] y[13][2] y[13][3] y[13][4] y[13][5] y[13][6] y[13][7] y[13][8] y[13][9] y[14][0] y[14][10] y[14][11] y[14][12] y[14][13] y[14][14] y[14][15] y[14][1] y[14][2] y[14][3] y[14][4] y[14][5] y[14][6] y[14][7] y[14][8] y[14][9] y[15][0] y[15][10] y[15][11] y[15][12] y[15][13] y[15][14] y[15][15] y[15][1] y[15][2] y[15][3] y[15][4] y[15][5] y[15][6] y[15][7] y[15][8] y[15][9] y[1][0] y[1][10] y[1][11] y[1][12] y[1][13] y[1][14] y[1][15] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][0] y[2][10] y[2][11] y[2][12] y[2][13] y[2][14] y[2][15] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][0] y[3][10] y[3][11] y[3][12] y[3][13] y[3][14] y[3][15] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][0] y[4][10] y[4][11] y[4][12] y[4][13] y[4][14] y[4][15] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][0] y[5][10] y[5][11] y[5][12] y[5][13] y[5][14] y[5][15] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] y[5][8] y[5][9] y[6][0] y[6][10] y[6][11] y[6][12] y[6][13] y[6][14] y[6][15] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] y[6][7] y[6][8] y[6][9] y[7][0] y[7][10] y[7][11] y[7][12] y[7][13] y[7][14] y[7][15] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] y[7][8] y[7][9] y[8][0] y[8][10] y[8][11] y[8][12] y[8][13] y[8][14] y[8][15] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][8] y[8][9] y[9][0] y[9][10] y[9][11] y[9][12] y[9][13] y[9][14] y[9][15] y[9][1] y[9][2] y[9][3] y[9][4] y[9][5] y[9][6] y[9][7] y[9][8] y[9][9] </list>
2520.07/2519.80	v <values>0 93 128 170 183 224 235 4 7 9 19 25 33 53 70 92 * 93 128 170 183 224 235 4 7 9 19 25 33 53 70 92 * * 35 77 90 131 142 * * * * * * * * * * * * 42 55 96 107 * * * * * * * * * * * * * 13 54 65 * * * * * * * * * * * * * * 41 52 * * * * * * * * * * * * * * * 11 * * * * * * * * * * * * * * * * * * * * * * * * * * 89 124 166 179 220 231 * 3 5 15 21 29 49 66 88 * 86 121 163 176 217 228 * * 2 12 18 26 46 63 85 * 84 119 161 174 215 226 * * * 10 16 24 44 61 83 * 74 109 151 164 205 216 * * * * 6 14 34 51 73 * 68 103 145 158 199 210 * * * * * 8 28 45 67 * 60 95 137 150 191 202 * * * * * * 20 37 59 * 40 75 117 130 171 182 * * * * * * * 17 39 * 23 58 100 113 154 165 * * * * * * * * 22 * 1 36 78 91 132 143 * * * * * * * * * </values>
2520.07/2519.80	v </instantiation>
2520.07/2519.80	

Verifier Data

OK	235

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14161 MiB free)
  memory of node 1: 16384 MiB (12297 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265677-1502575929/watcher-4265677-1502575929 -o /tmp/evaluation-result-4265677-1502575929/solver-4265677-1502575929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502567254-24357 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265677-1502575929.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=25627, runsolver pid=25624

[startup+0.100154 s]*
/proc/loadavg: 1.98 1.99 2.03 3/188 25628
/proc/meminfo: memFree=27090356/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=30716 memory=7156 CPUtime=0.1 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 1963 0 0 0 10 0 0 0 20 0 1 0 90680756 31453184 1789 33554432000 4194304 5972588 140736711030064 140736711026712 5626659 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 7679 1789 786 435 0 1042 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 30716 KiB
Current children cumulated memory: 7156 KiB

[startup+0.209887 s]*
/proc/loadavg: 1.98 1.99 2.03 3/188 25628
/proc/meminfo: memFree=27050640/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=77468 memory=52204 CPUtime=0.21 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 10169 0 0 0 20 1 0 0 20 0 1 0 90680756 79327232 13051 33554432000 4194304 5972588 140736711030064 140736711026856 5280489 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 19367 13051 823 435 0 12730 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 77468 KiB
Current children cumulated memory: 52204 KiB

[startup+0.309654 s]*
/proc/loadavg: 1.98 1.99 2.03 3/188 25628
/proc/meminfo: memFree=26995628/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=143908 memory=107156 CPUtime=0.31 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 19310 0 0 0 28 3 0 0 20 0 1 0 90680756 147361792 26789 33554432000 4194304 5972588 140736711030064 140736711026856 140109995072043 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 35977 26789 823 435 0 29340 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 143908 KiB
Current children cumulated memory: 107156 KiB

[startup+0.700321 s]
/proc/loadavg: 1.98 1.99 2.03 3/188 25628
/proc/meminfo: memFree=26882616/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=364480 memory=325052 CPUtime=0.69 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 48745 0 0 0 60 9 0 0 20 0 1 0 90680756 373227520 81263 33554432000 4194304 5972588 140736711030064 140736711026856 140109995002853 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 91120 81263 823 435 0 84483 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 364480 KiB
Current children cumulated memory: 325052 KiB

[startup+1.50031 s]
/proc/loadavg: 1.98 1.99 2.03 3/188 25628
/proc/meminfo: memFree=26605908/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=857928 memory=770432 CPUtime=1.49 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 107945 0 0 0 129 20 0 0 20 0 1 0 90680756 878518272 192608 33554432000 4194304 5972588 140736711030064 140736711026856 140109995002853 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 214482 192608 823 435 0 207845 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 857928 KiB
Current children cumulated memory: 770432 KiB

[startup+3.10941 s]
/proc/loadavg: 1.98 1.99 2.03 3/188 25628
/proc/meminfo: memFree=25730308/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1423728 memory=1364308 CPUtime=3.1 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 188021 0 0 0 276 34 0 0 20 0 1 0 90680756 1457897472 341077 33554432000 4194304 5972588 140736711030064 140736711026856 5099648 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 355932 341077 839 435 0 349295 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1423728 KiB
Current children cumulated memory: 1364308 KiB

[startup+6.30025 s]
/proc/loadavg: 1.98 1.99 2.03 3/188 25628
/proc/meminfo: memFree=25730152/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1423872 memory=1364576 CPUtime=6.29 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 192149 0 0 0 595 34 0 0 20 0 1 0 90680756 1458044928 341144 33554432000 4194304 5972588 140736711030064 140736711026776 5070704 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 355968 341144 839 435 0 349331 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 1423872 KiB
Current children cumulated memory: 1364576 KiB

[startup+12.7003 s]
/proc/loadavg: 1.98 1.99 2.03 3/187 25629
/proc/meminfo: memFree=25730184/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1423872 memory=1364576 CPUtime=12.69 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 196042 0 0 0 1235 34 0 0 20 0 1 0 90680756 1458044928 341144 33554432000 4194304 5972588 140736711030064 140736711026776 4968801 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 355968 341144 839 435 0 349331 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 1423872 KiB
Current children cumulated memory: 1364576 KiB

[startup+25.5002 s]
/proc/loadavg: 1.98 1.99 2.03 3/187 25629
/proc/meminfo: memFree=25730400/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1423872 memory=1364600 CPUtime=25.49 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 201087 0 0 0 2514 35 0 0 20 0 1 0 90680756 1458044928 341150 33554432000 4194304 5972588 140736711030064 140736711027288 5099648 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 355968 341150 845 435 0 349331 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 1423872 KiB
Current children cumulated memory: 1364600 KiB

[startup+51.1092 s]
/proc/loadavg: 1.99 1.99 2.03 3/187 25629
/proc/meminfo: memFree=25730820/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1423872 memory=1364624 CPUtime=51.09 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 209685 0 0 0 5074 35 0 0 20 0 1 0 90680756 1458044928 341156 33554432000 4194304 5972588 140736711030064 140736711027288 4965848 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 355968 341156 845 435 0 349331 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 1423872 KiB
Current children cumulated memory: 1364624 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/187 25630
/proc/meminfo: memFree=25729720/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1424004 memory=1364728 CPUtime=102.28 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 219925 0 0 0 10192 36 0 0 20 0 1 0 90680756 1458180096 341182 33554432000 4194304 5972588 140736711030064 140736711026920 4909584 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356001 341182 845 435 0 349364 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 1424004 KiB
Current children cumulated memory: 1364728 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 25639
/proc/meminfo: memFree=25728128/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1424284 memory=1364892 CPUtime=162.29 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 227218 0 0 0 16192 37 0 0 20 0 1 0 90680756 1458466816 341223 33554432000 4194304 5972588 140736711030064 140736711026920 4969144 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356071 341223 845 435 0 349434 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 1424284 KiB
Current children cumulated memory: 1364892 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 25726
/proc/meminfo: memFree=25341488/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1424548 memory=1365284 CPUtime=222.28 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 232869 0 0 0 22191 37 0 0 20 0 1 0 90680756 1458737152 341321 33554432000 4194304 5972588 140736711030064 140736711026712 5320505 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356137 341321 845 435 0 349500 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 1424548 KiB
Current children cumulated memory: 1365284 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 25727
/proc/meminfo: memFree=25341268/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1425448 memory=1366116 CPUtime=282.29 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 249657 0 0 0 28191 38 0 0 20 0 1 0 90680756 1459658752 341529 33554432000 4194304 5972588 140736711030064 140736711027512 4975117 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356362 341529 845 435 0 349725 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 1425448 KiB
Current children cumulated memory: 1366116 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/188 25849
/proc/meminfo: memFree=25733168/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1425712 memory=1366368 CPUtime=342.29 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 259234 0 0 0 34191 38 0 0 20 0 1 0 90680756 1459929088 341592 33554432000 4194304 5972588 140736711030064 140736711026920 5053071 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356428 341592 845 435 0 349791 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 1425712 KiB
Current children cumulated memory: 1366368 KiB

[startup+402.3 s]
/proc/loadavg: 2.03 2.00 2.03 3/188 25850
/proc/meminfo: memFree=22934412/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1425852 memory=1368580 CPUtime=402.29 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 271361 0 0 0 40191 38 0 0 20 0 1 0 90680756 1460072448 342145 33554432000 4194304 5972588 140736711030064 140736711026712 5071744 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356463 342145 845 435 0 349826 0
Current children cumulated CPU time: 402.29 s
Current children cumulated vsize: 1425852 KiB
Current children cumulated memory: 1368580 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.03 3/187 25851
/proc/meminfo: memFree=22788936/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1425984 memory=1368676 CPUtime=462.31 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 279966 0 0 0 46192 39 0 0 20 0 1 0 90680756 1460207616 342169 33554432000 4194304 5972588 140736711030064 140736711026712 5273492 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356496 342169 845 435 0 349859 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 1425984 KiB
Current children cumulated memory: 1368676 KiB


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

/proc/25627/statm: 356708 342373 845 435 0 350071 0
Current children cumulated CPU time: 1722.47 s
Current children cumulated vsize: 1426832 KiB
Current children cumulated memory: 1369492 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 25890
/proc/meminfo: memFree=22425556/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1426968 memory=1371652 CPUtime=1782.48 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 328826 0 0 0 178206 42 0 0 20 0 1 0 90680756 1461215232 342913 33554432000 4194304 5972588 140736711030064 140736711026712 5094096 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356742 342913 845 435 0 350105 0
Current children cumulated CPU time: 1782.48 s
Current children cumulated vsize: 1426968 KiB
Current children cumulated memory: 1371652 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 25892
/proc/meminfo: memFree=22424832/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1426968 memory=1371672 CPUtime=1842.48 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 330277 0 0 0 184206 42 0 0 20 0 1 0 90680756 1461215232 342918 33554432000 4194304 5972588 140736711030064 140736711026712 4909657 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356742 342918 845 435 0 350105 0
Current children cumulated CPU time: 1842.48 s
Current children cumulated vsize: 1426968 KiB
Current children cumulated memory: 1371672 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25893
/proc/meminfo: memFree=22424216/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1426968 memory=1371700 CPUtime=1902.49 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 331467 0 0 0 190207 42 0 0 20 0 1 0 90680756 1461215232 342925 33554432000 4194304 5972588 140736711030064 140736711026712 4975114 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356742 342925 845 435 0 350105 0
Current children cumulated CPU time: 1902.49 s
Current children cumulated vsize: 1426968 KiB
Current children cumulated memory: 1371700 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25901
/proc/meminfo: memFree=22422992/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1426968 memory=1371700 CPUtime=1962.5 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 332754 0 0 0 196208 42 0 0 20 0 1 0 90680756 1461215232 342925 33554432000 4194304 5972588 140736711030064 140736711026712 4968797 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356742 342925 845 435 0 350105 0
Current children cumulated CPU time: 1962.5 s
Current children cumulated vsize: 1426968 KiB
Current children cumulated memory: 1371700 KiB

[startup+2022.3 s]
/proc/loadavg: 2.14 2.05 2.05 3/187 25902
/proc/meminfo: memFree=22422764/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1427100 memory=1371716 CPUtime=2022.5 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 334733 0 0 0 202208 42 0 0 20 0 1 0 90680756 1461350400 342929 33554432000 4194304 5972588 140736711030064 140736711026632 5240528 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356775 342929 845 435 0 350138 0
Current children cumulated CPU time: 2022.5 s
Current children cumulated vsize: 1427100 KiB
Current children cumulated memory: 1371716 KiB

[startup+2082.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 25903
/proc/meminfo: memFree=22420684/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1427100 memory=1371736 CPUtime=2082.52 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 336218 0 0 0 208209 43 0 0 20 0 1 0 90680756 1461350400 342934 33554432000 4194304 5972588 140736711030064 140736711026632 5053069 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356775 342934 845 435 0 350138 0
Current children cumulated CPU time: 2082.52 s
Current children cumulated vsize: 1427100 KiB
Current children cumulated memory: 1371736 KiB

[startup+2142.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 25904
/proc/meminfo: memFree=22410716/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1427100 memory=1371772 CPUtime=2142.52 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 337938 0 0 0 214209 43 0 0 20 0 1 0 90680756 1461350400 342943 33554432000 4194304 5972588 140736711030064 140736711026632 5070704 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356775 342943 845 435 0 350138 0
Current children cumulated CPU time: 2142.52 s
Current children cumulated vsize: 1427100 KiB
Current children cumulated memory: 1371772 KiB

[startup+2202.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 25905
/proc/meminfo: memFree=22408892/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1427100 memory=1371832 CPUtime=2202.53 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 339989 0 0 0 220210 43 0 0 20 0 1 0 90680756 1461350400 342958 33554432000 4194304 5972588 140736711030064 140736711027512 5070704 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356775 342958 845 435 0 350138 0
Current children cumulated CPU time: 2202.53 s
Current children cumulated vsize: 1427100 KiB
Current children cumulated memory: 1371832 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 25906
/proc/meminfo: memFree=22408504/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1427240 memory=1371860 CPUtime=2262.54 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 341703 0 0 0 226211 43 0 0 20 0 1 0 90680756 1461493760 342965 33554432000 4194304 5972588 140736711030064 140736711026712 5099648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356810 342965 845 435 0 350173 0
Current children cumulated CPU time: 2262.54 s
Current children cumulated vsize: 1427240 KiB
Current children cumulated memory: 1371860 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 25907
/proc/meminfo: memFree=22390304/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1427240 memory=1371860 CPUtime=2322.54 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 343445 0 0 0 232211 43 0 0 20 0 1 0 90680756 1461493760 342965 33554432000 4194304 5972588 140736711030064 140736711026712 4965339 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356810 342965 845 435 0 350173 0
Current children cumulated CPU time: 2322.54 s
Current children cumulated vsize: 1427240 KiB
Current children cumulated memory: 1371860 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25908
/proc/meminfo: memFree=22383636/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1427240 memory=1371868 CPUtime=2382.55 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 345036 0 0 0 238212 43 0 0 20 0 1 0 90680756 1461493760 342967 33554432000 4194304 5972588 140736711030064 140736711026712 5109232 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356810 342967 845 435 0 350173 0
Current children cumulated CPU time: 2382.55 s
Current children cumulated vsize: 1427240 KiB
Current children cumulated memory: 1371868 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25909
/proc/meminfo: memFree=22381928/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1427240 memory=1371924 CPUtime=2442.56 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 346858 0 0 0 244213 43 0 0 20 0 1 0 90680756 1461493760 342981 33554432000 4194304 5972588 140736711030064 140736711026712 4962387 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356810 342981 845 435 0 350173 0
Current children cumulated CPU time: 2442.56 s
Current children cumulated vsize: 1427240 KiB
Current children cumulated memory: 1371924 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25910
/proc/meminfo: memFree=22381584/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1427240 memory=1371928 CPUtime=2502.57 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 348289 0 0 0 250214 43 0 0 20 0 1 0 90680756 1461493760 342982 33554432000 4194304 5972588 140736711030064 140736711026712 4968801 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356810 342982 845 435 0 350173 0
Current children cumulated CPU time: 2502.57 s
Current children cumulated vsize: 1427240 KiB
Current children cumulated memory: 1371928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25911
/proc/meminfo: memFree=22381460/32770624 swapFree=67108860/67108860
[pid=25627] ppid=25624 vsize=1427240 memory=1371932 CPUtime=2520.07 cores=0,2,4,6
/proc/25627/stat : 25627 (cosoco) R 25624 25627 24273 0 -1 4202496 348939 0 0 0 251964 43 0 0 20 0 1 0 90680756 1461493760 342983 33554432000 4194304 5972588 140736711030064 140736711026712 5053097 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 33361920 140736711038138 140736711038238 140736711038238 140736711040974 0
/proc/25627/statm: 356810 342983 845 435 0 350173 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 1427240 KiB
Current children cumulated memory: 1371932 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2519.81 s]
# the end of solver process 25627 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.64 s, system=0.444055 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 2519.81
CPU time (s): 2520.09
CPU user time (s): 2519.64
CPU system time (s): 0.444055
CPU usage (%): 100.011
Max. virtual memory (cumulated for all children) (KiB): 1427240
Max. memory (cumulated for all children) (KiB): 1371932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.64
system time used= 0.444055
maximum resident set size= 1372004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348990
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= 85
involuntary context switches= 1102


# summary of solver processes directly reported to runsolver:
#   pid: 25627
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2519.64
#   total CPU system time (s): 0.444055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.99074 second user time and 17.1558 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-12 23:57:51
IDJOB=4265677
IDBENCH=126213
IDSOLVER=2655
FILE ID=node114/4265677-1502575929
RUNJOBID= node114-1502567254-24357
PBS_JOBID= 20628281
Free space on /tmp= 61696 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-16-a3.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265677-1502575929/watcher-4265677-1502575929 -o /tmp/evaluation-result-4265677-1502575929/solver-4265677-1502575929 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node114-1502567254-24357 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265677-1502575929.xml

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

MD5SUM BENCH= 0e9e24bc5c9dc7ecc0ccfc6ea7d62ad7
RANDOM SEED=399463777

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
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 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.98
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		: 2668.000
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 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		: 2668.000
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 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.98
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		: 2668.000
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 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		: 2668.000
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 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.98
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		: 2668.000
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 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		: 2668.000
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 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.98
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		: 2668.000
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 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:        27094092 kB
MemAvailable:   31927976 kB
Buffers:          123584 kB
Cached:          5001728 kB
SwapCached:            0 kB
Active:           439580 kB
Inactive:        4807244 kB
Active(anon):     124400 kB
Inactive(anon):    25036 kB
Active(file):     315180 kB
Inactive(file):  4782208 kB
Unevictable:        6520 kB
Mlocked:            6520 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2352 kB
Writeback:             0 kB
AnonPages:        281476 kB
Mapped:            44228 kB
Shmem:             25224 kB
Slab:             129952 kB
SReclaimable:     104660 kB
SUnreclaim:        25292 kB
KernelStack:        3376 kB
PageTables:         5292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     422360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    223232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61692 MiB
End job on node114 at 2017-08-13 00:39:51