Trace number 4266480

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)4 2519.8799 2520.01

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-15-17.xml
MD5SUM5342dff7930c7d1c2bbf0c6436545580
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables255
Number of constraints14281
Number of domains1
Minimum domain size255
Maximum domain size255
Distribution of domain sizes[{"size":255,"count":255}]
Minimum variable degree226
Maximum variable degree226
Distribution of variable degrees[{"degree":226,"count":255}]
Minimum constraint arity4
Maximum constraint arity255
Distribution of constraint arities[{"arity":4,"count":14280},{"arity":255,"count":1}]
Number of extensional constraints0
Number of intensional constraints14280
Distribution of constraint types[{"type":"intension","count":14280},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

17.00/17.09	c SAT : Variables: 65025 -- Clauses: 8258430
17.00/17.09	c best=?? lower=0 upper=254 
18.39/18.46	c
18.39/18.46	c This is cosoco 1.12 --  
18.39/18.46	c
18.39/18.46	c command line: cosoco -lc -model -restarts -sat HOME/instance-4266480-1502593685.xml 
18.39/18.46	c enable optimization
18.39/18.46	c ========================================[ Problem Statistics ]===========================================
18.39/18.46	c |                                                                                                       
18.39/18.46	c |  Parse time        :        16.88 s 
18.39/18.46	c |
18.39/18.46	c |               Variables: 255
18.39/18.46	c |            Domain Sizes: 255..255
18.39/18.46	c |
18.39/18.46	c |             Constraints: 14311
18.39/18.46	c |                   Arity: 4..255
18.39/18.46	c | 
18.39/18.46	c |                   Types: 
18.39/18.46	c |                          Intension: 14280
18.39/18.46	c |                          Lex: 30
18.39/18.46	c |                          Max constant: 1
18.39/18.46	c |                          
18.39/18.46	c =========================================================================================================
18.39/18.46	o 9
18.39/18.46	c    1 calls to solver: best=9 lower=0 upper=8 
19.59/19.61	o 8
20.00/20.08	o 7
20.00/20.08	c    3 calls to solver: best=7 lower=0 upper=6 
20.49/20.51	o 6
22.10/22.12	o 5
22.10/22.12	c    5 calls to solver: best=5 lower=0 upper=4 
78.29/78.34	o 4
2519.87/2520.01	
2519.87/2520.01	c *** INTERRUPTED ***
2519.87/2520.01	c restarts              : 565         
2519.87/2520.01	c conflicts             : 551420       (219 /sec)
2519.87/2520.01	c decisions             : 1923456      (763 /sec)
2519.87/2520.01	c propagations          : 20432110    (8110 /sec)
2519.87/2520.01	c root propagations     : 108480      
2519.87/2520.01	c filter calls          : 1973300965     (783241 /sec)
2519.87/2520.01	c useless filter calls  : 1958258017     (99 %)
2519.87/2520.01	c
2519.87/2520.01	c clauses               : 8262646
2519.87/2520.01	c SAT propagations      : 7272
2519.87/2520.01	c SAT conflicts         : 0 (0 learnts)
2519.87/2520.01	c Memory used           : 857.57 MB
2519.87/2520.01	c CPU time              : 2519.4 s
2519.87/2520.01	
2519.87/2520.01	c nb Solutions = 6
2519.87/2520.01	s SATISFIABLE
2519.87/2520.01	c Best value found: 4
2519.87/2520.01	
2519.87/2520.01	
2519.87/2520.01	v <instantiation type='solution' cost='4'>
2519.87/2520.01	v <list>x[0][0] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[0][16] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[10][0] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[10][15] x[10][16] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[11][0] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[11][15] x[11][16] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[12][0] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[12][15] x[12][16] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[13][0] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[13][15] x[13][16] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[14][0] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14] x[14][15] x[14][16] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[1][0] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[1][16] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[2][0] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[2][16] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[3][16] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[4][16] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[5][15] x[5][16] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[6][15] x[6][16] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[7][15] x[7][16] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[8][0] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[8][15] x[8][16] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[9][0] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14] x[9][15] x[9][16] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] </list>
2519.87/2520.01	v <values>0 3 3 3 4 4 4 4 1 1 1 2 2 2 2 3 3 3 1 1 3 3 4 3 1 3 3 0 0 2 1 1 0 2 3 3 4 2 0 1 4 1 4 4 4 1 0 2 0 1 4 4 3 4 1 4 3 0 0 0 1 2 2 4 3 1 4 2 4 2 1 4 3 3 1 4 2 2 1 3 0 0 4 1 4 4 4 2 0 2 1 4 3 2 3 1 2 0 4 1 3 0 1 4 4 4 1 3 3 3 0 1 2 0 0 1 2 1 3 1 0 1 1 3 2 2 2 2 0 2 1 2 3 3 2 1 2 1 0 2 1 0 2 3 0 0 1 1 1 0 0 0 0 2 0 3 0 0 1 1 3 0 2 0 2 3 1 3 2 1 2 2 2 3 0 3 0 4 1 0 2 0 1 2 1 1 1 3 2 3 2 2 3 4 0 1 0 0 1 0 1 2 2 2 3 0 4 1 1 2 0 1 1 2 3 3 0 2 3 0 2 3 0 1 4 4 1 2 0 1 2 4 0 3 3 2 3 0 3 1 2 2 0 4 1 0 1 2 4 4 2 4 4 0 3 </values>
2519.87/2520.01	v </instantiation>
2519.87/2520.01	

Verifier Data

OK	4

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 (14280 MiB free)
  memory of node 1: 16384 MiB (14241 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4266480-1502593685/watcher-4266480-1502593685 -o /tmp/evaluation-result-4266480-1502593685/solver-4266480-1502593685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502567255-24473 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4266480-1502593685.xml 

running on 4 cores: 1,3,5,7

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=27605, runsolver pid=27602

[startup+0.10017 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 27606
/proc/meminfo: memFree=29205084/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=28140 memory=4120 CPUtime=0.1 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 1224 0 0 0 10 0 0 0 20 0 1 0 92456616 28815360 1030 33554432000 4194304 5972588 140721530230704 140721530227352 5509904 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 7035 1030 716 435 0 398 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28140 KiB
Current children cumulated memory: 4120 KiB

[startup+0.209508 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 27606
/proc/meminfo: memFree=29204712/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=28464 memory=4424 CPUtime=0.21 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 1349 0 0 0 21 0 0 0 20 0 1 0 92456616 29147136 1106 33554432000 4194304 5972588 140721530230704 140721530227352 140256532847589 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 7116 1106 716 435 0 479 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 28464 KiB
Current children cumulated memory: 4424 KiB

[startup+0.308887 s]*
/proc/loadavg: 2.00 2.01 2.05 3/189 27606
/proc/meminfo: memFree=29204340/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=28860 memory=5212 CPUtime=0.31 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 1536 0 0 0 31 0 0 0 20 0 1 0 92456616 29552640 1303 33554432000 4194304 5972588 140721530230704 140721530227352 140256532847589 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 7215 1303 786 435 0 578 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 28860 KiB
Current children cumulated memory: 5212 KiB

[startup+0.700365 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27606
/proc/meminfo: memFree=29200992/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=35724 memory=12076 CPUtime=0.69 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 3253 0 0 0 69 0 0 0 20 0 1 0 92456616 36581376 3019 33554432000 4194304 5972588 140721530230704 140721530224264 140256532847589 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 8931 3019 786 435 0 2294 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 35724 KiB
Current children cumulated memory: 12076 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27606
/proc/meminfo: memFree=29192124/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=50112 memory=26332 CPUtime=1.49 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 6845 0 0 0 148 1 0 0 20 0 1 0 92456616 51314688 6583 33554432000 4194304 5972588 140721530230704 140721530224264 140256533591412 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 12528 6583 786 435 0 5891 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 50112 KiB
Current children cumulated memory: 26332 KiB

[startup+3.10947 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27606
/proc/meminfo: memFree=29155892/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=79028 memory=55192 CPUtime=3.09 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 14248 0 0 0 307 2 0 0 20 0 1 0 92456616 80924672 13798 33554432000 4194304 5972588 140721530230704 140721530222472 140256532856716 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 19757 13798 786 435 0 13120 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 79028 KiB
Current children cumulated memory: 55192 KiB

[startup+6.30034 s]
/proc/loadavg: 1.92 2.00 2.04 3/189 27606
/proc/meminfo: memFree=29101888/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=136320 memory=112664 CPUtime=6.29 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 28852 0 0 0 624 5 0 0 20 0 1 0 92456616 139591680 28166 33554432000 4194304 5972588 140721530230704 140721530224264 140256532847589 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 34080 28166 786 435 0 27443 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 136320 KiB
Current children cumulated memory: 112664 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 2.04 3/189 27606
/proc/meminfo: memFree=28994008/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=251216 memory=227444 CPUtime=12.69 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 57866 0 0 0 1260 9 0 0 20 0 1 0 92456616 257245184 56861 33554432000 4194304 5972588 140721530230704 140721530224264 140256542192874 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 62804 56861 786 435 0 56167 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 251216 KiB
Current children cumulated memory: 227444 KiB

[startup+25.5004 s]
/proc/loadavg: 1.95 2.00 2.04 3/189 27606
/proc/meminfo: memFree=28447864/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=796632 memory=760292 CPUtime=25.49 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 280678 0 0 0 2520 29 0 0 20 0 1 0 92456616 815751168 190073 33554432000 4194304 5972588 140721530230704 140721530228152 5072002 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 199158 190073 842 435 0 192521 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 796632 KiB
Current children cumulated memory: 760292 KiB

[startup+51.1096 s]
/proc/loadavg: 1.96 2.00 2.04 3/189 27606
/proc/meminfo: memFree=28447496/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=796632 memory=760716 CPUtime=51.1 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 311299 0 0 0 5079 31 0 0 20 0 1 0 92456616 815751168 190179 33554432000 4194304 5972588 140721530230704 140721530227560 5071307 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 199158 190179 842 435 0 192521 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 796632 KiB
Current children cumulated memory: 760716 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/187 27608
/proc/meminfo: memFree=28446920/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878020 memory=761332 CPUtime=102.29 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 406167 0 0 0 10193 36 0 0 20 0 1 0 92456616 899092480 190333 33554432000 4194304 5972588 140721530230704 140721530227864 4966027 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219505 190333 842 435 0 212868 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 878020 KiB
Current children cumulated memory: 761332 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 27609
/proc/meminfo: memFree=28447512/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=761464 CPUtime=162.27 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 490177 0 0 0 16187 40 0 0 20 0 1 0 92456616 899227648 190366 33554432000 4194304 5972588 140721530230704 140721530227352 5071296 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190366 842 435 0 212901 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 761464 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/186 27610
/proc/meminfo: memFree=28447928/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=761492 CPUtime=222.26 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 528941 0 0 0 22185 41 0 0 20 0 1 0 92456616 899227648 190373 33554432000 4194304 5972588 140721530230704 140721530227352 5071321 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190373 842 435 0 212901 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 761492 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27613
/proc/meminfo: memFree=28446624/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=761524 CPUtime=282.25 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 541331 0 0 0 28183 42 0 0 20 0 1 0 92456616 899227648 190381 33554432000 4194304 5972588 140721530230704 140721530227352 5053097 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190381 842 435 0 212901 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 761524 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27614
/proc/meminfo: memFree=28446196/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=761760 CPUtime=342.26 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 563022 0 0 0 34182 44 0 0 20 0 1 0 92456616 899227648 190440 33554432000 4194304 5972588 140721530230704 140721530227352 4969225 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190440 842 435 0 212901 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 761760 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27622
/proc/meminfo: memFree=28445800/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=761932 CPUtime=402.24 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 578837 0 0 0 40180 44 0 0 20 0 1 0 92456616 899227648 190483 33554432000 4194304 5972588 140721530230704 140721530227352 5071280 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190483 842 435 0 212901 0
Current children cumulated CPU time: 402.24 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 761932 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 27646
/proc/meminfo: memFree=28444680/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762020 CPUtime=462.23 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 580154 0 0 0 46178 45 0 0 20 0 1 0 92456616 899227648 190505 33554432000 4194304 5972588 140721530230704 140721530227352 4966035 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190505 842 435 0 212901 0
Current children cumulated CPU time: 462.23 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762020 KiB


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

/proc/27605/statm: 219538 190540 842 435 0 212901 0
Current children cumulated CPU time: 1722.18 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762160 KiB

[startup+1782.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/187 27744
/proc/meminfo: memFree=28584388/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762248 CPUtime=1782.18 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 603661 0 0 0 178172 46 0 0 20 0 1 0 92456616 899227648 190562 33554432000 4194304 5972588 140721530230704 140721530227352 4909657 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190562 842 435 0 212901 0
Current children cumulated CPU time: 1782.18 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762248 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/187 27745
/proc/meminfo: memFree=28584200/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762248 CPUtime=1842.18 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 604562 0 0 0 184172 46 0 0 20 0 1 0 92456616 899227648 190562 33554432000 4194304 5972588 140721530230704 140721530227352 4908987 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190562 842 435 0 212901 0
Current children cumulated CPU time: 1842.18 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762248 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/187 27747
/proc/meminfo: memFree=28584316/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762248 CPUtime=1902.18 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 605348 0 0 0 190172 46 0 0 20 0 1 0 92456616 899227648 190562 33554432000 4194304 5972588 140721530230704 140721530227352 5071952 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190562 842 435 0 212901 0
Current children cumulated CPU time: 1902.18 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762248 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 27748
/proc/meminfo: memFree=28583960/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762248 CPUtime=1962.17 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 606050 0 0 0 196171 46 0 0 20 0 1 0 92456616 899227648 190562 33554432000 4194304 5972588 140721530230704 140721530227352 5071307 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190562 842 435 0 212901 0
Current children cumulated CPU time: 1962.17 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762248 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 27749
/proc/meminfo: memFree=28584184/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762248 CPUtime=2022.17 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 606477 0 0 0 202171 46 0 0 20 0 1 0 92456616 899227648 190562 33554432000 4194304 5972588 140721530230704 140721530227352 4962160 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190562 842 435 0 212901 0
Current children cumulated CPU time: 2022.17 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762248 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 27751
/proc/meminfo: memFree=28583820/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762252 CPUtime=2082.18 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 607643 0 0 0 208171 47 0 0 20 0 1 0 92456616 899227648 190563 33554432000 4194304 5972588 140721530230704 140721530227352 4965365 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190563 842 435 0 212901 0
Current children cumulated CPU time: 2082.18 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762252 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 27752
/proc/meminfo: memFree=28583572/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762252 CPUtime=2142.17 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 608703 0 0 0 214170 47 0 0 20 0 1 0 92456616 899227648 190563 33554432000 4194304 5972588 140721530230704 140721530227352 4965797 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190563 842 435 0 212901 0
Current children cumulated CPU time: 2142.17 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762252 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27762
/proc/meminfo: memFree=28583744/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762252 CPUtime=2202.17 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 609939 0 0 0 220170 47 0 0 20 0 1 0 92456616 899227648 190563 33554432000 4194304 5972588 140721530230704 140721530227352 4962170 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190563 842 435 0 212901 0
Current children cumulated CPU time: 2202.17 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762252 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27763
/proc/meminfo: memFree=28583992/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762252 CPUtime=2262.17 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 610469 0 0 0 226170 47 0 0 20 0 1 0 92456616 899227648 190563 33554432000 4194304 5972588 140721530230704 140721530227352 5240338 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190563 842 435 0 212901 0
Current children cumulated CPU time: 2262.17 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762252 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27764
/proc/meminfo: memFree=28583992/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762252 CPUtime=2322.17 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 611139 0 0 0 232170 47 0 0 20 0 1 0 92456616 899227648 190563 33554432000 4194304 5972588 140721530230704 140721530227352 5071976 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190563 842 435 0 212901 0
Current children cumulated CPU time: 2322.17 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762252 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27765
/proc/meminfo: memFree=28584036/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762252 CPUtime=2382.17 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 612168 0 0 0 238170 47 0 0 20 0 1 0 92456616 899227648 190563 33554432000 4194304 5972588 140721530230704 140721530227352 4909657 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190563 842 435 0 212901 0
Current children cumulated CPU time: 2382.17 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762252 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 27766
/proc/meminfo: memFree=28584168/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762256 CPUtime=2442.16 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 613398 0 0 0 244169 47 0 0 20 0 1 0 92456616 899227648 190564 33554432000 4194304 5972588 140721530230704 140721530227352 4965416 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190564 842 435 0 212901 0
Current children cumulated CPU time: 2442.16 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762256 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27767
/proc/meminfo: memFree=28584076/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762256 CPUtime=2502.16 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 614066 0 0 0 250169 47 0 0 20 0 1 0 92456616 899227648 190564 33554432000 4194304 5972588 140721530230704 140721530227352 5243978 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190564 842 435 0 212901 0
Current children cumulated CPU time: 2502.16 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762256 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 27767
/proc/meminfo: memFree=28584076/32770624 swapFree=67108860/67108860
[pid=27605] ppid=27602 vsize=878152 memory=762256 CPUtime=2519.87 cores=1,3,5,7
/proc/27605/stat : 27605 (cosoco) R 27602 27605 24389 0 -1 4202496 614409 0 0 0 251940 47 0 0 20 0 1 0 92456616 899227648 190564 33554432000 4194304 5972588 140721530230704 140721530227352 4969220 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 32112640 140721530238138 140721530238238 140721530238238 140721530240974 0
/proc/27605/statm: 219538 190564 842 435 0 212901 0
Current children cumulated CPU time: 2519.87 s
Current children cumulated vsize: 878152 KiB
Current children cumulated memory: 762256 KiB

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

[startup+2520.01 s]
# the end of solver process 27605 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.4 s, system=0.479983 s

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.88
CPU user time (s): 2519.4
CPU system time (s): 0.479983
CPU usage (%): 99.9949
Max. virtual memory (cumulated for all children) (KiB): 878152
Max. memory (cumulated for all children) (KiB): 762256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.4
system time used= 0.479983
maximum resident set size= 762320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 614458
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= 117
involuntary context switches= 731


# summary of solver processes directly reported to runsolver:
#   pid: 27605
#   total CPU time (s): 2519.88
#   total CPU user time (s): 2519.4
#   total CPU system time (s): 0.479983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.78685 second user time and 18.415 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 04:53:47
IDJOB=4266480
IDBENCH=139752
IDSOLVER=2655
FILE ID=node107/4266480-1502593685
RUNJOBID= node107-1502567255-24473
PBS_JOBID= 20628284
Free space on /tmp= 61660 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-15-17.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4266480-1502593685/watcher-4266480-1502593685 -o /tmp/evaluation-result-4266480-1502593685/solver-4266480-1502593685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502567255-24473 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4266480-1502593685.xml

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

MD5SUM BENCH= 5342dff7930c7d1c2bbf0c6436545580
RANDOM SEED=1207509150

node107.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	: 5333.84
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	: 5333.84
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	: 5333.84
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	: 5333.84
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:        29206252 kB
MemAvailable:   31854036 kB
Buffers:          134124 kB
Cached:          2806084 kB
SwapCached:            0 kB
Active:           585720 kB
Inactive:        2551684 kB
Active(anon):     199488 kB
Inactive(anon):    24972 kB
Active(file):     386232 kB
Inactive(file):  2526712 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3152 kB
Writeback:             0 kB
AnonPages:        203024 kB
Mapped:            44700 kB
Shmem:             25228 kB
Slab:             126572 kB
SReclaimable:     101352 kB
SUnreclaim:        25220 kB
KernelStack:        3344 kB
PageTables:         5020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     503080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-13 05:35:47