Trace number 4396868

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
cosoco 2.0SAT 4.44533 4.44653

General information on the benchmark

NameMagicSquare/MagicSquare-sum-s1/
MagicSquare-12-sum.xml
MD5SUM72f076078db8222856487e1257170ccd
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 benchmark4.44533
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints27
Number of domains1
Minimum domain size144
Maximum domain size144
Distribution of domain sizes[{"size":144,"count":144}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":120},{"degree":4,"count":24}]
Minimum constraint arity12
Maximum constraint arity144
Distribution of constraint arities[{"arity":12,"count":26},{"arity":144,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":26}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c root propagations     : 0           
0.00/0.00	c restarts enabled, print stats at every restarts
0.00/0.00	c
0.00/0.00	c
0.00/0.00	c
0.00/0.00	c This is cosoco 2.00 --  
0.00/0.00	c
0.00/0.00	c command line: cosoco -lc -model -restarts -stick HOME/instance-4396868-1568584883.xml 
0.00/0.00	c ========================================[ Problem Statistics ]===========================================
0.00/0.00	c |                                                                                                       
0.00/0.00	c |  Parse time        :         0.00 s 
0.00/0.00	c |
0.00/0.00	c |               Variables: 144
0.00/0.00	c |            Domain Sizes: 144..144
0.00/0.00	c |
0.00/0.00	c |             Constraints: 27
0.00/0.00	c |                   Arity: 12..144
0.00/0.00	c | 
0.00/0.00	c |                   Types: 
0.00/0.00	c |                          All Different: 1
0.00/0.00	c |                          Sum: 26
0.00/0.00	c |                          
0.00/0.00	c =========================================================================================================
0.00/0.00	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
0.00/0.02	c 101            151            1891           19385          0              0              8   22   13    
0.00/0.04	c 211            327            4152           40878          0              0              11   35   27   
0.00/0.07	c 332            508            6235           70483          0              0              10   31   22   
0.00/0.09	c 465            699            8317           97375          0              0              15   32   22   
0.10/0.11	c 611            925            11379          125374         0              0              32   45   42   
0.10/0.14	c 771            1146           14177          157164         0              0              28   31   29   
0.10/0.17	c 947            1410           17583          200411         0              0              7   32   19    
0.21/0.22	c 1140           1707           21583          254842         0              0              8   41   18    
0.21/0.26	c 1352           2009           25022          332614         0              0              17   33   27   
0.21/0.30	c 1585           2338           28597          384852         0              0              6   43   37    
0.31/0.33	c 1841           2694           32421          442678         0              0              7   43   38    
0.31/0.38	c 2122           3096           37329          510030         0              0              8   43   31    
0.41/0.42	c 2431           3537           42043          576623         0              0              7   53   42    
0.41/0.49	c 2770           4119           50745          688062         0              0              7   89   72    
0.51/0.54	c 3142           4702           58021          746855         0              0              8   96   86    
0.51/0.59	c 3551           5277           64000          823286         0              0              32   83   69   
0.60/0.64	c 4000           5923           70887          899553         0              0              7   85   77    
0.69/0.71	c 4493           6635           81591          1019230        0              0              8   102   92   
0.69/0.77	c 5035           7323           89885          1125731        0              0              7   71   68    
0.79/0.86	c 5631           8289           101744         1255693        0              0              11   118   83  
0.89/0.94	c 6286           9242           112475         1402038        0              0              10   90   84   
1.00/1.09	c 7006           10368          132051         1674269        0              0              11   85   77   
1.29/1.34	c 7798           11707          169649         2195792        0              0              33   107   103 
1.39/1.49	c 8669           12747          190682         2589680        0              0              29   84   81   
1.59/1.68	c 9627           14195          217270         2881944        0              0              33   108   100 
1.89/1.91	c 10680          15800          247623         3222409        0              0              19   108   103 
2.00/2.06	c 11838          17413          268155         3497878        0              0              26   123   108 
2.39/2.42	c 13111          19942          307528         4188952        0              0              25   106   104 
2.59/2.63	c 14511          22164          338001         4427430        0              0              10   126   114 
3.00/3.07	c 16051          24344          400644         5237836        0              0              16   103   97  
3.39/3.47	c 17745          26498          453581         6103330        0              0              19   98   95   
3.59/3.65	c 19608          28875          476580         6453018        0              0              9   105   95   
3.89/3.93	c 21657          31609          513395         6883899        0              0              9   106   101  
4.19/4.26	c 23910          34609          560993         7345751        0              0              9   117   107  
4.39/4.44	c First solution is found
4.39/4.44	s SATISFIABLE
4.39/4.44	c restarts              : 34          
4.39/4.44	c conflicts             : 24932        (5612 /sec)
4.39/4.44	c decisions             : 36412        (8196 /sec)
4.39/4.44	c propagations          : 7525031     (1693785 /sec)
4.39/4.44	c root propagations     : 0           
4.39/4.44	c filter calls          : 586018         (131905 /sec)
4.39/4.44	c useless filter calls  : 372667         (63 %)
4.39/4.44	c Memory used           : 27.03 MB
4.39/4.44	c CPU time              : 4.44273 s
4.39/4.44	c real time             : 4.4417 s
4.39/4.44	
4.39/4.44	c solution 1
4.39/4.44	
4.39/4.44	v <instantiation type='solution'>
4.39/4.44	v <list>x[0][0] 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[0][10] x[0][11] x[1][0] 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[1][10] x[1][11] x[2][0] 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[2][10] x[2][11] x[3][0] 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[3][10] x[3][11] x[4][0] 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[4][10] x[4][11] x[5][0] 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[5][10] x[5][11] x[6][0] 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[6][10] x[6][11] x[7][0] 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[7][10] x[7][11] x[8][0] 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[8][10] x[8][11] x[9][0] 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] x[9][10] x[9][11] x[10][0] 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[10][10] x[10][11] x[11][0] 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[11][10] x[11][11] </list>
4.39/4.44	v <values>56 8 103 60 66 44 32 143 91 12 114 141 77 108 20 65 134 68 49 64 1 138 37 109 94 84 127 69 71 55 51 85 83 54 15 82 58 57 59 130 117 118 119 40 39 7 11 115 90 113 98 74 14 52 76 4 89 105 126 29 28 96 102 38 33 129 144 47 27 62 86 78 24 97 19 30 26 106 133 140 23 136 111 25 99 75 104 67 122 53 35 9 93 16 116 81 101 5 107 80 50 46 41 22 142 110 121 45 95 137 10 70 61 43 31 139 87 6 112 79 17 2 21 124 128 120 125 42 123 92 3 73 131 88 100 63 48 36 34 135 72 132 18 13 </values>
4.39/4.44	v </instantiation>
4.39/4.44	

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396868-1568584883/watcher-4396868-1568584883 -o /tmp/evaluation-result-4396868-1568584883/solver-4396868-1568584883 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568572740-4240 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4396868-1568584883.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=7215, runsolver pid=7212

[startup+0.100154 s]*
/proc/loadavg: 1.98 1.98 2.03 3/200 7216
/proc/meminfo: memFree=29781120/32770624 swapFree=66957020/67108860
[pid=7215] ppid=7212 vsize=27492 memory=4216 CPUtime=0.1 cores=1,3,5,7
/proc/7215/stat : 7215 (cosoco) R 7212 7215 4208 0 -1 4202496 1217 0 0 0 10 0 0 0 20 0 1 0 434402130 28151808 1054 33554432000 4194304 6211092 140722883229984 140722883226520 5075751 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 11796480 140722883232779 140722883232881 140722883232881 140722883235790 0
/proc/7215/statm: 6873 1054 887 493 0 178 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27492 KiB
Current children cumulated memory: 4216 KiB

[startup+0.209529 s]*
/proc/loadavg: 1.98 1.98 2.03 3/200 7216
/proc/meminfo: memFree=29781120/32770624 swapFree=66957020/67108860
[pid=7215] ppid=7212 vsize=27492 memory=4216 CPUtime=0.21 cores=1,3,5,7
/proc/7215/stat : 7215 (cosoco) R 7212 7215 4208 0 -1 4202496 1217 0 0 0 21 0 0 0 20 0 1 0 434402130 28151808 1054 33554432000 4194304 6211092 140722883229984 140722883226520 5075574 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 11796480 140722883232779 140722883232881 140722883232881 140722883235790 0
/proc/7215/statm: 6873 1054 887 493 0 178 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 27492 KiB
Current children cumulated memory: 4216 KiB

[startup+0.30903 s]*
/proc/loadavg: 1.98 1.98 2.03 3/200 7216
/proc/meminfo: memFree=29780748/32770624 swapFree=66957020/67108860
[pid=7215] ppid=7212 vsize=27492 memory=4216 CPUtime=0.31 cores=1,3,5,7
/proc/7215/stat : 7215 (cosoco) R 7212 7215 4208 0 -1 4202496 1217 0 0 0 31 0 0 0 20 0 1 0 434402130 28151808 1054 33554432000 4194304 6211092 140722883229984 140722883226520 5075237 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 11796480 140722883232779 140722883232881 140722883232881 140722883235790 0
/proc/7215/statm: 6873 1054 887 493 0 178 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 27492 KiB
Current children cumulated memory: 4216 KiB

[startup+0.700276 s]
/proc/loadavg: 1.98 1.98 2.03 3/200 7216
/proc/meminfo: memFree=29780852/32770624 swapFree=66957020/67108860
[pid=7215] ppid=7212 vsize=27676 memory=4216 CPUtime=0.69 cores=1,3,5,7
/proc/7215/stat : 7215 (cosoco) R 7212 7215 4208 0 -1 4202496 1231 0 0 0 69 0 0 0 20 0 1 0 434402130 28340224 1054 33554432000 4194304 6211092 140722883229984 140722883227944 5075266 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 11796480 140722883232779 140722883232881 140722883232881 140722883235790 0
/proc/7215/statm: 6919 1054 887 493 0 224 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 27676 KiB
Current children cumulated memory: 4216 KiB

[startup+1.50027 s]
/proc/loadavg: 1.98 1.98 2.03 3/200 7216
/proc/meminfo: memFree=29780788/32770624 swapFree=66957020/67108860
[pid=7215] ppid=7212 vsize=27676 memory=4216 CPUtime=1.49 cores=1,3,5,7
/proc/7215/stat : 7215 (cosoco) R 7212 7215 4208 0 -1 4202496 1231 0 0 0 149 0 0 0 20 0 1 0 434402130 28340224 1054 33554432000 4194304 6211092 140722883229984 140722883227944 5149658 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 11796480 140722883232779 140722883232881 140722883232881 140722883235790 0
/proc/7215/statm: 6919 1054 887 493 0 224 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 27676 KiB
Current children cumulated memory: 4216 KiB

[startup+3.10904 s]
/proc/loadavg: 1.98 1.98 2.03 3/200 7216
/proc/meminfo: memFree=29780788/32770624 swapFree=66957020/67108860
[pid=7215] ppid=7212 vsize=27676 memory=4276 CPUtime=3.1 cores=1,3,5,7
/proc/7215/stat : 7215 (cosoco) R 7212 7215 4208 0 -1 4202496 1352 0 0 0 310 0 0 0 20 0 1 0 434402130 28340224 1069 33554432000 4194304 6211092 140722883229984 140722883227944 5076141 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 11796480 140722883232779 140722883232881 140722883232881 140722883235790 0
/proc/7215/statm: 6919 1069 887 493 0 224 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 27676 KiB
Current children cumulated memory: 4276 KiB

[startup+4.44649 s]
# the end of solver process 7215 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.44311 s, system=0.002229 s

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

[startup+3.20029 s]
/proc/loadavg: 1.98 1.98 2.03 3/200 7216
/proc/meminfo: memFree=29780788/32770624 swapFree=66957020/67108860
[pid=7215] ppid=7212 vsize=27676 memory=4276 CPUtime=3.19 cores=1,3,5,7
/proc/7215/stat : 7215 (cosoco) R 7212 7215 4208 0 -1 4202496 1352 0 0 0 319 0 0 0 20 0 1 0 434402130 28340224 1069 33554432000 4194304 6211092 140722883229984 140722883227944 5081337 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 11796480 140722883232779 140722883232881 140722883232881 140722883235790 0
/proc/7215/statm: 6919 1069 887 493 0 224 0
Current children cumulated CPU time: 3.19 s
Current children cumulated vsize: 27676 KiB
Current children cumulated memory: 4276 KiB

[startup+4.00025 s]*
/proc/loadavg: 1.98 1.98 2.03 3/200 7216
/proc/meminfo: memFree=29779468/32770624 swapFree=66957020/67108860
[pid=7215] ppid=7212 vsize=27676 memory=4284 CPUtime=4 cores=1,3,5,7
/proc/7215/stat : 7215 (cosoco) R 7212 7215 4208 0 -1 4202496 1447 0 0 0 400 0 0 0 20 0 1 0 434402130 28340224 1071 33554432000 4194304 6211092 140722883229984 140722883227944 5081349 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 11796480 140722883232779 140722883232881 140722883232881 140722883235790 0
/proc/7215/statm: 6919 1071 887 493 0 224 0
Current children cumulated CPU time: 4 s
Current children cumulated vsize: 27676 KiB
Current children cumulated memory: 4284 KiB

[startup+4.40025 s]
/proc/loadavg: 1.98 1.98 2.03 3/200 7216
/proc/meminfo: memFree=29779468/32770624 swapFree=66957020/67108860
[pid=7215] ppid=7212 vsize=27676 memory=4284 CPUtime=4.39 cores=1,3,5,7
/proc/7215/stat : 7215 (cosoco) R 7212 7215 4208 0 -1 4202496 1472 0 0 0 439 0 0 0 20 0 1 0 434402130 28340224 1071 33554432000 4194304 6211092 140722883229984 140722883227944 5082405 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 11796480 140722883232779 140722883232881 140722883232881 140722883235790 0
/proc/7215/statm: 6919 1071 887 493 0 224 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 27676 KiB
Current children cumulated memory: 4284 KiB

Child status: 0
Real time (s): 4.44653
CPU time (s): 4.44533
CPU user time (s): 4.44311
CPU system time (s): 0.002229
CPU usage (%): 99.9732
Max. virtual memory (cumulated for all children) (KiB): 27676
Max. memory (cumulated for all children) (KiB): 4284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.44311
system time used= 0.002229
maximum resident set size= 4356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1511
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= 14
involuntary context switches= 3


# summary of solver processes directly reported to runsolver:
#   pid: 7215
#   total CPU time (s): 4.44533
#   total CPU user time (s): 4.44311
#   total CPU system time (s): 0.002229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043897 second user time and 0.06424 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-16 00:00:40
IDJOB=4396868
IDBENCH=133229
IDSOLVER=2848
FILE ID=node147/4396868-1568584883
RUNJOBID= node147-1568572740-4240
PBS_JOBID= 21703310
Free space on /tmp= 58876 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP17/MagicSquare/MagicSquare-sum-s1/MagicSquare-12-sum.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396868-1568584883/watcher-4396868-1568584883 -o /tmp/evaluation-result-4396868-1568584883/solver-4396868-1568584883 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568572740-4240 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4396868-1568584883.xml

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

MD5SUM BENCH= 72f076078db8222856487e1257170ccd
RANDOM SEED=329462617

node147.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.52
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.52
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.52
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.52
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:        29780860 kB
MemAvailable:   31824280 kB
Buffers:           97572 kB
Cached:          2223416 kB
SwapCached:        48484 kB
Active:          1313496 kB
Inactive:        1063888 kB
Active(anon):       8008 kB
Inactive(anon):    98100 kB
Active(file):    1305488 kB
Inactive(file):   965788 kB
Unevictable:      108996 kB
Mlocked:          108996 kB
SwapTotal:      67108860 kB
SwapFree:       66957020 kB
Dirty:              2900 kB
Writeback:             0 kB
AnonPages:         51156 kB
Mapped:            48888 kB
Shmem:             40960 kB
Slab:             205244 kB
SReclaimable:     175956 kB
SUnreclaim:        29288 kB
KernelStack:        3776 kB
PageTables:         5364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     541244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58876 MiB
End job on node147 at 2019-09-16 00:00:44